
h2.h2_tit{
	margin: 0 auto 60px;
	padding: 35px 0;
	min-width: 1000px;
	position:relative;
	z-index:100;
	background:url(../../images/top/block_bg1.png) repeat center center;

font-weight: bold;
font-size: 40px;
line-height: 1.5;
text-align: center;
color: #fff;
}

h3.h3_style{
	margin: 0 auto 70px;
	padding: 0 0 0 0;
	position:relative;

font-weight: bold;
font-size: 32px;
letter-spacing: 0;
line-height: 1.5;
text-align: center;
color: #002060;

}

h3.h3_style:before {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 43px);
  width: 86px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #8c6239;
}


.flow_area{
	margin: 0 auto 100px;
	padding: 0 0 0 0;
	width: 1000px;
	position:relative;
	text-align:center;
}

.txt_style{
	margin: 0 auto 40px;
	padding: 0 0 0 0;
	position:relative;
font-weight: normal;
font-size: 17px;
line-height: 1.8;
text-align: center;
color: #000;
letter-spacing:0;
}

.txt_style span{
color: #ed1c24;

}

ul.flow_list{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;

	display: flex;
	align-items:stretch;
	justify-content:space-between;
}

ul.flow_list li{
	margin: 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	width:170px;
	box-sizing: border-box;
}

ul.flow_list li h4{
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
font-weight: bold;
font-size: 30px;
line-height: 1.1;
text-align: center;
color: #fff;
white-space:nowrap;
font-family: Helvetica , sans-serif;
background-color:#003366;
}

ul.flow_list li h4 small{
font-size: 15px;
line-height: 1.1;
text-align: center;
}

ul.flow_list li p{
	margin: 0 0;
	padding: 0 0;
	position:relative;
font-weight: bold;
font-size: 17px;
line-height: 1.5;
text-align: center;
color: #000;
white-space:nowrap;
background-color:#fff;
border:1px solid #003366;
	display: flex;
	align-items:center;
	justify-content:center;
	height:120px;
}

ul.flow_list li:before {
	position: absolute;
	top: 20%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	right: -25px;
	width: 14px;
	height: 28px;
	content: '';
	background:url(../../images/contact/arr.svg) no-repeat right top;
	background-size:auto;
}

ul.flow_list li:nth-last-child(1):before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	background:none;
	background-size:auto;
}



.contact_area{
	margin: 0 0;
	padding: 70px 0 70px;
	position:relative;
	text-align:center;
	min-width: 1000px;
	background:  url(../../images/top/block_bg2.png) repeat center center;
}

.contact_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;

}

.contact_mail{
	margin: 0 0 50px 0;
	padding: 0 0 0px;
	display: block;
	position: relative;
}

.contact_mail a{
	margin: 0 0 0 0;
	padding: 0 0 0px;
	display: inlin-block;
	position: relative;
font-weight: bold;
font-size: 50px;
letter-spacing: 0;
line-height: 1.2;
text-align: center;
color: #002060;
font-family: Helvetica , sans-serif;
text-decoration:underline;
}

.contact_mail a:hover{
	color: red;
	text-decoration:underline;
}

.contact_mail span img{
vertical-align:middle;
margin-bottom:4px;
margin-right:15px;
width:60px;
height:auto;
}

.required_box{
	margin: 0 0 40px 0;
	padding: 0 0 40px;
	display: inline-block;
	position: relative;
	
	background-color:#fff;
}

.required_box h4{
	margin: 0 0 30px 0;
	padding: 10px 0px;
	position: relative;
	
font-weight: bold;
font-size: 19px;
letter-spacing: 0;
line-height: 1.5;
text-align: center;
color: #fff;
background-color:#003366;
}

ul.required_list{
	margin: 0 0;
	padding: 0 70px;
	position: relative;
	text-align: left;
}

ul.required_list li{
	margin: 0 0;
	padding: 0 0 0 30px;
	position: relative;
	text-align: left;

font-weight: bold;
font-size: 19px;
letter-spacing: 0;
line-height: 2.2;
color: #000;

	background:  url(../../images/contact/check.svg) no-repeat left top 50%;
	background-size:17px auto;
}




.bot_img{
	margin: 0 auto;
	padding: 0 0;
	min-width: 1000px;
	position:relative;
	height:400px;

	background:url(../../images/contact/bot_img.jpg) no-repeat center center;
	background-size:cover;
}


.effect{
-webkit-box-shadow: 0 7px 6px -6px #666;
-moz-box-shadow: 0 7px 6px -6px #666;
box-shadow: 0 7px 6px -6px #666;
}

.center{
	text-align:center;
}

.sp_only{
	display:none;
}

.img_sp {
	display:none;
}



