@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
img{
    display: block;
    object-fit: contain;
    width: 100%;
}
p{
    display: block;
    margin: 2% auto;
    font-size: 16px;
}
mark{
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #ffff66 40%, #ffff66 100%);
    vertical-align: bottom;
}
.red{
    color: #f20000;
}
.wrapper{
    width: 100%;
    overflow-x: hidden;
}
.body_wrapper{
    width: 95%;
    max-width: 800px;
    margin: 70px auto 0;
    padding: 2%;
    background-color: #fff;
}
.fv_area{
    position: relative;
}
.fv_area>p{
    position: absolute;
    top: 87%;
    text-align: center;
    left: 0;
    right: 0;
}
.fv_area>p a{
    display: block;
    margin: auto;
    width: 85%;
    max-width: 450px;
}
.trouble_box{
    border: 3px double #5bd6ff;
    padding: 10px;
    box-shadow: 5px 5px 0 rgba(91, 214, 255, 0.3);
    margin: 3% auto;
}
.trouble_box ul li{
    list-style: none;
}
.point_ttl{
    background-color: #ffa627;
    margin: 6% auto 3%;
    font-weight: normal;
    padding: 10px 15px;
    color: #fff;
}
.point_box .acc-ttl{
    border: 1px solid #ffa627;
    padding: 10px;
    position: relative;
}
.point_box .acc-ttl::before{
    content: '▼';
    color: #ffa627;
    top: 25%;
    right: 4%;
    position: absolute;
    transition: all 0.5s;
}
.point_box .acc-ttl.open::before{
    transform: rotate(180deg);
}
.acc-content{
    display: none;
}
.point_box .acc-content{
    background-color: #fff2cc;
    padding: 10px;
    text-align: justify;
}
.point_box .acc-content+.acc-ttl{
    margin-top: 1%;
}
.point_box .open+.acc-content+.acc-ttl{
    margin-top: 4%;
}
.table_arrow{
    margin-top: 10%;
}
.table_arrow2{
    margin-top: -5%;
}
.rank_table{
    border: 4px solid #5CD6FC;
    margin: 20px auto;
}
.rank_table table{
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
}
.rank_table table th,
.rank_table table td{
    text-align: center;
}
.rank_table table th{
    background-color: #5CD6FC;
    color: #fff;
    width: 10%;
    border-bottom: 1px solid #fff;
}
.rank_table table td{
    width: calc(90%/5);
    padding: 10px 5px;
    border-right: 2px dotted #d1d1d1;
    border-bottom: 2px dotted #d1d1d1;
}
/* 区切り点線を消す記述 */
.rank_table .border_none{
    border-bottom: 0px dotted #d1d1d1;
}
.rank_table .border_none2{
    border-right: 0px dotted #d1d1d1;
}

.rank_table table td:first-of-type{
    background-color: #fcf6e3;
}
.rank_table table tr:nth-child(2) td,
.rank_table table tr:nth-last-child(2) td{
    padding-bottom: 0;
}
.rank_table table tr:nth-child(2) td,
.rank_table table tr:nth-child(3) td,
.rank_table table tr:nth-last-child(1) td{
    padding-top: 0;
}
.rank_table table tr:nth-child(1) td img{
    width: 50%;
    margin: 0 auto;
}
.great,.good,.soso,.bad{
    display: block;
    width: 45%;
    margin: 0 auto 5px;
    font-size: 40px;
    line-height: 1;
}
.rank_table table tr:nth-child(4) td{
    color: #ffa627;
}
.great{
    color: #f9717a;
}
.good{
    color: #94d8e3;
}
.soso{
    color: #f7c94a;
}
.bad{
    color: #7c7c7c;
}
.anno{
    text-align: right;
    color: #999;
    font-size: 10px;
}
.rank_block{
    margin: 100px auto;
}
.anno+.rank_block{
    margin-top: 0;
}
.rank_ttl{
    margin: 4% 0 2%;
    background-color: #cdf3ff;
    padding: 10px 0;
    text-align: center;
    color: #006485;
    font-size: 32px;
    font-weight: 700;
}
.rank_ttl.first{
    position: relative;
    padding: 0;
    background: none;
}
.rank_ttl.first span{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: #006485;
    font-size: 40px;
    top: 27%;
    font-weight: 700;
}
.min_table{
    border-collapse: collapse;
}
.min_table th,
.min_table td{
    border: 1px solid #5bd6ff;
    padding: 10px;
    font-size: 14px;
}
.min_table tr:first-child td:nth-child(1){
    width: 40%;
}
.min_table tr:first-child td:nth-child(2),
.min_table tr:first-child td:nth-child(3){
    width: 30%;
}
.min_table tr:first-child td:nth-child(2),
.min_table td:first-child{
    background-color: #8ce2ff;
    color: #fff;
    font-weight: 500;
}
.min_table tr:first-child td:first-child{
    background: none !important;
}
.product_img.first,
.product_img.second,
.product_img.third,
.product_img.fourth,
.product_img.fifth{
    display: none;
}
.chart{
    margin: 20px auto 10px;
}
.comment_box h3{
    background-color: #fff2cc;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    margin-top: 7%;
    position: relative;
}
.comment_box h3::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: 12px solid transparent;
    border-top: 12px solid #fff2cc;
}
.comment_box>div{
    display: flex;
    justify-content: space-between;
    margin: 30px auto 50px;
}
.comment_box>div>p{
    padding: 15px;
    border-radius: 5px;
    border: 1px dashed #000;
    width: 48%;
    margin: 0;
    text-align: justify;
}
.comment_box>div>img{
    width: 48%;
}

.review_box h3{
    background-color: #fff2cc;
    font-weight: 500;
    padding: 15px;
}
.review_box>div{
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #999;
    padding: 15px;
    margin: 15px auto;
}
.review_child{
    background-color: #eefbff;
    padding: 10px;
}
.review_child>div{
    display: flex;
}
.review_child>div img{
    width: 10%;
    margin-right: 3%;
}
.review_child>div div{
    width: 100%;
}
.review_child>div div p{
    margin: 5px 0;
}
.review_child>div div p:first-child{
    font-weight: bold;
}
.review_child>div div .star{
    color: #ffa627;
    margin: 0 5px 0 10px;
}
.review_child>p{
    text-align: justify;
}
.offer{
    border: solid 2px #ffb067;
}
.offer h3{
    background-color: #ffb067;
    font-weight: 500;
    padding: 15px;
    text-align: center;
}
.offer p{
    text-align: center;
    margin: 2% auto 0;
}
.fsL{
    font-size: 1.2em;
}
.re_rank_block{
    margin-bottom: 10%;
}

.btn_area{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px;
}
.btn_area a{
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-color: #999;
    box-shadow: 0 5px 0 #444;
}
.one .btn_area a{
    padding: 20px 0;
}
.btn_area .orenge_btn{
    color: #fff;
    background-color: #ff8949 !important;
    box-shadow: 0 5px 0 #e36420;
    animation: btnbuy 2.5s ease-in-out infinite;
}
@keyframes btnbuy {
	0% {transform: translatey(0); }
	35% {transform: translatey(0); box-shadow: 0 5px 0 0 #e36420}
	37% {transform: translatey(5px);box-shadow: 0 0px 0 0 #e36420;}
	40% {transform: translatey(0); box-shadow: 0 5px 0 0 #e36420;}
	55% {transform: translatey(0); box-shadow: 0 5px 0 0 #e36420}
	57% {transform: translatey(5px); box-shadow: 0 0px 0 0 #e36420}
	60% {transform: translatey(0); box-shadow: 0 5px 0 0 #e36420}
}

footer{
    background-color: #999;
    text-align: center;
    padding: 30px 0;
}
footer a{
    color: #fff;
}

.pc,
.sp{
    display: none;
}

@media screen and (min-width:691px){
    .pc{
        display: block;
    }
    .offer {
        margin-top: 6%;
    }
    .offer_img{
        width: 80%;
        margin: 0 auto 3%;
    }
}
@media screen and (min-width:691px) and (max-width:1200px){
    .fv_area>p a{
        max-width: 400px;
    }
}
@media screen and (max-width:690px){
    .sp{
        display: block;
    }
    .fv_area>p{
        top: 92%;
    }
    .body_wrapper{
        margin-top: 15%;
    }
    .trouble_box{
        margin: 8% auto;
    }
    .rank_table{
        overflow-x: scroll;
    }
    .rank_table table{
        width: 620px;
    }
    .rank_table table th{
        position: sticky;
        left: 0;
        padding: 0 5px;
    }
    .rank_ttl{
        font-size: 20px;
    }
    .rank_ttl.first span{
        font-size: 24px;
        top: 25%;
    }
    .product_img{
        display: block !important;
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
        height: 250px;
        margin: 20px auto 0;
        border: 1px solid #5bd6ff;
        border-bottom: none;
    }
    .product_img.first{
        background-image: url('../img/product01.png');
    }
    .product_img.second{
        background-image: url('../img/product02.png');
    }
    .product_img.third{
        background-image: url('../img/product03.png');
    }
    .product_img.fourth{
        background-image: url('../img/product04.png');
    }
    .product_img.fifth{
        background-image: url('../img/product05.png');
    }
    .min_table tr:first-child td:nth-child(1){
        display: none !important;
    }
    .comment_box>div{
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .comment_box>div>p{
        width: 100%;
    }
    .comment_box>div>img{
        width: 50%;
        margin: 0 auto 15px;
    }
    .mt4{
        margin-top: 4%;
    }
    .btn_area{
        margin-top: 20px;
    }
    .rank_block{
        margin: 70px 0;
    }
    .btn_area a{
        padding: 15px 0;
    }
}