@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #fff;
    font-size: 16px;
    color: #000;
  }
  img{
    margin: 0;
    padding: 0;
    border: none;
  }

header {
    max-width: 600px;
    margin: auto;
    display: block;
}

main {
    max-width: 600px;
    padding: 0;
    margin: auto;
    display: block;
    background-color: #fff;
}

h2 {
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    h2 {
        font-size: 20px;
    }
}


h2 span {
    display: block;
    font-size: 40px;
    font-weight: 800;
}
@media screen and (max-width: 480px) {
    h2 span{
        font-size: 28px;
    }
}

h3 {
    padding-bottom: 20px;
    font-size: 28px;
    text-align: center;
    font-weight: 800;
}
@media screen and (max-width: 480px) {
    h3{
        font-size: 22px;
        text-align: left;
    }
}

a {
	cursor:pointer;
}

.topmess{
    padding: 0 6%;
}

.cta{
    background-color: #C50000;
    margin-top: -6px;
}

.cta-second{
    position: relative;
    top:-4px;
    padding: 10px 0 0;
    border-top: 4px solid #000;
}

.cta-second:after{
    content:"";
    display: block;
    position: absolute;
    right: 0;
    left:0;
    margin: 0 auto;
    background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 20px;
    top: -2px;
}

.cta a{
    padding: 4% 6% 6%;
    display: block;
}

footer{
    background-color: #161616;
    padding: 20px 0 20px 0;
    text-align: center;
    color: #fff;
}

/*ーーーーーーーーーーーーーーーーーーーーー
point
ーーーーーーーーーーーーーーーーーーーーーー*/

.point-top{
    padding: 0 6% 5%;
}

.point-top li{
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 4px solid #C50000;
    background: #C50000;
    margin-bottom: 20px;
}

.point__number{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 22px;
    background: #C50000;
    line-height: 1;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    .point__number{
        font-size: 28px;
    }
}

.point__number span{
    font-size: 10px;
}

.point__txt{
    width: 100%;
    padding: 18px 15px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    .point__txt{
        font-size: 16px;
    }
}

.point__txt p{
    padding-bottom: 18px;
}

.point__price{
    font-size: 28px;
}
@media screen and (max-width: 480px) {
    .point__price{
        font-size: 24px;
    }
}

.point__mark{
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 68px;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 0;
    margin: 0 auto 10px;
    border: solid 3px #C50000;
}
@media screen and (max-width: 480px) {
    .point__mark{
        width: 62px;
        font-size: 26px;
    }
}

.point__mark span{
    display: block;
    font-size: 10px;
}


/**********   point01   **********/
.point-01{
    padding: 5% 6%;
    background: #FFF09E;
    border-top: 4px solid #000;
}

.point-01__txt{
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 2px solid #E60001;
}

.point-01__img{
    padding-bottom: 30px;
}


/**********   point02   **********/
.point-02{
    background: #FFEADE;
    border-top: 4px solid #000;
}

.point-02__inner{
    padding: 5% 6%;
}

.point-02__midashi{
    text-align: center;
}

.point-02__midashi p{
    color: #C50000;
    font-size: 20px;
}

.point-02__midashi .accent{
    font-size: 28px;
}

.point-02__txt{
    padding-bottom: 10px;
}

.point-02__txt .accent{
    font-weight: 700;
}

.point-02__img01{
    width: 135px;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

.point-02 li{
    position: relative;
    padding: 0 0 10px 12px;
}

.point-02 li:before{
    content:"";
    display: block;
    position: absolute;
    top:10px;
    left:0;
    width: 6px;
    height: 6px;
    background-image: url(../img/disc.png);
    background-repeat: no-repeat;
    background-size: 6px;
}

.point-02__accent{
    background-color: #fff;
    border-radius: 8px;
    margin-top: 15px;
    padding: 15px 20px;
    font-weight: 700;
}

.point-02__accent .annotation{
    font-weight: 500;
    padding: 10px 0 5px;
}

/*ーーーーーーーーーーーーーーーーーーーーー
flow
ーーーーーーーーーーーーーーーーーーーーーー*/
.flow{
    padding: 5% 6%;
}

.flow__txt{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
    .flow__txt{
        font-size: 20px;
    }
}

.flow-box{
    position: relative;
    margin-bottom: 35px;
    border: 3px solid #C50000;
    border-radius: 10px;
}

.flow-box:after{
    content:"";
    display: block;
    position: absolute;
    right: 0;
    left:0;
    bottom: -30px;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-image: url(../img/arrow02.png);
    background-repeat: no-repeat;
    background-size: 15px;
}   

.flow-box--last:after{
    display: none;
}

.flow-box--last{
    margin-bottom: 0;
}

.flow-box__number{
    padding: 0 0 5px;
    background-color: #C50000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    .flow-box__number{
        font-size: 20px;
    }
}

.flow-box__number span{
    font-size: 14px;
    display: inline-block;
    padding-right: 5px;
}
@media screen and (max-width: 480px) {
    .flow-box__number span{
        font-size: 12px;
    }
}

.flow-box__txt{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
}
@media screen and (max-width: 480px) {
    .flow-box__txt{
        font-size: 18px;
    }
}

.flow__img{
    width: 20px;
    margin: 0px 5px 0 0;
    position: relative;
    top: 2px;
}

/*ーーーーーーーーーーーーーーーーーーーーー
last
ーーーーーーーーーーーーーーーーーーーーーー*/

.lastmess{
    padding: 6% 6% 8%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .lastmess{
        font-size: 20px;
        text-align: left;
    }
}

/*ーーーーーーーーーーーーーーーーーーーーー
テキスト系
ーーーーーーーーーーーーーーーーーーーーーー*/
.accent{
    color: #C50000;
}

.annotation{
    padding-bottom: 25px;
    font-size: 14px;
    color:#505050;
}


.spbr {
    display: none!important;
}

.pcbr {
    display: block!important;
}



/*ーーーーーーーーーーーーーーーーーーーーー
sp表示
ーーーーーーーーーーーーーーーーーーーーーー*/

@media screen and (max-width:600px) {
    .spbr {display: block!important;
    }

    .pcbr {
        display: none!important;
    }

    .bigger {
        font-size: 22px;
    }

/*    main {
        margin: 0 15px;
    }
*/

    .sec-3-cont {
        padding: 30px 25px;
    }

} 
