@charset "utf-8";

#mv {
    background-image: url(/files/img/company/mv.jpg);
}
.bold{
  font-weight: bold;
}
.form_comp_tit{
  font-weight: bold;
  font-size: 20px;
}
.form_comp_txt{
   margin-bottom: 20px;
}
/* form_tbl
------------------------------- */
.form_tbl {
  margin-bottom: 40px;
}
#inquiry .tbl01 th,#inquiry_conf .tbl01 th{
  width: 22%;
}
.form_tbl table span.relative {
  position: relative;
  display: block;
  font-size: 87.5%;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .form_tbl {
    margin-bottom: 15px;
  }
  #inquiry .tbl01 th,#inquiry_conf .tbl01 th{
    width: 100%;
  }

}

/* tableの装飾
------------------------------- */
.sec01_txt{
	margin-bottom: 60px;
	font-size: 15px;
}
.form_tbl table{
	font-size: 16px;
}
.form_tbl table input.txt,.form_tbl table textarea.txt,.form_tbl table select.txt{
	border: 1px solid #c6c6c6;
	padding: 5px 15px;
}
.form_tbl table th.required span.relative:after {
    background: #ff6060;
    content: "必須";
    font-size: 81.3%;
}
.form_tbl table span.relative:after {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    line-height: 1.3;
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 12px;
    color: #fff;
    font-weight: 400;
    font-size: 79%;
    text-align: center;
}
.form_tbl table ul.form_list{
	font-weight: bold;
  font-size: 93.8%;
}
.form_tbl table ul.form_list li{
	margin-bottom: 10px;
}
.form_cap_01 {
    color: #262626;
    margin-left: 10px;
    font-size: 14px;
}
#inquiry_conf .form_tbl table .required {
    background: #fff0f0;
}

@media screen and (max-width: 767px){
	.form_cap_01 {
	    display: block;
	    margin-left: 0;
	    margin-top: 5px;
	}
  .form_tbl table ul.form_list li{
    text-indent: -1em;
    padding-left: 2em;
  }
}

/* 同意
------------------------------- */
.agree_box{
	width: 100%;
	border: 5px solid #e8e5e5;
	text-align: center;
	margin-bottom: 60px;
}
.agree_box ul{
	padding: 30px;
}
.agree_box ul li{
	margin-bottom: 10px;
}
.agree_box ul li:first-of-type{
	font-size: 22px;
	font-weight: bold;
}
.agree_box ul li a{
	text-decoration: underline;
}
.agree_txt{
  font-size: 109%;
}
/* btn
------------------------------- */

#inquiry .btn_01 a,#inquiry_conf .btn_01 a{
	background-color: #f85a5a;
}
#inquiry .btn_01 a:hover,#inquiry_conf .btn_01 a:hover{
  opacity: 0.7;
}
/* input
------------------------------- */
input.check{
  top: 1px;
}
input.txt{
  border-radius: 0;
}

/* 戻るボタン
------------------------------- */
.form_btn_wrap {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.form_btn_back {
    position: absolute;
    left: 0;
    top: 2px;
}
.form_btn_back a, .form_btn_back button {
    display: inline-block;
    vertical-align: top;
    background: #f2f2f2;
    padding: 15px 15px;
    min-width: 150px;
    box-sizing: border-box;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    letter-spacing: .1em;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    text-decoration: none;
}
.form_btn_back a:after {
    content: "";
    width: 16px;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    background-image: url(/files/img/common/icon_arw_07.png);
    left: 20px;
}
.form_inputbtn{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 260px;
    height: 56px;
    background-color: #262626;
    border-radius: 28px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 56px;
    font-size: 114.3%;
    font-weight: bold;
    background-color: #f85a5a;
}
.form_inputbtn:after {
    background-image: url(/files/img/common/icon_arw_01.png);
    right: 20px;
}
.form_inputbtn:after {
    content: "";
    width: 16px;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}


.form_inputbtn.submit_ban {
    opacity: 0.7;
}
.form_err_txt{
  margin-top: 5px;
  color: #ff6060;
  font-size: 15px;
}
input.err, textarea.err, select.err {
    border:1px solid #ff6060 !important;
    background: #fff0f0;
}
.form_tbl table ul.form_list.err{
    background: #fff0f0;
}


.form_inputbtn input {
    display: inline-block;
    width: 100%;
    line-height: 56px;
    text-indent: -9999px;
    position: relative;
    z-index: 1;
}
.form_inputbtn_inner {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    line-height: 16px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}



@media screen and (max-width: 767px){
.eac-input-wrap{
  display: inline-block;
}
.form_btn_back{
    position: inherit;
    left: inherit;
    top: inherit;
    width: 150px;
    margin-bottom: 30px;
}
.agree_box {
    margin-bottom: 40px;
}
.form_tbl table ul.form_list li {
    text-indent: -1em;
    padding-left: 1em;
}
}