@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== 作り込みページ ========== */

/* ワープロライク */
#main_body div.detail_free > *:last-child {
	margin-bottom: 0px !important;
}
#main_body div.detail_free > span[id^="sp_headline_"]:first-child + h2 {
	margin-top: 0px !important;
}

/* アンカーリンク */
.kokoro_sp_menu_bg {
	background: url("/img/site/kokoro2025/special/bg-btn.jpg") no-repeat center center transparent;
}
.kokoro_sp_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 0px 80px;
	line-height: 1;
	padding: 45px 0px;
}
.kokoro_sp_menu a {
	width: 411px;
	display: block;
}
.kokoro_sp_menu a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* コラム */
.kokoro_column_box {
	margin: 30px 0px;
	padding: 0px 39px 39px;
	border: 1px solid #c22a53;
}
.kokoro_column_box.column1 {
	margin-bottom: 0px;
}

#main_body .kokoro_column_box h2 {
	margin: -25px 0px 30px;
	padding: 0px 0px 20px;
	border: none;
	background: url("/img/site/kokoro2025/special/bg-ttl-column.png") no-repeat center bottom transparent;
	font-size: 2.4rem;
	line-height: 3rem;
	text-align: center;
}
#main_body .kokoro_column_box h2::before,
#main_body .kokoro_column_box h2::after {
	display: none;
}
#main_body .kokoro_column_box h2 span {
	display: inline-block;
	background: #c22a53;
	border-radius: 30px;
	color: #ffffff;
	padding: 10px 20px;
	min-width: 150px;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#main_body .kokoro_column_box h3 {
	margin: 0px 0px 20px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}
#main_body .kokoro_column_box h3::before,
#main_body .kokoro_column_box h3::after {
	display: none;
}

#main_body .kokoro_column_box h4 {
	margin: 0px 0px 20px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 2.4rem;
	line-height: 1.5;
}
#main_body .kokoro_column_box h4::before,
#main_body .kokoro_column_box h4::after {
	display: none;
}

#main_body .kokoro_column_box h4 span.marker {
	background: url("/img/site/kokoro2025/special/bg-marker.png") repeat-x left bottom transparent;
}
#main_body .kokoro_column_box h4 span.small {
	font-size: 2rem;
}

.kokoro_column_box p {
	margin: 0px;
}
.kokoro_column_box p + p {
	margin-top: 1em;
}
.kokoro_column_box p + p.link {
	margin-top: 0px;
}
.kokoro_column_box p span.maru::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid;
	border-radius: 100%;
	margin: -0.2rem 5px 0px 0px;
}

.kokoro_column_box .column_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 40px 80px;
}
.kokoro_column_box .column_box_wrap .column_box {
	width: calc(50% - 40px);
}
.kokoro_column_box .column_box_wrap .column_box img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 20px auto 0px;
}

/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {

}
/* 黒 */
.color_black * {

}
/* 青 */
.color_blue * {

}

/* ==================================================
PC ここまで
================================================== */

/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

	/* ========== 作り込みページ ========== */

	/* アンカーリンク */
	.kokoro_sp_menu_bg {
		background-size: contain;
	}
	.kokoro_sp_menu {
		gap: 0px 30px;
	}
	.kokoro_sp_menu a {
		width: calc(50% - 60px);
		max-width: 440px;
	}
	@media screen and (max-width: 670px) {
		.kokoro_sp_menu {
			gap: 0px 10px;
			padding: 10px 0px;
		}
		.kokoro_sp_menu a {
			width: calc(50% - 20px);
		}
	}

	/* コラム */
	.kokoro_column_box {
		padding: 0px 29px 29px;
	}
	#main_body .kokoro_column_box h2 {
		margin-top: -20px;
		font-size: 1.8rem;
		line-height: 2rem;
	}
	#main_body .kokoro_column_box h3 {
		font-size: 2rem;
	}
	#main_body .kokoro_column_box h4 {
		font-size: 2rem;
	}
	#main_body .kokoro_column_box h4 span.small {
		font-size: 1.6rem;
	}
	@media screen and (max-width: 670px) {
		.kokoro_column_box .column_box_wrap .column_box {
			width: 100%;
		}
	}

	/* ワープロライク内の画像 */
	#main_body div.detail_free img {
		float: none !important;
		display: block;
		margin: 10px auto !important;
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {

	}
	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */