


/*==============================================
  common
==================================================*/
	
	@media screen and (max-width: 750px) {
		html {
    font-size: 62.5%;
}
		
	body{
		padding:0px;
		    font-size: 1.4rem;
		width: 100%;
		min-width:100%;
    overflow-x: hidden;
	
		}


.pc_br{
	display:none !important;



	}
.pc_br2{
	display:none !important;



	}
.sp_br{
	display: block !important;



	}

.sp_br2{
	display: inline-block;



	}



img {
  width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* =========================================================
		header
========================================================= */


#header h1{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 0 0 5%;
  font-size: 20px;
}
#header h1 {
  text-align: center;
  margin: 8% auto 0;
  width: 100%;
  padding: 0 0 5%;
  font-size: 20px;
}

#header h1 span {
  vertical-align: middle;
  padding: 0 0.1em;
}

span.logo_hd {
  display: inline-block;
  width: 128px;
}

/* =========================================================
		footer
========================================================= */


#footer{background: #f5f5f5;}
.footer-wrapper {width: 90%;}
#footer .footer-wrapper{
  width: 90%;
  margin: 0 auto;
  padding: 6% 0;
}

#footer .footer-wrapper .name{
    margin-bottom: 5px;
    font-size: 15px;
}

#footer .footer-wrapper .address{
  font-size: 14px;
	letter-spacing: 0;
}

.copy-area {
  font-size: 11px;
  text-align: left;
  padding: 3% 0 5%;
  letter-spacing: 0;
  transform: scale(0.85);
}
span.logo_ft {
  width: 102px;
}
/* =========================================================
		form
========================================================= */

.inquiry{width: 92%;	margin: 0 auto 15%;}
.maincatch{height: 60px;	margin-bottom: 5%;}
.maincatch h2{font-size: 22px; padding: 13px;}

/* =========================================================
		form step
========================================================= */

.form__steps:before, .form__steps:after {content: ""; display: table;}
.form__steps {
  line-height: 1;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto 3%;
}
.form__steps:before, .form__steps:after {
  content: "";
  display: table;
}
.form__steps:after, .form__steps:after {
  clear: both;
}
.form__steps {
  zoom: 1;
}
.form__steps li {
  float: left;
  width: 32.6%;
  position: relative;
  margin: 4px 3px 4px 0;
}
.form__steps li em {
  width: 100%;
  font-weight: normal;
	font-style: normal;
}
.form__steps li:first-of-type > * {
  padding-left: 20px;
}
.form__steps li:last-of-type {
  margin-right: 0;
}
.form__steps li:last-of-type > * {
  padding-right: 20px;

}

.form__steps li > * {
  position: relative;
  box-sizing: border-box;
  padding: 12px 20px 12px 40px;
  

  display: inline-block;
}
.form__steps li.active > * {

  color: #ffffff;
  font-weight:bold;
}
.form__steps li.is-plane > * {
  background: transparent;
}
.form__steps li:after, .form__steps li > *:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0;
  border: 19px solid transparent;
  border-right-width: 0;
}
.form__steps li:after {
  z-index: 1;
  border-left-color: #ffffff;
  margin: 0;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.form__steps li > *:after {
  z-index: 10;
  border-left-color: inherit;
}
.form__steps li:last-of-type:after, .form__steps li:last-of-type > *:after {
  display: none;
}
.form_area .attention a {font-size: 1.3rem;}
/* =========================================================
		form2
========================================================= */
.form_area{width: 100%;  margin: 0 auto 14%;}
.form_area .f_copy1{font-size: 14px;  font-size: 1.4rem;}

.form_area .req{
    padding: 0.3em .5em 0.3em;
    font-size: 76%;
}

.form_area .f_title1{
	font-size: 25px;
	padding-bottom: 3px;
}
.form_area .f_copy_area {float: none;}
.form_area .attention{
  margin:6% 0 3%;
  font-size: 13px;
	float: none;
}
.view{border-top: none;}
.view .item {display: block;}
.view .item .heading {
    width: 93%;
    padding: 0.7em 3.5% 0.5em;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
	background: #f2f2f2;
	border-bottom:none;
	font-size: 1.4rem;
}
.view .item .main {
    padding: 5% 3% 2%;
    width: 94%;
	
	border-bottom: none;
}

.view .item .main2 {
    padding: 4% 3% 8%;
    width: 92%;
    border-bottom: none;
}
.view .item .heading .req1 {
 
    font-size: 74%;
  
}


.subtxt1{

	padding-bottom: 5px;
	color: #333;
	
	font-size: 1.3rem;
	
	
}
.subtxt2{
	
	padding-top: 5px;
	color: #333;
	font-size: 1.3rem;
	
	
}

input[type="text"], input[type="search"]{
    font-size: 16px;
    background: #fff;
    border: solid 1px #ccc;
    line-height: 1.68;
    margin: 0 0;
	
    -webkit-appearance: none;

}


input[type="tel"], input[type="email"], textarea{
   
	
    -webkit-appearance: none;

}



input[type="date"]{
	font-weight: normal;
}
.input-txt, .input-select, .input-textarea {
    padding: 9px 2.5%;
   border: solid 1px #ccc;
    font-size: 16px;
     line-height: 1.68;
	background-color: #fff;
}

.subt1{
	font-size: 72%;
    vertical-align: baseline;
	
	
}
::placeholder{
  color:#aaa;
	font-size: 15px;
}
.wide-l {
    width: 94%;
}
.wide-m {
    width: 94%;
}
.wide-m2{
    width: 100%;
	padding: 9px 2.5% 9px 5%;
}
.wide-s {
   width: 42.9%;
	
}
.wide-t{
	
	
	width: 94%;
}
.wide-ss {
   width: 90%;
   padding: 9px 4% 9px 8%;
	
}

.wide-ss2 {
     width: 90%;
   padding: 9px 4% 9px 8%;
	
}

.wide-ss3 {
    width:18%;
	margin-bottom:2%;
	
	
}
.wide-ss4 {
   width:14%;
	margin-bottom:2%;
	
	
}

.wide-sss {
    width: 21.2%;
	
	
}
.input-m {
    margin-right: 1% !important;
}

.input-m2 {
    margin-left: 5px !important;
}


.selectWrap {
 
position: relative;
    margin-right: 2px;
    display: inline-block;
    width: 23.5%;
}
.selectWrap2 {
   
    width: 57%;
}

.selectWrap3 {
   
    width: 100%;
}
.selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #666;
    border-right: solid 1px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}

.selectWrap3::after {
   
    right: 16px;

}
.checkcon li{
	padding-bottom: 6px;
	
	
	
}


#agree{
	

    padding: 6% 4% 2%;
    margin: 4% auto 12%;
    width: 84%;
}
		
		
.agree2{
 padding: 5% 4% 5% !important;
	
	
	
}		
#agree p{

}
.agree_txt{
	text-align: center;
	padding-bottom: 10px;
	
	    font-size: 1.3rem;
	
}

.agree_txt a{
	
    text-decoration: underline;
	
	
}

.agree_txt a:hover{
	
    text-decoration: none;
	
	
}
.agree_check{
	
	text-align: center;
	font-size: 15px;
	
}


.btn_area, .btn_area2{
	margin: 0 auto 0;
	width: 94%;
	position: relative;
	
}



.btn_area .conf_btn{
	display: block;
    width: 100%;
    padding: 15px 0 15px;
    margin: 0 auto 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
   
 
	
	border-radius: 4px;
	
}

.btn_area2 .conf_btn_r{
	display: block;
     width: 100%;
    padding: 15px 0 15px;
    margin: 0 auto 4%;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
   
    background: #aaa;
    border: 2px solid #aaa;
	
	border-radius: 4px;
	
}

.btn_area::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 5%;
    margin-top: -5px;
}
.btn_area2::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 52%;
    left: 5%;
    margin-top: -5px;
}
.conf_btn_area{
	display:block;
	margin:0 auto;
	
	
	}
.conf_btn_area .btn_area, .conf_btn_area .btn_area2{
	float:none;
	margin:0 auto 2%;
	
	
	}






.err_bg {
    background: #f9dee3 !important;
}

.err_show {
   
    color: #e20000;
	padding-top: 0;
	font-size: 14px;
}


.error-top{
	
	color: #e20000;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #e20000;
 
    font-weight: bold;
    font-size: 18px;
    width: 94%;
    margin: 0 auto 6%;
}
.conf-top{

    text-align: center;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    width: 94%;
    margin: 0 auto 6%;

	}
.done-top {
    text-align: left;
    font-size: 20px;
    margin: 12% auto 6%;
    padding: 0;
}
p.thanks-txt {text-align: left; margin-bottom: 0.96em;}
  
  

.date_span{line-height:3;}

/* ラジオボタン01 */
.input_radio input[type=radio]{
  display: none;
}
.input_radio input[type=radio] + label{
padding-left: 28px;
    position: relative;
    margin-right: 8px;
    font-size: 14px;
}
.input_radio input[type=radio] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}
.input_radio input[type=radio]:checked + label::before{

}
.input_radio input[type=radio]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 8px;
  height: 8px;

  border-radius: 50%;
}


/* checkbox */

.input_check input[type=checkbox]{
  display: none;
}
.input_check label{
  padding-left: 30px;
  position:relative;
  margin-right: 16px;
	font-size: 14px;
}
.input_check label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input_check input[type=checkbox]:checked + label{

}
.input_check input[type=checkbox]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 8px;
  width: 8px;
  height: 18px;
  transform: rotate(40deg);

  border-radius: 2px;
}
		
/* =========================================================
		modal
========================================================= */








.modal-content {
    position:relative;
    display:none;
      width: 80%;
    max-height: 100%;
    margin: 10% 0 3%;
    padding: 6% 6%;
    border-radius: 0;
    background: #fff;
    overflow: auto;
    top: 0 !important;
	line-height: 1.6;
}




.modal-wrap {
  
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}



.modal-close {
      text-decoration: underline;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 15px;
}



.modal-content .info_title{

    margin: 10px 0 15px;
    font-size: 16px;
	
	
	
	
}
.modal-content .info_copy{
	font-size: 14px;
	padding-bottom: 6px;
	
	
	
	
}
.modal-content .gaiji {
    width: 100%;
    margin: 2% auto;
}

.modal-content ul li{
	font-size: 14px;
	padding-bottom: 4px;
	
	
	
	
}

.modal-content ul{

	padding-bottom: 10px;
	
	
	
	
}
.modal-content .info_copy2{
	font-size: 13px;
	font-weight: bold;
	padding:10px 0 4px;
	
	
	
	
}




.sys_err1{
	text-align: center;
	font-size:26px;
	font-weight: bold;
	margin: 14% auto 5%;
	
	    width: 90%;
	
}

.sys_err_copy1{
	text-align: center;
	font-size:14px;
	font-weight: bold;
	margin: 0 auto 12%;
	
	    width: 90%;
	
}

.home_btn{
	margin: 0 auto 14%;
	display:block;
	
	 width: 72%;
	
	
	
	
}
.home_btn a i{
	padding: 5px;
	 font-size: 11px;
	
}


.home_btn a{
    padding: 10px 5% 10px 2%;
    width: 93%;
  
    font-size: 14px;
   
	
	
}



	}



