/* =========================================================
		common
========================================================= */

.img img[src$=".svg"] {
  width: 100%;
  height: auto;
}


body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
	font-size:16px;
	line-height:1.7;
	color:#37474F;
	margin:0;
	padding:0;
	min-width:100%;
	letter-spacing:0.8px;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  position: relative;

}

select::-ms-expand {display: none;}
.pc_br{display:block;}
.pc_br2{display: inline-block;}
.sp_br{display: none !important;}
.sp_br2{display: none;}
img{width: 100%;}
	
/* =========================================================
		header
========================================================= */
#header h1 {
  margin: 0 auto;
  padding: 50px 0 40px;
  width: 980px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #222;
}

#header h1 span {
  vertical-align: middle;
  padding: 0 0.25em;
}
span.logo_hd {
  display: inline-block;
  width: 218px;
}

/* =========================================================
		footer
========================================================= */
#footer{background: #f5f5f5;}
#footer .footer-wrapper{
width: 1000px;
	margin: 0 auto;
	padding: 30px 0;

}
.footer-wrapper {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.totop span {vertical-align: middle; display: inline-block;}

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

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

.copy-area{
	font-size: 11px;
	text-align: center;
	padding: 15px 0 30px 0;
}

span.logo_ft {width: 120px; padding-right: 0.5em;}
.totop {margin-right: 0.5em;}
.totop a {text-decoration: none; transition: all .3s;}
.totop a:hover{opacity: 0.6;}
span.ttl_ft {
  font-weight: bold;
  color: #333;
  font-size: 1.2em;
  position: relative;
}
span.ttl_ft::after{content: " ";  
  position: absolute;
  right:-0.6em;
  top: 0.45em;
  width: 0;
  height: 0;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #aaa;
  border-top: 0.4em solid transparent;}
/* =========================================================
		form
========================================================= */

.inquiry{
	width: 1000px;
	margin: 0 auto 120px;
}



.maincatch{

	height: 100px;
	margin-bottom: 40px;
	background: #fff7fa;
}




.maincatch h2{
	    text-align: center;
    font-weight: 300;
    font-size: 28px;
    padding: 25px;
}

.form__steps:before, .form__steps:after {
    content: "";
    display: table;
}


.form__steps {
  line-height: 1;
  font-size: 15px;
	margin-bottom: 30px;

}
.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: 33.13%;
  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;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.form__steps li > * {
  position: relative;
  box-sizing: border-box;
  padding: 14px 20px 14px 40px;
  color: #34A4DD;
 background-color: #f5f5f5;
  border-color: #f5f5f5;
  display: inline-block;
}
.form__steps li.active > * {
  background-color: #34A4DD;
  border-color: #34A4DD;
  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: 21px 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{
	margin-bottom: 60px;
	
	
	
	
}
.form_area .f_copy1{
font-size: 14px;
	
	
	
	
}

.form_area .req{
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.2em .6em 0.3em;
    color: #fff;
    font-size: 70%;
    line-height: 1.4;
   background: #e8495d;
    margin-bottom: 0.3em;
	font-weight: 600;
	border-radius: 2px;
}

.form_area .f_title1{
	font-weight: normal;
	font-size: 28px;
	padding-bottom: 5px;
	
	
	
	
}


.form_area .f_copy_area{
	float: left;
	
	
	
}


.form_area .attention{
  margin-top: 5px;
	float: right;
	letter-spacing: 0;
}

.form_area .attention a {
    color: #34A4DD;
    text-decoration: none;
	font-size: 13px;
	
	border: 1px solid #34A4DD;
	padding: 8px 11px;
	border-radius: 4px;
	
}

.form_area .attention a i{
 
	font-size: 12px;
	padding: 5px 6px 5px 0;
	
}
.form_area .attention a:hover {
    
    text-decoration: none;
}
.view{
	border-top: 1px solid #f2f2f2;
	
	
	
	
	
	
}
.view .item {
    display: -webkit-flex;
    display: flex;
}
.view .item .heading {
    padding-right: 2em;
    padding-left: 2em;
    width: 26.5%;
    padding: 1.8em 2.5% 1.4em 2.5%;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
	background: #f2f2f2;
	border-bottom: 1px solid white;
}
.view .item .main {
    padding: 1.8em 2.5% 0.5em;
    width: 63.5%;
	border-bottom: 1px solid #f2f2f2;
}

.view .item .main2{
    padding: 1.9em 2% 1.6em 3%;
   
}

.view .item .heading .req1 {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.3em .6em 0.3em;
    color: #fff;
    font-size: 73%;
    line-height: 1.3;
    background: #e8495d;
    margin-bottom: 0.3em;
	border-radius: 2px;
}


.subtxt1{
	font-size: 14px;
	padding-bottom: 6px;
	color: #333;
	
	
	
	
}
.subtxt2{
	font-size: 14px;
	padding-top: 6px;
	color: #333;
}

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


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

.subt1{
	font-size: 73%;
    vertical-align: baseline;
	
	
}
::placeholder{
  color:#aaa;
	font-size: 15px;
}
.wide-l {
    width: 500px;
}
.wide-m {
    width: 300px;
}
.wide-m2{
    width: 170px;
}
.wide-s {
    width: 245px;
}
.wide-t{
	width: 600px;
}
.wide-ss {
    width: 100px;
}

.wide-ss2 {
    width: 80px;
}

.wide-ss3 {
    width: 53px;
}
.wide-ss4 {
    width: 45px;
}

.wide-sss {
    width: 100px;
}
.input-m {margin-right: 8px !important;}
.input-m2 {margin-left: 5px !important;}

.selectWrap {
    position: relative;
    margin-right: 3px;
    display: inline-block;
}

.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: 15px;
    margin-top: -4px;
}
.checkcon li{padding-bottom: 6px;}
#agree{
	border: 1px solid #ccc;
	padding: 35px 0 15px;
	margin: 45px auto 40px;
}

.agree2{padding: 30px 0 30px !important;}
#agree p{text-align: center;}
.agree_txt{
	text-align: center;
	padding-bottom: 10px;
}
.agree_txt a{color: #34A4DD;  text-decoration: underline;}
.agree_txt a:hover{text-decoration: none;}
.agree_check{text-align: center; font-weight: bold;}
.btn_area, .btn_area2{
	margin: 0 auto 0;
	width: 380px;
	position: relative;
}

.btn_area .conf_btn{
	display: block;
    width: 380px;
    padding: 16px 0 16px;
    margin: 0 auto 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    background: #34A4DD;
    border: 2px solid #34A4DD;
	border-radius: 4px;
}

.btn_area .conf_btn:disabled {
  opacity: 0.7;
  cursor: default;
	background: #ccc;
    border: 2px solid #ccc;
}

.btn_area2 .conf_btn_r{
	display: block;
    width: 380px;
    padding: 16px 0 16px;
    margin: 0 auto 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    background: #aaa;
    border: 3px 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::after {
    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:table;
	margin:0 auto;
	position: relative;
	
	}
.conf_btn_area .btn_area, .conf_btn_area .btn_area2{float:left; margin: 35px 8px 0;}
.btn_area .conf_btn:hover, .btn_area2 .conf_btn_r:hover{opacity: 0.7;}
.err_bg { background: #fde6ea !important;}

.err_show {
  color: #e8495d;
	padding-top: 4px;
	font-size: 14px;
}


.error-top{
  color: #e8495d;
  text-align: center;
  padding: 10px;
  border: 2px solid #e8495d;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
}
.conf-top{
	 color: #333;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
  font-weight: bold;
	font-size: 22px;
	}


.done-top{
  color: #34A4DD;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
  font-weight: bold;
	font-size: 30px;
  margin: 50px auto 20px;
	}

 .thanks-txt {
    text-align: center;
    margin-bottom: 1em;
    color: #555;
}

/* ラジオボタン01 */

.input_radio input[type=radio]{display: none;}
.input_radio input[type=radio] + label{
  padding-left: 30px;
  position:relative;
  margin-right: 16px;
}
.input_radio input[type=radio] + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  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: 9px;
  left: 7px;
  width: 8px;
  height: 8px;
  background: #34A4DD;
  border-radius: 50%;
}


/* checkbox */

.input_check input[type=checkbox]{display: none;}
.input_check label{
  padding-left: 30px;
  position:relative;
  margin-right: 16px;
	
}
.input_check label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.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-bottom: 4px solid #34A4DD;
  border-right: 4px solid #34A4DD;
  border-radius: 2px;
}


/* =========================================================
		modal
========================================================= */

.lock { overflow:hidden;}

.modal-content {
    position:relative;
    display:none;
    width:600px;
    max-height:100%;
    margin:5% 0 3%;
    padding: 40px;
    border-radius: 4px;
    background:#fff;
    overflow:auto;
    top: 0 !important;
	
}

.modal-overlay {
    z-index:10;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(255, 255, 255,0.6);
}

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

.modal-open {color:#00f;  text-decoration:underline;}
.modal-open:hover {cursor:pointer;  color:#f00;}
.modal-close {
   text-decoration: underline;
    position: absolute;
    right: 8px;
    top: 8px;
	width:20px;
}

.modal-close:hover { cursor:pointer; color:#f00;}
.modal-content .info_title{
	background: #34A4DD;
    padding: 8px 15px;
    margin: 10px 0 25px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.modal-content .info_copy{font-size: 14px;	padding-bottom: 8px;}
.modal-content ul li{	font-size: 14px; padding-bottom: 5px;}
.modal-content ul{	padding-bottom: 10px;}
.modal-content .info_copy2{
	font-size: 14px;
	font-weight: bold;
	padding:15px 0 5px;
}
.modal-content .gaiji{width: 75%;	margin: 2% auto;}
.submit_cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
}

.submit_loading {
  width: 100px;
  height: 50px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10px;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: center -25px;
  background-size: 100%;
}
.form_cover {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
}
.sys_err1{
	text-align: center;
	font-size:40px;
	font-weight: bold;
	margin: 80px auto 30px;
}

.sys_err_copy1{
	text-align: center;
	font-size:16px;
	font-weight: bold;
	margin: 0 auto 80px;
}
.home_btn{margin: 0 auto 120px;	display: table;}
.home_btn a i{padding: 5px; font-size: 12px;}
.home_btn a{
    padding: 10px 30px 10px 15px;
    width: 160px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    background: #34A4DD;
    border-radius: 4px;
    font-weight: bold;
    display: block;
}