@charset "utf-8";
* {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Meiryo','メイリオ', sans-serif;
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    background-color: #fff9e8;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.mb0 {
    margin-bottom: 0px;
}
.fcr {
    color: #ff0000;
}
.fcp {
    color: #FA57CC;
}
.fcb {
    color: #0047b2;
}
.fcO {
    color: rgb(255 159 0);
}
.fcsb {
    color: #0497FF;
}
.fss {
    font-size: 13px;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
#wrapper{
    margin: auto;
    background-color: #fff;
    padding: 10px;
}
img,video {
    width: 100%;
    vertical-align: middle;
}
.anno {
    font-size: 10px;
    color: gray;
    text-align: right;
    margin-top: 0px;
}
.sp {
    display: none;
}
.pc {
    display: block;
}

@media only screen and (min-width: 767px){
    #wrapper{
        max-width: 700px;
        margin: auto;
    }
}
@media only screen and (max-width: 766px){
    p {
        line-height: 1.5;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
h1 {
    line-height: 1.2;
    padding: 10px;
    border-bottom: 2px solid #fd763e;
    font-size: 20px;
}
h2 {
    background-color: #ffe4b8;
    line-height: 1.2;
    padding: 15px 10px;
    margin-top: 8%;
}
h3 {
    border-left: 4px solid #ff8600;
    font-size: 17px;
    margin-top: 20px;
    padding: 5px 10px;
    font-weight: bold;
}


.rankTable {
    border: 10px solid #ffe4b8;
    border-width: 10px;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0 auto;
}
.rankTable table {
    border-collapse: collapse;
    table-layout: fixed;
    color: #222;
    text-align: center;
}
.rankTable table td {
    font-size: 11px;
    padding: 1.5% 1%;
    line-height: 1.5;
    vertical-align: middle;
    width: 110px;
}
.star_orenge{
   color: #ff7510;
}
.rankTable table img {
    max-width: 100%;
    margin: 0 auto;
}
.rankTable a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
}
.rankTable table tr {
    border-top: 1px solid #cdd4d0;
}
.rankTable table tr th {
    background: #E31A1A;
    color: #fff;
    border-radius: 0;
    /*	padding: 0.5% 0;*/
    font-weight: bold;
    font-size: 13px;
    width: 100px;
    line-height: 1.3;
    position: sticky;
    left: 0;
    z-index: 5;
}
.rankTable td {
    border-right: 1px solid #cdd4d0;
    text-align: center;
}
.rankTable td:first-child{
    background: #cdd4d0;
}
.rankTable td:last-child {
    border-right: none;
}

.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
    border-right: none;
}
.rankTable td {
    font-size: 13px;
}
.rankTable td.txt_only {
    font-size: 1.5rem;
    color: #333333;
    padding: 2.5% 0;
}
.y_bg {
    background: #feffdf;
}
.chart_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart_btn a{
    color: #fff;
    font-size: 15px;
}
.chart02_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #E31A1A;
    box-shadow: 0 5px 0 0 #d4396a;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart02_btn a{
    color: #fff;
    font-size: 15px;
}
.rankTable td.not::before {
    content: "△";
    color: #ffe20f;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.good::before {
    content: "〇";
    font-weight: bold;
    color: #9de6f3;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.berry::before {
    content: "◎";
    font-weight: bold;
    color: #ff3a3a;
    font-size: 250%;
    line-height:1.2
}
@media (max-width: 760px) {
    .chart_btn a{
        font-size: 12px !important;
    }
    .chart_btn02 a{
        font-size: 12px !important;
    }
    .rankTable a {
        line-height: 1;
    }
    .rankTable table {
        width: 100%;
    }
    .rankTable {
        border: 5px solid #ffe4b8;
        width: 100%;
        overflow-x: scroll;
    }
    .rankTable table tr th{
        width: 80px;
    }
    .chart_btn,.chart02_btn{
        width: 100%;
        padding: 2px 0;
    }
    .rankTable table img {
        height: 54px;
        object-fit: contain;
    }
}

/*ランク*/
.rank{
    background: #fff;
    padding: 3% 20px 5%;
}
.rank h2{
    display: flex;
    align-items: center;
    padding: 2%;
    background: linear-gradient(90deg,#DBB252 0%,#EFD895 100%);
    margin: 3% 0 0;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: none;
}
.rank h2 img {
    width: 50px;
    margin: 0 20px 0 10px;
}
.flow{
    border:1px solid #E31A1A;
    margin: 30px 0;
    border-radius: 20px;
    background: #fff;
}
.flow_ttl{
    background: #E31A1A;
    padding: 16px;
    margin: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
}
.flow_inner{
    padding: 30px 20px;
}
.flow_inner h4{
    color: #E31A1A;
    font-weight: bold;
    margin: 30px 0 20px;
    font-size: 18px;
}
.flow_inner h4 span{
    background-color: #E31A1A;
    padding: 5px 12px;
    color: #fff;
    margin-right: 15px;
}

@media (max-width: 760px) {
    .rank h2{
        font-size: 20px;
        padding: 2% 4%;
    }
    .flow_inner h4{
        margin: 20px 0 15px;
    }
    .flow_inner h4 span{
        padding: 2px 8px;
        margin-right: 7px;
    }
    .rank h2 img{
        width: 10%;
        margin: 0 9px 0;
    }
}

.rankTable:not(.last){
    overflow-x: scroll;
}
.rankTable:not(.last) table{
    width: 1100px;
}
.rankTable table tr th{
    background-color: #fd763e !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 6%;
}
.rankTable.last table tr th{
    width: 16%;
}

.rankTable table tr th,
.rankTable table tr td{
    padding: 5px;
    vertical-align: middle;
}
.rankTable table tr td{
    line-height: 1.5;
}
.rankTable td:nth-child(2){
    /*background-color: #FF9F00;*/
    font-weight: bold;
}
.rankTable tr td .rank01{
    color: #000000;
    font-size: 11px;
    line-height: 1.5;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.site_btn01 {
    display: block;
    background-color:#3dbb00;
    box-shadow: 0 3px 0px 0 #226800;
    border-radius: 5px;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 3px;
}

.site_btn02 {
    display: block;
    background-color:#FF9F00;
     box-shadow: 0 3px 0px 0 #ce8307;
     border-radius: 5px;
     color: #fff;
    padding: 6px 0;
    margin-bottom: 3px;
}
.rank_ttl {
    background: #fff;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    border: none;
    margin: 45px 0 0 0;
    text-align: center;
    background-color: #FF9F00;
}
.rankTable.last a {
    color: #000;
}
@media (max-width: 760px) {
    .rankTable table tr th{
        width: 5%;
    }
    .rankTable.last table tr th{
        width: 14%;
    }
    .rankTable:not(.last) table {
        width: 1000px;
    }
    .rankTable.last table {
        width: 440px;
    }
    .rankTable table tr td {
        padding: 0px 5px;
        width: 80px;
        height: 30px;
    }
}

.txtlink {
    display: block;
    text-align: right;
    line-height: 1.4;
}

/* 口コミ */
article {
    position: relative;
}
.acc_content_wrapper {
    position: relative;
    padding: 0px 3px;
}
.box {
    border: 1px solid #ff8c61;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
}
.review {
    background-color: #fbeedc;
    padding: 10px;
}
.review_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0px 4px 10px;
    line-height: 1.2;
    border-bottom: 1px solid #d9d9d9;
}
.review_header img {
    width: 60px;
    height: auto;
}
.profile {
    margin-left: 10px;
}
.profile p {
    margin-bottom: 0;
}
.profile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0;
}
.profile li {
    list-style: none;
    font-weight: bolder;
    margin-top: 5px;
}
.review_slider .slick-next {
    right: 0;
}
.review_slider.slick-dotted.slick-slider {
    margin-bottom: 8%;
}
.review_slider .slick-dots li button:before {
    color: #000;
}
.review_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

h4 {
    background-color: #fc763e;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -10px;
    text-align: center;
    font-size: 20px;
    /* box-shadow: 2px 2px 3px #d39331; */
    border-radius: 999px;
    color: #fff;
}
.price_table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    border-right: #fff solid 2px;
    border-left: #fff solid 2px;
}
.price_table th, .price_table td {
    font-size: 12px;
    border: 1px solid #c3c3c3;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}
.price_table th {
    width: 30%;
    background-color: #fff3e9;
    position: static;
    padding: 9px 7px;
}
.price_table td {
    background-color: #fff;
    text-align: left;
    padding: 9px 10px;
}

.attention {
    background-color: yellow;
    padding: 20px;
    margin: 20px auto;
}
.attention .tac {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.attention p {
    margin: 0;
}

footer {
    font-size: 13px;
    padding: 5%;
    background: #ECECEC;
    text-align: center;
    margin-top: 10px;
}

/* 目次 */
.contenedor {
    display: table;
    margin: 0px auto;
    position: relative;
    width: 90%;
    margin-top: -5%;
  }

  .expand {
    width: 100%;
    padding:5%;
  padding-bottom: 13%;
    max-height: 80px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    background-color:#f7f7f7;
    font-size: 13px;
    border-radius:8px;
    color:#666666;
  line-height: 1.8;
  }
  .expand span {
    padding-left: 13px;
  }
  .expand li {
    border-bottom: 1px dotted #abb1ad;
  }
  .expand a {
    text-decoration: none;
    color:#666666;
    font-weight: normal;
  }

  .expand a:hover {
    text-decoration: none;
  }

  .expand a:visited {
    text-decoration: none;
  }

  .expand::before {
      content: "";
      position: absolute;
      width: 120%;
      height: 50%;
      bottom: 0;
      left: -10%;
      background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
      pointer-events: none;
      transition: 1s;
  }

  .contenedor input {
    visibility: hidden;
  }

  .contenedor label {
    position: absolute;
    bottom: -.8em;
    display: block;
    font-size: .9em;
    padding: .20em 10px;
      right: 0;
      left: 0;
      bottom: 8%;
      margin: auto;
      width: fit-content;
    background: #aaa;
    box-shadow:-5px 0 white;
    color: white;
    z-index:999;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
  }
  input[type=checkbox]:checked ~ .expand {
   max-height: 500px;
  }

  input[type=checkbox]:checked ~ .expand:before {
   opacity: 0
  }
  .attention{
  margin: 20px auto 0px;
      width: 96%;
      background: #fffbe1;
      padding: 20px 12px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  }



  /* 目次用追加 */
  .read-more-3 {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
    font-size: 13px;
    border-radius: 8px;
    color: #666666;
    line-height: 1.8;
    margin-top: 20px;
    padding-top: 20px;
}
.read-more-3 p {
    margin: 0 0 -10px 5.5%;
}
.read-more-3 ul {
    position: relative;
    max-height: 100px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
    list-style: none;
}
.read-more-3 ul li {
    border-bottom: 1px dotted #abb1ad;
    margin-top: 5px;
}
.read-more-3 ul li a {
    text-decoration: none;
    color: black;
}
.read-more-3:has(:checked) ul {
    max-height: 100vh;
    width: 96%;
    padding-bottom: 15px;
}
.read-more-3 ul::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}
.read-more-3:has(:checked) ul::after {
    content: none;
}
.read-more-3 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .4em 1.2em;
    border-radius: 5px;
    background-color: #aaaaaa;
    color: #fff;
    font-size: .9em;
}
.read-more-3 label:hover {
    border:1px solid #abb1ad;
    background-color: #fff;
    color: #abb1ad;
    cursor: pointer;
}
.read-more-3:has(:checked) label {
    display: none;
}
.read-more-3 label:hover::after{
    background-color: #abb1ad;
}
.read-more-3 input {
    display: none;
}

@media (max-width: 760px) {
    #wrapper {
        margin: auto 10px;
    }
    h2 {
        font-size: 1.2em;
    }
    h3 {
        font-size: 1.1em;
        line-height: 1.2;
    }
    header {
        font-size: 15px;
    }
    .review {
        padding: 10px 5px 40px;
    }
}