@charset "UTF-8";

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

#about {
	margin-bottom: 80px;
	padding: 0 56px;
	font-size: 16px;
	line-height: 1.8;
}

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

@media only screen and (max-width: 940px) {
	#about h3 br {
		display: inline;
	}
	#about p br {
		display: none;
	}
}

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

#terms {
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 1.8;
}

#terms .container {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 56px;
	text-align: justify;
}

#terms h4 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
	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;
	width: 410px;
	height: 65px;
	border: solid 1px #2A2A2A;
	text-align: center;
	text-decoration: none;
	line-height: 62px;
	color: #2A2A2A;
}

#terms .pdf a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 26px;
	height: 62px;
	margin-right: 15px;
	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: 16px;
	height: 62px;
	margin-left: 15px;
	background: url(/assets/site/company/images/download.png) no-repeat left / 100% auto;
}

#terms .pdf a:hover {
	background: #F3F6F9;
}

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

#outline {
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 1.8;
}

#outline .flex {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 56px;
	text-align: justify;
}

@media only screen and (min-width: 940px) {
	#outline .flex {
		display: flex;
		justify-content: space-between;
	}
	#outline .table {
		flex: 1;
	}
}

#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: 20px 0;
	font-weight: 500;
	color: #007FC1;
}

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

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

@media only screen and (min-width: 940px) {
	#outline .row {
		width: 45%;
		margin-left: 5%;
	}
}

#outline .gmap {
	height: 580px;
	margin-bottom: 10px;
	background: #ddd;
}

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

#outline .figure {
	display: flex;
	margin-top: 30px;
	line-height: 1.5;
}

#outline .figure figure:first-of-type {
	margin-right: 4%;
}

#outline .figure img {
	margin-bottom: 10px;
}


#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;
}
