/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section.mv {
	background-image: url("../../common/images/into/mainvis_img.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
.float_link,
section.contact_area {
	display: none;
}
.float_link.yellow {
	display: block;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/into/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 74px;
	margin: 0 auto;
	height: 89px;
	width: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 11px;
	color: #013e98;
	position: relative;
	margin-bottom: 16px;
	text-align: center;
}

section.into_area {
	position: relative;
	width: 100%;
	background: #eefaff;
}
.into_area_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.into_inner {
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 40px;
}
.into_ttl {
	position: relative;
	width: 200px;
	height: auto;
	padding-bottom: 6px;
	background-size: 200px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/into/into_ttl.png");
	background-position: 0 0;
	margin: 0 auto 20px;
	display: block;


}
.into_ttl h2 {
	font-size: 15px;
	color: #013e98;
	position: relative;
	padding-top: 24px;
	text-align: center;	
}
.into_desc {
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}
.into_desc p {
	color: #56595b;
	font-size: 16px;
	line-height: 27px;
}
.into_check {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*height: 160px;*/
	margin-bottom: 40px;
}
.arrow_box{
    position:relative;
    width:30%;
    height:70px;
    background:#D2F2FF;
    padding:0px;
    text-align:center;
    color:#013E98;
    font-size:16px;
    font-weight:bold;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    line-height:21px;
    display:flex;
    justify-content:center;
    align-items:center;
    filter: drop-shadow(2px 2px 0px lightgray);
}
.arrow_box.ie {
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.3);	
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(210, 242, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-left-color:#D2F2FF;
    left:100%;
    top:50%;
}

.into_check ul {
	position: relative;
	margin: 0 auto;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.into_check ul li {
	width: 100%;
	height: 70px;

}
.pdf_btn {	
	color: #013e98!important;
	font-size: 16px;
	padding: 0 10px;
	display: flex;	
	justify-content: center;	
	align-items: center;	
	height: 100%;
	background: #fff;
	border: solid 2px #013e98;
}
.faq_btn {	
	color: #fff!important;
	font-size: 16px;
	padding: 0 10px;	
	display: flex;	
	justify-content: center;	
	align-items: center;	
	height: 100%;
	background: #0070d9;
	border-radius: 7px;
	border: solid 2px #0070d9;
	filter: drop-shadow(2px 2px 0px lightgray);
}

.into_contact {
	width: 100%;
	box-sizing: border-box;
	border: solid 6px #000;
	border-image: linear-gradient(to bottom,  #d2f2ff 1%,#d9e1ed 100%) 1;
	position: relative;

}
.into_contact_inner {
	width: 100%;
	background: #fff;
	padding: -5px;
	position: relative;

}
.into_contact_inner > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 26px;
}
.into_contact_ttl {
	color: #013e98;
	font-size: 20px;
}


.into_contact_uline{
	position: relative;
	height: 4px;
	background: linear-gradient(to left,  #d2f2ff 1%,#d9e1ed 100%);
	width: 45px;
	margin: 15px 0;
}
.into_contact_desc {
	width: 90%;
	color: #56595b;
	font-size: 16px;
	margin-bottom: 20px;
}


.tel_btn {

}

.into_notice {
	color: #56595b;
	font-size: 16px;
	width: 90%;
	margin: 20px 0;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.into_check ul {
		width: 90%;
	}
	.arrow_box {
		display: none;
	}

}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.into_check ul {
		width: 60%;
	}
}


