@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}


p{
    font-size: 1rem;
    margin-bottom: 20px;
}
p span.bold{
    font-weight: bold;
}
ol,ul{
    margin: 5px 0 15px;
    padding: 0 15px;
}

ol li{
    list-style: decimal;
    font-size: 1rem;
    line-height: 1.8;
}

ul li{
    list-style: circle;
    font-size: 1rem;
    line-height: 1.8;
}
ul li span.bold,
ol li span.bold{
    font-weight: bold;
}
footer li{
    list-style: none;
}

.container.inner{
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 639px){
    .container.inner{
        width: 90%;
        margin: auto;
    }
}
.service_area{
    margin: 50px 0 30px;
}
.service_area h2{
    text-align: center;
    margin: 0px auto;
    padding: 15px;
    font-size: 1.5rem;
    color: #4fbcb2;
    font-weight: bold;
}
@media screen and (max-width: 639px){
    .service_area h2{
        font-size: 1.4rem;
    }
}
.service_area h3{
    text-align: center;
    margin: 0px auto;
    padding: 15px;
    font-size: 1.5rem;
    color: #4fbcb2;
    font-weight: bold;
}
@media screen and (max-width: 639px){
    .service_area h3{
        font-size: 1.4rem;
    }
}
.effect_area h2{
    text-align: center;
    margin: 0px auto;
    padding: 15px;
    font-size: 1.5rem;
    color: #4fbcb2;
    font-weight: bold;
}
@media screen and (max-width: 639px){
    .effect_area h2{
        font-size: 1.4rem;
    }
}
.effect_area h3{
    margin: 0px auto;
    padding: 5px 0;
    font-size: 1rem;
    /* color: #4fbcb2; */
    font-weight: bold;
}
@media screen and (max-width: 639px){
    .effect_area h3{
        font-size: 1.4rem;
    }
}
.effect_area h4{
    margin: 0px auto;
    padding: 5px 0;
    font-size: 1rem;
    /* color: #4fbcb2; */
    font-weight: bold;
}

.clean_table{
    width: 100%;
    margin-bottom: 80px;
}
.clean_table h3{
    text-align: center;
    margin: 0px auto;
    padding: 15px;
    font-size: 1.5rem;
    color: #4fbcb2;
    font-weight: bold;
}
.clean_table table{
    width: 100%;
    font-size: .7rem;
    border: 1px solid #aaa;
}
@media screen and (max-width: 639px){
    .clean_table table{
        font-size: .6rem;
    }
}
.clean_table table .table_lits{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 639px){
    .clean_table table .table_lits{
        display: block;
        width: 100%;
    } 
}
.clean_table table .table_lits .left,
.clean_table table .table_lits .right{
    width: 48%;
}
@media screen and (max-width: 639px){
    .clean_table table .table_lits .left,
    .clean_table table .table_lits .right{
        width: 100%;
    }
}
.clean_table table th,
.clean_table table td{
    text-align: center;
    color: #000;
    font-weight: normal;
    padding: 5px 0;
    border: 1px solid #aaa;
}
.clean_table table th{
    font-weight: bold;
}
.clean_table table tr.orenge{
    background-color: #FFF2CC;
}
.clean_table table tr.green{
    background-color: #E2EFDA;
}

.price_pdf{
    max-width: 300px;
    margin: 40px auto;
    width: 100%;
    text-align: center;
    background-color: #4fbcb2;
}
.price_pdf a{
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
}