@charset "UTF-8";
/**
* Foundation
* ========================== */
/* 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;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
}

/*
==============================
変数
==============================
*/
html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #600E19;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.1em;
  background-color: #F4F7FF;
}
@media screen and (max-width: 376px) {
  html,
  body {
    font-size: 12px;
  }
}

p,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

/**
* Layout
* ========================== */
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  padding: 8px;
  background-color: #aa0218;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .header {
    gap: 8px;
  }
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
}
.header-logo__container {
  margin: auto 0;
}
.header-logo__img {
  height: 66px;
}
.header-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 8px;
}
.header-form__signIn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .header-form__list {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}
.header-form__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.header-form__list-item:first-child {
  margin-bottom: 8px;
}
.header-form__list-label {
  font-weight: bold;
  color: #fafafa;
}
.header-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid #fafafa;
}
.header-passLos {
  text-align: end;
}
.header-nav__item {
  font-weight: bold;
  padding: 4px 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .header-nav__item {
    text-align: center;
    width: 20%;
  }
}
@media screen and (max-width: 376px) {
  .header-nav__item {
    text-align: center;
    width: 25%;
    padding: 0;
  }
}
.header-nav__item a {
  color: #fafafa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav__item a:hover {
  color: #600E19;
}
.header-login__error {
  background-color: #F4F7FF;
  text-align: center;
}
.header-userData__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 8px;
}
.header-userData__item {
  color: #fafafa;
  font-weight: bold;
  text-align: center;
}
.header-userData__item-notice {
  padding: 4px 8px;
}
.header-newArrivals__sing {
  outline-width: 1px;
  outline-offset: 0;
  outline-color: #FFAE10;
  outline-style: solid;
  -webkit-animation: animateOutline 4s ease infinite;
          animation: animateOutline 4s ease infinite;
  border-radius: 4px;
}
@-webkit-keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }
  10% {
    outline-color: #FFAE10;
  }
  /* The animation finishes at 50% */
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(0, 130, 206, 0);
  }
  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}
@keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 130, 206, 0);
  }
  10% {
    outline-color: #FFAE10;
  }
  /* The animation finishes at 50% */
  50% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(0, 130, 206, 0);
  }
  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(102, 102, 102, 0);
  }
}

.footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  padding: 8px;
  background-color: #aa0218;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 10px;
    gap: 8px;
  }
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    gap: 4px;
  }
}
.footer-menu li a {
  color: #fafafa;
}
.footer-logo__conteiner {
  margin: 0 auto;
}
.footer-logo__conteiner img {
  height: 66px;
}
.footer__copylight {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .footer__copylight {
    font-size: 8px;
  }
}
.footer__rules {
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .footer__rules {
    font-size: 8px;
  }
}

/*
Object
* ========================== */
/* Component ------------ */
.main {
  min-height: 54vh;
}
.main-container {
  max-width: 1000px;
  margin: 0 auto;
}

.content__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
}

.login-line-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .login-line-btn {
    display: block;
  }
}

.form-input {
  border: none;
  padding: 6px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #600E19;
}
.form-input:focus {
  outline: 2px #600E19 solid;
}
.form-header-text {
  font-weight: bold;
  color: #fafafa;
}
.form-header-btn {
  border: none;
  background: #F4F7FF;
  font-weight: bold;
  color: #600E19;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: 0.3x;
  transition: 0.3x;
}
.form-default-btn {
  color: #600E19;
}
.form-line-btn {
  color: #06C755;
}
.form-header-btn:hover {
  opacity: 0.5;
}
.form-text {
  font-weight: bold;
}
.form-text-error {
  font-weight: bold;
  color: #ff6767;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  padding: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .form-text-error {
    font-size: 16px;
  }
}
.form-text-error:hover {
  color: #FFAE10;
}
.form-text-help {
  font-weight: bold;
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .form-text-help {
    font-size: 12px;
  }
}

.firstVeiw-title__container {
  text-align: center;
}
.firstVeiw-title {
  font-size: 64px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .firstVeiw-title {
    font-size: 36px;
  }
}
.firstVeiw-subTitle {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .firstVeiw-subTitle {
    font-size: 28px;
  }
}

.registAppeal {
  padding: 8px;
  background-color: #FFFED4;
  text-align: center;
}
.registAppeal-title {
  font-size: 64px;
  font-weight: bold;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .registAppeal-title {
    font-size: 10vw;
  }
}
.registAppeal-img {
  margin: 0 auto;
}
.registAppeal-action__container {
  margin-top: 20px;
}
.registAppeal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 12px;
  width: 40%;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .registAppeal-form {
    gap: 4px;
    width: 350px;
  }
}
.registAppeal-form__input {
  padding: 8px;
  font-size: 20px;
}
.registAppeal-form__btn {
  width: 100%;
  border: none;
  background: #FFAE10;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.registAppeal-form__btn:hover {
  opacity: 0.5;
}

.line-cooperation {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  background: #06C755;
  font-weight: bold;
  font-size: 24px;
  border-radius: 4px;
  gap: 8%;
  color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .line-cooperation {
    width: 350px;
  }
}
.line-cooperation:hover {
  opacity: 0.5;
}
.line-logo {
  width: 40px;
}
.line-cooperation__link {
  color: #fafafa;
}

.section__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  background-color: #aa0218;
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 24px;
  }
}

.appeal__content {
  padding: 20px 0;
}
.appeal-subTitle__content {
  padding: 0 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .appeal-subTitle__content {
    padding: 0 8px;
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.appeal-subTitle {
  background: #aa0218;
  padding: 4px;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
  color: #fafafa;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .appeal-subTitle {
    font-size: 20px;
  }
}
.appeal-detail__content {
  padding: 20px 0;
}
.appeal-detail__title {
  padding: 0 120px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 120%;
  color: #aa0218;
}
@media screen and (max-width: 768px) {
  .appeal-detail__title {
    padding: 0 8px;
    font-size: 24px;
  }
}
.appeal-detail__subtitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 130%;
  text-align: center;
  padding: 24px 0;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .appeal-detail__subtitle {
    font-size: 5vw;
    line-height: 150%;
    padding: 12px 0;
  }
}
.appeal-detail__text {
  margin: 0 auto;
  padding: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .appeal-detail__text {
    padding: 0 8px;
    gap: 16px;
  }
}
.appeal-talk__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px solid #600E19;
  border-radius: 8px;
  background: #F4F7FF;
  padding: 8px;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .appeal-talk__content {
    width: auto;
    margin: 0 4px;
    gap: 8px;
  }
}
.appeal-talk__img {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.appeal-talk__name {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .appeal-talk__name {
    font-size: 2.1vw;
  }
}
.appeal-talk__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.appeal-talk__user-bubble {
  background-color: #aa0218;
  padding: 8px;
  color: #fafafa;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
@media screen and (max-width: 768px) {
  .appeal-talk__user-bubble {
    font-size: 14px;
  }
}
.appeal-talk__user-bubble::after {
  left: 100%;
  top: 8%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #aa0218;
  border-width: 16px;
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.appeal-talk__customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.appeal-talk__customer-bubble {
  padding: 8px;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid #aa0218;
  position: relative;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
@media screen and (max-width: 768px) {
  .appeal-talk__customer-bubble {
    font-size: 14px;
  }
}
.appeal-talk__customer-bubble::before {
  right: 100%;
  top: 0%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #aa0218;
  border-width: 20px;
  border-top-width: 10px;
  border-bottom-width: 10px;
  margin-top: 8px;
}
.appeal-talk__customer-bubble::after {
  right: 100%;
  top: 0%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(203, 235, 255, 0);
  border-right-color: #F4F7FF;
  border-width: 16px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  margin-top: 10px;
}
.appeal-talk__bubble-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .appeal-talk__bubble-text {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 376px) {
  .appeal-talk__bubble-text {
    font-size: 14px;
  }
}

.ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ticket-card {
  text-align: center;
}
.ticket-text {
  padding: 4px;
  font-size: 36px;
  font-weight: bold;
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .ticket-text {
    font-size: 24px;
  }
}

.testimonials__content {
  padding: 20px 0;
}
.testimonials__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .testimonials__title {
    font-size: 24px;
  }
}
.testimonials-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .testimonials-detail__content {
    gap: 8px;
    width: auto;
    padding: 8px;
  }
}
.testimonials__card {
  border: 4px solid #600E19;
  border-radius: 8px;
  background: #F4F7FF;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .testimonials__card {
    width: auto;
  }
}
.testimonials__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: solid 2px #600E19;
  padding-bottom: 6px;
}
.testimonials__img {
  max-width: 10%;
}
.testimonials__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .testimonials__name {
    font-size: 24px;
  }
}
.testimonials__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.testimonials__text {
  font-weight: bold;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .testimonials__text {
    font-size: 14px;
    padding-top: 4px;
  }
}

/** 以下、下層コード--------------------------------------------  */
.procedure__section {
  margin-bottom: 20px;
}
.procedure__content {
  padding: 20px 0;
}
.procedure__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .procedure__title {
    font-size: 6.4vw;
  }
}
.procedure-detail__title {
  margin: 0 auto;
  padding: 0 120px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .procedure-detail__title {
    padding: 0 8px;
    font-size: 4.2vw;
  }
}
.procedure-detail__text {
  margin: 0 auto;
  padding: 8px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .procedure-detail__text {
    padding: 8px;
    font-size: 2.5vw;
  }
}
.procedure-list__title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .procedure-list__title {
    font-size: 16px;
  }
}

.info__content {
  min-height: 60vh;
  padding: 56px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .info__content {
    padding: 32px 4px;
    gap: 8px;
  }
}
.info__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info__title {
    font-size: 6.4vw;
  }
}
.info-detail__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info-detail__title {
    font-size: 4.2vw;
  }
}
.info__text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info__text {
    font-size: 3.7vw;
  }
}
.info__text-link {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ff6767;
  border-bottom: 2px solid #ff6767;
}
@media screen and (max-width: 768px) {
  .info__text-link {
    padding: 8px;
    font-size: 3.7vw;
  }
}
.info__text-link:hover {
  border-bottom: 2px solid #fafafa;
}
.info-list__title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .info-list__title {
    font-size: 16px;
  }
}
.info__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.info__btn:hover {
  opacity: 0.5;
}

.menu-advert {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .menu-advert {
    padding: 20px;
  }
}

.menu-plan {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .menu-plan {
    padding: 20px;
  }
}
.menu-plan__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .menu-plan__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.menu-plan__card {
  border: 4px solid #600E19;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .menu-plan__card {
    width: auto;
    margin-bottom: 16px;
  }
}
.menu-plan__detail-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .menu-plan__detail-box {
    width: auto;
    margin: 8px;
  }
}
.menu-plan__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu-plan__item-text {
  font-size: 24px;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .menu-plan__item-text {
    font-size: 3.7vw;
  }
}
.menu-plan__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu-plan__title {
    font-size: 6.4vw;
  }
}
.menu-plan__img {
  max-width: 10%;
}
.menu-plan__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .menu-plan__name {
    font-size: 24px;
  }
}
.menu-plan__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.menu-plan-btn-link {
  width: 100%;
  border: none;
}
.menu-plan-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .menu-plan-btn {
    padding: 4px;
    font-size: 3.2vw;
  }
}
.menu-plan-btn:hover {
  opacity: 0.5;
}
.menu-plan-btn-detail {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-plan-btn-detail {
    font-size: 4vw;
  }
}
.menu-plan-btn-detail:hover {
  opacity: 0.5;
}
.menu-plan-btn-assortment {
  border: 2px solid #600E19;
  border-radius: 8px;
  padding: 2px 8px;
  color: #600E19;
  background: #fafafa;
}
.menu-plan-btn-assortment-sun {
  color: #FFAE10;
}
.menu-plan-btn-assortment-sat {
  color: #aa0218;
}

.menu-plan02 {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .menu-plan02 {
    padding: 20px;
  }
}
.menu-plan02__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .menu-plan02__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.menu-plan02__card {
  border: 4px solid #600E19;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .menu-plan02__card {
    width: auto;
    margin-bottom: 16px;
  }
}
.menu-plan02__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu-plan02__item-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu-plan02__item-text {
    font-size: 3.7vw;
  }
}
.menu-plan02__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu-plan02__title {
    font-size: 6.4vw;
  }
}
.menu-plan02__detail-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.menu-plan02__img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50%;
}
.menu-plan02__img {
  max-width: 100%;
}
.menu-plan02__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .menu-plan02__name {
    font-size: 24px;
  }
}
.menu-plan02__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.menu-plan02-btn {
  width: 100%;
  border: none;
  background: #FFAE10;
  color: #600E19;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid #600E19;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-plan02-btn {
    padding: 4px;
    font-size: 3.2vw;
  }
}
.menu-plan02-btn:hover {
  opacity: 0.5;
}
.menu-plan02-btn-assortment {
  border: 2px solid #600E19;
  border-radius: 8px;
  padding: 2px 8px;
  color: #aa0218;
  background: #fafafa;
}
.menu-plan02-mail__btn-container {
  position: relative;
  padding: 20px;
}
.menu-plan02__detail-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .menu-plan02__detail-box {
    width: auto;
    margin: 8px;
  }
}
.menu-plan02-mail__btn-notice {
  position: absolute;
  top: 8px;
  right: 12px;
}
@media screen and (max-width: 768px) {
  .menu-plan02-mail__btn-notice {
    top: 12px;
    right: 12px;
  }
}
.menu-plan02-mail__btn-pulse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFAE10;
  -webkit-box-shadow: 0 0 20px #FFAE10;
  box-shadow: 0 0 20px #FFAE10;
  cursor: pointer;
}
.menu-plan02-mail__btn-pulse::before, .menu-plan02-mail__btn-pulse::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #FFAE10;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
  animation: pulsate 2s linear infinite;
}
.menu-plan02-mail__btn-pulse::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.menu-plan02-mail__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #FFAE10;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.menu-plan02-plan__btn-link {
  width: 100%;
}
.menu-plan02-plan__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-plan02-plan__btn {
    font-size: 4vw;
  }
}
.menu-plan02-plan__btn-mail {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-plan02-plan__btn-mail {
    font-size: 4vw;
  }
}

.menu-plan03 {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .menu-plan03 {
    padding: 20px;
  }
}
.menu-plan03__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .menu-plan03__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.menu-plan03__mail-card {
  border: 4px solid #600E19;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .menu-plan03__mail-card {
    width: auto;
    margin-bottom: 16px;
  }
}
.menu-plan03__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu-plan03__item-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu-plan03__item-text {
    font-size: 3.7vw;
  }
}
.menu-plan03__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu-plan03__title {
    font-size: 6.4vw;
  }
}
.menu-plan03__mail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 8px 0;
  border-bottom: 1px solid black;
}
.menu-plan03__mail-list:first-of-type {
  padding: 0 0 8px 0;
}
.menu-plan03__mail-list:last-of-type {
  padding-top: 8px;
  margin-bottom: 8px;
}
.menu-plan03__mail-img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu-plan03__mail-head {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
}
.menu-plan03__mail-head-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.menu-plan03__mail-head-num {
  padding: 4px 12px;
  border-radius: 20px;
  background: #FFAE10;
  color: #fafafa;
}
.menu-plan03__mail-body {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-plan03__mail-text {
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .menu-plan03__mail-text {
    font-size: 12px;
  }
}
.menu-plan03__card {
  border: 4px solid #600E19;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .menu-plan03__card {
    width: auto;
    margin-bottom: 16px;
  }
}
.menu-plan03__detail-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.menu-plan03__detail-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .menu-plan03__detail-box {
    width: auto;
    margin: 8px;
  }
}
.menu-plan03__img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu-plan03__img {
  max-width: 100%;
}
.menu-plan03__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .menu-plan03__name {
    font-size: 24px;
  }
}
.menu-plan03__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.menu-plan03__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.menu-plan03-btn:hover {
  opacity: 0.5;
}
.menu-plan03-btn-assortment {
  border: 2px solid #600E19;
  border-radius: 8px;
  padding: 2px 8px;
  color: #aa0218;
  background: #fafafa;
}
.menu-plan03-mail__btn-container {
  position: relative;
  padding: 20px;
}
.menu-plan03-mail__btn-notice {
  position: absolute;
  top: 8px;
  right: 12px;
}
@media screen and (max-width: 768px) {
  .menu-plan03-mail__btn-notice {
    top: 12px;
    right: 12px;
  }
}
.menu-plan03-mail__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #FFAE10;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.menu-plan03-plan__btn-link {
  width: 100%;
}
.menu-plan03-plan__btn {
  width: 50%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 24px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-plan03-plan__btn {
    font-size: 4vw;
    width: 100%;
  }
}
.menu-plan03-plan__btn-mail {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-plan03-plan__btn-mail {
    font-size: 4vw;
  }
}
.menu-plan03__detail-btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.menu-plan03__detail-link {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .menu-plan03__detail-link {
    width: 80%;
  }
}

.firstUsers__section {
  margin-bottom: 20px;
}
.firstUsers__content {
  padding: 20px 0;
}
.firstUsers__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .firstUsers__title {
    font-size: 6.4vw;
  }
}
.firstUsers-detail__text {
  margin: 0 auto;
  padding: 8px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .firstUsers-detail__text {
    padding: 8px;
    font-size: 2.5vw;
  }
}
.firstUsers-list__title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .firstUsers-list__title {
    font-size: 16px;
  }
}
.firstUsers-plan__btn {
  width: 50%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .firstUsers-plan__btn {
    width: 80%;
    font-size: 4vw;
  }
}
.firstUsers-plan__btn:hover {
  opacity: 0.5;
}
.firstUsers-advert {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .firstUsers-advert {
    padding: 20px;
  }
}

.pastPerformance__section {
  padding: 40px;
}
.pastPerformance__content {
  padding: 20px 0;
}
.pastPerformance__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pastPerformance__title {
    font-size: 6.4vw;
  }
}
.pastPerformance__img-list {
  margin: 8px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .pastPerformance__img-list {
    padding: 8px;
    font-size: 2.5vw;
  }
}
.pastPerformance-list__title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pastPerformance-list__title {
    font-size: 16px;
  }
}
.pastPerformance-plan__btn {
  width: 50%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pastPerformance-plan__btn {
    width: 100%;
    font-size: 4vw;
  }
}
.pastPerformance-plan__btn:hover {
  opacity: 0.5;
}
.pastPerformance-plan__btn-box {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .pastPerformance-plan__btn-box {
    padding: 8px;
  }
}
.pastPerformance-advert {
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .pastPerformance-advert {
    margin: 20px;
  }
}
.pastPerformance__img {
  border-radius: 15px;
}
.news__section {
  margin-bottom: 20px;
}
.news__container {
  min-height: 60vh;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news__container {
    padding: 12px 8px;
    width: 100%;
    margin: 0 auto;
  }
}
.news__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 6.4vw;
  }
}
.news__sub-title {
  font-size: 24px;
  font-weight: bold;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .news__sub-title {
    font-size: 4.2vw;
  }
}
.news__box {
  padding-bottom: 4px;
  color: #600E19;
  border-bottom: 1px solid #600E19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .news__box {
    gap: 16px;
  }
}
.news__box:hover {
  opacity: 0.5;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .news__list {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.news__list-time-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: start;
}
.news__list-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .news__list-time {
    font-size: 2.5vw;
  }
}
.news__list-text-box {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.news__list-text {
  font-weight: bold;
}
.news__list-title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .news__list-title {
    font-size: 16px;
  }
}

.plan {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 20px;
  }
}
.plan__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plan__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.plan__card {
  border: 4px solid #600E19;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .plan__card {
    width: auto;
    margin-bottom: 16px;
  }
}
.plan__detail-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .plan__detail-box {
    width: auto;
    margin: 8px;
  }
}
.plan__entry {
  width: 100%;
  margin-top: 20px;
}
.plan__entry-text {
  background: #600E19;
  padding: 8px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.plan__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.plan__item-text {
  font-size: 24px;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .plan__item-text {
    font-size: 3.7vw;
  }
}
.plan__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan__title {
    font-size: 6.4vw;
  }
}
.plan__img {
  max-width: 10%;
}
.plan__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .plan__name {
    font-size: 24px;
  }
}
.plan__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.plan-btn-link {
  width: 100%;
  border: none;
}
.plan-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .plan-btn {
    padding: 4px;
    font-size: 3.2vw;
  }
}
.plan-btn:hover {
  opacity: 0.5;
}
.plan-btn-detail {
  width: 100%;
  border: none;
  cursor: pointer;
  background: #FFAE10;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .plan-btn-detail {
    padding: 4px;
    font-size: 3.2vw;
  }
}
.plan-btn-detail:hover {
  opacity: 0.5;
}
.plan-btn-assortment {
  border: 2px solid #600E19;
  border-radius: 8px;
  padding: 2px 8px;
  color: #600E19;
  background: #fafafa;
}
.plan-btn-assortment-sun {
  color: #FFAE10;
}
.plan-btn-assortment-sat {
  color: #aa0218;
}
.plan-mail__btn-wrap {
  text-align: center;
}
.plan-mail__btn {
  width: 80%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .plan-mail__btn {
    width: 100%;
  }
}
.plan-mail__btn:hover {
  opacity: 0.5;
}

.forecast {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .forecast {
    padding: 20px;
  }
}
.forecast__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .forecast__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.forecast__card {
  border: 4px solid #600E19;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .forecast__card {
    width: auto;
    margin-bottom: 16px;
  }
}
.forecast__card-head {
  background: #aa0218;
  text-align: center;
  padding: 4px;
}
.forecast__card-body {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .forecast__card-body {
    padding: 12px;
  }
}
.forecast__card-title {
  font-size: 24px;
  font-weight: bold;
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .forecast__card-title {
    font-size: 3.7vw;
  }
}
.forecast__detail-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .forecast__detail-box {
    width: auto;
    margin: 8px;
  }
}
.forecast__entry {
  width: 100%;
  margin-top: 20px;
}
.forecast__entry-text {
  background: #003109;
  padding: 8px;
  border-radius: 8px;
  color: #fafafa;
  font-weight: bold;
  font-size: 20px;
}
.forecast__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.forecast__item-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .forecast__item-title {
    font-size: 3.7vw;
  }
}
.forecast__item-text {
  font-size: 24px;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .forecast__item-text {
    width: 100%;
    font-size: 3.7vw;
  }
}
.forecast__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .forecast__title {
    font-size: 6.4vw;
  }
}
.forecast__text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .forecast__text {
    font-size: 5.3vw;
  }
}
.forecast__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.forecast__img {
  max-width: 10%;
}
.forecast__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .forecast__name {
    font-size: 24px;
  }
}
.forecast-btn-link {
  width: 100%;
  border: none;
}
.forecast-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  background: #FFAE10;
  color: #600E19;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid #600E19;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .forecast-btn {
    padding: 4px;
    font-size: 3.2vw;
  }
}
.forecast-btn:hover {
  opacity: 0.5;
}
.forecast-btn-assortment {
  border: 2px solid #600E19;
  border-radius: 8px;
  padding: 2px 8px;
  color: #aa0218;
  background: #fafafa;
}
.forecast-plan__btn-wrap {
  text-align: center;
}
.forecast-plan__btn {
  width: 80%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .forecast-plan__btn {
    width: 100%;
  }
}
.forecast-plan__btn:hover {
  opacity: 0.5;
}
.forecast__info-wrap {
  background: #aa0218;
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .forecast__info-wrap {
    margin-bottom: 16px;
    padding: 8px;
  }
}
.forecast__info-text {
  color: #fafafa;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .forecast__info-text {
    font-size: 3.7vw;
  }
}

.lobby__section {
  margin-bottom: 20px;
}
.lobby__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lobby__content {
    width: 100%;
    padding: 0 12px;
  }
}
.lobby__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lobby__title {
    font-size: 6.4vw;
  }
}
.lobby__form {
  padding: 16px;
  margin-bottom: 16px;
}
.lobby__wrap {
  background-color: #FFFED4;
  border-radius: 15px;
}
.lobby__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lobby__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lobby__textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 8px;
  padding: 8px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #aa0218;
}
@media screen and (max-width: 768px) {
  .lobby__textarea {
    min-height: 80px;
  }
}
.lobby__btn {
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lobby__btn:hover {
  opacity: 0.5;
}
.lobby__pagenation {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .lobby__pagenation {
    gap: 4px;
  }
}
.lobby__pagenation-prev {
  padding: 4px 8px;
  border-radius: 6px;
  border: 2px solid #600E19;
  color: #600E19;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lobby__pagenation-prev:hover {
  opacity: 0.5;
}
.lobby__pagenation-next {
  padding: 4px 8px;
  border-radius: 6px;
  border: 2px solid #600E19;
  color: #600E19;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lobby__pagenation-next:hover {
  opacity: 0.5;
}
.lobby__pagenation-num {
  padding: 4px 8px;
  border-radius: 6px;
  color: #600E19;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lobby__pagenation-num:hover {
  opacity: 0.5;
  color: #fafafa;
  background-color: #aa0218;
}
.lobby__star-item {
  color: #aa0218;
}
.lobby__star-list1 .lobby__star-item:nth-child(1) {
  color: #FFAE10;
}
.lobby__star-list2 .lobby__star-item:nth-child(-n+2) {
  color: #FFAE10;
}
.lobby__star-list3 .lobby__star-item:nth-child(-n+3) {
  color: #FFAE10;
}
.lobby__star-list4 .lobby__star-item:nth-child(-n+4) {
  color: #FFAE10;
}
.lobby__star-list5 .lobby__star-item:nth-child(-n+5) {
  color: #FFAE10;
}
.lobby__star-wrap {
  color: #FFAE10;
}
.lobby__star-wrap input[type=radio]:checked + label ~ label {
  color: #aa0218;
}
.lobby__star-icon {
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lobby__star-icon {
    font-size: 3.7vw;
  }
}
.lobby__star-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lobby__userData-wrap {
  border-bottom: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.lobby__userData-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lobby__userData-img {
  width: 68px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .lobby__userData-img {
    width: 46px;
  }
}
.lobby__userData-head {
  padding-left: 8px;
}
.lobby__userData-text {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lobby__userData-text {
    font-size: 3.7vw;
  }
}
.lobby__userData-star {
  font-weight: bold;
  font-size: 24px;
}
.lobby__comment {
  padding-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lobby__comment {
    font-size: 3.2vw;
  }
}
.lobby__content-result {
  padding: 56px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lobby__content-result {
    padding: 32px 4px;
    gap: 8px;
  }
}
.lobby__text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lobby__text {
    font-size: 3.7vw;
  }
}
.lobby__link-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .lobby__link-text {
    font-size: 3.7vw;
  }
}
.lobby__link-text:hover {
  color: #fafafa;
  background-color: #003109;
}

.profile {
  padding: 8px;
  text-align: center;
}
.profile__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile__title {
    font-size: 6.4vw;
  }
}
.profile__form {
  padding: 16px;
  margin-bottom: 16px;
}
.profile-img {
  margin: 0 auto;
}
.profile-action__container {
  margin-top: 20px;
}
.profile-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 12px;
  width: 40%;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .profile-form {
    gap: 8px;
    width: 350px;
  }
}
.profile-form__label {
  text-align: start;
  width: 100%;
}
.profile-form__label-text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .profile-form__label-text {
    font-size: 10px;
  }
}
.profile-form__input {
  padding: 8px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .profile-form__input {
    font-size: 14px;
  }
}
.profile-form__birth-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-form__input-md {
  width: 40%;
  padding: 8px;
  font-size: 20px;
}
.profile-form__input-sm {
  width: 20%;
  padding: 8px;
  font-size: 20px;
}
.profile-form__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.profile-form__btn:hover {
  opacity: 0.5;
}
.profile-form__line-btn {
  width: 100%;
  border: none;
  background: #06C755;
  color: #fafafa;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.profile-form__line-btn-complete {
  border: none;
  font-weight: bold;
  color: #06C755;
  margin: 0 auto;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .profile-form__line-btn-complete {
    padding: 4px;
    font-size: 12px;
  }
}
.profile-form__line-btn:hover {
  opacity: 0.5;
}
.profile__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .profile__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.profile__img-card {
  margin-top: 8px;
  width: 45%;
}
.profile__img {
  width: 100%;
}
.profile__img-btn-wrap {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile__imgChenge-btn {
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .profile__imgChenge-btn {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.profile__imgRemove-btn {
  border: none;
  background: #003109;
  color: #fafafa;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .profile__imgRemove-btn {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.profile__line-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile__line-text {
  text-align: start;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .profile__line-text {
    font-size: 10px;
  }
}

.payment {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .payment {
    padding: 20px;
  }
}
.payment__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .payment__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.payment__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .payment__title {
    font-size: 6.4vw;
    margin-bottom: 16px;
  }
}
.payment__notice-text {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .payment__notice-text {
    font-size: 4.2vw;
    margin-bottom: 24px;
  }
}
.payment-advert {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .payment-advert {
    width: 100%;
    padding: 20px;
  }
}
.payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .payment__list {
    gap: 24px;
  }
}
.payment__btn {
  width: 100%;
  border: none;
  background: #FFAE10;
  color: #600E19;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid #600E19;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .payment__btn {
    padding: 4px;
    font-size: 3.2vw;
  }
}
.payment__btn:hover {
  opacity: 0.5;
}
.payment-plan__btn-link {
  width: 100%;
}
.payment-plan__img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .payment-plan__img {
    width: 100%;
    margin-bottom: 8px;
  }
}
.payment-plan__btn {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 24px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .payment-plan__btn {
    font-size: 4vw;
    width: 100%;
  }
}
.payment-plan__btn:hover {
  opacity: 0.5;
}

.payment-method {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .payment-method {
    padding: 20px;
  }
}
.payment-method__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .payment-method__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.payment-method__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .payment-method__title {
    font-size: 6vw;
    margin-bottom: 16px;
  }
}
.payment-method__notice-text {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .payment-method__notice-text {
    font-size: 4.2vw;
    margin-bottom: 24px;
  }
}
.payment-method-advert {
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .payment-method-advert {
    width: 100%;
    padding: 20px;
  }
}
.payment-method__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .payment-method__list {
    gap: 24px;
  }
}
.payment-method__btn {
  width: 100%;
  border: none;
  background: #FFAE10;
  color: #600E19;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid #600E19;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .payment-method__btn {
    padding: 4px;
    font-size: 3.2vw;
  }
}
.payment-method__btn:hover {
  opacity: 0.5;
}
.payment-method-plan__btn-link {
  width: 100%;
}
.payment-method-plan__img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .payment-method-plan__img {
    width: 100%;
    margin-bottom: 8px;
  }
}
.payment-method-plan__btn {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 24px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .payment-method-plan__btn {
    font-size: 4vw;
    width: 100%;
  }
}
.payment-method-plan__btn:hover {
  opacity: 0.5;
}
.payment-method__form-input {
  width: 50%;
  padding: 8px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .payment-method__form-input {
    width: 100%;
  }
}
.payment-method__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 12px;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .payment-method__form {
    gap: 20px;
  }
}

.payment-bank {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .payment-bank {
    padding: 8px;
  }
}
.payment-bank__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .payment-bank__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.payment-bank__card {
  border: 4px solid #600E19;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .payment-bank__card {
    margin-bottom: 16px;
    padding: 24px;
  }
}
.payment-bank__list {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .payment-bank__list {
    margin-bottom: 16px;
  }
}
.payment-bank__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.payment-bank__item-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .payment-bank__item-title {
    font-size: 3.7vw;
    margin-bottom: 16px;
  }
}
.payment-bank__item-text {
  font-size: 24px;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .payment-bank__item-text {
    width: 100%;
    font-size: 3.7vw;
  }
}
.payment-bank__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .payment-bank__title {
    font-size: 6.4vw;
    margin-bottom: 4px;
  }
}
.payment-bank__text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .payment-bank__text {
    font-size: 3.2vw;
    margin-bottom: 4px;
  }
}
.payment-bank__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .payment-bank__price-box {
    gap: 4px;
    margin-bottom: 8px;
  }
}
.payment-bank__price {
  width: calc((100% - 8px) / 2);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .payment-bank__price {
    width: calc((100% - 4px) / 2);
  }
}
.payment-bank__btn-wrap {
  text-align: center;
  margin-bottom: 24px;
}
.payment-bank__btn {
  width: 80%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .payment-bank__btn {
    width: 100%;
    font-size: 4.2vw;
  }
}
.payment-bank__btn:hover {
  opacity: 0.5;
}

.favorite_targets_wrap .not_favorite_mark_js {
  display: none;
}

.other_targets_wrap .favorite_mark_js {
  display: none;
}

.mailbox {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .mailbox {
    padding: 20px;
  }
}
.mailbox__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mailbox__content {
    width: auto;
    margin: 0 4px;
    margin-bottom: 16px;
  }
}
.mailbox__card {
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .mailbox__card {
    width: auto;
    margin-bottom: 16px;
  }
}
.mailbox__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.mailbox__item-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mailbox__item-text {
    font-size: 3.7vw;
  }
}
.mailbox__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mailbox__title {
    font-size: 6.4vw;
  }
}
.mailbox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-bottom: 1px solid #600E19;
  color: #600E19;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .mailbox__list {
    margin-bottom: 16px;
  }
}
.mailbox__list:hover {
  opacity: 0.5;
}
.mailbox__list:first-of-type {
  padding: 0 0 8px 0;
}
.mailbox__list:last-of-type {
  padding: 8px;
  margin-bottom: 8px;
}
.mailbox__img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50%;
}
.mailbox__head {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
}
.mailbox__head-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.mailbox__head-num {
  padding: 4px 12px;
  border-radius: 20px;
  background: #aa0218;
  color: #fafafa;
}
.mailbox__body {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mailbox__body-title {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mailbox__body-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mailbox__text {
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .mailbox__text {
    font-size: 12px;
  }
}
.mailbox__detail-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.mailbox__detail-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .mailbox__detail-box {
    width: auto;
    margin: 8px;
  }
}
.mailbox__img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50%;
}
.mailbox__img {
  max-width: 100%;
}
.mailbox__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .mailbox__name {
    font-size: 24px;
  }
}
.mailbox__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.mailbox-btn-assortment {
  border: 2px solid #600E19;
  border-radius: 8px;
  padding: 2px 8px;
  color: #aa0218;
  background: #fafafa;
}
.mailbox__btn-container {
  position: relative;
  padding: 20px;
}
.mailbox__btn-notice {
  position: absolute;
  top: 8px;
  right: 12px;
}
@media screen and (max-width: 768px) {
  .mailbox__btn-notice {
    top: 12px;
    right: 12px;
  }
}
.mailbox__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #FFAE10;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.mailbox-plan__btn-link {
  width: 100%;
}
.mailbox-plan__btn {
  width: 50%;
  border: none;
  background: #aa0218;
  color: #FFAE10;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 24px;
  border-radius: 4px;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mailbox-plan__btn {
    font-size: 4vw;
    width: 100%;
  }
}

.mail-detail__supporter-name {
  padding-left: 16px;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mail-detail__supporter-link {
  font-size: 24px;
  font-weight: bold;
  color: #600E19;
}
@media screen and (max-width: 768px) {
  .mail-detail__supporter-link {
    font-size: 4.2vw;
  }
}
.mail-detail__supporter-link:hover {
  padding-left: 20px;
  color: #aa0218;
}
.mail-detail-subTitle {
  background: #003109;
  padding: 4px;
  font-size: 36px;
  font-weight: bold;
  color: #fafafa;
}
@media screen and (max-width: 768px) {
  .mail-detail-subTitle {
    font-size: 24px;
  }
}
.mail-detail__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mail-detail__title {
    font-size: 24px;
  }
}
.mail-detail-talk__more-load-btn {
  display: inline-block;
  background-color: #aa0218;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 8px 24px;
  color: #fafafa;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background 0.3s 0s ease-out;
  transition: background 0.3s 0s ease-out;
  cursor: pointer;
}
.mail-detail-talk__more-load-btn:hover {
  color: #600E19;
  background-color: #aa0218;
}
.mail-detail-talk__list {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .mail-detail-talk__list {
    width: 100%;
    padding: 0 12px;
    margin: 0 4px;
    margin-bottom: 20px;
    gap: 8px;
  }
}
.mail-detail__text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mail-detail__text {
    font-size: 3.7vw;
  }
}
.mail-detail__form {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .mail-detail__form {
    padding: 4px;
  }
}
.mail-detail__wrap {
  background-color: rgba(255, 255, 255, 0.5529411765);
  border-radius: 15px;
}
.mail-detail__btn {
  width: 100%;
  background: #aa0218;
  color: #fafafa;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.mail-detail__btn:disabled {
  background-color: #999;
  color: linen;
}
.mail-detail__btn:hover {
  opacity: 0.5;
}
.mail-detail__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.mail-detail__img-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mail-detail__submit-btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.mail-detail__textarea {
  width: 100%;
  height: 150px;
  border-radius: 15px;
  padding: 8px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #aa0218;
}
@media screen and (max-width: 768px) {
  .mail-detail__textarea {
    height: 80px;
  }
}

.talk_message_wrap {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .talk_message_wrap {
    width: 100%;
    padding: 0 12px;
    margin: 0 4px;
    margin-bottom: 20px;
    gap: 8px;
  }
}

.balloon_l {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.balloon_l .faceicon_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.balloon_l .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}
.balloon_l .says {
  max-width: 72%;
  padding: 8px;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid #aa0218;
  position: relative;
}
@media screen and (max-width: 768px) {
  .balloon_l .says {
    max-width: 64%;
    font-size: 2.6vw;
  }
}
.balloon_l .says::before {
  right: 100%;
  top: 0%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #aa0218;
  border-width: 20px;
  border-top-width: 10px;
  border-bottom-width: 10px;
  margin-top: 8px;
}
.balloon_l .says::after {
  right: 100%;
  top: 0%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(203, 235, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  margin-top: 10px;
}
.balloon_l .says > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.balloon_r {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.balloon_r .faceicon_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
}
.balloon_r .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.balloon_r .says {
  max-width: 72%;
  background-color: #aa0218;
  padding: 8px;
  color: #fafafa;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .balloon_r .says {
    max-width: 64%;
    font-size: 2.6vw;
  }
}
.balloon_r .subject_js {
  font-weight: bold;
}
.balloon_r .says::after {
  left: 100%;
  top: 16px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #aa0218;
  border-width: 16px;
  border-top-width: 8px;
  border-bottom-width: 8px;
}
@media screen and (max-width: 768px) {
  .balloon_r .says::after {
    top: 8px;
  }
}
.balloon_r .says > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faceicon_wrap > img {
  width: 60px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faceicon_wrap > img {
    width: 40px;
  }
}

.talk_timestamp {
  font-size: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .talk_timestamp {
    font-size: 6px;
  }
}

.ask__section {
  margin-bottom: 20px;
}
.ask__content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ask__content {
    width: 100%;
    padding: 0 12px;
  }
}
.ask__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ask__title {
    font-size: 6.4vw;
  }
}
.ask__form {
  padding: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .ask__form {
    padding: 4px;
    margin-bottom: 4px;
  }
}
.ask__wrap {
  border-radius: 8px;
}
.ask__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ask__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ask-form__label {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.ask__textarea {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  padding: 4px;
  resize: vertical;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #600E19;
}
.ask__textarea:focus {
  outline: 2px solid #600E19;
}
.ask-form__input {
  padding: 8px;
  font-size: 20px;
  border: none;
  padding: 6px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #600E19;
}
.ask-form__input:focus {
  outline: 2px solid #600E19;
}
.ask-form__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.ask-form__btn:hover {
  opacity: 0.5;
}
.ask__btn {
  background: #aa0218;
  color: #fafafa;
  border: none;
  font-weight: bold;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ask__btn:hover {
  opacity: 0.5;
}
.ask__pagenation {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ask__pagenation {
    gap: 4px;
  }
}
.ask__pagenation-prev {
  padding: 4px 8px;
  border-radius: 6px;
  border: 2px solid #600E19;
  color: #600E19;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ask__pagenation-prev:hover {
  opacity: 0.5;
}
.ask__pagenation-next {
  padding: 4px 8px;
  border-radius: 6px;
  border: 2px solid #600E19;
  color: #600E19;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ask__pagenation-next:hover {
  opacity: 0.5;
}
.ask__pagenation-num {
  padding: 4px 8px;
  border-radius: 6px;
  color: #600E19;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ask__pagenation-num:hover {
  opacity: 0.5;
  color: #fafafa;
  background-color: #aa0218;
}
.ask__star-list {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ask__star-list {
    font-size: 3.7vw;
  }
}
.ask__userData-wrap {
  border-bottom: 2px solid #600E19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.ask__userData-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ask__userData-img {
  width: 68px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .ask__userData-img {
    width: 46px;
  }
}
.ask__subject {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ask__subject {
    font-size: 3.7vw;
  }
}
.ask__userData-head {
  padding-left: 8px;
}
.ask__userData-name {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ask__userData-name {
    font-size: 5.3vw;
  }
}
.ask__userData-star {
  font-weight: bold;
  font-size: 24px;
}
.ask__comment {
  padding-bottom: 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ask__comment {
    font-size: 3.2vw;
  }
}
.ask__content-result {
  padding: 56px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ask__content-result {
    padding: 32px 4px;
    gap: 8px;
  }
}
.ask__text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ask__text {
    font-size: 3.7vw;
  }
}
.ask__link-text {
  font-weight: bold;
  color: #ff6767;
  border-radius: 4px;
}
.ask__link-text:hover {
  color: #fafafa;
  background-color: #003109;
}

.highlight {
  padding: 4px 8px;
  border-radius: 6px;
  color: #fafafa;
  background-color: #aa0218;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.highlight:hover {
  opacity: 0.5;
}

.regist {
  min-height: 60vh;
}
.regist__content {
  min-height: 60vh;
  padding: 56px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .regist__content {
    padding: 32px 4px;
    gap: 8px;
  }
}
.regist__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .regist__title {
    font-size: 24px;
  }
}
.regist-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .regist-detail__content {
    gap: 8px;
    width: auto;
    padding: 8px;
  }
}
.regist__card {
  padding: 8px;
  text-align: center;
  border: 4px solid #600E19;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .regist__card {
    width: auto;
  }
}
.regist__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.regist__img {
  max-width: 10%;
}
.regist__name {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .regist__name {
    font-size: 24px;
  }
}
.regist-detail__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .regist-detail__title {
    font-size: 4.2vw;
  }
}
.regist__text-box {
  margin-top: 8px;
  border-top: 1px solid #600E19;
}
.regist__text {
  font-weight: bold;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .regist__text {
    font-size: 14px;
    padding-top: 4px;
  }
}

.withdrawn__content {
  min-height: 60vh;
  padding: 56px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .withdrawn__content {
    padding: 32px 4px;
    gap: 8px;
  }
}
.withdrawn__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .withdrawn__title {
    font-size: 6.4vw;
  }
}
.withdrawn-detail__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .withdrawn-detail__title {
    font-size: 4.2vw;
  }
}
.withdrawn__text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .withdrawn__text {
    font-size: 3.7vw;
  }
}
.withdrawn__text-link {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ff6767;
  border-bottom: 2px solid #ff6767;
}
@media screen and (max-width: 768px) {
  .withdrawn__text-link {
    padding: 8px;
    font-size: 3.7vw;
  }
}
.withdrawn__text-link:hover {
  border-bottom: 2px solid #fafafa;
}
.withdrawn-list__title {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .withdrawn-list__title {
    font-size: 16px;
  }
}
.withdrawn__form {
  padding: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .withdrawn__form {
    padding: 4px;
    margin-bottom: 4px;
  }
}
.withdrawn-form__btn {
  width: 200px;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px;
  font-size: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.withdrawn-form__btn:hover {
  opacity: 0.5;
}

.login {
  padding: 8px;
  text-align: center;
}
.login__title {
  font-size: 40px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .login__title {
    font-size: 6.4vw;
  }
}
.login-action__container {
  margin-top: 20px;
}
.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 12px;
  width: 40%;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .login-form {
    gap: 8px;
    width: 350px;
  }
}
.login-form__label {
  text-align: start;
  width: 100%;
}
.login-form__input {
  padding: 8px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .login-form__input {
    font-size: 14px;
  }
}
.login-form__btn {
  width: 100%;
  border: none;
  background: #aa0218;
  color: #fafafa;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.login-form__btn:hover {
  opacity: 0.5;
}

.test02 {
  color: red;
}

/* Project ------------ */
/* Utility ------------ *//*# sourceMappingURL=style.css.map */