/* スマートフォン用メディアクエリを設定してコーディングしましょう */
@charset "UTF-8";
@media only screen and (max-width: 940px) {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: none;
		font-style: normal;
		text-align: left;
		zoom: 1;
	}
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	table {
		border-collapse: collapse;
		font-family: inherit;
	}
	h1, h2, h3, h4, h5 {
		font-size: 100%;
		font-weight: normal;
		line-height: 1;
	}
	input, textarea, select {
		font-family: inherit;
		font-size: 16px;
	}
	input[type="button"], input[type="text"], input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	textarea {
		resize: none;
		-webkit-appearance: none;
		border-radius: 0;
	}
	th, td {
		border-collapse: collapse;
	}
	table th, table td {
		/*white-space: nowrap;*/
	}
	ul, ol {
		list-style-type: none;
	}
	img {
		vertical-align: text-bottom;
		vertical-align: -webkit-baseline-middle;
		max-width: 100%;
		height: auto;
		width
		/***/
		: auto;
	}
	body {
		color: #333;
		padding: 0;
		margin: 0;
		background-color: #FFF;
		position: relative;
		min-height: 100%;
		top: 0px;
		width: 100%;
		font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
		font-weight: 500;
	}
	.sp_off {
		display: none;
	}
	#t_wrap {
		>h1 {
			margin: 0 0 40px 0;
			padding: 5px 10px;
			background: #4e5a70;
			font-size: clamp(10px, 3vw, 12px);
			line-height: 1.35;
			font-weight: bold;
			color: #FFF;
		}
		>p {
			width: 90vw;
			box-sizing: border-box;
			margin: 0 auto 30px auto;
			padding: 60px 20px;
			background: #f5f5f5;
			font-size: clamp(12px, 3.3vw, 14px);
			line-height: 1.35;
			font-weight: bold;
			text-align: center;
		}
		>div {
			.co02_tl {
				width: 100%;
				border-top: 1px solid #999;
				border-bottom: 1px solid #999;
				padding: 20px 0;
				letter-spacing: 1px;
				margin: 40px auto 20px auto;
				text-align: center;
				>b {
					display: block;
					font-size: clamp(16px, 4.8vw, 20px);
					line-height: 1.5;
					margin-bottom: 5px;
					text-align: center;
				}
				>span {
					display: block;
					text-align: center;
					font-size: clamp(11px, 3.3vw, 13px);
					line-height: 1.5;
				}
			}
			.co02_article {
				width: 90vw;
				margin: 0 auto;
			}
			.co02_profile table {
				border-collapse: collapse;
				width: 100%;
			}
			.co02_profile tr:nth-child(2n-1) {
				background: #f5f5f5;
			}
			.co02_profile th, .co02_profile td {
				font-size: clamp(11px, 3.3vw, 13px);
				line-height: 1.5;
			}
			.co02_profile th {
				padding: 15px 5px 15px 12px;
				width: 26vw;
			}
			.co02_profile td {
				padding: 15px 10px 15px 5px;
			}
		}
		#co02_shop {
			& ul {
				display: flex;
				flex-wrap: wrap;
				gap: 10px;
				>li {
					text-align: center;
				}
				& li:nth-child(1) {
					width: 100%;
				}
				& li:not(:first-child) {
					width: calc((100% - 10px)/2);
				}
			}
		}
		#co02_access {
			margin: 0 0 50px 0;
		}
		.co02_access_txt {
			overflow: hidden;
			margin-bottom: 20px;
		}
		.co02_access_txt p {
			width: 100%;
			margin-bottom: 10px;
			font-size: clamp(12px, 3.6vw, 15px);
			line-height: 1.5;
			text-align: center;
		}
		.co02_access_txt a {
			display: block;
			width: 65vw;
			padding: 15px 0;
			border: 1px solid #999;
			text-align: center;
			text-decoration: none;
			background-color: #f5f5f5;
			font-size: clamp(12px, 3.6vw, 15px);
			line-height: 1.5;
			color: #333;
			font-weight: bold;
			letter-spacing: 1px;
			margin: 0 auto;
		}
		.co02_access iframe {
			width: 100%;
			height: 400px;
		}
	}
	& footer {
		background: #4e5a70;
		padding: 10px 0;
		>p {
			text-align: center;
			font-size: clamp(11px, 3.3vw, 13px);
			line-height: 1.2;
			color: #FFF;
			text-align: center;
		}
	}
}