@charset "utf-8";

/* ----- .seoColumnArea / Content ----- */
.seoColumnArea {
	margin-bottom: 20px;
}
.seoColumnContent {
	padding: 20px 30px;
}
.seoColumnContent strong {
	font-weight: bold;
}
.seoColumnDate {
	font-size: 12px;
	color: #666;
	line-height: 1.2;
	margin-bottom: 6px;
}
.seoColumnPostTitle {
	font-weight: bold;
	font-size: 22px;
	color: #333;
	border-bottom: 2px solid #64bff8;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	line-height: 1.5;
}
.seoColumnTitle {
	height: 310px;
}

/* ----- .seoColumnBody ----- */
.seoColumnBody p {
	margin-bottom: 30px;
	line-height: 1.8;
}
.seoColumnBody img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.seoColumnBody h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 15px;
	padding-bottom: 8px;
	padding-left: calc(6px + .6em);
	position: relative;
}
.seoColumnBody h2:before {
	background-color: #64bff8;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 8px;
	width: 6px;
	margin-bottom: 2px;
}
.seoColumnBody h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 15px;
	color: #2695da;
}
.seoColumnBody h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 10px;
	color: #2695da;
}
.seoColumnBody ul,
.seoColumnBody ol {
	margin: 0 0 18px 20px;
	line-height: 1.9;
}
.seoColumnBody ul > p {
	margin-bottom: 10px;
	margin-left: -20px;
}
.seoColumnBody ol > p {
	margin-bottom: 10px;
	margin-left: -20px;
}
.seoColumnBody li {
	list-style: disc;
	list-style-position: inside;
	text-indent: -1.3rem;
	padding-left: 1.3rem;
	margin-bottom: 8px;
}
.seoColumnBody li:last-child {
	margin-bottom: 0;
}
.seoColumnBody table {
	border: 1px solid #000;
	border-collapse: collapse;
	float: none !important;
	display: table;
	width: 100% !important;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	table-layout: auto !important;
	white-space: normal !important;
}
.seoColumnBody tr:first-child {
	background-color: #fef3e9;
}
.seoColumnBody td {
	padding: 20px;
	width: auto !important;
	text-align: center !important;
	vertical-align: middle;
}
/* セル内ブロックは中央、折り返し行は左揃え */
.seoColumnBody td .columnTdText {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left !important;
	box-sizing: border-box;
}
.seoColumnBody table + p {
	font-size: 85%;
	margin-top: 5px;
}

/* ----- .seoColumnProfile ----- */
.seoColumnProfile {
	width: 610px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #f9cfc7;
}
.seoColumnProfile h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
	border-left: 6px solid #073190;
	padding-left: 8px;
}
.seoColumnProfile p.name {
	font-weight: bold;
	font-size: 14px;
}
.imgProfile {
	width: 85px;
	float: left;
	padding-left: 10px;
}
.imgProfile img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.textProfile {
	width: 435px;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.textProfile p {
	font-size: 12px;
	color: #5A5656;
}
.boxProfile {
	width: 570px;
	float: left;
	margin: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
}

/* ----- .bodyPager ----- */
.bodyPager {
	font-size: 15px;
	background-color: #fcf7f1;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 15px 10px 10px 10px;
}

/* ----- .seoColumnBackno ----- */
.seoColumnBacknoArea {
	margin-top: 30px;
	padding-bottom: 10px;
}
.seoColumnBacknoTitle {
	padding-top: 19px;
	padding-left: 17px;
}
.seoColumnBackno {
	margin: 0;
	padding: 15px 25px 0px 25px;
}
.seoColumnBackno li {
	font-weight: bold;
	font-size: 15px;
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px dotted #CCC;
	text-indent: -1.3rem;
	padding-left: 1.3rem;
}
.seoColumnBackno li.is-hidden {
	display: none;
}
.seoColumnBackno li a {
	text-decoration: none;
}
.seoColumnBackno li a:hover {
	text-decoration: underline;
}
.seoColumnBackno li:last-child {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0px;
}
.seoColumnBacknoDate {
	font-size: 12px;
	color: #666;
	display: block;
	font-weight: normal;
}

/* ----- サブタイトル用 ----- */
.subtitle {
	background: linear-gradient(rgba(255, 255, 255, 0) 40%, #fbd4e6 70%);
	border-radius: 3px;
	display: inline;
	line-height: 1.7!important;
}
/* サブタイトル後の空pタグにclass付与 */
.subtitleAfter {
	margin: 20px auto;
}

/* ----- .columnToc ----- */
.columnToc {
	margin: 0;
	padding: 25px 30px 0;
	border: 1px solid #ccc;
	background-color: #fffdf7;
}
.columnToc-title {
	font-weight: bold;
	margin-bottom: 20px!important;
	color: #ac8058;
	font-size: 18px;
}
.columnToc-list {
	margin: 0;
	font-weight: bold;
}
.columnToc-list {
	margin-left: 0!important;
}
.columnToc-list li {
	list-style: none;
}
.columnToc-list a {
	text-decoration: none;
}
.columnToc-item__h3 {
	list-style-type: none;
	font-weight: normal;
}
.columnToc-item__h3:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #204ca3;
	vertical-align: middle;
	margin-right: 10px;
}

/* ----- .columnBox ----- */
.columnBox {
	background: #fef3e9;
	border: none;
	border-radius: 8px;
	padding: 35px 30px;
	margin: 30px 0;
}
.seoColumnBody p:has(> a.columnBox-btn) {
	margin-bottom: 0;
}
.columnBox-lead {
	font-weight: bold;
	margin-bottom: 12px;
}
.columnBox-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 20px auto 0;
	padding: 12px 28px;
	border-radius: 999px;
	background: #f48827;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
.columnBox-btn:before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 0;
	height: 0;
	margin-right: 0.5em;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff;
}



.caption-top {
	font-size: 85%;
	margin-bottom: 10px!important;
}
.caption-bottom {
	font-size: 85%;
	margin-top: -10px!important;
}
