@charset "UTF-8";
.main-visual {
  background-color: #f6f6f6;
  overflow: hidden;
}
.main-visual .main-visual_slider {
  padding-bottom: 28px;
  position: relative;
}
.main-visual .main-visual_slider .main-visual_slider_container {
  max-width: 1120px;
  margin: 0 auto;
}
.main-visual .main-visual_slider .main-visual_slider_pagination {
  bottom: 0;
}
.main-visual
  .main-visual_slider
  .main-visual_slider_pagination
  .swiper-pagination-bullet {
  background-color: #999;
  height: 8px;
  opacity: 1;
  width: 8px;
}
.main-visual
  .main-visual_slider
  .main-visual_slider_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.main-visual .main-visual_logos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 154px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual_logos {
    height: 115px;
  }
}
.main-visual
  .main-visual_logos
  .main-visual_logos_container
  .main-visual_logos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.main-visual
  .main-visual_logos
  .main-visual_logos_container
  .main-visual_logos_wrapper
  li {
  margin-right: 80px;
}
.main-visual
  .main-visual_logos
  .main-visual_logos_container
  .main-visual_logos_wrapper
  li
  img {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .main-visual
    .main-visual_logos
    .main-visual_logos_container
    .main-visual_logos_wrapper
    li {
    height: 40px;
    margin-right: 40px;
  }
  .main-visual
    .main-visual_logos
    .main-visual_logos_container
    .main-visual_logos_wrapper
    li
    img {
    max-height: 100%;
  }
}
.main-visual .main-visual_logos .main-visual_logos-bg_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-visual
  .main-visual_logos
  .main-visual_logos-bg_container
  .main-visual_logos-bg_wrapper
  li {
  margin-right: 80px;
}
.main-visual
  .main-visual_logos
  .main-visual_logos-bg_container
  .main-visual_logos-bg_wrapper
  li
  svg {
  fill: #fff;
  width: 478px;
}
@media screen and (max-width: 767px) {
  .main-visual
    .main-visual_logos
    .main-visual_logos-bg_container
    .main-visual_logos-bg_wrapper
    li {
    margin-right: 40px;
  }
  .main-visual
    .main-visual_logos
    .main-visual_logos-bg_container
    .main-visual_logos-bg_wrapper
    li
    svg {
    width: 358px;
  }
}
.widthdrawal-list {
  background-color: #555;
  margin-top: 20px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .widthdrawal-list {
    padding: 20px 15px;
  }
}
.widthdrawal-list .widthdrawal-list_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-align: left;
}
.widthdrawal-list .widthdrawal-list_title > span:nth-child(1) {
  border-right: 20px solid #ffd802;
  font-size: 2.4rem;
  margin-right: 10px;
  padding-right: 10px;
  text-align: right;
}
.widthdrawal-list .widthdrawal-list_title > span:nth-child(2) {
  font-size: 1.8rem;
}
.widthdrawal-list .widthdrawal-list_title > span > b {
  display: block;
  font-size: 1.1rem;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .widthdrawal-list .widthdrawal-list_title > span:nth-child(1) {
    border-right-width: 16px;
    font-size: 2rem;
    margin-right: 8px;
    padding-right: 8px;
  }
  .widthdrawal-list .widthdrawal-list_title > span:nth-child(2) {
    font-size: 1.4rem;
  }
  .widthdrawal-list .widthdrawal-list_title > span > b {
    font-size: 0.9rem;
    margin-top: 3px;
  }
}
.widthdrawal-list .widthdrawal-list_reel-wrap {
  background-color: #000;
  overflow: hidden;
  padding: 20px;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .widthdrawal-list .widthdrawal-list_reel-wrap {
    padding: 15px;
  }
}
.widthdrawal-list .widthdrawal-list_reel-wrap::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, transparent),
    color-stop(50%, #000)
  );
  background: -webkit-linear-gradient(left, transparent 50%, #000 50%);
  background: linear-gradient(90deg, transparent 50%, #000 50%);
  background-size: 2px auto;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .widthdrawal-list .widthdrawal-list_reel-wrap::before {
    opacity: 0.5;
  }
}
.widthdrawal-list .widthdrawal-list_reel {
  background-color: #000;
  color: #ff5800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .widthdrawal-list .widthdrawal-list_reel {
    font-size: 1.6rem;
  }
}
.widthdrawal-list .widthdrawal-list_reel > li {
  margin-right: 4em;
  white-space: nowrap;
}
.widthdrawal-list .widthdrawal-list_reel > li > span,
.widthdrawal-list .widthdrawal-list_reel > li > time {
  margin-left: 0.5em;
}
.widthdrawal-list .widthdrawal-list_reel .widthdrawal-list_name,
.widthdrawal-list .widthdrawal-list_reel .widthdrawal-list_price {
  text-transform: uppercase;
}
.widthdrawal-list .widthdrawal-list_reel .widthdrawal-list_finished {
  color: #0f0;
}
.top-notice .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-notice .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
}
.top-notice .top-notice_box {
  background-color: #f6f6f6;
  border-radius: 7px;
  min-height: 230px;
  padding: 48px 24px 36px;
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_box {
    min-height: 0;
    padding: 24px 15px 32px;
    width: auto;
  }
}
.top-notice .top-notice_box::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  right: 12px;
  top: -webkit-calc(50% + 16px);
  top: calc(50% + 16px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_box::before {
    height: 46px;
    width: 46px;
    left: 20px;
    right: auto;
    top: 12px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-notice .top-notice_box.--campaign::before {
  background-image: url(/common/img/icon-campaign.svg);
}
.top-notice .top-notice_box.--maintenance::before {
  background-image: url(/common/img/icon-maintenance.svg);
}
.top-notice .top-notice_title {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_title {
    font-size: 2em;
  }
}
.top-notice .top-notice_title::before {
  background-color: #ffd802;
  content: "";
  height: 4px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-notice .top-notice_list {
  line-height: 1.8;
  padding-right: 76px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_list {
    font-size: 1.1em;
    padding: 0;
  }
}
.top-notice .top-notice_list > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-bottom: 9px;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_list > li {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.top-notice .top-notice_list > li > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ffd802;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_list > li > span {
    width: 60px;
  }
}
.top-notice .top-notice_list > li > span img {
  max-height: 35px;
  max-width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_list > li > span img {
    max-height: 18px;
    max-width: 58px;
  }
}
.top-notice .top-notice_list > li > a {
  color: #363435;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.2em;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.top-notice .top-notice_none {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: -webkit-calc(50% + 16px);
  top: calc(50% + 16px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_none {
    font-size: 1.1em;
    margin-bottom: 10px;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.top-notice .top-notice_btn {
  font-size: 1.4rem;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_btn {
    font-size: 1rem;
  }
}
.top-notice .top-notice_btn > a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-linear-gradient(120deg, #ffd802 50%, transparent 50%);
  background: linear-gradient(-30deg, #ffd802 50%, transparent 50%);
  border-bottom-right-radius: 7px;
  color: #363435;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 18px 9px 0;
  text-decoration: none;
  width: 100px;
  position: relative;
}
.top-notice .top-notice_btn > a::before {
  border-right: 1px solid #363435;
  border-top: 1px solid #363435;
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  bottom: 14px;
  right: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_btn > a {
    height: 37px;
    padding: 0 12px 6px 0;
    width: 67px;
  }
  .top-notice .top-notice_btn > a::before {
    height: 4px;
    width: 4px;
    bottom: 9px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .top-notice .top-notice_btn {
    bottom: 3px;
    right: 3px;
  }
}
.top-voice {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.top-voice .top-voice_list {
  background-color: #fff;
  border-radius: 8px;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_list {
    padding: 20px;
  }
}
.top-voice .top-voice_list .top-voice_list_slider {
  padding-bottom: 28px;
  position: relative;
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_container {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
.top-voice .top-voice_list .top-voice_list_slider .top-voice_list_slider_slide {
  height: 100%;
  max-height: 740px;
  overflow-y: auto;
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_slide::-webkit-scrollbar {
  width: 10px;
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_slide::-webkit-scrollbar-track {
  background-color: #fff;
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_slide
  .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-voice
    .top-voice_list
    .top-voice_list_slider
    .top-voice_list_slider_slide {
    max-height: 550px;
    max-width: 100%;
    overflow: hidden;
  }
}
.top-voice .top-voice_list .top-voice_list_slider .swiper-button-next,
.top-voice .top-voice_list .top-voice_list_slider .swiper-button-prev {
  background-color: #ffd802;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.top-voice .top-voice_list .top-voice_list_slider .swiper-button-next::after,
.top-voice .top-voice_list .top-voice_list_slider .swiper-button-prev::after {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
.top-voice .top-voice_list .top-voice_list_slider .swiper-button-prev {
  left: -10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.top-voice .top-voice_list .top-voice_list_slider .swiper-button-next {
  right: -10px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .top-voice .top-voice_list .top-voice_list_slider .swiper-button-next,
  .top-voice .top-voice_list .top-voice_list_slider .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
  .top-voice .top-voice_list .top-voice_list_slider .swiper-button-next::after,
  .top-voice .top-voice_list .top-voice_list_slider .swiper-button-prev::after {
    font-size: 1.2rem;
  }
  .top-voice .top-voice_list .top-voice_list_slider .swiper-button-prev {
    left: -10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .top-voice .top-voice_list .top-voice_list_slider .swiper-button-next {
    right: -10px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_pagination {
  bottom: 0;
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_pagination
  .swiper-pagination-bullet {
  background-color: #999;
  height: 8px;
  opacity: 1;
  width: 8px;
}
.top-voice
  .top-voice_list
  .top-voice_list_slider
  .top-voice_list_slider_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.top-news .top-news_list > ul > li {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  padding: 20px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-news .top-news_list > ul > li {
    display: block;
    padding: 15px 5px;
  }
}
.top-news .top-news_list > ul > li > span {
  padding-left: 9px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .top-news .top-news_list > ul > li > span {
    color: #999;
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
    width: auto;
  }
}
.top-news .top-news_list > ul > li > a {
  color: #363435;
  display: block;
  padding-right: 30px;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news .top-news_list > ul > li > a {
    margin-right: -5px;
    padding-right: 15px;
    width: auto;
  }
}
.top-news .top-news_list > ul > li > a:after {
  border-right: 2px solid #363435;
  border-top: 2px solid #363435;
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  right: 5px;
  top: 49%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-news .top-news_list > ul > li > a > span {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#363435),
      to(#363435)
    )
    no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, #363435, #363435) no-repeat 0 100%;
  background: linear-gradient(0deg, #363435, #363435) no-repeat 0 100%;
  background-size: 0 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .top-news .top-news_list > ul > li > a:hover:after {
    right: 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  .top-news .top-news_list > ul > li > a:hover > span {
    background-size: 100% 1px;
  }
}
.concept_logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept_logo {
    margin-bottom: 20px;
  }
}
.about-summary .about-summary_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .about-summary .about-summary_box {
    padding: 40px 15px;
  }
}
.company {
  padding-bottom: 120px;
}
.company .company_logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company .company_logo {
    margin-bottom: 20px;
  }
}
.company p {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: left;
}
.company p:first-child {
  margin-top: 0;
}
.company p:last-child {
  margin-bottom: 0;
}
.company .company_lead {
  font-size: 2.08em;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company .company_lead {
    font-size: 1.76em;
    margin-top: 1em;
    text-align: left;
  }
}
.company .wp-block-table {
  overflow: visible;
  margin-top: 120px;
  padding: 200px 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .company .wp-block-table {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 60px;
    padding: 100px 15px;
  }
}
.company .wp-block-table::after {
  background-color: #eee;
  content: "";
  height: 100%;
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.company .wp-block-table::before {
  background-color: #fff;
  border-radius: 8px;
  content: "";
  max-width: 100%;
  width: 1200px;
  position: absolute;
  left: 50%;
  bottom: 120px;
  top: 120px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 1260px) {
  .company .wp-block-table::before {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .company .wp-block-table::before {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    bottom: 60px;
    top: 60px;
  }
}
.company .wp-block-table table {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .company .wp-block-table table {
    margin-left: 30px;
    margin-right: 30px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .company .wp-block-table table {
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.company h2 {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 60px;
  padding-bottom: 20px;
  padding-top: 60px;
  text-align: center;
  position: relative;
}
.company h2:first-child {
  padding-top: 0;
}
.company h2:last-child {
  margin-bottom: 0;
}
.company h2::before {
  background-color: #ffd802;
  content: "";
  height: 4px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .company h2 h2 {
    font-size: 2.4em;
    margin-bottom: 40px;
    padding-bottom: 15px;
    padding-top: 40px;
  }
  .company h2 h2::before {
    height: 2px;
    width: 25px;
  }
}
.information .information_categories {
  background-color: #eee;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
}
.information .information_categories .information_categories_title {
  font-size: 1.8em;
}
.information .information_categories > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.information .information_categories > ul > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.information .information_tag {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #363435;
  border-radius: 150px;
  color: #363435;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  overflow: hidden;
  padding: 8px 20px 7px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .information .information_tag {
    font-size: 1.3rem;
    padding: 6px 10px 5px;
  }
}
.information a.information_tag:before {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 120%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skew(-15deg) translateY(0);
  -ms-transform: skew(-15deg) translateY(0);
  transform: skew(-15deg) translateY(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.information a.information_tag.is-active {
  background-color: #363435;
  color: #fff;
}
.information a.information_tag.is-active:before {
  -webkit-transform: skew(-15deg) translateY(0) scaleX(0);
  -ms-transform: skew(-15deg) translateY(0) scaleX(0);
  transform: skew(-15deg) translateY(0) scaleX(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
@media screen and (min-width: 768px) {
  .information a.information_tag:hover {
    background-color: #363435;
    color: #fff;
  }
  .information a.information_tag:hover:before {
    -webkit-transform: skew(-15deg) translateY(0) scaleX(0);
    -ms-transform: skew(-15deg) translateY(0) scaleX(0);
    transform: skew(-15deg) translateY(0) scaleX(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
  }
}
.information .information_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .information .information_list > ul {
    display: block;
  }
}
.information .information_list > ul > li {
  margin-bottom: 3.5%;
  margin-right: 3.5%;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .information .information_list > ul > li {
    width: 100%;
  }
}
.information .information_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.information .information_list > ul > li a {
  background-color: #eee;
  border-radius: 10px;
  color: #363435;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information .information_list > ul > li a > figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 228px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.information .information_list > ul > li a > figure img {
  max-width: 100%;
}
.information .information_list > ul > li .information_list_text {
  min-height: 130px;
  padding: 1em;
  text-align: left;
}
.information .information_list > ul > li .information_list_text p {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .information .information_list > ul > li .information_list_text {
    min-height: 0;
  }
  .information .information_list > ul > li .information_list_text p {
    margin-top: 5px;
  }
}
.information-parts .information-parts_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .information-parts .information-parts_box {
    display: block;
  }
}
.information-parts .information-parts_box .information-parts_box_list {
  background-color: #fff;
  border-radius: 10px;
  max-width: 560px;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .information-parts .information-parts_box .information-parts_box_list {
    max-width: initial;
    padding: 15px;
  }
  .information-parts
    .information-parts_box
    .information-parts_box_list:nth-child(2) {
    margin-top: 20px;
  }
  .information-parts
    .information-parts_box
    .information-parts_box_list
    .m-news
    > ul
    > li:first-child {
    padding-top: 0;
  }
}
.information-detail .wp-block-image,
.information-detail blockquote,
.information-detail dl,
.information-detail figure,
.information-detail ol,
.information-detail p:not(.m-btn),
.information-detail table,
.information-detail ul {
  line-height: 1.5;
  margin-bottom: 30px;
}
.information-detail .wp-block-image:last-child,
.information-detail blockquote:last-child,
.information-detail dl:last-child,
.information-detail figure:last-child,
.information-detail ol:last-child,
.information-detail p:not(.m-btn):last-child,
.information-detail table:last-child,
.information-detail ul:last-child {
  margin-bottom: 0;
}
.information-detail .wp-block-image a,
.information-detail blockquote a,
.information-detail dl a,
.information-detail figure a,
.information-detail ol a,
.information-detail p:not(.m-btn) a,
.information-detail table a,
.information-detail ul a {
  text-decoration: underline;
}
.information-detail h1,
.information-detail h2,
.information-detail h3,
.information-detail h4,
.information-detail h5,
.information-detail h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 100px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-detail h1,
  .information-detail h2,
  .information-detail h3,
  .information-detail h4,
  .information-detail h5,
  .information-detail h6 {
    margin-top: 60px;
  }
}
.information-detail h1:first-child,
.information-detail h2:first-child,
.information-detail h3:first-child,
.information-detail h4:first-child,
.information-detail h5:first-child,
.information-detail h6:first-child {
  margin-top: 0;
}
.information-detail h1 {
  border-bottom: 4px solid #ffd802;
  border-top: 4px solid #ffd802;
  display: block;
  font-size: 32px;
  padding: 0.7em 0.3em;
}
@media screen and (max-width: 767px) {
  .information-detail h1 {
    border-bottom-width: 3px;
    border-top-width: 3px;
    font-size: 2.4em;
  }
}
.information-detail h2 {
  border-bottom: 3px solid rgba(255, 216, 2, 0.3);
  font-size: 26px;
  padding-bottom: 0.5em;
  position: relative;
}
.information-detail h2:before {
  background-color: #ffd802;
  content: "";
  height: 3px;
  width: 120px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .information-detail h2 {
    font-size: 22px;
  }
  .information-detail h2:before {
    width: 80px;
  }
}
.information-detail h3 {
  font-size: 24px;
  padding-left: 18px;
  position: relative;
}
.information-detail h3::before {
  background-color: #ffd802;
  content: "";
  height: 90%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .information-detail h3 {
    font-size: 22px;
  }
}
.information-detail h4,
.information-detail h5,
.information-detail h6 {
  font-size: 20px;
  margin-top: 70px;
  padding-left: 35px;
}
.information-detail h4::before,
.information-detail h5::before,
.information-detail h6::before {
  background-color: #ffd802;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .information-detail h4,
  .information-detail h5,
  .information-detail h6 {
    font-size: 20px;
    margin-top: 50px;
    padding-left: 28px;
  }
  .information-detail h4::before,
  .information-detail h5::before,
  .information-detail h6::before {
    height: 15px;
    width: 15px;
  }
}
.information-detail h5 {
  font-size: 16px;
  padding-left: 28px;
}
.information-detail h5::before {
  height: 15px;
  width: 15px;
}
.information-detail h6 {
  font-size: 14px;
  padding-left: 24px;
}
.information-detail h6::before {
  height: 13px;
  width: 13px;
  top: 1px;
}
.information-detail ol.block-editor-block-list__block,
.information-detail ol:not([class]),
.information-detail ol[class*="wp-block-list"] {
  border: 1px solid #ffd802;
  counter-reset: li;
  font-weight: 700;
  list-style: none;
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 8px 20px 20px;
  position: relative;
}
.information-detail ol.block-editor-block-list__block > li,
.information-detail ol:not([class]) > li,
.information-detail ol[class*="wp-block-list"] > li {
  position: relative;
  margin: 12px 20px 0 34px;
  padding: 0;
  line-height: 1.5;
}
.information-detail ol.block-editor-block-list__block > li:before,
.information-detail ol:not([class]) > li:before,
.information-detail ol[class*="wp-block-list"] > li:before {
  position: absolute;
  font-weight: 700;
  counter-increment: li;
  content: counter(li) "";
  left: -34px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1;
  background: #ffd802;
  padding: 6px 0;
}
.information-detail ol.block-editor-block-list__block.opt-strong > li,
.information-detail ol:not([class]).opt-strong > li,
.information-detail ol[class*="wp-block-list"].opt-strong > li {
  font-weight: 700;
}
.information-detail ul.block-editor-block-list__block,
.information-detail ul:not([class]),
.information-detail ul[class*="wp-block-list"] {
  border: 1px solid #ffd802;
  margin-bottom: 2em;
  margin-top: 2em;
  padding: 20px;
}
.information-detail ul.block-editor-block-list__block > li,
.information-detail ul:not([class]) > li,
.information-detail ul[class*="wp-block-list"] > li {
  line-height: 1.35;
  margin-top: 0.5em;
  padding-left: 24px;
  position: relative;
}
.information-detail ul.block-editor-block-list__block > li:first-child,
.information-detail ul:not([class]) > li:first-child,
.information-detail ul[class*="wp-block-list"] > li:first-child {
  margin-top: 0;
}
.information-detail ul.block-editor-block-list__block > li::before,
.information-detail ul:not([class]) > li::before,
.information-detail ul[class*="wp-block-list"] > li::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffd802;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "✓";
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  height: 18px;
  line-height: 1;
  padding: 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.information-detail .memo > ul {
  background-color: #fff3b3;
  border-radius: 8px;
  margin-top: -webkit-calc(2em + 40px);
  margin-top: calc(2em + 40px);
  padding: 20px 20px 20px;
  position: relative;
  z-index: 0;
}
.information-detail .memo > ul::before {
  background: url(../common/img/icon-memo.svg) no-repeat 35px 10px;
  background-color: #fff3b3;
  background-size: 30px;
  border-radius: 8px;
  content: "MEMO";
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 40px;
  padding: 10px 40px 30px 70px;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
}
.information-detail .memo > ul > li {
  line-height: 1.875;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.information-detail .memo > ul > li:before {
  content: "・";
}
.information-detail .border_box {
  border: 1px solid;
  padding: 20px;
  margin: 2em 0;
}
.information-detail .table-scroll {
  margin-top: 40px;
  width: 100%;
}
.information-detail .table-scroll .table-scroll_inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.information-detail .table-scroll .table-scroll_of_scroll {
  display: table;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  pointer-events: none;
  text-align: left;
  position: relative;
}
.information-detail .table-scroll.--right table {
  margin-left: auto;
}
.information-detail .table-scroll.--center table {
  margin-left: auto;
  margin-right: auto;
}
.information-detail .table-scroll table {
  border-collapse: collapse;
  width: auto;
}
.information-detail .table-scroll table tbody td,
.information-detail .table-scroll table tbody th {
  text-align: center;
}
.information-detail table {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  --thead-bg-color: #ffd802;
  --thead-text-color: #363435;
  --tbody-title-bg-color: #fff1a1;
  --tbody-title-text-color: #363435;
  --tbody-title-link-color: #4c5cf6;
  --tbody-text-bg-color: #fff;
  --tbody-text-text-color: #363435;
}
.information-detail table .logo-name {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.information-detail table td,
.information-detail table th {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  font-size: 16px;
  padding: 1em;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
}
.information-detail table th {
  background-color: var(--thead-bg-color);
  color: var(--thead-text-color);
  font-weight: 700;
}
.information-detail table th.--thin {
  background-color: var(--tbody-title-bg-color);
  color: var(--tbody-title-text-color);
}
.information-detail table th.--thin a {
  color: var(--tbody-title-link-color);
}
.information-detail table td {
  background-color: var(--tbody-text-bg-color);
  color: var(--tbody-text-text-color);
}
.information-detail table td.--excellent,
.information-detail table td.--good,
.information-detail table td.--poor,
.information-detail table td.--slightly-bad {
  padding-top: 1.3em;
  text-align: center;
  position: relative;
  z-index: 0;
}
.information-detail table td.--excellent::before,
.information-detail table td.--good::before,
.information-detail table td.--poor::before,
.information-detail table td.--slightly-bad::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--tbody-rate-size);
  font-weight: var(--tbody-rate-weight);
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.information-detail table td.--excellent::before {
  color: #8effd0;
  content: "◎";
}
.information-detail table td.--good::before {
  color: #8effd0;
  content: "〇";
}
.information-detail table td.--slightly-bad::before {
  color: #ffc4c4;
  content: "△";
}
.information-detail table td.--poor::before {
  color: #ffc4c4;
  content: "×";
}
@media screen and (max-width: 767px) {
  .information-detail table td,
  .information-detail table th {
    font-size: 14px;
  }
  .information-detail table th {
    width: 30% !important;
  }
  .information-detail table td {
    width: 70% !important;
  }
  .information-detail table td:nth-child(1) {
    width: 30% !important;
  }
}
.information-detail blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  padding: 20px 20px 20px 60px;
  position: relative;
}
.information-detail blockquote cite {
  color: #999;
  font-size: 10px;
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .information-detail blockquote cite {
    font-size: 8px;
    margin-top: 20px;
  }
}
.information-detail blockquote .wp-block-image:first-child,
.information-detail blockquote blockquote:first-child,
.information-detail blockquote dl:first-child,
.information-detail blockquote figure:first-child,
.information-detail blockquote ol:first-child,
.information-detail blockquote p:not(.m-btn):first-child,
.information-detail blockquote table:first-child,
.information-detail blockquote ul:first-child {
  margin-top: 0;
}
.information-detail .is-style-light,
.information-detail .is-style-star,
.information-detail .is-style-thumbs-down,
.information-detail .is-style-thumbs-up,
.information-detail .is-style-warning {
  border-radius: 3px;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 20px 20px 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-detail .is-style-light,
  .information-detail .is-style-star,
  .information-detail .is-style-thumbs-down,
  .information-detail .is-style-thumbs-up,
  .information-detail .is-style-warning {
    padding: 15px 15px 15px 70px;
  }
}
.information-detail .is-style-light::before,
.information-detail .is-style-star::before,
.information-detail .is-style-thumbs-down::before,
.information-detail .is-style-thumbs-up::before,
.information-detail .is-style-warning::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dashed #ffd802;
  color: #ffd802;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Material Icons";
  font-size: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .information-detail .is-style-light::before,
  .information-detail .is-style-star::before,
  .information-detail .is-style-thumbs-down::before,
  .information-detail .is-style-thumbs-up::before,
  .information-detail .is-style-warning::before {
    width: 50px;
    bottom: 15px;
    top: 15px;
  }
}
.information-detail .is-style-warning {
  background-color: #fef9df;
}
.information-detail .is-style-warning::before {
  content: "\e002";
}
.information-detail .is-style-light {
  background-color: #fef9df;
}
.information-detail .is-style-light::before {
  content: "\e0f0";
}
.information-detail .is-style-star {
  background-color: #fef9df;
}
.information-detail .is-style-star::before {
  content: "\e838";
}
.information-detail .is-style-thumbs-up {
  background-color: #eef0fa;
}
.information-detail .is-style-thumbs-up::before {
  border-right-color: #4c5cf6;
  color: #4c5cf6;
  content: "\e817";
}
.information-detail .is-style-thumbs-down {
  background-color: #fef0f2;
}
.information-detail .is-style-thumbs-down::before {
  border-right-color: #f13d54;
  color: #f13d54;
  content: "\e816";
}
.information-detail .title-box {
  margin: 60px 15px 40px;
  position: relative;
}
.information-detail .title-box.is-style-blue .title-box_title {
  background-color: #4c5cf6;
}
.information-detail .title-box.is-style-blue .title-box_text {
  background-color: rgba(76, 92, 246, 0.1);
  border-color: #4c5cf6;
}
.information-detail .title-box.is-style-red .title-box_title {
  background-color: #f13d54;
}
.information-detail .title-box.is-style-red .title-box_text {
  background-color: rgba(241, 61, 84, 0.1);
  border-color: #f13d54;
}
.information-detail .title-box.is-style-green .title-box_title {
  background-color: #1bb415;
}
.information-detail .title-box.is-style-green .title-box_text {
  background-color: rgba(27, 180, 21, 0.1);
  border-color: #1bb415;
}
.information-detail .title-box .title-box_title {
  background-color: #ffd802;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0.3em 0.7em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.information-detail .title-box .title-box_text {
  background-color: rgba(255, 216, 2, 0.1);
  border: 2px solid #ffd802;
  border-radius: 8px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 20px 15px;
}
.information-detail .title-box .title-box_text ul {
  background: 0 0;
  border: none;
  border-radius: 0;
  padding: 0;
}
.information-detail .title-box .title-box_text ol {
  border: 0;
  border-radius: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .information-detail .title-box {
    margin: 60px 10px 40px;
  }
  .information-detail .title-box .title-box_title {
    font-size: 16px;
  }
  .information-detail .title-box .title-box_text {
    border-width: 1px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 15px 10px;
  }
}
.information-detail .long-title-box {
  margin: 60px 0 40px;
  position: relative;
}
.information-detail .long-title-box.is-style-blue .long-title-box_title {
  background-color: #4c5cf6;
}
.information-detail .long-title-box.is-style-blue .long-title-box_text {
  background-color: rgba(76, 92, 246, 0.1);
  border-color: #4c5cf6;
}
.information-detail .long-title-box.is-style-red .long-title-box_title {
  background-color: #f13d54;
}
.information-detail .long-title-box.is-style-red .long-title-box_text {
  background-color: rgba(241, 61, 84, 0.1);
  border-color: #f13d54;
}
.information-detail .long-title-box.is-style-green .long-title-box_title {
  background-color: #1bb415;
}
.information-detail .long-title-box.is-style-green .long-title-box_text {
  background-color: rgba(27, 180, 21, 0.1);
  border-color: #1bb415;
}
.information-detail .long-title-box .long-title-box_title {
  background-color: #ffd802;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding: 0.5em 0.5em 0.3em;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.information-detail .long-title-box .long-title-box_text {
  background-color: #fff;
  border: 2px solid #ffd802;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px;
}
.information-detail .long-title-box .long-title-box_text ul {
  background: 0 0;
  border-radius: 0;
  padding: 0;
}
.information-detail .long-title-box .long-title-box_text ol {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .information-detail .long-title-box {
    margin: 60px 10px 40px;
  }
  .information-detail .long-title-box .long-title-box_title {
    font-size: 16px;
  }
  .information-detail .long-title-box .long-title-box_text {
    border-width: 1px;
    padding: 15px;
  }
}
.information-detail [data-type="acf/supervisor-block"] .acf-block-component {
  min-height: 50px;
}
.information-detail
  [data-type="acf/supervisor-block"]
  .acf-block-component::before {
  content: "監修者情報ブロックを設定する";
  font-size: 13px;
  line-height: 1.3;
}
.information-detail .supervisor .supervisor_list .supervisor-block::before {
  content: none;
}
.information-detail .supervisor-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #ffd802;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  padding: 20px;
  position: relative;
}
.information-detail .supervisor-block::before {
  background-color: #ffd802;
  -webkit-box-shadow: 0 0 0 1px #ffd802 inset, 0 0 0 3px #fff inset;
  box-shadow: 0 0 0 1px #ffd802 inset, 0 0 0 3px #fff inset;
  color: #000;
  content: "この記事の監修者";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 15px 8px;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.information-detail .supervisor-block:first-child {
  margin-top: 0;
}
.information-detail .supervisor-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .information-detail .supervisor-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    padding: 20px 15px;
  }
}
.information-detail .supervisor-block .supervisor-block_img {
  overflow: hidden;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .information-detail .supervisor-block .supervisor-block_img {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
  }
}
.information-detail .supervisor-block .supervisor-block_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.information-detail .supervisor-block .supervisor-block_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.information-detail .supervisor-block .supervisor-block_job {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .information-detail .supervisor-block .supervisor-block_job {
    margin-bottom: 10px !important;
  }
}
.information-detail .supervisor-block .supervisor-block_name {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 20px !important;
}
.information-detail .supervisor-block .supervisor-block_text p {
  line-height: 1.75;
  margin-bottom: 1em !important;
}
.information-detail .supervisor-block .supervisor-block_text p:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .information-detail .supervisor-block .supervisor-block_text p {
    line-height: 1.5;
  }
}
.information-detail .block-blogcard {
  border: 1px solid #666;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  overflow: visible;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.information-detail .block-blogcard:active {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .information-detail .block-blogcard:hover {
    opacity: 0.7;
  }
}
.information-detail .block-blogcard .block-blogcard-uppertext {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 0.1em 0.5em;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.information-detail .block-blogcard a {
  color: inherit;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .information-detail .block-blogcard a:hover {
    opacity: 0.7;
  }
}
.information-detail .block-blogcard .block-blogcard-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px !important;
  width: 100%;
}
.information-detail .block-blogcard .block-blogcard-featured-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 170px;
}
.information-detail .block-blogcard .block-blogcard-excerpt {
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
}
.information-detail .block-blogcard .block-blogcard-excerpt .addthis_tool {
  margin: 0;
}
.information-detail .block-blogcard .block-blogcard-excerpt p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .information-detail .block-blogcard {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 20px 15px 10px;
  }
  .information-detail .block-blogcard .block-blogcard-uppertext {
    font-size: 12px;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .information-detail .block-blogcard .block-blogcard-heading {
    font-size: 14px;
    margin-bottom: 0;
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
  }
  .information-detail .block-blogcard .block-blogcard-featured-image {
    width: 110px;
  }
  .information-detail .block-blogcard .block-blogcard-excerpt {
    display: none;
  }
}
.information-detail ol.is-style-vk-check-mark,
.information-detail ul.is-style-vk-check-mark {
  background: 0 0;
  border: none !important;
  border-radius: 0;
  padding: 0;
}
.information-detail ol.is-style-vk-check-mark li,
.information-detail ul.is-style-vk-check-mark li {
  padding-left: 1.5em;
  text-indent: 0;
}
.information-detail ol.is-style-vk-check-mark li::before,
.information-detail ul.is-style-vk-check-mark li::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .information-detail .wp-block-columns {
    margin-bottom: 40px;
  }
  .information-detail .wp-block-columns .wp-block-column .custom-btn-block,
  .information-detail .wp-block-columns .wp-block-column .long-title-box,
  .information-detail .wp-block-columns .wp-block-column .title-box {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .information-detail .wp-block-columns .wp-block-column .custom-btn-block {
    margin-top: 0;
  }
}
.information-detail .custom-btn-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 40px;
}
.information-detail .custom-btn-block .custom-btn-uppertext {
  display: table;
  font-size: var(--btn-upper-font-size);
  font-weight: var(--btn-upper-font-weight);
  margin-bottom: 1em;
  padding-left: 1.3em;
  padding-right: 1.3em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-detail .custom-btn-block .custom-btn-uppertext {
    font-size: -webkit-calc(var(--btn-upper-font-size) * 0.8);
    font-size: calc(var(--btn-upper-font-size) * 0.8);
  }
}
.information-detail .custom-btn-block .custom-btn {
  background-color: var(--btn-bg-color);
  border-radius: 9999px;
  color: var(--btn-text-color);
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  margin: 0 auto;
  max-width: var(--btn-width);
  padding: var(--btn-padding-top) var(--btn-padding-right)
    var(--btn-padding-bottom) var(--btn-padding-left);
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.information-detail .custom-btn-block .custom-btn::after {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  mix-blend-mode: overlay;
  content: "";
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-detail .custom-btn-block .custom-btn.--shadow {
  -webkit-box-shadow: -3px -3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: -3px -3px rgba(0, 0, 0, 0.3) inset;
}
.information-detail .custom-btn-block .custom-btn.--shadow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
@media screen and (min-width: 768px) {
  .information-detail .custom-btn-block .custom-btn:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .information-detail .custom-btn-block .custom-btn {
    font-size: -webkit-calc(var(--btn-font-size) * 0.85);
    font-size: calc(var(--btn-font-size) * 0.85);
    padding: -webkit-calc(var(--btn-padding-top) * 0.85) -webkit-calc(
        var(--btn-padding-right) * 0.85
      ) -webkit-calc(var(--btn-padding-bottom) * 0.85) -webkit-calc(var(
            --btn-padding-left
          ) * 0.85);
    padding: calc(var(--btn-padding-top) * 0.85)
      calc(var(--btn-padding-right) * 0.85)
      calc(var(--btn-padding-bottom) * 0.85)
      calc(var(--btn-padding-left) * 0.85);
  }
}
.information-detail .wp-block-details[open] {
  background-color: #f1f1f1;
  padding-bottom: 30px;
}
.information-detail .wp-block-details[open] summary::before {
  border-color: transparent transparent #666;
  border-width: 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .information-detail .wp-block-details[open] {
    padding-bottom: 20px;
  }
  .information-detail .wp-block-details[open] summary::before {
    border-width: 0 5px 5px;
  }
}
.information-detail .wp-block-details summary {
  background-color: #fff;
  border-bottom: 3px solid #ccc;
  border-top: 3px solid #ccc;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0.5em 30px 0.5em 0.3em;
  position: relative;
}
.information-detail .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.information-detail .wp-block-details summary::before {
  border-color: #666 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.information-detail .wp-block-details > :not(summary) {
  margin-left: 20px;
  margin-right: 20px;
}
.information-detail .wp-block-details > :not(summary):nth-child(2) {
  margin-top: 30px;
}
.information-detail .wp-block-details > :not(summary):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .information-detail .wp-block-details summary {
    border-bottom-width: 2px;
    border-top-width: 2px;
    font-size: 14px;
  }
  .information-detail .wp-block-details summary::before {
    border-width: 5px 5px 0;
  }
  .information-detail .wp-block-details > :not(summary) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .information-detail .wp-block-details > :not(summary):nth-child(2) {
    margin-top: 20px;
  }
  .information-detail .wp-block-details > :not(summary):last-child {
    margin-bottom: 0;
  }
}
.information-detail .information-detail_img {
  margin-bottom: 30px;
}
.information-detail .information-detail_post {
  text-align: left;
}
.information-detail .information-detail_post .at-above-post.addthis_tool {
  margin: 2em 0;
}
.information-detail .information-detail_share {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 20px;
}
.affiliate .affiliate_text {
  text-align: left;
}
.affiliate .affiliate_text .m-table,
.affiliate .affiliate_text blockquote,
.affiliate .affiliate_text dl,
.affiliate .affiliate_text figure,
.affiliate .affiliate_text ol,
.affiliate .affiliate_text p:not(.m-btn),
.affiliate .affiliate_text table,
.affiliate .affiliate_text ul {
  line-height: 1.5;
  margin-bottom: 2em;
}
.affiliate .affiliate_text .m-table:last-child,
.affiliate .affiliate_text blockquote:last-child,
.affiliate .affiliate_text dl:last-child,
.affiliate .affiliate_text figure:last-child,
.affiliate .affiliate_text ol:last-child,
.affiliate .affiliate_text p:not(.m-btn):last-child,
.affiliate .affiliate_text table:last-child,
.affiliate .affiliate_text ul:last-child {
  margin-bottom: 0;
}
.affiliate .affiliate_text .m-table a,
.affiliate .affiliate_text blockquote a,
.affiliate .affiliate_text dl a,
.affiliate .affiliate_text figure a,
.affiliate .affiliate_text ol a,
.affiliate .affiliate_text p:not(.m-btn) a,
.affiliate .affiliate_text table a,
.affiliate .affiliate_text ul a {
  text-decoration: underline;
}
.affiliate .affiliate_text h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: left;
  position: relative;
}
.affiliate .affiliate_text ol.m-ol > li {
  margin-bottom: 1em;
}
.affiliate .affiliate_text ol.m-ol > li:last-child {
  margin-bottom: 0;
}
.affiliate .affiliate_text .affiliate_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .affiliate .affiliate_text .affiliate_img {
    margin-bottom: 2em;
  }
}
.affiliate .affiliate_text .affiliate_img:last-child {
  margin-bottom: 0;
}
.affiliate .affiliate_fearture-list {
  margin-bottom: 40px;
}
.affiliate .affiliate_fearture-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.affiliate .affiliate_fearture-list > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
}
.affiliate .affiliate_fearture-list > ul > li > figure > span {
  display: block;
  height: 175px;
}
.affiliate .affiliate_fearture-list > ul > li > figure img {
  max-width: initial;
  height: 100%;
  width: auto;
}
.affiliate .affiliate_fearture-list > ul > li > figure figcaption {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .affiliate .affiliate_fearture-list > ul {
    display: block;
  }
  .affiliate .affiliate_fearture-list > ul > li {
    margin-bottom: 20px;
    padding: 0;
  }
  .affiliate .affiliate_fearture-list > ul > li:last-child {
    margin-bottom: 0;
  }
  .affiliate .affiliate_fearture-list > ul > li > figure > span {
    height: 125px;
  }
  .affiliate .affiliate_fearture-list > ul > li > figure figcaption {
    margin-top: 10px;
  }
}
.faq .faq_list .faq_list_box {
  margin-bottom: 70px;
  text-align: left;
}
.faq .faq_list .faq_list_box:last-child {
  margin-bottom: 0;
}
.faq .faq_list .faq_list_box .faq_list_box_text {
  line-height: 1.5;
  text-align: left;
}
.faq .faq_list .faq_list_box .faq_list_box_text .at-above-post.addthis_tool {
  margin: 2em 0;
}
.faq .faq_list .faq_list_box .faq_list_box_text blockquote,
.faq .faq_list .faq_list_box .faq_list_box_text dl,
.faq .faq_list .faq_list_box .faq_list_box_text figure,
.faq .faq_list .faq_list_box .faq_list_box_text ol,
.faq .faq_list .faq_list_box .faq_list_box_text p:not(.m-btn),
.faq .faq_list .faq_list_box .faq_list_box_text table,
.faq .faq_list .faq_list_box .faq_list_box_text ul {
  line-height: 1.5;
  margin-bottom: 30px;
}
.faq .faq_list .faq_list_box .faq_list_box_text blockquote:last-child,
.faq .faq_list .faq_list_box .faq_list_box_text dl:last-child,
.faq .faq_list .faq_list_box .faq_list_box_text figure:last-child,
.faq .faq_list .faq_list_box .faq_list_box_text ol:last-child,
.faq .faq_list .faq_list_box .faq_list_box_text p:not(.m-btn):last-child,
.faq .faq_list .faq_list_box .faq_list_box_text table:last-child,
.faq .faq_list .faq_list_box .faq_list_box_text ul:last-child {
  margin-bottom: 0;
}
.faq .faq_list .faq_list_box .faq_list_box_text blockquote a,
.faq .faq_list .faq_list_box .faq_list_box_text dl a,
.faq .faq_list .faq_list_box .faq_list_box_text figure a,
.faq .faq_list .faq_list_box .faq_list_box_text ol a,
.faq .faq_list .faq_list_box .faq_list_box_text p:not(.m-btn) a,
.faq .faq_list .faq_list_box .faq_list_box_text table a,
.faq .faq_list .faq_list_box .faq_list_box_text ul a {
  text-decoration: underline;
}
.faq .faq_list .faq_list_box .faq_list_box_text h1,
.faq .faq_list .faq_list_box .faq_list_box_text h2,
.faq .faq_list .faq_list_box .faq_list_box_text h3,
.faq .faq_list .faq_list_box .faq_list_box_text h4,
.faq .faq_list .faq_list_box .faq_list_box_text h5,
.faq .faq_list .faq_list_box .faq_list_box_text h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: left;
  position: relative;
}
.faq .faq_list .faq_list_box .faq_list_box_text h1 {
  border-bottom: 4px solid #ddd;
  display: block;
  font-size: 2.8rem;
  padding: 0.3em;
}
@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_box .faq_list_box_text h1 {
    font-size: 2.4em;
  }
}
.faq .faq_list .faq_list_box .faq_list_box_text h2 {
  font-size: 2.4rem;
  padding-left: 1.2em;
  position: relative;
}
.faq .faq_list .faq_list_box .faq_list_box_text h2:before {
  background-color: #ffd802;
  content: "";
  height: 0.7em;
  width: 0.7em;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (max-width: 767px) {
  .faq .faq_list .faq_list_box .faq_list_box_text h2 {
    font-size: 2em;
  }
}
.faq .faq_list .faq_list_box .faq_list_box_text h3 {
  background-color: #eee;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1em;
}
.faq .faq_list .faq_list_box .faq_list_box_text h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
.faq .faq_list .faq_list_box .faq_list_box_text h5,
.faq .faq_list .faq_list_box .faq_list_box_text h6 {
  font-size: 1.6rem;
  font-weight: 700;
}
.faq .faq_list .faq_list_box .faq_list_box_text > ol {
  counter-reset: ol;
}
.faq .faq_list .faq_list_box .faq_list_box_text > ol > li {
  counter-increment: ol;
  line-height: 1.875;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.faq .faq_list .faq_list_box .faq_list_box_text > ol > li:before {
  content: counter(ol) ".";
}
.faq .faq_list .faq_list_box .faq_list_box_text > ol.opt-strong > li {
  font-weight: 700;
}
.faq .faq_list .faq_list_box .faq_list_box_text > ul > li {
  line-height: 1.875;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.faq .faq_list .faq_list_box .faq_list_box_text > ul > li:before {
  content: "・";
}
.faq .faq_list .faq_list_box .faq_list_box_text table {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
.faq .faq_list .faq_list_box .faq_list_box_text table td,
.faq .faq_list .faq_list_box .faq_list_box_text table th {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 1em;
  text-align: left;
}
.faq .faq_list .faq_list_box .faq_list_box_text table th {
  background-color: #ffd802;
  font-weight: 700;
}
.faq .faq_list .faq_list_box .faq_list_box_text blockquote {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  padding: 20px 20px 20px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ranking-list {
    overflow-x: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ranking-list > p {
  margin: 1em 0;
  text-align: left;
}
.ranking-list > p.ranking-list_attention {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .ranking-list > p.ranking-list_attention {
    font-size: 1.4em;
  }
}
.ranking-list > table {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
.ranking-list > table > thead > tr > th {
  background-color: #eee;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.ranking-list > table > tbody > tr > td,
.ranking-list > table > tbody > tr > th {
  background-color: #fff;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 20px;
  text-align: center;
}
.ranking-list > table > tbody > tr > td {
  vertical-align: middle;
}
.ranking-list > table > tbody > tr > td.ranking-list_rank {
  font-weight: 700;
}
.ranking-list > table > tbody > tr > td.ranking-list_name {
  text-align: left;
}
.ranking-list > table > tbody > tr > td.ranking-list_name > br {
  display: none;
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_name
  .ranking-list_name_logo {
  border: 1px solid #bbb;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  width: 160px;
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_name
  .ranking-list_name_logo
  > a {
  display: inline-block;
  height: 60px;
  padding: 10px;
  text-align: center;
  width: inherit;
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_name
  .ranking-list_name_logo
  img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ranking-list > table > tbody > tr > td.ranking-list_pair {
  position: relative;
}
.ranking-list > table > tbody > tr > td.ranking-list_pair em.is-strong {
  color: #ff5800;
  font-weight: 700;
}
.ranking-list > table > tbody > tr > td.ranking-list_pair .is-cancel {
  display: table;
  margin: 0.5em auto 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
.ranking-list > table > tbody > tr > td.ranking-list_pair .is-cancel::before {
  border-bottom: 2px solid #ff5800;
  border-top: 2px solid #ff5800;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  top: 0.25em;
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_pair
  .ranking-list_pair_balloon {
  background-color: #ff5800;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 1em 0;
  min-width: 230px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-80%, -50%);
  -ms-transform: translate(-80%, -50%);
  transform: translate(-80%, -50%);
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_pair
  .ranking-list_pair_balloon::before {
  border-color: transparent transparent transparent #ff5800;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(90%, -50%);
  -ms-transform: translate(90%, -50%);
  transform: translate(90%, -50%);
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_pair
  .ranking-list_pair_balloon
  > p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_pair
  .ranking-list_pair_balloon
  > p
  span {
  color: #ffd802;
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_pair
  .ranking-list_pair_balloon
  > p
  em {
  font-size: 1.5em;
  font-weight: 700;
}
.ranking-list
  > table
  > tbody
  > tr
  > td.ranking-list_pair
  .ranking-list_pair_balloon
  > p
  em
  span {
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .ranking-list > table > tbody > tr > td,
  .ranking-list > table > tbody > tr > th {
    padding: 7px;
    text-align: center;
  }
  .ranking-list > table > tbody > tr > td.ranking-list_name {
    display: table-cell;
    text-align: center;
  }
  .ranking-list
    > table
    > tbody
    > tr
    > td.ranking-list_name
    .ranking-list_name_logo {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .ranking-list > table > tbody > tr > td.ranking-list_pair {
    word-wrap: break-word;
    word-break: break-all;
  }
  .ranking-list
    > table
    > tbody
    > tr
    > td.ranking-list_pair
    .ranking-list_pair_balloon {
    margin-bottom: 20px;
    min-width: 0;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .ranking-list
    > table
    > tbody
    > tr
    > td.ranking-list_pair
    .ranking-list_pair_balloon::before {
    border-color: #ff5800 transparent transparent;
    border-width: 8px 8px 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  .ranking-list
    > table
    > tbody
    > tr
    > td.ranking-list_pair
    .ranking-list_pair_balloon
    > p {
    font-size: 0.9rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .ranking-list
    > table
    > tbody
    > tr
    > td.ranking-list_pair
    .ranking-list_pair_balloon
    > p:last-child {
    margin-bottom: 0;
  }
  .ranking-list
    > table
    > tbody
    > tr
    > td.ranking-list_pair
    .ranking-list_pair_balloon
    > p
    span {
    color: #ffd802;
  }
  .ranking-list
    > table
    > tbody
    > tr
    > td.ranking-list_pair
    .ranking-list_pair_balloon
    > p
    em {
    font-size: 1.3em;
  }
}
.ranking-list > table.simple-logo > tbody > tr > td.ranking-list_name {
  text-align: center;
}
.ranking-list
  > table.simple-logo
  > tbody
  > tr
  > td.ranking-list_name
  .ranking-list_name_logo {
  border: 0;
  margin-right: 0;
  line-height: 0;
  width: auto;
}
.ranking-list
  > table.simple-logo
  > tbody
  > tr
  > td.ranking-list_name
  .ranking-list_name_logo
  > a {
  display: inline-block;
  height: auto;
  line-height: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ranking-list > table.simple-logo > tbody > tr > td.ranking-list_rank {
    width: 71px;
  }
  .ranking-list > table.simple-logo > tbody > tr > td.ranking-list_name {
    display: table-cell;
    text-align: center;
  }
  .ranking-list
    > table.simple-logo
    > tbody
    > tr
    > td.ranking-list_name
    .ranking-list_name_logo {
    display: block;
    margin-bottom: 0;
    width: 160px;
  }
}
.campaign-contents {
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .campaign-contents {
    margin-top: 40px;
  }
}
.campaign-contents h2 {
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 1.2em;
  text-align: left;
  position: relative;
}
.campaign-contents h2::before {
  background-color: #ffd802;
  content: "";
  height: 0.8em;
  width: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
}
.campaign-contents h3 {
  border-left: 5px solid #000;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .campaign-contents h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .campaign-contents h3 {
    border-left-width: 3px;
    font-size: 1.6em;
    margin-bottom: 15px;
  }
}
.campaign-contents > ul {
  background-color: #efefef;
  border-radius: 10px;
  line-height: 1.875;
  padding: 1em;
}
.campaign-contents > ul li {
  list-style: disc;
  margin-left: 1.2em;
}
.campaign-contents table {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  margin-bottom: 60px;
  width: 100%;
}
.campaign-contents table > tbody > tr > td,
.campaign-contents table > tbody > tr > th {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  line-height: 1.875;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .campaign-contents table > tbody > tr > td,
  .campaign-contents table > tbody > tr > th {
    display: block;
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .campaign-contents table > tbody > tr > td a[href^="tel:"],
  .campaign-contents table > tbody > tr > th a[href^="tel:"] {
    color: #222;
  }
}
.campaign-contents table > tbody > tr th {
  background-color: #ffd802;
  font-weight: 700;
  width: 30%;
  vertical-align: middle;
}
.campaign-contents table > tbody > tr th.is-vat {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .campaign-contents table > tbody > tr th {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .campaign-contents table > tbody > tr td {
    padding-bottom: 15px;
  }
}
.campaign-contents table > tbody > tr td.m-table_inner {
  padding: 0;
}
.campaign-contents table > tbody > tr td.m-table_inner table th {
  font-size: 1em;
  font-weight: 400;
}
.campaign-contents table > tbody > tr td.m-table_inner table tr:last-child td,
.campaign-contents table > tbody > tr td.m-table_inner table tr:last-child th {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .campaign-contents table > tbody > tr td.m-table_inner {
    padding-left: 60px;
  }
  .campaign-contents table > tbody > tr td.m-table_inner table {
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
  }
  .campaign-contents table > tbody > tr td.m-table_inner table th {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.broker .broker_logo {
  border: 1px solid #ddd;
  display: table;
  margin: 40px auto;
  padding: 20px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .broker .broker_logo {
    padding: 10px 25px;
  }
}
.broker .broker_logo.is-fx-fair img {
  width: 300px;
}
.broker .broker_box {
  line-height: 1.6;
  margin-bottom: 80px;
  text-align: left;
}
.broker .broker_box:last-child {
  margin-bottom: 0;
}
.broker h3 {
  background-color: #eee;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2em;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .broker h3 {
    font-size: 1.8rem;
  }
}
.broker .broker_strong {
  background-color: rgba(255, 67, 67, 0.1);
}
.broker .broker_strong h3::before {
  background-color: #ff4343;
}
.broker .broker_strong .broker_ul > li::after {
  border-bottom-color: #ff4343;
  border-right-color: #ff4343;
}
.broker .broker_weak {
  background-color: rgba(0, 255, 255, 0.1);
}
.broker .broker_weak h3::before {
  background-color: #00a8ff;
}
.broker .broker_weak .broker_ul > li::after {
  border-bottom-color: #00a8ff;
  border-right-color: #00a8ff;
}
.broker .broker_strong,
.broker .broker_weak {
  border-radius: 8px;
  padding: 30px 40px;
}
.broker .broker_strong h3,
.broker .broker_weak h3 {
  background: 0 0;
  margin-bottom: 1em;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .broker .broker_strong,
  .broker .broker_weak {
    padding: 15px 20px;
  }
}
.broker .broker_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .broker .broker_ul {
    display: block;
  }
}
.broker .broker_ul > li {
  margin-bottom: 1em;
  padding-left: 1.6em;
  padding-right: 1em;
  width: 50%;
  position: relative;
}
.broker .broker_ul > li:nth-last-child(1),
.broker .broker_ul > li:nth-last-child(2) {
  margin-bottom: 0;
}
.broker .broker_ul > li::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}
.broker .broker_ul > li::after {
  border-bottom: 3px solid #ffd802;
  border-right: 3px solid #ffd802;
  content: "";
  height: 13px;
  width: 6px;
  position: absolute;
  left: 6px;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .broker .broker_ul > li {
    padding-right: 0;
    width: 100%;
  }
  .broker .broker_ul > li:nth-last-child(2) {
    margin-bottom: 1em;
  }
  .broker .broker_ul > li::before {
    height: 13px;
    width: 13px;
    top: 2px;
  }
  .broker .broker_ul > li::after {
    border-bottom-width: 2px;
    border-right-width: 2px;
    height: 10px;
    width: 4px;
    left: 6px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.broker .broker_ul > li:nth-child(2n) {
  padding-right: 0;
}
.broker .broker_balloon-box {
  text-align: center;
  width: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .broker .broker_balloon-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.broker .broker_balloon-box em.is-strong {
  color: #ff5800;
  font-weight: 700;
}
.broker .broker_balloon-box .is-cancel {
  display: table;
  line-height: 1;
  margin: 0.5em auto 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
.broker .broker_balloon-box .is-cancel::before {
  border-bottom: 2px solid #ff5800;
  border-top: 2px solid #ff5800;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  top: 0.25em;
}
.broker .broker_balloon-box .broker_balloon {
  background-color: #ff5800;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 20px;
  padding: 1em 0;
  min-width: 230px;
  position: relative;
}
.broker .broker_balloon-box .broker_balloon::before {
  border-color: #ff5800 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 90%);
  -ms-transform: translate(-50%, 90%);
  transform: translate(-50%, 90%);
}
.broker .broker_balloon-box .broker_balloon > p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.broker .broker_balloon-box .broker_balloon > p span {
  color: #ffd802;
}
.broker .broker_balloon-box .broker_balloon > p em {
  font-size: 1.5em;
  font-weight: 700;
}
.broker .broker_balloon-box .broker_balloon > p em span {
  font-size: 1.3em;
}
.brokerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 120px;
  text-align: left;
}
.brokerlist .brokerlist_box > a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
  color: #363435;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .brokerlist .brokerlist_box > a:hover h2 {
    color: #4c5cf6;
  }
  .brokerlist .brokerlist_box > a:hover .brokerlist_img img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .brokerlist .brokerlist_box > a:hover .brokerlist_btn::after {
    right: -5px;
  }
}
.brokerlist .brokerlist_img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 4/3;
  border: 1px solid #ccc;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 480px;
  padding: 20px;
  width: 100%;
}
.brokerlist .brokerlist_img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brokerlist .brokerlist_data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brokerlist .brokerlist_data h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brokerlist .brokerlist_data h2 > span {
  display: inline-block;
  font-size: 0.65em;
  line-height: 1.3;
}
.brokerlist .brokerlist_data p {
  line-height: 1.85;
  margin-top: 1.5em;
}
.brokerlist .brokerlist_data p:not([class="brokerlist_btn"]) {
  font-size: 1.05em;
}
.brokerlist .brokerlist_data p.brokerlist_btn {
  line-height: 1.1;
}
.brokerlist .brokerlist_point {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#57007b),
    to(#f36380)
  );
  background: -webkit-linear-gradient(bottom, #57007b, #f36380);
  background: linear-gradient(0deg, #57007b, #f36380);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  counter-reset: point;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.brokerlist .brokerlist_point::before {
  background: -webkit-linear-gradient(20deg, #57007b, #f36380);
  background: linear-gradient(70deg, #57007b, #f36380);
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
}
.brokerlist .brokerlist_point > li {
  counter-increment: point;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}
.brokerlist .brokerlist_point > li:first-child {
  margin-top: 0;
}
.brokerlist .brokerlist_point > li::before {
  content: "・";
}
.brokerlist .brokerlist_point > li > i::after {
  content: counter(point, decimal-leading-zero);
  padding-right: 0.5em;
}
.brokerlist .brokerlist_btn {
  display: table;
  font-size: 28px;
  font-weight: 500;
  padding-right: 24px;
  position: relative;
}
.brokerlist .brokerlist_btn::after {
  border-right: 2px solid #f26462;
  border-top: 2px solid #f26462;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 35%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .brokerlist {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .brokerlist .brokerlist_box > a {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .brokerlist .brokerlist_img {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 15px;
  }
  .brokerlist .brokerlist_data {
    display: contents;
  }
  .brokerlist .brokerlist_data h2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 28px;
  }
  .brokerlist .brokerlist_data p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .brokerlist .brokerlist_point {
    font-size: 16px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 16px;
  }
  .brokerlist .brokerlist_point::before {
    width: 5px;
  }
  .brokerlist .brokerlist_point > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brokerlist .brokerlist_point > li > i {
    font-weight: 500;
  }
  .brokerlist .brokerlist_point > li > span {
    width: 100%;
  }
  .brokerlist .brokerlist_btn {
    font-size: 20px;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding-right: 24px;
  }
  .brokerlist .brokerlist_btn::after {
    height: 8px;
    width: 8px;
    top: 30%;
  }
}
.other-brokerlist {
  background-color: #eee;
  padding-bottom: 120px;
}
.other-brokerlist a {
  color: #363435;
}
@media screen and (min-width: 768px) {
  .other-brokerlist a:hover h2 {
    color: #4c5cf6;
  }
  .other-brokerlist a:hover .other-brokerlist_img {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  }
  .other-brokerlist a:hover .other-brokerlist_img img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }
  .other-brokerlist a:hover .other-brokerlist_btn > i {
    margin-left: 3px;
    margin-right: -3px;
  }
}
.other-brokerlist .other-brokerlist_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 5%;
}
.other-brokerlist .other-brokerlist_img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 4/3;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.other-brokerlist .other-brokerlist_img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.other-brokerlist .other-brokerlist_data h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.other-brokerlist .other-brokerlist_data h2 > span {
  display: inline-block;
  font-size: 0.65em;
  line-height: 1.3;
}
.other-brokerlist .other-brokerlist_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-linear-gradient(85deg, #f26462, #ffc656);
  background: linear-gradient(5deg, #f26462, #ffc656);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 0 0.25em;
  margin-right: 6px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  position: relative;
}
.other-brokerlist .other-brokerlist_btn > i {
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .other-brokerlist {
    padding: 0 20px 80px;
  }
  .other-brokerlist .other-brokerlist_container {
    grid-template-columns: auto;
    margin-bottom: 80px;
  }
  .other-brokerlist .other-brokerlist_img {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
}
.other-brokerlist .m-pagination > a,
.other-brokerlist .m-pagination > span {
  background: 0 0;
  border-radius: 0;
  border: 0;
  color: #999;
}
.other-brokerlist .m-pagination > a.is-active,
.other-brokerlist .m-pagination > span.is-active {
  background: -webkit-linear-gradient(85deg, #f26462, #ffc656);
  background: linear-gradient(5deg, #f26462, #ffc656);
  color: #fff;
}
.other-brokerlist .m-pagination > a.m-pagination_next,
.other-brokerlist .m-pagination > a.m-pagination_prev,
.other-brokerlist .m-pagination > span.m-pagination_next,
.other-brokerlist .m-pagination > span.m-pagination_prev {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .other-brokerlist .m-pagination > a:hover,
  .other-brokerlist .m-pagination > span:hover {
    background: -webkit-linear-gradient(85deg, #f26462, #ffc656);
    background: linear-gradient(5deg, #f26462, #ffc656);
    color: #fff;
  }
  .other-brokerlist .m-pagination > a:hover.m-pagination_next,
  .other-brokerlist .m-pagination > a:hover.m-pagination_prev,
  .other-brokerlist .m-pagination > span:hover.m-pagination_next,
  .other-brokerlist .m-pagination > span:hover.m-pagination_prev {
    border-color: #eee;
  }
  .other-brokerlist .m-pagination > a:hover.m-pagination_next:before,
  .other-brokerlist .m-pagination > a:hover.m-pagination_prev:before,
  .other-brokerlist .m-pagination > span:hover.m-pagination_next:before,
  .other-brokerlist .m-pagination > span:hover.m-pagination_prev:before {
    border-color: #fff;
  }
}
.contact .contact_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .contact .contact_box {
    padding: 15px 15px 45px;
  }
}
.contact .contact_flow {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contact .contact_flow {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact_flow > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact .contact_flow > ol > li {
  background-color: #f3f3f3;
  min-height: 0;
  margin-right: 48px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .contact .contact_flow > ol > li {
    margin-bottom: 0;
    margin-right: 24px;
    padding: 0;
    text-align: left;
    width: 100%;
  }
}
.contact .contact_flow > ol > li.is-active {
  background-color: #ffd802;
}
.contact .contact_flow > ol > li:last-child {
  margin-right: 0;
}
.contact .contact_flow > ol > li::before {
  content: none;
}
.contact .contact_flow > ol > li::after {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .contact .contact_flow > ol > li::after {
    border-color: transparent transparent transparent #363435;
    border-width: 8px 0 8px 8px;
    bottom: auto;
    left: auto;
    right: -8px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
.contact .contact_flow > ol > li > span {
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .contact .contact_flow > ol > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
  }
}
.terms {
  text-align: left;
}
.terms dl,
.terms ol,
.terms p,
.terms ul {
  line-height: 1.75;
  margin-top: 1.5em;
}
.terms dl:first-child,
.terms ol:first-child,
.terms p:first-child,
.terms ul:first-child {
  margin-top: 0;
}
.supervisor .supervisor_list .supervisor-block::before {
  content: none;
}
.supervisor-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #ffd802;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 40px;
  margin-top: 60px;
  padding: 20px;
  position: relative;
}
.supervisor-block::before {
  background-color: #ffd802;
  -webkit-box-shadow: 0 0 0 1px #ffd802 inset, 0 0 0 3px #fff inset;
  box-shadow: 0 0 0 1px #ffd802 inset, 0 0 0 3px #fff inset;
  color: #000;
  content: "この記事の監修者";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 15px 8px;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.supervisor-block:first-child {
  margin-top: 0;
}
.supervisor-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .supervisor-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    padding: 20px 15px;
  }
}
.supervisor-block .supervisor-block_img {
  overflow: hidden;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .supervisor-block .supervisor-block_img {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
  }
}
.supervisor-block .supervisor-block_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.supervisor-block .supervisor-block_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.supervisor-block .supervisor-block_job {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .supervisor-block .supervisor-block_job {
    margin-bottom: 10px !important;
  }
}
.supervisor-block .supervisor-block_name {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 20px !important;
}
.supervisor-block .supervisor-block_text p {
  line-height: 1.75;
  margin-bottom: 1em !important;
}
.supervisor-block .supervisor-block_text p:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .supervisor-block .supervisor-block_text p {
    line-height: 1.5;
  }
}
