@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
      メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    line-height: 1;
  }
  header img {
    width: 100%;
  }
  .fv img {
    width: 100%;
  }
  .entry-box {
    width: 100%;
    margin: auto;
    background: #fbf9f6;
  }
  .entry-box img {
    width: 100%;
  }
  .entry-box .list-step {
    padding-bottom: 45%;
  }
  .hidden {
    display: none;
  }

  .entry-box .step-img {
    margin-bottom: 2%;
  }
  .new-arrivals {
    text-align: right;
    font-size: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: bold;
    margin: 0 3vw 3vw 0;
  }
  .new-arrivals .new-arrivals-box {
    background: #387ab7;
    color: #fff;
    padding: 1vw 0;
    margin-left: 1vw;
    border-radius: 0.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27%;
  }
  .new-arrivals .new-arrivals-box img {
    width: 12%;
    margin-left: 3%;
  }
  .form-item {
    margin: 0 5% 6%;
  }
  .form-item dd {
    font-size: 0;
  }
  .form-item dt {
    margin-bottom: 2vw;
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    text-align: center;
  }
  .form-item dt span {
    font-size: 5vw;
    color: #387ab7;
    margin-right: 0.5vw;
  }
  .form-item .small {
    font-size: 3.5vw;
    text-align: center;
    font-weight: normal;
    color: #000;
  }
  .form-item .sub {
    font-size: 3.3vw;
    text-align: center;
  }
  .form-item .sub .orange {
    font-size: 3.3vw;
    color: #387ab7;
    margin-right: 0;
  }
  .form-item .marker {
    background: yellow;
    font-size: inherit;
    margin: inherit;
    color: inherit;
  }
  .form-item .optional:after {
    content: "";
    padding: 1.3% 1.5%;
    line-height: 1;
    font-size: 3.2vw;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 1%;
    right: 15%;
  }
  .form-item .optional:after {
    content: "任意";
    background: #b4b4b4;
  }
  .form-item input[type="checkbox"]:checked + span,
  .form-item input[type="radio"]:checked + span {
    background-color: #def2ff;
  }
  .form-item input[type="text"],
  .form-item input[type="mail"],
  .form-item input[type="tel"],
  .form-item select {
    width: 100%;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #b5b5b5;
    background: #fff;
    font-size: 16px;
    line-height: 43px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000 !important;
  }
  .form-item input[type="text"],
  .form-item input[type="mail"],
  .form-item input[type="tel"] {
    padding: 8px 15px;
    line-height: 1.4;
    font-size: 16px;
  }
  .form-item input[type="checkbox"],
  .form-item input[type="radio"] {
    display: none;
  }
  .form-item select::-ms-expand {
    display: none;
  }
  .form-item dd > span {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 3.5vw;
  }
  .form-item .select-arrow {
    position: relative;
  }
  .form-item .select-arrow:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    top: 15%;
    right: 5%;
  }
  .form-item .zipcode {
    margin: 4% 0;
  }
  .form-item .pref-box {
    width: 48%;
    margin-right: 3%;
  }
  .form-item .pref-box:last-child {
    margin-right: 0;
  }
  .form-item .birth-box {
    width: 26%;
    margin-right: 3%;
  }
  .form-item .birth-box:first-child {
    width: 40%;
  }
  .form-item .birth-box:last-child {
    margin-right: 0;
  }
  .form-item .error {
    margin-top: 5px;
    font-size: 3.5vw;
  }
  .form-item .form-check-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .form-item .form-check-btn li {
    margin: 1.5vw 0;
    width: 48%;
  }
  .form-item .form-check-btn li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .form-item .form-check-btn li label > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 5%;
    height: 41vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 4vw;
    text-align: center;
    border: 0.8vw solid #387ab7;
    border-radius: 1vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-tap-highlight-color: initial;
    background: #fff;
    font-weight: bold;
    line-height: 1.2;
  }
  .form-item .form-check-btn li label > span img {
    width: 80%;
    margin-bottom: -1vw;
  }
  #step1 .form-item .form-check-btn li label > span img.icon {
    width: 6vw;
  }
  .button-area {
    margin: 2% auto 0;
    width: 92%;
  }
  .button-area.center {
    text-align: center;
    margin-bottom: 2rem;
  }
  .button-area p {
    font-size: 3vw;
    margin: 0 0 2vw;
  }
  .button-area p a {
    text-decoration: underline;
  }
  .button-area button {
    height: 14vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  .button-area button:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .button-area button:disabled {
    opacity: 0.5;
  }
  .button-area .nextbtn {
    width: 90%;
    background: #387ab7;
    box-shadow: 0 4px 0px #002f5a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .button-area .nextbtn .free {
    border: 1px solid #fef576;
    color: #fef576;
    margin-right: 3%;
    padding: 0.5vw 1vw;
  }
  .button-area .nextbtn:after {
    content: "\f105";
    right: 4%;
  }
  .button-area .backbtn {
    width: 30%;
    padding: 0 0 0 2%;
    background: #c7c7c7;
    -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .button-area .backbtn:after {
    content: "\f104";
    left: 8%;
  }
  .button-area .button-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
    margin: auto;
  }
  .button-area .button-list .nextbtn {
    width: 65%;
    margin-left: 5%;
  }
  .note {
    font-size: 3vw;
    text-align: center;
    line-height: 1.5;
    margin-top: 3%;
  }
  p.error {
    color: #f00;
  }
  .thanks {
    line-height: 1.7;
  }
  .thanks .thanks-content {
    padding: 6vw 4%;
    border-bottom: 6vw solid #b4d7eb;
    border-left: 6vw solid #b4d7eb;
    border-right: 6vw solid #b4d7eb;
    background: #fff;
  }
  .thanks .thanks-content .bold {
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
  }
  .thanks .thanks-content p {
    font-size: 3.6vw;
  }
  footer {
    padding: 1rem;
    background: #387ab7;
    text-align: center;
    font-size: 3vw;
    color: #fff;
  }
  footer .license {
    color: #fff;
    font-size: 2.4vw;
    line-height: 1.6;
    margin-top: 4%;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
      メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    line-height: 1;
    background: #fbf9f6;
  }
  img {
    width: 100%;
  }
  a:hover {
    opacity: 0.9;
  }
  header {
    width: 1000px;
    margin: auto;
  }
  .fv {
    width: 1000px;
    margin: auto;
  }
  .entry-box {
    width: 1000px;
    margin: auto;
  }
  .entry-box .list-step {
    padding-bottom: 160px;
  }
  .hidden {
    display: none;
  }

  .entry-box .step-img {
    margin-bottom: 1rem;
    text-align: center;
    background: #387ab7;
  }
  .new-arrivals {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  .new-arrivals .new-arrivals-box {
    background: #387ab7;
    color: #fff;
    padding: 0.5rem 0;
    margin-left: 0.5rem;
    border-radius: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 9rem;
  }
  .new-arrivals .new-arrivals-box img {
    width: 1rem;
    margin-left: 0.5rem;
  }
  .form-item {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .form-item dt {
    width: 330px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
  }
  .form-item dt span {
    color: #387ab7;
    margin-right: 5px;
  }
  .form-item .small {
    font-size: 0.9rem;
    margin-top: 5px;
    font-weight: normal;
    color: #000;
  }
  .form-item .sub {
    font-size: 0.9rem;
    margin-top: 10px;
    padding-right: 40px;
    line-height: 1.7;
  }
  .form-item .sub .orange {
    font-size: 0.9rem;
    color: #387ab7;
    margin-right: 0;
  }
  .form-item .marker {
    background: yellow;
    margin: inherit;
    color: inherit;
  }
  .form-item .optional:after {
    content: "";
    padding: 5px;
    margin-left: 5px;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 190px;
    width: 45px;
    text-align: center;
  }
  .form-item .optional:after {
    content: "任意";
    background: #b4b4b4;
    font-size: 0.9rem;
  }
  .form-item dd {
    width: 670px;
  }
  .form-item dd > span {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1.2rem;
  }
  .form-item input[type="checkbox"]:checked + span,
  .form-item input[type="radio"]:checked + span {
    background-color: #def2ff;
  }
  .form-item input[type="text"],
  .form-item input[type="mail"],
  .form-item input[type="tel"],
  .form-item select {
    width: 100%;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #b5b5b5;
    background: #fff;
    font-size: 16px;
    line-height: 43px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000 !important;
  }
  .form-item input[type="text"],
  .form-item input[type="mail"],
  .form-item input[type="tel"] {
    padding: 8px 15px;
    line-height: 1.4;
    font-size: 16px;
  }
  .form-item input[type="checkbox"],
  .form-item input[type="radio"] {
    display: none;
  }
  .form-item select::-ms-expand {
    display: none;
  }
  .form-item .select-arrow {
    position: relative;
  }
  .form-item .select-arrow:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    top: 15%;
    right: 5%;
  }
  .form-item .zipcode {
    width: 320px;
    margin-bottom: 20px;
  }
  .form-item .zipcode dd {
    width: 320px;
  }
  .form-item .address-area {
    width: 500px;
    margin-left: 330px;
  }
  .form-item .pref-box {
    width: 48%;
    margin-right: 3%;
  }
  .form-item .pref-box:last-child {
    margin-right: 0;
  }
  .form-item .birth-box {
    width: 210px;
    display: block;
  }
  .form-item .birth-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .form-item.name-area {
    margin-bottom: 20px;
  }
  .form-item.kana-area {
    margin-left: 330px;
  }
  .form-item .error {
    margin-top: 5px;
    font-size: 1rem;
  }
  .form-item .form-check-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .form-item .form-check-btn li {
    margin: 10px 0;
    width: 47%;
  }
  .form-item .form-check-btn li label > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    font-size: 1.2rem;
    border: 2px solid #387ab7;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-tap-highlight-color: initial;
    background: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 15px;
  }
  .form-item .form-check-btn li label > span img {
    width: 70px;
    margin-right: 15px;
  }
  #step1 .form-item .form-check-btn li label > span img.icon {
    width: 25px;
  }
  .button-area {
    margin: 3rem auto 0;
  }
  .button-area.center {
    text-align: center;
    margin-bottom: 2rem;
  }
  .button-area p {
    margin: 0 0 20px;
  }
  .button-area p a {
    text-decoration: underline;
  }
  .button-area button {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  .button-area button:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .button-area button:disabled {
    opacity: 0.5;
  }
  .button-area .nextbtn {
    width: 500px;
    height: 80px;
    background: #387ab7;
    box-shadow: 0 4px 0px #002f5a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
  }
  .button-area .nextbtn .btn-text {
    font-size: 1.5rem;
  }
  .button-area .nextbtn .free {
    border: 1px solid #fef576;
    color: #fef576;
    margin-right: 10px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .button-area .nextbtn:after {
    content: "\f105";
    right: 20px;
  }
  .button-area .backbtn {
    width: 150px;
    height: 80px;
    background: #c7c7c7;
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .button-area .backbtn:after {
    content: "\f104";
    left: 15px;
  }
  .button-area .button-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 500px;
    margin: auto;
  }
  .button-area .button-list .nextbtn {
    width: 320px;
    margin-left: 30px;
  }
  .note {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
  }
  p.error {
    color: #f00;
  }
  .thanks {
    line-height: 1.7;
  }
  .thanks .thanks-content {
    padding: 3rem 6rem;
    border-bottom: 3.8rem solid #b4d7eb;
    border-left: 3.8rem solid #b4d7eb;
    border-right: 3.8rem solid #b4d7eb;
    background: #fff;
  }
  .thanks .thanks-content .bold {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .thanks .thanks-content p {
    font-size: 1.2rem;
  }
  footer {
    padding: 1.5rem;
    background: #387ab7;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    width: 1000px;
    margin: auto;
  }
  footer .license {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}
