@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 15vw;
}

#about h3 {
	margin-bottom: 5vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.4;
}

#about p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document terms
--------------------------------------------------------- */

#terms {
	margin-bottom: 15vw;
}

#terms .container {
	margin: 0 5vw;
	text-align: justify;
}

#terms h4 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 4.2vw;
	color: #007FC1;
}

#terms p {
	margin-bottom: 2em;
}
#terms p span.date {
	margin-bottom: 1em;
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	display: block;
}

/* ---------------------------------------------------------
	CSS Document policy
--------------------------------------------------------- */

#terms .files {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	justify-content: center;
	margin-bottom: 50px;
}
#terms .files .img {
	text-align: center;
}

#terms .pdf a {
	display: block;
	border: solid 1px #2A2A2A;
	text-align: center;
	text-decoration: none;
	line-height: 14vw;
	color: #2A2A2A;
}

#terms .pdf a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 6vw;
	height: 14vw;
	margin-right: 3vw;
	background: url(/assets/site/company/images/pdf.svg) no-repeat left / 100% auto;
}

#terms .pdf a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 4vw;
	height: 14vw;
	margin-left: 3vw;
	background: url(/assets/site/company/images/download.png) no-repeat left / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline .flex {
	margin: 0 5vw;
	text-align: justify;
}

#outline .table {
	display: table;
	width: 100%;
	margin-bottom: 6vw;
	border-bottom: solid 2px #F3F6F9;
}

#outline .table dl {
	display: table-row;
	border-top: solid 2px #F3F6F9;
}

#outline .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 8em;
	padding: 5vw 0;
	font-weight: 500;
	color: #007FC1;
}

#outline .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5vw 0;
}

#outline .row {
	text-align: left;
}

#outline .gmap {
	height: 60vh;
	margin-bottom: 3vw;
	background: #ddd;
}

#outline .gmap iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

#outline .figure {
	display: flex;
	justify-content: space-between;
	margin-top: 8vw;
	line-height: 1.5;
}

#outline .figure figure {
	width: 49%;
}

#outline .figure img {
	height: 64vw;
	margin-bottom: 3vw;
}


#outline .phone {
	padding-top: 15px;
	font-size: 12px;
	line-height: 1.6;
	color: #1F518E;
}

#outline .phone dt {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 22px;
	margin-bottom: 10px;
	border: solid 1px #fff;
	line-height: 20px;
}

#outline .phone a {
	display: inline-block;
	vertical-align: top;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	color: #1F518E;
}

/*#outline .phone a:before {*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	content: '';*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	margin-right: 10px;*/
/*	background: url(/include/images/f_tel.svg) no-repeat left / 100% auto;*/
/*}*/

#outline .phone .time {
	display: block;
	margin-top: 10px;
}
