@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
html, body {
	font-size: 16px;
	line-height: 2;
	color: #333;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#wrap {
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style: none;
}
a {
	color: inherit;
}
.txt_link {
	color: #285BE5;
	text-decoration: underline;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
.inner
{
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}

.txt_center { text-align: center; }
.txt_right { text-align: right; }

.no_mgn { margin-bottom: 0!important;}
.mb40   { margin-bottom: 40px; }
.mb60   { margin-bottom: 60px; }
.min {
	font-family: vdl-v7mincho,sans-serif;
	font-weight: 300;
	font-style: normal;
}
.dun_l {
	font-family: dunbar-tall,sans-serif;
	font-weight: 300;
	font-style: normal;
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.txt_white { color: #fff!important; }
@media(min-width: 768px) and (max-width:960px) {
	#wrap {
		background-size: 400px auto;
	}
}
@media(max-width: 767px) {
	html, body {
		font-size: 4.27vw;
		letter-spacing: 0;
	}
	.inner {
		padding: 0 3.2vw;
	}
	.txt_width {
		max-width: calc(646 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	#wrap {
		background-size: calc(686 / 750*100vw) auto;
	}
}

/*header*/

header{
	padding-top: 60px;
	margin-bottom: 60px;
}
header h1{
	width: 657px;
	padding: 0;
	margin: auto;
}
.page_main section:not(:last-child) {
	margin-bottom: 100px;
}
h3{
	font-size: 150%;
	margin-bottom: 45px;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #666666;
}
.h4ttl{
	font-size: 125%;
	margin-bottom: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 960px) {

}

@media only screen and (max-width: 767px) {
	header{
	padding-top: 0;
	margin-bottom: 0;
	}
header h1{
	width:calc(520/750*100vw);
	padding: 0;
	margin: auto;
}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
h3{
	font-size: 112.5%;
	margin-bottom: calc(45/750*100vw);
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid calc(5/750*100vw) #666666;
}
.h4ttl{
	font-size: 106.25%;
	margin-bottom: calc(20/750*100vw);
}
}

/*content*/
#content {
	padding: 0 0 200px;
}
.col_l,.col_r{
	width: 47.5%;
}
.tbl_company01 {
	text-align: left;
	width: 100%;
}

.tbl_company01 th, .tbl_company01 td {
	border-bottom: solid 1px #cccccc;
}

.tbl_company01 tr:first-child th, .tbl_company01 tr:first-child td {
	border-top: solid 1px #cccccc;
}

.tbl_company01 th {
	padding: 35px 9px;
	line-height: 1.4em;
	width: 21%;
	vertical-align: top;
}

.tbl_company01 td {
	width:79%;
	line-height: 1.4em;
	padding: 35px 0;
	vertical-align: top;
}
.tbl_company01 dt{
	width: 120px;
}
.tbl_company01 dd{
	width: calc(100% - 120px);
}


@media only screen and (min-width: 768px) and (max-width: 960px) {

.col_l,.col_r{
	width: 100%;
}
	.tbl_company01 {
		width: 100%;
	}

	.tbl_company01 th {
		padding-left: 0;
	}
	.col_r .tbl_company01 tr:first-child th,.col_r .tbl_company01 tr:first-child td {
		border-top: none;
	}
}
@media only screen and (max-width: 767px) {
	#content {
		padding: 0 0 25vw;
	}
	.tbl_company01 {
		width: 100%;
		max-width: 100%;
	}

.col_l,.col_r{
	width: 100%;
}
	.tbl_company01, .tbl_company01 tbody, .tbl_company01 tr, .tbl_company01 th, .tbl_company01 td {
		display: block;
	}

	.tbl_company01 th, .tbl_company01 td {
		width: 100%;
		padding: 5% 3%;
	}
	.tbl_company01 tr:first-child td, .tbl_company01:last-child tr:first-child th {
		border-top: none;
	}
	.col_l .tbl_company01 tr:first-child th{
		border-top: solid 1px #cccccc;
	}

	.tbl_company01 th {
		border-bottom: 1px dashed #cecdcc;
	}
	.tbl_company01 dt{
		width: calc(140/750*100vw);
	}
	.tbl_company01 dd{
		width: calc(100% - (150/750*100vw));
	}
}

/*footer*/
.mail{
	padding-left: 20px;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 1000;
	width: 60px;
	height: 60px;
}
.copyright {
	padding: 23px 0 25px;
	background: #666666;
}
@media(min-width: 768px) and (max-width:960px) {
}
@media(max-width: 767px) {
.mail{
	padding-left: calc(24/750*100vw);
}
	.copyright {
		font-size: 75%;
		padding: 4vw 0 4vw;
	}
	.pagetop {
		right: calc(24/750*100vw);
		bottom: calc(50/750*100vw);
		width: calc(120/750*100vw);
		height:calc(120/750*100vw);
	}
}