@charset "UTF-8";
body{
    background: none;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo',sans-serif;
}
figure,picture{
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
a{
    word-break: break-all;
}
.txt_red{
    color: #ff0000;
}
#container{
    max-width: 800px;
}
.nextneo-logo{
    margin-bottom: 10px;
}
h1{
    text-indent: inherit;
    margin-bottom: 24px;
    text-align: center;
}
h2{
    border-left: 6px solid #1a9abe;
    color: #102955;
    font-size: 20px;
    font-weight: bold;
    padding-left: 8px;
    margin: 30px 0 12px;
}
h3{
    font-size: 15px;
    text-align: left;
    color: #249abe;
    border-bottom: 2px dotted #b3c8d2;
    padding: 0;
    display: block;
    margin: 24px 0 8px;
    font-weight: bold;
}
h2 + h3,
.note-area h3:first-of-type{
    margin-top: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.note li{
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 4px;
}
table{
    width: 100%;
    table-layout: fixed;
}
table th{
    background: #f1f5f7;
    font-weight: bold;
}
table th,
table td{
    border: 1px solid #b3c8d1;
    padding: 4px 14px;
    text-align: center;
}
table td{
    background: #fff;
}
table td:first-of-type{
    text-align: left;
}
ul.list{
    padding-left: 16px;
}
ul.list li{
    list-style: inherit;
}
ul.list li::marker{
    list-style: disc;
    color: #102955;
    display: inline-block;
}
#container{
    width: 100%;
}
#main_con section{
    padding: 26px 26px 0;
}
#main_con section#section2{
    background: #f2f2f2;
    margin-top: 30px;
    padding: 26px 26px 20px;
}
.cashback-txt{
    color: #102955;
    font-size: 22px;
    font-weight: bold;
}
.cashback-txt span{
    font-size: 14px;
    vertical-align: baseline;
}
/*
.list-box{
    border: 1px solid #bcd3db;
    background-color: #fff;
    padding: 10px;
}*/
.list-box ul li{
    margin-top: 8px;
}
.list-box ul li:first-child{
    margin-top: 0;
}
.list-box ul li > span{
    margin-right: 5px;
}

.note-box,
.note-area{
    border: 4px solid #ffadad;
    background: #fff;
    font-size: 12px;
    margin-top: 14px;
    padding: 10px;
}
.note-area{
    font-size: 13px;
}
.note-sub-ttl{
    color: #102955;
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
}
.note-area dt{
    font-weight: bold;
    margin-top: 14px;
}
.note-area dt:first-of-type{
    margin-top: 0;
}

.note-area dd{
    margin-top: 4px;
}
.icon-plus{
    color: #fff;
    width: 42px;
    height: 42px;
    position: relative;
    margin: 8px auto;
    border-radius: 50%;
    background: #102955;
    line-height: 0;
}
.icon-plus::before,
.icon-plus::after{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    width: 24px;
    height: 4px;
    background-color: #fff;
    left: calc(50% - 12px);
}
.icon-plus::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.add-txt{
    text-align: center;
    margin: 20px 0 8px;
}
.add-txt div{
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #ff0000;
    position: relative;
}
.add-txt div::before,
.add-txt div::after {
    position: absolute;
    top: 0;
    height: 24px;
    content: '';
}
.add-txt div::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}
.add-txt div::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}
.imgbox{
    text-align: center;
}
.imgbox p{
    margin-bottom: 0;
}
.mt14{margin-top: 14px !important;}

@media screen and (max-width:750px){
    body,
    .note-area{
        font-size: 13px;
    }
    h2{
        font-size: 16px;
        margin: 28px 0 8px;
    }
    h3{
        font-size: 14px;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    #main_con section#section1,
    #main_con section#section2{
        padding-left: 14px;
        padding-right: 14px;
    }
    .note li,
    .cashback-txt .txts,
    .note-box{
        font-size: 10px;
    }
    .cashback-txt{
       font-size: 17px;
    }
    .add-txt div{
        font-size: 15px;
    }
    .icon-plus{
        width: 32px;
        height: 32px;
    }
    .icon-plus::before,
    .icon-plus::after{
        position: absolute;
        top: calc(50% - 1px);
        width: 18px;
        height: 3px;
        left: calc(50% - 9px);
    }
    table th,
    table td{
        padding: 4px;
    }
    .list-box ul li > span{
        display: block;
        margin-right: 0;
    }
}