section#mv {
	background-image: url("../../common/images/contact/main_vis.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	width: 2560px;
}

.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/contact/mainvis_ttl_img.png");
	background-position: 0 0;
	top: 100px;
	margin: 0 auto;
	height: 89px;
	width: 197px;
}

.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	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: 50px;
	position: relative;
	width: 2560px;
}
#contact_form_wrap {
	background-color: rgba(255, 255, 255, .6);
	margin: auto;
	width: 1078px;
}
/*ココから追加項目*/
.float_side {
	display: none;
}
section#contact_area01 .contact_area_ttl {
	padding: 75px 0 30px;
	text-align: center;
}
section#contact_area01 .contact_area_ttl a,
section#contact_area01 #other a {
	color: #013e98;
	border-bottom: dashed 1px #013e98;
}
#linkarea_wrap {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 75px;
}
#linkarea_wrap > * + * {
	margin-top: 50px;
}
#linkarea_wrap h2 {
	font-size: 20px;
	margin-bottom: 30px;
	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: space-between;
}
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;
	align-items: flex-start;
	justify-content: center;
}
.linkbtn li p {
	margin-top: 10px;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.linkbtn li {
	margin: 0 20px;
}
.linkbtn li a {
	width: 260px;
	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;
	text-align: center;
}