@charset "UTF-8";

.article-head {
	margin-bottom: 70px;
}

.article-head__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
}

.article-head__title {
	font: 500 2.7rem "Noto Sans JP", sans-serif;
	line-height: 1.63;
	text-align: justify;
	margin-top: 25px;
}

.wp-content {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.87;
}

.wp-content > *:first-child {
	margin-top: 0;
}

.wp-content p:not(:last-child) {
	margin-bottom: 2em;
}

.wp-content > figure,
.wp-content > blockquote,
.wp-content > table,
.wp-content ul,
.wp-content ol {
	margin: 0 0 2rem;
}

.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	margin-bottom: 0.2em;
}

.wp-content h2 {
	margin: 3.8em 0 2.2em;
}

.wp-content a:not([class]) {
	text-decoration: none;
	color: #3eb2b6;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content em {
	font-style: italic;
}

.wp-content ul li {
	position: relative;
	text-indent: -0.9em;
	padding-left: 0.9em;
}

.wp-content ul li:not(:last-child) {
	margin-bottom: 0.2em;
}

.wp-content ul li:before {
	content: "●";
	font-size: 0.9rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #3eb2b6;
	margin-right: 0.5em;
	vertical-align: middle;
}

.wp-content ul ul {
	margin-top: 15px;
}

.wp-content ol {
	counter-reset: item;
}

.wp-content ol li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.wp-content ol li:before {
	counter-increment: item;
	content: counter(item) ".";
	padding-right: 0.5em;
	color: #3eb2b6;
}

.wp-content ol ol {
	margin-top: 15px;
}

.wp-content figure {
	width: 100%;
}

.wp-content img {
	display: block;
}

.wp-content figcaption {
	margin: 10px 0 0;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}

.wp-content blockquote {
	padding: 1em;
	font-style: italic;
}

@media (hover: hover) {

.wp-content a:not([class]):hover {
	text-decoration: underline;
}

}

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

.article-head { /* sp */
	margin-bottom: 40px;
}

.article-head__title { /* sp */
	font-size: 2.2rem;
}

.wp-content { /* sp */
	font-size: 1.4rem;
}

.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 { /* sp */
}

}

