@charset "utf-8";

@media screen and (max-width: 768px){
    #price .exp{
        margin: 25px 0 0 ;
    }
}

/* -----------------------------------------------------------
    feature-area
-------------------------------------------------------------- */
#price .feature-area {
    padding: 60px 0;
}
#price .feature-area .ttl-catch{
    padding: 0 0 50px 0;
    position: relative;
}
#price .feature-area .ttl-catch::before{
    content: "";
    position: absolute;
    width: 153px;
    height: 284px;
    background-image: url("../img/price-feature-bg.png");
    background-size: contain;
    top: 25px;
    right: -100px;
    z-index: -1;
}
#price .feature-area .strong-point{
    width: 100%;
}
#price .feature-area .strong-point:nth-child(n+2){
    margin: 40px 0 0;
}
#price .feature-area .pc-left{
    background: linear-gradient( 90deg , #003894 0% , #003894 85% , transparent 15% , transparent 0%);
}
#price .feature-area .pc-right{
    background: linear-gradient( 270deg , #003894 0% , #003894 85% , transparent 15% , transparent 0%);
}
#price .feature-area .strong-point .strong-flex{
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    padding: 40px 0;
    width: 1200px;
    position: relative;
    background-color: #003894;
}
#price .feature-area .pc-left .strong-flex::before{
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -48px;
    background-color: #003894;
}
#price .feature-area .pc-right .strong-flex::before{
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -48px;
    background-color: #003894;
}

#price .feature-area .strong-point .strong-flex .strong-img{
    margin: 0 30px 0 0;
}
#price .feature-area .strong-point .strong-txt{
    color: #fff;
    width: 635px;
}
#price .feature-area .strong-point .strong-catch{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 20px 0;
}
#price .feature-area .strong-point .strong-catch .yellow-txt{
    color: #FFF700;
}

@media screen and (max-width: 768px){
    #price .feature-area {
        padding: 40px 0;
    }

    #price .feature-area .ttl-catch {
        padding: 0 0 25px 0;
    }
    #price .feature-area .ttl-catch::before{
        content: "";
        position: absolute;
        width: 70px;
        height: 130px;
        background-image: url("../img/price-feature-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        top: -10px;
        right: -7px;
        z-index: -1;
    }
    #price .feature-area .strong-point-wrap{
        padding: 0 20px;
    }
    /*
     ------- strong-point-area内contact --------
    */
    #price .feature-area .strong-point .strong-flex{
        padding: 0;
        display: block;
        width: 100%;
    }
    #price .feature-area .pc-left{
        background: #003894;
    }
    #price .feature-area .pc-right{
        background: #003894;
    }
    #price .feature-area .pc-left .strong-flex::before{
        display: none;
    }
    #price .feature-area .pc-right .strong-flex::before{
        display: none;
    }
    #price .feature-area .strong-point .strong-flex .strong-img{
        width: 100%
    }
    #price .feature-area .strong-point .strong-flex .strong-img img{
        width: 100%;
    }
    #price .feature-area .strong-point .strong-flex .strong-txt{
        width: 100%;
        padding: 30px 25px;
    }
    #price .feature-area .strong-point .strong-catch{
        font-size: 2.2rem;
    }
    #price .feature-area .strong-point .txt{
        font-size: 1.5rem;
    }
}

/* -----------------------------------------------------------
    price-area
-------------------------------------------------------------- */
#price .price-area {
	margin: 80px 0 0;
}
#price .price-area .inner {
	position: relative;
}
#price .price-illust {
	position: absolute;
	right: 0;
	top: -70px;
}
#price .scroll-txt {
	color: #999;
	position: relative;
	top: 40px;
}
#price .price-table{
    margin: 90px 0 0 0;
}
#price .price-table thead th{
    font-size: 2.0rem;
    color: #fff;
    padding: 15px 0;
    background-color: #3DAEF0;
    background-image: url("../img/price-table.png");
}
#price .price-table tbody th{
    padding: 15px 0 15px 20px;
    width: 300px;
    font-weight: normal;
    text-align: left;
}
#price .price-table tbody tr{
    padding: 15px 0 15px 20px;
}
#price .price-table tbody tr:nth-child(even){
    background-color: #F6F6F6;
}
#price .price-table tbody td{
    padding: 15px 20px;
    line-height: 1.8;
}
#price .price-table tbody td.td-price{
    width: 310px;
}
#price .price-area .txt{
    margin: 30px 0 0;
}
@media screen and (max-width: 768px){
	#price .price-area {
		margin: 40px 0 0;
	}
	#price .price-illust {
		width: 180px;
		top: 40px;
	}
    #price .price-table{
        margin: 50px 0 0 0;
        overflow-x: scroll;
    }
    #price .price-table table{
        width: 1000px;
    }
}

/* -----------------------------------------------------------
    case-area
-------------------------------------------------------------- */
#price .case-area{
    padding: 60px 0 0 0;
}
@media screen and (max-width: 768px){
    #price .case-area{
        padding: 40px 0 0 0;
    }
}
