@charset "utf-8";

input:not([type="button"]):not([type="submit"]):not(.option-input):focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: inset 0 0 0 1px #f35d40 !important;
}

.option-input:focus,
.option-input:focus-visible,
.option-input:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/* -- 送信エラー ------*/

@keyframes border {
  0% {
    border: medium solid #da3c41;
  }
  100% {
    border: medium solid #da3c4152;
  }
}


/* -- mail_form--------------------------------------------------------------*/
form#mail_form * {
  margin: 0;
  padding: 0;
}

form#mail_form {
  width: 960px;
  margin: 0 auto 45vh;
  padding: 0;
}

/* -- DL ------*/

/* form#mail_form dl {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}

form#mail_form dl dt {
  position: relative;
  clear: both;
  float: left;
  width: 30%;
  border-top: 1px solid #cccccc;
  padding: 32.5px 15px 32.5px 60px;
  text-align: right;
  font-weight: 500;
}

form#mail_form dl dd {
  width: 70%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 20px 0 20px 5%;
}

form#mail_form dl dd span.unchangeable {
  border: 1px solid #cccccc !important;
  background: #fcfcfc !important;
  padding: 15px 35px 15px 15px !important;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
  border: none;
}

form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  color: rgb(121, 121, 121);
} */

form#mail_form dl {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}

form#mail_form dl dt,
form#mail_form dl dd {
  /* display: flex; */
  /* align-items: center; */
  border-top: 1px solid #cccccc;
  padding: 20px 15px;
  box-sizing: border-box;
}

form#mail_form dl dt {
  width: 30%;
  justify-content: flex-end;
  /* padding-left: 60px; */
  font-weight: 500;
}

form#mail_form dl dd {
  width: 70%;
  /* padding-left: 5%; */
}

/* 変更不可フィールド */
form#mail_form dl dd span.unchangeable {
  border: 1px solid #cccccc !important;
  background: #fcfcfc !important;
  padding: 15px 35px 15px 15px !important;
}

/* 最初の要素だけ上の線なし */
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
  border-top: none;
}

form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  color: rgb(121, 121, 121);
}

/* -- UL ------*/

form#mail_form ul:after,
form.mypage_form ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

form#mail_form ul,
form.mypage_form ul {
  display: inline-block;
  overflow: hidden;
  display: block;
  list-style-type: none;
}

form#mail_form ul li label:hover,
form.mypage_form ul li label:hover {
  cursor: pointer;
}

/* -- input ------*/

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form select
 {
  width: 100%;
  padding: 10px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

.country_w{
  width: 50% !important;
  min-width: 240px;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"],
form.mypage_form ul li input[type="radio"] {
  margin-right: 15px !important;
  margin-top: 0 !important;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"],
form.mypage_form li:first-child input[type="radio"] {
  margin-top: 0px;
}

/* -- select ------*/
form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
  height: 50px;
}

/* -- textarea ------*/
form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

/* -- radio ------*/
form#mail_form ul li label.rbox,
form.mypage_form ul li label.rbox {
  padding: 10px 25px 10px 15px !important;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  float: left;
  width: 100%;
  text-align: left;
}

form#mail_form ul li label.rbox,
form.mypage_form ul li label.rbox {
  margin-bottom: 7px !important;
}

form#mail_form ul li:last-child label.rbox,
form.mypage_form ul li:last-child label.rbox {
  margin-bottom: 0 !important;
}

form#mail_form ul li label.rbox.disabled,
form.mypage_form ul li label.rbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}

form#mail_form ul li label.rbox:hover,
form.mypage_form ul li label.rbox:hover {
  background: #f0f0f0;
  box-shadow: inset 0 0 0 1px #f35d40 !important;
}

.option-input {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  vertical-align: middle;
  flex-shrink: 0;
  margin: 0 8px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

.option-input:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  border-radius: 50%;
  background: #46b8da !important;
}

.option-input:checked:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}

.option-input:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: #ffffff;
}

.rbox:has(input:checked) {
  background: #ffffff !important;
  box-shadow: inset 0 0 0 2px #46b8da !important;
  font-weight: bold;
}

form#mail_form ul li label.rbox_end,
form.mypage_form ul li label.rbox_end {
  padding: 10px 25px 10px 15px;
  border: 1px solid #999999;
  border-radius: 3px;
  background: #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  float: left;
  min-width: 100px;
  text-align: center;
  margin-left: 5px;
  cursor: no-drop !important;
}

/* -- name 横幅 ------*/

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#phone,
form#mail_form input#fax,
form#mail_form input#schedule {
  width: 30%;
  min-width: 210px;
  margin-right: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
}

form#mail_form input#name2_1,
form#mail_form input#name3_1,
form#mail_form input#name4_1,
form#mail_form input#name5_1,
form#mail_form input#name6_1,
form#mail_form input#name7_1,
form#mail_form input#name8_1,
form#mail_form input#name9_1,
form#mail_form input#name10_1,
form#mail_form input#name11_1,
form#mail_form input#name2_2,
form#mail_form input#name3_2,
form#mail_form input#name4_2,
form#mail_form input#name5_2,
form#mail_form input#name6_2,
form#mail_form input#name7_2,
form#mail_form input#name8_2,
form#mail_form input#name9_2,
form#mail_form input#name10_2,
form#mail_form input#name11_2 {
  width: 30%;
  min-width: 210px;
  margin-right: 6px;
  margin-top: 3px;
  margin-bottom: 3px;
}

/* -- 郵便番号 ------*/
form#mail_form input#postal {
  width: 8em;
  text-align: center;
  margin-right: 5px;
}

form#mail_form input#postal + button {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 5px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input#postal + button:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- 電話・FAX ------*/
form#mail_form input#phone,
form#mail_form input#fax,
form#mail_form input#schedule {
  width: 11em;
  text-align: center;
}

/* -- 内容確認 btn ------*/
form#mail_form p#form_submit {
  width: 100%;
  text-align: center;
  padding: 25px 0;
}

#form_submit_button {
  min-width: 300px;
  padding: 20px 45px !important;
  border: 1px solid #4cae4c !important;
  border-radius: 3px !important;
  background: #5cb85c !important;
  color: #ffffff !important;
  font-family: inherit !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #449d44 !important;
  border: 1px solid #398439 !important;
}

/* -- キャンセル btn ------*/
.button_cancel {
  border: 1px solid #ae4c4c !important;
  background: #b85c5c !important;
}

.button_cancel:hover {
  background: #9d4444 !important;
  border: 1px solid #843939 !important;
}

/* -- 送信エラー ------*/
form#mail_form div.notinput {
  width: 100%;
  color: #da3c41;
  line-height: 2;
  padding: 25px !important;
  animation: border 0.5s ease infinite alternate;
  text-align: center;
}

form#mail_form div.notinput p.blinking {
  display: inline-block;
  text-align: left;
  margin: 0 0 1em;
  font-weight: bold;
  line-height: 1.45;
  padding-left: 1em;
  text-indent: -1em;
}

form#mail_form div.notinput ul.error-list {
  display: inline-block;
  margin: 0 auto;
  padding-left: 1.2em;
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
}

form#mail_form div.notinput ul.error-list li {
  margin: 0.5em 0;
  line-height: 1.45;
}

form#mail_form input#country_number {
  width: 8em;
  text-align: center;
  margin-right: 5px;
}

/* -- 入力欄初期表示 ------*/

::placeholder {
  color: #ccc;
  font-size: 0.9em;
}

/* -- h2 - h4 ------*/

form#mail_form h2 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  width: 100%;
  margin: 65px auto 0 !important;
  padding: 15px 0 5px 5px;
  font-size: 1.2em;
}

form#mail_form h2:first-of-type {
  margin: 25px auto 0 !important;
}

form#mail_form h2 > i {
  font-size: 1.5em;
  margin-right: 0.35em;
}


section#review h2 {
  border-bottom: none;
  padding: 10px;
  background: #fcfcfc;
  border-left: solid 5px #777;
}

/* -- 補足------*/
.item-notes {
  display: block;
  color: #01388b;
  font-size: 0.9em;
  margin-top: 3px !important;
  line-height: 1.45 !important;
  padding-left: 1em !important;
  text-indent: -1em !important;
}

/* -- 選択項目終了------*/

.choices-close {
  display: block;
  color: #d9534f !important;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 3px !important;
  line-height: 1.45 !important;
  margin-bottom: 15px !important;
}

dl div.item-notes:first-of-type,
.choices-close:first-of-type {
  margin-top: 10px !important;
}

dl div.item-notes:last-of-type,
.choices-close:last-of-type {
  margin-bottom: 10px !important;
}

.companion_wrap{
  display: inline-block;
  width: 100%;
  background-color: #f8f9fa;
  padding-top: 10px !important;
  /* padding-left: 10px; */
  font-weight: 600;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px !important;
  text-align: center;
}
/* -- 支払方法 -----*/

form#mail_form div.way {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #cccccc;
}
form#mail_form div.way .way01 {
  /* float: left; */
  text-align: right;
  width: 25%;
  padding: 35px 0;
  overflow: hidden;
}
form#mail_form div.way .way02 {
  width: 70%;
  /* float: right; */
  padding: 35px 0 35px 5%;
}
@media screen and (max-width: 1000px) {
  form#mail_form div.way {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  form#mail_form div.way .way01 {
    width: fit-content;
    padding: 35px 0;
  }
  form#mail_form div.way .way02 {
    width: fit-content;
    padding: 0 0 35px 5%;
  }
}

/* -- インフォメーション -----*/

form#mail_form div.note {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
}

form#mail_form div.note > ul {
  margin: 0 0 25px;
  padding: 0;
}

form#mail_form div.note p.logo {
  text-indent: 0;
  margin: 45px 0 15px 0;
}

/* 追加 */
.pay_info_wrap>dt>span{
  display: none !important;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

/* form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  float: none;
  display: inline-block;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

form#confirm_form dl dt span.required,
form#confirm_form dl dt span.optional {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  float: none;
  display: inline-block;
  color: #ffffff;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 90%;
}

form#mail_form dl dt span.required,
form#confirm_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional,
form#confirm_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
} */

/* ===== 共通 ===== */
form#mail_form dl dt,
form#confirm_form dl dt {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 必須・任意ラベル */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional,
form#confirm_form dl dt span.required,
form#confirm_form dl dt span.optional {
  margin-right: auto;
  position: static;
  transform: none;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 90%;
  font-weight: normal !important;
}

/* ラベル色 */
form#mail_form dl dt span.required,
form#confirm_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional,
form#confirm_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

/* エラー文言 */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

/* -- confirm_field --------------------------------------------------------------*/

div#confirm_field {
  width: 960px;
  margin: 25px auto 45vh;
  padding: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  line-height: 1.8;
}

div#confirm_field {
  display: none;
}

div#confirm_field h2 {
  width: 90%;
  display: flex;
  align-items: center;
  margin: 35px 5% 0 !important;
  padding: 15px 0 5px 5px;
  font-size: 1.2em;
  color: #005197;
}

div#confirm_field h2 > i {
  font-size: 1.5em;
  margin-right: 0.35em;
}

div#confirm_field h2:first-of-type {
  margin: 5px 5% 10px !important;
}

/* div#confirm_field dl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}

div#confirm_field dl dt {
  position: relative;
  clear: both;
  float: left;
  width: 30%;
  border-top: 1px solid #cccccc;
  padding: 15px 15px 15px 15px;
  text-align: right;
  font-weight: 500;
}

div#confirm_field dl dd {
  width: 70%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5%;
  margin-bottom: 0 !important;
} */

div#confirm_field dl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}

div#confirm_field div.sticky-container dl {
  border-bottom: none;
  width: 100%;
}

div#confirm_field dl dt,
div#confirm_field dl dd {
  display: flex;
  align-items: center; /* ★ 縦中央揃え */
  border-top: 1px solid #cccccc;
  padding: 15px;
  box-sizing: border-box;
}

div#confirm_field dl dt {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; /* 右寄せ */
  font-weight: 500;
  margin: 0;
}

div#confirm_field dl dt > span.badge{
  font-weight: normal !important;
  font-size: 10px !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  padding: 3px !important;
}

div#confirm_field dl dd {
  width: 70%;
  /* padding-left: 5%; */
  margin: 0;
}

div#confirm_field p#confirm_submit {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
  text-align: center;
}

div#confirm_field input[type="button"] {
  padding: 15px 35px !important;
  border-radius: 3px;
  font-size: 100%;
  color: #ffffff;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

div#confirm_field input#confirm_submit_button {
  background: #5cb85c;
  border: 1px solid #4cae4c;
  min-width: 150px;
}

div#confirm_field input#confirm_submit_button:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

div#confirm_field input#confirm_cancel_button {
  background: #d9534f;
  border: 1px solid #d43f3a;
  min-width: 70px;
}

div#confirm_field input#confirm_cancel_button:hover {
  cursor: pointer;
  background: #c9302c;
  border: 1px solid #ac2925;
}


.en_select{
  min-width: 405px;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */

@media screen and (max-width: 1000px) {
  /* -- mail_form--------------------------------------------------------------*/
  form#mail_form {
    width: 95%;
    /* font-size: 93.75%;  */
  }

  /* form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    position: initial;
    clear: both;
    width: auto;
    padding: 25px 0 15px 0;
    float: none;
    text-align: left;
    font-weight: bold;
  }

  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0px 0 20px 0px;
  }

  form#mail_form dl dd select div {
    width: 80% !important;
  } */

  form#mail_form dl {
    display: block; /* Flex解除して縦並び */
  }

  form#mail_form dl dt,
  form#mail_form dl dd {
    display: block;
    width: auto;
    border-top: none;
    padding: 15px 0;
  }

  form#mail_form dl dt {
    text-align: left;
    font-weight: bold;
    padding-left: 0;
  }

  /* form#mail_form dl dt:before {
    content: "【";
  }
  form#mail_form dl dt:after {
    content: "】";
  } */

  form#mail_form dl dd {
    padding: 0 0 15px 0;
  }

  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    position: initial;
    left: initial;
    top: initial;
    transform: initial;
    display: inline-block;
    margin: 0 7px 0 0 !important;
    padding: 1px 7px !important;
  }
  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

  /* -- confirm_field --------------------------------------------------------------*/
  div#confirm_field {
    width: 95%;
    /* font-size: 93.75%; */
  }

  div#confirm_field h2 {
    text-align: left;
  }

  /* div#confirm_field dl {
    overflow: visible;
  }

  div#confirm_field dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 15px 0 0;
    font-weight: bold;
  }

  div#confirm_field dl dt:before {
    content: "【";
  }

  div#confirm_field dl dt:after {
    content: "】";
  }

  div#confirm_field dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0px 0 15px 0px;
  } */

  div#confirm_field dl {
    display: block;
    overflow: visible;
  }

  div#confirm_field dl dt,
  div#confirm_field dl dd {
    display: block;
    width: auto;
    float: none;
  }

  div#confirm_field dl dt {
    display: flex !important;
    flex-direction: row !important; /* ← これが抜けてた */
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0 0.5em;
    border-top: none;
    background: #fafafa;
    line-height: 2;
  }

  div#confirm_field dl dt .badge {
    display: inline-block !important;
  }

  div#confirm_field dl dd {
    border-top: none;
    padding: 0 0.5em;
    margin-bottom: 15px;
  }

  div#confirm_field input#confirm_submit_button {
    margin-left: 0;
  }

  .en_select{
    min-width: 375px;
  }
}

/* 1000pixel end */
