@charset "utf-8";

/* html {
	scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 80px; 
} */

.row-reverse {
	flex-direction: row-reverse;
}


/* ヘッダー
===================================== */
.top_logo {
	display: none;
}
.sub_logo {
	display: block;
}
.header_bg {
	background: rgba(255, 255, 255, .5);
}

.header_nav {
  color: #000;
}

.mt10 {
	margin-top: 10px !important;
}
.txtB {
	font-weight: bold!important;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.layoutR {
	text-align: right;
}
.underline-link {
	text-decoration: underline;
}
.color-green {
	color: #127440;
}
.inner-wrap {
	max-width: 1304px;
	margin: 0 auto;
	padding: 0 16px;
}
.cmn-sec {
	padding-top: 240px;
}
.cmn-sec + .cmn-sec {
	padding-top: 120px;
}
@media only screen and (max-width:768px) {
	.cmn-sec {
		padding-top: 120px;
	}
	.cmn-sec + .cmn-sec {
		padding-top: 60px;
	}
}
#privacy-03 {
	padding-top: 100px;
	margin-top: -100px;
}
.cmn-h2-ttl {
	border-bottom: 1px solid #ccc;
	margin-bottom: 48px;
	padding-bottom: 16px;
}
.cmn-h2-ttl .ttl {
	display: flex;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	position: relative;
}
@media only screen and (max-width:768px) {
	.cmn-h2-ttl {
		border-bottom: 1px solid #ccc;
		margin-bottom: 24px;
		padding-bottom: 10px;
	}
	.cmn-h2-ttl .ttl {
		font-size: 24px;
	}
}
.txt-wrap {
	font-size: 16px;
	line-height: 1.75;
}
.cmn-h3-ttl {
	margin-top: 40px;
	margin-bottom: 25px;
}
.cmn-h3-ttl .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #11713E;
	line-height: 1.2;
	letter-spacing: 0.04em;
	padding-left: 14px;
	position: relative;
	border-left: 4px solid #11713E;
}
.cmn-h3-ttl .ttl.black {
	color: #151515;
}
.text {
	margin-top: 6px;
	font-size: 16px;
	line-height: 1.75;
}
.cmn-h4-ttl {
	margin-top: 30px;
	margin-bottom: 12px;
}
.cmn-h4-ttl .ttl {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	letter-spacing: 0.04em;
	position: relative;
}
.cmn-h4-text .text {
	padding-left: 12px;
	margin-left: 1rem;
	text-indent: -1rem;
}
@media only screen and (max-width:768px) {

	.cmn-h4-text .text {
		padding-left: 0px;
	}
}
