@charset "UTF-8";

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

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 16px;
    background: #fff9e6;
}

/** link **/
a:link {
    color: #1c7fbd;
    text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 800px;
    padding: 0 0 60px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background: #fff;
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/

.m0{
    margin: 0;
}
img{
    width: 100%;
    padding: 0;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(110, 110, 110);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 102, 204);
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%,#ffee57 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{
    font-size: 38px;
}
.fsL{
    font-size: 23px;
}
.fsM{
    font-size: 19px;
}
.fsS{
    font-size: 10px;
}

footer{
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
    background: #ECECEC;
    font-size: 13px;
}


.rankTable table{
    width: 100%;
text-align: center;
line-height: 1.2;
}
.rankTable{
    border: 3px solid #7e7e7e;
}
.rankTable th{
    position: sticky;
    width: 40px;
    padding: 9px 0px 9px;
    background-color: #00b2ec;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
    font-size: 12px;
}
.rankTable td{
    width: auto;
    border-bottom: 1px dotted #eee;
    border-top: none;
padding: 9px 5px 9px;
    font-size:12px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}
.rankTable td:last-child{
    border-right: none;
}
.rankTable tr th+td{
background-color: #fff9e6;
}
    .rankTable table th{
        width: 19.0%;
font-size:13px;
}
.rankTable td{border-right: 1px dotted #ddd;}
.rankTable tr{border-bottom: 1px dotted #ddd;}
.rankTable tr:last-child td{border-bottom: none;}
    @media screen and (max-width:768px){
        .rankTable table{
            width: 550px;
        }
        .rankTable{
            overflow-x: scroll;
        }
    }
    .rankTable table th{
    vertical-align: middle;
        width:9.0%;
font-size:12.5px;
    z-index: 88;
}
img.table_icon {
    width: 99%;
    margin-top: 5px;
}
.sogood {
    font-size: 35px;
    color: red;
}
.good {
    font-size: 34px;
    color: #3f9dff;
    font-weight: normal;
}
.bad {
    font-size: 37px;
    font-weight: 300;
    color: #747474;
}
.soso {
    font-size: 34px;
    font-weight: bold;
    color: #0cc300;
}
h2 {
    font-style: italic;
    margin-bottom: 10px;
    line-height: 1.2;
}


@keyframes shiny {
    0% { left: -20%; }
    20% { left: 120%; }
    100% { left: 120%; }
}

.kira {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.kira::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, .2) 10%, rgba(255, 255, 255, .7) 100%, rgba(255, 255, 255, .2) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
h3 {
    background: #00b2ec;
    color: #fff;
    padding: 15px 10px;
    line-height: 1.3;
    font-size: 21px;
    margin-top: 30px;
}
.point {
    text-align: center;
    font-weight: bold;
    background: #ff6c00;
    color: #fff;
    padding: 5px 30px;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
}
h4 {
    text-align: center;
    font-size: 20px;
    margin: 10px 20px;
    line-height: 1.3;
}
.mb0{
    margin-bottom: 0;
}
.mt0{
    margin-top: 0;
}
.box01{
    padding: 20px 10px 10px;
    background: #fff6e9;
    margin-bottom: 15px;
    border-radius: 10px;
}
.blue2 {
    padding-right: 5px;
    color: #00b2ec;
}
.yellow{
    color: yellow;
}
h5 {
    padding-bottom: 5px;
    border-bottom: 5px solid #00b2ec;
    font-size: 19px;
    margin-bottom: 20px;;
}
.bb {
    border-bottom: dotted 2px #999999;
    padding-bottom: 27px;
}
.com{
    padding: 15px 12px;
    border: solid  3px#37b093;
    border-radius: 10px;
    margin-bottom: 20px;
}
.balloon2 {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px ;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 19px;
    background: #37b093;
    box-sizing: border-box;
    border-radius: 50px;
    line-height: 1.2;
  }
  
  .balloon2:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #37b093;
    z-index: 1;
  }
  
  .balloon2 p {
    margin: 0;
    padding: 0;
  }
  a.t_btn {
    display: block;
    padding: 7px 7px;
    text-decoration: none;
    color: #fff;
    background: #ff6c00;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0px 4px 0px #b34c00;
}