@charset "utf-8";
/* CSS Document */
/*all*/
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 100%;
    background-color: #f0f8ff;
}
p {
    line-height: 1.6;
    word-wrap: break-word;
}
img{
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.wrapper{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 12px 25px rgba(54, 54, 54, 0.2);
    background-color: #fff;
}
.taC{
    text-align: center;
}
.tar{
    text-align: right;
}

.fsM{
    font-size: 19px;
}
.fsS{
    font-size: 13px;
}

.mt0{
    margin-top: 0 !important;
}
.mb0{
    margin-bottom: 0 !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mb50{
    margin-bottom: 50px !important;
}
.mt50{
    margin-top: 50px !important;
}

.red {
    color: #e40000;
    font-weight: bold !important;
}
.gray{
    color: #5a5a5a;
}

.box{
    padding: 0 15px;
    margin: 0 auto;
}


h2{
    margin-top: 20px;
    margin-bottom: 20px;
}

h3{
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*比較表*/
.rankTable table {
    width: 94%;
    margin: 0 auto 2%;
    background: #fff;
    border-collapse: collapse;
    color: #222;
    text-align: center;
}
.rankTable table td {
    font-size: 14px;
    padding: 5% 2% 5%;
    line-height: 1.5;
    border-right: 2px dotted #cdd4d0;
    text-align: center;
    width: calc(100% / 5);
    font-size: 13px;
    vertical-align: top;
    font-weight:bold !important;
}
.rankTable table img {
    max-width: 100%;
    padding: 5% 0;
    margin: 0 auto;
}
.rankTable {
    border: 3px solid #0036c0;
    border-top: 3px solid #0036c0;
    border-width: 3px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    background: #0036c0;
    margin: 3% auto 0px;
    box-sizing: border-box;
}
.rankTable table {
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 5px;
}
.rankTable table th a{
    color: #152756;
    font-size: 14px !important;
    text-decoration: none;
}
.rankTable table tr.sp_th {
    /*display: block;*/
    height: 28px;
}
.rankTable table tr.sp_th th {
    /*  position: absolute;*/
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 20px);
    text-align: center;
    padding-top: 5px;
}
.rankTable table tr th {
    background: linear-gradient(to right, #0036c0, #00c0ff);
    color: #fff;
    border-radius: 0;
    font-weight: bold;
}

.rankTable table tr:first-child th,
.rankTable table tr:last-child th {
    background: #ffffff;
    border-radius: 0;
    padding: 3% 0% 2%;
    font-size: 1.2em;
    vertical-align: top;
    line-height: 1;
    border-right: 2px dotted #cdd4d0;
}
.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
    border-right: none;
}
.rankTable table tr:first-child th:nth-child(1) {
    background: #ffffe1;
}
.rankTable td:first-child {
    background: #ffffe1;
}
.rankTable table tr:first-child th a,
.rankTable table tr:last-child th a {
    font-size: 0.7em;
}
.rankTable table tr:first-child th a img,
.rankTable table tr:last-child th a img {
    padding: 5% 0;
}
.rankTable td:last-child {
    border-right: none;
}
.rankTable table tr th {
    font-size: 1.2em;
}
.star{
    color: #cea228;
}

/*評価の星*/
.star-ratings-css {
	unicode-bidi: bidi-override;
    color: #a3a3a3;
    font-size: 15px;
    /*height: 4px;*/
    width: 80px;
    margin: 0 auto;
    position: relative;
    padding: 0;
	text-align: initial;
	word-wrap: normal;
}
.star-ratings-css-top {
    color: #ffbf11;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

span.ex, span.go, span.so, span.bad {
    font-weight: normal;
    line-height: 50px;
}

span.ex {
    font-size: 2.5rem;
    color: #f8525d;
}

span.go {
    font-size: 2.5rem;
    color: #7cd0dd;
}

span.so {
    font-size: 2.2rem;
    color: #f5c132;
}

@media (max-width: 620px) {
    .rankTable {
        width: 100%;
        overflow: scroll;
    }
    .rankTable table td {
        border-right: 2px dotted #cdd4d0;
        text-align: center;
        width: calc(100% / 5);
        line-height: 1.5;
        vertical-align: top;
        padding: 3% 2%;
    }
    .rankTable table tr.sp_th th {
        margin: auto;
        width: calc(100% - 51px);
        text-align: center;
        padding: 8px;
        position: absolute;
    }
    .rankTable table tr th {
        font-size: 1.2em;
    }
    .rankTable table tr th {
        font-size: 1.0em;
    }
    .rankTable table tr.sp_th {
        height: 28px;
    }
    .rankTable table {
        width: 570px;
        padding: 1%;
    }
    .rankTable table tr:first-child th {
        font-size: 1rem;
        line-height: 1.3;
    }
    .rankTable table tr:last-child th {
        font-size: 1rem;
    }
}
.t_btn {
    display: block;
    width: 90%;
    color: #fff;
    background: #00cd00;
    padding: 10px 5px 8px;
    line-height: 1.1rem;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    box-shadow: 0px 5px 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_btn, .t_btn02{
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
}

/*ミニ表*/
.miniTable table {
    width: 100%;
    margin: 20px auto 0;
    background: #fff;
    border-collapse: collapse;
    color: #fff;
    text-align: center;
    
}
.miniTable table td {
    font-size: 14px;
    padding: 2%;
    line-height: 1.5;
    text-align: center;
    width: calc(100% / 2);
    vertical-align: middle;
    background-color: #152756;
    border: 2px solid #fff;
}
.miniTable table td:nth-child(2) {
    color: #000;
    background-color: #f3f3f3;
}


/*オススメポイント・クチコミ*/
.slick .slide_contents {
    margin: 0 auto;
}
.slick .slick-prev:before, .slick .slick-next:before {
    font-size: 20px;
    color: #0036c0;
    opacity: 1;
}
.slick .slick-next:before {
    content: '▶';
}
.slick .slick-prev:before {
    content: '◀';
}
.slick .slick-next {
    right: 2vw;
}
.slick .slick-prev{
    left: 2vw;
}
.slick .slick-prev, .slick .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*スライダー共通*/
.sliderArea {
    width: 100%;
    margin: 0 auto 12%;
    padding: 0;
}
.slick-slide {
margin: 0 5px;
}
.slick-slide img {
width: 100%;
height: auto;
margin-bottom: 3%;
}
.slick-prev, .slick-next {
z-index: 1;
}
.slick-prev:before, .slick-next:before {
color: #000;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: 0;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}
.slick-dots {
    bottom: -10px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #0036c0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0036c0;
}
.slick01 .slick-list {
    overflow: visible;
}

/*CTA*/
.cta {
    max-width: 650px;
    width: 90%;
    margin: 10px auto 60px;
}
.shadow1{
    filter: drop-shadow(0 5px 10px rgb(102, 255, 0));
}
.shadow2{
    filter: drop-shadow(0 5px 10px rgb(228, 148, 0));
}

.bold{
    font-weight: bold;
}



footer {
    text-align: center;
    padding: 30px;
    margin: 30px 0 0;
    background: #5a5a5a;
    font-size: 13px;
}
footer a {
    color: #fff;
    text-decoration: none;
}