/* ---------------------------------------------------------------------------------------------------------

2024/02/21 追加

/acne/配下の記事に適用

--------------------------------------------------------------------------------------------------------- */

/*
 * 2024/02/15 追記
 * /troublenavi/acne/uzone.html
 */
.sectionUzone.featureIncorporateForAcne .modDataListWrapper:not(:last-child) {
	margin: 50px 0;
}

.sectionUzone.featureIncorporateForAcne .modDataListWrapper .modDataList > dd:not(:last-child) {
	margin: 0 0 25px 0;
}

.sectionUzone.featureIncorporateForAcne .modDataListWrapper .modDataList > dd > dl > dt {
	position: relative;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: 600;
}

.sectionUzone.featureIncorporateForAcne .modDataListWrapper .modDataList > dd > dl > dt::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	background-color: #F30088;
	border-radius: 50%;
}

/*
 * 2024/02/19 追記
 * /troublenavi/acne/back.html
 */
.sectionback.featureCureAcne h4.modH3,
.sectionback.featureCureBackAcne dt.modH3 {
	margin: 0 0 6px 0;
}

/*
 * 2024/02/27 追記
 * 画像のサイズを調整
 */
.sectionPuberty figure {
	max-width: 70%;
	margin: 0 auto;
}

.wrpContents .sectionUzone .modImgBox.img1Col.excepSize {
	max-width: 70%;
	margin-right: auto; /* 共通のスタイルとして`margin-bottom`が指定してあるため`margin: 0 auto;の書き方は注意` */
	margin-left: auto; /* margin-right, margin-left,を個別に`auto`で設定 */
}

@media screen and (max-width: 767px) {
 .sectionPuberty figure {
	max-width: 100%;
 }
 .wrpContents .sectionUzone .modImgBox.img1Col.excepSize {
	max-width: 100%;
 }
}