@charset "UTF-8";
/*
 *
 * style.scss
 *
 */
/*
 *
 * _media_query.scss
 *
 */ 

/* ------------------------------------------------------------
 独自リセット・共通スタイル
------------------------------------------------------------ */

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media (max-width: 959px) {
  html {
    font-size: 94%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  scroll-padding-top:120px;
  margin: 0;
}

a {
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (min-width: 960px) {
  a:hover {
    transition-duration: 0.2s;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
p {
  line-height: 1.9;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  vertical-align: bottom;
  /*max-width: none;*/
}

*:focus {
  outline: none;
}

@media screen and (max-width: 768px){
.br-pc {display: none; }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

.br-high {
  display: block;
  content: "";
  margin: 10px 0;
}


.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  background: #fdfdfd;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #1b9f83;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}
@keyframes loading {
  0% { transform: rotate( 0deg ); }
  100% { transform: rotate( 360deg ); }
}

@media screen and (min-width: 768px) {
  .loading {
  position: fixed;
  z-index: 1000;
  width: 1000px;
  height: 100vh;
  margin: auto;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}
}


.flame {
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
    padding: .2em .5em;
    margin: .2em;
    font-size: .95em;
    line-height: 2.5em
}

.flame:nth-child(1) {
    margin-left: 1em
}

@media(max-width: 800px) {
    .flame {
        padding:0 .5em;
        margin: .2em .4em .2em 0;
        font-size: .95em;
        line-height: 1.5em;
        display: inline-block
    }

    .flame:nth-child(1) {
        margin-left: 0
    }
}

/* ------------------------------------------------------------
  .strong 文字装飾
------------------------------------------------------------ */
.strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topic {
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

.topic1 {
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
  color: red;
  font-size: 1.3rem;
}

.topic2 {
  font-weight: bold;
  color: #fa4141;
  text-decoration: underline;
}

.pink {
  color: #fa4141;
  font-size: 1.4rem;
  font-weight: bold;
}
.pink1 {
  color: #fa4141;
  font-size: 1.2rem;
  font-weight: bold;
}

.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  font-size: 1.5rem; /*フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/* ------------------------------------------------------------
  body-wrapper
------------------------------------------------------------ */
.body-wrapper {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
 .body-wrapper {
  overflow-x: hidden;
  max-width: 750px;
  margin: auto;
  border: solid 1px #ccc;
 }
}
/* ------------------------------------------------------------
  header ヘッダー
------------------------------------------------------------ */
header{
  background:#fff;
  width:100%;
  position:fixed;
  z-index:100000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*これを付け足し*/
}

@media screen and (max-width: 768px) {
 .header_bg {
  display: none;
}
}

@media screen and (min-width: 768px) {
 .normal-header {
  display: none;
 }
 /* Normal header style */
.header_bg {
  background: #fff;
  width: 100%;
  height: 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*これを付け足し*/
}
.header_contents {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_contents h1 {
  width: 200px;
  margin: 0 0 0 5px;
}
.header_nav_lists {
  display: flex;
}
.header_nav_lists li {
  margin: 0 40px 0 0;
}
.nav_link {
  font-size: 1.0rem;
  font-weight: bold;
}
/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.menu_line {
  background: #000;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0;
}
}

header,header #logo{
  height:50px;
  top:0;
  left:0
}
header #logo{
  width:55px;
  position:absolute;
  margin:0;
  border-right:1px solid #adac9c;
  z-index:7;

}
#gnavi{
  border-bottom:1px solid #cdcccc
}
#gnavi ul{
  display:table;
  width:73%;
  height:50px;
  position:absolute;
  right:11%;
  top:0;
  z-index:2;
  margin:0;
  border-top:1px solid #cdcccc;
  border-right:1px solid #cdcccc;
  box-shadow:1px 0 1px 0 rgba(0,0,0,.2)
}
#gnavi li{
  display:table-cell;
  width:25%;
  height:50px;
  vertical-align:top;
  padding:5px 0;
  text-align:center;
  background-color:#fff;
  font-size:9px;
}

#gnavi li a,#gnavi p.beginner a{
  color:#656255;
  font-weight:700;
  letter-spacing:-1px;
  height:39px;
  display:block;
  border-right:1px solid #cdccc7;
  box-sizing:border-box;
}
#gnavi li:last-child a{
  border-right:none
}
#gnavi li a span.wrap,#gnavi p.beginner a span{
  display:inline-block;
  padding-top:5px;
  line-height:1.2;
}
#gnavi li a span.wrap span{
  color:#1065b4;
  font-size:9px
}
#gnavi p.beginner{
  width:12%;
  height:50px;
  position:absolute;
  right:0;
  top:0;
  z-index:1;
  padding:10px 0;
  line-height:1.1;
  text-align:center;
  background-color:#e7e7d5;
  background-position:50% 1px;
  background-repeat:no-repeat;
  background-size:24px 22px;
  background-image:url(/images/sp/common/gnavi05.png)
}
#gnavi p.beginner a{
  font-size:9px;
  text-shadow:.5px .866px 0 #fff
}
/* ------------------------------------------------------------
  main-visual メインビジュアル
------------------------------------------------------------ */
.main-visual {
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
  background: #fff;
}

.main-visual .main-visual__bg {
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .main-visual {
  padding-top: 80px;
}
}
/* ------------------------------------------------------------
  タイマー
------------------------------------------------------------ */

#timer_wrap {
  text-align: center;
  margin-top: -5px;
  position: absolute;
  top: 44%;
  right: 2%;
}

#timer_wrap .inner {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  max-width: 500px;
  margin: auto;
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 10px;
}

#timer_wrap .timerbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.time {
  font-weight: bold;
  font-size: 1.1rem;
  color: #fdf405;
  animation: flash 2s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  60% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
#timer_wrap {
  top: 40%;
  right: 2%;
}

#timer_wrap .inner {
  max-width: 800px;;
  font-size: 1.8rem;
}

.time {
  font-size: 2.6rem;
}
}

/* ------------------------------------------------------------
  診断
------------------------------------------------------------ */
.shindan {
  margin-top: -20px;
}

.shindan_body {
  width: 90%;
  height: 250px;
  margin: auto;
  border-radius: 10px;
}

.shindan h2 {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 5px;
  background: #1b9f83;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 10;
}


.choose_box {
  position: relative;
  width: 100%;
}
 .choose_box p {
  margin-bottom: 10px;
  font-size: 1.0rem;
  display: block;
  font-weight: 600;
  text-align: center;
  }

.choose_box li {
  list-style: none;
  flex: 1;
}

.choose_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.step {
  color: #e52780;
  font-weight: bold;
} 

.btn {
  display: inline-block;
  flex: wrap;
  min-width: 150px;
  color: #f39800;
  padding: 5px 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #f39800;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn:hover {
  background-color: #f39800;
  color: #fff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.btn img {
  width: 70%;
}

#q_01 .btn {
  padding: 5px 0px;
  min-width: 80px;
}

@media screen and (max-width: 420px) {
 .btn img {
  width: 50%;
}
#q_01 .btn {
  padding: 5px 0px;
  min-width: 70px;
}

}

.fit {
  position: absolute;
  left: 0px;
  top: -12px;
  width: 100%;
  text-align: center;
  border: solid 2px #1b9f83;
  padding: 20px 10px 10px;
  background: #f3fffd;
}

.fit p {
  font-size: 1.0rem;
  display: block;
  font-weight: 600;
  text-align: center;
  }

@media screen and (min-width: 768px) {
 #q_01 .btn {
  min-width: 100px;
}

}

.result_btn {
  display: inline-block;
  flex: wrap;
  min-width: 200px;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  text-align: center;
  background-image: linear-gradient(to right, #e52780, #fc6076);
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 50px;
  cursor: pointer;
}

.result_btn:hover {
  background-color: #fff;
  color: #e52780;
  border: solid 2px #e52780;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.result_type0  {
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  }

.result_type1  {
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  }


.result_theme p  {
  text-align: center;
  padding-top: 10px;
  color: #f39800;
  font-size: 18px;
}


.return-btn {
  margin-top: 25%;
  margin-left: 35%;
  margin-right: 35%;
  width: 30%;
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
 .shindan {
  max-width: 800px;
  margin: auto;
}
.shindan h2 {
  font-size: 1.6rem;
}
.fit {
  position: absolute;
  left: 0px;
  top: -12px;
  width: 100%;
  text-align: center;
  border: solid 2px #1b9f83;
  padding: 20px 100px 10px;
  background: #f3fffd;
}
.fit p {
  font-size: 1.4rem;
  display: block;
  font-weight: 600;
  text-align: center;
  }
.btn {
  display: inline-block;
  flex: wrap;
  min-width: 200px;
  color: #f39800;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  border: 2px solid #f39800;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
}


/* ------------------------------------------------------------
  ランキング
------------------------------------------------------------ */
.rank {
  background: #f2f2dd;
  padding-top: 30px;
  padding-bottom: 5px;
  margin-top: 50px;
}

.balloon1 {
  position: relative;
  padding: 1px 10px;
  min-width: 120px;
  max-width: 180px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  background: #1466b5;
  border-radius: 30px;
  margin: auto;
  margin-top: -40px;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.rank h2 {
  width: 95%;
  margin: auto;
  text-align: center;
}

.rank_body {
  height: 100%;
  max-width: 1100px;
  width: 95%;
  margin: auto;
  margin-top: 40px;
}

.rank_container {
  position: relative;
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 60px;
  box-shadow: 0 1px 8px 0 gray;
  border-top: solid 6px #1b9f83;
}

.rank-badge {
  position: absolute;
  top: 0.5%;
  left: 1%;
  width: 60px;
}

.attention {
  position: absolute;
  top: 2%;
  right: 3%;
  background: #1b9f83;
  color: #fdf405;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 30px;
  animation: flash 2s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
  
  60% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}


.rank_table1{
  min-width: 155px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
}
.rank_table1 table{
  border:1px solid #999;
  width: 100%;
  border-collapse: collapse;
}
.rank_table1 table th{
  padding: 0.4rem 0rem;
  border-right: 1px solid #999;
  background-color: #eee;
  border-bottom:1px solid #999 ;
}
.rank_table1 table th:last-child{
  border-bottom: none;
}
.rank_table1 table td{
  padding: 0.4rem 0;
  border-bottom: 1px solid #999;
  font-size: 1.0rem;

}
/*
.doble_circle {
  background-image: url(../img/doble_circle.svg);
  background-position-x: center;
  background-position-y: center;
  background-size: 28px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
}
.circle {
  background-image: url(../img/circle.svg);
  background-position-x: center;
  background-position-y: center;
  background-size: 28px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
}
*/
.rank-table-box {
  min-width: 340px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
  margin-top: 5%;
}

.box{
  max-width: 600px;
  margin: auto;
  border: 2px solid #1b9f83;
  border-radius: 10px;
  margin-top: 30px;
}
.box h3{
  background: #1b9f83;
  color: #FFF;
  text-align: center;
  margin: 0;
}
.box .inner{
  padding: .5em;
}


.recommend h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.recommend h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #1b9f83;
}

.recommend h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  color: #1b9f83;
}

.box ul {
  position: relative;
  padding: 8px 5px 5px 25px;
}

.box ul li {
  line-height: 2.0rem;
  list-style-type: none!important;
  padding: 0.3em 0;
  font-size: 1.0rem;
}

.box ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";/*アイコンの種類*/
  font-size: 1.2rem;
  position: absolute;
  left : 0.3em;/*左端からのアイコンまでの距離*/
  color: #1b9f83;/*アイコン色*/
}

.readmore-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.readmore-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  padding: 3px;
  background-color: #1b9f83;
  border-radius: 30px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  z-index:10;
}

.readmore-btn:before {
  position: absolute;
  top: calc(50% - 1px);
  left: -95%;
  width: 288%;
  height: 2px;
  content: '';
  background: #1b9f83;
  z-index: -1;
}

.readmore-text {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.readmore-check {
  display: none;
}
.readmore-check:checked + .readmore-btn{
  display: none;
}
.readmore-check:checked ~ .readmore-text {
  height: auto;
}

.readmore-text .rank_table1 {
  margin-top: 20px;
}

.readmore-text .rank_table1 table th{
  padding: 0.5rem 0rem;
}

.readmore-text .rank_table1 table td{
  padding: 0.5rem 0;
}

.readmore-text .rank_table1 td img {
  max-width: 40px;
}

.timer_in_box {
  border: solid 2px #1b9f83;
  background: #f3fffd;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
  font-size: 0.9rem;
  margin-top: 5%;
}


.time-p:before {
  content: url(../img/clock.png);
  vertical-align: middle;
  padding-right: 2px;
  padding-left: 3px;
}

.rank_container .timerbox {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  padding: 0px 5px;
  font-size: 0.7rem;
  max-width: 80%;
  text-align: center;
}

.h {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.m {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.s {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.end {
  font-size: .9rem;
}


.box30 {
  margin: 2em 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border: solid 1px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
}
.box30 .box-title {
  font-size: 1.0rem;
  background: #f2f2dd;
  padding: 4px;
  padding-left: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.22);
}
.box30 div {
  padding: 10px 15px;
  margin: 0;
}
.ank {
  font-size: 0.5rem;
  font-weight: 100;
  padding-left: 30px;
}
.prf {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prf img {
  width: 20%;
}
.prf p {
  line-height: 1.3rem;
  font-weight: bold;
}
.gray {
  font-weight: 100;
  color: gray;
  font-size: 12px;
}

.kuchikomi {
  text-align: left;
}

.line2 {
  border-bottom: solid 1px #eee;
  padding-top: -15px;
  margin-bottom: 20px;
}

.modal__wrap input {
  display: none;
}

.modal__open-label,
.modal__close-label {
  cursor: pointer;
}

.modal__open-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: .8em 2em;
  border: none;
  border-radius: 5px;
  background-color: #dcdddd;
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  border-bottom: solid 3px #898989;
}

.modal__open-label:hover {
  opacity: 0.6;
  outline: 1px solid #dcdddd;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; /* 初期状態では非表示 */
}

.modal__open-input:checked ~ .modal {
  display: block; /* チェックされたときに表示 */
  animation: modal-animation .6s;
}

.modal__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tittle {
  text-align: left;
}

.tittle a {
  padding-bottom: 20px;
  padding-left: 60px;
  font-size: 1.6rem;
  text-decoration: underline 0.5px;
  color: #056ecc;
  cursor: pointer;
}


.box2{
  border: 2px solid #ffd700;
  border-radius: 5px;
  margin-top: 30px;
}
.box2 h3{
  background: #fffbe5;
  color: #000000;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 3px;
}

.box2 .inner{
  padding: 1em .5em .5em;
  text-align: center;
}

.inner ol li {
  margin-bottom: 10px;
  text-align: left;
}

.gift {
  background: #e52780;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 2px 4px;
  border-radius: 8px;
  margin-right: 5px;
}

.gift2 {
  background: #1466b5;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 2px 4px;
  border-radius: 8px;
  margin-right: 5px;
}


/* solid015 */
.button_solid015 {
  text-align: center;
  margin-top: 20px;
}
.button_solid015 p {
  margin-bottom: 5px;
  font-weight: 600;
  color: #036eb8;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
  font-size: 1.0rem;
}
.button_solid015 p:before, .button_solid015 p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background-color: #036eb8;
  content: "";
}
.button_solid015 p:before {
  left: -30px;
  -webkit-transform: rotate( 50deg );
  transform: rotate( 50deg );
}
.button_solid015 p:after {
  right: -30px;
  -webkit-transform: rotate( -50deg );
  transform: rotate( -50deg );
}
.shiny-btn2 {
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 15px 15px;
  min-width: 320px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  background: #fa4141;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 10px;
  line-height: 1.5rem;
  border-bottom: solid 5px #d82525;
  overflow: hidden;
  animation: pekopeko 2s infinite;
}
@keyframes pekopeko {
    0% {
        top: 0px;
    }
    10% {
        top: 3px;
    }
    20% {
        top: 0px;
    }
    30% {
        top: 3px
    }
    40% {
        top: 0px;
    }
}
.shiny-btn2:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.shiny-btn2::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation: shiny-btn2 4s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.cta-small {
  font-size: 10px;
}

.readmore-wrap2 {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.readmore-btn2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  background-color: #eee;
  border-radius: 5px;
  color: #333;
  border: 1px solid #aaa;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  z-index:10;
  margin-bottom: 30px;
}
.readmore-text2 {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.readmore-check2 {
  display: none;
}
.readmore-check2:checked + .readmore-btn2{
  display: none;
}
.readmore-check2:checked ~ .readmore-text2 {
  height: auto;
}

.under_no9 th {
  padding: 10px 5px;
}

.under_no9 td {
  padding: 10px 0px;
}

.under_no9 tr:first-child {
  background: #dcdddd;
  font-weight: bold;
}

.under_no9 th,td {
  border: solid 1px #b5b5b6;
}

.under_no9 {
  width: 95%;
  background: #fff;
  border-collapse:  collapse;
  text-align: center;
  margin: auto;
}

.small-btn {
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 5px 5px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 12px;
  background: orange;
  border-radius: 5px;
  line-height: 1.5rem;
}
.small-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

@media screen and (min-width: 768px) {
 .rank {
  padding-top: 50px;
  padding-bottom: 5px;
}

.balloon1 {
  max-width: 300px;
  font-size: 1.4rem;
  margin-top: -70px;
}

.rank h2 {
  width: 80%;
}

.rank_body {
  max-width: 800px;
}

.rank_container {
  padding: 20px;
  margin-bottom: 60px;
  border-top: solid 10px #1b9f83;
  padding-top: 40px;
  padding-bottom: 50px;
}

.rank-badge {
  top: 0.5%;
  left: 1%;
  width: 120px;
}

.tittle {
  text-align: left;
}

.tittle a {
  padding-left: 120px;
  font-size: 2.2rem;
}

.attention {
  font-size: 1.4rem;
  top: 3%;
  right: 3%;
}

.rank_table1{
  min-width: 350px;
  font-size: 1.2rem;
}

.rank_table1 table th{
  padding: 1rem 0rem;
}

.rank_table1 table td{
  padding: 1rem 0;
  font-size: 1.4rem;
}
.doble_circle {
  background-size: 48px;
}
.circle {
  background-size: 48px;
}

.rank-table-box {
  margin-top: 40px;
  gap: 10px;
}

.box{
  margin-bottom: 30px;
}

.box h3 {
  font-size: 1.4rem;
}

.box ul {
  position: relative;
  padding: 10px 10px 10px 80px;
}

.box ul li {
  line-height: 2.5rem;
  list-style-type: none!important;
  padding: 0.3em 0;
  font-size: 1.4rem;
}

.box ul li:before {
  font-size: 1.4rem;
  left : 1.6em;/*左端からのアイコンまでの距離*/
}

.readmore-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}
.readmore-btn {
  width: 150px;
  font-size: 1.2rem;
}

.readmore-btn:before {
  left: -205%;
  width: 515%;
}

.readmore-text .rank_table1 {
  margin-top: 50px;
  max-width: 600px;
}

.readmore-text .rank_table1 table th{
  padding: 1.5rem 0rem;
}

.readmore-text .rank_table1 table td{
  padding: 1.5rem 0;
}

.timer_in_box {
  max-width: 600px;
  margin: auto;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin-top: 3%;
}


.time-p:before {
  content: url(../img/clock.png);
  vertical-align: middle;
  padding-right: 2px;
  padding-left: 3px;
}

.timer_in_box .timerbox {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  padding: 0px 5px;
  font-size: 1.0rem;
}

.h {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.4rem;
}

.m {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.4rem;
}

.s {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.4rem;
}

.end {
  font-size: 1.2rem;
}

.box30 {
  max-width: 600px;
  margin: auto;
}
.box30 .box-title {
  font-size: 1.2rem;
}

.ank {
  font-size: 1.0rem;
  padding-left: 100px;
}
.prf {
  gap: 30px;
}

.prf p {
  line-height: 1.8rem;
  font-size: 1.2rem;
}
.gray {
  font-size: 14px;
}

.kuchikomi {
  font-size: 1.1rem;
}

.line2 {
  border-bottom: solid 1px #eee;
  padding-top: -15px;
  margin-bottom: 20px;
}

.box2{
  max-width: 600px;
  margin: auto;
  margin-top: 60px
}
.box2 h3{
  padding: 5px;
  font-size: 1.4rem;
}

.inner ol li {
  font-size: 1.2rem;
}

.gift {
  font-size: 1.2rem;
  margin-right: 15px;
}

.gift2 {
  font-size: 1.2rem;
  margin-right: 15px;
}


.shiny-btn2 {
  padding: 25px 15px;
  min-width: 420px;
  font-size: 1.7rem;
  line-height: 1.8rem;
  margin-top: 30px;
}

.cta-small {
  font-size: 14px;
}

}

/* ------------------------------------------------------------
  検索
------------------------------------------------------------ */
.search {
  padding: 5% 0;
}
.search h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1466b5;
  color: #fff;
  width: 95%;
  margin: auto;
  margin-bottom: 0px;
  padding: 5px 10px;
  line-height: 1.8rem;
  font-size: 1.4rem;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.form__body {
  background: #f2f2dd;
  width: 95%;
  margin: auto;
  padding: 10px 5px 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.select-content {
  margin-bottom: 2%;
  position: relative;
}
.select-content::before,
.select-content::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.select-content::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 100%;
    border-radius: 0 3px 3px 0;
    background-color: #1b9f83;
}

.select-content::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.select-content select {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333333;
  background-color: #fff;
  border: none;
  width: 100%;
  padding: 3%;
  border-radius: 5px;
  display: block;
  appearance: none;
}
.filter-container {
  background-color: #fff;
  padding: 2% 5%;
}
.toggle-text {
  cursor: pointer;
  color: #f0a63b;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}
.icon {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #f0a63b;
  margin-left: 2%;
  border-radius: 2px;
  padding: 0 3px;
}
.checkbox {
  margin: 5% 0;
}
.checkbox label {
  display: block;
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.checkbox label:not(:last-of-type) {
  margin-bottom: 16px;
}

.checkbox label input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #dddddd;
  cursor: pointer;
}

.checkbox label input:checked {
  border: 1px solid #06b6d4;
  background-color: #1b9f83;
}

.checkbox label input:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.form_button {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.form_button button {
  background: #ffd700;
  width: 250px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  padding: 10px;
  border: none;
  border-radius: 30px;
  border-bottom: solid 5px #cbac06;
  cursor: pointer;
}


@media screen and (min-width: 768px) {
  .search {
  padding: 40px 0;
}

.search h2 {
  margin: auto;
  padding: 15px 20px;
  font-size: 1.6rem;
  max-width: 800px;
}

.form__body {
  padding: 30px;
  max-width: 800px;
}



.form_button button {
  width: 350px;
  font-size: 1.4rem;
  padding: 20px;
  border-radius: 80px;
  border-bottom: solid 8px #cbac06;
}
}

/* ------------------------------------------------------------
  choice
------------------------------------------------------------ */
.choice {
  padding-top: 20px;
  padding-bottom: 20px;
}

.choice h2 {
  text-align: center;
}

.choice_body {
  max-width: 600px;
  width: 90%;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

.choice_body img {
  width: 400px;
}

@media screen and (max-width: 768px) {
 .choice_body img {
  width: 80%;
}
}

.choice_body p {
  text-align: left;
  margin-top: 30px;
  font-size: 0.9rem;
}

/*----------------------------------
  コラム
---------------------------------- */
.column{
 text-align: center;
}

.wrap {
scroll-snap-type: x mandatory;
white-space: nowrap;
overflow-x: auto;
margin: 0 auto;
padding: 5px 0;
max-width: 95%;
}

@media not all and (min-width: 840px){
.wrap {
width: 100%;
}
}

.item {
scroll-snap-align: center;
display: inline-block;
margin: 0 5px;
width: 25%;
min-height: 200px;
white-space: normal;
overflow: hidden;
box-shadow: 0 0 5px gray;
padding-bottom: 20px;
}

.column .item {
  min-height: 380px;
  text-align: left;
}

.pickup .item {
  text-align: center;
}

.pickup .item img {
  height: 160px;
}

.column .cta_button_green1 {
  left: 25%;
}

@media screen and (min-width: 768px) {
 .pickup .item img {
  height: 190px;
}
.column .item {
  min-height: 420px;
}
}

@media not all and (min-width: 568px){
.item {
width: 90%;
}
}

.item p {
  padding: 10px;
}

.next {
  color: #f7931e;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------
  よくある質問
------------------------------------------------------------ */
.cp_qa {
  width: 99%;
  margin: auto;
  margin-top: 30px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  font-family: 'FontAwesome', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #ffffff;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0.5em 0.5em 2em;
  padding: 1em 0 2em 0;
  cursor: pointer;
  border-radius: 0.3em;
  background: #1b9f83;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.cp_qa .cp_actab label span {
  display: block;
  padding: 0 2em 1em 2em;
  border-bottom: 1px solid #ffffff;
}
/* --?アイコン */
.cp_qa .cp_actab label::before {
  font-size: 2em;
  position: absolute;
  z-index: 99;
  top: 0.5em;
  left: -1em;
  padding: 0 0.5em;
  content: '\f128';
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #1b9f83;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}
/* --▼アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: 1em;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1em;
  padding: 0.5em;
  text-align: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 5em;
  -webkit-transition: max-height 0.5s ease;
          transition: max-height 0.5s ease;
  color: #ffffff;
}
/* --!アイコン */
.cp_qa .cp_actab .cp_actab-content::before {
  font-size: 1.5em;
  position: absolute;
  z-index: 99;
  top: calc(50% - 0.9em);
  left: 2.5em;
  padding: 0 0.7em;
  content: '\f12a';
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #1b9f83;
  width: 1.9em;
  height: 1.9em;
  line-height: 1.6em;
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 0.5em 0.5em 0.5em 0;
  padding: 1em 1em 1em 3em;
  border-radius: 0.3em;
  background: #f3fffd;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  color: #333333;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  bottom: 0em;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}


/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
.footer02 {
 color: #fff;
 background: #555555;
 text-align: center;
 padding: 30px;
}
.footer02 a {
 color: #fff;
 text-decoration: none;
}
.footer02 a:hover {
 text-decoration: underline;
}
.footer02 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer02 .menu li {
 margin: 0;
 padding: 0 20px;
}
.footer02 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}


/* ------------------------------------------------------------
  以下運営者情報ページ
------------------------------------------------------------ */
.admin {
  max-width: 800px;
  padding-top: 20px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .admin {
  padding-top: 80px;
}
}
.admin_page {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}

.admin_page h3 {
  padding: 0.5rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  margin-top: 30px;
  text-align: left;
}

.admin_page p {
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.privacy_text {
  margin-top: 20px;
  border: solid 1px gray;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}


.sns {
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.sns a {
  width: 10%;
}



/* ------------------------------------------------------------
  以下詳細ページ
------------------------------------------------------------ */

.h2-bg {
  background: -moz-linear-gradient(left, #45ccbf, #a8e0c3);
  background: -webkit-linear-gradient(left, #45ccbf, #a8e0c3);
  background: linear-gradient(to right, #45ccbf, #a8e0c3);
  padding: 20px 10px;
}

.heading06 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #e52780;
  color: #e52780;
  margin-top: 100px;
}

.heading06 span {
  position: relative;
  z-index: 2;
}

.heading06::before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(237,64,151,0.2);
  font-size: 80px;
  font-style: italic;
}

.heading07 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.heading07 span {
  position: relative;
  z-index: 2;
}

.heading07::before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(220,249,233,0.3);
  font-size: 80px;
  font-style: italic;
}


.detail-back {
  background: #dcf4ef;
  padding-bottom: 40px;
  margin-bottom: -20px;
}

.detail-intro {
  position: relative;
  background: #fff;
  width: 95%;
  margin: auto;
  box-shadow: 0 0 5px gray;
  padding: 20px 10px;
  margin-top: -10px;
}

.detail-p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #1466b5;
  }

.detail-p:before {
  content: url(../img/first.png);
  vertical-align: middle;
  padding-right: 5px;
}

.detail-p2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #1466b5;
  }

.detail-p2:before {
  content: url(../img/campaign.png);
  vertical-align: middle;
  padding-right: 5px;
}

.detail-intro h2 {
  color: #1466b5;
  padding-bottom: 20px;
  font-size: 1.7rem;
}

.detail-span {
  font-size: 1.1rem;
  font-weight: bold;
}


@media screen and (min-width: 768px) {
 .detail-intro {
  max-width: 1000px;
  padding: 40px;
}

.detail-p {
  font-size: 1.6rem;
  }

.detail-intro h2 {
  font-size: 2.5rem;
}

}

.navi-menu {
  position: relative;
  background: #999999;
  margin-top: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); /*これを付け足し*/
}

.nav {
  list-style: none;
  display: flex;
  gap: 1px;
  align-items: center;
}
 
.nav li {
  flex-grow: 1;
  padding: 5px;
  text-align: center;
  background:linear-gradient(#fff, #f2f2f2);
}

.nav li img {
  width: 40px;
}
 
.nav li a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}


@media screen and (min-width: 768px) {
 .nav li {
  padding: 20px;
}

.nav li img {
  width: 60px;
  margin-right: 5px;
}
 
.nav li a {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 1.0rem;
}

.nav .fa-solid {
  padding-left: 15px;
}

}

/* ------------------------------------------------------------
  about
------------------------------------------------------------ */
.about {
  padding-top: 50px;
  padding-bottom: 20px;
  background:linear-gradient(#fffbf5, #fff);
}

.about-h2 {
  position: relative;
  padding: .3em;
  text-align: center;
  font-size: 2.2rem;
}
.about-h2:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  width: 180px;
  height: 130%;
  border-radius: 50%;
  border: 3px solid #1b9f83;
  opacity: 0.5;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}

.about_contents {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
  width: 95%;
  margin-bottom: 60px;
}


.about_inner {
  text-align: left;
  padding: 30px 10px;
}


/* ------------------------------------------------------------
  3つのメリット
------------------------------------------------------------ */

.merit_box {
  max-width: 600px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.merit_contents {
  background: #fff;
  border-top: solid 5px #1b9f83;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 0 5px gray;
}

.merit_contents h3 {
  font-size: 20px;
  color: #1b9f83;
}

.merit_contents img {
  width: 80%;
  margin-top: 20px;
}

.merit_contents p {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}


/* ------------------------------------------------------------
  利用方法
------------------------------------------------------------ */
.riyou {
  background: #f2f2dd;
  padding-top: 20px;
  padding-bottom: 40px;
}

.riyou h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1466b5;
  color: #fff;
  width: 95%;
  margin: auto;
  margin-bottom: -40px;
  padding: 5px 10px;
  line-height: 1.8rem;
  font-size: 1.4rem;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.riyou_body {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
  background: #fff;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.flow-img {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.riyou_body p {
  font-size: 0.9rem;
  text-align: left;
}


.riyou_body ul li {
  display: inline-block;
  border: solid 2px #1b9f83;
  border-bottom: solid 5px #1b9f83;
  background: #f3fffd;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 1.1rem;
  min-width: 163px;
  text-align: left;
}

.riyou_body ul li a {
  color: #333333;
}

.riyou_body ul li:nth-child(1) {
  margin-right: 5px;
}

.riyou_body ul li:nth-child(3) {
  margin-right: 5px;
}

.tokusyu li:before {
  content: url(../img/pre.png);
  vertical-align: middle;
  padding-right: 5px;
}

.tokusyu li:nth-child(2):before {
  content: url(../img/sec.png);
}

.tokusyu li:nth-child(3):before {
  content: url(../img/come.png);
}

.tokusyu li:nth-child(4):before {
  content: url(../img/josei.png);
}

.contents li:before {
  content: url(../img/column.png);
  vertical-align: middle;
  padding-right: 5px;
}

.contents li:nth-child(2):before {
  content: url(../img/qa.png);
  vertical-align: middle;
  padding-right: 5px;
}

.contents li:nth-child(3):before {
  content: url(../img/grass.png);
  vertical-align: middle;
  padding-right: 5px;
}

.contents li:nth-child(4):before {
  content: url(../img/cup.png);
  vertical-align: middle;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .riyou {
  background: #f2f2dd;
  padding-top: 20px;
  padding-bottom: 40px;
}

.riyou h2 {
  padding: 15px 20px;
  font-size: 1.6rem;
  max-width: 800px;
}

.riyou_body {
  padding: 30px 35px;
  max-width: 800px;
}

.flow-img {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.riyou_body p {
  font-size: 1.2rem;
  text-align: left;
}


.riyou_body ul li {
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  min-width: 300px;
}

.riyou_body ul li:nth-child(1) {
  margin-right: 15px;
}

.riyou_body ul li:nth-child(3) {
  margin-right: 15px;
}

.tokusyu li:before {
  content: url(../img/pre.png);
  vertical-align: middle;
  padding-right: 15px;
}

.tokusyu li:nth-child(2):before {
  content: url(../img/sec.png);
}

.tokusyu li:nth-child(3):before {
  content: url(../img/come.png);
}

.tokusyu li:nth-child(4):before {
  content: url(../img/josei.png);
}

.contents li:before {
  content: url(../img/column.png);
  vertical-align: middle;
  padding-right: 15px;
}

.contents li:nth-child(2):before {
  content: url(../img/qa.png);
}

.contents li:nth-child(3):before {
  content: url(../img/grass.png);
  padding-right: 20px;
}

.contents li:nth-child(4):before {
  content: url(../img/cup.png);
  padding-right: 25px;
}
}

/* ------------------------------------------------------------
  利用方法(about_page)
------------------------------------------------------------ */

.riyou_box {
  position: relative;
  background: #fff;
  border: solid 2px #1b9f83;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 600px;
}

.number {
  position: absolute;
  width: 20%;
  top: -10%;
  left: -3%;
}

.riyou_contents {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  padding: 30px 20px 20px 10px;
  
}

.riyou_contents img {
  width: 100px;
  max-height: 100px;
}

.riyou_text h3 {
  color: #1b9f83;
  font-size: 18px;
  border-bottom: solid 2px #1b9f83;
}

.riyou_text p {
  margin-top: 10px;
  line-height: 1.5rem;
  font-size: 14px;
}


.detail-page .choice {
  position: relative;
  background:linear-gradient(#45ccbf, #fff);
}


.detail-page .choice .heading07 {
  font-size: 2.2rem;
}


.detail-page .choice_body {
  background: #fff;
  width: 95%;
  border-radius: 3px;
  padding: 20px 10px;
}


.detail-page .rank {
  background: #fbb03b;
}

.select-h2-rank {
  padding-top: 0px;
  width: 85%;
  margin: auto;
  margin-bottom: -35px;
}

.select-h2-pc {
  display: none;
}


@media screen and (min-width: 768px) {
 .riyou_box {
  position: relative;
  background: #fff;
  border: solid 2px #1b9f83;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 600px;
}

.number {
  position: absolute;
  width: 10%;
  top: -10%;
  left: -3%;
}

.riyou_contents {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  padding: 30px 20px 20px 10px;
  
}

.riyou_contents img {
  width: 100px;
  max-height: 100px;
}

.riyou_text h3 {
  color: #1b9f83;
  font-size: 18px;
  border-bottom: solid 2px #1b9f83;
}

.riyou_text p {
  margin-top: 10px;
  line-height: 1.5rem;
  font-size: 14px;
}


.detail-page .choice {
  position: relative;
  background:linear-gradient(#45ccbf, #fff);
}


.detail-page .choice .heading07 {
  font-size: 2.2rem;
}


.detail-page .choice_body {
  background: #fff;
  width: 95%;
  border-radius: 3px;
  padding: 20px 10px;
}

.detail-page .rank_body {
  max-width: 800px;
}


.select-h2-sp {
  display: none;
}
.select-h2-pc {
  display: block;
  margin-top: 40px;
}

}




/* ------------------------------------------------------------
 コラムページ
------------------------------------------------------------ */

.column-body {
  width: 95%;
  max-width: 800px;
  margin: auto;
}

.column-body h2 {
  border-bottom: 6px double #1466b5;
  margin-top: 20px;
  font-size: 1.4rem;
}

.column-body p {
  margin-top: 25px;
  font-size: 0.9rem;
}

.column-body ul {
  margin: 30px 0px;
}

.column-body ul li {
  font-size: 0.8rem;
  margin-bottom: 6px;
  font-weight: bold;
}

.column-body h3 {
  position: relative;
  padding: 0.5rem;
  border-top: 5px solid rgb(204, 204, 204, 0.6);
  border-bottom: 5px solid rgb(204, 204, 204, 0.6);
  margin-top: 50px;
}

.column-body h3:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10%;
  height: 5px;
  content: '';
  background: #1466b5;
}


.column-contents h4 {
  position: relative;
  padding: 0.5rem;
  border-bottom: 2px solid #cccccc;
  margin-top: 50px;
  text-align: left;
}

.column-contents h4:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #1466b5;
}

.cta_column {
  background: #1b9f83;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 50px;
  right: 0;
}

.column-page .rank {
  background: #fbb03b;
  margin-top: 50px;
}

.column .rank h2 {
  padding-top: 30px;
  width: 85%;
  margin: auto;
  margin-bottom: -35px;
}

.design01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 font-size: 1.0rem;
 margin-top: 30px;
 margin-bottom: 30px;
}
.design01 th {
 padding: 10px;
 background: #e9faf9;
 border: solid 1px #778ca3;
}
.design01 td {
 padding: 10px 2px;
 border: solid 1px #778ca3;
 font-size: 0.8rem;
}

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

.column .rank h2 {
  padding-top: 60px;
  width: 85%;
  margin: auto;
  margin-bottom: -35px;
}

}

.column-list {
  width: 95%;
  margin: auto;
  text-align: right;
}

.column-list ul {
  margin-bottom: 30px;
}

.column-list li {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
  border-bottom: solid 2px #f7f7f7;
  padding: 5px;
}

.column-list li img {
  width: 40%;
}

.column-list li p {
  color: #333333;
  font-weight: bold;
  font-size: .9rem;
  text-align: left;
}

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

.column-contents{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.column-body {
  margin-top: 30px;
  max-width: 1200px;
}

.column-list {
  margin-top: 0;
  max-width: 350px;
}

.column-all .column-list  {
  max-width: 750px;
}

.column-all .column-list li img {
  width: 30%;
}

.column-all .column-list li p {
  font-size: 1.2rem;
}

}





.result {
  margin-top: 29px;
  background: #f2f2dd;
  padding-top: 30px;
}

.result-h2 {
  width: 95%;
  margin: auto;
  margin-top: 20px;
}

.result_box {
  background: #fff;
  border: 1px solid #e1e1e1;
  width: 95%;
  margin: auto;
  font-size: 0.9rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.result_box span {
  color: #ea1e1e;
}

.result_box a {
  color: #056ecc;
  text-decoration: underline 0.5px;
  font-weight: bold;
}

.result_intro {
 text-align: center;
}

.result_span {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 5px;
  max-width: 250px;
  margin: auto;
  border-radius: 30px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .result {
  margin-top: 55px;
  padding-top: 50px;
}

.result_box {
  font-size: 1.2rem;
  width: 90%;
}

.result-h2 {
  margin: auto;
  margin-top: 20px;
}

}




.table {
  background: #f2f2dd;
  margin-top: -20px;
  padding-top: 20px;
  margin-top: -30px;
  padding-bottom: 30px;
}

.table .timer_in_box {
  width: 95%;
  margin: auto;
}


/* 追加 */

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 0px;
  background: #f4810e;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #1466b5;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f4810e;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #fff;
  color: #036eb8;
  border: solid 1px #ccc;
  border-bottom: none;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.top{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #ccc;
  background: #fff;
  border-top: none;
  table-layout: fixed;
}

.top th{
  text-align: center;
  background: #fff;
  padding: 10px 0;
  border: solid 1px #ccc;
  font-weight: bold;
  font-size: 0.9rem;
  border-top: none;
  border-right: none;
  border-left: none;
}

.top tr:first-child {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3)
}

.top td{
  text-align: center;
  padding: 10px 2px;
  border: solid 1px #ccc;
  font-size: 1.0rem;
}

.top td:first-child{
  text-align: center;
  padding: 10px 2px;
  border: solid 1px #ccc;
  font-weight: bold;
  min-width: 150px;
}

.circle-img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
 .top td:nth-child(2) img {
  width: 30px;
}
.top td:nth-child(3) img {
  width: 30px;
}
.top td:nth-child(4) img {
  width: 30px;
}
}

.blue p {
  background: #eff6ff;
  padding: 2px 0px;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #333333;
  max-width: 100px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
}

.link {
  color: #1a73e8;
  text-decoration: underline;
  font-size: 1.0rem;
}

@media screen and (min-width: 768px) {
 .link {
  font-size: 1.0rem;
}
}

.shiny-btn1 {
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 8px;
  min-width: 60px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.0rem;
  background: #fa4141;
  border-radius: 5px;
  line-height: 1.5rem;
  border-bottom: solid 5px #d82525;
  overflow: hidden;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
 .shiny-btn1 {
  min-width: 90px;
}
}

.shiny-btn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 4s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 20px;
    background: #fff;
    border: solid 2px #1b9f83;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
    opacity: 0.9;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #1b9f83;
    border-right: 3px solid #1b9f83;
    transform: translateY(20%) rotate(-45deg);
}

/* 電話CTA追加 */

.cta_tel {
  border: none;
  margin: auto;
  width: 100%;
}
.button_solid016 {
  text-align: center;
}
.shiny-btn3 {
  text-decoration: none;
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 8px 15px;
  min-width: 320px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  background: #f39800;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 50px;
  line-height: 1.5rem;
  border-bottom: solid 5px #dd7e00;
  overflow: hidden;
  box-sizing: border-box;
}
.cta-small2 {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 960px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}


#comparisonTable {
  width: 90%;
  border-collapse: collapse;
  margin: auto;
  margin-top: 8%;
  background-color: #fff;
}
#comparisonTable th, td {
  border: 1px solid #000;
  padding: 1%;
  text-align: center;
}
#comparisonTable th {
  padding-bottom: 3%;
}
#comparisonTable th {
  background-color: #f2f2f2;
  cursor: pointer;
  position: relative;
}
#comparisonTable th:nth-child(1) {
  width: 25%;
}
#comparisonTable th:nth-child(2) {
  width: 16.7%;
}
#comparisonTable th:nth-child(3) {
  width: 16.7%;
}
#comparisonTable th:nth-child(4) {
  width: 16.7%;
}
#comparisonTable th:nth-child(5) {
  width: 25%;
}
#comparisonTable th.sortable::after {
  content: "▼";
  position: absolute;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust horizontal centering */
  bottom: 5px; /* Distance from the bottom of the cell */
  font-size: 0.8em;
  color: #ccc;
}
#comparisonTable th.sort-asc::after {
  content: "▲";
  color: #000;
}
#comparisonTable th.sort-desc::after {
  content: "▼";
  color: #000;
}

#comparisonTable img {
  max-width: 90%;;
}

.table_link {
  color: #056ecc;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  #comparisonTable {
    width: 98%;
  }
  #comparisonTable th {
    font-size: .8rem;
    padding-bottom: 5%;
  }
}


#tabContainer {
  text-align: center;
  margin-top: 5%;
}

.tab-button {
  border:  solid 1px #1b9f83;
  background-color: #fff;
  color: #1b9f83;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.2rem;
}
.tab-button.active {
  color: #fff;
  background-color: #1b9f83;
}