@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 1.5rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  background-color: #eeeeee;
  color: #0c0c0c;
  font-family: 'Noto Sans JP', sans-serif;
}

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

h1 {
  font-size: 1.4rem;
  /* 24px*/
  line-height: 1.5;
  text-align: center;
}

h1 img {
  width: auto;
}

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

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

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

sup {
  vertical-align: text-top;
  font-size: small;
}

.txtlink {
  color: #f2ce3a;
  font-size: 110%;
  font-weight: bold;
}

.pink {
  color: #b5285d;
}

.blue {
  color: #4DB7C8;
}

.or {
  color: #ed5e32;
}

.br-sp {
  display: none;
}

@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.8rem;
    line-height: 2;
  }

  .br-sp {
    display: block;
  }
}

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

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

a {
  color: inherit;
  text-decoration: underline;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

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

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

.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: #f37235;
}

.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(.95);
    opacity: 1
  }

  90% {
    opacity: .1
  }

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

.anime-wapper {
  position: relative;
  transition: .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%;
}

.wrapper-sub {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
}

.content {
  width: 100%;
}

.content h2 {
  margin-top: 3em;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .content h2 {
    margin-top: 1.5em;
    margin-bottom: 1rem;
  }
}

.sec_cont {
  width: 80%;
  margin: auto;
  padding: 0 0.6em;
}

@media screen and (max-width: 768px) {
  .sec_cont {
    width: 100%;
  }
}

.fv {
  text-align: center;
  position: relative;
}

.fv .copy {
  position: absolute;
  top: 14%;
  left: 5%;
  width: 60%;
}

.search-btn {
  margin-top: 2rem;
}

/* sec01 */

.box_best3 {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  padding: 0 1rem;
}

.box_best3 li {
  width: calc(100% / 3);
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.box_best3 li .icon {
  width: 50%;
  margin-bottom: 1rem;
}

.box_best3 .no1 {
  width: 36%;
}

.hikaku_btn {
  margin: auto;
  display: block;
  width: 40%;
  margin-top: 3rem;
}


@media screen and (max-width: 767px) {
  .box_best3 li .icon {
    width: 70%;
    margin-bottom: 0.5rem;
  }

  .hikaku_btn {
    width: 50%;
    margin-top: 2rem;
  }

  .box_best3 {
    margin-top: 2rem;
  }

  .box_best3 .no1 {
    width: 40%;
  }

  .box_best3_name {
    padding: 0 1rem;
  }

  .box_best3_name li {
    font-size: .8rem;
    line-height: 1.1rem;
  }

}



/* sec03 */
.best3 .tab_container {
  padding-bottom: 1em;
  background-color: #faf7f3;
  border: 1px solid #c1a88e;
  margin: 0 auto;
}

.best3 .tab_item {
  width: calc(100%/3);
  padding: 0.6em 0;
  border-bottom: 3px solid #c1a88e;
  background-color: #ede9e4;
  text-align: center;
  letter-spacing: 0.1em;
  color: #9e8266;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 1.5rem;
}

.best3 .tab_item:hover {
  opacity: 0.75;
}



.best3 input[name="tab_item"] {
  display: none;
}

.best3 .tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}

.best3 #tab1:checked~#tab1_content,
.best3 #tab2:checked~#tab2_content,
.best3 #tab3:checked~#tab3_content,
.best3 #tab4:checked~#tab4_content {
  display: block;
}

.best3 .tab_container input:checked+.tab_item {
  background-color: #c1a88e;
  color: #fff;
}

.tab_best {
  display: flex;
  align-items: flex-start;
}

.tab_best .flex1 {
  flex: 1;
}

.tab_best .flex2 {
  flex: 3;
  padding-left: .6em;
}

.tab_best a {
  width: 25%;
  margin-right: 0.6em;
}

.tab_best p {
  line-height: 1.4em;
  margin-top: 0.3em;
  font-size: 0.8em;
}

.tab_best_name {
  font-size: 1em;
  margin-bottom: 1em;
}

.tab_table_wrap {
  width: 100%;
}

.tab_best ul {
  list-style: none;
  display: table;
  width: 100%;
}

.tab_best ul li {
  text-align: center;
  vertical-align: middle;
}


.tab_best .price {
  display: table-cell;
  padding: 0.15em;
  font-size: 0.75em;
  border: 1px solid #ebe4dd;
}

.tab_best .item {
  font-weight: bold;
  background-color: #ebe4dd;
  width: 30%;
}

.tab_best .price2 {
  display: table-cell;
  padding: 0.15em;
  font-size: 0.75em;
  border: 1px solid #dfd6cd;
}

.tab_best .item2 {
  font-weight: bold;
  background-color: #dfd6cd;
  width: 30%;
}

.tab_best .jisseki {
  display: table-cell;
  padding: 0.4em 0.15em;
  font-size: 0.8em;
  border: 1px solid #e8fcff;
}

.tab_best .item3 {
  font-weight: bold;
  background-color: #e8fcff;
  width: 40%;
}

.tab_best .item4 {
  font-weight: bold;
  background-color: #f6feff;
  width: 40%;
}

.tab_support {
  width: 100%;
}

.tab_support ul {}

.tab_support ul li {
  text-align: left;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  margin-left: 1em;
  position: relative;
  list-style: none;
}

.tab_support ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: -10px;
  top: calc(0.75em - 3px);
}

.tab_support .cap {
  font-size: 0.8em;
}

/* sec05 */
.rank-content-ttl {
  margin-bottom: 20px;
}

.rank-box {
  margin-bottom: 30px;
  border-bottom: solid 1px #cccccc;
}

.rank-box-inner {
  margin: 0 1rem;
}

.rank-box-ttl {
  display: flex;
  align-items: center;
  margin: 1em 0;
  /* border-bottom: solid 1px #282b45; */
}

.rank-ico {
  width: 60px;
  margin-right: 10px;
}

.shop-name a {
  font-size: 1.8em;
  font-weight: bold;
  color: #0c0c0c;
  text-decoration: none;
}

.rank-img {
  margin-top: 1rem;
}

ul.rank-flex {
  margin-top: 1em;
  background-color: #FFF;
  width: 100%;
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}

ul.rank-flex ul {
  display: flex;
  font-size: 13px;
  font-weight: 600;
}

ul.rank-flex ul.ul01 {
  border-bottom: 0;
}

ul.rank-flex ul li {
  flex-grow: 1;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  text-align: center;
  padding: 5px;
  font-size: 1em;
}

ul.rank-flex ul li:last-child {
  border-right: none;
}

ul.rank-flex ul.ul01 li {
  background-color: #dedede;
}

ul.rank-flex .kind {}

.rank-box h4 {
  margin-top: 2rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

/* ランク内タブ */
.rank-box .tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border: 1px solid #3fb3c4;
  margin: 0 auto;
}

.rank-box .tab_item {
  width: calc(100%/2);
  padding: 15px 0;
  border-bottom: 3px solid #3fb3c4;
  background-color: #e4eced;
  text-align: center;
  line-height: 1.3em;
  color: #3fb3c4;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  transition: all 0.2s ease;
}

.rank-box .tab_item:hover {
  opacity: 0.75;
}

.rank-box input[name="tab_item2"] {
  display: none;
}

.rank-box .tab_content {
  display: none;
  padding: 1.3em 1.3em 0;
  clear: both;
  overflow: hidden;
}

.rank-box #tab5:checked~#tab5_content,
.rank-box #tab6:checked~#tab6_content {
  display: block;
}

.rank-box .tab_container input:checked+.tab_item {
  background-color: #3fb3c4;
  color: #fff;
}

.rank-box .tab_content_description .ttl {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0.4em;
}

.rank-box .tab_content_description .ttl_s {
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 0.15em;
  padding-top: 0.4em;
}

.rank-box .tab_content_description p {
  line-height: 1.3em;
}

.txt_s {
  font-size: 0.8em;
}

.otoku {
  margin-top: 1rem;
}

.matome {
  text-align: center;
}

.matome_img {
  padding: 0 1rem;
}

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

.article-ttl01 {
  margin: 10px 10px;
}

.article-ttl01 h1 {
  font-size: 2.4rem;
}

@media screen and (max-width: 575.98px) {
  .article-ttl01 h1 {
    font-size: 1.8rem;
  }
}

.article-ttl01 h2 {
  font-size: 2rem;
}

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

.article-block {
  margin: 20px 0;
}

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

.pt-bg {
  background: #e4eaec;
  position: relative;
  /* left: -1.8rem; */
  /* width: calc(100% + 3.6rem); */
  padding: 1rem;
}

.blue-bg {
  position: relative;
  left: -1.8rem;
  background: #CCF0F4;
  width: calc(100% + 3.6rem);
  padding: 0 1.6rem 2rem 1.6rem;
}

.article-block .writer-box {
  margin: 10px 0 20px;
  padding: 0 10px 10px;
  background: #ffedf1;
}

.article-block .writer-box h3 {
  font-size: 1.5rem;
  padding: 8px;
}

.article-block .writer-box .writer-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-block .writer-box .writer-box-content__left {
  width: 35%;
  margin-right: 10px;
}

.article-block .writer-box .writer-box-content__right {
  width: 65%;
}

.article-block .writer-box .writer-box-content__right .name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff6a85;
}

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

.back-y-link a {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding: 1.75rem 2.5rem;
  background: #FF6A86;
  box-shadow: 0 5px #a74557;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}

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

.back-g-link a {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  padding: 1.75rem 2.5rem;
  background: #f2ce3a;
  box-shadow: 0 5px #dab008;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}

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

.back-o-link {
  width: 80%;
  max-width: 400px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}

.back-o-link a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 1.75rem 2.5rem;
  background: #ff5050;
  border-top: solid 3px #ff5050;
  border-right: solid 3px #EA4B42;
  border-bottom: solid 3px #EA4B42;
  border-left: solid 3px #ff5050;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}

.cta-dclinic a {
  background: none;
  border: none;
  padding: 0;
}

.cta-dclinic img {
  filter: drop-shadow(8px 8px 3px rgb(0, 0, 0, 0.3));
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

@media (min-width:768px) {
  .back-o-link a {
    padding: 1.75rem 2.5rem;
    font-size: 1.8rem;
  }

  .cta-dclinic a {
    padding: 0;
  }
}

.article-block .txt-link {
  color: #ffac3b;
  font-weight: bold;
}

.article-block .table-of-contents {
  margin-top: 20px;
}

.article-block .table-of-contents h3 {
  text-align: center;
  border-bottom: 2px dashed #ff6a85;
  padding: 8px;
}

.article-block .table-of-contents ol {
  margin: 10px 0 10px;
  width: 50%;
}

.article-block .table-of-contents ol li {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.article-block__ttl {
  position: relative;
}

.article-block01 {
  text-align: center;
  position: relative;
}

.article-block01::after {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  background: #E7E6E6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.article-block01_txt {
  margin: 0;
  padding: 20px;
}

.article-block__ttl01 {
  color: #fff;
  font-size: 1.8rem;
  padding: 0.75rem 1.25rem;
  font-weight: bold;
  background: #FF93B2;
  text-align: center;
  margin-bottom: 0;
}


.article-block__ttl02 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0.75rem 0 .75rem 2.2rem;
  font-weight: bold;
  color: #4a4a4a;
  position: relative;
  border-bottom: 2px solid #8bf98f;
}

.article-block__ttl02:before,
.article-block__ttl02:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
}

.article-block__ttl02:before {
  top: 12px;
  left: 0;
  background: #67b167;
}

.article-block__ttl02:after {
  top: 16px;
  left: 6px;
  background: #8bf98f;
}

.article-block__ttl03 {
  margin: 20px auto 20px auto;
  padding: 1.8rem 1.25rem;
  font-weight: bold;
  background: #1A8FA6;
  color: #fff;
  text-align: center;
  max-width: 48rem;
}

#Type .article-block__ttl03 {
  background: #EEFE84;
  color: #262f43;
}

.article-block .article-block__ttl03 {
  background: #262f43;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  max-width: 48rem;
  margin: 20px auto 20px auto;
}

.article-block__ttl04 .rank1 {
  color: #BF9000;
  width: 100%;
  max-width: 90px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.article-block__ttl04 .rank2 {
  color: #A5A5A5;
  width: 100%;
  max-width: 64px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.article-block__ttl04 .rank3 {
  color: #C65911;
  width: 100%;
  max-width: 64px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.article-block__ttl04 .rank4,
.article-block__ttl04 .rank5 {
  color: #1A8FA6;
  width: 100%;
  max-width: 64px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.article-block__ttl04 {
  color: #1a8fa6;
  margin: 0;
  padding: 15px 0;
}

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

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

.article-block .blue-back {
  padding: 10px;
  margin: 10px 0;
  background: #dbefff;
}

.article-block .blue-back p {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.article-block .blue-back p span {
  font-weight: bold;
  font-size: 1.8rem;
}

.article-block .comparison-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.6rem;
  border-collapse: collapse;
  border-spacing: 0px;
}

.article-block .comparison-table td,
.article-block .comparison-table th {
  width: calc(100% / 3);
  border: 1px dashed #ff7177;
  padding: 5px 0;
  line-height: 1.4;
}

.article-block .comparison-table .rank {
  padding: 8px 0;
  text-align: center;
}

.article-block .comparison-table .ttl {
  text-align: center;
  padding: 10px 0;
  background: #fff !important;
}

.article-block .comparison-table .sub-ttl {
  padding: 1px 0;
  background: #ffeded;
}

.article-block .comparison-table .pkimg {
  text-align: center;
  padding: 10px 0;
}

.article-block .comparison-table .pkimg img {
  max-width: 100px;
}

.article-block .comparison-table .link {
  text-align: center;
  background: #ff7177;
}

.article-block .comparison-table .link:hover {
  opacity: .8;
}

.article-block .comparison-table .link a {
  width: 100%;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
}

.article-block .comparison-table .link a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

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

.bnr-block {
  width: 100%;
}

.bnr-block__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.bnr-block__item a {
  margin-bottom: 10px;
}

.bnr-block__item02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.bnr-block__item02 a {
  margin-bottom: 10px;
}

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

.header {
  background: #1B3667;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

footer {
  color: #fff;
  padding: 10px 0;
}

.footer-dk {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #262f43;
}

footer .footer-inr {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

footer .footer-inr .txt {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

footer .footer-inr .u-link {
  color: #1A8FA6;
}

footer .copy {
  text-align: center;
  font-size: 1.4rem;
}

footer .search-footer {
  flex-flow: column nowrap;
}

footer .search-footer .txt {
  width: 100%;
  margin: 0 auto 10px;
}

footer .footer-line {
  background: #262f43;
  width: 100%;
  height: 60px;
}

.inner {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.inner a img {
  width: 90%;
}


/* swiper */

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100% !important;
}

.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,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}



/* アコーディオン */
.accordion {
  margin: 2rem auto;
  width: 96%;
}



.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.ac_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  background-color: #848484;
  padding: .4em;
  display: block;
  color: #FFF;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 40%;
  width: 2px;
  height: 0.75em;
  background-color: #FFF;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.ac_content {
  max-height: 0;
  overflow: hidden;
}

.ac_content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.title+.ac_content {
  max-height: 1400px;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

/* table01 */
.table01 {
  margin: auto;
  text-align: left;
  font-size: 1.3rem;
}

.table01 tr {
  border-bottom: 1px solid #cccccc;
}

.table01 th,
.table01 td {
  padding: 1rem 0;
  border: none;
}

.table01 th {
  font-weight: bold;
  width: 20%;
  padding-left: 1rem;
  vertical-align: top;
}

.table01 td {
  text-align: justify;
  line-height: 1.5;
}

.txt_cap {
  margin-top: 1rem;
}

/* -------------------------------------------- */
/* ▼SP用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (max-width: 767px) {}


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

  .fv .copy {
    top: 16%;
  }

  .accordion {
    margin: 2rem auto;
    width: 80%;
  }

  .wrapper {
    width: 100%;
  }

  .content {
    width: 740px;
    margin: 0 auto;
  }

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

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

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

  .article-ttl01 {
    margin: 0 10px;
  }

  .article-ttl01 h1 {
    font-size: 2.5rem;
    /* 36px*/
  }

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

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

  .back-y-link {
    width: 500px;
  }

  .back-y-link a {
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
  }

  .back-g-link {
    width: 500px;
  }

  .back-g-link a {
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
  }

  .article-block .writer-box .writer-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-block .writer-box .writer-box-content__left {
    width: 20%;
    margin-right: 10px;
  }

  .article-block .writer-box .writer-box-content__right {
    width: 75%;
  }

  .inner {
    text-align: center;
  }

  .inner a img {
    width: 70%;
  }

  .bnr-block {
    width: 100%;
  }

  .search-btn {
    margin-top: 8rem;
  }

  .bnr-block__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bnr-block__item a {
    margin-bottom: 10px;
  }

  .bnr-block__item02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .bnr-block__item02 a {
    margin-bottom: 10px;
  }

  .bnr-block__item02 a:first-child {
    margin-right: 10px;
  }

  footer {
    color: #fff;
  }

  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
  }

  footer .footer-inr .txt {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.5;
  }

  footer .copy {
    text-align: center;
    font-size: 1.4rem;
  }

  footer .search-footer .txt {
    width: 70%;
    margin: 0 auto 10px;
  }

  .swiper-container {
    width: 85%;
  }


  .fv {
    width: 750px;
    height: 452px;
    margin: auto;
  }

  .copy {}

  .sec01_txt {
    padding: 2.5em;
  }

  .rank-ico {
    width: 90px;
  }

  .rank-box .tab_item {
    font-size: 1.2em;
  }

  ul.rank-flex ul li {
    font-size: 1.1em;
  }

  .tab_best .flex1 {
    flex: 1;
  }

  .tab_best .flex2 {
    flex: 4;
    padding-left: .8em;
  }

  .tab_best_name {
    font-size: 1.5em;
  }

  .tab_best .price,
  .tab_best .price2,
  .tab_best .jisseki {
    font-size: 1.2em;
  }

  .tab_best {
    display: flex;
    align-items: flex-start;
  }

  .tab_best p {
    line-height: 1.4em;
    margin-top: 0.3em;
    font-size: 1em;
  }

  .tab_best a {
    margin-right: 1em;
  }

  .txt_s {
    font-size: 1em;
  }

  .tab_support ul li {
    font-size: 1.2em;
  }

  .shop-name a {
    font-size: 3.6rem;
  }

  .txt_cap {
    font-size: 1.4rem;
  }
}


/* 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-wrap {
  margin: 0 auto 32px;
  width: 100%
}

.flex-inner {
  text-align: center;
  padding-top: 10px;
}

.flex-inner-top {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .flex-wrap {
    width: 80%;
  }
}

.ranking-ttl {
  /* padding-bottom: 10px; */
  width: 100%;
  position: relative;
  left: -1.8rem;
  width: calc(100% + 3.6rem);
}

.ranking-ttl h2 {
  background: #262f43;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  max-width: 48rem;
  margin: 20px auto 20px auto;
  position: relative;
  z-index: 1;
}

.ranking-ttl::after {
  content: '';
  height: 50%;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ranking-ttl_txt {
  font-size: 3rem;
}

.flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 8px;
}

.flex_box .flex-left {
  width: 30%;
}

.flex_box .flex-right {
  margin-left: 8px;
}

.flex_box .flex-right h4 {
  font-weight: bold;
  color: #ff6a85;
}

.flex_box .flex-right p {
  font-size: 1.3rem;
}

/* comporment */
.comporment-wapper {
  flex-wrap: wrap;
  justify-content: flex-start !important;
}

.comporment-wapper .comporment-box {
  background: #f2ce3a;
  font-weight: 400;
  color: #fff;
  margin: 2px;
  padding: 0px 8px;
}

@media (min-width: 576px) {
  .comporment-wapper {
    justify-content: center !important;
    width: 85%;
    margin: 0 auto;
  }

  .comporment-wapper .comporment-box {
    padding: 8px 16px;
  }
}

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

.flex_ttl .flex_inner_ttl {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}

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

.flex_ttl .rank1_ttl {
  color: #1a8fa6;
}

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

.price {
  font-weight: 500;
  text-align: center;
}

.price .price_score {
  padding: 0 8px;
  font-size: 3rem;
}

.hikaku-ttl,
.point-ttl {
  width: 100%;
  position: relative;
  /* left: -1.8rem; */
  /* width: calc(100% + 3.6rem); */
}

.hikaku-ttl h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background: #262f43;
  color: #fff;
  line-height: 1.6;
  padding: 10px;
  margin: 20px auto 20px auto;
  position: relative;
  z-index: 1;
}

.point-ttl h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  padding: 10px;
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hikaku-ttl::after,
.point-ttl::after {
  content: '';
  height: 50%;
  background: #d5dee0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hikaku-ttl span {
  font-size: 2.3rem;
}

/* slider arrow打ち消し */
.slick-next,
.slick-prev {
  display: none !important;
}

.concept {
  text-align: center;
  font-weight: bold;
}

.annotation {
  color: #A6A6A6;
  font-size: 1.1rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .annotation {
    color: #A6A6A6;
    font-size: 1.3rem;
    text-align: right;
    text-align: right
  }
}

.review-number {
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-left: 10px;
}

.mv-under_col {
  padding: 15px 0 5px 0;
  background: #CCF0F4;
}

.mv-under_col li {
  list-style: none;
}

.point-inner-ttl {
  border-bottom: dashed 2px #4DB7C8;
  font-size: 1.7rem;
  padding-right: 48px;
}

.point-inner-ttl span {
  display: block;
  color: #262f43;
}

.point-no {
  color: #262f43;
  font-size: 3.5rem;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}

.coupon-wrapper {
  position: relative;
  background: #FFFFE7;
  text-align: center;
  font-weight: bold;
}

.coupon-code {
  background: #fff;
  margin: 0;
  padding: 10px 0;
}

.coupon__ttl {
  width: 100%;
  position: relative;
  left: -1.8rem;
  width: calc(100% + 3.6rem);
}

.coupon__ttl h2 {
  text-align: center;
  font-weight: bold;
  background: #FFFF66;
  color: #000;
  line-height: 1.6;
  padding: 10px;
  max-width: 48rem;
  margin: 50px auto 20px auto;
  position: relative;
  z-index: 1;
}

.coupon__ttl::after {
  content: '';
  height: 50%;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots {
  background: #fbffe1;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li button {
  font-size: initial !important;
  width: 100% !important;
  height: 100% !important;
}

.slick-dots li button:before {
  content: '' !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  border: solid 1px #262f43;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background: #262f43;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.annotation-coupon {
  font-size: 1.2rem;
}

.survey_contents {
  width: fit-content;
  margin: 0 auto;
}

.survey_contents li {
  margin-bottom: 5px;
}

.result-title {
  border-bottom: 1px solid #262f43;
  color: #262f43;
  padding: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
}

.result-table th {
  text-align: left;
  padding-left: 8px;
}

.result-table td {
  text-align: right;
  padding-right: 8px;
}

.point-plus {
  transition: .3s;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}

.point-plus-active {
  transform: translateY(-50%) rotate(45deg);
}


.footer {
  font-size: 1em;
  text-align: center;
  color: #0c0c0c;
  padding: 1.5em 0;
  margin-top: 3em;
  border-top: 1px solid #e5e5e5;
}

.footer a:link {
  color: #0c0c0c;
}

.footer a:visited {
  color: #0c0c0c;
}

.footer_link {}

.footer p {
  font-size: 1em;
}

/*report*/
.report_mov {}

.report_mov video {
  position: absolute;
  top: 0;
  left: 0;
}


/*info.html*/

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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


.info_header {
  padding: 1em 0;
  margin-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.info_header h1 {
  font-size: 1.7rem;
  color: #0c0c0c;
  font-weight: bold;
}

.article-block h2 {
  margin-bottom: 1em;
  letter-spacing: 0.2rem;
  margin-top: 2em;
  text-align: center;
  font-weight: bold;
}

.article-block p {
  font-size: 1em;
  letter-spacing: 0.03em;
}


.pankuzu {
  font-size: 12px;
  margin-bottom: 3em;
  margin-top: 1em;
}

.pankuzu span {
  padding: 0 0.7em;
}

.info_content {}

.info_ad {
  text-align: center;
}

.info_ad img {}

@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}

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



@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}


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

  .sp_none {
    display: block;
    margin: auto;
    padding: 20px;
  }
}

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

  .sp_none {
    display: none;
    margin: auto;
    padding: 20px;
  }
}

.info-h2 {
  text-align: center;
  /* font-size: 2rem; */
  color: #262f43;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

.menseki {
  color: #262f43;
  line-height: 1.6em;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 100px;
}


/* contact.html */

.center input {
  box-sizing: revert;
}




/**/
/* ranking-table-o */

.ranking-table-o {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: scroll;
}

.ranking-table-o tbody {
  width: max-content;
}

.ranking-table-o-ttl {
  width: 100%;
  height: 50px;
  background-color: #ffa311;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}

.ranking-table-o th,
.ranking-table-o td {
  width: calc(100% / 5);
  min-width: calc(500px / 5);
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  border: 0.5px #d3d3d3 solid;
  font-size: 13px;
}

.text-small {
  display: block !important;
  font-size: 12px;
  width: 100%;
  color: #504b43;
  padding-bottom: 0.8em;
}

.text-small_2 {
  font-size: 14px;
}

.ranking-table-o th {
  background: #e4e4e4;
  font-weight: 500;
  position: sticky;
  left: 0;
  color: #504b43;
  z-index: 99999;
}

.osusume {}

.osusume h2 {
  margin-bottom: 2rem;
}

.ranking-table-o td {
  background: #f6f6f6;
  font-weight: 500;
  min-width: 140px;
}

.ranking-table-o img {
  max-height: 200px;
  width: 100px;
  padding: 0 10px;
}

.td-in {
  position: relative;
  min-height: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  align-items: center;
  vertical-align: middle;
  padding: 0.5rem;
}

.td-in .star {
  color: #ff5a00;
}

.ranking-table-o td .button {
  text-decoration: none;
}

.ranking-table-o em {
  font-weight: 700;
}

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

.table-ttl-o {
  border: none !important;
  color: #fff;
  background: #ffa311 !important;
}

.ranking-table-o td .rank-ttl {
  display: block;
  text-decoration: none;
  position: relative;
}

.ranking-table-o td .rank-ttl .rank-nam {
  position: absolute;
  top: -10px;
  left: -7px;
  width: 28px;
}

.ranking-table-o td .rank-ttl p {
  margin: 0;
  color: #000;
  background: #fff;
  /* height: 75px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  min-width: 85px;
  height: 40px;
}





/* ranking table */
.ranking-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranking-title img {
  width: 64px;
}

/* .ranking-table-wrapper {
  border: 1px solid #3ca2f9;
} */
.ranking-table {
  width: 100%;
  font-size: .75rem;
}

.ranking-table th,
.ranking-table td {
  width: calc(100% / 8);
  min-width: calc(350px / 3);
  padding: 8px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #bebebe;
  text-align: center;
}

.ranking-table th {
  background: #e8e8e8;
  font-size: 13px;
  font-weight: 600;
  color: #0c0c0c;
  padding: 5px;
  border-right: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

.ranking-table td {
  font-weight: 500;
  padding: 0.7rem;
  border: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  font-size: 13px;
  line-height: 1.3;
}

.ranking-table img {
  width: auto;
  max-height: 93px;
}

.ranking-table td .button {
  font-size: 1.2rem;
  text-decoration: none;
}

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

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

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




@media (min-width:768px) {
  .ranking-table-o td .rank-ttl .rank-nam {
    position: absolute;
    top: 0px;
    left: 0;
    width: 37px;
  }
}

.table-main-btn {
  color: #fff;
  background-color: #c11919;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
  box-shadow: 0px 8px #A50A0B;
}

.table-btn {
  color: #fff;
  background-color: #818181;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
  box-shadow: 0px 8px #565656;
}

.do {
  color: #f00;
  font-size: 4rem;
  position: absolute;
  top: 8%;
  left: 35%;
  z-index: 0;
  opacity: .15;
}

.do_high {
  color: #f00;
  font-size: 4rem;
  position: absolute;
  top: 18%;
  left: 34%;
  z-index: 0;
  opacity: .15;
}

.no {
  color: rgb(68, 68, 245);
  font-size: 5rem;
  position: absolute;
  top: -2%;
  left: 31%;
  z-index: 0;
  opacity: .1;
  font-weight: normal;
}

.ta {
  color: rgb(85, 243, 64);
  font-size: 4rem;
  position: absolute;
  top: 6%;
  left: 35%;
  z-index: 0;
  opacity: .2;
}

.ta_high {
  color: rgb(85, 243, 64);
  font-size: 4rem;
  position: absolute;
  top: 5%;
  left: 35%;
  z-index: 0;
  opacity: .2;
}

.ci {
  color: rgb(232 151 42);
  font-size: 4rem;
  position: absolute;
  top: 7%;
  left: 35%;
  z-index: 0;
  opacity: .3;
}

.ci_high {
  color: rgb(232 151 42);
  font-size: 4rem;
  position: absolute;
  top: 11%;
  left: 35%;
  z-index: 0;
  opacity: .3;
}

.hf {
  color: rgb(163, 163, 163);
  font-size: 4rem;
  position: absolute;
  top: 4%;
  left: 44%;
  z-index: 0;
  opacity: .3;
}

/* search.html */

.gap1 {
  gap: 1rem;
}