@charset "utf-8";
.post-content h3 {
	font-weight: bold;
	position: relative;
}
.post-content h4 {
	font-weight: bold;
	position: relative;
}
.post-content h5 {
	font-weight: bold;
	position: relative;
}
.post-content h6 {
	font-weight: bold;
	position: relative;
}
.post-content ul, .post-content ol {
	margin: 30px 0;
}
.post-content ul li {
	list-style: disc;
	margin-left: 20px;
}
.post-content ol li {
	list-style: decimal;
}
.post-content img.aligncenter {
	display: block;
	margin: 0 auto;
}
.post-content table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	width: 100%;
	margin: 30px 0;
}
.post-content table th {
	border: 1px solid #d5d5d5;
	background-color: #ececec;
	padding: 15px;
	font-weight: normal;
}
.post-content table td {
	padding: 15px;
	border: 1px solid #d5d5d5;
}

.post-content .dl-cta {
    text-align: center;
    margin: 2rem 0;
    padding: 30px;
    border: 6px solid #e6e6e6;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pcSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px), print {
.post-content .page-title {
	margin: 45px 0;
	font-size: 3rem;
}
.post-content p + p {
	margin-top: 30px;
}
.post-content h3 {
	margin: 50px 0 15px;
}
.post-content h4 {
	margin: 50px 0px 15px;
}
.post-content h5 {
	margin: 50px 0px 15px;
}
.post-content h6 {
	margin: 50px 0px 15px;
}
.post-content ol li {
	margin-left: 25px;
}
.post-content img.alignright {
	display: block;
	margin-left: auto;
	margin-right: 0px;
}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

spSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 767px) {
#contents #sec01 .post-content {
	margin: 0 6%;
}
.post-content .page-title {
	font-size: 2.5rem;
	line-height: 1.4;
	margin: 30px 0;
}
.post-content p + p {
	margin-top: 15px;
}
.post-content p + p.back_btn {
	margin-top: 30px;
}
.post-content .dl-cta {
    padding: 20px 15px;
}
}
