@charset "UTF-8";
/*PMTC　トリートメントケア20210331*/
/*******************************************/
/* esthetic.html                           */
/*******************************************/

/*PMTC充実　20210331*/

.estheticdata {
    border: solid 1px #f7c6cd;
    padding: 22px 32px;
}
@media print, screen and (min-width: 768px) {
    .estheticdata {
        padding: 22px 32px;
    }
}
.border {
    border-bottom: 1px solid #ffd7e0;
    margin-bottom: 12px;
}

/*審美ページ修正　20210414*/
.flex-2col-es{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.estheticdatalist {
  background: #fdf4f4;
  padding: 12px 20px 12px 20px;
  margin-bottom: 3.2vh;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
    .estheticdatalist {
        width: 49%;
        padding: 18px 32px 18px 32px;
        margin-bottom: 20px;
    } 
}
.estheticdatalist span{
    color: #ffafc6;
}
.estheticHeading-h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}
.btn-lv2{
    height: 30px !important;
    max-width: 340px;
    background: url("../img/page/page_21.png") no-repeat;
}
.es-mLv6{
    margin-bottom: 96px;
}
.m000auto{
    margin: 0 0 0 auto;
}

