@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom !important;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  font-size: 1.5rem;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  color: #FFF;
  background: #02172f;
}

video {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 1.5rem;
  /* 24px*/
  line-height: 1.3;
  font-weight: bold;

}

h2 {
  font-size: 2rem;
  /* 20px*/
  line-height: 1.3;
}

h3 {
  font-size: 1.8rem;
  /* 18px*/
  line-height: 1.5;
}

p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1px;
  color: #FFF;
}


@media (min-width: 768px) {

  /* 1200px以上*/
  h1 {
    font-size: 2.5rem;
    /* 36px*/
  }

  h2 {
    font-size: 2.4rem;
    /* 24px*/
  }

  h3 {
    font-size: 2.2rem;
    /* 22px*/
  }

  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .br-sp {
    display: block;
  }
}

ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: none;
}

ol li {
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  color: #FFF;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:hover {
  text-decoration: none;
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

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

:focus {
  outline: none;
}

table p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.ub {
  background: linear-gradient(transparent 70%, #ffee1185 70%);
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .ub {
    font-size: 1.75rem;
  }
}

.yellow {
  color: #fbd43e;
}

.forSP {
  display: block;
}

.forPC {
  display: none;
}

@media screen and (min-width: 768px) {
  .forPC {
    display: block;
  }

  .forSP {
    display: none;
  }
}

/* ========================================================
FONT
=========================================================*/
.fs010 {
  font-size: 1rem !important;
  line-height: 1;
}

.fs011 {
  font-size: 1.1rem !important;
}

.fs012 {
  font-size: 1.2rem !important;
}

.fs013 {
  font-size: 1.3rem !important;
}

.fs014 {
  font-size: 1.4rem !important;
}

.fs015 {
  font-size: 1.5rem !important;
}

.fs016 {
  font-size: 1.6rem !important;
}

.fs017 {
  font-size: 1.7rem !important;
}

.fs018 {
  font-size: 1.8rem !important;
}

.fs019 {
  font-size: 1.9rem !important;
}

.fs020 {
  font-size: 2rem !important;
}

.fs025 {
  font-size: 2.5rem !important;
}

.fs030 {
  font-size: 3rem !important;
}

.fs035 {
  font-size: 3.5rem !important;
}

.fs040 {
  font-size: 4rem !important;
}

.fs045 {
  font-size: 4.5rem !important;
}

.fs050 {
  font-size: 5rem !important;
}

.fs055 {
  font-size: 5.5rem !important;
}

.fs060 {
  font-size: 6rem !important;
}

.f-small {
  font-size: 90% !important;
}

.f-normal {
  font-size: 100% !important;
}

.f-large {
  font-size: 130% !important;
}

.f-large02 {
  font-size: 150% !important;
}

.f-bold {
  font-weight: bold !important;
}

.f-line010 {
  line-height: 100% !important;
}

.f-line011 {
  line-height: 110% !important;
}

.f-line012 {
  line-height: 120% !important;
}

.f-line013 {
  line-height: 130% !important;
}

.f-line014 {
  line-height: 140% !important;
}

.f-line015 {
  line-height: 150% !important;
}

.f-line016 {
  line-height: 160% !important;
}

.f-line017 {
  line-height: 170% !important;
}

.f-line018 {
  line-height: 180% !important;
}

.f-line019 {
  line-height: 190% !important;
}

.f-line020 {
  line-height: 200% !important;
}

.f-under {
  text-decoration: underline !important;
}

.f-under:hover {
  text-decoration: none !important;
}


/* BLANK
##################################### */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

.block {
  display: block !important;
}

.i-block {
  display: inline-block !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.w-050 {
  width: 50% !important;
}

.w-060 {
  width: 60% !important;
}

.w-070 {
  width: 70% !important;
}

.w-080 {
  width: 80% !important;
}

.w-090 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

/* ========================================================
button
=========================================================*/
button {
  font-size: 1.6rem;
}

.btn_wrap {
  position: relative;
  display: block;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@keyframes aura {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }

  90% {
    opacity: 0.1;
  }

  to {
    transform: scale(1.2, 1.5);
    opacity: 0;
  }
}

.anime-wapper {
  position: relative;
  transition: 0.2s;
}

.anime-wapper:before,
.anime-wapper:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #ffaaae;
  border: 1px solid #ff999e;
  transform: translate3d(0, 0, 0);
}

.anime-wapper:before {
  animation: aura 2s ease-out infinite;
}

.anime-wapper:after {
  animation: aura 2s ease-out 1s infinite;
}

.anime-wapper a {
  display: block;
}

/* ========================================================
ttl
=========================================================*/
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
/* -----------------------------------------------------
    Main Contents
  ----------------------------------------------------- */
.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.content {
  width: 100%;
  background-color: #08294d;
  padding-top: 10px;
}

/* スライダー */
.service-type01 {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.service-type01 .swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-slide {}

.service-type01 .swiper-slide .item {
  background-color: #fff;
  height: 100%;
  text-align: center;
  border: 2px solid #fbdd26;
}

.service-type01 .swiper-slide .item .title {
  background: #fbdd26;
  color: #02172f;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: .3em;
  text-align: left;
}

.service-type01 .swiper-slide .item .title img {
  width: 3em;
}

.service-type01 .swiper-slide .item .text {
  padding: 10px 25px;
  text-align: left;
}

.service-type01 .swiper-slide .item .text p {
  color: #02172f;
  text-align: justify;
}

.service-type01 .swiper-slide .item .text .race_wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.service-type01 .swiper-slide .item .text .race_wrap p {
  font-size: 20px;
}

.service-type01 .swiper-slide .item .text .race_wrap p.price {
  font-size: 30px;
  font-weight: bold;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important
}

.swiper-button-next {
  right: 0 !important;
  left: auto;
}

.swiper-button-prev {
  left: 0px !important;
  right: auto;
}


.box_01 {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  padding: 3px 9px;
  padding-left: 30px;
}

.box_01::after {
  border: 1px solid transparent;
  border-bottom-width: 0;
  top: 1px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  width: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.figure {
  max-width: 100%;
  margin-bottom: 20px;
}

.article-block {
  margin: 1em;
}

.article-block+.article-block {
  margin-top: 1em;
}

.article-block:last-child {
  margin-bottom: 0;
}


.article-block__ttl {
  position: relative;
}


.article-block__ttl04 {
  margin: 0;
  margin-bottom: 10px;
}

.article-block__ttl04 a {
  text-decoration: none;
  color: #fbdd26;
}

.rank-ico {
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease;
  width: 100%;
  max-width: 50px;
  flex-shrink: 0;
  margin-right: 10px;
}

.rank-ico.sc-efect-on {
  animation: 1s rotate-lat linear;
  opacity: 1;
}

/*** 横回転(y軸が中心)アニメーション ***/
.rotation-lateral {
  animation: 3s rotate-lat linear infinite;
}

@keyframes rotate-lat {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotateY(360deg);
  }
}


.article-block .img {
  margin-bottom: 20px;
}

.article-block ul li {
  font-size: 100%;
}


.article-block__box {
  background: #fff;
  padding: 8px;
}

.article-block__box h2 {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 575.98px) {
  .article-block .table-of-contents ol {
    margin: 10px 0 10px;
    width: 50%;
  }

  .article-block .table-of-contents ol li {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
    line-height: 2;
  }

  .article-block .table-of-contents h3 {
    font-size: 1.4rem;
  }
}

.article-block__ttl {
  font-size: 2rem;
}

.article-block__ttl02 {
  font-size: 1.8rem;
}

.article-review {
  border: 1px dashed #ff7177;
}

.article-review .img {
  padding: 0 10px;
  text-align: center;
  margin: 10px auto;
}

.article-review__ttl {
  line-height: 1.5;
  margin-bottom: 10px;
  background-color: #ffeded;
  padding: 0.75rem 1.25rem;
  font-weight: bold;
  text-align: center;
}

.article-review p {
  padding: 0 10px;
}

.official-img {
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.arrow-img {
  width: 30%;
  display: block;
  margin: 0 auto;
}


/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ▼PC用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (min-width: 768px) {
  .wrapper {
    width: 100%;
  }

  .content {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .img {
    width: 80%;
    margin: 16px auto 0;
  }

  .img-link,
  .img-link-top {
    width: 100%;
  }

  .img-link-top {
    width: 100%;
  }

}

.c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c--jStart {
  justify-content: flex-start;
}

.c--jEnd {
  justify-content: flex-end;
}

.c--jBetween {
  justify-content: space-between;
}

.c--jEvenly {
  justify-content: space-evenly;
}

.c--jAround {
  justify-content: space-around;
}

.c--aStart {
  align-items: flex-start;
}

.c--aEnd {
  align-items: flex-end;
}

.c--aStrech {
  align-items: stretch;
}

.c--col {
  flex-direction: column;
}

.c--colRev {
  flex-direction: column-reverse;
}

.c--rowRev {
  flex-direction: row-reverse;
}

.c--wrap {
  flex-wrap: wrap;
}

.c__fix {
  flex: 0 0 0;
}

.c__flex {
  flex: 1 1 100%;
}

.flex_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #0054b0;
  padding: 0 .3em;
}

.flex_ttl .flex_inner_ttl {
  font-size: 1.9rem;
  font-weight: bold;
  width: 100%;
}

.flex_ttl .flex_inner_ttl span {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .flex_ttl .flex_inner_ttl {
    font-size: 2.6rem;
  }
}

.flex_ttl_name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_ttl_name .star {
  font-size: .9em;
}

/* 星評価 */
.card-review_star {
  position: relative;
  display: inline-block;
}

.card-review_star {
  --starWidth: 0%;
}

.card-review_star::before {
  content: "★★★★★";
  color: #5f748a;
}

.card-review_star::after {
  content: "★★★★★";
  position: absolute;
  display: block;
  width: var(--starWidth);
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fbdd26;
}

.card-review_number {
  display: none;
}


.rank_mv_wrap {
  display: flex;
}

.rank_mv_item_img {
  width: 60%;
  text-align: center;
}

.rank_mv_item_point {
  width: 100%;
  text-align: center;
}


.rank_mv_wrap ul li {
  font-size: 1.3em;
  padding: .3em;
  text-align: left;
  font-weight: bold;
  background-color: #1a4676;
}

.rank_mv_wrap ul li:nth-child(odd) {
  background-color: #113862;
}

.rank_mv_wrap .btn {
  background: -moz-linear-gradient(top, #b2e13f, #38cc5a);
  background: -webkit-linear-gradient(top, #b2e13f, #38cc5a);
  background: linear-gradient(to bottom, #b2e13f, #38cc5a);
  box-shadow: 0px 5px 0px 0px #158f28;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  width: 95%;
  margin: auto;
  display: inline-block;
  text-decoration: none;
  padding: .6em 0;
  margin-top: 1em;
  font-size: 1.3em;
}

@media screen and (max-width: 768px) {

  .rank_mv_item_img {
    width: 100%;
    text-align: center;
  }

  .rank_mv_item_point {
    width: 100%;
    text-align: center;
  }

  .rank_mv_wrap ul li {
    font-size: .8em;
    padding: .3em;
  }

  .rank_mv_wrap .btn {
    padding: .3em 0;
    margin-top: 0.7em;
    font-size: 1em;
  }
}


/*info.html*/

@media (min-width:768px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }
}

@media (max-width:767px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

.info_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #08294d;
}

.info_header {
  background-color: #02172f;
  padding: 3em 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.info_header h1 {
  color: #FFF;
  font-weight: bold;
  font-size: 2em;
}

.container_contact_info {
  background-color: #f0f0f0;
}

.pankuzu {
  font-size: 12px;
  margin-bottom: 2em;
}

.pankuzu span {
  padding: 0 0.7em;
}

.page-search {
  background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {

  .info_content,
  .search_content {
    padding: 1em 1em;
  }

  .coupon-wrapper .back-o-link {
    padding: 0 10px 20px;
  }
}

@media screen and (min-width: 768px) {
  .info_content {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 1rem;
    padding-bottom: 2rem;
  }

  .search_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
    padding-bottom: 2rem;
  }
}



.info_content:last-child {
  margin-bottom: 0;
}



.info_content h2 {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {

  .info_content h1,
  .info_content h2 {
    margin-bottom: 0.6em;
  }

}

.info_content p {
  text-align: justify;
  line-height: 1.6em;
  padding-bottom: 20px;
}

.info_content p small {
  font-size: .9em;
  line-height: 1.2;
  margin-top: 1.5em;
  display: block;
}


.info_table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}

.info_table th,
.info_table td {
  border-bottom: 1px solid #446888;
  padding: 1em .3em;
}

.info_table th {
  border-bottom: 1px solid #0054b0;
  ;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.article-block__ttl {
  /* font-size: 1rem; */
  position: relative;
}

.List {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

@media screen and (max-width: 540px) {
  .List {
    margin-top: 24px;
  }
}

.List-Item {
  border-bottom: 1px solid #1a8fa6;
  display: flex;
}

.List-Item:first-child {
  border-top: none;
}

.List-Item-Title {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .List-Item-Title {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}

.List-Item-Text {
  width: 70%;
  padding: 10px;
  line-height: 1.4;
  font-size: 15px;
}

.List-Item-Ul {
  width: 70%;
  padding: 10px;
  line-height: 1.8;
  list-style: none;
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .List-Item-Text {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .List-Item-Ul {
    font-size: 14px;
  }
}

.info_ad {
  text-align: center;
}

.info_ad img {}


.txt_r {
  color: #fe0000 !important;
  font-weight: bold;
}

.txt_y {
  color: #fbdd26 !important;
  font-weight: bold;
}

.txt_bold {
  font-weight: bold;
}

.txt_bold p {
  margin: 0;
}

.txt_s {
  font-size: 0.8em;
}

.bg_bk {
  background-color: #000;
  padding-bottom: 1em;
}

.search-title {
  color: #FFF;
  background: #1e482d;
  font-size: 1.3em;
  font-weight: 500;
  margin: 0 0 10px;
}

.box-search {
  padding-bottom: 30px;
}

.box-search-item {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.box-search-item li {
  display: flex;
  width: 48%;
  font-size: .8rem;
  align-items: center;
  background: #fff;
  margin-bottom: 8px;
  padding: 4px 8px;
  border: 1px solid #729d5e;
  justify-content: space-between;
}

.box-search-item li div {
  font-weight: 500;
}

.box-search-item li i {
  padding: 5px;
  color: #fff;
  background: #729d5e;
}

.box-search-item li option {}

@media screen and (min-width: 576px) {}

/* ranking table */

.ranking-title {
  width: 100%;
  background-color: #139647;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: .4em 0;
  line-height: 1.4;
  position: relative;
  /* margin-top: 40px; */
}

.ranking-title span {
  font-size: .8em;
}

/* .ranking-title::before {
  content: url(../img/crown.png);
  transform: scale(0.3);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */

.ranking-table {
  width: 100%;
  font-size: .75rem;
  border-collapse: separate;
  border-spacing: 4px;
}

.ranking-table th,
.ranking-table td {
  width: calc(100% / 7);
  min-width: calc(230px / 3);
  padding: 1px;
  vertical-align: middle;
  text-align: center;
  font-size: .85rem;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #ddd;
}

.ranking-table th {
  background: #93b969;
  font-weight: 700;
  color: #fff;
  font-size: .85rem;
}

.ranking-table img {
  width: calc(280px / 3);
  height: auto;
}

.ranking-table em {
  font-size: 1rem;
  font-weight: 700;
}

.ranking-table small {
  font-size: .5rem;
}

.brbs-none {
  border-radius: 0 !important;
  box-shadow: unset !important;
}

@media (max-width: 575.98px) {
  .ranking-title img {
    width: 48px;
  }
}

/* arrows */
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #f98bbd, #f98bbd);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border: 1px solid #f98bbd;
  font-size: 13px;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  outline: 0;
}


/* 検索フォーム編集 */
label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

select {
  /* styling */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 16px;
  width: 49%;
}

@media (max-width: 575.98px) {
  .search-form {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/*20231024 新規追加 */

.content-w {
  max-width: 750px;
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.marker {
  background: linear-gradient(transparent 50%, #fbdd26 50%);
}

.tab-wrap {
  background-color: #fff;
  margin-bottom: 30px;
}

.tab-wrap ul {
  display: flex;
  background: #bfbfbf;
}

.tab-btn {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.tab-contents {
  display: none;
  opacity: 0;
  animation: fadeIn 0.7s ease 0s 1 normal;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.tab-contents.show {
  opacity: 1;
  display: block;
  padding: 15px;
}


.review-title {
  position: relative;
  display: inline-block;
  margin-top: 1.5em;
  min-width: 120px;
  max-width: 100%;
  background: #2095b5;
  width: 100%;
  text-align: center;
}

.review-title p {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
}

.review_wrap {
  width: 100%;
  padding: 1em;
  vertical-align: middles;
  border: 2px solid #2095b5;
}


.scroll-container {
  width: 100%;
  /* 必要な幅に合わせて調整 */
  overflow-x: auto;
  /* 横スクロールを有効にする */
  flex-wrap: wrap;
}

sup {
  font-size: 0.8px;
  vertical-align: top !important;
}


/* 20240314 追加 */
.btn_green {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  background: -moz-linear-gradient(top, #b2e13f, #38cc5a);
  background: -webkit-linear-gradient(top, #b2e13f, #38cc5a);
  background: linear-gradient(to bottom, #b2e13f, #38cc5a);
  border-radius: .5em;
  text-align: center;
  padding: .5em;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  display: block;
  box-shadow: 0px 10px 0px 0px #158f28;
}

.btn_green::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-small {
  display: block !important;
  font-size: 10px;
  width: 100%;
  color: #333;
  padding-bottom: 0.8em;
  font-weight: 600;
}

.note {
  padding: 1em 1.5em;
}

.note p {
  font-size: .8em;
  line-height: 1.5;
  text-align: justify;
}

/* footer */
#footer {
  background: #000;
}

#footer .inner-block {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#footer .cont {
  display: flex;
  padding: 3em;
  justify-content: center;
  gap: 1em;
}

#footer .cont-item {
  display: block;
  width: calc(100% / 3);
}

#footer .nav a {
  color: #FFF;
}

#footer .nav .ttl {
  display: block;
  margin: 30px 0 6px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}

#footer .nav .ttl:first-child {
  margin-top: 0;
}

#footer .nav .ttl+.ttl {
  margin-top: 10px;
}

#footer .nav ul {
  display: block;
  font-size: 14px;
  line-height: 2;
}

#footer .nav li {
  display: block;
  font-size: 14px;
  line-height: 2;
}

#footer .nav li:first-child {
  margin-top: 0;
}

#footer .nav li ul {
  margin: 0 0 0 2em;
}

#footer .nav li li {
  position: relative;
}

#footer .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}

#footer .company {
  display: block;
  margin-top: 62px;
}

#footer .logo img {
  width: 120px;
}

#footer .address {
  display: block;
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 2;
  color: #ccc;
}

#footer .copyright {
  color: #FFF;
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #434343;
}

@media screen and (max-width: 640px) {

  #footer .nav .ttl {
    margin-top: 1em !important;
  }

  #footer .nav li #footer .nav ul {
    margin: 0;
    font-size: 1.2em;
  }

  #footer .nav ul+.ttl {
    font-size: 1em;
  }

  #footer .nav li {
    font-size: 1em;
    line-height: 2.5;
  }

  #footer .company {
    margin-top: 30px;
  }

  #footer .address {
    margin: 10px 0 0;
    font-size: 10px;
  }
}

.review_scroll {
  width: 100%;
  max-height: 230px;
  height: 100%;
  overflow-y: scroll;
}

.review_box {
  border-bottom: 1px solid #446888;
  padding: 1rem 0;
}

.review_box .star {
  color: #fbdd26;
}

.review_box:last-child {
  border: none;
  padding-bottom: 0;
}

.review_box .txt_bold {
  display: flex;
}

/* TOP検索機能 アコーディオン */
.search-type01 {
  color: #FFF;
  background: #c49c00;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 2;
  position: relative;
  width: 96%;
  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-top: 1em;
}

.search-type01 .js-toggle-button {
  cursor: pointer;
  width: 100%;
}

.search-type01-box {
  display: none;
  width: 96%;
  max-width: 700px;
  margin: auto;
}

.search-type01-form-table {
  width: 100%;
  margin-bottom: 20px;
}

.search-type01-form-table th,
.search-type01-form-table td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #c49c00;
  background: #fff;
}

.search-type01-form-table td ul li {}

.search-type01-form-table th {
  width: 30%;
  background: #f1eddf;
  text-align: center;
  color: #746030;
  font-weight: bold;
}

.search-type01-form {
  border-radius: 4px;
}

.c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.c--jStart {
  justify-content: flex-start !important;
}

.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  pointer-events: none;
}

.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.js-toggle-button.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.icon:before,
.icon:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.icon:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}


.js-toggle-button.open .icon_wrap .icon:before {
  content: none;
}

.js-toggle-button.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-type01-box .button[data-button-color="green"] {
  color: #fff;
  text-decoration: none;
  border-radius: .3em;
  background: -moz-linear-gradient(top, #2bc548, #137920);
  background: -webkit-linear-gradient(top, #2bc548, #137920);
  background: linear-gradient(to bottom, #2bc548, #137920);
  box-shadow: 0px 5px 0px 0px #085d16;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border: none;
  width: 50%;
}

.syushi_tab {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin-top: 1em;
}

.syushi_tab>label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: .5em 1em;
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}

.syushi_tab>label:hover,
.syushi_tab label:has(:checked) {
  background-color: #fbdd26;
  color: #08294d;
}

.syushi_tab label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #fbdd26;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.syushi_tab input {
  display: none;
}

.syushi_tab>div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
  color: #02172f;
}

.syushi_tab label:has(:checked)+div {
  display: block;
}

.syushi_tab th,
.syushi_tab td {
  border: 1px solid #cad4e0;
  text-align: center;
}

.syushi_tab th {
  background-color: #fff4b3;
  font-weight: bold;
  width: 50%;
}


.tokuten_box {
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-top: 1em;
  border: 2px solid #2096b5;
}

.tokuten_box .title {
  width: 100%;
  background-color: #2096b5;
  font-weight: bold;
}

.tokuten_box .txt {
  padding: .5em;
  font-size: 1.2em;
}

.cv_wrap {
  text-align: center;
  font-weight: bold;
  margin: 1em 0 2em;
}


.blinking {
  -webkit-animation: blink .5s ease-in-out infinite alternate;
  -moz-animation: blink .5s ease-in-out infinite alternate;
  animation: blink .5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.table-scrolling {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

@media screen and (max-width: 690px) {
  .table-scrolling {
    overflow-x: auto !important;
  }
}