img {
    backface-visibility: hidden;
}
nav.navbar {
    margin-bottom: 0;
}
.strongred {
    color: #cf0050;
    font-weight: 700;
}
.mt1 {
    margin-top:1em !important;
}
.mt2 {
    margin-top:2em !important;
}
.content {
    color: #333;
}
.title {
    text-align: center;
    font-size: 32px;
    padding: 60px;
    font-weight: 700;
}
.oshirase {
    padding: 15px;
    background: #f0f0f0;
    color: darkcyan;
}
@media screen and (max-width:480px){
    .title {
        font-size: 28px;
        padding: 30px;
    }
}
.subtitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #ff5722;
}
.explain {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 30px;
}
@media screen and (max-width:480px){
    .explain {
        width: 90%;
    }
}
#sec1 {
    width: 100%;
}
#sec1 img {
    width: 100%;
}
#sec2  {
    padding: 1vh 0 30px;
    background: #eeefea;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8em;
}
#sec2-2-1 {
    background: #fdffec;
    width: 80%;
    margin: 0 auto 30px;
    padding: 30px;
}
@media screen and (max-width:480px){
    #sec2 img {
        max-width: 100%;
    }
    #sec2-2-1 {
        width: 100%;
        padding: 30px 10px;
    }
}
#sec2-2-2 {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: left;
}
@media screen and (max-width:480px){
    #sec2-2-2, #sec2-3-1 {
        width: 90%;
        font-size: 16px;
    }
}
#sec2-3 {
    text-align: center;
}
#sec2-3-1, #sec2-3-2 {
    width: 80%;
    margin: 0 auto 60px;
    padding: 30px 50px;
    font-size:1.2em;
    color:#666;
    line-height: 1.7em;
    background: #f5f5f5;
}
@media screen and (max-width:480px){
    #sec2-3-1, #sec2-3-2 {
        padding: 30px 20px;
        width: 90%;
    }
    #sec2-3-1 img {
        max-width: 100%;
    }
}
#sec2-3-1-1 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 30px;
}
#sec2-3-1-2 {
    font-size: 16px;
    text-align: left;
}
#sec3 {
    background: #fff;
    padding-bottom: 1px;
}
#sec3-2 {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 15px;
    align-items: stretch;
}
@media screen and (max-width:480px){
    #sec3-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: fit-content;
        margin: 30px auto 0;
        padding-bottom: 30px;
    }
}
#sec3-2 .title {
    color: orange;
    font-weight: 700;
    font-size: 25px;
    margin: 0 auto 30px 0;
    text-align: center;
    line-height: 1.5em;
    padding: 0;
}
#sec3-2 .cont {
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    word-wrap: break-word;
}
@media screen and (max-width:480px){
    #sec3-2 .cont {
        font-size: 16px;
    }
}
.checkpoint {
    width: 317px;
    background: #fff8e1;
    padding: 0 30px 30px;
}
#sec3-2-1::before {
    content: "";
    display: inline-block;
    width: 93px;
    height: 73px;
    background: url(../img/pod/point1.png) no-repeat;
    background-size: contain;
    position: relative;
    left: -40px;
    top: 0;
}
#sec3-2-2::before {
    content: "";
    display: inline-block;
    width: 93px;
    height: 73px;
    background: url(../img/pod/point2.png) no-repeat;
    background-size: contain;
    position: relative;
    left: -40px;
    top: 0;
}
#sec3-2-3::before {
    content: "";
    display: inline-block;
    width: 93px;
    height: 73px;
    background: url(../img/pod/point3.png) no-repeat;
    background-size: contain;
    position: relative;
    left: -40px;
    top: 0;
}
@media screen and (max-width:480px){
    #sec3-2-1, #sec3-2-2, #sec3-2-3 {
        margin-bottom: 30px;
    }
}
#sec11 {
    background: #fff;
    padding: 0 0 60px;
}
.sec11_note {
    display: inline-block;
    margin: 30px auto 0 115px;
}
#sec12 {
    background: #fff;
    padding: 0 60px 60px;
}
@media screen and (max-width:480px){
    #sec12 {
        padding: 0 25px 60px;
    }
}
#sec13 {
    background: #fff;
    padding: 0 60px 60px;
}
@media screen and (max-width:480px){
    #sec13 {
        padding: 0 15px 60px;
    }
}
p.normal {
    font-size: 18px;
}
@media screen and (max-width:480px){
    p.normal {
        font-size: 16px;
    }
}
.flowchart {
    padding: 30px 0 60px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 16px;
    background: #f5f5f5;
}
@media screen and (max-width:480px){
    .flowchart {
        padding: 50px 0px;
        width: 95%;
        font-size: 14px;
    }
}
.flowchart_title {
    text-decoration: underline;
    font-size:20px;
    font-weight: bold;
}
.flowchart .alert {
    width:72%;
    margin:0 auto;
    position: relative;
}
.flowchart .badge.customer {
    background: crimson;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 20px;
}
.flowchart .badge.unei {
    background: #4CAF50;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 20px;
}
@media screen and (max-width:480px){
    .flowchart .alert {
        width: 85%;
    }
    .flowchart .badge.customer {
        position: static;
    }
    .flowchart .badge.unei {
        position: static;
    }
}
.price_well {
    border-radius: 5px;
    display: block;
    width: 80%;
    padding: 30px;
    border: 1px solid #FF9800;
    font-size: 20px;
    color: #333;
    margin:0 auto;
}
.price_well .price {
    font-size: 46px;
}
@media screen and (max-width:480px){
    .price_well {
        width: 90%;
    }
    .price_well .price {
        font-size: 1.8em;
    }
}
#sec4 {
    background: #fff;
    padding: 0 60px 60px;
    text-align:center;
}
#sec5 {
    background: #fff;
    position: relative;
    padding-bottom: 60px;
}
.sec5_note {
    margin-top: 45px;
    font-size: smaller;
}
#sec5-2  {
    font-size: 18px;
    text-align: center;
}
#sec6 {
    background: #f5f5f5;
    padding: 0 60px;
}
@media screen and (max-width:480px){
    #sec6 {
        padding: 0 15px;
    }
}
#sec6-2 {
    font-size:18px;
    padding-bottom: 60px;
}
.paymonth {
    padding: 30px;
    left: 29%;
    position: relative;
}
@media screen and (max-width:480px){
    .paymonth {
        left: 0;
        padding: 0;
    }
}
.paymonthnote {
    text-align: center;
}
@media screen and (max-width:480px){
    .paymonthnote {
        text-align: left;
        font-size: 16px;
    }
}
#sec7 {
    background: #fff;
    position: relative;
    padding-bottom: 60px;
}
#sec7-2 li {
    margin-bottom: 20px;
}
#sec10 {
    margin-top:30px;
}
.isbn_midasi {
    font-size:20px;
    font-weight: bold;
    margin: 30px;
}
.isbn_cont {
    margin: 0 auto 2em;
    width: 90%;
    text-align: left;
}
.tablefixed {
    table-layout: fixed;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width:480px){
    .tablefixed {
        table-layout: auto;
    }    
}
.tablefixed th {
    text-align: center;
}
th.exp {
    background: #aed581;
}
.comp_price_bpl {
    font-size:18px;
    font-weight: bold;
    color: #e84327;
    background: #fff8e1;
}
.comp_price_nx {
    font-size:18px;
    font-weight: bold;
    color: #3949ab;
    background: #e1f5fe;
}
.comp_bpl {
    background: #ffb300;
    font-weight: bold;
}
.comp_nx {
    background: #64b5f6;
    font-weight: bold;
}
.earn {
    background: #ffebee;
    font-weight: bold;
}
.note1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.note1div {
    width: 100%;
}
@media screen and (max-width:480px){
    .note1div {
        width: 90%;
        margin: 0 auto;
    }
}    
.underline {
    background: linear-gradient(transparent 50%, yellow 0%);
    display: inline;
}
#sec14 {
    background: #f5f5f5;
    font-size: 18px;
    padding-bottom: 60px;
}
@media screen and (max-width:480px){
    #sec14 {
    padding: 0 30px;
    }
}
#sec14-1 {
    text-align: center;
}
@media screen and (max-width:480px){
    #sec14-1 {
        font-size: 16px;
    }
}
.rightpack {
    padding: 30px 60px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    width: 80%;
    margin: 60px auto 30px;
    border: 1px solid #ffeb3b;
}
@media screen and (max-width:480px){
    .rightpack {
    width: 100%;
    padding: 30px 15px
    }
}
.packprice {
    font-size: 28px;
}
.table-comp {
    margin-bottom: 45px;
}
.pchide {
    display: none;
}
@media screen and (max-width:480px){
    .pchide {
        display: block;
    }
}
.sec13-note {
    margin-top: 15px;
    text-align: center;
}
@media screen and (max-width:480px){
    .sec13-note {
        text-align: left;
    }
}
.formbtn {
    font-size: 20px;
    width: 80%;
    padding: 15px;
}
@media screen and (max-width:480px){
    .formbtn {
        font-size: 18px;
    }
}
.omakase_price {
    font-weight: bold;
    font-size: 26px;
    margin: 30px 0;
}
/* iPAD */
@media screen and (min-device-width:480px) and (max-device-width:1024px){
    .container {
        width: 100%;
    }
    .title {
        font-size: 1.8em;
    }
    #sec2 {
        font-size: 1.1em;
    }
    #sec2-3-1-1 {
        font-size: 1.2em;
        margin-bottom: 1em;
    }
    #sec2-3-1 img {
        max-width: 70%;
    }
    #sec3 {
        height: auto;
        padding-bottom: 2em;
    }
    #sec3-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #sec3-2-3 {
        margin-top: 2em;
    }
    .flowchart {
        padding: 50px 0;
    }
    .flowchart .badge.customer {
        position: static;
    }
    .flowchart .badge.unei {
        position: static;
    }
    .sec5-step-title {
        width: 80%;
        margin: 30px auto;
    }
    .explain {
        width: 80%;
        font-size: 1.2em;
    }
    .sec5-step-title p {
        font-size: 1.6em;
    }
    #sec5-5 p {
        font-size: 2em;
    }
    .tablefixed {
        table-layout: auto;
    }
}
/* iPAD Pro */
@media screen and (max-device-width:1024px){
}
/* スマホ */
@media screen and (max-width:480px){
    .br::before {
        content: "\A" ;
        white-space: pre ;
    }
    .container {
        padding: 0;
    }
}
#sec15 {
    text-align: center;
    background: #f5f5f5;
}
.sec15-price {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px;
    color: crimson;
    background: mistyrose;
    display: inline-block;
    padding: 0 30px;
}
#sec20 {
    background-color: #f5f5f5;
}
@media screen and (max-width:480px){
    #sec15 {
        padding: 30px;
    }
}