/* PC用メディアクエリを設定してコーディングしましょう */
@charset "UTF-8";
@media only screen and (min-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 {
		width: 100%;
		color: #333;
		padding: 0;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		text-align: center;
		margin: 0;
		font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
		font-weight: 500;
	}
	.pc_off {
		display: none;
	}
	#t_wrap {
		>h1 {
			margin: 0 0 30px 0;
			padding: 5px 15px;
			background: #4e5a70;
			font-size: 12px;
			line-height: 1.35;
			font-weight: bold;
			color: #FFF;
		}
		>p {
			width: 1000px;
			box-sizing: border-box;
			margin: 0 auto 40px auto;
			padding: 120px 40px;
			background: #f5f5f5;
			font-size: 15px;
			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: 40px 0;
				letter-spacing: 1px;
				margin: 40px auto;
				text-align: center;
				>b {
					display: block;
					font-size: 24px;
					line-height: 32px;
					margin-bottom: 10px;
					text-align: center;
				}
				>span {
					font-size: 14px;
					line-height: 22px;
				}
			}
			.co02_article {
				width: 1000px;
				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 {
				padding: 20px;
				font-size: 14px;
				line-height: 1.6rem;
			}
			.co02_profile th {
				width: 180px;
			}
			.co02_profile td a {
				color: #333;
			}
			.co02_profile td a:hover {
				color: #999;
			}
			#co02_shop {
				& ul {
					display: flex;
					gap: 0 15px;
				}
			}
			#co02_access {
				margin: 0 0 70px 0;
			}
			.co02_access_txt {
				overflow: hidden;
				margin-bottom: 20px;
			}
			.co02_access_txt p,
			.co02_access_txt a {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: middle;
			}
			.co02_access_txt p {
				width: 743px;
			}
			.co02_access_txt span {
				padding-right: 20px;
				font-size: 15px;
				font-weight: bold;
			}
			.co02_access_txt a {
				background: url(/company/img/icon_pin.png) no-repeat 10px 50%;
				width: 250px;
				border: 1px solid #999;
				height: 50px;
				line-height: 48px;
				text-align: center;
				text-decoration: none;
				background-color: #f5f5f5;
				color: #333;
				font-weight: bold;
				letter-spacing: 1px;
			}
			.co02_access_txt a:hover {
				background-color: #FFF;
				color: #333;
			}
			.co02_access iframe {
				width: 100%;
				height: 600px;
			}
		}
	}
	& footer {
		background: #4e5a70;
		padding: 10px 0;
		>p {
			text-align: center;
			font-size: 13px;
			line-height: 1.2;
			color: #FFF;
			text-align: center;
		}
	}
}