@charset "UTF-8";
.titleL01_2 { 
	margin: 1.5em 0 1em;
	border-bottom: 3px solid #5fcddf;
}
.titleL01_2 .title {
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 1.5em; /* 20240614追加 */
	margin-bottom: 0.5em;  /* 20240614変更(0) */
}
.titleL01_2 .subR {
	text-align: right;
	font-size: 1.6rem;
	position: relative;
	top: -1em;
	margin: 0;
}

@media screen and (max-width: 667px) {
	.titleL01_2 {
		border-bottom: 0.6vw solid #5fcddf;
		font-size: 2rem;
	}
	.titleL01_2 .title {
		font-size: 2rem;
	}
	.titleL01_2 .subR {
		text-align: left;
		font-size: 4vw;
		padding-bottom: 10px;
		position: static;
}




