@charset "utf-8";
.houchou h2{
	border-bottom: 3px solid #2162b1;
	color: #2162b1;
	font-size: 26px;
}

.text-blo{
	padding: 40px 0;
}

.text-blo h3{
    background: #2162b1;
    border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 40px;
    padding: 0 10px;
}

.sec1 .body{
	width: 48%;
}

.sec1 p{
	font-size: 16px;
	letter-spacing: 0;
}

.sec2 ul{
	counter-reset: number;
}

.sec2 ul li{
	font-size: 18px;
	padding-left: 90px;
	position: relative;
	margin-bottom: 40px;
}

.sec2 ul li:last-child{
	margin-bottom: 0;
}

.sec2 ul li::before {
	counter-increment: number;
	content: counter(number);
	border-radius: 5px;
	background: #2162b1;
	display: block;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	height: 47px;
	left: 0;
	line-height: 47px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}

.sec2 ul li p{
	width: 570px;
}

.sec2 ul li span{
	color: #be0909;
}

.sec2 ul li .img > div{
	position: relative;
}

.sec2 ul li .img > div img{
	vertical-align: baseline;
}

.sec2 ul li .img > div .zoom{
    background: #2162b1;
    bottom: 6px;
    color: #ffffff;
    display: table-cell;
    font-size: 25px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    z-index: 1;
}

.sec2 ul li .img > div:first-child{
	margin-right: 40px;
}

.sec3 ul{
	margin: 0 auto;
	width: 750px;
}

.sec4 .movie{
	height:0;
	padding-top: 406px;
	position:relative;
	margin: 0 auto;
	width: 716px;
}

.sec4 .movie iframe{
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
}

.sec5 li{
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.sec5 li:last-child{
	margin-bottom: 0;
}

.sec5 li .img{
	margin-right: 30px;
}

.contact-blo{
	background: #fce5e7;
	padding: 30px 0;
	text-align: center;
}

.contact-blo h5{
	font-size: 20px;
	font-weight: 400;
}

.sec5 .back-link a{
	color: #1a62c1;
	display: table;
	font-weight: 500;
	margin-left: auto;
}

.sec5 .back-link a .fa{
	margin-left: 10px;
}
/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.houchou h2{
		font-size: 20px;
	}
	
	.houchou .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.text-blo {
		padding: 20px 0;
	}
	
	.text-blo h3 {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 20px;
		padding: 10px 20px;
	}
	
	.sec1 .body {
		line-height: 26px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.sec2 ul li {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
		padding-left: 40px;
	}
	
	.sec2 ul li::before {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 30px;
	}
	
	.sec2 ul li img{
		margin-top: 10px;
	}
	
	.sec3 ul{
		width: 100%;
	}
	
	.sec3 ul li {
		margin-bottom: 20px;
	}
	
	.sec4 .movie {
		padding-top: 189px;
		width: 100%;
	}
	
	.sec5 li .img {
		margin-right: 10px;
		width: 15%;
	}
	
	.sec5 li p{
		width: 85%;
	}
	
	.contact-blo {
		padding: 20px 15px;
	}
	
	.contact-blo h5 {
		font-size: 16px;
	}
	
	.sec2 ul li p {
		width: 100%;
	}
}