/* CSS Document */
img{
    max-width: 100%;
}
h2{
    text-align: center;
    margin-bottom: 3em;
}
h2 .en{
    font-size: 50px;
}
h2 .jp{
    display: block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h2 .daiya{
    width: 60px;
    margin:0 auto 10px;
    display: block;
}
.price_box{
    margin-top: 3em;
}
.price_box dt{
    font-weight: bold;
    color: #B28F71;
    margin-bottom: 1em;
}
.price_box dt span{
    font-weight: normal;
    display: block;
    color: #625361;
}
.price_box .minutes{
    width: 100px;
    height: 100px;
    border: 2px solid #817581;
    border-radius: 50%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
    margin: 0 20px;
}
.minutes_wrap{
    position: relative;
}
.minutes_wrap .minutes_text{
    position: absolute;
    width: 100%;
}
.price_box .minutes span{
    font-size: 200%;
}
.price_box .en{
    font-size: 50px;
    color: #B28F71;
}
.price_box .jp{
    font-size: 20px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    margin-top: 15px;
    margin-left: 10px;
}

.head_caption{
    margin-top: 5%;
    background: url("../../img/contents/iontophoresis/mainImg.jpg") center /cover no-repeat;
    padding: 5% 0 10em;
}
.head_caption_title{
    max-width: 500px;
    margin-bottom: 30px;
}
.head_caption_text{
    background: rgba(255,255,255,.8);
    padding: 3em 5em;
    text-align: left;
}
.head_caption_text h3{
    display: inline-block;
    margin-bottom: .5em;
    padding-bottom: .5em;
    padding-right: 3em;
    border-bottom: 1px solid;
}


/*.step_wrap h2{
    width: 300px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-50%);
    border-radius: 50%;
}*/
.step_wrap h2{
    margin-top: 6em;
    margin-bottom: 6em;
}
.step_list{
    counter-reset: number;
    text-align: left;
}
.step_box .number::after{
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    font-size: 200%;
}
.step_list::after{
    content: "";
    width: calc(100%/3 - 40px);
}
.step_box{
    width: calc(100%/3 - 40px);
    margin-bottom: 60px;
}
.step_title{
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.step_title::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #b28f71;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(100%,-50%);
}
/*.step_box:nth-child(3n) .step_title::after,*/
.step_box:last-child .step_title::after{
    content: none;
}


.item_wrap{
    padding: 80px 0;
    background: #FFF3D0;
}
.item_wrap .item_list .item_box{
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
}
.item_wrap .item_list .item_box .item_img{
    width: 40%;
    position: absolute;
    bottom: 0;
}
.item_wrap .item_list .item_box .item_img::after{
}
.item_wrap .item_list .item_box .item_img img{
    width: 80%;
    position: relative;
    z-index: 2;
   /* filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.3));*/
}
.item_wrap .item_box .item_cap{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    background: #fff;
    padding: 30px 0;
}
.item_wrap .item_box .item_cap .item_info{
    width: 60%;
    margin-left: auto;
    text-align: left;
    padding-right: 20px;
}
.item_wrap .item_box .item_cap .copy{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    background: #625361;
    color: #fff;
    margin-bottom: 2em;
}
.item_wrap .item_box .item_cap .copy span{
    width: 60%;
    display: block;
    margin-left: auto;
    text-align: left;
}
.item_cap .item_info .name{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
}
.item_cap .item_info .spf{
    display: inline-block;
    border: 1px solid;
    border-radius: 30px;
    padding: 0 2em;
    vertical-align: top
}
.item_cap .item_info .price{
    display: inline-block;
    font-weight: bold;
}
.item_cap .item_info .type{
    display: inline-block;
}
.item_cap .item_info .caption{
    margin-top: 1em;
}

@media screen and (max-width:768px){
    .step_list::after{
        content: "";
        width: calc(100%/2 - 40px);
    }
    .step_box{
        width: calc(100%/2 - 40px);
        margin-bottom: 60px;
    }
}
@media screen and (max-width:480px){
    .inner1000{
        width: 90%;
    }
    .head_caption_text{
        padding: 2em 20px
    }
    .minutes_wrap .minutes_text{
        position: static;
        margin-bottom: 2em;
    }
    .step_list::after{
        content: none;
    }
    .step_box{
        width: 100%;
        position: relative;
    }
    .step_box::after{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #b28f71 transparent transparent transparent;
        display: block;
        margin:3em auto;
    }
    .step_box:last-child::after{
        content: none;
    }
    .step_title::after{
        content: none;
    }
    .price_box .en{
        font-size: 36px;
    }
    .price_box .flexcentering{
        display: block;
    }
    .price_box .minutes{
        margin:0 auto 2em;
    }
    .item_cap .item_info .name{
        width: 100%;
    }
    .item_cap .item_info .name{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .item_cap .item_info .price, 
    .item_cap .item_info .type{
        font-size: 10px;
    }
    .item_wrap .item_list .item_box .item_img{
        width: 100%;
        position: static
        }
    .item_wrap .item_box .item_cap .copy span,
    .item_wrap .item_box .item_cap .item_info{
        width: 100%;
    }
    .item_wrap .item_box .item_cap .copy {
        padding: 0 1em;
    }
    .item_wrap .item_box .item_cap .copy span{
        white-space: pre-wrap;
    }
    .item_wrap .item_box .item_cap .item_info{
        padding-left: 20px;
    }
}
