@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: #1a1a1a;
  background-image: url(../img/bg.png);
  background-position: center center;
  background-attachment: fixed;

}

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: #1a1a1a;
}

@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: 2;
  }
}

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: #1a1a1a;
  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;
  }
}

.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;
}

/* ========================================================
color
=========================================================*/
.f-red {
  color: #ff0000 !important;
}

.f-pink {
  color: #f76a8c;
}

.f-blue {
  color: #3ca2f9 !important;
}

.f-bro {
  color: #a28449;
}

/* 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;
}

.star {
  color: #f90101;
}

.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;
}

.lp_btn {
  width: 720px;
}

@-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: #313131;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.content_wrap {
  padding: 0 1em;
  text-align: center;
  margin-top: 1em;
}



.ranking_title {
  margin: 1em 0;
  position: relative;
}

.ranking_title .date {
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 1.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: bold;
  width: 60%;
  border: 1px solid #fff;
}

.article-block {
  background-color: #e5ebed;
  margin: 0 1em;
}

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

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

.article-block .back-b-link {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.article-block .back-b-link a {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background: linear-gradient(to bottom, #74befd 0%, #3ca2f9 100%);
  box-shadow: 3px 3px #4591d2;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}




.article-block__ttl04 {
  margin: 0;
  padding: 5px;
  background-color: #c10e0e;
}

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

.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%;
}



.rank_content_wrap {
  padding: 0 1em;
}

.tekichu_box {
  background-color: #FFF;
  width: 100%;
  border: 4px solid #c10e0e;
  text-align: center;
  padding-bottom: 1em;
}

.tekichu_box .title {
  background-color: #c10e0e;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  gap: 3px;
  margin-bottom: .6em;
}

.tekichu_box .title img {
  width: 28px;
  height: auto;
  padding-bottom: 4px;
}

.tekichu_box ul li {
  line-height: 2;
  font-weight: bold;
}

.point_box {
  background-color: #FFF;
  width: 100%;
  border: 4px solid #19b3d3;
  text-align: center;
  padding-bottom: .5em;
  margin-top: 1em;
}

.point_box .title {
  background-color: #19b3d3;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  gap: 3px;
  margin-bottom: .6em;
}

.point_box .title img {
  width: 28px;
  height: auto;
  padding-bottom: 4px;
}

.point_box ul li {
  line-height: 1.2;
  margin-bottom: .6em;
  font-weight: bold;
  display: flex;
  gap: 1em;
  align-items: stretch;
  text-align: left;
}

.point_box ul {
  margin: 0 1em;
}

.point_box ul li .num {
  color: #19b3d3;
  font-size: 1.6em;
  border-right: 2px solid #19b3d3;
  padding-right: .3em;
}

.point_box ul li p {
  line-height: 1.4;
}



.muryou_box {
  background-color: #FFF;
  width: 100%;
  border: 4px solid #109025;
  text-align: center;
  padding-bottom: 1em;
  margin-top: 1em;
}

.muryou_box .title {
  background-color: #109025;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  gap: 3px;
  margin-bottom: .6em;
}

.muryou_box .title img {
  width: 28px;
  height: auto;
  padding-bottom: 4px;
}

.muryou_box ul li {
  line-height: 1;
  font-weight: bold;
}

.race_txt{
  font-size: 2rem;
  color: #fe0000;
  font-weight: bold;
}

.l-week{
  font-size: 1.2rem;
}

.muryou_btn {
  display: inline-block;
  background-color: #f90101;
  width: 80%;
  text-decoration: none;
  color: #FFF !important;
  box-shadow: 0px 5px #920000;
  border: solid 1px #ffa8a8;
  border-radius: 5px;
  margin: 5px;
  background-color: #f90101;
  font-size: 2rem;
}



.review-title {
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  gap: 3px;
  margin-top: 1em;
}

.review-title img {
  width: 24px;
  height: auto;
}

/* -------------------------------------------- */
/* ▼アコーディオン */
/* -------------------------------------------- */
.s_01 .accordion_one {
  max-width: 700px;
  width: 96%;
  margin: 0 auto;
  background-color: #FFF;
  margin-top: 1em;
}

.s_01 .accordion_one .accordion_header {
  background-color: #525252;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}

.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  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;
}

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

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 17px;
  top: 0;
  left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #525252;
  border-right: 2px solid #525252;
  border-bottom: 2px solid #525252;
  box-sizing: border-box;
}

.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}

.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 5px 10px 5px 10px;
  }
}




/*====================================================================
検索機能
====================================================================*/

.search-type02 {
  text-align: left;
}

.search-type02 h1 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 20px;
}

fieldset {
  border: none;
  margin-bottom: 1.5em;
}

.search-type02-w {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: .3em;
  margin-bottom: .6em;
}

.search-type02-w-item {
  font-weight: bold;
  color: #000;
  width: 20%;
}

.search-type02-w-item span {
  vertical-align: -6px;
  color: #f90101;
  margin-right: .2em;
}

.search-type02 input[type="radio"] {
  display: none;
}

.search-type02 label {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin: 4px;
  border-radius: 4px;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease;
}

.search-type02 input[type="radio"]:checked+label {
  background-color: #c9ed9a;
  color: #000;
  border-color: #a7d36f;
}

.result_item {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 1em;
  display: flex;
  gap: 1em;
  line-height: 1.5;
}

.flex_result_item.w80{
  width: 80%;
}

.flex_result_item .rank {
  font-weight: bold;
  background-color: #1a1a1a;
  padding-bottom: 0;
  color: #FFF;
  text-align: center;
  width: 4em;
  margin-bottom: 20px;
}

.flex_result_item .name {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  border: none;
}

.flex_result_item .link_btn {
  max-width: 250px;
  min-width: 130px;
  width: 80%;
  display: block;
  font-size: .95em;
  font-weight: bold;
  border-radius: 9999px;
  padding: .5em;
  background-color: #0ab850;
  color: #fff;
  border: none;
  box-shadow: 0px 6px 0px 0px rgb(29 144 55);
  text-align: center;
  margin: .5em 0;
  text-decoration: none;
}

.flex_result_item p {
  text-align: left;
}

@media (max-width:768px) {
  .result_item {
    display: block;
    text-align: center;
  }

  .flex_result_item .link_btn {
    margin: auto;
    margin-top: .5em;
  }

  .search-type02-w-item {
    font-size: 14px;
    width: 100%;
    flex-shrink: 0;
  }

  .search-type02 label {
    font-size: 12px;
  }

  .search-type02-w {
    display: block;
  }

  .flex_result_item.w80{
  width: 100%;
}
}

.search-type02 .hidden {
  display: none;
}

.search-type02 button {
  max-width: 250px;
  width: 60%;
  display: block;
  margin: auto;
  font-size: .95em;
  font-weight: bold;
  border-radius: 999px;
  padding: .5em;
  background-color: #0ab850;
  color: #fff;
  border: none;
  box-shadow: 0px 6px 0px 0px rgb(29 144 55);
}

#resetBtn {
  max-width: 250px;
  width: 60%;
  display: block;
  margin: auto;
  font-size: .95em;
  font-weight: bold;
  border-radius: 999px;
  padding: .5em;
  background-color: #858585;
  color: #fff;
  border: none;
  box-shadow: 0px 6px 0px 0px rgb(109 109 109);
}

#results {
  margin-top: 30px;
}





/*====================================================================
以下は不要です。
====================================================================*/

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px 500px;
}

.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}

.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

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

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

  .content_wrap img {
    width: 60%;
  }

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

  .ranking_title .date {
    bottom: 1.8em;
  }

}

@media screen and (max-width: 580px) {
  .ranking_title .date {
    bottom: .3em;
  }
}


/* 20190903 */
.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%;
}

span.ex {
  font-size: 2.5rem;
  color: #f8525d;
}

span.go {
  font-size: 2.5rem;
  color: #7cd0dd;
}

span.so {
  font-size: 2.5rem;
  color: #f5c132;
}

span.ba {
  font-size: 2.5rem;
  color: #7a7a7a;
}

@media (max-width: 575.98px) {
  span.ex {
    font-size: 1.5rem;
  }

  span.go {
    font-size: 1.5rem;
  }

  span.so {
    font-size: 1.5rem;
  }

  span.ba {
    font-size: 1.5rem;
  }
}


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

.flex_ttl .flex_inner_ttl {
  font-size: 1.4em;
  font-weight: bold;
  color: #139647;
}

.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;
  }
}


/*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: #FFF;
}

.info_header {
  border: 1px solid #1a1a1a;
  padding: 1em;
  margin-bottom: 0.5em;
  text-align: left;
  margin-top: 2em;
}

.info_header h1 {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.4em;
}

.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;
    width: 100%;
    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;
}

.info_content p {
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.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 {
  display: block;
}

.info_table th {
  font-weight: bold;
  text-align: left;
}

.info_table td {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 1em;
}

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

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

.txt_w {
  color: #FFF;
  font-weight: bold;
}

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

.txt_bold {
  font-weight: bold;
}

.txt_bold p {
  margin: 0;
}

.txt_s {
  font-size: 0.8em;
}

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

.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;
}



/* 検索フォーム編集 */
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%;
}


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

  16% {
    transform: rotate(12deg);
  }

  32% {
    transform: rotate(-10deg);
  }

  48% {
    transform: rotate(8deg);
  }

  64% {
    transform: rotate(-6deg);
  }

  80% {
    transform: rotate(4deg);
  }

  96% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px;
}


[data-tab-content] {
  display: none
}

[data-tab-content].active {
  display: block;
}




.review_wrap {
  width: 100%;
  padding: 1em;
  background-color: #FFF;
}

.review_wrap div:first-child {
  margin-top: 0;
}


/* footer */



#footer {
  background: #000;
}

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

#footer .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  gap: .6em;
  justify-content: center;
}

#footer .cont a {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
}


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



/* グラフ */

.review_box {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-top: 1em;
}

.review_box img {
  width: 50px;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 13px 18px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #e5ebed;
  border-radius: 10px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #e5ebed;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.review_box p {
  line-height: 1.4;
}




/* TOP検索機能 アコーディオン */

.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%;
}


/* 矢印 */


.arrowFlow__area {
  width: 100%;
  height: auto;
}

.arrowFlow__inner {
  padding-bottom: 80px;
  overflow-y: hidden;
  position: relative;
}

.arrowFlow__beforeG,
.arrowFlow__afterG {
  width: 80%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  animation-name: arrowFlow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: translate(-50%, -300%);
  position: absolute;
  top: 0;
  left: 50%;
}

.arrowFlow__afterG {
  animation-delay: 1s;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #FF0000;
  line-height: 1;
  position: relative;
  width: 30px;
  height: 20px !important;
  background: currentColor;
  margin: 0 -20px;
}

.arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #FF0000 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes arrowFlow {
  0% {
    transform: translate(-50%, -300%);
  }

  60% {
    transform: translate(-50%, 100%);
  }

  100% {
    transform: translate(-50%, 400%);
  }
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows {
  position: relative;
  /*widget自体の高さ*/
  height: 50px;
  /*widgetの下余白*/
  margin-bottom: 1em;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2

/*一個目の矢印*/
.cp_arrows .cp_arrowfirst {
  /*アニメーション設定。
   左からアニメーション名、動きの速さ（2s=2秒）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
  animation: arrow-move08 2s ease-in-out infinite;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2

/*二個目の矢印*/
.cp_arrows .cp_arrowsecond {
  /*アニメーション設定。
   左からアニメーション名、動きの速さ（2s=2秒）、開始時間（1s=1秒後）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
  animation: arrow-move08 2s 1s ease-in-out infinite;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2

/*共通設定*/
.cp_arrows .cp_arrow {
  position: absolute;
  /*矢印の到着位置　（縦位置）*/
  top: 100%;
  /*矢印の到着位置　（横位置）*/
  left: 45%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  /*透明度（0=透明、1=不透明）*/
  opacity: 0;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .content :first-child {
  margin-top: 0;
}

@keyframes arrow-move08 {

  /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
  0% {
    top: 40%;
    opacity: 0;
  }

  /*2sの70％（1.7秒）時に不透明になる*/
  70% {
    opacity: 1;
  }

  /*2s（2秒）時に透明になる*/
  100% {
    opacity: 0;
  }
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows .cp_arrow:before {
  /*矢印左の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
  transform: rotate(30deg) translateX(-39%);
  /*矢印左の棒の起点。（top left=左上）*/
  transform-origin: top left;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows .cp_arrow:after {
  /*矢印右の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
  transform: rotate(-30deg) translateX(39%);
  /*矢印右の棒の起点。（top right=右上）*/
  transform-origin: top right;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows .cp_arrow:before,
#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*矢印の棒の横の長さ*/
  width: 40px;
  /*矢印の棒の縦の長さ*/
  height: 3px;
  content: '';
  /*矢印の色*/
  background: #FF0000;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows *,
#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows *:before,
#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows *,
#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows *:before,
#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .cp_arrows *:after {
  box-sizing: border-box;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 content div:after,
#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .content p:after {
  clear: both;
}

#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .content div :after,
#sb-part-1449.sb-custom-part-l4jru8pt6mzqjh8hvp2 .content p:after {
  display: block;
  content: "";
  clear: both;
}

.s_00 p{
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}

.s_00 p span{
  font-size: 3rem;
  text-align: center;
  color: #ffd817;
  line-height: 1.6;
  font-weight: bold;

}