<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ headerPC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ headerSP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
body {
  min-width: 320px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

picture {
  display: block;
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}

body {
  width: 100vw;
}

@media screen and (max-width: 999px) {
  main select {
    color: black !important;
  }
}
main .common-hover {
  cursor: pointer;
  transition: ease 0.5s;
}
main .common-hover:hover {
  opacity: 0.7;
}
main .text-indent-zone {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1000px) {
  main .main-inner {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .pan-list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  main .pan-list {
    gap: 10px;
    margin-top: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .pan-list {
    margin-left: 6.6666666667vw;
    gap: 1.3333333333vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    height: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 1000px) {
  main .pan-list .pan-item {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 999px) {
  main .pan-list .pan-item {
    white-space: nowrap;
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
    display: -webkit-box;
  }
}
main .pan-list a.blue {
  color: #073D86;
}
@media screen and (min-width: 1000px) {
  main .product-input-wrapper {
    margin-top: 15px;
  }
}
@media screen and (max-width: 999px) {
  main .product-input-wrapper {
    margin-top: 2.6666666667vw;
  }
}
main .product-input-wrapper .input-text {
  border: #c6c6c6 1px solid;
}
@media screen and (min-width: 1000px) {
  main .product-input-wrapper .input-text {
    width: 290px;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .product-input-wrapper .input-text {
    width: 68vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    border-radius: 0.8vw;
  }
}
main .check-box-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  main .check-box-wrapper {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  main .check-box-wrapper.product3 .check-box {
    width: 70px;
  }
}
main .check-box-wrapper.productOption {
  display: block;
}
@media screen and (min-width: 1000px) {
  main .check-box-wrapper.gap10 {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 1000px) {
  main .check-box-wrapper {
    -moz-column-gap: 36px;
    column-gap: 36px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  main .check-box-wrapper {
    justify-content: space-between;
  }
  main .check-box-wrapper.product3 {
    flex-wrap: wrap;
  }
  main .check-box-wrapper.productWeek {
    -moz-column-gap: 24vw;
    column-gap: 24vw;
    flex-wrap: wrap;
  }
}
main .check-box-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  main .check-box-inner {
    width: 350px;
    -moz-column-gap: 56px;
    column-gap: 56px;
  }
}
main .check-box-inner.modal-check-box-inner {
  width: 100%;
  display: block;
}
@media screen and (max-width: 999px) {
  main input[type=checkbox] + .modal-checkbox-text:after {
    top: 2.2vw;
  }
}
@media screen and (max-width: 999px) {
  main input[type=checkbox] + .modal-checkbox-text:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main input[type=checkbox] + .modal-checkbox-text:before {
    width: 18.6666666667px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main input[type=checkbox] + .modal-checkbox-text:before {
    height: 18.6666666667px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox.modalCheckBox .check-box {
    width: 36.4vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box {
    width: 182px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] {
    width: 18.6666666667px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] {
    height: 18.6666666667px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] + p:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] + p:before {
    width: 18.6666666667px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] + p:before {
    height: 18.6666666667px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] + p:after {
    left: 1.0666666667vw;
    top: 2.2vw;
    width: 2.1333333333vw;
    height: 1.6vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] + p:after {
    left: 5.3333333333px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] + p:after {
    width: 10.6666666667px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box input[type=checkbox] + p:after {
    height: 8px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox.modalCheckBox .check-box p {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box p {
    font-size: 17.3333333333px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .productCheckBox.modalCheckBox .check-box p {
    line-height: 31.3333333333px;
  }
}
@media screen and (min-width: 1000px) {
  main .productCheckBox .check-box {
    width: 127px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox .check-box {
    width: 36.4vw;
  }
}
main .productCheckBox .check-box input[type=checkbox] {
  display: none;
}
main .productCheckBox .check-box input[type=checkbox] + p {
  position: relative;
}
main .productCheckBox .check-box input[type=checkbox] + p:before {
  content: "";
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 5px;
  transform: translateY(4px);
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  main .productCheckBox .check-box input[type=checkbox] + p:before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox .check-box input[type=checkbox] + p:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
main .productCheckBox .check-box input[type=checkbox] + p:after {
  position: absolute;
  top: 45%;
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url(/assets/img/checked-icon.png);
  opacity: 0;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  main .productCheckBox .check-box input[type=checkbox] + p:after {
    left: 4px;
    width: 10px;
    height: 7px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox .check-box input[type=checkbox] + p:after {
    left: 1.0666666667vw;
    top: 2.2vw;
    width: 2.1333333333vw;
    height: 1.6vw;
  }
}
main .productCheckBox .check-box input[type=checkbox]:checked + p:before {
  background-color: #073D86;
}
main .productCheckBox .check-box input[type=checkbox]:checked + p:after {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  main .productCheckBox .check-box p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (max-width: 999px) {
  main .productCheckBox .check-box p {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
main .check-box {
  display: flex;
}
main .check-box.active .checkbox-container img {
  display: block;
}
@media screen and (min-width: 1000px) {
  main .check-box {
    gap: 8px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .check-box {
    gap: 1.3333333333vw;
    margin-top: 4vw;
  }
}
main .check-box.modal {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main .check-box.modal img {
    width: 1.8vw !important;
  }
}
@media screen and (max-width: 999px) {
  main .check-box.modal .checkbox-container {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .check-box.modal .checkbox-container {
    margin-top: 6.6666666667px;
  }
}
main .check-box .checkbox-container {
  position: relative;
}
@media screen and (min-width: 1000px) {
  main .check-box .checkbox-container.agreeContainer {
    width: 16px;
  }
}
@media screen and (max-width: 999px) {
  main .check-box .checkbox-container {
    margin-top: 1.3333333333vw;
    height: 4vw;
  }
}
main .check-box .checkbox-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  main .check-box .checkbox-container img {
    width: 8px;
  }
}
@media screen and (max-width: 999px) {
  main .check-box .checkbox-container img {
    width: 2.5333333333vw;
  }
}
main .check-box .checkbox {
  cursor: pointer;
  border: #c6c6c6 1px solid;
  border-radius: 3px;
}
@media screen and (min-width: 1000px) {
  main .check-box .checkbox.option {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 999px) {
  main .check-box .checkbox.option {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check-box .checkbox.modal {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 999px) {
  main .check-box .checkbox.modal {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .check-box .checkbox.modal {
    width: 20px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .check-box .checkbox.modal {
    height: 20px;
  }
}
main .check-box .checkbox:checked {
  background-color: #073D86;
}
@media screen and (min-width: 1000px) {
  main .check-box p {
    white-space: nowrap;
    font-size: 13px;
    line-height: 15px;
    padding-left: 1rem;
    width: 137px;
    text-indent: -1rem;
  }
}
@media screen and (max-width: 999px) {
  main .check-box p {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 1000px) {
  main .check-box p.modal-checkbox-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  main .check-box p.modal-checkbox-text {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .check-box p.modal-checkbox-text {
    font-size: 17.3333333333px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .check-box p.modal-checkbox-text {
    line-height: 31.3333333333px;
  }
}
main .none-border {
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
@media screen and (max-width: 999px) {
  main .spNone-border {
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  main #entry-page {
    padding-top: 100px;
  }
}
@media screen and (max-width: 999px) {
  main #entry-page {
    margin-top: 0;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .section-wrapper {
    padding-top: 155px;
  }
}
@media screen and (max-width: 999px) {
  main .section-wrapper {
    margin-top: 27.8666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .section-wrapper .section-inner .section-title-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  main .section-wrapper .section-inner .section-title-container {
    margin-bottom: 6.6666666667vw;
  }
}
main .section-wrapper .section-inner .section-title-container .top-title {
  color: #073D86;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  main .section-wrapper .section-inner .section-title-container .top-title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 999px) {
  main .section-wrapper .section-inner .section-title-container .top-title {
    font-size: 4.2666666667vw;
    line-height: 5.0666666667vw;
  }
}
main .section-wrapper .section-inner .section-title-container .section-title {
  color: #073D86;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  main .section-wrapper .section-inner .section-title-container .section-title {
    line-height: 55px;
    font-size: 38px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 999px) {
  main .section-wrapper .section-inner .section-title-container .section-title {
    font-size: 7.2vw;
    line-height: 10.6666666667vw;
    margin-top: 0.6666666667vw;
  }
}
main .section-wrapper .section-inner .section-title-container .bottom-title {
  color: #073D86;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  main .section-wrapper .section-inner .section-title-container .bottom-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .section-wrapper .section-inner .section-title-container .bottom-title {
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
    margin-top: 0.6666666667vw;
  }
}
@media screen and (max-width: 999px) {
  main .swiper-pagination.topPageNation {
    bottom: 0 !important;
  }
}
main .swiper-paginationNonePC {
  position: absolute;
  text-align: center;
}
main .swiper-pagination-bullet {
  background-color: white;
  border: 1px solid #073D86;
  opacity: 1;
}
@media screen and (max-width: 999px) {
  main .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin-left: 2vw !important;
    margin-right: 2vw !important;
  }
}
main .swiper-pagination-bullet-active {
  background-color: #073D86;
}
main .error-wrapper.active input {
  background-color: #FFE3E3;
  border: #D50909 1px solid !important;
}
main .error-wrapper.active select {
  background-color: #FFE3E3;
  border: #D50909 1px solid !important;
}
main .error-wrapper.active textarea {
  background-color: #FFE3E3;
  border: #D50909 1px solid !important;
}
main .error-wrapper.active .error-msg {
  display: block;
}
main .error-wrapper .error-msg {
  display: none;
  color: #D50909;
}
@media screen and (min-width: 1000px) {
  main .error-wrapper .error-msg {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 999px) {
  main .error-wrapper .error-msg {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  main .error-wrapper.confirm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  main .error-wrapper.confirm {
    margin-top: 5.3333333333vw;
  }
}
main .panel-content {
  background-color: white;
  border: 1px solid #D9DEE3;
}
@media screen and (min-width: 1000px) {
  main .panel-content.panelTop {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content.panelTop {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-content.productsPage {
    max-width: 740px;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-content.confirmPagePanel {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content.confirmPagePanel {
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-content {
    border-radius: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content {
    border-radius: 2.1333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-title-container {
    flex: 1;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner {
    padding: 40px 45px 80px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
main .panel-content-inner .panel-title {
  font-weight: bold;
  color: #073D86;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-title {
    font-size: 4.8vw;
    line-height: 8.64vw;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-top-container {
    display: flex;
    gap: 35px;
  }
}
main .panel-content-inner .panel-img {
  width: 37.8461538462%;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-img img {
    border-radius: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-img {
    width: 73.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  main .panel-content-inner .panel-img img {
    width: 100%;
    border-radius: 2.1333333333vw;
  }
}
main .panel-content-inner .panel-tag-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-tag-list {
    gap: 5px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-tag-list {
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
    row-gap: 2vw;
    margin-top: 5.3333333333vw;
  }
}
main .panel-content-inner .panel-tag-item {
  font-weight: bold;
  white-space: nowrap;
  color: #073D86;
  background-color: #E7EBF0;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-tag-item {
    font-size: 11px;
    line-height: 19px;
    padding: 3px 14px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-tag-item {
    font-size: 2.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-radius: 0.8vw;
    line-height: 3.3333333333vw;
  }
}
main .panel-content-inner .panel-tag-item.pink {
  background-color: #FF629A;
  border: #ff629a 1px solid;
  color: white;
}
main .panel-content-inner .panel-tag-item.blue {
  background-color: #073D86;
  color: white;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-list {
    margin-top: 8vw;
  }
}
main .panel-content-inner .panel-item {
  display: flex;
  border-top: #CDD8E7 1px solid;
  background-color: white;
}
main .panel-content-inner .panel-item:last-child {
  border-bottom: #CDD8E7 1px solid;
}
main .panel-content-inner .panel-item .panel-name {
  color: #073D86;
  background-color: #F0F3F7;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-item .panel-name {
    width: 116px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-item .panel-name {
    padding-top: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
    width: 20.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-item .panel-name p {
    margin-left: 30px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-item .panel-name p {
    margin-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.2666666667vw;
  }
}
main .panel-content-inner .panel-item .panel-text {
  padding: 10px 0;
  flex: 1;
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-item .panel-text {
    padding-top: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
    width: 51.7333333333vw;
  }
}
main .panel-content-inner .panel-item .panel-text.row-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-item .panel-text.row-box {
    gap: 10px;
  }
}
main .panel-content-inner .panel-item .panel-text p {
  display: inline-block;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-item .panel-text p {
    margin-left: 30px;
    font-size: 15px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-item .panel-text p {
    margin-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.2666666667vw;
  }
}
main .panel-content-inner .panel-item .panel-text p.working-days-text {
  white-space: wrap;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .panel-item .panel-text p.working-days-text {
    display: inline;
    width: 40px;
  }
  main .panel-content-inner .panel-item .panel-text p.working-days-text + p {
    margin-left: 0px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .panel-item .panel-text p.working-days-text {
    width: 13.3333333333vw;
  }
  main .panel-content-inner .panel-item .panel-text p.working-days-text + p {
    margin-left: 0vw;
  }
}
main .panel-content-inner .entry-confirm .panel-item {
  align-items: center;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .entry-confirm .panel-item {
    gap: 76px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .entry-confirm .panel-item {
    gap: 7.4666666667vw;
  }
}
main .panel-content-inner .entry-confirm .panel-name {
  background-color: white;
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .entry-confirm .panel-name {
    width: 190px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .entry-confirm .panel-name {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    width: 34.6666666667vw;
  }
}
main .panel-content-inner .entry-confirm .panel-name p {
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .entry-confirm .panel-name p {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  main .panel-content-inner .entry-confirm .panel-name .sub-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .entry-confirm .panel-name .sub-name {
    font-weight: 300;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 999px) {
  main .panel-content-inner .entry-confirm .panel-text p {
    margin-left: 0;
    font-weight: 300;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .no-requirement {
    font-size: 25px;
    margin-top: 70px;
    line-height: 35px;
  }
}
@media screen and (max-width: 999px) {
  main .no-requirement {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .no-requirement.mt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  main .no-requirement.mt {
    margin-top: 3.3333333333vw;
  }
}
main .product-btn {
  cursor: pointer;
}
main .product-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
main .product-btn.panel-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: ease 0.5s;
}
@media screen and (min-width: 1000px) {
  main .product-btn.panel-btn {
    width: 244px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn.panel-btn {
    width: 73.3333333333vw;
  }
}
main .product-btn.panel-btn:hover {
  background-color: white;
}
main .product-btn.panel-btn:hover p {
  color: #073D86;
}
main .product-btn.aside-btn {
  transition: ease 0.5s;
}
@media screen and (min-width: 1000px) {
  main .product-btn.aside-btn {
    width: 330px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn.aside-btn {
    width: 73.3333333333vw;
  }
}
main .product-btn.aside-btn:hover {
  background-color: white;
}
main .product-btn.aside-btn:hover p {
  color: #ff629a;
}
main .product-btn.confirm-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  main .product-btn.confirm-btn {
    width: 340px;
    height: 56px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn.confirm-btn {
    width: 73.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .product-btn.confirm-btn p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  main .product-btn.modal-btn {
    width: 258px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn.modal-btn {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .product-btn.modal-btn {
    width: 366.6666666667px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .product-btn.modal-btn {
    height: 66.6666666667px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .product-btn.modal-btn {
    border-radius: 33.3333333333px;
  }
}
main .product-btn.pink-btn {
  border: 2px solid #ff629a;
  background-color: #FF629A;
  transition: ease 0.5s;
}
main .product-btn.pink-btn:hover {
  background-color: white;
}
main .product-btn.pink-btn:hover p {
  color: #FF629A;
}
main .product-btn.blue-btn {
  border: 2px solid #073D86;
  background-color: #073D86;
  transition: ease 0.5s;
}
main .product-btn.blue-btn:hover {
  background-color: white;
}
main .product-btn.blue-btn:hover p {
  color: #073D86;
}
@media screen and (min-width: 1000px) {
  main .product-btn.border-btn {
    border: 1px solid #868484;
  }
}
main .product-btn.border-btn p {
  color: #868484;
}
@media screen and (min-width: 1000px) {
  main .product-btn {
    height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn {
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .product-btn.mt30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn.mt30 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .product-btn.mt40 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn.mt40 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .product-btn.mt60 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn.mt60 {
    margin-top: 10.6666666667vw;
  }
}
main .product-btn p {
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 1000px) {
  main .product-btn p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn p {
    font-size: 4.2666666667vw;
    line-height: 5.7333333333vw;
  }
  main .product-btn p.modal-btn-text {
    font-size: 4.2666666667vw;
    line-height: 5.7333333333vw;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .product-btn p.modal-btn-text {
    font-size: 21.3333333333px;
  }
}
@media screen and (max-width: 999px) and (min-width: 500px) {
  main .product-btn p.modal-btn-text {
    line-height: 28.6666666667px;
  }
}
@media screen and (max-width: 999px) {
  main .product-btn p.modal-btn-text.modal-btn-text-second {
    text-decoration: underline;
    text-underline-offset: 2vw;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
main .contact-section .loading-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .contact-section .loading-container .circle {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0080d6;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
main .contact-section .contact-content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  main .contact-section .contact-content {
    max-width: 980px;
    padding-bottom: 117px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .contact-content {
    width: 86.6666666667vw;
    padding-bottom: 10vw;
  }
}
main .contact-section .contact-content.entry-contact-form {
  background-color: white;
}
@media screen and (min-width: 1000px) {
  main .contact-section .contact-content.entry-contact-form {
    margin-top: 40px;
    padding: 60px 60px 80px;
    border-radius: 10px;
    border: 1px solid #D9DEE3;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .contact-content.entry-contact-form {
    width: 100%;
    padding-top: 10.6666666667vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .contact-content.entry-contact-form form {
    width: 86.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-dl {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-dl {
    margin-top: 5.3333333333vw;
  }
}
main .contact-section .form-dl.first-dl {
  margin-top: 0;
}
main .contact-section .form-dt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-dt {
    align-items: flex-start;
    width: 245px;
    margin-right: 30px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-dt {
    gap: 1.3333333333vw;
  }
}
main .contact-section .required {
  font-weight: bold;
  white-space: nowrap;
  background-color: #D50A0A;
  color: white;
}
@media screen and (min-width: 1000px) {
  main .contact-section .required {
    margin-right: 8px;
    padding: 1.5px 15px 3px;
    font-size: 10px;
    border-radius: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .required {
    font-size: 2.6666666667vw;
    padding-top: 0.6666666667vw;
    padding-bottom: 0.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
main .contact-section .required.grey {
  background-color: #868484;
}
main .contact-section .form-name {
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-name {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-name {
    font-size: 3.7333333333vw;
  }
}
main .contact-section .form-name.address-name1 {
  position: relative;
}
main .contact-section .form-name.address-name1:after {
  content: "市区町村名";
  display: block;
  position: absolute;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-name.address-name1:after {
    font-size: 12px;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-name.address-name1:after {
    top: 10%;
    left: 110%;
    font-size: 2.9333333333vw;
  }
}
main .contact-section .form-name.address-name2 {
  position: relative;
}
main .contact-section .form-name.address-name2:after {
  content: "番地・建物名・部屋番号など";
  display: block;
  position: absolute;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-name.address-name2:after {
    font-size: 12px;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-name.address-name2:after {
    top: 10%;
    left: 110%;
    font-size: 2.9333333333vw;
  }
}
main .contact-section .input-text-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-text-wrapper.confirm-email-input {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-text-wrapper {
    gap: 20px;
  }
  main .contact-section .input-text-wrapper.phone {
    gap: 10px;
  }
  main .contact-section .input-text-wrapper.birthday {
    gap: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .input-text-wrapper {
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
  main .contact-section .input-text-wrapper.phone {
    gap: 1.03vw;
    justify-content: space-between;
    width: 100%;
  }
  main .contact-section .input-text-wrapper.birthday {
    gap: 1.3333333333vw;
  }
}
main .contact-section .input-text-wrapper input {
  border: 1px solid #C6C6C6;
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-text-wrapper input {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .input-text-wrapper input {
    padding-top: 2.4vw;
    padding-bottom: 2.2666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-text-wrapper .birthday-text {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .input-text-wrapper .birthday-text {
    font-size: 3.0666666667vw;
    margin-right: 1.0666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-name {
    width: 300px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .input-name {
    width: 31.0666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-post-code {
    width: 120px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .input-post-code {
    width: 42vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-address {
    width: 664px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .input-address {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .phone {
    width: 120px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .phone {
    width: 14vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .input-email {
    width: 310px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .input-email {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-bottom-text {
    margin-top: 8px;
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-bottom-text {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
main .contact-section .form-bottom-text a {
  border-bottom: 1px solid black;
}
main .contact-section .form-bottom-text span img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-bottom-text span img {
    margin: 0 3px;
    width: 11px;
    transform: translateY(-1px);
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-bottom-text span img {
    width: 2.8vw;
    margin-left: 0.2666666667vw;
    margin-right: 0.2666666667vw;
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-bottom-text span {
    display: inline-block;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-top-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-top-text {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .agree-confirm-text {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .agree-confirm-text {
    font-size: 3.4666666667vw;
    margin-top: 8vw;
    line-height: 4.8vw;
  }
}
main .contact-section .privacy-policy {
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #C6C6C6;
}
@media screen and (min-width: 1000px) {
  main .contact-section .privacy-policy {
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    padding: 20px;
    width: 660px;
    height: 300px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .privacy-policy {
    padding-top: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
    height: 88vw;
    margin-top: 2.6666666667vw;
  }
}
main .contact-section .privacy-item {
  display: flex;
}
@media screen and (min-width: 1000px) {
  main .contact-section .privacy-item {
    gap: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .privacy-item {
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .privacy-item .num {
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .privacy-item .privacy-text {
    line-height: 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .privacy-item .privacy-text {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
main .contact-section .privacy-item .privacy-text span {
  color: #073D86;
}
main .contact-section .select-wrapper {
  position: relative;
}
@media screen and (max-width: 999px) {
  main .contact-section .select-wrapper {
    margin-top: 2.6666666667vw;
  }
  main .contact-section .select-wrapper.birthday-select-wrapper {
    margin-top: 0;
  }
}
main .contact-section select {
  color: black !important;
  border: 1px solid #C6C6C6;
}
@media screen and (min-width: 1000px) {
  main .contact-section select {
    padding: 13px 20px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section select {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section select.qualify {
    width: 270px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section select.qualify {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section select.kind-of-contact {
    width: 270px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section select.kind-of-contact {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section select.sex {
    width: 180px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section select.sex {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section select.pcWidth270px {
    width: 270px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section select.pcWidth270px {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section select.birthday {
    width: 100px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section select.birthday {
    width: 22.6666666667vw;
  }
}
main .contact-section .arrow-bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  main .contact-section .arrow-bottom {
    right: 20px;
    width: 10px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .arrow-bottom {
    right: 5.3333333333vw;
    width: 4vw;
  }
}
main .contact-section .arrow-bottom img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  main .contact-section .textarea-wrapper {
    margin-top: 2.6666666667vw;
  }
}
main .contact-section .textarea-wrapper textarea {
  resize: none;
  border: 1px solid #C6C6C6;
}
@media screen and (min-width: 1000px) {
  main .contact-section .textarea-wrapper textarea {
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .textarea-wrapper textarea {
    padding-top: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .textarea-wrapper textarea.contact {
    width: 660px;
    height: 200px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .textarea-wrapper textarea.contact {
    width: 76vw;
    height: 48vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .textarea-wrapper textarea.job-number {
    width: 664px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .textarea-wrapper textarea.job-number {
    width: 76vw;
    height: 16.5333333333vw;
  }
}
main .contact-section .form-button {
  background: #868484;
  pointer-events: none;
  border: 2px solid #868484;
}
main .contact-section .form-button.active {
  background-color: #073D86;
  pointer-events: visible;
  pointer-events: auto;
  cursor: pointer;
  border: 2px solid #073D86;
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-button.active {
    transition: ease 0.5s;
  }
  main .contact-section .form-button.active:hover {
    background-color: white;
  }
  main .contact-section .form-button.active:hover p {
    color: #073D86;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-button {
    border-radius: 22px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-button {
    width: 86.6666666667vw;
    border-radius: 6.6666666667vw;
    padding-top: 4.5333333333vw;
    padding-bottom: 4.5333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-button.register-button {
    width: 340px;
  }
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-button.register-button p {
    font-size: 18px;
  }
}
main .contact-section .form-button p {
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  main .contact-section .form-button p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  main .contact-section .form-button p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
main .confirm-bottom-text-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  main .confirm-bottom-text-container {
    margin-top: 30px;
    width: 120px;
  }
}
@media screen and (max-width: 999px) {
  main .confirm-bottom-text-container {
    margin-top: 6.6666666667vw;
    width: 22vw;
  }
}
main .confirm-bottom-text-container a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  main .confirm-bottom-text-container img {
    width: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  main .confirm-bottom-text-container img {
    width: 2vw;
    margin-right: 2.6666666667vw;
  }
}
main .confirm-bottom-text-container .fonfirm-bottom-text {
  font-weight: bold;
  color: #073D86;
}
@media screen and (min-width: 1000px) {
  main .confirm-bottom-text-container .fonfirm-bottom-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  main .confirm-bottom-text-container .fonfirm-bottom-text {
    font-size: 3.4666666667vw;
  }
}</pre></body></html>