
section.mv {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/into/mainvis_img.jpg");
	background-position: 0 0;
}
.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;
	top: 100px;
	margin: 0 auto;
	height: 89px;
	width: 110px;
}
.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

section.into_area {
	position: relative;
	width: 2560px;
	height: 933px;
	background: #eefaff;
}
.into_area_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.into_inner {
	width: 737px;
	position: relative;
	margin: 0 auto;
	height: 100%;
	padding-top: 10px;
}
.into_ttl {
	position: relative;
	width: 312px;
	height: 78px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/into/into_ttl.png");
	background-position: 0 0;
	margin: 0 auto 40px;
	display: block;


}
.into_ttl h2 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 39px;
	text-align: center;	
}
.into_desc {
	position: relative;
	width: 100%;
	height: 75px;
	margin-bottom: 45px;
}
.into_desc p {
	color: #56595b;
	font-size: 16px;
	line-height: 27px;
}
.into_check {
	position: relative;
	width: 100%;
	height: 160px;
	margin-bottom: 40px;
}
.arrow_box{
    position:absolute;
    width:165px;
    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;
	width: 343px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.into_check ul li {
	width: 343px;
	height: 60px;

}
.pdf_btn {	
	color: #013e98!important;
	font-size: 16px;	
	display: flex;	
	justify-content: center;	
	align-items: center;	
	height: 100%;
	background: #fff;
	border: solid 2px #013e98;
}
.faq_btn {	
	color: #fff!important;
	font-size: 16px;	
	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%;
	background: linear-gradient(to bottom,  #d2f2ff 1%,#d9e1ed 100%);
	height: 298px;
	position: relative;

}
.into_contact_inner {
	width: 727px;
	background: #fff;
	padding: -5px;
	height: 288px;
	position: absolute;
	left: 5px;
	top: 5px;
}
.into_contact_inner > div {
	width: 638px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	height: 230px;
	position: relative;
	padding-top: 36px;
}
.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; 
}
.into_contact_desc {
	width: 650px;
	height: 46px;
	color: #56595b;
	font-size: 16px;
}


.tel_btn {

}

.into_notice {
	color: #56595b;
	font-size: 16px;
	width: 100%;
}




