@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form .privacy-policy a {
  text-decoration: none;
}

.form .form-wrapper {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 50px;
}

.form .form-wrapper .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control-h {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: #f2f2f2;
  background-color: transparent;
  outline: #f2f2f2 1px solid;
}




.form-group {
  display:flex;
  margin: 20px auto;
  text-align: left;
  width:60%;
}

.form .form-wrapper .privacy-alert small {
  color: rgba(0, 0, 0, 0.5);
}

.form-intro {
  margin: 80px 0 !important;
  text-align: center;
}

.font-bold {
  font-weight: bold;
}

.btn_black {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.btn-black .btn {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  padding: 20px;
  width: 300px;
  margin: 10px 10px 0 10px;
  font-weight: bold;
}

.flex01 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .form-intro {
    margin-top: 80px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .form-intro img {
    margin-top: 10px;
  }
}

.form-intro p:nth-of-type(2) {
  margin-bottom: 0;
}

.form-intro .required-item {
  color: #5690db;
  margin-right: 10px;
}

.form a.underline {
  text-decoration: underline;
}

.form .underbar_bl {
  margin-bottom: 40px;
}

.form .flow {
  border-radius: 42px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #f4f5f7;
}

.form-group {
  width:80%;
}

.form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 80px auto 0 auto;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .form ul {
    margin-top: 40px;
  }
}

.form ul li {
  width: 33.3%;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}

.form ul li span {
  padding-right: 8px;
}

@media screen and (max-width: 1199px) {
  .form ul li {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .form ul li {
    font-size: 15px;
    height: 64px;
  }
  .form ul li span {
    display: none;
  }
}

.form ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 2;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media screen and (max-width: 767px) {
  .form ul li::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}

.form ul li:first-of-type {
  /* background: #999; */
}

.form ul li:first-of-type::after {
  border-left: 15px solid #999;
}

@media screen and (max-width: 767px) {
  .form ul li:first-of-type::after {
    border-left: 15px solid #999;
  }
}

.form ul li:nth-of-type(2) {
  padding-left: 15px;
}

.form ul li:nth-of-type(2)::after {
  border-left: 15px solid #aaa;
}

@media screen and (max-width: 767px) {
  .form ul li:nth-of-type(2)::after {
    border-left: 15px solid #aaa;
  }
}

.form ul li:last-of-type {
  padding-left: 15px;
}

.form ul li.active {
  color: black;
  font-weight: 600;
}

.form ul li.active::after {
  border-left-color: #000;
}

.form ul li:last-of-type::after {
  content: none;
}

.form.completion ul {
  /*margin-top: 0;*/
}

@media screen and (max-width: 767px) {
  .form.completion .underbar_bl {
    margin-top: 40px;
  }
}

.form-wrapper {
  margin-top: 0px !important;
}

@media screen and (max-width: 991px) {
  .form-wrapper table th,
  .form-wrapper table td {
    display: block;
  }
}

.form-wrapper table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.form-wrapper .table td,
.form-wrapper .table th {
  border: 0 !important;
}

.form-group {
  width:70%;
}

@media screen and (max-width: 991px) {
  .form-wrapper .table td,
  .form-wrapper .table th {
    padding: 0 !important;
  }
}

.form-wrapper tr:first-child {
  /*border-top: 1px solid rgba(0, 0, 0, .1);*/
}

.form-wrapper tr:first-child .a-name {
  font-weight: bold;
}

.form-wrapper th {
  width: 34%;
  font-weight: medium;
}

@media screen and (max-width: 1199px) {
  .form-wrapper th {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .form-wrapper th {
    width: 100%;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .form-wrapper td {
    margin-bottom: 15px !important;
  }
}

.form-wrapper .required-item {
  color: #fD0700;
  margin-left: 10px;
}

.form-wrapper input[type="checkbox"],
.form-wrapper input[type="radio"] {
  margin-right: 2px;
}

.form-wrapper input[type="radio"] + label {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .form-wrapper input[type="radio"] + label {
    margin-right: 0px;
  }
}

.form-wrapper input[type="checkbox"] + label {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .form-wrapper input[type="checkbox"] + label {
    margin-right: 0px;
  }
}

.form-wrapper input {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .form-wrapper input[type="text"] {
    width: 100%;
  }
}

.form-wrapper input[type="number"]::-webkit-outer-spin-button,
.form-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-wrapper input[type="number"] {
  -moz-appearance: textfield;
}

.form-wrapper input::-ms-clear {
  visibility: hidden;
}

.form-wrapper textarea {
  width: 100%;
}

.form-wrapper #code {
  width: 12em;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 8px;
}

.form-wrapper #address {
  width: 100%;
}

.form-wrapper .form-groupbtn th {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .form-wrapper .form-groupbtn th {
    padding-top: 20px !important;
  }
}

.form-wrapper .form-groupbtn .btn {
  background: #000;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  padding: 20px;
  width: 300px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  margin: 10px 10px 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form-wrapper .form-groupbtn .btn {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    margin: 10px 0 0 0;
  }
}

.form-wrapper .form-groupbtn .btn:hover, .form-wrapper .form-groupbtn .btn:focus {
  background: #333;
  color: #fff;
}

.form-wrapper .caution {
  margin-bottom: 0;
}

.form-wrapper span.ERR {
  color: #C3181F !important;
}

table.form-info {
  width: 100%;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 60px;
  border-collapse: separate;
  border-spacing: 0px 8px;
}

@media screen and (max-width: 767px) {
  table.form-info {
    margin-top: 10px;
    border-spacing: 0px 15px;
    margin-bottom: 30px;
  }
}

table.form-info th,
table.form-info td {
  padding: 15px 20px;
}

@media screen and (max-width: 1199px) {
  table.form-info th,
  table.form-info td {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  table.form-info th,
  table.form-info td {
    padding: 8px;
    font-size: 15px;
    display: block;
    width: 100%;
  }
}

table.form-info th {
  background: #0C5EBF;
  color: #fff;
}

@media screen and (max-width: 767px) {
  table.form-info th {
    padding: 10px 8px;
    font-size: 15px;
  }
}

table.form-info td {
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  table.form-info td {
    background: #f2f2f2;
    font-size: 14px;
  }
  table.form-info td:first-of-type {
    padding-bottom: 0;
  }
  table.form-info td:nth-of-type(2) {
    padding-top: 0;
  }
}

table.form-info a {
  text-decoration: underline;
}

table.form-info a.tel-link {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  table.form-info a.tel-link {
    text-decoration: underline;
    color: #595757;
  }
}

.error-box {
  margin: 0;
}

.error-box span {
  display: inline-block !important;
}

/*全体*/
.hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

/*#preferred_m, #preferred_d, #preferred_t {
  width: 2em;
} */
.short {
  width: 100px;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (max-width: 767px) {
  .short {
    width: 60px !important;
  }
}

.header {
  background-color: #000;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header .form-title {
  float: left;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .header .form-title {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.header a:last-child {
  color: #fff;
  float: right;
}

.header .i-close {
  color: #fff;
}

.cta {
  background-color: #000;
  color: #fff;
  padding: 1.5em 0 2em 0;
  text-align: center;
  /*.btn-white{
    margin-top:20px;
    background-color:#fff;
    color:#000;
    font-size:14px;
    padding:8px 30px;
    display:inline-block;
    margin-bottom:0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    text-decoration: none;

  }
  @include mq-down(xs) {
      text-align: center;
  }*/
}

.cta h2 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta .b-time {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .cta p {
    text-align: center !important;
  }
}

/*.btn-white:hover,.btn-white:active,.btn-white:focus {
  background:#d9d9d9;
  -webkit-transition: .3s all ease;
    transition: .3s all ease;
}*/
.footer {
  position: relative;
}

.footer .probootstrap-testimonial {
  background: #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.copyright {
  font-size: 11px;
  line-height: 1.2;
  padding: 10px 0;
}

.copyright a:focus, .copyright a:hover {
  text-decoration: none;
  color: #000;
}

.copyright a {
  color: #000;
  text-decoration: none;
}

.d-sm-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

textarea.form-control {
  min-height: 80px;
}

.taC_L {
  line-height: 1.8;
  margin-top: 20px;
}

.taC_L .required-item {
  color: #fD0700;
}

/*completion専用*/
.comple-form {
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .comple-form {
    text-align: inherit;
  }
}
/*# sourceMappingURL=form.css.map */


.btn-black .btn {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  padding: 20px;
  width: 300px;
  margin: 10px 10px 0 10px;
  font-weight: bold;
}

/*completion専用*/

.alert-warning{
  background-color: transparent;
  border-color: transparent;
}
  .alert-danger {
    color: #db0014;
    background-color: transparent;
    border-color: transparent;
    padding: 0.25rem;
  }
  .alert-warning {
    color: #000;
  }
  #error_message{
    text-align: center;
  }