@charset "UTF-8";
/* CSS Document */
/*ボタンのcolor*/
/*ボタンのの文字*/
/*ボタンのhover背景*/
/* CSS Document */
@font-face {
  font-family: "Noto Sans JP"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
* {
  font-family: "Noto Sans JP", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: 0px solid;
}

input[type=radio], input[type=text], input[type=date], input[type=checkbox], input[type=number], textarea {
  border: 1px solid #f4f4f4;
  border-radius: 0;
  padding: 0px 5px;
}

input[type=text]:focus, input[type=date]:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

.r {
  color: #E83817 !important;
}

.g {
  color: #08791b !important;
}

.b {
  color: #082c79 !important;
}

.y {
  color: #988912 !important;
}

@media screen and (min-width: 931px) {
  .brsp {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .brpc {
    display: none;
  }
}

body {
  background: linear-gradient(to bottom, #fff, #fff);
  position: relative;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}
@media screen and (min-width: 931px) {
  body {
    overflow-y: scroll;
    min-height: 100vh;
  }
}
@media screen and (max-width: 930px) {
  body {
    overflow-y: scroll;
    min-height: 100vh;
  }
}
body a, body button {
  cursor: pointer;
}
body .header .Society_title {
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 1367px) {
  body .header .Society_title {
    background: #1d1963;
    padding: 15px;
    font-size: 20px;
    color: #fff;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body .header .Society_title {
    background: #1d1963;
    padding: 10px;
    font-size: 15px;
    color: #fff;
  }
}
@media screen and (max-width: 930px) {
  body .header .Society_title {
    background: #1d1963;
    padding: 15px 15px 10px;
    font-size: 18px;
    color: #fff;
  }
}
body .header .header_sub {
  background-color: #961f01;
}
@media screen and (min-width: 1367px) {
  body .header .header_sub {
    min-height: 5px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body .header .header_sub {
    min-height: 3px;
  }
}
@media screen and (max-width: 930px) {
  body .header .header_sub {
    min-height: 3px;
  }
}
body #contents {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 930px) {
  body #contents {
    width: 100%;
    min-height: 100vh;
  }
}
body #contents .button_flex {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex {
    width: 1400px;
    min-height: 59px;
    padding: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .button_flex {
    width: 980px;
    min-height: 40px;
    padding: 7px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex {
    width: 99%;
  }
}
body #contents .button_flex a {
  display: block;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex a {
    font-size: 13px;
    width: 200px;
  }
  body #contents .button_flex a + a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .button_flex a {
    font-size: 9px;
    width: 150px;
  }
  body #contents .button_flex a + a {
    margin-left: 7px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex a {
    width: 150px;
  }
  body #contents .button_flex a + a {
    margin-left: 7px;
  }
}
body #contents .button_flex a:hover {
  opacity: 0.9;
}
body #contents .button_flex .credit_info, body #contents .button_flex .sct, body #contents .button_flex .private_save {
  background: #2b2b2b;
  color: #fff;
  border-right-width: 0px;
  border-left-width: 0px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex .credit_info, body #contents .button_flex .sct, body #contents .button_flex .private_save {
    padding: 5px 15px 5px;
    border: 5px double #fff;
    border-right-width: 0px;
    border-left-width: 0px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .button_flex .credit_info, body #contents .button_flex .sct, body #contents .button_flex .private_save {
    padding: 3px 10px 3px;
    border: 3.5px double #fff;
    border-right-width: 0px;
    border-left-width: 0px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex .credit_info, body #contents .button_flex .sct, body #contents .button_flex .private_save {
    padding: 5px 5px;
    font-size: 10px;
    border: 5px double #fff;
    border-right-width: 0px;
    border-left-width: 0px;
  }
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex .help {
    background: #2b2b2b;
    color: #fff;
    border: 5px double #fff;
    border-right-width: 0px;
    border-left-width: 0px;
    letter-spacing: 1px;
    padding: 5px 15px 5px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .button_flex .help {
    background: #2b2b2b;
    color: #fff;
    border: 3.5px double #fff;
    border-right-width: 0px;
    border-left-width: 0px;
    letter-spacing: 1px;
    padding: 3px 10px 3px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex .help {
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: 70%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 25px;
    position: relative;
    background-image: url("../registration/img/help.png");
  }
  body #contents .button_flex .help:hover .balloon {
    display: inline; /* インライン要素として表示 */
  }
  body #contents .button_flex .help .balloon {
    display: none; /* 要素を非表示 */
    position: absolute; /* 親要素を基準 */
    padding: 2px 5px; /* テキストの前後の余白 */
    background-color: rgba(103, 103, 103, 0.75); /* 背景色（透明度） */
    left: -60%; /* 表示位置 */
    width: 40px;
    bottom: 60%; /* 表示位置 */
    margin-bottom: 12px; /* 表示位置 */
    font-size: 12px;
    font-weight: 700;
    color: #fff; /* 文字サイズ */
  }
  body #contents .button_flex .help .balloon:after {
    border-top: 8px solid rgba(103, 103, 103, 0.75); /* 吹き出し口の高さ・色 */
    border-left: 10px solid transparent; /* 吹き出し口の幅１／２ */
    border-right: 10px solid transparent; /* 吹き出し口の幅１／２ */
    bottom: -8px; /* 吹き出し口の位置調整 */
    left: 25%; /* 吹き出し口の横位置 */
    content: ""; /* コンテンツの挿入 */
    position: absolute; /* 親要素を基準 */
  }
}
body #contents .index_1, body #contents .index_2, body #contents .confirm, body #contents .index_stop, body #contents .payment, body #contents .inform, body #contents .success {
  min-height: 100vh;
}
@media screen and (min-width: 1367px) {
  body #contents .index_1, body #contents .index_2, body #contents .confirm, body #contents .index_stop, body #contents .payment, body #contents .inform, body #contents .success {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .index_1, body #contents .index_2, body #contents .confirm, body #contents .index_stop, body #contents .payment, body #contents .inform, body #contents .success {
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .index_1, body #contents .index_2, body #contents .confirm, body #contents .index_stop, body #contents .payment, body #contents .inform, body #contents .success {
    padding-bottom: 280px;
  }
}
body #contents .note {
  position: relative;
}
@media screen and (min-width: 1367px) {
  body #contents .note {
    margin-top: 0px;
    min-height: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .note {
    margin-top: 0px;
    min-height: 15px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note {
    margin-top: 30px;
    min-height: 15px;
  }
}
body #contents .note .text_01_title {
  background-color: #fff;
  color: #E83817;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1367px) {
  body #contents .note .text_01_title {
    font-size: 17px;
    top: -12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .note .text_01_title {
    font-size: 13px;
    top: -8px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_01_title {
    font-size: 15px;
    top: -8px;
  }
}
body #contents .note .text_02_title {
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  color: #E83817;
}
@media screen and (min-width: 931px) {
  body #contents .note .text_02_title {
    font-size: 20px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_02_title {
    font-size: 18px;
    padding: 30px 0;
  }
}
body #contents .note .text_left {
  margin: 0 auto;
  color: #E83817;
  border-radius: 3px;
}
@media screen and (min-width: 1367px) {
  body #contents .note .text_left {
    width: calc(100% - 500px);
    text-align: left;
    padding: 20px 20px 15px;
    margin-bottom: 45px;
    font-size: 15px;
    border: 3px solid #E83817;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .note .text_left {
    font-size: 10px;
    width: calc(100% - 350px);
    border: 2px solid #E83817;
    padding: 14px 14px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_left {
    border: 3px solid #E83817;
    width: calc(100% - 20px);
    margin-top: 0px;
    width: 98%;
    padding: 20px;
    font-size: 12px;
  }
}
body #contents .note .text_left .notice2 {
  margin: 0 auto;
}
@media screen and (min-width: 931px) {
  body #contents .note .text_left .notice2 {
    text-align: center;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_left .notice2 {
    text-align: left;
    width: 90%;
  }
}
body #contents .note .text_center {
  margin: 0 auto;
  color: #E83817;
  border-radius: 3px;
}
@media screen and (min-width: 1367px) {
  body #contents .note .text_center {
    width: calc(100% - 250px);
    text-align: center;
    padding: 20px 20px 15px;
    margin-bottom: 45px;
    font-size: 15px;
    border: 3px solid #E83817;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .note .text_center {
    font-size: 10px;
    text-align: center;
    width: calc(100% - 175px);
    border: 2px solid #E83817;
    padding: 14px 14px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_center {
    width: calc(100% - 20px);
    margin-top: 0px;
    text-align: left;
    width: 90%;
    font-size: 13px;
    padding: 20px;
    border: 2px solid #E83817;
  }
}

.button_section {
  background: #1d1963;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1367px) {
  .button_section {
    min-height: 245px;
    padding: 50px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .button_section {
    min-height: 175px;
    padding: 35px 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 930px) {
  .button_section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.btn_check, .btn_send, .btn_back, .btn_checkout, .btn_pay, .btn_execute, .btn_upload {
  display: block;
  letter-spacing: 2px;
  font-weight: 700;
  background: #c52700;
  color: #fff;
  transition: color 0.6s ease, background 0.6s ease;
}
@media screen and (min-width: 1367px) {
  .btn_check, .btn_send, .btn_back, .btn_checkout, .btn_pay, .btn_execute, .btn_upload {
    font-size: 16px;
    width: 250px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #c52700;
  }
  .btn_check:hover, .btn_send:hover, .btn_back:hover, .btn_checkout:hover, .btn_pay:hover, .btn_execute:hover, .btn_upload:hover {
    border: 2px solid #c52700;
    background: #fff;
    color: #c52700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .btn_check, .btn_send, .btn_back, .btn_checkout, .btn_pay, .btn_execute, .btn_upload {
    width: 175px;
    height: 35px;
    font-size: 11px;
    border-radius: 3px;
    border: 1.5px solid #c52700;
  }
  .btn_check:hover, .btn_send:hover, .btn_back:hover, .btn_checkout:hover, .btn_pay:hover, .btn_execute:hover, .btn_upload:hover {
    border: 1.5px solid #c52700;
    background: #fff;
    color: #c52700;
  }
}
@media screen and (max-width: 930px) {
  .btn_check, .btn_send, .btn_back, .btn_checkout, .btn_pay, .btn_execute, .btn_upload {
    font-size: 14px;
    width: 250px;
    height: 50px;
    border-radius: 3px;
    border: 1.5px solid #c52700;
  }
}

.btn_check, .btn_back, .btn_checkout {
  margin: 0 auto;
}

.btn_send, .btn_execute {
  margin: 0 auto 10px;
}

.btn_pay {
  margin: 50px auto 10px;
}

.btn_upload {
  margin: 10px auto 10px;
}

.margn {
  margin-bottom: 20px;
}

.end_comment {
  text-align: center;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 1367px) {
  .end_comment {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .end_comment {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 930px) {
  .end_comment {
    line-height: 1.3;
    font-size: 15px;
    margin-top: 50px;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1367px) {
  .end_comment_n {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .end_comment_n {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 930px) {
  .end_comment_n {
    line-height: 1.5;
    text-align: left;
    width: 90%;
    margin: 10px auto 50px;
    font-size: 13px;
  }
}

.n_mess {
  margin: 10px auto 0;
}
@media screen and (min-width: 1367px) {
  .n_mess {
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .n_mess {
    text-align: center;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  .n_mess {
    line-height: 1.5;
    width: 100%;
    text-align: left;
    font-size: 13px;
  }
}

#m_guide {
  width: 100%;
  border-top: solid #686868;
}
@media screen and (min-width: 1367px) {
  #m_guide {
    margin: 20px auto 0;
    padding: 10px 0 50px;
    border-top-width: 2px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide {
    margin: 15px auto 0;
    padding: 10px 0 35px;
    border-top-width: 1px;
  }
}
@media screen and (max-width: 930px) {
  #m_guide {
    margin: 15px auto 0;
    padding: 10px 0 35px;
    border-top-width: 1px;
  }
}
#m_guide .m_mess {
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  #m_guide .m_mess {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide .m_mess {
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  #m_guide .m_mess {
    line-height: 1.5;
    width: 90%;
    text-align: left;
    font-size: 13px;
  }
}

.up_box {
  display: none;
  position: fixed;
  background: #961f01;
  opacity: 0.8;
  color: #fff;
  background-image: url("../img/up.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 65%;
  cursor: pointer;
}
@media screen and (min-width: 1367px) {
  .up_box {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 7%;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .up_box {
    width: 35px;
    height: 35px;
    bottom: 25px;
    right: 8%;
  }
}
@media screen and (max-width: 930px) {
  .up_box {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 3%;
    z-index: 1;
  }
}

.home_back {
  display: block;
  margin: 0 auto;
  letter-spacing: 2px;
  font-weight: 700;
  background: #c52700;
  color: #fff;
  text-align: center;
  transition: color 0.6s ease, background 0.6s ease;
}
@media screen and (min-width: 1367px) {
  .home_back {
    font-size: 16px;
    width: 250px;
    height: 50px;
    line-height: 2.8;
    border-radius: 5px;
    border: 2px solid #c52700;
  }
  .home_back:hover {
    border: 2px solid #c52700;
    background: #fff;
    color: #c52700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .home_back {
    width: 175px;
    height: 35px;
    font-size: 11px;
    border-radius: 3px;
    line-height: 2.8;
    border: 1.5px solid #c52700;
  }
  .home_back:hover {
    border: 1.5px solid #c52700;
    background: #fff;
    color: #c52700;
  }
}
@media screen and (max-width: 930px) {
  .home_back {
    font-size: 14px;
    width: 250px;
    height: 50px;
    line-height: 3.5;
    border-radius: 3px;
    border: 1.5px solid #c52700;
  }
}