@charset "UTF-8";

/* 
chemical-p
------------------------ 
*/

#cp .btn_area {
    position: relative;
}

#cp .mesona_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    bottom: 5%;
}

/* section01 */

#cp .sec01 {
    background: #fff url("../images/menu/chemical-p/sec1_bg.png") repeat-y;
    background-size: contain;
}

#cp .sec01 .inner {
    padding-top: 10%;
}

#cp .sec01 .border_area {
    position: relative;
    border: 2px solid #65c9db;
    padding: 9% 4% 4%;
    margin-bottom: 4%;
}

#cp .sec01  .ribbon_ttl {
    position: absolute;
    top: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

#cp .sec01  .ribbon_ttl img {
    margin: 0 auto;
}

#cp .sec01  .ribbon_ttl h3 {
    font-size: 3.6rem;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 18%;
    left: 0;
    color: #fff;
}

#cp .sec01  .ribbon_ttl h3 span {
    color: #fff667;
}

#cp .sec01 .border_area .border_txt {
    border-bottom: 1px solid #000;
}

#cp .sec01 .border_area .flex {
    align-items: center;
    margin-top: -5%;
}

#cp .sec01 .border_area .flex p {
    width: 65%;
    margin-top: 10%;
}

#cp .sec01 .border_area .flex figure {
    width: 35%;
}

#cp .sec01 .border_area .flex figure img {
    margin: 0 auto;
    width: 80%;
}

#cp .sec01 .mov_area {
    padding: 3%;
}


/* section02 */

/* #cp .sec02 {
    background: #e2edef;
} */

#cp .sec02 .heading_wrap {
    position: relative;
    padding: 4% 0 2%;
}

#cp .sec02 .heading_txt img {
    margin: 0 auto 2%;
    width: 60%;
}

#cp .sec02 figure img {
    margin: 0 auto;
    width: 70%;
}

#cp .sec02 .heading_wrap h3 {
    position: absolute;
    bottom: 22%;
    font-size: 4.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 3px #fff,
    -2px 2px 3px #fff,
    2px -2px 3px #fff,
    -2px -2px 3px #fff ;
}

#cp .sec02 .inner {
    padding-top: 0;
    padding-bottom: 8%;
}

#cp .sec02 .txt_wrap {
    position: relative;
}

#cp .sec02 .txt_wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #cbdfe3;
    position: absolute;
    top: 2%;
    left: 1.5%;
    z-index: 1;
}

#cp .sec02 .border_area {
    border: 2px solid #6fa7b1;
    background: transparent;
    padding: 6% 6% 3%;
    position: relative;
    z-index: 3;
}

#cp .sec02 .border_area ul li {
    margin-bottom: 3%;
}

#cp .sec02 .border_area ul li figure {
    margin-right: 1%;
    width: 10%;
}

#cp .sec02 .border_area ul li .p_txt {
    font-size: 2.8rem;
    width: 100%;
}

#cp .sec02 .border_area ul li .bg_txt {
    background: #fff;
    color: #43b2c6;
    padding: .1% .5% .1% 1%;
}


/* section03 */

#cp .sec03 {
    background: url("../images/menu/chemical-p/sec3_bg.jpg") no-repeat top center;
    background-size: cover;
}

#cp .sec03 .inner {
    padding-bottom: 4%;
}

#cp .sec03 ul {
    margin-top: 6%;
}

#cp .sec03 ul li {
    margin-bottom: 6%;
}

#cp .sec03 ul li:last-child {
    margin-bottom: 0;
}

#cp .sec03 ul .list_wrap {
    position: relative;
    background-color: rgba(255, 255, 255, 0.6 );
    padding: 8% 4% 6%;
}

#cp .sec03 ul li figure {
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
}

@media screen and (max-width: 690px) {
    #cp .sec03 ul li figure {
        top: -15%;
    }
} 

@media screen and (max-width: 623px) {
    #cp .sec03 ul li figure {
        top: -13%;
    }
} 

@media screen and (max-width: 550px) {
    #cp .sec03 ul li figure {
        top: -14%;
    }
} 

@media screen and (max-width: 511px) {
    #cp .sec03 ul li figure {
        top: -12%;
    }
} 

@media screen and (max-width: 490px) {
    #cp .sec03 ul li figure {
        top: -15%;
    }
} 

@media screen and (max-width: 453px) {
    #cp .sec03 ul li figure {
        top: -13%;
    }
} 

@media screen and (max-width: 420px) {
    #cp .sec03 ul li figure {
        top: -15%;
    }
} 

@media screen and (max-width: 394px) {
    #cp .sec03 ul li figure {
        top: -13%;
    }
} 

#cp .sec03 ul .list_2 figure {
    top: -9%;
}

@media screen and (max-width: 690px) {
    #cp .sec03 ul .list_2 figure {
        top: -12%;
    }
}

@media screen and (max-width: 654px) {
    #cp .sec03 ul .list_2 figure {
        top: -11%;
    }
}

@media screen and (max-width: 593px) {
    #cp .sec03 ul .list_2 figure {
        top: -10%;
    }
}

@media screen and (max-width: 550px) {
    #cp .sec03 ul .list_2 figure {
        top: -11%;
    }
}

#cp .sec03 ul .list_3 figure {
    top: -11%;
}

@media screen and (max-width: 690px) {
    #cp .sec03 ul .list_3 figure {
        top: -14%;
    }
}

@media screen and (max-width: 624px) {
    #cp .sec03 ul .list_3 figure {
        top: -13%;
    }
}


#cp .sec03 ul li h5 {
    font-size: 3.6rem;
    color: #43b2c6;
    text-align: center;
    margin-bottom: 6%;
}

@media screen and (max-width: 749px) {
    #cp .sec03 ul li h5 {
        font-size: 4.7vw;
    }
}

#cp .sec03 ul li h5 span {
    border-bottom: 2px solid #65CADB;
    padding-bottom: 1%;
}

#cp .sec03 ul li .p_txt {
    font-size: 2.8rem;
    line-height: 1.5;
}

#cp .sec03 ul li .p_txt .bg_txt_half {
    background: linear-gradient(transparent 60%, #fff667 40%);
}

#cp .sec03 ul li .shadow {
    position: static;
    transform: none;
    width: 100%;
}

#cp .sec03 .ba_img {
    padding: 0 2%;
    margin-top: -4%;
}

@media screen and (max-width: 550px) {
    #cp .sec03 .ba_img {
        padding: 0;
    }
}


/* section04 */

#cp .sec04 {
    background: #e1f2fa;
}

#cp .sec04 .txt_wrap {
    padding: 0 4%;
}

#cp .sec04 .txt_wrap figure {
    margin-bottom: 8%;
}

#cp .sec04 .txt_wrap .p_txt {
    line-height: 1.6;
}

#cp .sec04 .txt_wrap .bg_txt {
    background: #fff;
    color: #53b4e1;
}

#cp .sec04 .txt_wrap .pk_txt {
    border-bottom: 1px solid #ea4d7d;
}

#cp .sec04 .btn_area {
    margin: 0 0;
    padding-bottom: 6%;
}

#cp .sec04 .btn_area h4 img {
    margin: 0 auto 2%;
    width: 70%;
}

#cp .sec04 .btn_area p a img {
    max-width: 700px;
    margin: 0 auto;
    width: 95%;
}


/* section05 */

/* #cp .sec05 {
    background: #e0f4f8;
} */

#cp .sec05 .inner {
    padding-top: 4%;
    /* padding-bottom: 4%; */
}

#cp .sec05 .w_bg {
    padding: 0 3%;
}

#cp .sec05 .w_bg .p_txt {
    line-height: 1.5;
}


/* section06 */

#cp .sec06 {
    background: url("../images/menu/chemical-p/sec6_bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 2%
}

#cp .sec06 h3 {
    font-size: 4.7rem;
    line-height: 1.5;
}

#cp .sec06 .headding_top {
    margin-bottom: 3%;
}

#cp .sec06 h3 .bg_txt {
    background: #65CADB;
    border-radius: 50px;
    color: #fff;
    padding: 2% 7%;
    font-size: 4.5rem;
}

#cp .sec06 .txt_wrap {
    position: relative;
    margin-top: 5%;
}

#cp .sec06 .txt_wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #c1eaf1;
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    z-index: 1;
}

#cp .sec06 .border_area {
    border: 2px solid #0a0707;
    background: #fff;
    padding: 6% 4%;
    position: relative;
    z-index: 3;
}


/* section07 */

#cp .sec07 .bg_area {
    background: #c1eaf1;
    padding: 3% 3%;
    margin-bottom: 4%;
}

#cp .sec07 .bg_area h5 {
    width: 10%;
}

#cp .sec07 .bg_area ul {
    margin-left: 2%;
}

#cp .sec07 .bg_area ul li {
    font-size: 3rem;
    font-weight: 700;
}

#cp .sec07 .fee_list li {
    margin-bottom: 4%;
}

#cp .sec07 .fee_list dl {
    border: 3px solid #a3dfe9;
}

@media screen and (max-width: 450px) {
    #cp .sec07 .fee_list dl {
        border: 2px solid #a3dfe9;
    }
}

#cp .sec07 .fee_list dl dt {
    background: #e0f4f8;
}

#cp .sec07 .fee_list dl dt h4 {
    font-size: 3.2rem;
    padding: 2% 4%;
    text-align: center;
}

#cp .sec07 .fee_list dl dd {
    padding: 2% 4% 1%;
    align-items: center;
    justify-content: center;
}

#cp .sec07 .fee_list dl dd .p_txt {
    font-size: 2.7rem;
}

#cp .sec07 .fee_list dl dd .fee_left {
    width: 20%;
    transform: translateY(20%);
}

#cp .sec07 .fee_list dl dd .fee_right {
    width: 52%;
    text-align: center;
}

#cp .sec07 .fee_list dl dd .pk_txt {
    font-size: 3.8rem;
}

#cp .sec07 .fee_list dl dd .price {
    font-size: 5.5rem;
}

#cp .sec07 .fee_list dl dd .pk_txt {
    color: #db659a;
}

#cp .bottom_info .flow .inner {
    padding-top: 3%;
}


/* add_wrap* */
#cp_pr .add_wrap {
    display: none;
}

#cp_pr .mesona_txt {
    display: none;
}

#cp .add_wrap .mov_area {
    background: #eeefe9;
}

#cp .add_wrap .mov_area video {
    width: 65%;
    margin: 0 auto;
}
@media screen and (max-width: 550px) {
    #cp .add_wrap .mov_area video {
        width: 80%;
    }
}

@media screen and (max-width: 450px) {
    #cp .add_wrap .mov_area video {
        width: 90%;
    }
}

#cp_pr .add_wrap .mov_area {
    background: #eeefe9;
}

#cp_pr .add_wrap .mov_area video {
    width: 65%;
    margin: 0 auto;
}
@media screen and (max-width: 550px) {
    #cp_pr .add_wrap .mov_area video {
        width: 80%;
    }
}

@media screen and (max-width: 450px) {
    #cp_pr .add_wrap .mov_area video {
        width: 90%;
    }
}


#cp .mesona_txt a {
    color: #ea4d7d;
    font-weight: 700;
    text-decoration: underline
}

#cp_pr .mesona_txt a {
    color: #ea4d7d;
    font-weight: 700;
    text-decoration: underline
}


/* renewal 2411 */
#cp .pk_txt {
    color: #43b2c6;
}

#cp .bottom_info .pk_txt {
    color: #4fb0dd;
}

#cp .approval .pk_txt {
    color: #4fb0dd;
}