/* CSS Document */
/***********************
 *
 *     common
 *
 ***********************/
body{
    background-color: #E7EEFD;
}
.mincho{
    font-family: serif;
}
.title_box {
    text-align: center;
    margin: 1em 0;
}
.title_box h3{
    font-size: 3rem;
}
.doubble::before{
    content: "“";
}
.doubble::before,
.doubble::after{
    font-family: didot,serif;
    margin: 0 .5em;
}
.doubble::after{
    content: "”";
}
img{
    max-width: 100%;
}
.stylist_data .stylist_img{
    margin: .5em 0;
}
.stylist_data .stylist_img img{
    max-width: 100px;
    border-radius: 50%;
}
@media screen and (max-width:480px){
    .iziModal video{
        width: 70%;
        margin: auto;
    }
}
/***********************
 *
 *     keyV
 *
 ***********************/
.keyV {
    background-image: url("../../img/contents/acid/top_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 5%;
    margin-bottom: 5%;
}
.keyV .keyV_inner.title{
    width: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 5%;
}
.keyV .keyV_inner.img{
    width: 35%;
    margin-left: auto;
    align-self: flex-end;
}
.keyV .keyV_inner.img img{
    width: 1005;
}
.keyV_inner .title_img {
    margin-bottom: 2em;
}
.keyV_inner .title_img img{
    width: 50%;
}

/***********************
 *
 *     compare
 *
 ***********************/
.compare{
    counter-reset: number;
}
.compare .inner1150{
    padding: 30px;
    border-radius: 0;
    background-color: #fff;
}
.compare .compare_img.flexbox{
    width: 35%;
    text-align: center;
    justify-content: center;
}
.compare .compare_img .stylist_data{
    margin-top: 1em;
}
.compare .compare_caption{
    width: 60%;
}
.compare .compare_caption h4{
    font-weight: bold;
    margin-bottom: 1em;
}
.compare .compare_item{
    padding-top: 48%;
    position: relative;
}
.compare .compare_item::after{
    display: block;
    content: "";
    width: 80%;
    padding-top: 80%;
    background-color: #E7EEFD;
    border-radius: 50%;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.compare .compare_caption .item_inner{
    z-index: 1;
    width: 100%;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.compare .compare_caption .item_inner::before{
    display: inline-block;
    counter-increment: number;
    content: counter(number, decimal);
    font-size: 2rem;
    font-family: didot,serif;
    font-style: oblique;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.compare .compare_item .f10{
    margin-top: 1em;
}
/***********************
 *
 *     damage
 *
 ***********************/
.damage .inner1150{
    padding: 30px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}
.damage .damage_data{
    width: 100%;
    text-align: center;
}
.damage .damage_data div{
    margin: 0 1em;
}
.damage .damage_data dt{
    margin-bottom: 1em;
}
.damage .damage_data + p{
    text-align: center;
    margin: 2em 0;
}
.damage .damage_caption em.doubble{
    font-size: 150%;
    color: #e10000;
}
.damage .damage_caption{
    width: 60%;
}
.damage .damage_caption p{
    margin-bottom: 2em;
}
.damage .damage_img{
    width: 35%;
    text-align: center;
}

/***********************
 *
 *     recommend
 *
 ***********************/
.recommend .inner1150{
    padding: 30px;
    border-radius: 0 0 20px 20px ;
    background-color: #fff;
    text-align: center;
}
.recommend .recommend_list{
    display: inline-block;
}
.recommend .recommend_item{
    text-align: left;
    margin-bottom: 2em;
}
.recommend .number{
    max-width: 100px;
    margin-bottom: -1em;
    position: relative;
}
.recommend .trouble::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background-color: #E7EEFD;
    margin-right: -3em;
}
.recommend .trouble em{
    font-size: 130%;
    color: #e10000;
}
/***********************
 *
 *     treatment
 *
 ***********************/
.treatment{
    counter-reset: number;
}
.treatment .inner1150{
    text-align: center;
}
.treatment .title_box_B{
    padding: 15% 0;
    background-image: url("../../img/contents/acid/water_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.treatment .title_box_B h3{
    font-size: 3rem;
}
.treatment .tips_wrap.flexbox{
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.treatment .tips_box{
    width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
    margin-bottom: 30px;
}
.treatment .tips_box .number{
    background-color: #fff;
    border: solid 1px #000;
}
.treatment .tips_box .number::after{
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    margin-left: .5em;
}
.treatment .tips_box h4{
    margin: 2em 0;
}

.treatment .tips_box h4 ~ p{
    text-align: left;
    margin-bottom: 1em;
}
.treatment .tips_box .tips_caption{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.treatment p em{
    font-size: 130%;
    color: #e10000;
}
.treatment .f24{
    margin-bottom: 1em;
}
/***********************
 *
 *     voice
 *
 ***********************/
.voice{
    padding-top: 5%;
}
.voice .voice_wrap{
    margin-bottom: 10%;
    border-bottom: 1px solid #000;
}
.voice .voice_box{
    padding: 5% 0;
}
.voice .title_box{
    margin-bottom: 3em;
}
.voice h4 img{
    width: 100px;
    vertical-align: baseline;
    margin-right: .5em;
}
.voice h4{
    font-size: 2rem;
    border-bottom: 1px solid #000;
}
.voice .circle{
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2em;
    position: relative
}
.voice .circle span{
    display: block;
    border-bottom: 1px solid #000;
}
.voice .voice_img{
    width: 42%;
}
.voice .voice_img img{
    width: 100%;
}
.voice .voice_img > div{
    width: 50%;
}
.voice .voice_caption{
    width: 55%;
    text-align: center;
}
.voice .voice_caption .kininaru{
    display: inline-block;
    padding: .5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 2em;
}
.voice .voice_caption .kininaru_item{
    border-radius: 15px;
    border: 1px solid #000;
    padding: .5em;
    background-color: #fff;
}
.voice .voice_caption .kansou::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin:1em auto;
    border-right: 30px solid transparent;
    border-top: 20px solid #000;
    border-left: 30px solid transparent;
}
.voice .voice_caption .kansou{
    margin-bottom: 1em;
}
.voice .voice_caption .kansou span{
    padding: 5px;
    background-color: #000;
    color: #fff;
    margin: 2px;
}
.voice .voice_caption .comment_list{
    display: inline-block;
    text-align: left;
}
.voice .voice_caption .comment_item{
    margin-bottom: 1em;
}
.voice .stylist_data{
    width: 30%;
}
.voice .staff_comment{
    width: 70%;
    background-color: #fff;
    border-radius: 30px;
    padding: 2em;
    position: relative;
}
.voice .staff_comment::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.voice .staff_comment .geneva{
    margin-bottom: 1em;
}

@media screen and (max-width:768px){
    .stylist_data .stylist_data.inline-flex{
        flex-direction: column;
    }
    .keyV .keyV_inner.title,
    .keyV .keyV_inner.img,
    .keyV_inner .title_img img{
        width: 100%;
    }
    .damage .damage_caption em.doubble{
        display: block;
    }
    .compare .compare_item::after{
        content: none;
    }
    .compare .flexbox.clm2 .compare_item{
        width: 100%;
        padding-top: 0;
    }
    .compare .compare_caption .item_inner{
        position: static;
        transform: none;
        text-align: left;
        padding: 20px;
        border-radius: 15px;
        background-color: #E7EEFD;
    }
    .compare .compare_caption .item_inner::before{
        content: none;
    }
    .compare .compare_caption h4::before{
        display: inline;
        counter-increment: number;
        content: counter(number, decimal);
        font-size: 2rem;
        font-family: didot,serif;
        font-style: oblique;
        margin-bottom: 10px;
        vertical-align: baseline;
        margin-right: .5em;
    }
    .compare .compare_caption h4{
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
    }
}
@media screen and (max-width:480px){
    .title_box h3{
        font-size: 24px;
    }
    .damage .inner1150{
        padding: 20px;
    }
    .damage .damage_caption{
        width: 100%;
    }
    .damage .damage_caption .f18{
        font-size: 13px;
    }
    .damage .damage_img{
        width: 50%;
        margin: auto;
    }
    .compare .compare_img.flexbox{
        width: 100%;
        margin: auto;
        margin-bottom: 2em;
    }
    .compare .compare_caption{
        width: 100%;
        margin: auto;
    }
    .compare .compare_img.flexbox p,
    .compare .compare_img.flexbox .stylist_data{
        width: 48%;
    }
    .compare .compare_caption h4{
        display: block;
    }
    .recommend .recommend_item{
        position: relative;
    }
    .recommend .trouble::before{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .recommend .recommend_item .number{
        z-index: 1;        
    }
    .recommend .recommend_item span{
        position: relative;
        display: inline-block;
        z-index: 1;
        margin-top: 2em;
    }
    .recommend .trouble::before{
        width: 50px;
        height: 50px;
    }
    .treatment .title_box_B h3{
        font-size: 24px;
    }
    .treatment .tips_box{
        width: 100%;
    }
    .treatment .tips_box{
        margin-bottom: 50px;
    }
    .treatment .f24 + p{
        text-align: left;
    }
    .voice h4 img{
        width: 50px;
    }
    .voice h4{
        font-size: 18px;
    }
    .voice .voice_img{
        margin-bottom: 2em;
    }
    .voice .voice_img,
    .voice .voice_caption{
        width: 100%;
    }
    .voice .voice_caption .kininaru_item{
        font-size: 12px;
    }
}
