
#content {
    padding-bottom: 200px;
}
.pageTitle{
    margin-bottom: 96px;
}

/*areaSevice*/
.areaSevice {
    margin-bottom: 123px;
}

.areaSevice .imagesevice {
    margin-bottom: 87px;
    padding: 0 1px;
}
.areaSevice .titleSevice {
    text-align: center;
    margin-bottom: 80px;
}
.areaSevice .titleSevice .titleJp {
    font-size: 64px;
    font-weight: normal;
    color: #2295ee;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.areaSevice .titleSevice .titleEn {
    font-size: 24px;
    font-weight: normal;
    color: #2295ee;
    letter-spacing: 0.5px;
}


.areaSevice .listSevice {

}
.areaSevice .listSevice li {
    margin-bottom: 3px;
}
.areaSevice .listSevice li .titleList {
    position: relative;
    background-color: #2295ee;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    padding: 11px 0 13px;
    border-radius: 15px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
}
.areaSevice .listSevice li .titleList:before {
    content: "";
    position: absolute;
    background: url(../img/index/icon-angle.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 21px;
    top: 50%;
    right: 41px;
    transform: translateY(-50%);
    transition: 250ms all linear;
}
.areaSevice .listSevice li.active .titleList:before {
    transform: translateY(-50%) rotate(180deg);
}
.areaSevice .listSevice li .subList {
    display: none;
    max-width: 1075px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    padding: 35px 0 73px;
    text-align: justify;
    letter-spacing: 0.8px;
}
/*END-areaSevice*/

.banner {
    text-align: center;
    background: url(../img/price/price-banner-bg.png) repeat-x bottom 28px center;
    margin-bottom: -6px;
}

.banner .houseBanner {
    margin-bottom: 0;
    margin-left: 6px;
}

/*areaFeesystem*/
.areaFeesystem {
    margin-bottom: 199px;
}


/*areaCollectFee*/

.areaCollectFee {
    padding-top: 198px;
    margin-bottom: 172px;
}


/*areaProfitable*/

.areaProfitable {
    margin-bottom: 190px;
}

.areaProfitable .titlePro {
    position: relative;
    background: #b9dffa;
    font-size: 50px;
    font-weight: 400;
    padding: 12px 0 20px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px;
}

.areaProfitable .titlePro:before {
    content: '';
    position: absolute;
    background: url(../img/index/title-border-pro.png) no-repeat center center/100%;
    width: 100%;
    height: 12px;
    bottom: -2px;
    left: 0;
    right: 0;
}

.areaProfitable .titleItem {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.areaProfitable .itemProfit {
    margin-bottom: 68px;
}

.areaProfitable .itemProfit .listProfit {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.areaProfitable .itemProfit .listProfit li {
    float: left;
    width: calc(100% / 7 - 6px);
    margin-right: 7px;
    margin-bottom: 10px;
}

.areaProfitable .itemProfit .listProfit li:nth-child(7n) {
    margin-right: 0;
}

.areaProfitable .itemProfit .listProfit li a {
    position: relative;
    display: block;
    background: #b9dffa;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    padding: 2px 40px 5px 15px;
    color: #333;
}

.areaProfitable .itemProfit .listProfit li a .nameCate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.areaProfitable .itemProfit .listProfit li a .fieldCate {
    line-height: 1.35;
}

.areaProfitable .itemProfit .listProfit li a .icon {
    width: 30px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/*areaFeatures*/
.areaSystem .areaTitle {
    margin-bottom: 70px;
}

.areaSystem .feeTitle {
    text-align: center;
    font-size: 33px;
    font-weight: 500;
}

.areaSystem .boxFee {
    border: 2px solid #2295ee;
    border-radius: 15px;
    margin-bottom: 186px;
}

.areaSystem .boxFee .feeboxTitle {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
    background: #bddff8;
    position: relative;
    border-bottom: 2px solid #2295ee;
    padding: 25px 0 18px;
}

.areaSystem .boxFee .feeboxTitle:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 101px solid transparent;
    border-right: 101px solid transparent;
    border-top: 26px solid #2295ee;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.areaSystem .boxFee .feeboxTitle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 26px solid #bddff8;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.areaSystem .boxFee .feeboxTitle .text {
    display: inline-block;
    vertical-align: middle;
    padding-right: 181px;
    letter-spacing: -1.2px;
}

.areaSystem .boxFee .feeboxTitle .text .mini {
    font-size: 32px;
}

.areaSystem .boxFee .feeboxTitle .iconFee {
    position: absolute;
    right: 100px;
    top: -52px;
}

.areaSystem .boxFee .feeContent {
    padding: 49px 0 5px;
    text-align: center;
}

.areaSystem .boxFee .feeContent .feeContentext {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 7px;
}

.areaSystem .boxFee .feeContent .feeContentext span {
    display: inline-block;
    background: url(../img/index/line-border.png) repeat-x bottom center;
    padding-bottom: 4px;
}

.areaSystem .boxFee .feeContent .feeContentitle {
    margin-bottom: 39px;
}

.areaSystem .boxFee .feeContent .stepSystem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 35px;
}

.areaSystem .boxFee .feeContent .stepSystem li {
    margin-bottom: 22px;
}


/*areaLowprice*/
.areaLowprice {
    margin-bottom: 226px;
}

.areaLowprice .areaTitle {
    margin-bottom: 61px;
}

.areaLowprice .lowpriceQuest {
    font-size: 41px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

.areaLowprice .areaTitle .bigTitle {
    font-size: 58px;
}

.areaLowprice .lowpriceTitle {
    font-size: 33px;
    text-align: center;
    color: #2295ee;
    font-weight: 500;
    margin-bottom: 9px;
}

.areaLowprice .lowpriceTitle span {
    display: inline-block;
    background-image: linear-gradient(180deg, transparent 83%, yellow 0);
    background-position-y: -8px;
}

.areaLowprice .lowPriceTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 0px 1.5px;
    margin-bottom: 97px;
}

.areaLowprice .lowPriceTop:after {
    content: "";
    position: absolute;
    background: url(../img/index/low-price-logo.png)no-repeat;
    background-size: 100%;
    width: 268px;
    height: 146px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -131px;
}

.areaLowprice .lowPriceTop .boxLow {
    width: 572px;
    background: url(../img/index/border.png) no-repeat top center;
    background-size: 100% 100%;
    height: auto;
    text-align: center;
    padding: 32px 0 41px;
}

.areaLowprice .lowPriceTop .boxLow .boxLowTitle {
    font-size: 32px;
    text-align: center;
    color: #2295ee;
    font-weight: 500;
    margin-bottom: 30px;
}

.areaLowprice .lowPriceTop .boxLow .text {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 37px;
}

.areaLowprice .lowPriceTop .boxLow:nth-child(2) .text {
    margin-bottom: 17px;
}

.areaLowprice .lowPriceTop .boxLow:nth-child(2) .boxLowTitle {
    margin-bottom: 29px;
}

.areaLowprice .lowPriceBot {
    background: url(../img/index/border2.png) no-repeat top center;
    background-size: 100% 100%;
    height: auto;
    text-align: center;
    padding: 41px 0px 35px;
    margin-bottom: 38px;
}

.areaLowprice .lowPriceBot .photo {
    margin-bottom: 14px
}

.areaLowprice .lowPriceBot .text {
    font-size: 24px;
    font-weight: 500;
}

.areaLowprice .lowpriceNote {
    text-align: center;
}

/*areaForfree*/
.areaForfree{
    margin-bottom: 198px;
}
.areaForfree .wrapContent {
    text-align: center;
    background: #badffa;
    border-radius: 15px;
    padding-top: 1px;
    padding-bottom: 23px;
}

.areaForfree .tooltip {
    margin-top: -131px;
}

.areaForfree .note {
    font-size: 24px;
    margin-top: 22px;
    letter-spacing: 1.6px;
}

.areaForfree .note .small {
    font-size: 40px;
    color: #2295ee;
    background: url(../img/price/area-four-fee-photo-bg.png) no-repeat bottom center;
}

.areaForfree .img {
    margin-top: 19px;
    max-width: 730px;
    width: 100%;
    display: inline-block;
}

.areaForfree .img2 {
    margin-top: 11px;
}


/*AREAWORK*/

.areaWork {
    margin: 200px 0 198px;
}
/*AREAWORK*/


/*AREAFAQ*/

.areaFAQ {
    margin-bottom: 281px;
}
/*AREAFAQ*/


/*AREAAREA*/

.areaArea {
    margin-bottom: 198px;
}

/*AREAAREA*/

.areaFeesystem {
    margin-bottom: 114px;
}
.coronaBanner {
    display: none;
}



/*AREAMENUS*/

.areaMenus {
    margin-bottom: 165px;
}
/*AREAMENUS*/

@media(max-width: 768px) {
    #content{
        padding-bottom: 50px;
    }

    .banner {
        background: url(../img/price/price-banner-bg.png) repeat-x center;
        margin-bottom: -5px;
        background-size: 100%;
    }

    /*areaFeesystem*/
    .areaFeesystem {
        margin: 46px 0;
    }

    .pageTitle {
        padding: 20px 0 19px;
        margin-bottom: 20px;
    }
    .pageTitle .titleJa .large {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .pageTitle .titleEn {
        margin-top: -1px;
        letter-spacing: 2px;
    }

    /*areaSevice*/
    .areaSevice {
        margin-bottom: 49px;
    }
    .areaSevice .titleSevice {
        margin-bottom: 15px;
    }
    .areaSevice .titleSevice .titleJp {
        font-size: 32px;
        margin-bottom: -1px;
    }
    .areaSevice .titleSevice .titleEn {
        font-size: 16px;
    }

    .areaSevice .imagesevice {
        margin-bottom: 45px;
        padding: 0;
    }
    .areaSevice .listSevice li {
        margin-bottom: 9px;
    }
    .areaSevice .listSevice li .titleList {
        font-size: 20px;
        text-align: left;
        padding: 11px 29px;
        transition: 250ms all ease-in;
    }
    .areaSevice .listSevice li .titleList:before {
        right: 26px;
    }
    .areaSevice .listSevice li.active .titleList {
        border-radius: 15px 15px 0 0;
    }
    .areaSevice .listSevice li .subList {
        font-size: 9px;
        padding: 6px 12px 5px;
        line-height: 1.8;
        margin-top: 0;
        border: 2px solid #2295ee;
        border-top: none;
        border-radius: 0 0 15px 15px;
    }

    /*areaFeesystem*/
    .areaFeesystem {
        margin-bottom: 46px;
    }
    .areaCollectFee {
        padding-top: 49px;
        margin-bottom: 28px;
    }

    /*areaProfitable*/
    .areaProfitable {
        margin-bottom: 25px;
    }

    .areaProfitable .titlePro {
        font-size: 4vw;
        border-radius: 5px;
        padding: 4px 0 6px;
        margin-bottom: 18px;
    }

    .areaProfitable .titlePro:before {
        bottom: -5px;
    }

    .areaProfitable .titleItem {
        font-size: 3.2vw;
        margin-bottom: 2px;
    }

    .areaProfitable .itemProfit {
        margin-bottom: 18px;
    }

    .areaProfitable .itemProfit .listProfit li {
        width: calc(100% / 3 - 4px);
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .areaProfitable .itemProfit .listProfit li:nth-child(7n) {
        margin-right: 5px;
    }

    .areaProfitable .itemProfit .listProfit li:nth-child(3n) {
        margin-right: 0;
    }

    .areaProfitable .itemProfit .listProfit li a {
        font-size: calc(1rem + ((1vw - 0.64rem) * 0.7143));
        border-radius: 8px;
        padding: 2px 30px 3px 11px;
    }

    .areaProfitable .itemProfit .listProfit li a .icon {
        width: 20px;
    }


    .areaSystem .feeTitle {
        font-size: 17px;
    }

    .areaSystem .areaTitle {
        margin-bottom: 27px;
    }

    .areaSystem .boxFee .feeboxTitle .iconFee {
        display: none;
    }

    .areaSystem .boxFee .feeboxTitle .text {
        padding-right: 0;
    }

    .areaSystem .boxFee .feeboxTitle .text .mini {
        font-size: 14px;
    }

    .areaSystem .boxFee .feeboxTitle {
        font-size: 26px;
        line-height: 1.15;
        padding: 18px 0 15px;
    }

    .areaSystem .boxFee .feeboxTitle:after {
        border-left: 34px solid transparent;
        border-right: 34px solid transparent;
        border-top: 21px solid #bddff8;
        bottom: -18px;
    }

    .areaSystem .boxFee .feeboxTitle:before {
        border-left: 33px solid transparent;
        border-right: 33px solid transparent;
        border-top: 20px solid #2295ee;
        bottom: -20px;
    }

    .areaSystem .boxFee .feeContent {
        padding: 32px 0 0px;
        line-height: 1.15;
    }

    .areaSystem .boxFee .feeContent .feeContentext {
        /*font-size: 16px;*/
        font-size: calc(1rem + ((1vw - 0.64rem) * 0.7143));
        margin-bottom: 2px;
        line-height: 1;
    }

    .areaSystem .boxFee .feeContent .feeContentitle img {
        width: 97%;
        max-width: 400px;
    }

    .areaSystem .boxFee .feeContent .feeContentext span {
        background: none;
        margin-bottom: 0;
    }

    .areaSystem .boxFee .feeContent .feeContentitle {
        margin-bottom: 11px
    }

    .areaSystem .boxFee .feeContent .stepSystem {
        padding: 0 8px;
    }

    .areaSystem .boxFee .feeContent .stepSystem li {
        margin-bottom: 8px;
        width: calc(100% / 2 - 10px);
    }

    .areaSystem .boxFee {
        margin-bottom: 49px;
    }

    /*areaLowprice*/

    .areaLowprice {
        margin-bottom: 52px;
    }

    .areaLowprice .lowpriceQuest {
        margin-bottom: 0px;
        font-size: 24px;
    }

    .areaLowprice .areaTitle {
        margin-bottom: 26px;
    }

    .areaLowprice .areaTitle .bigTitle {
        font-size: 31px;
    }

    .areaLowprice .lowpriceTitle {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .areaLowprice .lowpriceTitle span {
        background-image: linear-gradient(180deg, transparent 75%, yellow 0);
        background-position-y: -4px;
    }

    .areaLowprice .lowPriceTop .boxLow {
        width: 49%;
        padding: 17px 0;
    }

    .areaLowprice .lowPriceTop {
        justify-content: center;
        margin-bottom: 65px;
    }

    .areaLowprice .lowPriceTop .boxLow+.boxLow {
        margin-left: 7px;
    }

    .areaLowprice .lowPriceTop .boxLow .boxLowTitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .areaLowprice .lowPriceTop .boxLow .text {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 17px
    }

    .areaLowprice .lowPriceTop .boxLow:nth-child(1) .photo img {
        width: 104px;
    }

    .areaLowprice .lowPriceTop .boxLow:nth-child(2) .photo img {
        width: 157px;
    }

    .areaLowprice .lowPriceTop .boxLow:nth-child(2) .boxLowTitle {
        margin-bottom: 12px;
    }

    .areaLowprice .lowPriceTop .boxLow:nth-child(2) .text {
        margin-bottom: 18px;
    }

    .areaLowprice .lowPriceTop:after {
        width: 161px;
        height: 88px;
        bottom: -87px;
    }

    .areaLowprice .lowPriceBot {
        padding: 15px;
    }
    .areaLowprice .lowPriceBot .text{
        font-size: 16px;
    }
    .areaLowprice .lowpriceNote{
        background: url(../img/price/lowprice-note-sp.png) no-repeat center bottom;
    }
    .areaForfree{
        margin-top: 0;
        margin-bottom: 50px;
        overflow: hidden;
        padding-top: 109px;
    }
    .areaForfree .note{
        font-size: 17px;
        margin-top: 13px;
        letter-spacing: 0;
    }
    .areaForfree .note .small{
        font-size: 25px;
    }
    .areaForfree .tooltip{
        margin-top: -131px;
    }
    .areaForfree .wrapContent{
        width: 106%;
        margin-left: -3%;
        padding: 23px 2.7% 22px;
        border-radius: 18px;
    }
    .areaForfree .img{
        margin-top: 11px;
        max-width: 730px;
        width: 100%;
        display: inline-block;
        border-radius: 16px;
        overflow: hidden;
    }
    .areaForfree .img2{
        margin-top: 5px;
    }


    /*AREAWORK*/
    .areaWork {
        margin: 50px 0;
    }
    /*AREAWORK*/


    /*AREAFAQ*/
    .areaFAQ {
        margin-bottom: 49px;
    }
    /*AREAFAQ*/


    /*AREAAREA*/
    .areaArea {
        margin-bottom: 50px;
    }
    /*AREAAREA*/

    /*AREAMENUS*/
    .areaMenus {
        margin-bottom: 39px;
    }
    /*AREAMENUS*/

}
@media(max-width: 576px){
    .areaLowprice .lowPriceTop {
        justify-content: center;
        margin-bottom: 102px;
    }
    .areaLowprice .lowPriceTop .boxLow {
        background: url(../img/index/border-sp.png) no-repeat top center;
        width: 172px;
        height: 201px;
        padding: 17px 0;
    }
    .areaLowprice .lowPriceTop:after {
        width: 161px;
        height: 88px;
        bottom: -87px;
    }
    .areaLowprice .lowPriceBot {
        background: none;
        padding: 0;
        margin: 0 auto 15px;
        height: auto;
    }
}
@media (max-width:  320px) {

    .areaLowprice .lowPriceTop .boxLow{
        width: 48%;
    }
}

@media all and (-ms-high-contrast:none) {
    .areaTitle::before {
        bottom: -28px;
    }

    .areaProfitable .itemProfit .listProfit li{
        width: calc(100% /7 - 7px);
    }

    .areaProfitable .itemProfit .listProfit li a {
        padding: 5px 17px 8px;
        letter-spacing: -1px;
    }

}