@charset "UTF-8";

/* CSS Document */

/*====================================

    #wp_treatment_detail .main

====================================*/

#wp_treatment_detail .main .ph {
	background: url(../images/main_ph.webp) center center;
	background-size: cover;
}

/*====================================

    #wp_treatment_detail #sec_003 .area_beauty_standards

====================================*/

#wp_treatment_detail #sec_003 {
}
#wp_treatment_detail #sec_003 .area_beauty_standards {
	margin-bottom: 60px;
}
#wp_treatment_detail #sec_003 .area_beauty_standards ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wp_treatment_detail #sec_003 .area_beauty_standards ul li {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	width: 49%;
	margin-bottom: 20px;
}
#wp_treatment_detail #sec_003 .area_beauty_standards ul li dl {
}
#wp_treatment_detail #sec_003 .area_beauty_standards ul li dl dt {
	width: 100%;
}
#wp_treatment_detail #sec_003 .area_beauty_standards ul li dl dt img {
	border-radius: 20px;
	margin-bottom: 20px;
}
#wp_treatment_detail #sec_003 .area_beauty_standards ul li dl dd {
}
#wp_treatment_detail #sec_003 .area_beauty_standards ul li dl dd h4 {
	font-size: 120%;
	font-weight: bold;
}

/*====================================

    #wp_treatment_detail #sec_003 .area_point_list

====================================*/

#wp_treatment_detail #sec_003 {
}
#wp_treatment_detail #sec_003 .area_point_list {
	border: 1px solid #ccc;
	background: #f7f7f7;
	border-radius: 20px;
	padding: 20px;
}
#wp_treatment_detail #sec_003 .area_point_list ul {
}
#wp_treatment_detail #sec_003 .area_point_list ul li {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}
#wp_treatment_detail #sec_003 .area_point_list ul li h4 {
	font-size: 120%;
	margin-bottom: 20px;
}
#wp_treatment_detail #sec_003 .area_point_list ul li h4 span {
	padding: .4em 1em;
    font-size: 80%;
    margin-right: .5em;
    border-radius: 60px;
    border: 1px solid #000;
}
#wp_treatment_detail #sec_003 .area_point_list ul li .ph {
	margin-bottom: 20px;
}
#wp_treatment_detail #sec_003 .area_point_list ul li .ph img {
	border-radius: 20px;
	border: 1px solid #000;
}

/*====================================

    .equation_list

====================================*/

.equation_list {
	margin-bottom: 60px;
}
.equation_list ul {
    background: #eee;
    padding: 20px;
    border-radius: 40px;
}
.equation_list ul li {
	margin-bottom: 8px;
}
.equation_list ul li:last-child {
	margin-bottom: 0px;
}
.equation_list ul li a {
	display: block;
	border: 1px solid #000;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.equation_list ul li a .ph {
	width: 140px;
}
.equation_list ul li a .text {
	padding: 10px;
	flex: 1;
}
.equation_list ul li a .text p {
	background: var(--sub-color);
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 70%;
	padding: 0 1em;
	margin-bottom: 4px;
}
.equation_list ul li a .text h3 {
	font-size: 90%;
	line-height: 1.5em;
}










.wp_tab {
	margin-bottom: 60px;
}
.wp_tab .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: -1px;
}
.wp_tab .tabs li {
	width: 50%;
}
.wp_tab .tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    padding: .4em 1em;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-decoration: none;
    border-radius: 8px 8px 0 0;
}
.wp_tab .tabs a:hover,
.wp_tab .tabs a.active {
    background: var(--sub-color);
    color: #fff;
}
.tabgroup div {
}
.tabgroup .tab_cont {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


