@charset "UTF-8";

html {
  background-image: url(../img/background.webp);
  background-size: contain;
}

body {
  width: 100%;
  margin: auto;
  line-height: 1.5;
}

@media only screen and (min-width: 640px) {
  body {
    max-width: 640px;
  }
}

img {
  width: 100%;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-menu {
  background-image: url(../img/modal_BG.webp);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover;
  min-height: 100dvh;
}
.modal-menu-wrapper {
  width: 80%;
  margin: auto;
  padding-top: 40px;
}

#pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 80px;
  opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#pagetop.show {
	opacity: 1;
	visibility: visible;
}

/* LINEログインモーダル */
.login_modal_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.login_modal_description {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}

.login_modal_caution {
  text-indent: -1em;
  margin-left: 1em;
}

.sns_login_btn_wrapper_modal {
  margin-bottom: 20px;
}

.sns_login_btn_modal {
  width: 100%;
}

/* TOPページSNSログイン部分 */
.sns_login_title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.sns_login_btn {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 60px;
}

.sns_login_btn img {
  width: 100%;
}

.info {
  background-image: url(../img/purple_BG.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover;
}

.info.my {
  padding-bottom: 16%;
}

.user-info-top_middle {
  background-image: url(../img/user-info_BG-middle.webp);
  background-repeat: repeat-y;
  background-size: cover;
  /* background-color: #fff;
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 12px;
  font-size: 16px; */
}

/* @media (min-width: 640px) {
  .user-info_wrapper {
    padding-bottom: 4rem;
  }
} */

.user-name {
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  padding-top: 20px;
  width: 80%;
  margin: auto;
}

@media (min-width: 640px) {
  .user-name {
    font-size: 4rem;
  }
}

.history_btn_wrapper {
  width: 100%;
  transform: scale(0.8);
}

/* @media (min-width: 640px) {
  .history_btn_wrapper {
    margin-top: 18rem;
  }
} */

.title_wrapper {
  width: 87%;
  margin: auto;
  transform: translateX(2.5%);
  padding: 6% 0 0;
}

.detail_wrapper {
  width: 90%;
  margin: 32px auto;
}

.detail_wrapper.teaser {
  padding-bottom: 15%;
}

.linelogin-text_wrapper {
  width: 72%;
  margin: auto auto 24px;
  transform: translateX(1%);
}

.doui_wrapper {
  width: 80%;
  margin: auto;
}

.agreement_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
}

.agreement_checkbox img {
  width: 68%;
}

.agreement_checkbox a {
  width: 28%; /* 追加：aタグの幅を明示的に指定 */
  flex-shrink: 0; /* 追加：縮小を防ぐ */
}

.agreement_checkbox a img {
  width: 100%; /* 変更：親要素の100%に */
  display: block; /* 追加 */
}

.agreement_checkbox > img {
  width: 46%;
  flex-shrink: 0; /* 追加 */
}

.agreement_checkbox input {
  width: 3rem;
  height: 3rem;
  margin: 0 12px 0 0;
  flex-shrink: 0; /* 追加 */
}

.agreement_checkbox input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

.sns_login_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.prize_wrapper {
  margin-top: -8%;
}

.prize_wrapper.teaser {
  margin-top: -17%;
}

.course-bottom_wrapper {
  margin-top: -9vw;
  position: relative;
}

@media (min-width: 640px) {
  .course-bottom_wrapper {
    margin-top: -50.6px;
  }
  .course-bottom_wrapper.login {
    margin-top: -56.6px;
  }
}

.course_wrapper {
  background-image: url(../img/course_BG.webp);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
  padding-bottom: 1%;
}

.course_img_wrapper {
  width: 90%;
  margin: 0 auto 32px;;
}

.course_img_wrapper.point-9 {
  padding-top: 20%;
}

.entry-btn_wrapper {
  width: 80%;
  margin: auto auto 32px;
}

.bottom_wrapper {
  background-image: url(../img/purple_BG.webp);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 2rem 0px;
}

.accordion_wrapper-open {
  display: none;
  width: 91%;
  margin: 4.5vw auto 5vw;
}

@media (min-width: 640px) {
  .accordion_wrapper-open {
    margin: 27px auto 30px;
  }
}

.event_wrapper {
  width: 92%;
  margin: 20px auto;
}

.sns_wrapper {
  display: flex;
  width: 90%;
  margin: 4rem auto 3.5rem;
  justify-content: center;
  align-items: center;
  gap: 6%;
}

.sns-icon_wrapper {
  width: 6rem;
}

.contact_wrapper {
  width: 88%;
  margin: auto;
}


.footer {
  text-align: center;
  padding: 0 0 12px;
  background: #fff;
}

.footer small {
  font-size: 12px;
  display: block;
  padding: 8px 0;
}

.footer img {
  width: 160px;
  display: block;
  margin: 16px 12px 0px auto;
}

.footer_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
  padding-top: 16px;
}

.footer_list_item {
  font-size: 12px;
}





/* フォーム */
.form_name {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto 4px;
}

.form_name span {
  color: #f00;
}

.form_input_area {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.form_input_area:last-of-type {
  margin-bottom: 30px;
}

.form_input_area input {
  padding: 8px;
  width: 100%;
  text-align: left;
  color: #000;
  background-color: #f4f4f4;
  font-size: 13px;
  font-weight: bold;
  border: 0;
  border: solid 1px rgb(230, 232, 234);
  border-radius: 2px;
}

.radio_button input[type=checkbox],
.radio_button input[type=radio] {
  margin: 0 4px 2px 0;
}

.form_error {
  text-align: left;
  color: #3792FF;
  font-size: 14px;
  font-weight: bold;
  margin: 6px auto 12px;
}

.Errorobi {
  color: #00A3D9;
  font-size: 16px;
  padding: 10px 0 8px;
  text-align: center;
  margin: 20px auto;
  line-height: 1.2;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 30px 0 14px;
  background-color: white;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 800;
  line-height: 32px;
  border-radius: 2px;
}

.dropdown::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* クリックを貫通させる */
  color: #666;
}


/* アンケート */
.enquate_top_text {
  margin: 30px 5% 0;
  padding: 6px 3px;
  width: 90%;
  text-align: center;
  border: 2px solid #D80C18;
  color: #D80C18;
  font-size: 16px;
  font-weight: 800;
}

.enquate_sub_text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 12px;
}


/* アップロードボタン */
label.formUpload {
  margin: 40px auto 30px;
  padding: 15px 15px;
  display: block;
  text-align: center;
  background: #F2F1EE;
  color: #615941;
  border: 2px solid #ADA385;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 2px 2px 0px rgba(173, 163, 133, 1.0);
}

label.formUpload:hover {
  cursor: pointer;
  border: 2px solid #ADA385;
  background: #f9f2e1;
  color: #000;
}

.formUploadPreviewBox {
  width: 80%;
  margin: 2px auto;
  text-align: center;
}

.formUploadPreviewBox img {
  width: 150px;
  display: block;
  margin: 0 auto 30px;
}

.radio_button label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}



/* フォーム入力確認画面 */
.form_confirm_input {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}


.page-title {
  background-color: #ea5304;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 16px;
}

.main_contents_subtitle {
  margin: 20px auto;
  padding: 8px;
  width: 100%;
  text-align: center;
  border: 2px solid #D80C18;
  color: #D80C18;
  font-size: 16px;
}

.upload_caution {
  text-align: left;
  color: #000;
  font-size: 14px;
  width: 90%;
  margin: auto auto 8px;
}


.confirm_btn {
  margin: 12px 0px 36px;
  padding: 12px 0px;
  background-color: #e50117;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.modifi_btn {
  margin: 12px 0px 36px;
  padding: 12px 0px;
  background-color: #420b8b;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.goto_top_btn {
  background-color: #420b8b;
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: auto auto 40px;
}

.goto_top_btn a {
  padding: 12px 8px;
  display: block;
  width: 100%;
  color: #fff;
}



.table {
  width: 90%;
  margin: 20px auto;
}

.table.bottom {
  margin-bottom: 40px;
}

.table th {
  text-align: center;
  vertical-align: middle;
}

.table td {
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #000;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}



.table a {
  color: #337ab7;
  text-decoration: underline;
}

.table a:hover,
.table a:visited,
.table a:focus,
.table a:active {
  color: #337ab7;
}


/* 履歴ページ */
.toggle {
  display: block;
  font-size: 16px;
  text-align: center;
  background: #ea5304;
  font-weight: bold;
  color: #fff;
  margin: 30px auto;
  padding: 7px 0;
  width: 60%;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
}

a.toggle:hover {
  color: #fff;
}

.history_caution {
  text-align: left;
  color: #000;
  font-size: 14px;
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 2.2rem;
}

.status a {
  color: #c81f3b;
}

.entried_message_heading {
  color: #e70015;
  font-size: 18px;
  margin: 20px auto;
  text-align: center;
}

.entried_message_caution {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 8px;
}

.dropdown {
  margin-top: 4px;
}


.Pagination {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 0;
}
.Pagination-Item-Link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 1px #111;
  font-size: 12px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 16px;
}
.Pagination-Item-Link.isActive {
  background: #420b8b;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #420b8b;
  color: #fff;
}
.Pagination > * + * {
  margin-left: 8px;
}
