section#mv {
	background-image: url("../../common/images/contact/main_vis.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	margin-top: 50px;
	position: relative;
	width: 100%;
}

.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/contact/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
    top: 48px;
    margin: 0 auto;
    height: 62px;
    width: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 15px;
	color: #013e98;
	position: relative;
	margin-bottom: -18px;
	text-align: center;
}
section#contact_area01 {
	background-image: url("../../common/images/contact/contact_area01_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	position: relative;
	width: 100%;
}
#contact_form_wrap {
	background-color: rgba(255, 255, 255, .6);
	margin: auto;
	width: 90%;
}
/*ココから追加項目*/
.float_side,
#sp_head_close {
	display: none;
}
section#contact_area01 .contact_area_ttl {
	padding: 30px 0;
}
section#contact_area01 .contact_area_ttl a,
section#contact_area01 #other a {
	color: #013e98;
	border-bottom: dashed 1px #013e98;
}
section#contact_area01 .contact_area_ttl p,
section#contact_area01 #other p {
	width: 95%;
	margin: 0 auto;
}
#linkarea_wrap {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 75px;
}
#linkarea_wrap > * + * {
	margin-top: 50px;
}
#linkarea_wrap h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
#linkarea_wrap h2::before {
	content: '〉';
	margin-right: 20px;
}
.red {
	color: #ff0000;
	border: #ff0000;
}
.dblue {
	color: #013e98;
	border: #013e98;
}
ul#into_link {
	display: flex;
	align-items: center;
	justify-content: center;
}

ul#into_link li {
	width: 230px;
	height: 80px;
	font-size: 16px;
	box-sizing: border-box;
	border: solid 2px;
}

ul#into_link li a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
ul#into_link li a::before {
	content: '〉';
	transform: rotate(90deg);
    margin-top: 12px;
    margin-left: 25px;
    margin-right: 20px;
}
.linkbtn ul {
	display: flex;
	justify-content: center;
}
.linkbtn li p {
	margin-top: 10px;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.linkbtn li {
	margin: 10px;
}
.linkbtn li a {
	width: 230px;
	height: 60px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.linkbtn.dblue li a {
	background-color: #013e98;
}
.linkbtn.red li a {
	background-color: #ff0000;
}
#other {
	font-size: 16px;
	line-height: 32px;
	color: #000;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	section#contact_area01 .contact_area01_ttl {
		width: 80%;
		text-align: left;
	}
	section#contact_area01 .contact_entry a {
		padding: 5px 10px;
		font-size: 14px;
		/*flex-direction: column;*/
	}
	#contact_form dl {
		width: 80%;
		margin: 0 auto 30px;
		justify-content: flex-start;
	}
	#contact_form dl dt:nth-of-type(2) {
		flex-direction: column;
	}
	.select_r > span:first-child {
		margin-left: 10px
	}
	#contact_form dl dt.select span.mwform-checkbox-field.horizontal-item {
		margin-bottom: 15px;
	}
	ul#into_link {
		flex-direction: column;
	}
	ul#into_link > li + li,
	.linkbtn ul > li + li {
		margin-top: 20px;
	}
	.linkbtn ul {
		align-items: center;
		flex-direction: column;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	section#contact_area01 .contact_area01_ttl {
		width: 90%;
		text-align: center;
	}
	section#contact_area01 .contact_entry a {
		padding: 5px 20px;
	}
	#contact_form dl {
		margin: 0 auto 30px;
		width: 90%;
		justify-content: flex-start;
	}
	#contact_form dl dt:nth-of-type(1) {
		/*margin-left: 10px*/
	}
	#contact_form dl dt:nth-of-type(2) {
		flex-direction: row;
	}
	ul#into_link {
		flex-wrap: wrap;
	}
	ul#into_link > li {
		margin: 10px;
	}
	.linkbtn ul {
		align-items: flex-start;
		flex-wrap: wrap;
	}
}