@charset "utf-8";
/* CSS Document */

/*///////////// 共通 ///////////////*/
.sec1 h1, .sec2 h1 {
	font-weight: 700;
}

.sec1 h1, .sec2 h1 {
	border-left: 3px solid #f0831e;
	padding-left: 10px;
}


/*///////////// MV2 ///////////////*/
.mv2 .mv2-title {
	width: 260px;
}

@media (min-width: 414px) {
	.mv2 .mv2-title {
		width: 290px;
	}
}

@media (min-width: 480px) {
	.mv2 .mv2-title {
		width: 320px;
	}
}

@media (min-width: 576px) {
	.mv2 .mv2-title {
		width: 335px;
	}
}

@media (min-width: 640px) {
	.mv2 .mv2-title {
		width: 345px;
	}
}

@media (min-width: 768px) {
	.mv2 .mv2-title {
		width: 360px;
	}	
}

@media (min-width: 992px) {
	.mv2 .mv2-title {
		width: 380px;
	}
}

@media (min-width: 1200px) {
	.mv2 .mv2-title {
		width: 450px;
	}	
}

@media (min-width: 1400px) {
	.mv2 .mv2-title {
		width: 540px;
	}
}

@media (min-width: 1600px) {
	.mv2 .mv2-title {
		width: 600px;
	}
}


/*///////////// セクション2 ///////////////*/
.sec2 table {
	width: 100%;
}
.sec2 table th {
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}
.sec2 .line {
	border-bottom: 1px solid #b4b4b4;
}
.sec2 table th, .sec2 table td {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}
.sec2 table th {
	font-weight: 700;
	letter-spacing: 0.1rem;
}
.sec2 table td p {
	margin-bottom: 5px;
}
.sec2 table td p:last-child {
	margin-bottom: 0;
}
.sec2 .indent {
	padding-left: 1em;
	text-indent: -1em;
}
.sec2 table .indent-wrap {
	padding-left: 0.5em;
}
.sec2 table .indent-wrap2 {
	padding-left: 1em;
}

@media (min-width: 576px) {
	.sec2 table th, .sec2 table td {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.sec2 table th {
		border-top: 0;
		border-bottom: 0;
	}
	.sec2 .line {
		border-bottom: 0;
	}
	.sec2 table th, .sec2 table td {
		display: table-cell;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.sec2 table th {
		font-weight: 400;
		width: 25%;
		vertical-align: top;
	}
	.sec2 table td {
		width: 75%;
	}
	.sec2 table tr {
		border-top: 1px solid #b4b4b4;
		border-bottom: 1px solid #b4b4b4;		
	}
}

@media (min-width: 1200px) {
	.sec2 table th, .sec2 table td {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}


/*///////////// セクション3 ///////////////*/
.sec3 .btn1 {
	width: 290px;
}

.sec3 .btn1 a {
	background-color: #f0831e;
	border: 1px solid #fff;
	color: #fff;
	background-image: url("../../assets/images/common/arrow_white.svg");
}

@media (min-width: 414px) {
	.sec3 .btn1 {
		width: 340px;
	}
}

@media (min-width: 768px) {
	.sec3 .btn1 {
		width: 380px;
	}	
}

@media (min-width: 992px) {	
	.sec3 .btn1 {
		width: 380px;
	}	
}

@media (min-width: 1200px) {	
	.sec3 .btn1 {
		width: 460px;
	}	
}

/*///// グーゲルMAP設定 /////*/
.ggmap {
	position: relative;
	padding-bottom: 46%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.ggmap {
		padding-bottom: 36%;
	}
}

@media (min-width: 1200px) {
	.ggmap {
		padding-bottom: 32%;
	}
}

