@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: 500;
  text-align: left;
  color: #fff;
  position: relative;
  background: url("../img/h1.png"), url("../img/h2.png"), url("../img/h3.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: contain, contain, contain;
  background-position: 0%, 100%;
}
@media screen and (min-width: 1367px) {
  body .header .Society_title {
    padding: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body .header .Society_title {
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 930px) {
  body .header .Society_title {
    padding: 15px 15px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  body .header .Society_title {
    padding: 15px 15px 10px;
    font-size: 15px;
  }
}
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, body #contents_mypage {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  min-height: 100vh;
}
@media screen and (min-width: 1367px) {
  body #contents, body #contents_mypage {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents, body #contents_mypage {
    max-width: 980px;
  }
}
@media screen and (max-width: 930px) {
  body #contents, body #contents_mypage {
    width: 100%;
  }
}
body #contents .button_flex, body #contents_mypage .button_flex {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex, body #contents_mypage .button_flex {
    max-width: 1400px;
    padding: 10px 0 0;
  }
  body #contents .button_flex:empty, body #contents_mypage .button_flex:empty {
    padding: 0;
    min-height: 29px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .button_flex, body #contents_mypage .button_flex {
    max-width: 980px;
    padding: 7px 0 0;
  }
  body #contents .button_flex:empty, body #contents_mypage .button_flex:empty {
    padding: 0;
    min-height: 20px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex, body #contents_mypage .button_flex {
    width: 99%;
    padding: 7px 0 0;
    flex-wrap: wrap;
  }
  body #contents .button_flex:empty, body #contents_mypage .button_flex:empty {
    padding: 0;
    min-height: 23px;
  }
}
body #contents .button_flex a, body #contents_mypage .button_flex a {
  display: block;
  text-decoration: none;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex a, body #contents_mypage .button_flex a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .button_flex a, body #contents_mypage .button_flex a {
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex a, body #contents_mypage .button_flex a {
    font-size: 11px;
  }
}
body #contents .button_flex a + a, body #contents_mypage .button_flex a + a {
  margin-left: 5px;
}
body #contents .button_flex a:hover, body #contents_mypage .button_flex a:hover {
  opacity: 0.9;
}
body #contents .button_flex .credit_info, body #contents .button_flex .sct, body #contents .button_flex .private_save, body #contents_mypage .button_flex .credit_info, body #contents_mypage .button_flex .sct, body #contents_mypage .button_flex .private_save {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  background-color: #1d1963;
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex .credit_info, body #contents .button_flex .sct, body #contents .button_flex .private_save, body #contents_mypage .button_flex .credit_info, body #contents_mypage .button_flex .sct, body #contents_mypage .button_flex .private_save {
    padding: 3px 10px 3px;
  }
}
@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, body #contents_mypage .button_flex .credit_info, body #contents_mypage .button_flex .sct, body #contents_mypage .button_flex .private_save {
    padding: 2px 7px 2px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex .credit_info, body #contents .button_flex .sct, body #contents .button_flex .private_save, body #contents_mypage .button_flex .credit_info, body #contents_mypage .button_flex .sct, body #contents_mypage .button_flex .private_save {
    padding: 2px 7px 2px;
  }
}
body #contents .button_flex .help, body #contents_mypage .button_flex .help {
  font-weight: 500;
  color: #1d1963;
}
@media screen and (min-width: 1367px) {
  body #contents .button_flex .help, body #contents_mypage .button_flex .help {
    letter-spacing: 1px;
    padding: 0px 10px 0px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .button_flex .help, body #contents_mypage .button_flex .help {
    padding: 0px 7px 0px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .button_flex .help, body #contents_mypage .button_flex .help {
    padding: 0px 7px 0px;
  }
}
@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, body #contents .timeout, body #contents .login_stop,
body #contents .login, body #contents_mypage .index_1, body #contents_mypage .index_2, body #contents_mypage .confirm, body #contents_mypage .index_stop, body #contents_mypage .payment, body #contents_mypage .inform, body #contents_mypage .success, body #contents_mypage .timeout, body #contents_mypage .login_stop,
body #contents_mypage .login {
    padding-bottom: 100px;
  }
}
@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, body #contents .timeout, body #contents .login_stop,
body #contents .login, body #contents_mypage .index_1, body #contents_mypage .index_2, body #contents_mypage .confirm, body #contents_mypage .index_stop, body #contents_mypage .payment, body #contents_mypage .inform, body #contents_mypage .success, body #contents_mypage .timeout, body #contents_mypage .login_stop,
body #contents_mypage .login {
    padding-bottom: 50px;
  }
}
@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, body #contents .timeout, body #contents .login_stop,
body #contents .login, body #contents_mypage .index_1, body #contents_mypage .index_2, body #contents_mypage .confirm, body #contents_mypage .index_stop, body #contents_mypage .payment, body #contents_mypage .inform, body #contents_mypage .success, body #contents_mypage .timeout, body #contents_mypage .login_stop,
body #contents_mypage .login {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1367px) {
  body #contents .index_1 .validationForm, body #contents .index_2 .validationForm, body #contents .confirm .validationForm, body #contents .index_stop .validationForm, body #contents .payment .validationForm, body #contents .inform .validationForm, body #contents .success .validationForm, body #contents .timeout .validationForm, body #contents .login_stop .validationForm,
body #contents .login .validationForm, body #contents_mypage .index_1 .validationForm, body #contents_mypage .index_2 .validationForm, body #contents_mypage .confirm .validationForm, body #contents_mypage .index_stop .validationForm, body #contents_mypage .payment .validationForm, body #contents_mypage .inform .validationForm, body #contents_mypage .success .validationForm, body #contents_mypage .timeout .validationForm, body #contents_mypage .login_stop .validationForm,
body #contents_mypage .login .validationForm {
    padding: 0px;
    width: 1150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .index_1 .validationForm, body #contents .index_2 .validationForm, body #contents .confirm .validationForm, body #contents .index_stop .validationForm, body #contents .payment .validationForm, body #contents .inform .validationForm, body #contents .success .validationForm, body #contents .timeout .validationForm, body #contents .login_stop .validationForm,
body #contents .login .validationForm, body #contents_mypage .index_1 .validationForm, body #contents_mypage .index_2 .validationForm, body #contents_mypage .confirm .validationForm, body #contents_mypage .index_stop .validationForm, body #contents_mypage .payment .validationForm, body #contents_mypage .inform .validationForm, body #contents_mypage .success .validationForm, body #contents_mypage .timeout .validationForm, body #contents_mypage .login_stop .validationForm,
body #contents_mypage .login .validationForm {
    padding: 0px;
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 930px) {
  body #contents .index_1 .validationForm, body #contents .index_2 .validationForm, body #contents .confirm .validationForm, body #contents .index_stop .validationForm, body #contents .payment .validationForm, body #contents .inform .validationForm, body #contents .success .validationForm, body #contents .timeout .validationForm, body #contents .login_stop .validationForm,
body #contents .login .validationForm, body #contents_mypage .index_1 .validationForm, body #contents_mypage .index_2 .validationForm, body #contents_mypage .confirm .validationForm, body #contents_mypage .index_stop .validationForm, body #contents_mypage .payment .validationForm, body #contents_mypage .inform .validationForm, body #contents_mypage .success .validationForm, body #contents_mypage .timeout .validationForm, body #contents_mypage .login_stop .validationForm,
body #contents_mypage .login .validationForm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body #contents .note, body #contents_mypage .note {
  position: relative;
  margin: 0 auto;
  background-color: #fffbfa;
}
@media screen and (min-width: 1367px) {
  body #contents .note, body #contents_mypage .note {
    margin-top: 20px;
    min-height: 20px;
    padding: 0px 10px 10px;
    width: 1150px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .note, body #contents_mypage .note {
    margin-top: 15px;
    min-height: 15px;
    padding: 0px 7px 7px;
    width: 800px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note, body #contents_mypage .note {
    margin-top: 15px;
    min-height: 15px;
    padding: 0px 7px 7px;
    width: 97%;
  }
}
body #contents .note .text_01_title, body #contents_mypage .note .text_01_title {
  color: #E83817;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #E83817;
  margin: 0 auto;
}
@media screen and (min-width: 1367px) {
  body #contents .note .text_01_title, body #contents_mypage .note .text_01_title {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .note .text_01_title, body #contents_mypage .note .text_01_title {
    font-size: 13px;
    padding: 7px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_01_title, body #contents_mypage .note .text_01_title {
    font-size: 14px;
    padding: 7px;
  }
}
body #contents .note .text_top, body #contents_mypage .note .text_top {
  margin: 0 auto;
  color: #E83817;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  body #contents .note .text_top, body #contents_mypage .note .text_top {
    padding: 10px 15px 0px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  body #contents .note .text_top, body #contents_mypage .note .text_top {
    padding: 7px 10px 0px;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_top, body #contents_mypage .note .text_top {
    padding: 7px 10px 0px;
    font-size: 10px;
  }
  body #contents .note .text_top .p_long_txt, body #contents_mypage .note .text_top .p_long_txt {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 930px) and (max-width: 560px) {
  body #contents .note .text_top .p_long_txt, body #contents_mypage .note .text_top .p_long_txt {
    text-align: left;
  }
  body #contents .note .text_top .p_long_txt br, body #contents_mypage .note .text_top .p_long_txt br {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_top .p_long_txt2, body #contents_mypage .note .text_top .p_long_txt2 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 930px) and (max-width: 450px) {
  body #contents .note .text_top .p_long_txt2, body #contents_mypage .note .text_top .p_long_txt2 {
    text-align: left;
  }
}
body #contents .note .text_top .notice2, body #contents_mypage .note .text_top .notice2 {
  margin: 0 auto;
}
@media screen and (min-width: 931px) {
  body #contents .note .text_top .notice2, body #contents_mypage .note .text_top .notice2 {
    text-align: center;
  }
}
@media screen and (max-width: 930px) {
  body #contents .note .text_top .notice2, body #contents_mypage .note .text_top .notice2 {
    text-align: left;
    width: 90%;
  }
}

.text_215 {
  margin: 0 auto;
  color: #E83817;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .text_215 {
    padding: 10px 15px 0px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .text_215 {
    padding: 7px 10px 0px;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  .text_215 {
    padding: 7px 10px 0px;
    font-size: 10px;
  }
  .text_215 .p_long_txt {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 930px) and (max-width: 560px) {
  .text_215 .p_long_txt {
    text-align: left;
  }
  .text_215 .p_long_txt br {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .text_215 .p_long_txt2 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 930px) and (max-width: 450px) {
  .text_215 .p_long_txt2 {
    text-align: left;
  }
}
.text_215 .notice2 {
  margin: 0 auto;
}
@media screen and (min-width: 931px) {
  .text_215 .notice2 {
    text-align: center;
  }
}
@media screen and (max-width: 930px) {
  .text_215 .notice2 {
    text-align: left;
    width: 90%;
  }
}

.footer {
  background: linear-gradient(to bottom, #3f49ce, #4f55bd, #000);
}
@media screen and (min-width: 1367px) {
  .footer {
    min-height: 150px;
    padding: 0px 0;
    border-top: 5px solid #961f01;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .footer {
    min-height: 100px;
    padding: 0px;
    border-top: 3px solid #961f01;
  }
}
@media screen and (max-width: 930px) {
  .footer {
    min-height: 100px;
    padding: 0px;
    border-top: 3px solid #961f01;
  }
}

@media screen and (min-width: 1367px) {
  .button_section {
    min-height: 100px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .button_section {
    min-height: 70px;
    padding: 35px 0;
  }
}
@media screen and (max-width: 930px) {
  .button_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.btn_check, .btn_send, .btn_back, .btn_checkout, .btn_pay, .btn_execute, .btn_upload {
  display: block;
  letter-spacing: 2px;
  font-weight: 500;
  background: #961f01;
  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 #961f01;
  }
  .btn_check:hover, .btn_send:hover, .btn_back:hover, .btn_checkout:hover, .btn_pay:hover, .btn_execute:hover, .btn_upload:hover {
    border: 2px solid #961f01;
    background: #fff;
    color: #961f01;
  }
}
@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 #961f01;
  }
  .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 #961f01;
    background: #fff;
    color: #961f01;
  }
}
@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 #961f01;
  }
}

.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;
}

.confirm .end_comment, .timeout .end_comment {
  width: 100%;
}
.confirm .end_comment .id_no, .timeout .end_comment .id_no {
  font-weight: 500;
  text-align: center;
  color: #1d1963;
}
@media screen and (min-width: 1367px) {
  .confirm .end_comment .id_no, .timeout .end_comment .id_no {
    font-size: 18px;
    padding: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .confirm .end_comment .id_no, .timeout .end_comment .id_no {
    font-size: 13px;
    padding: 10px;
  }
}
@media screen and (max-width: 930px) {
  .confirm .end_comment .id_no, .timeout .end_comment .id_no {
    font-size: 16px;
    padding: 5px;
  }
}
.confirm .end_comment_n, .timeout .end_comment_n {
  width: 100%;
}
.confirm .end_comment_n p, .timeout .end_comment_n p {
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .confirm .end_comment_n p, .timeout .end_comment_n p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .confirm .end_comment_n p, .timeout .end_comment_n p {
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  .confirm .end_comment_n p, .timeout .end_comment_n p {
    font-size: 14px;
  }
}
@media screen and (max-width: 570px) {
  .confirm .end_comment_n p, .timeout .end_comment_n p {
    text-align: left;
    margin: 0 auto;
    width: 95%;
  }
}
@media screen and (min-width: 1367px) {
  .confirm .end_comment_n p span, .timeout .end_comment_n p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .confirm .end_comment_n p span, .timeout .end_comment_n p span {
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  .confirm .end_comment_n p span, .timeout .end_comment_n p span {
    font-size: 13px;
  }
}
@media screen and (max-width: 570px) {
  .confirm .end_comment_n p span br, .timeout .end_comment_n p span br {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  .confirm .end_comment_n p + p, .timeout .end_comment_n p + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .confirm .end_comment_n p + p, .timeout .end_comment_n p + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 930px) {
  .confirm .end_comment_n p + p, .timeout .end_comment_n p + p {
    margin-top: 10px;
  }
}

#m_guide {
  width: 100%;
  border-top: 2px solid #1d1963;
  margin: 0px auto;
}
@media screen and (min-width: 1367px) {
  #m_guide {
    padding: 0px 0px 25px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide {
    padding: 0px 0px 18px;
  }
}
@media screen and (max-width: 930px) {
  #m_guide {
    padding: 0px 0px 18px;
  }
}
#m_guide .n_mess, #m_guide .m_mess {
  margin: 0px auto;
}
#m_guide .n_mess .p_title, #m_guide .m_mess .p_title {
  font-weight: 500;
  text-align: center;
  color: #1d1963;
  margin: 0;
}
@media screen and (min-width: 1367px) {
  #m_guide .n_mess .p_title, #m_guide .m_mess .p_title {
    font-size: 15px;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide .n_mess .p_title, #m_guide .m_mess .p_title {
    font-size: 10px;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 930px) {
  #m_guide .n_mess .p_title, #m_guide .m_mess .p_title {
    font-size: 14px;
    padding: 7px 0 0;
  }
}
@media screen and (max-width: 850px) {
  #m_guide .n_mess .p_title, #m_guide .m_mess .p_title {
    text-align: left;
    margin: 0 auto;
    width: 95%;
  }
}
#m_guide .n_mess .n_mess_sapn, #m_guide .m_mess .n_mess_sapn {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1367px) {
  #m_guide .n_mess .n_mess_sapn, #m_guide .m_mess .n_mess_sapn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide .n_mess .n_mess_sapn, #m_guide .m_mess .n_mess_sapn {
    font-size: 9px;
  }
}
@media screen and (max-width: 930px) {
  #m_guide .n_mess .n_mess_sapn, #m_guide .m_mess .n_mess_sapn {
    font-size: 13px;
  }
}
@media screen and (max-width: 541px) {
  #m_guide .n_mess .n_mess_sapn, #m_guide .m_mess .n_mess_sapn {
    text-align: left;
    margin: 0 auto;
    width: 95%;
  }
}
#m_guide .n_mess .p_mess, #m_guide .m_mess .p_mess {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  #m_guide .n_mess .p_mess, #m_guide .m_mess .p_mess {
    margin: 20px 0 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide .n_mess .p_mess, #m_guide .m_mess .p_mess {
    margin: 15px 0 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  #m_guide .n_mess .p_mess, #m_guide .m_mess .p_mess {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 541px) {
  #m_guide .n_mess .p_mess, #m_guide .m_mess .p_mess {
    text-align: left;
    margin: 15px auto 0;
    width: 95%;
  }
}
#m_guide .n_mess .p_mess + .p_mess, #m_guide .m_mess .p_mess + .p_mess {
  margin: 0;
}
@media screen and (max-width: 541px) {
  #m_guide .n_mess .p_mess + .p_mess, #m_guide .m_mess .p_mess + .p_mess {
    text-align: left;
    margin: 0 auto;
    width: 95%;
  }
}
#m_guide .n_mess .p_mess_m, #m_guide .m_mess .p_mess_m {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  #m_guide .n_mess .p_mess_m, #m_guide .m_mess .p_mess_m {
    margin: 20px 0 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide .n_mess .p_mess_m, #m_guide .m_mess .p_mess_m {
    margin: 15px 0 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  #m_guide .n_mess .p_mess_m, #m_guide .m_mess .p_mess_m {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
#m_guide .n_mess .p_mess_m + .p_mess_m, #m_guide .m_mess .p_mess_m + .p_mess_m {
  margin: 0;
}
#m_guide .n_mess .p_mess_m_end, #m_guide .m_mess .p_mess_m_end {
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  #m_guide .n_mess .p_mess_m_end, #m_guide .m_mess .p_mess_m_end {
    margin: 20px 0 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  #m_guide .n_mess .p_mess_m_end, #m_guide .m_mess .p_mess_m_end {
    margin: 15px 0 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 930px) {
  #m_guide .n_mess .p_mess_m_end, #m_guide .m_mess .p_mess_m_end {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  #m_guide .n_mess .p_mess_m_end, #m_guide .m_mess .p_mess_m_end {
    text-align: left;
    margin: 15px auto 0;
    width: 95%;
  }
}

.up_box {
  display: none;
  position: fixed;
  background: rgba(150, 31, 1, 0.9);
  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;
  }
}

.inform_flex {
  position: relative;
  display: flex;
}
@media screen and (min-width: 1367px) {
  .inform_flex {
    margin: 50px auto 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .inform_flex {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 35px auto 0px;
  }
}
@media screen and (max-width: 930px) {
  .inform_flex {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 35px auto 0px;
  }
}
.inform_flex .inform_title {
  font-weight: 500;
  letter-spacing: 1px;
  color: #1d1963;
}
@media screen and (min-width: 1367px) {
  .inform_flex .inform_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .inform_flex .inform_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
@media screen and (max-width: 930px) {
  .inform_flex .inform_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
}
.inform_flex .border_l_box, .inform_flex .border_r_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.inform_flex .border_l, .inform_flex .border_r {
  border-bottom: solid #1d1963;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .inform_flex .border_l, .inform_flex .border_r {
    top: 15px;
    width: 100px;
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .inform_flex .border_l, .inform_flex .border_r {
    top: 10px;
    width: 70px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 930px) {
  .inform_flex .border_l, .inform_flex .border_r {
    top: 12px;
    width: 50px;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 1367px) {
  .inform_flex .border_l {
    right: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .inform_flex .border_l {
    right: 14px;
  }
}
@media screen and (max-width: 930px) {
  .inform_flex .border_l {
    right: 14px;
  }
}
@media screen and (min-width: 1367px) {
  .inform_flex .border_r {
    left: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .inform_flex .border_r {
    left: 14px;
  }
}
@media screen and (max-width: 930px) {
  .inform_flex .border_r {
    left: 14px;
  }
}

.inform_sub_title {
  text-align: left;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(1, 4, 14, 0.6980392157);
}
@media screen and (min-width: 1367px) {
  .inform_sub_title {
    font-size: 20px;
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .inform_sub_title {
    font-size: 14px;
    margin: 12px auto 5px;
  }
}
@media screen and (max-width: 930px) {
  .inform_sub_title {
    font-size: 17px;
    margin: 5px 10px 5px;
  }
}

.timeout_txt {
  text-align: center;
  color: #E83817;
}
@media screen and (min-width: 1367px) {
  .timeout_txt {
    font-size: 16px;
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .timeout_txt {
    font-size: 14px;
    margin: 12px auto 5px;
  }
}
@media screen and (max-width: 930px) {
  .timeout_txt {
    font-size: 15px;
    margin: 5px 10px 5px;
  }
}
@media screen and (max-width: 470px) {
  .timeout_txt {
    text-align: left;
  }
}

.index_stop_title {
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: relative;
  background: #961f01;
  border: 5px solid #1d1963;
}
@media screen and (min-width: 1367px) {
  .index_stop_title {
    font-size: 20px;
    width: 800px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 931px) {
  .index_stop_title {
    font-size: 14px;
    width: 560px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 930px) {
  .index_stop_title {
    font-size: 14px;
    width: 97%;
    max-width: 560px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 10px;
  }
}