body {
	min-width: auto;
}

.l-header .m-drbtn .hambarg {
	background-color: #000000;
}

.l-content-inner {
	max-width: calc(886px + 64px);
	padding: 0 32px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.l-content-inner {
		padding: 0;
	}
}
.p-topics {
	padding-top: 320px;
	padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
	.p-topics {
		padding-top: 23.3644859813vw;
		padding-bottom: 14.0186915888vw;
	}

	.p-topics .c-ttl-style01 {
		text-align: center;
	}
	.p-topics .c-ttl-style01::before {
		content: none;
	}
}

.p-topics-area {
	padding: 0 144px 160px;
	border-bottom: 2px solid #000000;
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.p-topics-area {
		padding: 0 11.6822429907vw 4.6728971963vw;
		margin-top: 3.5046728972vw;
		border: none;
	}
}

/*戻るボタン*/
.p-topics .c-btn {
	margin: 100px auto auto;
}
@media screen and (max-width: 767px) {
	.p-topics .c-btn {
		margin-top: 14.0186915888vw;
	}
}

.caution {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.caution {
		font-size: 1.2rem;
	}
}

/* 投稿デザイン */
.post-main h1{
	font-size: 2.5rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.post-main h1{
		font-size: 2rem;
		line-height: 1.4;
	}
}
.post-main h2{
	font-size: 2rem;
	font-weight: 700;
	color: #1E5184;
}
@media screen and (max-width: 767px) {
	.post-main h2{
		font-size: 1.8rem;
	}
}
.post-main h3{
	font-size: 1.8rem;
	font-weight: 500;
	color: #1E5184;
	border-bottom: 1px solid #1E5184;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.post-main h3{
		font-size: 1.6rem;
	}
}
.post-main h6{
	font-size: 1.3rem;
}

.post-main p{
	letter-spacing: 0.05em;
	line-height: 2;
	font-size: 1.5rem;
}
.post-main ol li{
	list-style: decimal;
	font-size: 1.6rem;
	margin-left: 1.4em;
	padding-left: 8px;
}
@media screen and (max-width: 767px) {
	.post-main ol li{
		margin-left: 1.2em;
		padding-left: 4px;
	}
}
.post-main ol li::marker{
	color: #1E5184;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.post-main ul li{
	font-size: 1.6rem;
	padding-left: calc(1.4em + 8px);
	position: relative;
}
@media screen and (max-width: 767px) {
	.post-main ul li{
		padding-left: calc(1.2em + 4px);
	}
}
.post-main ul li::before{
	content: '';
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #1E5184;
	position: absolute;
	left: 0;
	top: 0.7em;
}
@media screen and (max-width: 767px) {
	.post-main ul li::before{
		top: 0.4em;
	}
}
.post-main p a{
	font-size: 1.7rem;
}


/*# sourceMappingURL=topics.css.map */