@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*初期設定
----------------------------------------------------*/

/*
#wrapper{
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: hidden;
    color: #222;
    background: #fff;
}
#content {
    margin:0 auto;
    width: 800px;
    text-align: left;
    background-color: #fff;
    padding:0px 30px;
    color: #555;
}
.tx-s{
    font-size:12px;
}
.taC{
    text-align: center;
}

@media screen and (max-width: 768px) {
    #wrapper{
        width: 100%;
    }
    #content {
        width: 100%;
        padding: 0 15px;
    }
}
*/

/*----------------------------------------------------*/
/*
img{
    width: 100%;
    margin: 20px 0 20px 0;
}

h1{
    margin: 0 0 40px 0;
}
*/

/*スマホ-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
@media screen and (max-width: 768px) {
    h1{
        margin: 0 0 40px 0;
    }
}
*/

/*--PC--*/
body{
     max-width:800px;
     margin: auto;
     box-shadow: #ddd 0px 0px 10px;
}
#wrapper{
    margin: 3%;
}
p{
    margin-bottom: 20px;
}
btn p{
    margin-bottom: 0;
}
h1{
    width: 100%;
    margin-bottom: 20px;
}
h2{
    color: #57003f;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #ff3e7e;
    border-bottom: solid 2px #ff3e7e;
    background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#ffffff 3px, #ffffff 7px);
    background: repeating-linear-gradient(-45deg, #fff2f7, #fff2f7 3px,#fff2f7 3px, #fff2f7 7px);
    margin: 50px 0 20px;
    font-weight: bolder;
    font-size: 35px;
}
h3 {
    border-bottom: double 5px #ff3e7e;
    text-align: center;
    margin: 80px 0 0px;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.3;
    padding-bottom: 2%;
}
h4 {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5%;
}
h5{
    font-size: 1.4em;
    background-color: #eee;
    padding: 1% 3%;
    border-radius: 50px;
    margin-bottom: 1%;
}
.mb0{
    margin-bottom:0;
}
.box_d {
    padding: 3%;
    background-color: #ffe8f0;
    line-height: 1.6rem;
    margin-top: 15px;
    border-radius: 10px;
    border: 3px dotted #FF45A4;
}
.bgBoldPink2{
background-color: #ffadbc;
}

.ma_top{
    margin: 40px 0 20px;
}
.fwB{
    font-weight: bolder;
}
.fsSS{
    font-size: 5px;
    text-align: right;
}
.fsS{
    font-size: 8px;
}
.fsM{
    font-size:  20px;
}
.fsL{
    font-size: 25px;
}
.red{
    color: crimson;
}
.blue{
    color:#008cd5;
}
.green{
    color: #34bb34;
}
.orange{
    color:darkorange;
}
.yellow{
    color: #d9aa0d;
}
.gray{
    color: darkgray;
}
.pink{
    color: #ff3e7e;
}
.marker{
    background-color: #ff9;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.url{
    text-align: right;
}
.ex{
    font-size: 45px;
    color: #eb6d6d;
    
}
.good{
    font-size: 35px;
    color: #fdaf31;
    display: inline-block;
    margin: 5px;
}
.nomal{
    font-size: 35px;
    color: #20b44d;
}

.graph_fsS{
    font-size: 13px;
    
}
.mat_50{
    margin-top: 50px;
}
.h2_mat_0{
    margin-top: 0;
    line-height: 0.9;
    padding: 20px 0;
}
img{
    width: 100%;
    margin: 0 0 20px;
}


/*----------------------------------------------------*/

/*--口コミ--*/
.kutikomi-box{
    margin: 20px 0 5px;
    background: #f0f0f0;
    box-shadow: #ddd 4px 4px 4px;
    border-radius: 10px;
}
.kutikomi-ttl{
        background: #555;
    padding: 3%;
    border-radius: 10px 10px 0 0;
}
.kutikomi-ttl p{
    margin-bottom: 0;
}
.kutikomi-txt p{
    padding: 0 3% 3%;
}
.kutikomi_img {
    margin: 3%;
}
.kutikomi_img img {
    margin-bottom: 0;
}
.url a {
    color: #0e73db;
}
.url a:visited{
    color: #0e73db;
}
.text_deco{
text-decoration: none;
}
.nabla{
    margin-bottom: 0;
}
/*--口コミ(アイコンつき)--*/
.kutikomi2_txt{
    display: flex;
    align-items: center;
    border: 4px solid;
    border-color: #f2bed2;
    padding: 6px;
}
.kutikomi2_txt img {
    margin-right: 30px;
    width: 20%;
    height: 20%;
}
.text_deco{
text-decoration: none;
}
.nabla{
    margin-bottom: 0;
}
/*------------比較表（大）------------*/
.hikaku_wrapper{
    border: 5px solid #ffcec8;
}
.hikaku_wrapper table{
    width: 100%;
    table-layout: fixed;
}
.hikaku_wrapper table tr:nth-child( 3 ) td ,.hikaku_wrapper table tr:nth-child( 4 ) td ,.hikaku_wrapper table tr:nth-child( 5 ) td,.hikaku_wrapper table tr:nth-child( 7 ) td {
    vertical-align: top;
}

.hikaku_wrapper td, .hikaku_wrapper th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
.box_d {
    padding: 3%;
    background-color: #ffe8f0;
    line-height: 1.6rem;
    margin-top: 15px;
    border-radius: 10px;
    border: 3px dotted #FF45A4;
}
.hikaku_wrapper td, .hikaku_wrapper th {
    padding: 3px;
    width: 30px;
    height: 25px;
}
.hikaku_wrapper td, .hikaku th{
    text-align: center;
}
.hikaku_wrapper table , .hikaku_wrapper th{
    vertical-align:top;
}
.hikaku_wrapper td{
    padding: 10px;
    width: 32%;
    line-height: 1.2;
}
.hikaku_wrapper th{
    width: 28%;
    text-align: center;
    vertical-align:middle;
}
.hikaku_top img{
    margin: 10px 0 10px 0;
    width: 100px;
}
.hikaku_top td,.hikaku_bottom td{
    vertical-align: bottom;
}
.video{
    margin: 30px 0;
}
td,th{
    vertical-align:bottom; 
}
.bottom{
    margin-bottom: 0;
}

/*---表ボタン----*/
.hikaku_btn{
    color: #FFF;
    border-radius: 5px;
    padding: 8px;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    position: relative;
    line-height: 1.3;
    overflow: hidden;
}
.btn_g{
    background-color:#0fb508;
    box-shadow: 0 5px 0 0 #046f21;
}
.btn_txt{
    text-decoration: none;
    color: #FFF;
}

a.shiny{
    text-decoration: none;
    color: #FFF;    
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.shiny::after {
    content: '';
    position: absolute;
    top: -6%;
    left: -20%;
    width: 40px;
    height: 78%;
    transform: scale(2) rotate(8deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


/*--ボタン--*/
.btn{
    color: #FFF;
    border-radius: 5px; 
    padding: 15px;
    background-color:#0fb508;
    box-shadow: 0 5px 0 0 #046f21;
    text-align: center;
    width: 70%;
    margin: 12px auto;
    position: relative;
    text-decoration: none;
} 
.btn p{
    line-height: 1.3em;
    color: #FFF;
}
.bottom{
    margin: 0 auto;
}
.kukasiku{
    background-color:#ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    margin-top: 60px;
}
.bigbtn_g{
    margin: 60px 0;
}
.btn p{
    margin-bottom: 0px;
}
footer{
    width: 100%;
    height: 100px;
    background-color:#939393;
    text-align: center;
    padding: 25px 0 0 ;
    text-decoration: none;
    margin-top: 50px;
    vertical-align: middle 
}
footer a{
    text-decoration: none;
    color: #FFF;
}
/*--------小さい表---------*/
.hikaku_mini{
    width: 100%;
    border-collapse: collapse; 
    table-layout: fixed;
}
.hikaku_mini table{
    width: 80%;
}

.hikaku_mini table , .hikaku_mini td, .hikaku_mini th {
    border: 1px solid #b7b7b7;
    border-collapse: collapse;
    margin: 0 auto 40px ;
    vertical-align: middle;
    margin-bottom:5px;
}
.hikaku_mini td{
    padding: 10px;
}
.hikaku_mini td, .hikaku_mini th{
    text-align: center;
    line-height: 1.3rem;
}
.hikaku_mini th{
    padding: 5px 50px;
    background-color: #f0f0f0;
    width: 50%;
}

.yureru {
    animation: flash 1.2s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
  
  
  100% {
    opacity: 1;
  }
}

.sp{
    display: none;
}
.name{
    color: #fff;
    display: inline-block;
}

/*スマホ-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 820px){
.sp{
    display: block;
}

    .wrapper{
        width: 100%;
        overflow: hidden;
    }
    .graph_fsSS{
        font-size: 9px;
    }
    .graph_fsS{
        font-size: 12px;
    }
    h2{
        padding: 10px 0;
        font-size: 25px;
    }
    h3{
        font-size: 20px;
        line-height: 1.2em;
    }
    h1{
        margin: 0;
    }
    br.sp{
        display: block;
    }
    
    
}

@media screen and (max-width: 600px){
    .hikaku_wrapper th {
        position: sticky;
        left: 0;
        background-color: #f2f5ff;
        z-index: 10;
    }
    .hikaku_wrapper table{
        width: 800px;
        margin: 0 auto;
        background-color: #FFF;
        position: relative;
        border-collapse: collapse;
    }
}

@media screen and (max-width: 550px) {
    .fsL{
        font-size: 20px;
    }
    
    .graph_fsSS{
        font-size: 9px;
    }
    .graph_fsS{
        font-size: 12px;
    }
    .th_ttl{
        height: 41px;
    }
    .hikaku_wrapper table{
        width: 640px;
    }
    .hikaku_wrapper{
        width: 100%;
        margin-top: 10px；
    }
    .hikaku_wrapper table{
        width: 100%;
    }
    /*--------小さい表---------*/
    .hikaku_mini{
        width: 100%;
        margin-bottom: 50px;
    }
    .hikaku_mini table{
        width: 100%;
    }
    .hikaku_mini table , .hikaku_mini td, .hikaku_mini th {
        border: 3px solid #b7b7b7;
        line-height: 1.3;
    }
    .hikaku_mini td{
        padding: 8px;
    }
    .hikaku_mini th{
        padding: 4px 30px;
    }
    /*-------表ボタン------*/
    .hikaku_btn{
        border-radius: 5px;
        padding: 7px;
        background-color: #ff7510;
        box-shadow: 0 5px 0 0 #ce6010;
        margin:10px auto;
    }
    .btn_g{
        background-color:#0fb508;
        box-shadow: 0 5px 0 0 #046f21;
    }
    .btn_txt{
        text-decoration: none;
        color: #FFF;
    }
    /*--ボタン--*/
    .btn{
        border-radius: 5px; 
        padding: 15px;
        width: 100%;
        margin: 35px auto;
    } 

    .bottom{
        margin: 0 auto;
    }
    .kukasiku{
        background-color:#ff7510;
        box-shadow: 0 5px 0 0 #ce6010;
        margin-top: 60px;
    }
    .bigbtn_g{
        margin: 60px 0;
    }
}
@media screen and (max-width: 375px){
    h2{
        padding: 10px 0;
        font-size: 23px;
    }
    h3{
        font-size: 20px;
        line-height: 1.2em;
    }
}




/*-------------------------ランキング表-------------------------*/
.icon {
    width: 50px;
}
span.ex, span.go, span.so, span.ba {
    line-height: 50px;
}
span.ex {
    font-size: 3rem;
}
span.go {
    font-size: 2.5rem;
    color: #ffb100;
}
span.so {
    font-size: 2.2rem;
    color: #6dceeb;
}span.ba {
    font-size: 3rem;
}
.table-wrap .text {
    font-size: 12px;
}
.table-wrap .text_s {
    font-size: 13px;
}

.hikaku_toptxt{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.table-wrap{
    width: 100%;
    height: auto;
    border: 10px solid #ffe6f4;
    box-sizing: border-box;
    background-color: #FFF;
}
.table-wrap table th {
    position: sticky;
    left: 0;
}
.rankTable table{
    width: 100%;
    height: auto;
    border-collapse: collapse;
    text-align: center
}

.rankTable table th{
     border: solid 1px #fff;
    background-color: #ff98b0;
    color: #FFF;
    padding: 1%;
    width: 13%;
    vertical-align: middle;
    z-index: 100;
    font-size: 15px;
    border-left: none;
    border-bottom: none;
    text-align: center;
} 
.rankTable table tr:first-child td{ 
    vertical-align: bottom;
    font-size: 12px;
}
.rankTable table tr:last-child td{ 
    vertical-align: bottom;
    font-size: 12px;
    border-bottom: none;
}
.rankTable table tr:nth-child(2){
    vertical-align: top;
    
}
.rankTable table td:nth-child(2){
    background: #ffffe6;
}
.rankTable td {
    border: solid 1px #c4c4c4;
    text-align: center;
    border-top: none;
    border-right: none;
    padding: 2% 0;
    width: calc(100% / 6);
    font-size: 0.7rem;
        vertical-align: middle;
}
.rankTable td img {
    margin-bottom: 0;
}

@media (max-width: 620px){
    .seibun_txt{
        font-size: 11px;
    }

    span .seibun_txt{
        font-size: 11px;
    }
    .rankTable {
        overflow-x: scroll;
    }
    .table-wrap{
        border: 10px solid #ffe6f4;
    }
    .rankTable table {
        border: 0;
        width: 600px;
    }
    .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% - 12%);
        text-align: center;
        padding-top: 5px;
    }
    .scrollok {
        display: block;
        text-align: center;
        color: #0b4685;
        /*position: absolute;*/
        right: 0;
        left: 0;
        width: 100%;
        margin: auto;
    }
    .rankTable table tr:first-child{ 
        font-size: 10px;
    }
    .rankTable table tr:last-child{
        font-size: 10px;
    }
    .rankTable table th{
        font-size: 13px;
    }
    .table-wrap .text_s {
        font-size: 11px;
    }
}
@media (min-width: 820px){
h4{
    margin-bottom: 3%;
}
}

/*-------------------------ランキング表ここまで-------------------------*/

.ribbon_box{
    text-align: center;
}
.ribbon1 {
    display: inline-block;
    position: relative;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0px 50px;
    font-size: 18px;
    background: #ff3e7e;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 2%;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 17px 0px 20px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 17px 15px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.star{
    border: #ff3e7e solid 2px;
    border-radius: 50px;
    margin-bottom: 5px;
}
