@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    font-family: hirakaku-sans;
    font-weight: 600;
    font-size: 16px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul,li {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}

/* ここからcss */
a {
    cursor: pointer;
}
header{
    background: #f0e9d3;
    overflow: hidden;
    padding: 25px 0 25px 5px;
}
.inner{
    width: 1000px;
    margin: 0 auto;
}
header h1{
    float: left;
}
header a.btn{
    float: right;
    display: block;
    background: linear-gradient(0deg,#118ccb,#40c9d9);
    color:#ffffff;
    text-decoration: unset;
    padding: 15px 45px 15px 25px;
    border-radius: 25px;
    position: relative;
}
header a.btn:after{
    content: "";
    background-image: url(img/btn-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height:20px;
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
}
.key-visual{
    background: #f0e9d3;
    text-align: center;
}
.contact-zone{
    background-image: url(img/btn-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 50px;
}
.btn2{
    display: block;
    background: linear-gradient(0deg,#118ccb,#40c9d9);
    color:#ffffff;
    text-decoration: unset;
    width: 900px;
    font-size: 30px;
    margin: 0 auto;
    padding: 40px 0 35px;
    border-radius: 50px;
    position: relative;
}
a.btn2:after{
    content: "";
    background-image: url(img/btn-icon2.png);
    background-repeat: no-repeat;
    width: 40px;
    height:40px;
    display: block;
    position: absolute;
    right: 50px;
    top: 35px;
}
#ranking{
    background: #f8f7f5;
    text-align: center;
    padding: 115px 0 160px;
}
h2{
    font-size: 40px;
    color: #145c4c;
    position: relative;
    padding-bottom: 90px;
}
h2:after{
    content: "";
    display: block;
    background-image: url(img/h2-border.png);
    background-repeat: no-repeat;
    width: 57px;
    height: 3px;
    position: absolute;
    top: 60px;
    left: 47.6%;
}
.ranking{
    width:1000px;
    margin: 0 auto;
}
.ranking th, .ranking td{
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}
.ranking th{
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
}
.ranking td{
    padding: 30px 25px;
    width: 260px;
    background: #eaf1f1;
    border-right: 1px solid #c3c4c6;
}
.ranking tr td:last-of-type{
    border: none;
}
.ranking tr th:nth-of-type(2){
    background: #85b83d;
}
.ranking tr th:nth-of-type(3){
    background: #eb4568;
}
.ranking tr th:nth-of-type(4){
    background: #f67f30;
}
.ranking tbody tr:last-of-type{
    border-bottom: unset;
}
.ranking tr th:first-of-type,.ranking tr td:first-of-type{
    width: 37px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 28px;
}
.ranking tr td:first-of-type{
    background: #3e9493;
    border-radius: 5px 0 0 5px;
    position: relative;
    margin-bottom: 20px;
}
.ranking tr td:nth-of-type(2):hover,.ranking tr td:nth-of-type(2):focus{
    background: #e5efd8;
}
.ranking tr td:nth-of-type(3):hover,.ranking tr td:nth-of-type(3):focus{
    background: #fbe5ea;
}
.ranking tr td:nth-of-type(4):hover,.ranking tr td:nth-of-type(4):focus{
    background: #fce4d3;
}
.ranking tbody tr:first-of-type td{
    background: #f6f2e9;
}
.ranking tbody tr:first-of-type td:first-of-type{
    background: #d2b264;
    position: relative;
}
.ranking tbody tr:first-of-type td:first-of-type:before{
    content: "";
    position: absolute;
    width: 41px;
    height: 16px;
    display: block;
    background-image: url(img/rank1-icon.png);
    background-repeat: no-repeat;
    top: 140px;
    right: 13px;
}
.ranking tbody tr:nth-of-type(2) td{
    background: #f4f4f4;
}
.ranking tbody tr:nth-of-type(2) td:first-of-type{
    background: #cbcac9;
    position: relative;
}
.ranking tbody tr:nth-of-type(2) td:first-of-type:before{
    content: "";
    position: absolute;
    width: 41px;
    height: 16px;
    display: block;
    background-image: url(img/rank2-icon.png);
    background-repeat: no-repeat;
    top: 140px;
    right: 13px;
}
.ranking tbody tr:nth-of-type(3) td{
    background: #f6f2e9;
}
.ranking tbody tr:nth-of-type(3) td:first-of-type{
    background: #bb7451;
    position: relative;
}
.ranking tbody tr:nth-of-type(3) td:first-of-type:before{
    content: "";
    position: absolute;
    width: 41px;
    height: 16px;
    display: block;
    background-image: url(img/rank3-icon.png);
    background-repeat: no-repeat;
    top: 140px;
    right: 13px;
}
.ranking tbody tr td dl{
    padding-top: 180px;
    background-image: url(img/thum1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.ranking tbody tr td dl.arrk{
    background-image: url(img/arrk.png);
}
.ranking tbody tr td dl.zerostyle{
    background-image: url(img/zerostyle.png);
}
.ranking tbody tr td dl.no1credit{
    background-image: url(img/no1credit.png);
}
.ranking tbody tr td dl.anshincredit{
    background-image: url(img/anshincredit.png);
}
.ranking tbody tr td dl.joyful{
    background-image: url(img/joyful.png);
}
.ranking tbody tr td dl.kankindo{
    background-image: url(img/kankindo.png);
}
.ranking tbody tr td dl.kankincredit{
    background-image: url(img/kankincredit.png);
}
.ranking tbody tr td dl.life{
    background-image: url(img/life.png);
}
.ranking tbody tr td dl.fastcash{
    background-image: url(img/fastcash.png);
}
.ranking tbody tr td dl.twentyfourcash{
    background-image: url(img/24cash.png);
}
.ranking tbody tr td dl.cashline{
    background-image: url(img/cashline.png);
}
.ranking tbody tr td dl.trendcreca{
    background-image: url(img/trendcreca.png);
}
.ranking tbody tr td dl.giftcredit{
    background-image: url(img/giftcredit.png);
}
.ranking tbody tr td dl.cashchange{
    background-image: url(img/cashchange.png);
}
.ranking tbody tr td dl.safetysupport{
    background-image: url(img/safetysupport.png);
}
.ranking tbody tr td dl dt.tit{
    padding: 15px 0 10px;
    font-size: 22px;
    color: #029bd4;
}
.ranking tbody tr td dl dd.user,.ranking tbody tr td dl dd.repeat,.ranking tbody tr td dl dd.open{
    padding: 10px 0 10px;
    background: #ffffff;
    border: 1px solid #d4d6d8;
    font-size: 12px;
    color: #737475;
    margin-bottom: 10px;
}
.count{
    font-size: 20px;
    color: #f5450e;
    padding-left: 10px;
}
.count span{
    font-size: 14px;
}
.btn3{
    background: #ffffff;
    border: 1px solid #85b83d;
    display: block;
    padding: 15px 0 15px;
    color: #85b83d;
    text-decoration: unset;
    border-radius: 25px;
    position: relative;
}
.btn3:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 14px;
    display: block;
    background-image: url(img/before-icon1.png);
    background-repeat: no-repeat;
    top: 15px;
    right: 22px;
}
.btn3:hover,.btn3:focus{
    background: #85b83d;
    color: #ffffff;
}
.btn3:hover:after,.btn3:focus:after{
    background-image: url(img/after-icon.png);
}
.btn4{
    background: #ffffff;
    border: 1px solid #eb4568;
    display: block;
    padding: 15px 0 15px;
    color: #eb4568;
    text-decoration: unset;
    border-radius: 25px;
    position: relative;
}
.btn4:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 14px;
    display: block;
    background-image: url(img/before-icon2.png);
    background-repeat: no-repeat;
    top: 15px;
    right: 22px;
}
.btn4:hover,.btn4:focus{
    background: #eb4568;
    color: #ffffff;
}
.btn4:hover:after,.btn4:focus:after{
    background-image: url(img/after-icon.png);
}
.btn5{
    background: #ffffff;
    border: 1px solid #f67f30;
    display: block;
    padding: 15px 0 15px;
    color: #f67f30;
    text-decoration: unset;
    border-radius: 25px;
    position: relative;
}
.btn5:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 14px;
    display: block;
    background-image: url(img/before-icon3.png);
    background-repeat: no-repeat;
    top: 15px;
    right: 22px;
}
.btn5:hover,.btn5:focus{
    background: #f67f30;
    color: #ffffff;
}
.btn5:hover:after,.btn5:focus:after{
    background-image: url(img/after-icon.png);
}
#compare{
    text-align: center;
    padding: 130px 0;
}
.compare{
    width: 1000px;
    margin: 0 auto;
}
.compare th, .compare td{
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.compare tr th{
    background: #319f86;
    color: #ffffff;
    padding: 15px 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.compare tr th:nth-of-type(2n){
    background: #1e856e;
}
.compare tr th:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 16px;
    display: block;
    background-image: url(img/table-icon.png);
    background-repeat: no-repeat;
    top: 13px;
    right: 8px;
}
.compare tr th:first-of-type:after,.compare tr th:last-of-type:after{
    content: unset;
}
.compare tbody tr{
    background: #f1f9fc;
}
.compare tbody tr:nth-of-type(2n){
    background: #e4eff3;
}
.compare td{
    border-right:1px solid #c3c4c6;
    font-size: 22px;
}
.compare td span{
    font-size: 16px;
}
.compare tr td:last-of-type{
    border-right:none;
}
.compare tr th:first-of-type{
    width: 200px;
}
.compare tr td:first-of-type{
    padding: 20px;
    width: 160px;
    font-size: 14px;
    color: #029bd4;
    line-height: 1.4
}
.compare tr td:first-of-type img{
    width: 160px;
}
.compare tr th:last-of-type{
    width: 225px;
}
.compare tr td:last-of-type{
    padding: 0 15px;
    width: 195px;
}
.btn6{
    color: #1694e5;
    background: #ffffff;
    text-decoration: none;
    display: block;
    border: 1px solid #1694e5;
    border-radius: 25px;
    padding: 15px 0;
    font-size: 16px;
    position: relative;
}
.btn6:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 14px;
    display: block;
    background-image: url(img/before-icon4.png);
    background-repeat: no-repeat;
    top: 15px;
    right: 22px;
}
.btn6:hover,.btn6:focus{
    background: #1694e5;
    color: #ffffff;
}
.btn6:hover:after,.btn6:focus:after{
    background-image: url(img/after-icon.png);
}
#select{
    background: #f8f7f5;
    text-align: center;
    padding: 135px 0 120px;
}
#select > section{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 70px;
    text-align: left;
}
#select > section:last-of-type{
    padding-bottom: 0;
}
#select > section img{
    float: left;
    padding: 0 40px 50px 0;
    width: 370px;
}
#select > section h3{
    float: left;
    width: 460px;
    padding-right: 10px;
    margin-left: 90px;
    position: relative;
    color: #0b9091;
    font-size: 36px;
    padding: 15px 10px 12px 15px;
    border-bottom: 3px solid #0b9091;
    margin-bottom: 20px;
}
#select > section h3 span{
    font-size: 28px;
    color:  #000000;
}
#select > section h3:before{
    content: "";
    position: absolute;
    width: 67px;
    height: 67px;
    display: block;
    background-image: url(img/select-icon1.png);
    background-repeat: no-repeat;
    top: 0;
    left: -90px;
}
#select > section:nth-of-type(2) h3:before{
    background-image: url(img/select-icon2.png);
}
#select > section:nth-of-type(3) h3:before{
    background-image: url(img/select-icon3.png);
}
#select > section p{
    float: left;
    width: 580px;
    padding-right: 10px;
    line-height: 1.875;
}
footer{
    text-align: center;
    padding: 25px 0;
    font-size: 12px;
    color: #898787;
}
footer a{
    text-decoration: none;
    color: #898787;
}
.sp{
    display: none;
}
@media screen and (max-width:768px) {
    .sp{
        display: block;
    }
    img{
        width: 100%;
    }
    body {
        font-size: 3.2vw;
    }
    header {
        padding: 4vw 2.67vw;
    }
    header h1{
        width: 34.6vw;
    }
    .inner {
        width: 100%;
    }
    header a.btn {
        padding: 2.67vw 7.33vw 2.67vw 5.33vw;
        border-radius: 25px;
        font-size: 2.67vw;
    }
    header a.btn:after {
        width: 3vw;
        height: 3vw;
        right: 2.5vw;
        top: 2vw;
        background-size: contain;
    }
    .contact-zone {
        padding: 4vw;
    }
    .btn2 {
        width: 100%;
        font-size: 4vw;
        padding: 4vw 0 4vw;
    }
    a.btn2:after {
        width: 5vw;
        height: 5vw;
        right: 4vw;
        top: 3.5vw;
        background-size: contain;
    }
    #ranking {
        padding: 9.33vw 0 0;
        background: #ffffff;
    }
    h2 {
        font-size: 5.87vw;
        padding-bottom: 8vw;
        line-height: 1.2;
    }
    h2:after {
        width: 8vw;
        height: 0.42vw;
        top: 16vw;
        left: 47.6%;
    }
    .rank-navi{
        overflow: hidden;
        width: 100%;
        background: #f4f5f2;
        margin-bottom: 6.67vw;
    }
    .rank-navi li{
        float: left;
        width: 33vw;
        background: #f4f5f2;
        border-right: 0.5vw solid #dadcd6;
        font-size: 3.73vw;
        font-weight: 400;
        padding: 3.33vw 0 2.67vw;
    }
    .rank-navi li:last-of-type{
        border-right: none;
    }
    .rank-navi li:first-of-type{
        color: #ffffff;
        background: #85b83d;
    }
    .ranking{
        width: 100%;
    }
    .ranking tr th:nth-of-type(3),.ranking tr th:nth-of-type(4),.ranking tr td:nth-of-type(3),.ranking tr td:nth-of-type(4){
        display: none;
    }
    .ranking tr th{
        display: block;
        width: 100%;
        border: unset;
    }
    .ranking tr th{
        font-size: 5.33vw;
        border-radius: unset;
        padding: 0 0 6vw;
    }
    .ranking tr th:nth-of-type(2){
        background: #ffffff;
        color: #85b83d;
    }
    .ranking tr th:nth-of-type(3){
        background: #ffffff;
        color: #eb4568;
    }
    .ranking tr th:nth-of-type(4){
        background: #ffffff;
        color: #f67f30;
    }
    .ranking tr td:first-of-type{
        width: 100%;
        border-radius: unset;
        margin-bottom: 0;
        padding: 2vw 0;
        font-size: 4.8vw;
    }
    .ranking tbody tr:first-of-type td:first-of-type:before,.ranking tbody tr:nth-of-type(2) td:first-of-type:before,.ranking tbody tr:nth-of-type(3) td:first-of-type:before {
        width: 8.2vw;
        height: 3.2vw;
        top: 2.5vw;
        left: 35vw;
        background-size: contain;
    }
    .ranking tr td{
        width: 92vw;
        display: block;
        padding: 4vw 4vw 8vw;
        border: unset;
    }
    .ranking tbody tr td dl{
        padding-top: 64.33vw;
        background-size: contain;
    }
    .ranking tbody tr td dl dt.tit {
        padding: 4vw 0 2.67vw;
        font-size: 5.33vw;
    }
    .ranking tbody tr td dl dd.user, .ranking tbody tr td dl dd.repeat, .ranking tbody tr td dl dd.open {
        padding: 2vw 0;
        border: 0.5vw solid #d4d6d8;
        font-size: 3.73vw;
        margin-bottom: 5.33vw;
    }
    .count {
        font-size: 5.87vw;
        padding-left: 2.67vw;
    }
    .count span {
        font-size: 4vw;
    }
    .btn3,.btn4,.btn5 {
        font-size: 4.72vw;
        padding: 4vw 0 4vw;
    }
    .btn3:after,.btn4:after,.btn5:after {
        width: 2.57vw;
        height: 4vw;
        top: 4.5vw;
        right: 5vw;
    }
    #compare {
        padding: 23.33vw 0 14.67vw;
    }
    .compare th, .compare td {
        width: 21.67vw;
    }
    .compare tr th{
        font-size: 3.6vw;
    }
    .compare tr th:first-of-type{
        width: 26.67vw;
    }
    .compare tr td:first-of-type {
        padding: 2.67vw;
        width: 21.33vw;
        font-size: 14px;
    }
    .compare td{
        font-size: 4.8vw;
    }
    .compare tr td:first-of-type img{
        width: 100%;
    }
    .sp_scroll{
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #select {
        padding: 14.67vw 0 12vw;
    }
    #select > section {
        width: 92vw;
        padding: 0 4vw 8vw;
        position: relative;
        min-height: 44vw;
    }
    #select > section h3{
        font-size:5.33vw;
        width: 73.33vw;
        margin-left: 14.67vw;
        padding: 3vw 2vw;
        margin-bottom: 5.33vw;
        float: none;
    }
    #select > section h3 span{
        font-size: 4.67vw;
    }
    #select > section img{
        width: 35.33vw;
        position: absolute;
        float: none;
        top: 17.33vw;
        padding: 0;
    }
    #select > section h3:before {
        width: 12vw;
        height: 12vw;
        left: -14.67vw;
        background-size: contain;
    }
    #select > section p{
        float: none;
        width: 50.67vw;
        padding-right: 0;
        padding-left: 41.33vw;
    }
    footer{
        font-size: 2.67vw;
    }
}