@charset "utf-8";

#contentInner {
  padding-right: 15px;
  padding-left: 15px;
}

.js_form_tgl_tr {
  display: none;
}

.tr_visible {
  display: none;
}

@media screen and (max-width:767px){
  select.txt.err {
    border-color: #ff6060;
    background: #fff0f0;
  }
}

/* form_flow
------------------------------- */
.form_flow {
  width: 100%;
  margin: 10px 0 25px;
  color: #555;
  font-size: 92.9%;
  display: table;
  table-layout: fixed;
}
.form_flow li {
  display: table-cell;
  vertical-align: middle;
  background:  no-repeat right center;
  text-align: center;
  position: relative;
}
.form_flow li:first-child {
  padding-left: 0;
}
.form_flow li div {
  background: #eaeaea;
  padding: 10px 10px 10px 10px;
  position: relative;
  line-height: 1.6;
}
.form_flow li div:before,
.form_flow li div:after {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  background-color: #eaeaea;
  border-left: 2.5px solid #FFF;
  width: 20px;
  height: 50%;
}
.form_flow li div:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.form_flow li div:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.form_flow li:first-child div:before,
.form_flow li:first-child div:after {
  content: none;
}
.form_flow li span {
  display: block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.form_flow li.active div {
  background: #52ae7a;
  color: #fff;
  padding-right: 27px;
}
.form_flow li.active + li div,
.form_flow li.active + li div {
  padding-right: 25px;
}
.form_flow li.active + li div:before,
.form_flow li.active + li div:after {
  left: -10px;
}
.form_flow li.active div:before,
.form_flow li.active div:after {
  background: #52ae7a;
  left: -10px;
  border-width: 3px;
}
@media screen and (max-width:767px) {
  .form_flow {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .form_flow li div {
    padding: 10px 5px 10px 5px;
  }
  .form_flow li.active div {
    padding-right: 10px;
  }
  .form_flow li.active:first-child div {
    padding-right: 10px;
  }
  .form_flow li div:before,
  .form_flow li div:after {
    border-left-width: 2px;
    width: 15px;
  }
  .form_flow li div:after {
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
  }
  .form_flow li div:before {
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
  }
  .form_flow li:last-child div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form_flow li.active + li div,
  .form_flow li.active + li div {
    padding-right: 10px;
  }
  .form_flow li.active + li:last-child div,
  .form_flow li.active + li:last-child div {
    padding-right: 18px;
  }
  .form_flow li.active + li div:before,
  .form_flow li.active + li div:after {
    left: -5px;
  }
  .form_flow li.active:last-child div {
    padding-left: 11px;
  }
  .form_flow li.active:last-child div:before,
  .form_flow li.active:last-child div:after {
    left: -6px;
  }
}
@media screen and (max-width:320px) {
  .form_flow {
    table-layout: auto;
  }
}

/* form_tbl
------------------------------- */
.form_tbl {
  margin-bottom: 40px;
}
.form_tbl table {
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}
.form_tbl table th,
.form_tbl table td {
  vertical-align: middle;
  padding: 13px 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.form_tbl table th {
  width: 25%;
  vertical-align: top;
  color: #4e4e4e;
  background-color: #fff;
  font-weight: 700;
}
.form_tbl table span.relative {
  position: relative;
  display: block;
}

.form_tbl input.txt, 
.form_tbl textarea.txt, 
.form_tbl select.txt {
  /*height: 33px;*/
  vertical-align: middle;
}
.form_tbl table.tblNoBdr {
  table-layout: fixed;
  width: auto;
  vertical-align: middle;
  margin-bottom: 0;
}

.form_tbl .tblNoBdr th {
  width: auto;
  padding: 4px 15px 4px 0;
}
.form_tbl .tblNoBdr td {
  width: auto;
  padding: 0 0 15px 0;
}
.form_tbl .tblNoBdr tr:last-child td{
    padding: 0;
}

@media screen and (max-width:767px) {
  .form_tbl {
    margin-bottom: 15px;
  }
  .form_tbl table {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .form_tbl table th,
  .form_tbl table td {
    display: block;
    border-bottom: none;
  }
  .form_tbl table th {
    width: auto;
    padding: 7px 10px 6px;
  }
  .form_tbl table td {
    padding: 10px 10px 15px;
  }
}

/* 必須 and 任意
------------------------------- */
/*背景色*/
.form_tbl table .required {
  background: #fff0f0;
}
.form_tbl table .option {
  background: #f5f5f5;
}
/*アイコンのためだけのrelative*/
.form_tbl table span.relative {
  padding-right: 45px;
}
/*擬似要素でのアイコンの設定*/
.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: 85.8%;
  text-align: center;
}
/*クラスでのアイコンの出し分け*/
.form_tbl table th.required span.relative:after {
  background: #ff6060;
  content: "必須";
}
.form_tbl table th.option span.relative:after {
  background: #a6a6a6;
  content: "任意";
}
@media screen and (max-width:767px) {
  .form_tbl table span.relative:after {
    top: 0;
  }
}

/* 横並びのリスト
------------------------------- */
.form_list li {
  float: left;
  margin: 1px 15px 4px 0;
}
.form_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .form_list li {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* チェックボックス ラジオボタン
------------------------------- */
.form_label {
  position: relative;
  padding-left: 1.3em;
  display: inline-block;
  vertical-align: top;
}
.form_label input {
  position: absolute;
  left: 0;
  top: .35em;
}
@media screen and (max-width:767px) {
  .form_label input {
    top: .2em;
  }
}

/* キャプション
------------------------------- */
.form_cap_01 {
  color: #555;
  margin-left: 10px;
  font-size: 92.9%;
}
.form_cap_02 {
  margin-top: 7px;
  color: #555;
  font-size: 92.9%;
}
.form_cap_03 {
  margin-bottom: 3px;
}
@media screen and (max-width:767px) {
  .form_cap_01 {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

/* ご利用にあたって
------------------------------- */
.form_term {
  border: 1px solid #ddd;
  padding: 15px 20px 20px;
  line-height: 1.8;
  margin: 10px 0 30px;
  height: 180px;
  overflow: auto;
}
.form_term_tit {
  font-weight: 700;
  margin-top: 20px;
}
.form_term_ex.ssl {
  padding: 0 150px 0 0;
  width: 550px;
  text-align: left;
  position: relative;
}
.form_term_ex.ssl a {
  position: absolute;
  top:0;
  right:0;
}
@media screen and (max-width:767px) {
  .form_term_ex.ssl {
    width: auto;
    padding: 0;
  }
  .form_term_ex.ssl a {
    position: relative;
    display: block;
  }
}

/* 住所1、住所2
------------------------------- */
p.line1 {
  margin: 10px 0 5px;
  color: #555;
}


/* 同伴者
------------------------------- */
.tr_visible td span {
  padding-left: 1em;
}

.tr_visible td span:first-of-type {
  padding-left: 0;
}

.tr_visible td.td_flex {
  display: flex;
}

.tr_visible td.td_flex > div {
  margin-left: 20px;
}

.tr_visible td.td_flex > div:first-child {
  margin-left: 0;
}

@media screen and (max-width:768px) {
  .tr_visible td span {
    display: block;
    margin: 10px 0 5px;
    padding-left: 0;
  }
  .tr_visible td span:first-of-type {
    margin-top: 0;
  }
  .tr_visible td.td_flex {
    flex-direction: column;
  }
  .tr_visible td.td_flex > div {
    margin-left: 0;
    margin-top: 10px;
  }
  .tr_visible td.td_flex > div:first-child {
    margin-top: 0;
  }
}



/* 送信ボタン
------------------------------- */
.form_btn_wrap {
  text-align: center;
  margin: 40px 0 60px;
  position: relative;
}
.form_inputbtn {
  background: #52ae7a;
  font-size: 114.3%;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  min-width: 400px;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
}
.form_inputbtn:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.form_inputbtn input {
  display: inline-block;
  width: 100%;
  padding: 17px 15px;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
}
.form_inputbtn img {
  margin-right: 8px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.form_inputbtn_inner {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  margin-top: -.7em;
  letter-spacing: .04em;
}
@media screen and (max-width:768px){
  .form_btn_wrap {
    margin-top: 20px;
  }
  .form_inputbtn {
    min-width: 330px;
  }
  .form_inputbtn img {
    margin-right: 5px;
  }
  .form_inputbtn_inner {
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-top: 0;
    letter-spacing: .02em;
  }
}
@media screen and (max-width:320px){
  .form_inputbtn {
    min-width: 290px;
  }
}
.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: 5px;
  font-size: 114.3%;
  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:hover,
.form_btn_back button:hover {
  background-color: #f6f6f6;
}
.form_btn_back_ico {
  margin-right: 6px;
  margin-left: -7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
@media screen and (max-width:768px){
  .form_btn_back {
    position: relative;
    top: 0;
    margin: 25px auto 0;
    text-align: left;
  }
  .form_btn_back a,
  .form_btn_back button {
    text-align: center;
    min-width: 100px;
    font-size: 14px;
  }
}


/* 入力エラー表示
------------------------------- */
.form_err_txt {
  margin-top: 7px;
  color: #ff0000;
  line-height: 1.1;
}
.form_list.err {
  background-color: #fff0f0;
  display: inline-block;
  padding: 5px 5px 8px;
}


/* 完了画面
------------------------------- */
.form_comp {
  margin-top: 30px;
}
.form_comp_tit {
  font-size: 114.3%;
  font-weight: 700;
  margin-bottom: 1px;
}
.form_comp_txt {
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
  .form_comp {
    margin-top: 20px;
  }
  .form_comp_tit {
    margin-bottom: 5px;
  }
}



/* 
------------------------------- */

@media screen and (max-width:768px){
  .sp_block {
    display: block;
  }
}




/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}