

:where(.information-content) {
	a:any-link {
		/* color: #e66770; */
		text-decoration: underline;
		transition: color .3s ease;
	}
	@media (hover: hover) {
		a:any-link:hover {
			text-decoration: none;
		}
	}
}

.text-hanging {
	display: block;
	text-indent: -2em;
	padding-left: 2em;
}

.infomation-txt + .infomation-txt {
	margin-top: 2.5rem;
}

.information-box + .infomation-txt {
	margin-top: 2.5rem;
} 

.information-box {
	background-color: #fff6f5;
    border-radius: 2.4rem;
	padding: 2rem 3rem;
}

@media (min-width: 768px) {
    .information-box {
		padding: 3rem 4rem;
	}
}

.infomation-list {
	margin-top: 2rem;
}

.infomation-list__item-content {
	margin-top: 2rem;
	margin-left: 1em;
}

@media (min-width: 768px) {
    .infomation-list {
		margin-top: 3rem;
	}

	.infomation-list__item-content {
		margin-top: 3rem;
	}
}

.hline01b-ttl {
		color: #574c44;
		font-weight: 400;
		font-size: 1.8rem;
		line-height: 1.75;
		display: flex;
		position: relative;
		padding-bottom: 1.25rem;
		margin-bottom: 3rem;
}
.hline01b-ttl::before, .hline01b-ttl::after {
		content: "";
		background-color: #71c3c0;
		flex-shrink: 0;
		height: .4rem;
		position: absolute;
		bottom: 0;
		
}
.hline01b-ttl::before {
	background: #fc717b;
	left: 0;
	width: .4rem;
	border-radius: 50%;
}
.hline01b-ttl::after {
	/* background: linear-gradient(to right, #ffcbaf 0%, #fc717b 100%); */
	background: linear-gradient(to right, #fc717b 0%, #ffcbaf 100%);
	left: .8rem;
	width: 6.4rem;
	border-radius: .4rem;
}

@media (min-width: 768px) {
	.hline01b-ttl {
		font-size: 2.8rem;
		line-height: 1.75;
		padding-bottom: 1.5rem;
		margin-bottom: 5rem;
	}
	.hline01b-ttl::before, .hline01b-ttl::after {
		height: .6rem;
	}
	.hline01b-ttl::before {
		width: .6rem;
	}
	.hline01b-ttl::after {
		left: 1rem;
		width: 10.4rem;
		border-radius: .6rem;
	}
}

/* @media (min-width: 1200px) {
	.hline01b-ttl::after {
			display: none;
	}
} */

.hline02-ttl {
    background: url(/assets/images/common/icn_arrow_02.svg) no-repeat left .5rem;
    background-size: 1.6rem 2.2rem;
    font-size: 1.6rem;
	font-weight: normal;
    line-height: 1.75;
    padding-left: 2.5rem;
    margin-block: 1.5rem;
}

@media (min-width: 768px) {
    .hline02-ttl {
        font-size: 2rem;
        line-height: 1.6;
        margin-block: 2.4rem;
    }
}

.infomation-sec {
	margin-top: 3.5rem;
    padding-bottom: 3.5rem;
	border-bottom: 1px solid #e5e5e5;
}

.infomation-sec:first-child {
	margin-top: 0rem;
}

.infomation-sec:last-child {
	border-bottom: none;
	padding-bottom: 4em;
}

.infomation-subsec {
	margin-top: 3.5rem;
}

@media (min-width: 768px) {
	.infomation-sec {
		margin-top: 4.5rem;
		padding-bottom: 7rem;
	}

	.infomation-sec:first-child {
		margin-top: 5rem;
	}

	.infomation-sec:last-child {
		padding-bottom: 7em;
	}
    .infomation-subsec {
		margin-top: 5rem;
	}
}

.infomation-subsec:first-of-type {
	margin-top: 0;
}

