@charset "UTF-8";
/* form */
.form {
  max-width: 900px;
  margin: 0 auto;
}
.form__input {
  border: solid 1px #4f5984;
  color: #121b3e;
  font-size: 1.25em;
  font-weight: 500;
  padding: 45px 115px 45px 85px;
}
.form__input input[type=text],
.form__input input[type=email],
.form__input input[type=tel],
.form__input input[type=url],
.form__input textarea {
  border: solid 1px #aaa8a6;
  font-size: 1em;
  line-height: 1.4;
  padding: 10px;
}
.form__input input[type=text]:not(.zip),
.form__input input[type=email],
.form__input input[type=tel],
.form__input input[type=url] {
  width: 100% !important;
}
.form__input textarea {
  vertical-align: top;
  width: 100% !important;
  height: 205px !important;
  resize: vertical;
}
.form__input select {
  border: solid 1px #aaa8a6;
  background: #f4f4f4;
  color: #121b3e;
  font-size: 0.85em;
  line-height: 1.4;
  padding: 10px;
}
.form__input select.w100 {
  width: 100% !important;
}
.form__input input[type=text]::-webkit-input-placeholder, .form__input input[type=email]::-webkit-input-placeholder, .form__input input[type=tel]::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
  color: #aaa8a6;
}
.form__input input[type=text]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input input[type=tel]::-moz-placeholder, .form__input textarea::-moz-placeholder {
  color: #aaa8a6;
}
.form__input input[type=text]:-ms-input-placeholder, .form__input input[type=email]:-ms-input-placeholder, .form__input input[type=tel]:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
  color: #aaa8a6;
}
.form__input input[type=text]::-ms-input-placeholder, .form__input input[type=email]::-ms-input-placeholder, .form__input input[type=tel]::-ms-input-placeholder, .form__input textarea::-ms-input-placeholder {
  color: #aaa8a6;
}
.form__input input[type=text]::placeholder,
.form__input input[type=email]::placeholder,
.form__input input[type=tel]::placeholder,
.form__input textarea::placeholder {
  color: #aaa8a6;
}
.form__input input[type=text]::-webkit-input-placeholder,
.form__input input[type=email]::-webkit-input-placeholder,
.form__input input[type=tel]::-webkit-input-placeholder,
.form__input textarea::-webkit-input-placeholder {
  color: #aaa8a6;
}
.form__input input[type=text]:-ms-input-placeholder,
.form__input input[type=email]:-ms-input-placeholder,
.form__input input[type=tel]:-ms-input-placeholder,
.form__input textarea:-ms-input-placeholder {
  color: #aaa8a6;
}
.form__input input[type=text]::-moz-placeholder,
.form__input input[type=email]::-moz-placeholder,
.form__input input[type=tel]::-moz-placeholder,
.form__input textarea::-moz-placeholder {
  color: #aaa8a6;
}
.form__input label {
  cursor: pointer;
}
.form__input input[type=checkbox] {
  display: none;
}
.form__input .checkTxt {
  display: inline-block;
  line-height: 1.3;
  padding-left: 35px;
  position: relative;
}
.form__input .checkTxt::before {
  content: "";
  display: block;
  border: solid 1px #dcdcdc;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.form__input .checkTxt::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  background: #121b3e;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 0;
}
.form__input input[type=checkbox]:checked + .checkTxt::after,
.form__input .mfp_checked .checkTxt::after {
  opacity: 1;
}
.form__input .conf {
  padding-top: 0;
}
.form__input .conf > dt {
  font-size: 0;
  opacity: 0;
}
.form__input .agree {
  padding: 0;
}
.form__input .agree > dd {
  font-size: 0.85em;
  padding-top: 10px;
}
.form__input .agree > dd a {
  font-size: 0.882em;
}
.form__input .date .flex > * + * {
  margin-left: 15px;
}
.form__must {
  display: inline-block;
  vertical-align: text-bottom;
  background: #121b3e;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.3em 0.55em 0.35em;
  margin-left: 0.5em;
}
.form__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.form__list > div > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  padding-top: 5px;
}
.form__list > div > dd {
  width: 100%;
}
.form__date {
  margin: 35px 0 15px;
}
.form__date__ttl {
  font-size: 1em;
  margin-bottom: 3px;
}
.form__date__note {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.3;
}
.form__date__note + .form__date__note {
  margin-top: 5px;
}
.form__date__note.is-mark {
  text-indent: -1em;
  padding-left: 1em;
}
.form__note {
  color: #121b3e;
  font-size: 0.938em;
  line-height: 1.667;
  text-align: center;
  margin-top: 35px;
}
.form__submit {
  text-align: center;
  margin-top: 30px;
}
.form__submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0 15px 0 15px;
  border: solid 1px #4f5984;
  background: #7090cb;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 300px;
  height: 105px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__submit button:hover {
  opacity: 0.7;
}

.thanksBox {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .form__input {
    padding: 20px 7%;
  }
  .form__input .date .flex > * + * {
    margin-left: 2%;
  }
  .form__input .date .flex select:nth-child(1) {
    width: 68%;
  }
  .form__input .date .flex select:nth-child(2) {
    width: 30%;
  }
  .form__list > div {
    display: block;
    padding: 12px 0;
  }
  .form__list > div > dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .form__date {
    margin: 25px 0 10px;
  }
  .form__note {
    text-align: left;
    margin-top: 25px;
  }
  .form__submit button {
    font-size: 15px;
    width: 210px;
    height: 74px;
  }
}
/* application */
.form-telBox {
  text-align: center;
  max-width: 470px;
  padding: 20px 15px 10px;
  margin-left: auto;
  margin-right: auto;
}
.form-telBox__time {
  font-size: 0.875em;
  text-align: left;
}

.form-app .m-box01 + .m-box01 {
  margin-top: 30px;
}
.form-app .m-lb02--s {
  margin-bottom: 30px;
}
.form-app .flex-lr__img {
  width: 48.72%;
}
.form-app .flex-lr__txt {
  width: 45.96%;
}
.form-app .flex-lr__txt > * + * {
  margin-top: 20px;
}
.form-app .flex-lr__txt li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .form-app .m-box01 + .m-box01 {
    margin-top: 20px;
  }
  .form-app .m-lb02--s {
    margin-bottom: 20px;
  }
  .form-app .flex-lr__txt li + li {
    margin-top: 5px;
  }
}
/* company */
.company-data {
  padding: 0 50px;
}
.company-data .m-list01__dt {
  width: 150px;
}

@media screen and (max-width: 959px) {
  .company-data {
    padding: 0;
  }
}
@media screen and (max-width: 519px) {
  .company-data .m-list01__dt {
    width: 100px;
  }
}
/* plan & price */
table .maru {
  font-size: 1.125em;
  font-weight: 500;
  text-align: center !important;
}
table .sankaku {
  font-size: 1.563em;
  font-weight: 700;
  text-align: center !important;
}
table .batsu {
  font-size: 1.563em;
  font-weight: 900;
  text-align: center !important;
}

.lum-lightbox {
  z-index: 200;
}
.lum-lightbox .lum-lightbox-inner img {
  max-width: 100%;
}
.lum-lightbox .lum-lightbox-inner .lum-lightbox-caption {
  font-size: 1.2em;
}

.planBox {
  margin-bottom: 70px;
}
.planBox__ttl {
  position: relative;
  /*#plan01 & {
      > span {
          display: block;
      }
  }*/
}
.planBox__ttl__main {
  display: block;
  border-bottom: solid 3px #4f5984;
  line-height: 1;
  padding: 0 5px 7px;
}
.planBox__ttl .planBox__ttl__sub--03, .planBox__ttl .planBox__ttl__sub--02, .planBox__ttl .planBox__ttl__sub {
  position: absolute;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
.planBox__ttl__sub {
  right: 0;
  bottom: 0;
  background: #4f5984;
  color: #fff;
  padding: 0.57em 1.66em;
  /*#plan01 & {
      width: 258px
  }*/
}
.planBox__ttl__sub--02 {
  top: 100%;
  border: solid 1px #4f5984;
  background: #fff;
  color: #4f5984;
  padding: 0.51em 0.5em;
  margin-top: -1px;
  /*#plan01 & {
      right: 111px;
      width: 147px
  }*/
}
.planBox__ttl__sub--03 {
  right: 0;
  top: 100%;
  border: solid 1px #4f5984;
  background: #7090cb;
  color: #121b3e;
  padding: 0.51em 0.5em;
  margin-top: -1px;
  /*#plan01 & {
      width: 112px
  }*/
}
.planBox__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.planBox__img {
  width: 49%;
}
.planBox__txt {
  width: 51%;
  padding: 75px 0 0 70px;
}
.planBox__table {
  padding: 0 50px;
}
.planBox__table .w01 {
  width: 27.5%;
}
.planBox__table .w02 {
  width: 15.5%;
}
.planBox__table .w03 {
  width: 41.5%;
}
.planBox__table .w04 {
  width: 72.5%;
}

.price-table {
  padding: 0 50px;
}
.price-table .w01 {
  width: 20%;
}
.price-table .w02 {
  width: 12.7%;
}
.price-table .w03 {
  width: 36.5%;
}
.price-table .w04 {
  width: 30%;
}
.price-table .w05 {
  width: 17.5%;
}
.price-table .w06 {
  width: 33.333%;
}
.price-table .w07 {
  width: 50%;
}
.price-table .w08 {
  width: 23.8%;
}
.price-table .w09 {
  width: 35.6%;
}
.price-table .w10 {
  width: 25%;
}
.price-table i {
  font-size: 1.2em;
}

.price-sec {
  padding: 0 50px;
}
.price-sec .m-catch02,
.price-sec .m-catch03 {
  font-weight: 500;
}
.price-sec .price-table {
  padding: 0;
}
.price-sec .m-table02 thead .th_line td,
.price-sec .m-table02 thead .th_line th {
  height: 40px;
}

.roomGallery + .roomGallery {
  margin-top: 30px;
}
.roomGallery > dt {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.1em;
  color: #121b3e;
  font-size: 1.25em;
  font-weight: 500;
}
.roomGallery > dt::before {
  content: "■";
  position: absolute;
  left: 0;
}
.roomGallery .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.625% -12px;
}
.roomGallery .flex figure {
  width: 32.1%;
  margin: 0 0.61665% 12px;
}

@media screen and (max-width: 959px) {
  .planBox__ttl {
    text-align: right;
    margin-bottom: 10px;
  }
  .planBox__ttl__main {
    text-align: left;
  }
  .planBox__ttl .planBox__ttl__sub, .planBox__ttl .planBox__ttl__sub--02, .planBox__ttl .planBox__ttl__sub--03 {
    position: static;
    font-size: 15px;
  }
  .planBox__ttl__sub--02 {
    margin-right: -1px;
  }
  .planBox__cont {
    display: block;
    margin-bottom: 35px;
  }
  .planBox__img, .planBox__txt {
    width: 100%;
  }
  .planBox__txt {
    padding: 0;
    margin-top: 20px;
  }
  .planBox__table {
    padding: 0;
  }
  .price-table,
  .price-sec {
    padding: 0;
  }
}
@media screen and (max-width: 519px) {
  .planBox {
    margin-bottom: 45px;
  }
  .planBox__ttl__main {
    border-bottom-width: 2px;
    padding: 0;
  }
  .planBox__ttl__main img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .roomGallery .flex {
    display: block;
    margin: 0;
  }
  .roomGallery .flex figure {
    max-width: 325px;
    width: 82%;
    margin: 0 auto 15px;
  }
}
/* feature */
.featureBox__top {
  position: relative;
  padding: 75px 0 40px;
}
.featureBox__top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  display: block;
  background: #e5e5e4;
  width: 100vw;
}
.featureBox__top.is-left::before {
  right: 0;
  border-radius: 0 75px 0 0;
}
.featureBox__top.is-right::before {
  left: 0;
  border-radius: 75px 0 0 0;
}
.featureBox__top .flex-lr__txt {
  width: 61.82%;
}
.featureBox__top .flex-lr__img {
  width: 32.72%;
  padding-top: 10px;
}
.featureBox__ttlBox {
  position: relative;
  padding-left: 122px;
  margin-bottom: 55px;
}
.featureBox__num {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -5px;
  border-right: solid 1px #4f5984;
  text-align: center;
  width: 85px;
  padding-top: 5px;
}
.featureBox__ttl {
  line-height: 1;
  margin-bottom: 35px;
}
.featureBox__catch {
  color: #121b3e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
}
.featureBox__txtBox {
  padding-left: 122px;
}
.featureBox__btm {
  padding: 35px 0 70px;
}

.setsubi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.setsubi-list__img + .setsubi-list__img {
  margin-left: 33px;
}
.setsubi-list__cap {
  border-left: solid 1px #4f5984;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 13px;
  margin-top: 20px;
}

#setsubiSlider {
  position: relative;
  padding: 0 60px;
}

@media screen and (min-width: 1280px) {
  #setsubiSlider {
    margin: 0 -60px;
  }
}
.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan-list__box + .plan-list__box {
  margin-left: 10px;
}

.plan-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan-other__left {
  width: 60.9%;
}
.plan-other__option {
  background: #f4f4f4;
  line-height: 1.625;
  height: 100%;
  padding: 12px 20px;
}
.plan-other__option__ttl {
  color: #121b3e;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 5px;
}
.plan-other__right {
  width: 34.09%;
}

.office-list {
  max-width: 895px;
  margin: 0 auto;
}
.office-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.office-list__row + .office-list__row {
  margin-top: 50px;
}
.office-list__dt {
  font-size: 1.125em;
  font-weight: 500;
  width: 100%;
}
.office-list__dt > span {
  display: inline-block;
  background: #4f5984;
  color: #fff;
  text-align: center;
  width: 135px;
  height: 40px;
  line-height: 40px;
}
.office-list__dd {
  width: 48.6%;
  margin-top: 25px;
}

.opp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -33px;
}
.opp-list__box {
  position: relative;
  width: 25%;
  padding: 25px 0 0 33px;
  overflow: hidden;
}
.opp-list__box:nth-child(odd) .opp-list__txtBox {
  background: #7090cb;
  color: #fff;
}
.opp-list__box:nth-child(even) .opp-list__txtBox {
  background: #cccbca;
  color: #121b3e;
}
.opp-list__enLb {
  position: absolute;
  left: 13px;
  top: 0;
  background: #fff;
  max-width: 90%;
  height: 45px;
  padding-right: 10px;
}
.opp-list__txtBox {
  font-size: 0.938em;
  line-height: 1.8;
  height: 100%;
  padding: 13px 15px 10px;
}
.opp-list__ttl {
  position: relative;
  font-size: 1.2em;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.opp-list__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: solid 1px;
  width: 44px;
}

@media screen and (max-width: 959px) {
  .featureBox__top.is-left {
    padding-right: 3.1%;
  }
  .featureBox__top.is-right {
    padding-left: 3.1%;
  }
  .featureBox__top .flex-lr__img {
    padding-top: 0;
  }
  .setsubi-list {
    display: block;
  }
  .setsubi-list__img {
    max-width: 250px;
    margin: 0 auto;
  }
  .setsubi-list__img + .setsubi-list__img {
    margin: 20px 0 0;
  }
  #setsubiSlider {
    padding: 0 30px;
  }
  .plan-list {
    display: block;
    max-width: 360px;
    margin: 0 auto;
  }
  .plan-list__box + .plan-list__box {
    margin: 15px 0 0;
  }
  .plan-other {
    display: block;
    max-width: 360px;
    margin: 0 auto;
  }
  .plan-other__left, .plan-other__right {
    width: 100%;
  }
  .plan-other__right {
    margin-top: 20px;
  }
  .office-list {
    max-width: 435px;
    margin: 0 auto;
  }
  .office-list__row {
    display: block;
  }
  .office-list__row + .office-list__row {
    margin-top: 35px;
  }
  .office-list__dd {
    width: 100%;
    margin-top: 18px;
  }
  .opp-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .opp-list__box {
    width: 50%;
    margin-bottom: 30px;
  }
  .opp-list__enLb {
    padding-right: 0;
  }
  .opp-list__enLb img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 519px) {
  .featureBox__top {
    padding: 42px 0 28px;
  }
  .featureBox__top.is-left::before {
    border-radius: 0 45px 0 0;
  }
  .featureBox__top.is-right::before {
    border-radius: 45px 0 0 0;
  }
  .featureBox__ttlBox {
    padding-left: 60px;
    margin-bottom: 33px;
  }
  .featureBox__num {
    width: 45px;
    padding-top: 0;
  }
  .featureBox__num img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .featureBox__ttl {
    margin-bottom: 15px;
  }
  .featureBox__ttl img {
    -webkit-transform: scale(0.86);
            transform: scale(0.86);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .featureBox__catch {
    font-size: 17px;
    line-height: 1.6;
  }
  .featureBox__txtBox {
    padding-left: 60px;
  }
  .featureBox__btm {
    padding: 25px 0 45px;
  }
  .setsubi-list__cap {
    padding-left: 10px;
    margin-top: 15px;
  }
  .plan-other__option {
    padding: 8px 7%;
  }
  .opp-list {
    display: block;
    margin-left: 0;
  }
  .opp-list__box {
    max-width: 290px;
    width: 100%;
    padding: 25px 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .opp-list__enLb {
    left: 0;
  }
  .opp-list__txtBox {
    padding: 10px 7%;
  }
  .opp-list__ttl::after {
    width: 30px;
  }
}
/* Contact flow */
.flow-list {
  max-width: 900px;
  margin: 0 auto;
}
.flow-list__row {
  position: relative;
  padding-bottom: 105px;
  margin-bottom: 20px;
}
.flow-list__row::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  background: url("../img/contact-flow/icon_arrow_btm.svg") 50% 50% no-repeat;
  width: 84px;
  height: 84px;
  margin-left: -42px;
}
.flow-list__row.is-noArrow {
  padding-bottom: 0;
}
.flow-list__row.is-noArrow::after {
  display: none;
}
.flow-list__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #4f5984;
  text-align: center;
  padding: 15px 3px 10px 170px;
  min-height: 130px;
}
.flow-list__num {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #4f5984;
  width: 160px;
}
.flow-list__ttl {
  color: #4f5984;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}
.flow-list__txtBox {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.flow-list__lastStep {
  display: inline-block;
  background: #4f5984;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  width: 425px;
  height: 130px;
  line-height: 130px;
}

.flow-cv {
  margin: 15px 0 0;
}
.flow-cv > * {
  width: 47.22%;
}
.flow-cv__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #7090cb;
  background: #f4f4f4;
  color: #4f5984;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 130px;
}
.flow-cv__btn__lb {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.flow-cv__btn__lb::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  border-bottom: solid 1px #aaa8a6;
  width: 28px;
  margin-left: -14px;
}
.flow-cv__btn__tel {
  display: block;
}
.flow-cv__btn__tel__time {
  display: block;
  color: #121b3e;
  font-size: 0.636em;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .flow-cv > * {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .flow-list__row {
    padding-bottom: 75px;
    margin-bottom: 12px;
  }
  .flow-list__row::after {
    background-size: contain;
    width: 56px;
    height: 56px;
    margin-left: -28px;
  }
  .flow-list__box {
    display: block;
    padding: 15px 12px 20px;
    min-height: 0;
  }
  .flow-list__num {
    position: static;
    display: block;
    border-right: none;
    border-bottom: solid 1px #4f5984;
    margin: 0 auto 15px;
  }
  .flow-list__num img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .flow-list__ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .flow-list__txtBox {
    font-size: 15px;
  }
  .flow-list__lastStep {
    font-size: 21px;
    max-width: 90%;
    height: 110px;
    line-height: 110px;
  }
  .flow-cv__btn {
    font-size: 19px;
  }
}
/* FAQ */
.qa-list__row + .qa-list__row {
  margin-top: 45px;
}
.qa-list__dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #4f5984;
  border-bottom: solid 1px #4f5984;
  font-size: 1.375em;
  line-height: 1.4;
  min-height: 110px;
  padding: 35px 75px 35px 135px;
  cursor: pointer;
}
.qa-list__dt::before, .qa-list__dt::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  border-bottom: solid 1px #4f5984;
  width: 22px;
  height: 0;
}
.qa-list__dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa-list__dt.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.qa-list__q {
  position: absolute;
  left: 0;
  top: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #4f5984;
  width: 100px;
}
.qa-list__dd {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  background: #f4f4f4;
  font-size: 1.125em;
  line-height: 1.889;
  height: 0;
  padding: 0 100px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-list__dd.is-open {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  padding: 20px 100px;
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 519px) {
  .qa-list__row + .qa-list__row {
    margin-top: 30px;
  }
  .qa-list__dt {
    min-height: 110px;
    padding: 18px 36px 18px 87px;
  }
  .qa-list__dt::before, .qa-list__dt::after {
    right: 12px;
    width: 15px;
  }
  .qa-list__q {
    top: 20px;
    bottom: 20px;
    width: 65px;
  }
  .qa-list__q img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .qa-list__dd {
    padding: 0 15px 0 65px;
  }
  .qa-list__dd.is-open {
    padding: 15px 15px 15px 65px;
  }
}
/* tokusyo */
.tokusyo .m-list01__dt {
  text-align: left;
  width: 11em;
}

@media screen and (max-width: 519px) {
  .tokusyo .m-list01__dt {
    width: 7.5em;
  }
}/*# sourceMappingURL=style_page.css.map */