@charset "utf-8";
/* CSS Document */

section.top_component_02::after {
    background: url(../images/common/back_top_yellow.svg);
}

.section-navi li a[href*=blog]::after {
	content: '';
	background: url("../images/common/f_menu_current.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 55px;
	height: 10px;
	bottom: -10px;
	position: absolute;
}

.dt_component_02 .maincolumn {
	max-width: 1000px;
	margin: 0px auto;
}

.blog_ttl_wrap {
	font-family: "Zen Maru Gothic", sans-serif;
	border-bottom: 1px solid #000;
	margin-bottom: 5vw;
	padding-bottom: 1vw;
}

.blog_ttl {
	font-size: clamp(18px,3vw,30px);
}

.blog_date {
	font-size: clamp(15px,1.8vw,18px);
	margin: 1vw 0px;
}

.blog_content {
	word-break: break-all;
	font-size: clamp(14px,1.6vw,16px);
	text-align: justify;
}
