*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
html{
    font-size: 62.5%;
}
body{
    font-size: 1.8rem;
}
.wrapper{
    width: 800px;
    margin: 0 auto;
}
p{
    line-height: 1.5;
    margin-bottom: 15px;
}
img{
    width: 100%;
    object-fit: contain;
    margin: 0 auto 15px;
}

.mark{
    background: linear-gradient(transparent 65%, #ffff66 60%);
    padding: 0 5px;
}
.red{
    color: #f20000;
    font-weight: bold;
}
.blue{
    color: #08708a;
    font-weight: bold;
}
.blue2{
    color:#227199;
    font-weight: bold;
}
.orange{
    color: #f5a15f;
    font-weight: bold;
}
.white{
    color: white;
}
.fsL{
    font-size: 2rem !important;
}
.fsS{
    font-size: 1.2rem;
}
.anno{
    display: block;
    text-align: right;
    color: #999;
    font-size: 1.2rem;
}
.taC{
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.taR{
    display: block;
    text-align: right;
}

h1{
    text-align: center;
    margin: 20px auto 30px;
    font-size: 2.4rem;
}
h2{
    font-size: 2.2rem;
    background: #227199;
    padding: 20px 10px;
    font-weight: bold;
    color: #fff;
    margin: 40px auto 20px;
}
h3{
    padding: 10px;
    border-left: 4px solid #56b1bf;
    border-bottom: 1px solid #333;
    margin: 30px auto 15px;
}

.ttl_flex{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}
.ttl_flex p{
    width: 75%;
    margin: 0;
}
.ttl_flex img{
    width:20%;
    margin-right: 15px;
}
.ttl_flex a{
    font-weight: bold;
    font-size: 3rem;
}
.ttl_flex a, .ttl_flex a:visited{
    color: #039be5;
}

.reccommend_point{
    border: 2px solid #333;
    margin: 60px 0 15px;
    position: relative;
    padding-bottom: 10px;
}
.reccommend_point p{
    display: block;
    width: 95%;
    margin: 10px auto 0;
    border-bottom: 1px solid #999;
}
.reccommend_point p:last-child{
    border: none;
}
.reccommend_point p::before{
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    margin-right: 5px;
}
.reccommend_point::before{
    content: 'おすすめPOINT';
    background-color: #e62645;
    border: 2px solid #333;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    position: absolute;
    bottom: 100%;
    left: -2px;
}

.cta_btn{
    display: block;
    margin: 0 auto 15px;
    width: 50%;
    background-color: #6e818a;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 1.8rem;
}

.feature_box{
    text-align: center;
    border: 2px solid #999;
    background-color: #eee;
    font-weight: bold;
    margin: 10px auto;
    width: 60%;
    padding: 10px 0;
}
.feature_box p{
    margin: 0;
    font-size: 1.8rem;
}

.table_23{
    display: flex;
    justify-content: space-between;
    margin: 10px auto 20px;
    border: 2px solid #fdd835;
}
.table_23 .left,
.table_23 .right{
    width: 50%;
    text-align: center;
    padding: 10px 0;
}
.table_23 .left p,
.table_23 .right p{
    font-size: 2rem;
    font-weight: bold;
}
.table_23 .left p:first-child,
.table_23 .right p:first-child{
    border-bottom: 1px solid #333;
    display: inline;
}
.table_23 .left{
    background-color: #fffae8;
}
.table_23 .right{
    background-color: #f0faff;
}

.col_box_01,
.col_box_02{
    border-radius: 10px;
    background-color: #fffae8;
    padding: 10px;
    margin: 10px auto 20px;
}
.col_box_01{
    border: 2px solid #e62645;
}
.col_box_02{
    border: 2px solid #fbb;
}
.col_box_01 p,
.col_box_02 p{
    margin: 0;
    font-size: 1.65rem;
}
.col_box_03{
    border: 3px solid #227199;
    width:50%;
    text-align: center;
    margin: auto;
}
.pd0{
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size:18px;
    margin-bottom: 0;
}
.pd00{
    margin-bottom: 0;
    text-align: center;
}
.font18{
    font-size:18px;
}
.bk_or {
    background-color: #f5a15f;
}
.bk_ye {
    background-color: #fff9eb;
    padding-left: 26%;
    padding-top: 5px;
}
@media screen and (max-width: 699px){
.col_box_03{
    border: 3px solid #227199;
    width:90%;
    text-align: center;
    margin: auto;
}
.pd0{
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size:18px;
}
    .bk_or {
        background-color: #f5a15f;
    }
    .bk_ye {
        background-color: #fff9eb;
        padding-left: 0;
    }
}

.illust_box{
    background-color: #eceff1;
    padding: 10px 10px 15px;
    margin: 10px auto 25px;
    position: relative;
}
.illust_box h5{
    text-align: center;
    margin: 10px auto;
    font-size: 2.2rem;
}
.illust_box ul{
    padding: 10px;
    background-color: #fff;
}
.illust_box ul li{
    list-style: none;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.illust_box ul li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    margin-right: 5px;
    text-shadow: 2px 2px 0 #eee;
}
.illust_box img{
    position: absolute;
    top: 20%;
    right: -37%;
    height: 300px;
}

.table_24,
.table_25{
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #999;
    margin-bottom: 30px;
}
.table_24 td{
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px 0;
}
.table_24 tr:first-child td{
    background-color: #ffe9d4;
    font-weight: bold;
    width: 33%;
}
.table_24 tr:first-child td:last-child,
.table_24 tr:last-child td:last-child{
    border-right: none;
}
.table_24 tr:last-child td{
    border-bottom: none;
}

.check_list{
    margin: 10px auto 20px;
}
.check_list li{
    list-style: none;
}
.check_list li::before{
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    margin-right: 10px;
    text-shadow: 2px 2px 0 #eee;
}
.table_25 td{
    font-weight: bold;
}
.table_25 th{
    background-color: #eceff1;
    padding: 5px 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: normal;
}
.table_25 td{
    padding: 10px 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.content_wrapper{
    padding: 1%;
    box-sizing: border-box;
    background-color: #eceff1;
}
.content_box{
    border: 1px solid #eceff1;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}


.img_frame_b{
    border: 3px solid #08708a;
}

footer{
    background-color: #cfcfcf;
    padding: 40px 0;
    text-align: center;
}
footer p{
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px !important;
}
footer a{
    color: #fff;
    font-size: 1.4rem;
}

.shuffling {
    animation-duration: 1.4s!important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s!important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: 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);}
}

.pict{
    height: 200px;
    margin: 10px 0 !important;
}


/* 比較表 */
.rankTable{
    border: 10px solid #eceff1;
}
.rankTable table{
    width: 100%;
}
.rankTable th{
    background-color: #546e7a;
    color: #fff;
}
.rankTable tr td{
    text-align: center;
    width: 33%;
}
.rankTable tr td:last-child{
    border: none;
}
.rankTable tr td img{
    display: block;
    height: 50px;
}
.rank{
    width: 40px;
    margin-bottom: -5px;
}
.rankTable tr td:first-child{
    background-color: #fffde8;
}

@media screen and (min-width: 700px){
    .rankTable table th{
        position: relative;
        width: 100%;
        padding: 5px;
    }
    .rankTable table td{
        position: relative;
        padding: 15px 0;
        margin: 0;
        font-size: 15px;
        vertical-align: top;
        border-right: 2px dotted #eee;
    }
    .rankTable tr td .product_img{
        height: 200px;
        width: 200px;
    }
    .table_23 .left .fsL{
        font-size: 2.4rem !important;
    }
}
@media screen and (max-width: 699px){
    .rankTable table{
        box-sizing: border-box;
        width: 100%;
        height: auto;
        text-align: left;
    }
    .rankTable tbody{
        box-sizing: border-box;
        width: 100%;
        display: table-row-group;
    }
    .rankTable table tr{
        display: table-row;
        width: 100%;
        height: 26px;
    }
    .rankTable table th{
        position: absolute;
        left: 10px;
        right: 10px;
        z-index: 5;
        text-align: center;
        padding: 2px;
    }
    .rankTable table td{
        border-right: 2px dotted #eee;
        padding: 20px 10px 15px;
        font-size: 15px;
        vertical-align: top;
    }
    .rankTable{
        overflow-x: scroll;
    }
    .rankTable table tr:first-child td{
        padding-top: 0;
    }
}
/* 比較表 */


.review_box li{
    background-color: #ffe9d4;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.nm{
    margin: 0 !important;
}

.column{
    display: block;
    text-align: center;
}
.column a{
    font-size: 1.2rem;
    color: #cfcfcf;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

@media screen and (max-width:760px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .wrapper{
        width: 95%;
        overflow-x: hidden;
    }
    body{
        font-size: 1.5rem;
    }
    h1{
        font-size:2rem;
        margin-bottom: 10px;
    }
    .feature_box{
        width: 95%;
    }
    .cta_btn{
        width: 95%;
    }
    .illust_box{
        margin-bottom: 40px;
    }
    .illust_box img{
        top: 60%;
        right: -28%;
        height: 150px;
    }
    .table_23 .left p,
    .table_23 .right p{
        font-size: 1.6rem;
    }
    .table_23 .left p:last-child,
    .table_23 .right p:last-child{
        margin-bottom: 0;
    }
    .pict{
        height: 100px;
    }
    .ttl_flex b{
        font-size: 1.8rem;
    }
    .feature_box p{
        font-size: 1.8rem;
    }
    .rankTable tr td .product_img{
        height: 88px;
        width: 88px;
    }
}

.accordion{
    margin-bottom: 30px;
    font-size: 1.4rem;
}
.accordion dt{
    background-color: #cfcfcf;
    color: #fff;
    text-align: center;
    width: 85%;
    margin: 0 auto 15px;
    padding: 5px;
}
.accordion dd{
    display: none;
}

/* form */
.searchtable{
    margin: 0 auto 40px;
    border-collapse: collapse;
    width: 80%;
}
.searchtable th,
.searchtable td{
    border: 1px solid #999;
    padding: 5px;
    color: #999;
}
.searchtable th{
    font-weight: normal;
    background-color: #cfcfcf;
    color: #fff;
}
.searchtable td{
    text-align: left;
    padding-left: 15px;
}
.searchtable tr:last-child td{
    border: none;
    color: #fff;
}
.searchcenter {
    width: 300px;
    background-color: #666;
    margin: 15px auto 0;
    padding: 5px 0;
    text-align: center;
}
.searchcenter p{
    margin: 0;
}