@charset "UTF-8";
/*
 html5doctor.com Reset Stylesheet v1.6.1
 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com http://html5doctor.com/html-5-reset-stylesheet/ Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media (max-width: 1000px) {
  .main_container .about {
    width: 93%;
  }
}

.about {
  padding-bottom: 60px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .about {
    padding-bottom: 40px;
  }
}

.about_container {
  margin-bottom: 90px;
}
@media (max-width: 1000px) {
  .about_container {
    margin-bottom: 50px;
  }
}

.about_ttl {
  position: relative;
  margin-left: 2em;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .about_ttl {
    margin-left: 10px;
    margin-left: 1.7em;
    font-size: 16px;
  }
}
.about_ttl::before {
  position: absolute;
  top: 11%;
  left: -6.8%;
  content: "";
  background-image: url(./images/icon_about.svg);
  width: 40px;
  height: 40px;
}
@media (max-width: 1000px) {
  .about_ttl::before {
    top: 14%;
    left: -8.5%;
    width: 20px;
    height: 20px;
  }
}

.about_container_item {
  display: grid;
  grid-template-columns: 20% auto;
  align-content: center;
  border: solid 1px #c6c6c6;
  border-top: none;
}
@media (max-width: 1000px) {
  .about_container_item {
    grid-template-columns: 30% auto;
    line-height: 1.6;
  }
}
.about_container_item:first-child {
  border-top: solid 1px #c6c6c6;
}
.about_container_item dt {
  display: grid;
  align-content: center;
  padding: 25px;
}
@media (max-width: 1000px) {
  .about_container_item dt {
    padding: 15px 10px;
  }
}
.about_container_item dd {
  padding: 25px;
  height: 100%;
  border-left: solid 1px #c6c6c6;
}
@media (max-width: 1000px) {
  .about_container_item dd {
    padding: 15px 10px;
  }
}

h3 {
  margin-bottom: 5px;
}

@media (max-width: 1000px) {
  .about_site_desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 1000px) {
  .sidebar_about {
    display: none;
  }
}

/* ページ全体の設定 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
body img {
  height: auto;
}
@media (max-width: 1000px) {
  body {
    letter-spacing: 0.01em;
  }
  body img {
    width: 100%;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}
body a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
body ul,
body li {
  list-style-type: none;
}
body p {
  margin-bottom: 2em;
}
body label:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.br_sp {
  display: none;
}
@media (max-width: 1000px) {
  .br_sp {
    display: block;
  }
}

.br_sp_none {
  display: block;
}
@media (max-width: 1000px) {
  .br_sp_none {
    display: none;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.txt_red {
  color: #ff0000;
}

.txt_bold {
  font-weight: 700;
}

.underline_yellow {
  background: linear-gradient(transparent 60%, #fffa3e 50%);
}

.underline_blue {
  background: linear-gradient(transparent 60%, #c8ebff 50%);
}

/* ページ全体の設定ここまで */
.nav_sp {
  display: none;
}
@media (max-width: 1000px) {
  .nav_sp {
    display: block;
  }
}

.mv {
  margin-bottom: 70px;
  content: "	";
  background-image: url(images/mv_pc_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
@media (max-width: 1200px) {
  .mv {
    height: 416px;
  }
}
@media (max-width: 1000px) {
  .mv {
    margin-bottom: 9.5vw;
    background-image: none;
    height: auto;
  }
}

.mv_wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  content: "	";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: inherit;
}
.mv_wrapper .pc img {
  height: 100%;
  width: auto;
}
.mv_wrapper .sp img {
  height: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .mv_wrapper {
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .mv_wrapper {
    background-image: none;
  }
}
.mv_wrapper:after {
  position: absolute;
  display: block;
  content: "PR";
  font-size: 3vw;
  font-weight: bold;
  width: 8vw;
  height: auto;
  background-color: #FFF;
  border: 2px solid #000;
  bottom: -8vw;
  right: 2.5vw;
  text-align: center;
}
@media (min-width: 1000px) {
  .mv_wrapper:after {
    font-size: 16px;
    width: 3em;
    bottom: -3.2em;
    right: 1em;
  }
}

h1 {
  position: absolute;
  top: 31px;
  left: 25.3%;
  transform: translate(-50%, -50%);
  display: flex;
  color: #fff;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  h1 {
    top: 27px;
    left: 25.5%;
  }
}
@media (max-width: 1000px) {
  h1 {
    top: 6.5%;
    left: 44.5%;
  }
}
h1 span {
  font-size: 30px;
}
@media (max-width: 1200px) {
  h1 span {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  h1 span {
    font-size: 4.1vw;
  }
}
h1 .mv_txt_region {
  display: block;
  text-align: center;
  font-size: 36px;
  margin-right: 25px;
  width: 182px;
}
@media (max-width: 1200px) {
  h1 .mv_txt_region {
    width: 150px;
    font-size: 29px;
  }
}
@media (max-width: 1000px) {
  h1 .mv_txt_region {
    width: 25vw;
    font-size: 4.5vw;
  }
}
h1 .mv_txt_region.kyushu {
  font-size: 32px;
}
@media (max-width: 1000px) {
  h1 .mv_txt_region.kyushu {
    font-size: 4vw;
    white-space: nowrap;
  }
}
h1 .mv_txt_region_kyushu {
  font-size: 32px;
}
@media (max-width: 1200px) {
  h1 .mv_txt_region_kyushu {
    width: 150px;
    font-size: 29px;
  }
}
@media (max-width: 1000px) {
  h1 .mv_txt_region_kyushu {
    width: 25vw;
    font-size: 4vw;
    white-space: nowrap;
  }
}
h1 .mv_txt_sub {
  display: grid;
  place-content: center;
  color: #3e4c79;
}
@media (max-width: 1000px) {
  h1 .mv_txt_sub {
    width: 51vw;
  }
}

.main_wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}
@media (max-width: 1200px) {
  .main_wrapper {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .main_wrapper {
    display: block;
  }
}

.main_container {
  max-width: 880px;
  width: 100%;
}

.reason {
  margin-bottom: 90px;
}
@media (max-width: 1000px) {
  .reason {
    width: 95%;
    margin: 0 auto 20px;
  }
}

.reason_top {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .reason_top {
    margin-bottom: 20px;
  }
}
.reason_top:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (max-width: 1000px) {
  .reason_top:hover {
    opacity: 1;
  }
}
.reason_top img {
  border-radius: 15px;
}
@media (max-width: 1000px) {
  .reason_top img {
    border-radius: 10px;
  }
}

.box_reason {
  display: none;
}

.reason_intro {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .reason_intro {
    display: block;
  }
}
.reason_intro p {
  width: 55%;
}
@media (max-width: 1000px) {
  .reason_intro p {
    width: 100%;
  }
}
.reason_intro figure {
  width: 45%;
}
@media (max-width: 1000px) {
  .reason_intro figure {
    width: 100%;
  }
}

.reason_item li {
  margin-bottom: 50px;
}
.reason_item li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .reason_item li {
    margin-bottom: 30px;
  }
}

.reason_item_ttl {
  margin-bottom: 20px;
  padding: 8px 20px;
  font-size: 26px;
  font-weight: 700;
  border: solid 2px #4b84d9;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .reason_item_ttl {
    margin-bottom: 15px;
    padding: 4px 20px;
    font-size: 18px;
  }
}

.check {
  margin-bottom: 110px;
}
@media (max-width: 1000px) {
  .check {
    width: 95%;
    margin: 0 auto 30px;
  }
}

h2 {
  margin-bottom: 15px;
}

/* アコーディオンパネル */
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .accordion-area {
    width: 98%;
  }
}

.accordion-area li {
  margin: 10px 0;
}
.accordion-area li h3:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}
@media (max-width: 1000px) {
  .accordion-area li h3:hover {
    opacity: 1;
  }
}

.accordion-area section {
  border: 1px solid #c6c6c6;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  margin-bottom: 0;
  transition: all 0.5s ease;
  border-bottom: solid 5px #4b84d9;
}
@media (max-width: 1000px) {
  .title {
    padding: 3% 3% 3% 20px;
  }
}

.checkbox_select {
  padding: 6px 20px 6px 25px;
  background: #f8e436;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
}
@media (max-width: 1000px) {
  .checkbox_select {
    font-size: 11px;
  }
}

.checkbox_select_num {
  margin-left: 5px;
  font-size: 30px;
}
@media (max-width: 1000px) {
  .checkbox_select_num {
    font-size: 15px;
  }
}

.checkbox_select_ttl {
  margin-left: 60px;
  font-size: 30px;
}
@media (max-width: 1000px) {
  .checkbox_select_ttl {
    margin-left: 30px;
    font-size: 15px;
  }
}

/*アイコンの＋と×*/
.title::before {
  content: "";
  position: absolute;
  right: 3%;
  top: 37%;
  width: 28px;
  height: 28px;
  background-image: url(images/icon_arrow.svg);
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  .title::before {
    width: 18px;
    height: 18px;
  }
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #ececec;
  padding: 25px 40px;
}
@media (max-width: 1000px) {
  .box {
    background: none;
    padding: 0;
  }
}

.content_inner {
  padding: 25px 60px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .content_inner {
    margin: 0;
    padding: 25px 15px 0;
  }
}
.content_inner img {
  margin-bottom: 45px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .content_inner img {
    margin-bottom: 20px;
  }
}

.price_list {
  display: grid;
  grid-template-columns: 50% 50%;
  border: 1px solid;
  width: 60%;
}
.price_list dt,
.price_list dd {
  padding: 0.2em 0.5em;
}
.price_list dt {
  border-right: 1px solid;
}
.price_list dt:first-of-type {
  border-bottom: 1px solid;
}
.price_list dd:first-of-type {
  border-bottom: 1px solid;
}
@media (max-width: 1000px) {
  .price_list {
    width: 100%;
  }
}

.ranking {
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .ranking {
    margin-bottom: 50px;
  }
}
.ranking h2 {
  width: 95%;
  margin: 0 auto 15px;
}

.ranking_container_scroll {
  overflow-x: scroll;
}

.ranking_container {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .ranking_container {
    width: fit-content;
  }
}
.ranking_container dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 176px;
}
@media (max-width: 1000px) {
  .ranking_container dl {
    white-space: nowrap;
    width: 140px;
  }
}
.ranking_container dl:nth-child(odd) {
  background: #ececec;
}
.ranking_container dl dt {
  order: 2;
  padding: 14px 0 0;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .ranking_container dl dt {
    font-size: 13px;
  }
}

.ranking_container dl > dd {
  padding: 14px 14px;
  border-bottom: dotted 1px #c6c6c6;
}
.ranking_container dl > dd:nth-child(7) {
  min-height: 180px;
}
@media (max-width: 1000px) {
  .ranking_container dl > dd:nth-child(7) {
    min-height: 160px;
  }
}

.ranking_num {
  order: 1;
  padding: 7px 0;
}

.ranking_num_over4 img {
  width: 68%;
}

.ranking_site {
  order: 3;
}

.ranking_item {
  order: 4;
  width: 100%;
  min-height: 200px;
  display: grid;
  justify-items: center;
  align-content: center;
}
@media (max-width: 1000px) {
  .ranking_item {
    min-height: 170px;
  }
}
.ranking_item .ranking_ttl {
  font-size: 18px;
  font-weight: 500v;
}
@media (max-width: 1000px) {
  .ranking_item .ranking_ttl {
    font-size: 14px;
  }
}
.ranking_item img {
  width: 41px;
  margin: 12px 0;
}
@media (max-width: 1000px) {
  .ranking_item img {
    width: 32px;
    margin: 8px 0;
  }
}
.ranking_item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .ranking_item p {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .ranking_desc {
    font-feature-settings: "palt";
  }
}

.ranking_container dl .ranking_link {
  order: 9;
  margin: 20px auto;
  width: 80%;
  padding: 8px 10px;
  color: #fff;
  background-color: #4b84d9 !important;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 0 2px #4b84d9, 0 0 0 6px #fff, 0 0 0 8px #4b84d9;
}
@media (max-width: 1000px) {
  .ranking_container dl .ranking_link {
    padding: 4px 10px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .ranking_container dl .ranking_link {
    padding: 2px 10px;
    font-size: 14px;
  }
}
.ranking_container dl .ranking_link:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.ranking_container_new {
  display: grid;
  grid-auto-flow: column;
  width: 100%;
  grid-template-rows: repeat(8, auto);
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .ranking_container_new {
    width: max(750px, 100%);
    font-size: 14px;
    padding-left: 2.5vw;
  }
}
.ranking_container_new p {
  margin-bottom: 0;
}
.ranking_container_new > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0.4em;
  padding: 7px 5px;
  border-bottom: dotted 1px #c6c6c6;
}
.ranking_container_new > div:nth-child(-n+8), .ranking_container_new > div:nth-child(n+17):nth-child(-n+24), .ranking_container_new > div:nth-child(n+33):nth-child(-n+40) {
  background-color: #ececec;
}
.ranking_container_new > div:nth-child(8n+1) {
  height: 90px;
}
.ranking_container_new > div:nth-child(8n+1) img {
  width: auto;
}
@media (max-width: 1000px) {
  .ranking_container_new > div:nth-child(8n+1) {
    font-size: 14px;
  }
}
.ranking_container_new > div:nth-child(8n+2) {
  font-weight: 700;
}
.ranking_container_new > div:nth-child(8n) {
  padding: 20px 0;
}
.ranking_container_new > div:nth-child(8n) a {
  width: 80%;
  padding: 8px 10px;
  color: #fff;
  background-color: #4b84d9 !important;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 0 2px #4b84d9, 0 0 0 6px #fff, 0 0 0 8px #4b84d9;
}
@media (max-width: 1000px) {
  .ranking_container_new > div:nth-child(8n) a {
    padding: 4px 10px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .ranking_container_new > div:nth-child(8n) a {
    padding: 2px 10px;
    font-size: 14px;
  }
}
.ranking_container_new > div:nth-child(8n) a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media (max-width: 1000px) {
  .ranking_container_new > div:nth-child(8n) a:hover {
    opacity: 1;
  }
}
.ranking_container_new .ranking_judge {
  display: block;
  width: 41px;
}
@media (max-width: 1000px) {
  .ranking_container_new .ranking_judge {
    width: 32px;
  }
}
.ranking_container_new .ranking_ttl,
.ranking_container_new .ranking_desc {
  font-size: 14px;
}

.ranking_sort_top {
  display: none;
  margin-bottom: 10px;
}

.ranking_sort {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .ranking_sort {
    line-height: 1.4;
  }
}

.ranking_sort label {
  position: relative;
  padding: 5px 0;
  border-bottom: solid 2px #4b84d9;
  width: 32%;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .ranking_sort label {
    font-size: 14px;
  }
}
.ranking_sort label::after {
  position: absolute;
  top: 50%;
  right: 23%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #000;
  border-bottom: 0;
}
@media (max-width: 1000px) {
  .ranking_sort label::after {
    right: 3%;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid #000;
  }
}

.ranking_sort .sort-1::after {
  right: 12%;
}
@media (max-width: 1000px) {
  .ranking_sort .sort-1::after {
    right: 3%;
  }
}

.ranking_sort input:checked + label {
  background: #4b84d9;
  color: #fff;
}
.ranking_sort input:checked + label::after {
  border-top: 11px solid #fff;
}
@media (max-width: 1000px) {
  .ranking_sort input:checked + label::after {
    border-top: 7px solid #fff;
  }
}

.ranking_sort input {
  display: none;
}

.rank_box_item {
  margin-bottom: 25px;
  padding: 32px;
  background: #e5f2fd;
}
@media (max-width: 1000px) {
  .rank_box_item {
    margin: 0 -15p 25px;
    padding: 15px;
  }
}

.rank_box_inner {
  margin-bottom: 60px;
  padding: 28px 28px 10px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .rank_box_inner {
    padding: 25px 15px 10px;
  }
}
.rank_box_inner:last-child {
  margin-bottom: 0;
}

.rank_box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}
@media (max-width: 1000px) {
  .rank_box_top {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.rank_box_top img {
  width: 45%;
  margin: 20px 20px 0 0;
}
@media (max-width: 1000px) {
  .rank_box_top img {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media (max-width: 1000px) {
  .rank_box_top > :first-child {
    align-self: flex-start;
    margin: 0;
  }
}

.rank_box_top_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .rank_box_top_ttl {
    flex-direction: initial;
  }
}
.rank_box_top_ttl img {
  order: 1;
  width: 158px;
  margin: 20px auto 15px;
}
@media (max-width: 1000px) {
  .rank_box_top_ttl img {
    width: 95px;
    margin: 0 auto;
  }
}
.rank_box_top_ttl .rank_box_top_ttl_under {
  width: 106px;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .rank_box_top_ttl .rank_box_top_ttl_under {
    width: 70px;
  }
}
.rank_box_top_ttl h4 {
  order: 2;
  color: #3e4c79;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  .rank_box_top_ttl h4 {
    display: grid;
    place-content: center;
    margin-left: 10px;
    font-size: 21px;
  }
}

h5 {
  margin-bottom: 15px;
  color: #3e4c79;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  h5 {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
}

.rank_box_check {
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  .rank_box_check {
    margin-bottom: 30px;
  }
}

.rank_box_check > dl {
  border-bottom: dashed 1.5px #c6c6c6;
  border-radius: 5px;
}
.rank_box_check > dl:first-child {
  border-top: dashed 1.5px #c6c6c6;
}

.rank_box_check dl {
  display: grid;
  grid-template-columns: 140px auto;
  justify-items: center;
}
@media (max-width: 1000px) {
  .rank_box_check dl {
    grid-template-columns: 95px auto;
  }
}

.rank_box_check_ttl {
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 18px 10px;
  width: 100%;
  background: #ececec;
}
.rank_box_check_ttl dt {
  margin-bottom: 6px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .rank_box_check_ttl dt {
    font-size: 14px;
    font-feature-settings: "palt";
  }
}
.rank_box_check_ttl img {
  width: 30px;
}

.rank_box_check_desc {
  display: grid;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  line-height: 1.6;
}
@media (max-width: 1000px) {
  .rank_box_check_desc {
    padding: 15px 0 15px 15px;
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .rank_box_btn_link_review {
    margin-top: 30px;
    padding-top: 10px;
    border-top: dashed 1.5px #a8cdee;
    border-radius: 5px;
  }
}

.rank_box_btn_link {
  width: 80%;
  padding: 8px 10px;
  color: #fff;
  background-color: #4b84d9 !important;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 0 2px #4b84d9, 0 0 0 6px #fff, 0 0 0 8px #4b84d9;
  margin: 20px auto 60px;
  display: block;
  width: 258px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .rank_box_btn_link {
    padding: 4px 10px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .rank_box_btn_link {
    margin-bottom: 30px;
    width: 220px;
  }
}

.spec {
  margin-bottom: 65px;
}

.spec dl {
  display: grid;
  grid-template-columns: 140px auto;
  align-content: center;
  border-bottom: solid 3px #8bb9d8;
}
@media (max-width: 1000px) {
  .spec dl {
    grid-template-columns: 100px auto;
    justify-items: flex-start;
    font-size: 14px;
  }
}
.spec dl:first-child {
  border-top: solid 3px #8bb9d8;
}
.spec dl dt {
  display: grid;
  place-content: center;
  width: 100%;
  background: #e5f2fd;
  font-weight: 500;
}
.spec dl dd {
  padding: 14px 20px;
}
@media (max-width: 1000px) {
  .spec dl dd {
    padding: 8px 10px;
  }
}

.review_wrapper {
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  .review_wrapper {
    margin-bottom: 0px;
  }
}

.review_ttl {
  position: relative;
  margin-bottom: 15px;
  padding: 3px 90px 4px;
  background: #ececec;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px;
}
@media (max-width: 1000px) {
  .review_ttl {
    padding: 2px 78px 3px;
  }
}
.review_ttl::after {
  position: absolute;
  top: 25%;
  left: 6%;
  transform: translate(-50%, -50%);
  content: "";
  width: 61px;
  height: 45px;
  background-image: url(images/review_comment.svg);
}
@media (max-width: 1000px) {
  .review_ttl::after {
    left: 13%;
    width: 51px;
    height: 37.5px;
  }
}

.review_ttl_detail {
  margin: -5px 0 1.2em;
  color: #ff0000;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .review_ttl_detail {
    font-size: 14px;
  }
}

.review_profile_wrapper {
  border-bottom: dashed 1.5px #a8cdee;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .review_profile_wrapper:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.review_profile {
  display: flex;
  margin: 0 0 20px 15px;
}
@media (max-width: 1000px) {
  .review_profile {
    margin: 0 0 20px 0;
  }
}
.review_profile img {
  margin-top: 4px;
  width: 80px;
}
@media (max-width: 1000px) {
  .review_profile img {
    margin-top: 6px;
    width: 67px;
  }
}

.review_profile_txt {
  display: grid;
  place-content: center;
  margin-left: 14px;
  font-weight: 500;
}
.review_profile_txt p {
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .review_profile_txt p {
    font-size: 14px;
  }
}
.review_profile_txt img {
  height: 14px;
}

.review_comment {
  text-align: justify;
}

.review_profile_wrapper {
  padding: 20px 0 25px;
}

.review_source_wrapper {
  text-align: right;
}

.review_source {
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .review_source {
    line-height: 1.5;
  }
}

.review_source_url {
  margin-bottom: 0;
  color: #acacac;
  font-size: 11px;
}

.review_source_time {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
}

.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content-review {
  position: relative;
  /*以下お好み*/
  /*高さの初期値*/
  height: auto;
}
@media (max-width: 1000px) {
  .readmore-content-review {
    overflow: hidden;
    height: 1200px;
  }
}

.readmore-content-review::before {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 70px;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
@media (max-width: 1000px) {
  .readmore-content-review::before {
    display: block;
    bottom: 0%;
  }
}

@media (max-width: 1000px) {
  .readmore-content-review-under::before {
    display: none;
  }
}

/* 続きを読むボタン（レビュー） */
.readmore-label-review {
  display: none;
  position: absolute;
  bottom: -1%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 99;
  width: 120px;
  padding: 0.1em 1.3em 0.15em 1em;
  border-radius: 1px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  border: solid 2px #c6c6c6;
}
@media (max-width: 1000px) {
  .readmore-label-review {
    display: block;
  }
}
.readmore-label-review::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  top: 43%;
  position: absolute;
  right: 9%;
}

.readmore-label-review:before {
  content: "もっと見る";
}

.readmore-review {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-review:checked ~ .readmore-label-review {
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  display: none;
}

.readmore-review:checked ~ .readmore-label-review:before {
  content: "閉じる";
}

/*チェック時に高さを自動に戻す*/
.readmore-review:checked ~ .readmore-content-review {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-review:checked ~ .readmore-content-review::before {
  display: none;
}

.readmore-content-review-under {
  height: auto;
}
@media (max-width: 1000px) {
  .readmore-content-review-under {
    padding-bottom: 20px;
  }
}

.readmore-label-review-under {
  display: none;
}

@media (max-width: 1000px) {
  .rank_box_btn_link_review_under {
    margin-top: 0px;
  }
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  gap: 15px;
}
@media (max-width: 1000px) {
  .pager {
    margin-bottom: 45px;
  }
}
.pager li {
  width: 30px;
  height: 30px;
  padding-top: 7px;
  background: #ececec;
  border-radius: 50%;
  font-size: 14.5px;
  line-height: 1;
  text-align: center;
}
.pager li:first-child, .pager li:last-child {
  padding-top: 4px;
  width: auto;
  background: none;
}

.pager_pre img {
  width: 9px;
}

.pager_next img {
  width: 9px;
  transform: rotate(180deg);
}

li.pager_color {
  background: #f8e436;
}

.sidebar {
  width: 260px;
}
@media (max-width: 1000px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar_ranking {
  margin-bottom: 30px;
  padding: 15px;
  background: #ececec;
}
@media (max-width: 1000px) {
  .sidebar_ranking {
    width: 95%;
    margin: 0 auto 30px;
  }
}

.sidebar_ranking_top {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

h6 {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.sidebar_ranking_list {
  display: grid;
  gap: 6px;
}
.sidebar_ranking_list li {
  background: #fff;
}

.sidebar_ranking_list_wrapper {
  display: flex;
  align-items: center;
  padding: 8px 10px;
}
.sidebar_ranking_list_wrapper div {
  display: grid;
  place-content: center;
  margin-right: 10px;
  width: 31%;
}
.sidebar_ranking_list_wrapper div .sidebar_ranking_higher {
  width: 62px;
}
.sidebar_ranking_list_wrapper div .sidebar_ranking_low {
  width: 38px;
}
.sidebar_ranking_list_wrapper p {
  margin-bottom: 0;
  color: #4b84d9;
  font-size: 14px;
  font-weight: 500;
}

.sidebar_search {
  display: none;
  padding: 20px;
  background: #fff;
  border: solid 1px #c6c6c6;
}
@media (max-width: 1000px) {
  .sidebar_search {
    display: none;
  }
}

.sidebar_search_ttl {
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 17px;
  border-bottom: solid 5px #f8e436;
}

.sidebar_search_form {
  margin: 0 0 20px 18px;
  font-feature-settings: "palt";
}
.sidebar_search_form input {
  margin-right: 6px;
}

.btn_search {
  width: 100%;
  padding: 15px;
  background: #ececec;
  text-align: center;
  border: solid 1px #4b84d9;
}

.nav_sidebar_wrapper .sidebar .sidebar_search {
  display: none;
}

.sidebar_nav li {
  margin-bottom: 7px;
  padding: 10px 25px;
  background: #fff;
  font-weight: 500;
}
.sidebar_nav li:last-child {
  margin-bottom: 0;
}
.sidebar_nav li a {
  text-align: left;
}

#g-nav .sidebar_nav a {
  font-weight: 500;
}

.footer_nav {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 20px;
}
@media (max-width: 1000px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav li {
  position: relative;
  margin-left: 2em;
}
.footer_nav li::before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-130%, -50%) rotate(-90deg);
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(images/icon_arrow.svg);
}

.footer_copyright {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background: #4b84d9;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .footer_copyright {
    padding: 8px;
    background: #000;
    font-size: 10px;
  }
}

.footer_pagetop_wrapper {
  position: absolute;
  top: -20%;
  right: 0%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .footer_pagetop_wrapper {
    display: none;
  }
}

.footer_pagetop {
  position: relative;
  padding: 8px 25px 8px 45px;
  background: #4b84d9;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}
.footer_pagetop::before {
  position: absolute;
  top: 57%;
  left: 20%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.footer_nav_sp {
  display: none;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: flex-end;
  padding: 8px;
  margin: 0 auto;
  width: 100%;
  background: #f8e436;
}
@media (max-width: 1000px) {
  .footer_nav_sp {
    display: grid;
  }
}
.footer_nav_sp li {
  width: 33.3vw;
  text-align: center;
}
.footer_nav_sp li img {
  display: grid;
  place-content: center;
  width: 28px;
  margin: 0 auto 5px;
}
.footer_nav_sp li p {
  margin: 0;
  font-size: 12px;
  line-height: 1;
}/*# sourceMappingURL=style.css.map */