@charset "utf-8";
/* page_ttl */
.page_ttl {
	margin-bottom: 40px;
}

/* standard */
.standard-box {
	margin: 0 auto;
	max-width: 900px;
	padding-bottom: 75px;
}

/* top-box */
.top-box {
	margin-bottom: 44px;
	padding-bottom: 44px;
	position: relative;
}
.top-box::after {
	width: calc(100% + 40px);
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -20px;
	background-color: #14b5d4;
	content: "";
}
.top-box p {
	margin-bottom: 16px;
}
.top-box p:last-child {
	margin-bottom: 0;
}
.top-box .txt {
	font-weight: 700;
	font-size: 18px;
}

/* headline01 */
.headline01 {
	margin-bottom: 12px;
	padding-left: 11px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
.headline01::after {
	width: 6px;
	height: 22px;
	position: absolute;
	top: 4px;
  	left: 1px;
	background-color: #eeb7b0;
	content: "";
}
* + .headline01 {
	margin-top: 24px;
}

.text-box .txt-dl {
	display: flex;
	flex-wrap: wrap;
}
.text-box .txt-dl dt {
	width: 32px;
}
.text-box .txt-dl dd {
	width: calc(100% - 32px);
}
.text-box .notes-ul {
	margin-top: 22px;
}
.text-box .notes-ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

@media screen and (max-width: 900px) {
	.standard-box {
		padding: 0 36px 100px;
		max-width: inherit;
	}
	.top-box .txt {
		font-size: 14px;
	}
	.page_ttl {
		margin-bottom: 36px;
	}
	.top-box p {
		margin-bottom: 26px;
	}
	.top-box {
		margin-bottom: 41px;
  		padding-bottom: 30px;
	}
	.text-box {
		text-align: justify;
	}
	.headline01 {
		margin-bottom: 26px;
		padding-left: 9px;
		font-size: 15px;
		line-height: 1.366;
	}
	.headline01::after {
		width: 6px;
		height: 22px;
		top: -1px;
		left: 1px;
	}
	.text-box .txt-dl dt {
		width: 23px;
	}
	.text-box .txt-dl dd {
		width: calc(100% - 23px);
	}
	.text-box .txt-dl .pc {
		display: none !important;
	}
	* + .headline01 {
		margin-top: 36px;
	}
	.text-box .notes-ul {
		margin-top: 29px;
	}
}

@media screen and (max-width: 550px) {


}