*{
    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;
}

body{
    background-color: #daf5ff;
}

img,
video{
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 15px auto;
}
p{
    display: block;
    margin: 10px auto;
}
.mark{
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #ffff66 40%, #ffff66 100%);
	height: 80%;
	vertical-align: bottom;
}
.taC{
    text-align: center;
}
.taR,
.anno{
    text-align: right;
}
.anno{
    font-size: 11px;
    color: #999;
    font-family: none;
}
.mt40{
    margin-top: 40px;
}
.red{
    color: #f20000;
}
.blue{
    color: #0069ea;
}
.yellow{
    color: #ffd724;
}
.pink{
    color: rgb(255, 141, 160);
}
.fsL{
    font-size: large;
}
.mt{
    margin-top:25px;
}

/* 検索実装 */
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
}



.wrapper{
    width: 95%;
    max-width: 768px;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 20px 2.5%;
    overflow-x: hidden;
}

.rankTable{
    border: 2px solid #3b99b3;
}
.rankTable table{
    width: 100%;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
}
.rankTable table th{
    background-color: #3b99b3;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 12%;
    /*vertical-align: middle;*/
}
.rankTable table tr:last-child th{
    border-bottom: none;
}
.rankTable table td{
    width: 10%;
    border-bottom: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
}
.rankTable table td:last-child{
    border-right: none;
}
.rankTable table tr:last-child td{
    border-bottom: none;
}
.rankTable table td{
    width: calc(100%/6);
    /*vertical-align: top;*/
}
.rankTable table td:first-of-type{
    background-color: #fcffcd;
}
.rankTable table th,
.rankTable table td{
    padding: 5px 3px;
    vertical-align: middle;
}
.rankTable table tr:nth-child(2) td,
.rankTable table tr:last-child td{
    vertical-align: middle;
}
.rankTable table .great,
.rankTable table .good,
.rankTable table .soso,
.rankTable table .bad{
    display: block;
    font-size: 28px;
}
.rankTable table .great{
    color: #f85661;
}
.rankTable table .good{
    color: #7fd1de;
}
.rankTable table .soso{
    color: #f5c132;
}
.rankTable table .bad{
    color: #333;
}
.rankTable img{
    width: 70%;
    margin: auto;
}
.rankTable table tr:first-child th,
.rankTable table tr:first-child td,
.rankTable table tr:nth-child(2) th,
.rankTable table tr:nth-child(2) td,
.rankTable table tr:nth-last-child(2) th,
.rankTable table tr:nth-last-child(2) td{
    border-bottom: none;
    padding-bottom: 0;
}
.rankTable table tr:nth-child(2) th,
.rankTable table tr:nth-child(2) td{
    padding: 1px 0;
}
.rankTable table tr:nth-child(2) td img{
    margin: 0 auto;
}


h2{
    color: #3b99b3;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #3b99b3;
    border-bottom: solid 2px #3b99b3;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    margin: 50px 0 30px;
    line-height: 30px;
}

.ttl {
    margin: 30px auto 0;
}
.point3 {
    border: 2px solid #3b99b3;
    padding: 0 10px 10px 10px;
}
.point3 p {
    text-align: justify;
}

h3 {
    position: relative;
    overflow: hidden;
    padding: 10px 20px 10px 75px;
    border-bottom: 2px solid #3b99b3;
    color: #3b99b3;
    font-size:min(5.5vw,25px);
}

h3 span {
    font-size: 2.5rem;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 0;
    display: block;
    padding-left: 12px;
    color: #3b99b3;
}

@media screen and (max-width:768px){
    h3 {
        padding: 10px 10px 5px 47px;
    }
    h3 span {
        font-size: 1.6rem;
        top: 8px;
        left: -5px;
    }
}

.min_table{
    width: 100%;
    border-collapse: collapse;
}
.min_table th,
.min_table td{
    border: 1px solid #aaa;
    padding: 5px 10px;
    text-align: center;
}
.min_table th{
    background-color: #b4ece9;
    font-weight: normal;
    width: 30%;
    color: #2e2e2e;
}

.min_table.pic{
    text-align: center;
}
.min_table.pic td:nth-child(2){
    font-weight: bold;
    border-left: solid 8px yellow;
    border-right: solid 8px yellow;
}
.min_table.pic td.topline{
    border-top: solid 8px yellow;
}
.min_table.pic td.underline{
    border-bottom: solid 8px yellow;
}
.min_table.pic th{
    width: 13%;
}


/* .slider{
    border: 3px solid #7dcfb6;
}
.slider img{
    margin: 0 0 15px;
}
.slider p:first-of-type{
    display: inline;
    padding: 5px 20px;
    background-color: #7dcfb6;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}
.slider p:last-of-type{
    padding: 10px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before{
    color: #7dcfb6;
} */

footer{
    background-color: #bbb;
    text-align: center;
    padding: 30px 0;
    margin-top: 20px;
}
footer a{
    color: #fff !important;
}


/*#search-form{
    margin: 30px auto;
}*/
.search_page .item_box img{
    width: 40%;
    margin: 0 auto;
}
.search_page .searchordercontainer img{
    display: inline;
    width: auto;
}
.searchBtn_box,
.item_box h2,
.detail_box dl dt{
    background-color: #00b2ca;
}


.arrow_gif{
    margin: 0 auto;
}
.cta_img{
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.cta_img::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn {
    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; }
}

.cta_1 a{
    padding: 10px 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #19b82f;
    font-size: 35px;
    margin: 20px auto;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    display: inline-block;
    text-decoration: none;
}
.cta_1{
    text-align: center;
}



/* 口コミ */
.comments{
    overflow:hidden;
    height: 270px;
    border: 2px solid #b4ece9;
    padding: 2%;
    margin-top: 15px;
    margin-bottom: 25px;
}
.comment_box{
    border-bottom: 2px dotted #ddd;
}
.icon{
    display: flex;
}
.icon img{
    margin: 20px 20px;
    width: 70px;
    height: 70px;
}
.icon p{
    margin: 20px;
}
.comment_box:last-child{
    border: none;
}
.show_more{
    display:block;
    margin:0 auto;
    text-align:center;
    width:150px;
    padding:5px;
    background-color:#3B99B3;
    color:#fff;
    font-size:20px;
    text-decoration: none;
    border-radius:30px;
}
.show_more .active{
    display:none;
}





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

@media screen and (max-width:768px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .wrapper{
        padding-top: 0;
    }
    .wrapper>img:first-child{
        margin-top: 15px;
    }
    .rankTable{
        overflow-x: scroll;
    }
    .rankTable table{
        width: 550px;
        position: relative;
    }
    .rankTable table th{
        position: sticky;
        left: 0;
    }
    .rankTable table td{
        font-size: 13px;
    }
    h2{
        font-size: 22px;
    }
    .icon img{
        margin: 20px 10px 0 5px;
        width: 70px;
    }
    .icon p{
        margin: 20px 0px;
    }

    .min_table.pic{
        font-size: 12px;
    }
    .pic{
        overflow-x: auto;
        white-space: nowrap;
    }
    .min_table.pic th{
        width: 14%;
    }
    .point{
        margin: 0 53% 0 -1.5em;
    }
    .cta_1 a {
        padding: 10px 0;
        width: 90%;
        font-size: 25px;
    }
    .mid_table{
        border-collapse: collapse;
    }
    .mid_table {
        white-space: nowrap;    
    }
    .mid_table img {
        width: 80%;
    }   
}

/* コラム */
.column_item {
    margin: -6% auto 4%;
}
.column_item a{
    color: #478fde;
}

	.mid_table{
        width: 100%;
        text-align: center;
        overflow-x: auto;
    }
    .mid_table th,.mid_table td{
        border: 1px solid #aaa;
        padding: 5px 10px;
        text-align: center;
    }
    .mid_table th{
        background-color: #b4ece9;
        font-weight: normal;
        width: 30%;
        color: #2e2e2e;
    }
    .mid_table td:nth-child(2){
        font-weight: bold;
        border-left: solid 8px yellow;
        border-right: solid 8px yellow;
    }
    .mid_table td.topline{
        border-top: solid 8px yellow;
    }
    .mid_table td.underline{
        border-bottom: solid 8px yellow;
    }
    .mid_table th{
        width: 13%;
    }
    .sticky {
        position: sticky;
        top: 0;
        left: 0;
    }
    /* th::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-left: 1px solid #aaa;
        border-right: 1px solid #aaa;
        z-index: 2;
    }*/
    table {
        border-collapse: collapse;
    }
    table tr:first-child td span {
    font-size: 0.8rem;
    line-height: 0.3rem;
    color: #3b99b3;
    font-weight: bold;
}
table tr:first-child td {
    padding: 8px 3px 5px;
}