*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.wrapper{
    max-width: 700px;
    margin-inline: auto;
    overflow-x: hidden;
}

img,
p{
    display: block;
    width: 100%;
}
img{
    object-fit: contain;
    margin-top: 15px;
    margin-bottom: 15px;
}
p{
    text-align: justify;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

h1 img{
    margin-top: 0;
}

.bg_yellow{
    background-color: #fff4c1;
    padding: 10px 2%;
}


.highlight_box{
    border: 8px solid #094074;
    position: relative;
    padding-top: 40px;
    background-color: #fff;
    margin: 40px auto 20px;
    border-radius: 10px;
}
.highlight_box h2{
    background-color: #094074;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 13px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: -45px;
}
.highlight_box h2 span{
    font-size: 22px;
    color: #ffdd4a;
}

.highlight_box02{
    border: 8px solid #5adbff;
    background-color: #5adbff;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}
.highlight_box02 h2{
    background-color: #5adbff;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 8px 0 15px;
}
.highlight_box02 h2 span{
    font-size: 22px;
    color: #094074;
}
.highlight_box .inner,
.highlight_box02 .inner{
    padding: 8px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.fcR{
    color: #f20000;
}
.fcB{
    color: #1484ec;
}
.fcO{
    color: #ff7300;
}
.mark{
    background: linear-gradient(to bottom, rgba(255, 221, 74, 0) 40%, #ffdd4a 100%);
}
.taC{
    text-align: center;
}
.fsL{
    font-size: 18px;
}
.fsLL{
    font-size: 24px;
}

.mt10{
    margin-top: 10px !important;
}

.h201{
    background-color: #3c6997;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.bg_blue{
    background-color: #eff7ff;
    padding: 10px 2%;
}
.pickup{
    background-color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding: 25px 0 15px;
    font-size: 20px;
    margin: 15px auto;
    border: 2px dotted #f20000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pickup span{
    background-color: #f20000;
    color: #fff;
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0 0 10px 0;
}
.pickup p{
    margin: 0;
    width: 72%;
    text-align: left;
    font-size: 18px;
    white-space: nowrap;
    position: relative;
    top: 5px;
}
.pickup img{
    width: 60px;
    margin: 5px 5px 0 0;
}

.point_wrapper{
    background-color: #fff;
    border: 2px dashed #094074;
    padding: 10px 2%;
}
.point_wrapper .point_box{
    background-color: #fff;
    padding: 10px;
}
/*.point_wrapper .point_box+.point_box{
    margin-top: 10px;
}*/
.point_wrapper .point_box h3{
    color: #094074;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.point_wrapper .point_box h3 .num{
    font-size: 14px;
    color: #000;
}
/*.point_wrapper .acc_wrapper{
    height: 150px;
    overflow: hidden;
}*/
.bg_blue .acc_open{
    margin-inline: auto;
    width: 45%;
    display: block;
    background-color: #094074;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    position: relative;
    top: -10px;
}

.h202{
    margin-top: 40px;
    border: 5px double #094074;
    border-left: none;
    border-right: none;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    color: #094074;
}
.h203{
    margin-top: 30px;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    background-color: #fe9000;
    border-radius: 100px;
    color: #fff;
    position: relative;
    margin-bottom: 6px;
}
.h203::before{
    position: absolute;
    content: '';
    border: 12px solid transparent;
    border-top: 12px solid #fe9000;
    display: block;
    left: 47%;
    top: 100%;
}

.product_box{
    border: 1px solid #ff7300;
    background-color: #fff;
}
.product_box h3{
    text-align: center;
    background-color: #094074;
    color: #fff;
    font-size: 26px;
    padding: 10px 0;
}
.product_box h3 span{
    font-size: 16px;
}
.product_box .inner{
    padding: 8px;
    background-color: #fff;
}
.product_box .profile{
    margin-bottom: 10px;
}
.product_box .profile>p:first-child{
    font-size: 13px;
    margin-bottom: 0;
}
.product_box .profile h4{
    color: #094074;
    font-size: 22px;
}
.product_box .profile .tag_box span{
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 13px;
    color: #aaa;
    display: inline-block;
    margin-bottom: 5px;
}
.tag_blue{
    border: 1px solid #018eff !important;
    color: #fff !important;
    background-color: #018eff;
}
/* .tag_green{
    border: 1px solid #4fb993 !important;
    color: #4fb993 !important;
    background-color: #eaf8f3;
}
.tag_orange{
    border: 1px solid #fe9000 !important;
    color: #fe9000 !important;
    background-color: #fff8ef;
}
.tag_pink{
    border: 1px solid #eb6979 !important;
    color: #eb6979 !important;
    background-color: #fff3f5;
} */
.product_box .component_acc h5{
    background-color: #999;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-weight: normal;
}
.product_box .component_acc p{
    display: none;
    font-size: 12px;
    line-height: 1.3;
    padding: 5px;
    border: 1px solid #999;
}
.kuti_box{
    border: 2px solid #018eff;
    border-radius: 20px;
    padding: 20px;
}
.kuti_header{
    display: flex;
    align-items: center;
    gap: 3%;
    padding-bottom: 2%;
    border-bottom: 1px solid #018eff;
}
.kuti_header img{
    width: 10%;
    margin: 0;
}
.kuti_header p{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
@media screen and (max-width:699px){
    .kuti_header{
        padding-bottom: 4%;
    }
    .kuti_header img{
        width: 18%;
    }
    .kuti_header p{
        line-height: 1.2;
    }
}
.kuti_header+p{
    margin-top: 20px;
}
.ttl{
    background-color: #094074;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 20px;
}
.product_box .feature_box{
    margin: 30px auto 10px;
}
.product_box .feature_box h4{
    padding-bottom: 5px;
    border-bottom: 2px solid #094074;
    font-size: 18px;
    color: #094074;
    margin-bottom: 15px;
}
.product_box .feature_box h4 span{
    background-color: #094074;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 5px;
}
.product_box .recommend_box{
    margin: 20px auto;
    border: 2px solid #5adbff;
    padding: 10px;
    background-color: #f2fcff;
}
.product_box .recommend_box h4 img{
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
.product_box .recommend_box ul{
    list-style: none;
}
.product_box .recommend_box ul li{
    font-size: 15px;
}

.product_box+.product_box{
    margin-top: 30px;
}

.h401{
    background-color: #ff7300;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
}
.h401 span{
    font-size: 14px;
}

.scroll{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}
.rankTable{
    border: 8px solid #5adbff;
    overflow-x: scroll;
    position: relative;
}
.rankTable table{
    width: 620px;
    border-collapse: collapse;
}
.rankTable table th{
    background-color: #3c6997;
    color: #fff;
    font-size: 13px;
    width: 14%;
    position: sticky;
    left: 0;
}
.rankTable table td{
    text-align: center;
    padding: 8px 5px;
    font-size: 13px;
    border: 1px dotted #ddd;
}
.rankTable table td.wak{
    
}
.rankTable table td.wak span{
    background-color: #d9f7ff;
    border-radius: 5px;
    padding: 3px 5px;
    text-align: center;
    line-height: 2;
}
.rankTable table td .great,
.rankTable table td .good,
.rankTable table td .soso,
.rankTable table td .bad{
    display: block;
    font-size: 32px;
}
.rankTable table td .bad{
    font-size: 44px;
}
.rankTable table td .great{
    color: #ff5252;
}
.rankTable table td .good{
    color: #1bcdff;
}
.rankTable table td .soso{
    color: #ffe555;
}
.rankTable table td:first-of-type{
    background-color: #fffae3;
    font-weight: bold;
    border-left: 4px solid #f20000;
    border-right: 4px solid #f20000;
}
.rankTable table tr:first-child td:first-of-type{
    border-top: 4px solid #f20000;
}
.rankTable table tr:last-child td:first-of-type{
    border-bottom: 4px solid #f20000;
}
.rankTable table tr:last-child a{
    background-color: #1a9509;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 0;
    display: block;
    width: 100%;
    box-shadow: 0 3px 0 #0d5203;
}

footer{
    background-color: #999;
    padding: 30px 15px;
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer ul{
    list-style: none;
    margin-top: 10px;
}

.anno{
    font-size: 10px;
    color: #999;
    text-align: right;
    margin-top: -15px;
}



.yellow_box{
    border: 3px solid #ffdd4a;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.shuffling {
  animation: 1.4s shuffling infinite;
}
@keyframes shuffling{
    0% {
        transform: skewX(9deg);
    }
    10% {
        transform: skewX(-8deg);
    }
    20% {
        transform: skewX(7deg);
    }
    30% {
        transform: skewX(-6deg);
    }
    40% {
        transform: skewX(5deg);
    }
    50% {
        transform: skewX(-4deg);
    }
    60% {
        transform: skewX(3deg);
    }
    70% {
        transform: skewX(-2deg);
    }
    80% {
        transform: skewX(1deg);
    }
    90% {
        transform: skewX(0deg);
    }
    100% {
        transform: skewX(0deg);
    }
}

.column_page h1{
    background-color: #094074;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    padding: 10px 0;
}
.column_page h2{
    margin-bottom: 10px;
    font-size: 18px;
}
.column_page h2,
.column_page p{
    padding: 0 2%;
}

@media screen and (min-width: 769px){
    .rankTable{
        overflow: hidden;
    }
    .rankTable table{
        width: 100%;
    }
}

.offer_box{
    padding: 10px;
}