@charset "utf-8";
* {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Meiryo','メイリオ', sans-serif;
}
body{
    margin: 0;
    padding: 0;
}
#wrapper {
    padding: 10px;
}
p {
    text-align: justify;
    font-size: 20px;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.fcr {
    color: #ff0000;
}
.fcp {
    color: #FA57CC;
}
.fcb {
    color: #0047b2;
}
.fcsb {
    color: #0497FF;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.mb0 {
    margin-bottom: 0;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
#wrapper{
    margin: auto;
}
img,video {
    width: 100%;
    vertical-align: middle;
}
.anno {
    font-size: 10px;
    color: gray;
    text-align: right;
    margin-top: -10px;
}

@media only screen and (max-width: 766px){
    .sp {
        display: block;
    }
}

@media only screen and (min-width: 767px){
    body {
        background-color: rgb(240, 240, 240);
    }
    #wrapper{
        background-color: #fff;
        max-width: 600px;
        margin: auto;
    }
    .sp {
        display: none;
    }
}

.list-8 {
    position: relative;
    padding: 1em .5em .6em 2.3em;
    border: 2px solid #039d85;
}

.list-8 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #039d85;
    font-weight: 600;
}

.list-8 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-8 li {
    padding: .1em .1em .1em 0;
    font-size: 20px;
}

.list-8 li::marker {
    color: #039d85;
    font-size: 1.1em;
}

h1 {
    line-height: 1.2;
    padding: 3% 1% 3% 3%;
    background-color: #ef8700;
    color: #f5ffb8;
    letter-spacing: -0.5px;
}
h2 {
    background-color: #039d85;
    color: #fff;
    line-height: 1.4;
    padding: 3%;
    font-size: 26px;
}
h3 {
    background-color: #e3fffa;
    color: #005548;
    line-height: 1.4;
    padding: 2% 3%;
    font-size: 22px;
}

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

@media screen and (max-width:640px) {
    .sp{
        display: block;
    }
}

.accordion2 .toggle {
    display: none;
}
.accordion2 .Label {
    /*タイトル*/
    padding: 20px;
    display: block;
    color: #fff;
    background: #039d85;
    text-align: left;
    font-weight: 500;
    font-size: 19px;
    font-weight: bold;
}
.accordion2 .Label::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 12px;
    transform: rotate(135deg);
}
.accordion2 .Label,
.accordion2 .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    /* transition: all 0.3s; */
    font-size: 1.5em;
}
.accordion2 .content {
    /*本文*/
    height: 0;
    margin-bottom: 17px;
    padding: 0 10px;
    overflow: hidden;
    text-align: left;
}
.toggle:checked+.Label+.content {
    /*開閉時*/
    height: auto;
    transition: all .3s;
}
.toggle:checked+.Label::after {
    transform: rotate(-45deg) !important;
}

@media screen and (max-width:640px) {
.accordion2 .Label {
  padding: 13px 30px 13px 13px;
}
.toggle:checked+.Label+.content {
  padding: 0px;
}
.toggle:checked+.Label+.content p{
  line-height: 1.6;
}
.accordion2 .content {
  margin-bottom: 10px;
}
}


.balloon-009 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
    align-items: center;
}
.balloon-009 img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
}
.balloon-009 p {
    position: relative;
    max-width: 420px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #000000;
    width: 70%;
}
.balloon-009 p::before {
    position: absolute;
    left: -10px;
    width: 15px;
    height: 25px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}
.swipe {
    margin-bottom: 0;
}
.rankTable table {
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
.rankTable {
    border: 3px solid #ef8700;
    margin-bottom: 60px;
    font-weight: bold;
}
.rankTable th {
    position: sticky;
    width: 40px;
    padding: 9px 0px 9px;
    background-color: #ef8700;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
    font-size: 9px;
}
.rankTable td {
    width: auto;
    border-bottom: 1px dotted #eee;
    border-top: none;
    padding: 9px 5px 9px;
    font-size: 15px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}
.rankTable td:last-child {
    border-right: none;
}
.rankTable tr th+td {
    background-color: #f7ffc7;
}
.rankTable table th {
    width: 19.0%;
    font-size: 13px;
}
.rankTable td {
    border-right: 1px dotted #ddd;
}
.rankTable tr {
    border-bottom: 1px dotted #ddd;
}
.rankTable tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width:768px) {
    .rankTable table {
        width: 600px;
    }
    .rankTable {
        overflow-x: scroll;
    }
}
.rankTable table th {
    vertical-align: middle;
    width: 10%;
    font-size: 12.5px;
    z-index: 88;
}
img.table_icon {
    width: 99%;
    /* margin-top: 5px; */
}
.rankTable tr td a {
    display: block;
}
.sogood {
    font-size: 35px;
    color: #ff4a1d;
}
.good {
    font-size: 34px;
    color: #ffbb00;
    font-weight: normal;
}
.bad {
    font-size: 37px;
    font-weight: 300;
    color: #747474;
}
.soso {
    font-size: 34px;
    font-weight: bold;
    color: #0cc300;
}
.t_btn {
    display: block;
    width: 95%;
    background: #0cc300;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #087e00;
}
.t_btn02 {
    display: block;
    width: 95%;
    background: #ff6600;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #a72100;
}
.t_btn02,.t_btn{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.cta._shiny {
    width: 50%;
    text-align: center;
    margin: 2% auto 10%;
    padding: 2%;
    border-radius: 10px;
    background-color: #ef8700;
    color: #f5ffb8;
    text-decoration: none;
    font-weight: bold;
    display: block;
    position: relative;
    overflow: hidden;
    transition: 300ms;
    font-size: 22px;
  }
.cta._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
  }

  @-webkit-keyframes shinyshiny {
    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;
    }
  }

.star {
    background-color: #f7ffc7;
    color: #cd9406;
    font-weight: bold;
    padding: 1%;
}

.offer_box {
    background-color: #fbffb5;
    border: dotted 3px #ef8700;
    border-radius: 5px;
}
.offer_box .ttl {
    border-bottom: 2px solid #f54130;
    display: block;
    text-align: center;
    width: 60%;
    margin: auto;
    color: #f54130;
    font-weight: bold;
    font-size: 26px;
    padding-top: 10px;
}
.offer_box .txt {
    line-height: 1.4;
    margin: 10px auto;
}

footer {
    background-color: #e4e4e4;
    padding: 3%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
footer a {
    text-decoration: none;
    font-size: 12px;
    color: black;
}

/*スライダー*/
.visual.slick-dotted.slick-slider {
    margin-bottom: 20%;
}
.visual-contents {
    max-width: 95%;
    padding: 5%;
    margin: 0 auto;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
}
.visual-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.visual-box img {
    max-width: 30%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.visual-box p {
    max-width: 85%;
}
.visual2.slick-dotted.slick-slider {
    margin-bottom: 10%;
}

.visual .slick-prev:before , .visual2 .slick-prev:before {
    content: '◀';
}
.visual .slick-next:before , .visual2 .slick-next:before {
    content: '▶';
}
.visual .slick-next , .visual2 .slick-next {
    right: 5px;
    z-index: 10;
}
.visual .slick-prev , .visual2 .slick-prev{
    left: 5px;
    z-index: 10;
}
.visual .slick-prev:before, .visual .slick-next:before ,.visual2 .slick-prev:before, .visual2 .slick-next:before {
    color: #005548;
    opacity: 1;
}