@charset "UTF-8";

.satei {
  background-color: #F0F2EF;
  padding: 20px;
}

.satei_box h4 span,
.satei_box_a h4 span {
  margin: 0;
}

@media screen and (min-width: 481px) {
    .satei_box {
      display: inline-block;
      width: 460px;
    }

    .satei_box_a {
      display: inline-block;
      width: 460px;
      margin: 0 35px 0 0;
    }

    .woman_satei {
      width: 170px;
      margin: -240px 0 0 0px;
      float: right;
    }

    .woman_satei img {
      width: 170px;
      height: auto;
    }
}

@media screen and (max-width: 480px) {
    .satei_box,
    .satei_box_a {
      width: 100%;
    }
}

.flexbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width:481px) {
    .flexbox__wrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
}
@media print, screen and (max-width:480px) {
    .flexbox__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
}

.fieldset {
  display: block;
}
.fieldset label:not(:root) {
  color: inherit;
  cursor: default;
}
@media print, screen and (min-width:481px) {
    .fieldset:not(:first-of-type) {
      margin-top: 32px;
    }
}
@media print, screen and (max-width:480px) {
    .fieldset:not(:first-of-type) {
      margin-top: 22px;
    }
    .fieldset + .model-box {
      margin-top: 32px;
    }
}

.form__title:not(:root) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  border-left: 5px solid #0055B8;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.form__item:not(:first-of-type) {
  margin-top: 30px;
}
.form__item dt {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.form__item dd {
  position: relative;
}
.form__input {
  border: 1px solid #ccc;
  background-color: #efefef;
  position: relative;
}
.form__input + .form__input {
  margin-top: 12px;
}
.form__input--text {
  padding: 8px;
  font-size: 16px;
  background: transparent;
  border: 0;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
.form__input--select {
  display: block;
  width: 90%;
  height: 48px;
  background: 0;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  padding-left: 8px;
  font-size: 16px;
  cursor: pointer;
}
.form__input--textarea {
  width: 100%;
  height: 200px;
  background-color: #fff;
}
.form__input:not(:root):focus {
  border-color: #333;
  background-color: #fff;
}
.form__input--cap {
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
.form__input input + label {
  background-color: #efefef;
  padding: 12px 8px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  cursor: pointer !important;
  padding-left: 36px;
}
.form__input input + label::before,
.form__input input + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.form__input input + label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 12px;
}
.form__input input + label::after {
  background-color: #666;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 17px;
}
.form__input input:checked + label::after {
  opacity: 1;
}
.form__input:invalid,
.form__input > input:invalid + label {
  background-color: #efefef;
}

.form__input:valid {
  background-color: #fff;
}

.form__input input:checked ~ label {
  background-color: #98C6FF;
}

.form__item--prefectures dt,
.form__item--zip dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__item--zip:not(:root) {
  margin-top: 0;
}
.triger {
  color: #0055B8;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 1em;
}
input[type=radio].visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.supplement {
  display: none;
  position: absolute;
  top: -24px;
  right: 8px;
  color: #fff;
  background-color: #333;
  border-radius: 4px 4px 0 0;
  padding: 4px 8px;
  font-size: 11px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form__icon {
  font-size: 10px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  margin-top: -4px;
  margin-right: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__icon--required {
  color: #c00;
  border: 1px solid #c00;
}
.form__icon--any {
  color: #666;
  border: 1px solid #666;
}
@media print, screen and (min-width:481px) {
    .form__icon {
      height: 1em;
    }
}
@media print, screen and (max-width:480px) {
    .form__icon {
      height: 2em;
    }
}
.form__item--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__center {
  text-align: center;
  margin-top: 32px;
}
.form__button {
  font-size: 18px;
  font-weight: 900;
  padding: 10px 0 12px 0;
  width: 100%;
  height: 60px;
  color: #FFF;
  border-radius: 4px;
  background: #198FFD;
  -webkit-box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
  box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border: 1px solid #198FFD;
  display: block;
  margin: 8px auto;
  cursor: pointer;
}
.form__button:disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.model__head img {
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width:481px) {
    .model__head {
      width: 120px;
    }
}
@media print, screen and (max-width:480px) {
    .model__head {
      width: 100px;
    }
}

.model__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 8px;
  font-size: 13px;
  line-height: 1.3;
}
.model__body--title {
  font-weight: 700;
  margin-bottom: 8px;
}
@media print, screen and (min-width:481px) {
    .model__body {
      width: calc(100% - 120px);
    }
    .model__body--title {
      font-size: 16px;
    }
}
@media print, screen and (max-width:480px) {
    .model__body {
      width: calc(100% - 100px);
    }
    .model__body--title {
      font-size: 14px;
    }
}

.form__text {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
  padding-bottom: 16px;
}
.form__text a {
  text-decoration: underline;
}

.form__bottom--text {
  margin-top: 16px;
  margin-bottom: 16px;
}
.form__bottom--text li {
  display: list-item;
  list-style-position: inside;
}
.form__bottom--text li::marker {
  color: blue;
  font-size: 1.2em;
}

.clearButton {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 18px;
  background: url(/common/v2/images/clear-c7616b6053f4810fdd14b43d07352c1b.svg) no-repeat left center;
  background-size: cover;
  cursor: pointer;
}

.input-error {
  border-color: #C00;
  background-color: #ffdfed !important;
}
.is-success {
  background-color: #fff !important;
}

@media print, screen and (min-width:481px) {
    .model-box {
      width: 420px;
    }
    .model__spec {
      width: 100%;
      text-align: left;
      border-collapse: collapse;
      border-top: 1px solid #DEDBCC;
      border-right: 1px solid #DEDBCC;
      border-left: 1px solid #DEDBCC;
    }
    .model__spec th {
      padding: 10px;
      vertical-align: middle;
      border-bottom: 1px solid #DEDBCC;
      border-right: 1px solid #DEDBCC;
      background-color: #F8F5E4;
      font-weight: 700;
    }
    .model__spec td {
      padding: 10px;
      vertical-align: middle;
      border-bottom: 1px solid #DEDBCC;
      border-right: 1px solid #DEDBCC;
    }
}
@media print, screen and (max-width:480px) {
    .model-box {
      border: 1px solid #CCC;
      padding: 10px;
    }
    .model__spec th {
      width: 5em;
    }
}
