@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
.news_detail_back_btn a {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
}

.page_detail_main h2, .news_detail_head .detail .title {
  font-size: clamp(1.7rem, 4.25vw, 2.2rem);
  font-weight: bold;
  line-height: 1.5;
}

.page_detail_main h3 {
  font-size: clamp(1.5rem, 3.75vw, 1.8rem);
  font-weight: bold;
  line-height: 1.5;
}

.page_detail_main h4 {
  font-size: clamp(1.3rem, 3.25vw, 1.6rem);
  font-weight: bold;
  line-height: 1.5;
}

.page_detail_main a.modal_img.img_link:before {
  display: block;
  content: "";
  position: absolute;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3gic6o");
  src: url("../fonts/icomoon.eot?3gic6o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3gic6o") format("truetype"), url("../fonts/icomoon.woff?3gic6o") format("woff"), url("../fonts/icomoon.svg?3gic6o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow3:before {
  content: "\e920";
  color: #fff;
}

.icon-arrow03:before {
  content: "\e91f";
  color: #d8284c;
}

.icon-pdf02:before {
  content: "\e91e";
  color: #fff;
}

.icon-blank02:before {
  content: "\e91d";
  color: #fff;
}

.icon-mail03:before {
  content: "\e91c";
  color: #262e72;
}

.icon-arrow_l:before {
  content: "\e91b";
  color: #262e72;
}

.icon-x:before {
  content: "\e917";
}

.icon-attention:before {
  content: "\e918";
  color: #262e72;
}

.icon-rules:before {
  content: "\e919";
  color: #262e72;
}

.icon-faq:before {
  content: "\e91a";
  color: #262e72;
}

.icon-info:before {
  content: "\e916";
  color: #7b7b7b;
}

.icon-arrow2:before {
  content: "\e900";
}

.icon-mail02:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-mailmaga:before {
  content: "\e903";
}

.icon-blank:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-sitemap:before {
  content: "\e906";
}

.icon-tel:before {
  content: "\e907";
}

.icon-subnavi:before {
  content: "\e908";
}

.icon-earth-globe:before {
  content: "\e909";
}

.icon-pinch:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-link_down:before {
  content: "\e90c";
}

.icon-link:before {
  content: "\e90d";
}

.icon-pdf:before {
  content: "\e90e";
  color: #fff;
}

.icon-arrow:before {
  content: "\e90f";
}

.icon-zoom:before {
  content: "\e910";
}

.icon-arrow_left:before {
  content: "\e911";
}

.icon-website:before {
  content: "\e912";
}

.icon-new:before {
  content: "\e913";
}

.icon-campers:before {
  content: "\e914";
}

.icon-tiktok:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook-square:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-download:before {
  content: "\f019";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.news_detail_thumb {
  margin-top: 30px;
  text-align: center;
}

.news_detail_head {
  padding-bottom: 10px;
  border-bottom: 1px solid #8488a5;
  color: #fff;
}
.news_detail_head .detail {
  position: relative;
  width: 100%;
}
.news_detail_head .detail .info {
  display: flex;
  align-items: center;
  font-size: clamp(1.3rem, 3.25vw, 1.6rem);
  margin-bottom: 2px;
}
.news_detail_head .detail .info .new {
  margin-right: 10px;
}
.news_detail_head .detail .info .date {
  display: block;
  position: relative;
  margin-right: 10px;
  font-family: "RSR2026font", sans-serif;
  letter-spacing: -0.02em;
  font-size: clamp(1.4rem, 3.5vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .news_detail_head .detail .info .date {
    font-size: 1.4rem;
  }
}
.news_detail_head .detail .info .date:before {
  content: "";
  width: 1px;
  height: 1.2rem;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
  background: #08104a;
}
@media print, screen and (min-width: 768px) {
  .news_detail_head .detail .info .date:before {
    height: 1.4rem;
  }
}
.news_detail_head .detail .info .category {
  position: relative;
  top: -1px;
  line-height: 1;
  background: #fff;
  color: #08104a;
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  border-radius: 1000px;
  padding: 3px 8px;
}
.news_detail_back {
  margin-top: 30px;
  width: clamp(20rem, 50vw, 24rem);
  margin-inline: auto;
}

.news_detail_back_btn {
  display: flex;
  justify-content: center;
  text-align: center;
}
.news_detail_back_btn a {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: clamp(4.6rem, 11.5vw, 5.1rem);
  padding: 17px clamp(4.2rem, 10.5vw, 4.5rem) 17px clamp(1.6rem, 4vw, 2.4rem);
  border: 1px solid #08104a;
  background: repeating-linear-gradient(135deg, #b5bbc9 0%, #e4e3f1 18%, #f8e8e2 25%, #fff2ee 28%, #b5bbc9 50%);
  border-radius: 6px;
  color: #08104a;
  line-height: 1.3;
  font-weight: bold;
  transition: 0.3s ease;
  box-shadow: 2px 2px #08104a;
}
@media print, screen and (min-width: 920px) {
  .news_detail_back_btn a:hover {
    opacity: 0.6;
  }
}
.news_detail_back_btn a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: #08104a;
  right: clamp(1.3rem, 3.25vw, 2rem);
  transform: translateY(-50%);
  font-size: clamp(0.9rem, 2.25vw, 1rem);
  color: #fff;
}
.news_detail_back_btn a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #08104a;
  border-radius: 4px;
}

.page_detail_main {
  background: #fff;
}
.page_detail_main:not(.cke_editable) {
  margin-top: clamp(2rem, 5vw, 2.8rem);
  padding: clamp(1.5rem, 3.75vw, 2rem);
  border-radius: 7px;
}
.page_detail_main a {
  position: relative;
  color: #5872ff;
  text-decoration: underline;
}
.page_detail_main a[target=_blank]:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  content: "\e91d";
  color: #5872ff;
  margin-left: 4px;
  margin-right: 1px;
}
@media print, screen and (min-width: 920px) {
  .page_detail_main a:hover {
    text-decoration: none;
  }
}
.page_detail_main h2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding-bottom: clamp(1.2rem, 3.5vw, 2rem);
  margin-bottom: 30px;
  background: url(../img/common/parts_h2_bottom_line_b.svg) no-repeat bottom center;
  background-size: 100% auto;
}
.page_detail_main h2 span {
  font-size: clamp(1.3rem, 3.25vw, 1.8rem);
}
.page_detail_main h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page_detail_main h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page_detail_main ul {
  list-style: none;
  margin-top: 30px;
}
.page_detail_main ul li {
  position: relative;
  padding-left: 20px;
}
.page_detail_main ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(0.5rem, 1.25vw, 0.6rem);
  width: clamp(1.2rem, 3vw, 1.3rem);
  height: clamp(1.2rem, 3vw, 1.3rem);
  background: url(../img/common/list_dot.svg) no-repeat 0 0;
  background-size: contain;
}
.page_detail_main ul li + li {
  margin-top: 14px;
}
.page_detail_main ul li::marker {
  display: none;
}
.page_detail_main ol {
  margin-top: 30px;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
}
.page_detail_main ol > li {
  position: relative;
  padding-left: 22px;
}
.page_detail_main ol > li + li {
  margin-top: 14px;
}
.page_detail_main ol > li:before {
  counter-increment: li;
  content: counter(li);
  display: block;
  position: absolute;
  font-weight: bold;
  width: 16px;
  height: 20px;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #08104a;
  top: 2px;
  left: 0px;
}
@media print, screen and (min-width: 600px) {
  .page_detail_main ol > li:before {
    top: 6px;
  }
}
.page_detail_main ol > li::marker {
  content: "";
}
.page_detail_main .emphasis,
.page_detail_main .emphasis_red {
  margin-top: 30px;
  background-color: #f3f4f7;
  border-radius: 6px;
  padding: clamp(2.4rem, 6vw, 3.2rem);
}
.page_detail_main .emphasis > *:first-child,
.page_detail_main .emphasis_red > *:first-child {
  margin-top: 0;
}
.page_detail_main .emphasis_red {
  background: #ffe2e2;
}
.page_detail_main a.modal_img.img_link {
  display: inline-block;
  position: relative;
}
.page_detail_main a.modal_img.img_link img {
  position: relative;
  z-index: 1;
}
.page_detail_main a.modal_img.img_link:before {
  right: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  background: url(../img/common/ico_zoom.png) center center no-repeat;
  background-size: contain;
  z-index: 2;
}
.page_detail_main table {
  width: 100%;
  min-height: 120px;
  border-collapse: collapse;
  margin-top: 30px;
}
.page_detail_main table th,
.page_detail_main table td {
  padding: 8px;
  border: 1px solid #e5e5e5;
}
.page_detail_main table thead th {
  font-weight: normal;
  color: #fff;
  background-color: #08104a;
}
.page_detail_main table tbody th {
  font-weight: normal;
  background-color: #f3f4f7;
}

.news_img_area {
  margin-top: 30px;
  text-align: center;
}
.news_img_area figure {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.news_img_area figure img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .news_img_area.column2, .news_img_area.column3 {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .news_img_area.column2 figure, .news_img_area.column3 figure {
    padding: 0 10px;
  }
  .news_img_area.column2 figure {
    width: 50%;
  }
  .news_img_area.column2 figure:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .news_img_area.column3 figure {
    width: 33.3333%;
  }
  .news_img_area.column3 figure:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
.news_table_area table {
  width: 100%;
  min-height: 120px;
  border-collapse: collapse;
}
.news_table_area table th,
.news_table_area table td {
  padding: 8px;
  border: 1px solid #e5e5e5;
}
.news_table_area table thead th {
  font-weight: normal;
  background-color: #08104a;
}
.news_table_area table tbody th {
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.3);
}

.scroll-hint-text {
  line-height: 1;
}

.news_youtube_area {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%;
}

.page_detail_wrap .news_youtube_area:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.page_detail_wrap .news_youtube_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}

.twitter-tweet iframe,
.instagram-media {
  width: 100% !important;
  min-width: inherit !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.toggle_box {
  overflow: hidden;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .toggle_box {
    margin-top: 20px;
  }
}
.toggle_box.is_active .toggle_box_title .toggle_box_title_in:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.toggle_box .toggle_box_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 12px 50px 12px 15px;
  border: 1px solid #dedede;
  background: #f7f6f5;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .toggle_box .toggle_box_title {
    font-size: 1.8rem;
    padding: 25px 85px 25px 30px;
  }
}
.toggle_box .toggle_box_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  background: #fff;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
  .toggle_box .toggle_box_title:before {
    width: 36px;
    height: 36px;
    right: 25px;
  }
}
.toggle_box .toggle_box_title .toggle_box_title_in {
  position: relative;
}
.toggle_box .toggle_box_title .toggle_box_title_in:before, .toggle_box .toggle_box_title .toggle_box_title_in:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  display: block;
  width: 13px;
  height: 1px;
  background: #7b7b7b;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .toggle_box .toggle_box_title .toggle_box_title_in:before, .toggle_box .toggle_box_title .toggle_box_title_in:after {
    right: -55px;
  }
}
.toggle_box .toggle_box_title .toggle_box_title_in:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.toggle_box .toggle_box_text {
  position: relative;
  display: none;
  border: 1px solid #dedede;
  border-top: 0;
}
.toggle_box .toggle_box_text .toggle_box_text_in {
  background: #fff;
  padding: 20px;
}
.toggle_box .toggle_box_text .toggle_box_text_in .faq_a {
  display: none;
}
.toggle_box.open_box .toggle_box_text {
  display: block;
}
.toggle_box.faq_box .toggle_box_title {
  padding-left: 40px;
}
@media print, screen and (min-width: 768px) {
  .toggle_box.faq_box .toggle_box_title {
    padding-left: 65px;
  }
}

.toggle_box.opened .toggle_box_ico {
  transform: rotate(45deg);
}

/*---------- FAQ -------------*/
.faq_q {
  position: absolute;
  display: inline-block;
  left: -28px;
  top: -7px;
  font-family: "STIX Two Text", serif;
  font-size: 2.6rem;
  font-style: oblique;
  color: #ff4d5e;
}
@media print, screen and (min-width: 768px) {
  .faq_q {
    left: -37px;
    top: -8px;
    font-size: 3.2rem;
  }
}

/*---------- rules(注意事項) -------------*/
.rules_list {
  margin-top: 40px;
}

html[dir=ltr] {
  font-size: 62.5%;
}
html[dir=ltr] body {
  margin: 50px 25px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.9;
}
html[dir=ltr] .toggle_box .toggle_box_text {
  display: block;
}