@charset "utf-8";

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


.contact_greeting p {
	margin-bottom: 40px;
	text-align: center;
}
.contact_greeting a {
	display: block;
	width: 62.5%;
	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 a {
	display: inline-block;
	padding: 10px 10px 10px 35px;
	background: url(../../img/common/tel_icon.png) no-repeat 10px center #004ea1;
	background-size: 20px auto;
	color: #ffffff;
	font-size: 3.0rem;
	font-weight: 900;
}


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

.contactFlow-area {
	width: 100%;
	margin: 0 auto 15px;
}
.contactflow-box {
	font-size: 0.9rem;
	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.3rem;
	font-weight: 900;
	color: #004ea0;
	text-align: center;
}

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

.formttl {
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: 900;
}
label {
	display: block;
	margin-bottom: 10px;
}
label:last-child {
	margin-bottom: 0;
}
/*radio01 css*/
.radio01-input{
	display: none;
}
.radio01-parts{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
}
.radio01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	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: 3px;
	width: 11px;
	height: 11px;
	background: #004ea0;
	border-radius: 50%;
}

.require {
	display: inline-block;
	width: 15%;
	padding: 10px 0;
	background: #004ea0;
	color: #ffffff;
	font-size: 1.0rem;
	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: 85%;
	padding: 10px;
	background: #ffffff;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	height: 150px;
}
: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; }

#privacyArea {
	width: 100%;
	margin-bottom: 25px;
	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: 15px;
	font-size: 1.4rem;
	font-weight: 900;
}
#privacyArea p {
	margin-bottom: 20px;
}

.formBtn {
	width: 100%;
}
.formBtn a.submitBtn,
.formBtn a.sendBtn {
	display: block;
	width: 93.33%;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../../img/common/arr_whit.png) no-repeat 96% center #004ea1;
	background-size: 8px auto;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
}
.formBtn a.submitBtn span {
	font-size: 1.0rem;
}

.attention {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: #e70606;
	text-align: center;
}
.txtcol {
	width: 100%;
	padding: 10px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formBtn a.sendBtn {
	float: right;
	width: 46.66%;
}
.formBtn a.returnBtn {
	float: left;
	width: 46.66%;
	padding: 15px 0;
	border: 1px solid #004ea1;
	background: url(../../img/common/arr_blue_l.png) no-repeat 4% center;
	background-size: 8px auto;
	color: #004ea1;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.complete_txt {
	margin-bottom: 30px;
}
.formBtn a.topBtn {
	display: block;
	width: 93.33%;
	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;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.complete_txt .telLink a {
	text-decoration: underline;
	color: #004ea1;
}










