@charset "utf-8";
/* CSS Document */
.contact_header {
	height: 105px;
}
.contact_footer .access{
    text-align: center;
    float: none;
    width: 100%;
    padding: 45px 0 0;
}
.container {
	padding-bottom: 0;
}
.mv {
	background: #f1f2f3;
	height: 220px;
	margin-bottom: 80px;
	position: relative;
}
.mv::after {
	content: "";
	display: block;
	width: 60px;
	border-bottom: 4px solid #0060af;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0);
}
.mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	width: 100%;
}
.mv h1 span {
	font-family: Montserrat, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #0060af;
}
.container .inner {
	width: 1200px;
	margin: 0 auto;
}
.container .inner h2 {
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	border-left: 4px solid #0060af;
	padding: 0 0 0 20px;
	margin-bottom: 40px;
}
.formTxt {
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	line-height: 2;
	text-align: center;
	margin-bottom: 45px;
}
.tel {
	text-align: center;
}
.tel p {
	background: url(/business/img/tel_icon02.png) no-repeat center left;
	background-size: 40px 40px;
	display: block;
	font-family: Montserrat, "sans-serif";
	font-size: 46px;
	font-weight: bold;
	color: #0060af;
	width: 380px;
	margin: 10px auto 0;
	padding-left: 40px;
	box-sizing: border-box;
}
.tel span {
	font-size: 14px;
	font-weight: 300;
	color: #888888;
}
#form {
	background: #f1f2f3;
	margin-top: 50px;
	margin-bottom: 130px;
	padding-bottom: 80px;
}
#form_table {
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 20px;
}
dl {
	display: table-row;
}
dt, dd {
	display: table-cell;
}
#form_table dt {
	width: 143px;
	padding: 20px 0 20px 0;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
#form_table dd {
	width: 480px;
	padding: 0 0px 30px 22px;
	vertical-align: top;
}
#form_table dd.require {
	width: 35px;
	padding: 20px 20px 20px 40px;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
}
#form_table input, #form_table textarea {
	border: 0;
	padding: 27px;
	border: solid 1px #dddddd;
	margin: 0 0 7px;
	width: 720px;
	box-sizing: border-box;
}
#form_table input:focus {
	border: solid 1px #EEA34A;
}
#form_table textarea {
	height: 18em;
	resize: none;
}
#form_table select {
	width: 100%;
	padding: 27px 24px 27px 27px;
	border: solid 1px #dddddd;
}
#form_table select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
#form_table select::-ms-expand {
 display: none;
}
#form_table .selectWrap {
	position: relative;
	display: inline-block;
	width: 720px;
	max-height: 80px;
}
#form_table .selectWrap #err_selectWrap {
	margin-bottom: 40px;
}
#form_table .selectWrap::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000 transparent transparent transparent;/* z-index: 2; */
}
#form_table .ul_chkbox {
	padding: 10px 10px 0;
}
#form_table .ul_chkbox li {
	list-style-type: none;
	/* padding: 2% 0; */
}
#form_table .ul_chkbox li label {
	cursor: pointer;
	line-height: 30px;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
}
#form_table .ul_chkbox li input[type=checkbox], #form_table .ul_chkbox li input[type=radio] {
	width: auto;
	margin-right: 5px;
}
input[type="radio"] {
	display: none;
}
#form_table #ul_youken li label {
	position: relative;
	display: inline-block;
	padding: 0px 3px 10px 45px;
	cursor: pointer;
}
#form_table #ul_youken li label::before {
	position: absolute;
	content: '';
	top: 20%;
	left: 0;
	width: 28px;
	height: 28px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 37%;
	left: 8px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #0060af;
	border-radius: 100%;
}
input[type="checkbox"] {
	display: none;
}
#form_table #ul_chkbox li label {
	position: relative;
	display: inline-block;
	padding: 0px 3px 10px 45px;
	cursor: pointer;
}
#form_table #ul_chkbox li ::before {
	position: absolute;
	content: '';
	top: 20%;
	left: 0;
	width: 28px;
	height: 28px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 8px;
	left: 6px;
	width: 12px;
	height: 6px;
	border-left: 4px solid #0060af;
	border-bottom: 4px solid #0060af;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.require span {
	background: #e50012;
	color: #fff;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	display: block;
}
.require span.disable {
	background: #999;
}
#btn_area {
	width: 350px;
	margin: 0 auto;
}
.button {
	text-align: center;
	position: relative;
	border: none;
	outline: none;
}
.button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.button:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	cursor: pointer;
}
.button span {
	background: #0060af;
	width: 350px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 0;
	line-height: 50px;
}
.button span::before, .button span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.button span::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}
.button span::after {
	right: 21px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #0d68b3;
}
#form_table .err {
	border: 2px solid #e50012;
	background: #ffe3e5;
}
.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}
.formError {
	padding-bottom: 13px;
	display: block;
}
.formError.fixed {
	padding-bottom: 0;
}
.formError .formErrorClose {
	border: solid #252525 2px;
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -4px;
	right: -4px;
	color: #efefef;
	background: #333;
	font-weight: bold;
	text-align: center;
	line-height: middle;
	cursor: pointer;
	box-shadow: 1px -1px 3px #888;
	-moz-box-shadow: 1px -1px 3px #888;
	-webkit-box-shadow: 1px -1px 3px #888;
	_z-index: 2;
}
.formError .formErrorClose:hover {
	background: #666;
}
.fixed .formErrorClose {
	display: none;
}
.formError .formErrorContent {
	padding: 6px 10px;
	width: 180px;
	position: relative;
	color: #e50012;
	font-size: 15px;
	font-weight: 300;
}
.fixed .formErrorContent {
	margin-top: .5em;
}
.fadeOut {
	opacity: .2;
	filter: alpha(opacity=20);
}
.formError .formErrorArrow {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 20px;
	_z-index: 0;
}
.fixed .formErrorArrow {
	display: none;
}
.formError .formErrorArrowBottom {
	margin: -6px;
	top: 0;
}
.fixed .formErrorArrowBottom {
	display: none;
}
.formError .formErrorArrow div {
	margin: 0 auto;
	display: block;
	height: 1px;
	background: #252525;
	line-height: 0px;
	font-size: 0px;
	box-shadow: 0px 2px 3px #888;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.formError .formErrorArrow .line10 {
	width: 19px;
}
.formError .formErrorArrow .line9 {
	width: 17px;
}
.formError .formErrorArrow .line8 {
	width: 15px;
}
.formError .formErrorArrow .line7 {
	width: 13px;
}
.formError .formErrorArrow .line6 {
	width: 11px;
}
.formError .formErrorArrow .line5 {
	width: 9px;
}
.formError .formErrorArrow .line4 {
	width: 7px;
}
.formError .formErrorArrow .line3 {
	width: 5px;
}
.formError .formErrorArrow .line2 {
	width: 3px;
}
.formError .formErrorArrow .line1 {
	width: 1px;
}


.confirm #form_table{
	padding-bottom:50px;
}
.confirm #form_table dt{
	width: 200px;
}
.confirm #form_table dd{
	padding: 20px 0 20px 0;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	line-height: 2.7;
}
.confirm .btnArea{
	width:640px;
	margin:0 auto;
}

.confirm .send {
	text-align: center;
	position: relative;
	border: none;
	outline: none;
	overflow: hidden;
	float: right;
}
.confirm .send:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.confirm .send:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	cursor: pointer;
}
.confirm .send span {
	background: #0060af;
	width: 300px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 0;
	line-height: 50px;
}
.confirm .send span::before, .confirm .send span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.confirm .send span::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}
.confirm .send span::after {
	right: 21px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #0d68b3;
}


.confirm .back {
	text-align: center;
	position: relative;
	border: none;
	outline: none;
	width:300px;
	overflow: hidden;
	float: left;
}
.confirm .back:hover .back_button{
	color:#ffffff;
	z-index: 2;
	position: relative;
}
.confirm .back:hover span::before{
	background: #ffffff;
	z-index: 2;
}
.confirm .back:hover span::after{
	border-right: 5px solid #0060af;
	z-index: 2;
}
.confirm .back:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0060afe6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.confirm .back:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	cursor: pointer;
	/* z-index: 2; */
}
.confirm .back .back_button{
    width: 300px;
    padding: 4px 0;
    margin:0;
    background:none;
    border:0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    overflow:visible;
    cursor:pointer;
    color: #0060af;
    border: solid 1px #0060af;
    box-sizing: border-box;
	 border-radius: inherit;
}
.confirm .back span {
	background: #ffffff;
	cursor: pointer;
	display: block;
}

.confirm .back span::before, .confirm .back span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.confirm .back span::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0060af;
}
.confirm .back span::after {
	left: 21px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-right: 5px solid #ffffff;
}

.thanks #form_table{
	padding-bottom:0;
}
.thanks .formTxt{
	margin-bottom:25px;
}
.thanks .formTxt span{
	font-size:24px;
	font-weight: 600;
	color: #0060af;
}
.thanks .tel{
	background:#ffffff;
	width:500px;
	margin: 0 auto 60px;
	padding: 30px 0;
}

.thanks .btn{
	background: #0060af;
	width: 300px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
.thanks .btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.thanks .btn:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
.thanks .btn a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 0;
	position: relative;
	line-height: 50px;
	text-align: center;
	z-index: 2;
}
.thanks .btn a::before, .thanks .btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.thanks .btn a::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}
.thanks .btn a::after {
	left: 21px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-right: 5px solid #0d68b3;
}


/* tb */
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 767px) {
.contact_header {
	height: 55px;
}
.container .inner{
	width: 92%;
	margin: 0 auto;
}
.mv {
	height: 150px;
	margin-bottom: 10%;
}
.mv h1 {
	font-size: 26px;
	width: 92%;
	margin: 0 auto;
}
.mv h1 span {
	font-size: 12px;
}
.formTxt {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 10%;
}

.tel p {
	background: url(/business/img/tel_icon02.png) no-repeat center left;
	background-size: 28px 28px;
	font-size: 32px;
	width: 78%;
	margin: 0 auto 2%;
	padding-left: 10%;
}
.tel span {
	font-size: 12px;
}
#form {
	margin-top: 15%;
	margin-bottom: 30%;
	padding-top: 5%;
	padding-bottom: 15%;
}
#form_table {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
dl {
	display: block;
	width: 86.9%;
	margin: 0 auto 3%;
}
dt, dd {
	display: table-cell;
}
#form_table dt {
	width: 100%;
	padding: 5% 0;
	font-size: 15px;
	line-height: 30px;
}
#form_table dd {
	width: 100%;
	padding: 0;
	vertical-align: top;
}
#form_table dd+dd{
	display:block;
}
#form_table dd.require {
	width: 100%;
	padding: 5% 0;
	vertical-align: middle;
}
#form_table input, #form_table textarea {
	padding: 0 5%;
	height: 50px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

#form_table input:focus {
	border: solid 1px #EEA34A;
}
#form_table textarea {
	height: 18em;/* width: 80%; */
}
#form_table select {
	width: 100%;
	padding: 0 5%;
	height: 50px;
	border: solid 1px #dddddd;
	background: #ffffff;
}
#form_table select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#form_table select ::-ms-expand {
 display: none;
}
#form_table .selectWrap {
	width: 100%;
	max-height: 50px;
	font-size: 16px;
	box-sizing: border-box;
}
#form_table .selectWrap #err_selectWrap {
	margin-bottom: 13%;
}
#form_table .selectWrap::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}
#form_table .ul_chkbox {
	padding: 0 2%;
}

#form_table .ul_chkbox li label {
	line-height: 2.2;
	font-size: 14px;
}

input[type="radio"] {
	display: none;
}
#form_table #ul_youken li label {
	padding: 2% 0px 2% 13%;
}
#form_table #ul_youken li label::before {
	position: absolute;
	content: '';
	top: 15px;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -8px;
}
input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 22px;
	left: 8px;
	width: 11px;
	height: 11px;
	margin-top: -7px;
}
input[type="checkbox"] {
	display: none;
}
#form_table #ul_chkbox li label {
	padding: 2% 0px 2% 13%;
}
#form_table #ul_chkbox li ::before {
	position: absolute;
	content: '';
	top: 15px;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -8px;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 15px;
	left: 6px;
	width: 10px;
	height: 4px;
}
.require span {
	padding: 0 10px;
	font-size: 10px;
	line-height: 21px;
}
.require span.disable {
	background: #999;
}
#btn_area {
	width: 72.4%;
	margin: 10% auto 0;
}
.button {
	width: 100%;
}
.button:after {
	display:none;
}

.button span {
	width: 100%;
	font-size: 14px;
	padding: 0;
}
.button span::before, .button span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.button span::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}
.button span::after {
	right: 21px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #0d68b3;
}
#form_table .err {
	border: 1px solid #e50012;
}

.formError {
	padding-bottom: 13px;
	display: block;
}
.formError.fixed {
	padding-bottom: 0;
	position: inherit;

	height: auto;
	overflow: inherit;
}

.formError .formErrorContent {
	padding: 0 2%;
	width: 100%;
	font-size: 13px;
}

.confirm #form_table dt {
    display:block;
    padding: 3% 0;
}
.confirm #form_table dd {
    padding: 0;
    font-size: 14px;
    line-height: 2.2;
}
.confirm .btnArea{
	width: 85%;
}

.confirm .send {
	width: 48%;
}
.confirm .send:after {
	display:none;
}

.confirm .send span {
	width: 100%;
	font-size: 14px;
	padding: 0;
}
.confirm .send span::before, .confirm .send span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.confirm .send span::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}
.confirm .send span::after {
	right: 11px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-left: 5px solid #0d68b3;
}


.confirm .back {
	width: 48%;
}
.confirm .back:hover .back_button{
	color: #0060af;
}
.confirm .back:hover span::before{
	background: #0060af;
}
.confirm .back:hover span::after{
	border-right: 5px solid #ffffff;
}
.confirm .back:after {
	display:none;

}

.confirm .back .back_button{
    width: 100%;
    padding: 0;
    font-size: 14px;
	line-height: 48px;
}

.confirm .back span::before, .confirm .back span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.confirm .back span::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0060af;
}
.confirm .back span::after {
	left: 11px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-right: 5px solid #ffffff;
}

.thanks #form{
	padding-top:10%;
}

.thanks #form_table{
	padding-bottom:0;
	width: 86.9%;
}
.thanks .formTxt{
	margin-bottom: 10%;
	text-align: left;
}
.thanks .formTxt span{
	font-size: 18px;
	text-align: center;
	display: block;
}
.thanks .tel{
	/* background:#ffffff; */
	width: 100%;
	margin: 0 auto 10%;
	padding: 7% 0;
}
.thanks .tel p{
	width: 85%;
}
.thanks .btn{
	width: 84.7%;
}
.thanks .btn:after {
	display:none;

}

.thanks .btn a {
	font-size: 14px;
	padding: 0 0 0 10px;
}
.thanks .btn a::before, .thanks .btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.thanks .btn a::before {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}
.thanks .btn a::after {
	left: 21px;
	box-sizing: border-box;
	width: 5px;
	height: 7px;
	border: 3px solid transparent;
	border-right: 5px solid #0d68b3;
}



}

@media screen and (max-width: 320px) {
.formTxt{	
	letter-spacing: -0.06em;
	font-size: 13px;
}
.tel p {
	width: 84%;
}
.confirm .send span {
	padding: 0 10px 0 0;
}
.confirm .back .back_button{
    padding: 0 0 0 10px;
}
.thanks .tel p{
	width: 90%;
	letter-spacing: -0.06em;
}
}
