@charset "utf-8";

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body,#container { height:100%; }



/* ------------------------------
 CONTENT
------------------------------ */
.brSp{
		display: none;
	}
.wrap{
	padding:80px 0;
}
.cntsArea{
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}
.underHeading{
	background: url(../img/company/top_01.png) no-repeat;
	background-position: right bottom;
	padding: 120px 20px 150px;
	position: relative;
}
.underHeading h2{
	color: #454545;
	font-size: 20px;
	max-width: 1080px;
	margin: 0 auto;
}
.underHeading h3{
	color: #0b49b7;
	font-size: 60px;
	font-weight: 500;
	max-width: 1080px;
	margin: 0 auto;
}
.top_heading{
	text-align: center;
	margin: 0 0 30px;
}
.top_heading h2{
	position: relative;
}
.top_heading h2::after{
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: "";
	width: 13px;
	height: 2px;
	margin: 0 auto;
}
.top_heading h3{
	margin: 10px 0 20px;
}

/*contactPage*/
#formPage .bg_02{
	background-color: #f3f3f3;
}
#formPage .sub_cnts{
    background-color: #fff;
    padding: 45px;
}
#formPage .formHeading{
    border-bottom: 1px solid #0b49b7;
    color: #0b49b7;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 35px;
    padding: 0 0 10px;
}
#formPage .baggageBox .interpretation{
	font-size: 15px;
	margin: 0 0 50px;
}
.selectArea{
	overflow: hidden;
	max-width: 520px;
}
.select-wrap {
    position:relative;
    width: 130%;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    left: 73%;
    content: "\0025BC";
    color: #454545;
    pointer-events: none;
    font-size: 10px;
    line-height: 60px;
}
.plansTypeBox{
	margin: 0 0 50px;
}
.plansTypeBox select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    /*-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;*/
    -webkit-appearance: none;
  appearance: none;
    width: 100%;
    max-width: 520px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 60px;
    font-size: 15px;
    padding: 0 0 0 2%;
    vertical-align: middle;
}
}
.plansTypeBox select{
	-ms-expand: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.plansTypeBox select:-moz-focusring{
	color: transparent; 
	text-shadow: 0 0 0 #828c9a;
}
.plansTypeBox select option{
	color: #757575;
}
.plansPeriodBox{
	margin: 0 0 50px;
}
.plansPeriodBox .select{
	display: flex;
	flex-wrap: wrap;
}
.plansPeriodBox .select label{
	background-color: #f3f3f3;
	/*border: 1px solid #ccc;*/
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 1.2% 0 0;
	height: 60px;
	line-height: 60px;
	width: 19%;
}
.plansPeriodBox .select .mwform-radio-field.horizontal-item {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
	/*margin: 0 1.2% 0 0;*/
	height: 60px;
	line-height: 60px;
	width: 19%;
}
.plansPeriodBox .select label:last-child{
	margin: 0;
}
.plansPeriodBox .select label input {
	margin: 0 5px 0;
	vertical-align: 1px;
}
.plansAreaBox{
	margin: 0 0 50px;
}
.plansAreaBox .select{
	display: flex;
	flex-wrap: wrap;
}
.plansAreaBox .select label {
	background-color: #f3f3f3;
	/*border: 1px solid #ccc;*/
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 1.2% 0 0;
	height: 60px;
	line-height: 60px;
	width: 19%;
}
.plansAreaBox .select .mwform-radio-field.horizontal-item {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
	/*margin: 0 1.2% 0 0;*/
	height: 60px;
	line-height: 60px;
	width: 19%;
}


.plansAreaBox .select label:last-child, .plansAreaBox .select .mwform-radio-field.horizontal-item:last-child {
	margin: 0;
}
.plansAreaBox .select label input{
	margin: 0 5px 0;
	vertical-align: 1px;
}
.contactBox{
	background: #fff;
	border:none;
	border-radius: none;
	box-shadow: none;
	display: block;
	max-width: 1080px;
	margin: 0 auto 20px;
	padding: 20px 0;
}
.icon_reqMark{
	color: #e20000;
}
.reqMark{
	color: #e20000;
	font-size: 11px;
	vertical-align: top;
}
.caution{
	color: red;
	margin: 0;
}
form label{
	font-size: 18px;
	font-weight: 700;
}
form textarea{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	padding: 2%;
	width: 100%;
}
.formBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formBox > div{
	width: 48%;
	margin: 0 0 50px;
}
.formBox div:nth-child(odd){
	margin: 0 4% 0 0;
}
.formBox div input{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 60px;
	font-size: 15px;
	padding: 0 0 0 2%;
	width: 100%;
	vertical-align: middle;
}
.koumokuBox{
	margin: 0 0 50px;
}
.koumokuBox .select{
	display: flex;
	flex-wrap: wrap;
}
.koumokuBox .select label{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400; 
	margin: 0 1.2% 0 0;
	height: 60px;
	line-height: 60px;
	width: 24%;
}
.koumokuBox .select label:last-child{
	margin: 0;
}
.koumokuBox .select label input{
	margin: 0 5px 0;
	vertical-align: 1px;
}
#formPage form .btn {
  border: 1px solid #0b49b7;
  display:block;
  max-width:360px;
  margin:20px auto 0;
}
#formPage form .btn button,  #formPage form .btn input[type="submit"]  { 
  cursor:pointer;
  border: 3px solid #fff; 
  background:#fff;
  color: #0b49b7;
  font-weight:600;
  letter-spacing:2px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 0;
  transition: all 0.3s linear 0s;
  margin:0 auto 0;
  width:100%;
  background:url(../img/common/ico_arrow02.png) no-repeat 95% center / 4% auto;
}
#formPage form .btn button:after, #formPage form .btn input[type="submit"]:after {
	display:inline-block;
	padding:0 0 0 10px;
}
#formPage form .btn button:hover, #formPage form .btn input[type="submit"]:hover {
	color:#0b49b7; 
	text-decoration:none; 
	border:solid 3px #0b49b7;
	background:url(../img/common/ico_arrow02.png) no-repeat 95.5% center / 4% auto;
}
.naiyouBox{
margin: 0 0 50px;
}
#formPage.check .naiyouBox label { display:block; width:100%; }

#formPage .error {
	margin:5px 0;
}

/*contactPageここまで*/
/*check*/
.check .baggageBox h5{
    font-size: 18px;
    font-weight: 700;
}
.check .baggageBox .input_cnts {
    font-size: 16px;
    margin: 10px 0;
}
.check .contactBox h5{
    font-size: 18px;
    font-weight: 700;
}
.check .contactBox .input_cnts {
    font-size: 16px;
    margin: 10px 0;
}
.check .btn {
  border: 1px solid #0b49b7;
  display:block;
  width:30%;
  margin:20px auto 0;
}
.check .btn button { 
	cursor:pointer;
	border: 3px solid #fff; 
	background:#fff;
  color: #0b49b7;
  font-weight:600;
  letter-spacing:2px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 0;
  transition: all 0.3s linear 0s;
  margin:0 auto 0;
	width:100%;
	background:url(../img/common/ico_arrow02.png) no-repeat 95% center / 4% auto;
}
.check .btn button:after{
	display:inline-block;
	padding:0 0 0 10px;
}
.check .btn button:hover {
	color:#0b49b7; 
	text-decoration:none; 
	border:solid 3px #0b49b7;
	background:url(../img/common/ico_arrow02.png) no-repeat 95.5% center / 4% auto;
}
/*checkここまで*/
/*thanks*/
#contactPage .thanksBox{
	padding: 60px 45px;
}
.thanks .thanksBox h4{
	color:#0b49b7; 
	font-size: 26px;
	text-align: center;
}
#formPage .thanksBox p{
	font-size: 16px;
	margin: 5% 0;
	text-align: center;
}
.thanks .btn {
  border: 1px solid #0b49b7;
  display:block;
  width:30%;
  margin:20px auto 0;
}
.thanks .btn button { 
	cursor:pointer;
	border: 3px solid #fff; 
	background:#fff;
  color: #0b49b7;
  font-weight:600;
  letter-spacing:2px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 0;
  transition: all 0.3s linear 0s;
  margin:0 auto 0;
	width:100%;
	background:url(../img/common/ico_arrow02.png) no-repeat 95% center / 4% auto;
}
.thanks .btn button:after{
	display:inline-block;
	padding:0 0 0 10px;
}
.thanks .btn button:hover {
	color:#0b49b7; 
	text-decoration:none; 
	border:solid 3px #0b49b7;
	background:url(../img/common/ico_arrow02.png) no-repeat 95.5% center / 4% auto;
}
/*thanksここまで*/


@media only screen and (max-width: 1024px) {
	.cntsArea{
	padding: 0 5%;
	}
	.underHeading{
	background-size: contain;
    padding: 0 3%;
	}
	.underHeading{
	background-size: contain;
    padding: 0 3%;
	}
	.underHeading h3{
    margin: 0 auto 5%;
	}
	.pagerArea{
		width: 80%;
	}
	.plansPeriodBox .select .mwform-radio-field.horizontal-item,
	.plansAreaBox .select .mwform-radio-field.horizontal-item { width:18%; }
	.plansPeriodBox .select label, .plansAreaBox .select label { font-size:12px; }
	
}
@media only screen and (max-width: 767px) {
	.brSp{
	display: block;
	}
	.wrap{
	padding:10% 3%;
	}
	.cntsArea{
	padding: 0;
	}
	.top_heading{
	margin: 0 0 5%;
	}
	.underHeading{
	padding: 3% 3% 5%;
	}
	.underHeading h2{
	font-size: 14px;
	}
	.underHeading h3{
	font-size: 22px;
	}
	#formPage .sub_cnts {
    padding: 10% 5%;
	}
	#formPage .formHeading{
    font-size: 22px;
    margin: 0 0 7%;
    padding: 0;
	}
	.plansTypeBox {
    margin: 0 0 5%;
	}
	.plansPeriodBox {
    margin: 0 0 5%;
	}
	.plansPeriodBox .select{
	flex-wrap: wrap;
	}
	.plansPeriodBox .select label,.plansPeriodBox .select .mwform-radio-field.horizontal-item {
	font-size: 16px;
	margin: 0 0 15px;
	width: 48%;
	}
	.plansPeriodBox .select label input{
		height: 15px;
		width: 15px;
		vertical-align: -2px;
	}
	.plansPeriodBox .select label:nth-child(odd), .plansPeriodBox .select .mwform-radio-field.horizontal-item:nth-child(odd) {
	margin: 0 4% 5% 0;
	}
	.plansAreaBox {
    margin: 0 0 5%;
	}
	.plansAreaBox .select{
	flex-wrap: wrap;
	}
	.plansAreaBox .select label, .plansAreaBox .select .mwform-radio-field.horizontal-item {
		font-size: 16px;
	margin: 0 0 5%;
	width: 48%;
	}
	.plansAreaBox .select label input{
		height: 15px;
		width: 15px;
		vertical-align: -2px;
	}
	.plansAreaBox .select label:nth-child(odd), .plansAreaBox .select .mwform-radio-field.horizontal-item:nth-child(odd) {
	margin: 0 4% 5% 0;
	}
	#formPage .contactBox{
	margin: 0 auto;
	padding: 10% 0;
	}
	#formPage .contactBox p{
	font-size: 16px;
	margin: 0 0 10%;
	}
	.select-wrap:before {
    z-index: 1;
    position: absolute;
    left: 55%;
	}

	.plansTypeBox select{
    width: 60%;
	}
	form textarea{
	font-size: 16px;
	}
	.formBox div input{
	font-size: 16px;
	}
	.formBox > div{
	width: 100%;
	margin: 0 0 5%;
	}
	.formBox div:nth-child(odd){
	margin: 0 0 5%;
	}
	.koumokuBox .select{
	flex-wrap: wrap;
	}
	.koumokuBox .select label{
		font-size: 16px;
	margin: 0 0 5%;
	width: 48%;
	}
	.koumokuBox .select label input{
		height: 15px;
		width: 15px;
		vertical-align: -2px;
	}
	.koumokuBox .select label:nth-child(odd){
	margin: 0 4% 5% 0;
	}
	#formPage form .btn{
		margin: 0 auto;
	    width: 100%;
	    max-width: 320px;
	    bottom: 1%;
	    max-width: 360px;
	}
	#formPage form .btn button{
		font-size: 15px;
	}
	.naiyouBox{
		margin: 0 0 10%;
	}
	/*check*/
	.check .btn{
	margin: 0 auto;
    width: 100%;
    bottom: 1%;
    max-width: 320px;
	}
	.check .btn button{
		font-size: 15px;
	}
	/*checkここまで*/
	/*thanks*/
	#formPage .thanksBox p {
    margin: 10% 0;
	}
	.thanks .btn{
	margin: 0 auto;
    width: 100%;
    bottom: 1%;
    max-width: 320px;
	}
	.thanks .btn button{
		font-size: 15px;
	}
	/*thanksここまで*/

}


