disagree/**
 * /business/support/gateway.css
 * created --- 2016/05/14
 * updated --- 2016/05/14
 */

/*========================================

  .inq-form-toindex

========================================*/

.inq-form-toindex {
  display: table;
  box-sizing: border-box;
}
.inq-form-toindex2 {
  margin: 50px auto 0;
  /*padding: 35px 35px 35px 40px;*/
  padding: 3.6842105% 3.6842105% 3.6842105% 4.2105263%;
  border: 1px solid #b8b9bd;
}
.inq-form-toindex p {
  display: table-cell;
  padding-right: 200px;
}
.inq-form-toindex .btn-box {
  display: table-cell;
  /*width: 325px;*/
  width: 37.6593279%;
}
.inq-form-toindex .btnInline {
  box-sizing: border-box;
  padding: 19px 0;
  width: 100%;
  font-size: 87.5%;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 639px) {
  .inq-form-toindex {
    display: block;
    margin: 30px auto 0;
    padding: 20px 15px;
  }
  .inq-form-toindex p {
    display: block;
    padding: 0;
  }
  .inq-form-toindex .btn-box {
    display: block;
    margin-top: 15px;
    width: auto;
  }
}


/*========================================

  .inq-form-terms

========================================*/
.inq-form-terms {
  margin: 50px auto 0;
  padding: 0 25px 30px;
  background: #dee9f3;
}
.inq-form-terms em {
  display: block;
  padding: 25px 0;
  font-size: 112.5%;
  font-style: normal;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
}
.inq-form-terms .inner {
  padding: 35px;
  background: #fff;
}
.inq-form-terms .terms {
  padding: 0 0 0 20px;
}
.inq-form-terms .terms li {
  margin-top: 5px;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 1.7;
}
.inq-form-terms .terms li:first-child {
  margin-top: 0;
}
.inq-form-terms .terms li span {
  font-weight: normal;
}
.inq-form-terms .txt-box {
  margin: 50px auto 0;
  text-align: center;
}
.inq-form-terms .txt-box strong {
  display: block;
  margin: 0 0 15px;
  font-size: 100%;
  line-height: 1.2;
}
.inq-form-terms .txt-box p {
  font-size: 87.5%;
  line-height: 1.7;
}
.inq-form-terms .btn-box {
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
}
.inq-form-terms .btn-box:after {
  clear: both;
  display: block;
  content: "";
}
.inq-form-terms .btn-box li {
  width: 49.4445%;
}
.inq-form-terms .btn-box a {
  box-sizing: border-box;
  padding: 27px 0;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.inq-form-terms .btn-box .disagree {
  float: left;
}
.inq-form-terms .btn-box .agree {
  float: right;
}

@media (max-width: 639px) {
  .inq-form-terms {
    padding: 0 10px 10px;
  }
  .inq-form-terms em {
    padding: 15px 0;
  }
  .inq-form-terms .inner {
    padding: 20px 15px 20px 10px;
  }
  .inq-form-terms .btn-box {
    margin: 10px auto 0;
  }
}
