@charset "utf-8";

#contactMv {
	background: url(../../img/contact/contact_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.contact_greeting p {
	margin-bottom: 50px;
	text-align: center;
}
.contact_greeting a {
	display: block;
	width: 450px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../../img/common/arr_blue.png) no-repeat 96% center;
	background-size: 5px auto;
	border: 1px solid #004ea1;
	color: #004ea1;
	font-weight: 900;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.telinfo {
	margin: 0 auto 15px;
	text-align: center;
}

.telNum {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.telNum .telLink {
	display: inline-block;
	padding: 0 0 0 35px;
	background: url(../../img/common/tel_icon_blue.png) no-repeat 10px center;
	background-size: 20px auto;
	color: #004ea1;
	font-size: 3.5rem;
	font-weight: 900;
}



#contactFormArea {
	width: 92.5%;
	margin: 0 auto;
}

.contactFlow-area {
	width: 100%;
	margin: 0 auto 30px;
}
.contactflow-box {
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
}
.entry,
.complete {
	float: left;
	width: 32%;
}
.confrim {
	float: left;
	width: 36%;
}
.enry_on,
.enry_off,
.enry_off02 {
	height: 40px;
	background: #004ea0;
	color: #ffffff;
	line-height: 40px;
}
.enry_off {
	background: #004ea0;
}
.enry_off02 {
	background: #004ea0;
}

.comfirm_off,
.comfirm_off02,
.comfirm_on {
	position: relative;
	height: 40px;
	background: #ffffff;
	line-height: 40px;
}
.comfirm_off02 {
	background: #004ea0;
	color: #ffffff;
}
.comfirm_on {
	background: #004ea0;
	color: #ffffff;
}
.comfirm_off::before,
.comfirm_off02::before,
.comfirm_on::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 10px solid #004ea0;
}
.comfirm_off02::before {
	border-left: 10px solid #004ea0;
}
.comfirm_on::before {
	border-left: 10px solid #004ea0;
}
.comfirm_off::after,
.comfirm_off02::after,
.comfirm_on::after {
	position: absolute;
	top: 0;
	right: -30px;
	content: '';
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 10px solid #ffffff;
	z-index: 3;
}
.comfirm_off02::after {
	border-left: 10px solid #004ea0;
	z-index: 3;
}
.comfirm_on::after {
	border-left: 10px solid #004ea0;
	z-index: 3;
}

.complete_off,
.complete_off02,
.complete_on {
	height: 40px;
	background: #ffffff;
	line-height: 40px;
}
.complete_off02 {
	background: #ffffff;
}
.complete_on {
	background: #004ea0;
	color: #ffffff;
}


.at_txt {
	margin: 0 auto 15px;
	font-size: 1.5rem;
	font-weight: 900;
	color: #004ea0;
	text-align: center;
}




.formCol {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 0 15px 20px;
	border-left: 1px solid #004ea0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.last {
	margin-bottom: 40px;
}

.formttl {
	float: left;
	widht: 25%;
	font-weight: 900;
}
.formin {
	float: right;
	width: 73%;
}


label {
	display: block;
	margin-bottom: 10px;
}
label:last-child {
	margin-bottom: 0;
}
/*radio01 css*/
.radio01-input{
	display: none;
}
.radio01-parts{
	padding-left: 60px;
	position:relative;
	margin-right: 20px;
}
.radio01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 35px;
	width: 15px;
	height: 15px;
	border: 1px solid #9fb8d3;
	border-radius: 50%;
	background: #ffffff;
}
.radio01-input:checked + .radio01-parts{
	color: #004ea0;
}
.radio01-input:checked + .radio01-parts::before{
	border: 1px solid #004ea0;
}
.radio01-input:checked + .radio01-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 38px;
	width: 11px;
	height: 11px;
	background: #004ea0;
	border-radius: 50%;
}



.require {
	display: inline-block;
	width: 10%;
	padding: 15px 0;
	background: #004ea0;
	color: #ffffff;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.op {
	background: #d4c4ab;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
textarea {
	property: value;
	width: 90%;
	padding: 15px;
	background: #ffffff;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	height: 200px;
}

:placeholder-shown {
    color: #aaa; }
::-webkit-input-placeholder {
    color: #aaa; }
:-moz-placeholder {
    color: #aaa; opacity: .6; }
::-moz-placeholder {
    color: #aaa; opacity: .6; }
:-ms-input-placeholder {
    color: #aaa; }


.p10t {
	padding-top: 10px;
}

#privacyArea {
	width: 100%;
	padding: 10px 5px 10px 10px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scroll_area {
    height: 150px;
    overflow: auto;
}
#privacyArea h3 {
	margin-bottom: 25px;
	font-weight: 900;
}
#privacyArea p {
	margin-bottom: 30px;
	font-size: 1.3rem;
}

.formBtn {
	width: 100%;
	text-align: center;
}
.formBtn a.submitBtn,
.formBtn a.sendBtn {
	display: block;
	width: 450px;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #004ea1;
	background: url(../../img/common/arr_whit.png) no-repeat 96% center #004ea1;
	background-size: 10px auto;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: 900;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.formBtn a.submitBtn span {
	font-size: 1.3rem;
}
.formBtn a.submitBtn:hover,
.formBtn a.sendBtn:hover {
	background: url(../../img/common/arr_blue.png) no-repeat 98% center #eeeeee;
	background-size: 10px auto;
	color: #004ea1;
}


.attention {
	width: 100%;
	margin-bottom: 70px;
	color: #e70606;
	text-align: center;
}
.txtcol {
	width: 100%;
	padding: 15px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formBtn a.sendBtn {
	/*float: right;*/
	width: 250px;
	display: inline-block;
	margin: 0 20px;
}
.formBtn a.returnBtn {
	/*float: left;*/
	display: inline-block;
	width: 250px;
	margin: 0 20px;
	padding: 15px 0;
	border: 1px solid #004ea1;
	background: url(../../img/common/arr_blue_l.png) no-repeat 4% center;
	background-size: 10px auto;
	color: #004ea1;
	font-size: 2.0rem;
	font-weight: 900;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formBtn a.returnBtn:hover {
	background: url(../../img/common/arr_whit_l.png) no-repeat 2% center #004ea1;
	background-size: 10px auto;
	color: #ffffff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.complete_txt {
	margin-bottom: 40px;
	text-align: center;
}
.formBtn a.topBtn {
	display: block;
	width: 450px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../../img/common/arr_blue.png) no-repeat 96% center;
	background-size: 5px auto;
	border: 1px solid #004ea1;
	color: #004ea1;
	font-weight: 900;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}









