@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 .main #sec_005

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

#wp_treatment_detail #sec_005 .inner .list {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 30px 30px 20px 30px;
}
#wp_treatment_detail #sec_005 .inner .list p {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 10px;
}