@charset "UTF-8";
/*-----------------------------------
intro_block
-----------------------------------*/
#intro_block {
    background: url(../img/index/service_bg.jpg) no-repeat center center/cover;
    width: 100%;
    padding-bottom: 75px;
}
#intro_block .price_txt {
    font-size: 17px;
    line-height: 2.7;
    text-align: center;
}
#intro_block .el_squareList {
    font-size: 13px;
    position: relative;
    width: 570px;
    margin: 30px auto;
    border: 1px dashed #978069;
    padding: 10px 30px 15px;
    max-width: 100%;
}
#intro_block .el_squareList::after {
    content: '';
    display: block;
    width: 50%;
    height: 0;
}
#intro_block .el_squareList > li {
    font-size: 14px;
    width: 50%;
    position: relative;
    padding-left: 1em;
    line-height: 1.5;
    margin-top: 10px;
}
#intro_block .el_squareList > li::before {
    content: '';
    position: absolute;
    top: 0.45em;
    left: 0;
    display: block;
    width: 0.6em;
    height: 0.6em;
    background-color: #978069;
}
@media screen and (max-width: 640px) {
    #intro_block .el_squareList > li {
        font-size: 13px;
        width: 100%;
        margin-top: 5px;
    }
    #intro_block .el_squareList {
        margin: 20px 0;
        padding: 6px 15px 10px;
    }
    #intro_block .price_txt {
        font-size: 13px;
        line-height: 2.2;
        text-align: left;
    }
    #intro_block .price_txt .block {
        display: none;
    }
    #intro_block {
        padding-bottom: 50px;
    }
}
/*-----------------------------------
price_block
-----------------------------------*/
#price_block {
    padding-top: 140px;
    padding-bottom: 0;
}
#price_block .lower_h2 {
    font-size: 28px;
    padding: 10px 0 10px 20px;
    border-left: 3px solid #c1bbb6;
    margin-bottom: 15px;
}
@media screen and (max-width: 840px) {
    #price_block .lower_h2 {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    #price_block .lower_h2 {
        font-size: 20px;
        padding: 10px 0 10px 10px;
        margin-bottom: 0;
    }
    #price_block {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    #price_block .bl_media_img {
        margin-top: 20px;
    }
    #price_block .bl_sub_media {
        margin-top: 40px !important;
    }
}
/*-----------------------------------
market_block
-----------------------------------*/
#market_block {
    padding-top: 120px;
}
#market_block .lower_h2 {
    font-size: 28px;
    padding: 10px 0 10px 20px;
    border-left: 3px solid #c1bbb6;
}
#market_block .intro_txt {
    font-size: 15px;
    line-height: 200%;
    margin-top: 50px;
}
#market_block .price_list {
    margin: 40px auto 60px;
}
#market_block .price_list li {
    width: 49%;
    margin-bottom: 2%;
    padding: 20px 25px 30px;
    border: 4px double #ddd;
}
#market_block .price_list li .price_txt {
    font-size: 20px;
    color: #848484;
    border-bottom: 2px solid #ccc;
}
#market_block .price_list li .price_txt span {
    font-size: 2em;
    margin-right: 5px;
    color: #75706b;
}
#market_block .price_list li .text_box {
    margin-top: 15px;
}
#market_block .price_list li .text_box p {
    font-size: 14px;
    line-height: 220%;
}
#market_block .btm_text {
    font-size: 25px;
    text-align: center;
    line-height: 250%;
}

@media screen and (max-width: 840px) {
    #market_block .price_list li {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    #market_block {
        padding-top: 55px;
    }
    #market_block .lower_h2 {
        font-size: 20px;
        padding: 10px 0 10px 10px;
    }
    #market_block .intro_txt {
        font-size: 14px;
        margin-top: 25px;
    }
    #market_block .price_list {
        margin: 25px auto;
    }
    #market_block .price_list li {
        margin-bottom: 5%;
    }
    #market_block .price_list li .price_txt {
        font-size: 18px;
        text-align: center;
    }
    #market_block .price_list li .text_box p {
        font-size: 13px;
        line-height: 200%;
    }
    #market_block .btm_text {
        font-size: 18px;
        line-height: 220%;
    }
}
