@charset "UTF-8";

#header {
	background: rgba(58, 194, 153, 0.9) !important;
}
#header.scroll #he_logo{
	margin-top:-23px !important;
}
@media screen and (max-width: 767px) {
	#header.scroll #he_logo{
		margin-top:0px !important;
	}
}

#news_cont {
	margin-top: 65px;
	padding: 4rem 0;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	line-height: 1.75;
}


#news_cont .cont_in {
	max-width: 1024px;
}

#news_cont .cont_in a {
	text-decoration: underline;

}

#news_cont .cont_in .main-txt {
	margin-bottom: 3em;
}

.sec-title {
	font-size: 1.6125em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: solid 1px currentColor;
	text-align: left;
	color: #022C43;
	color: #3ac299;
}

.inner-title {
	position: relative;
	font-size: 1.4125em;
	font-weight: bold;
	padding-left: .75em;
	margin-bottom: 1em;
	text-align: left;
	color: #022C43;
	color: #3ac299;
}

.inner-title::after {
	content: "";
	position: absolute;
	left: 0;
	top: .4em;
	width: 5px;
	height: 1em;
	background-color: currentColor;
}

.inner-sub {
	font-size: 1.125em;
	font-weight: bold;
	margin-top: 1.5em;
	color: #000;
}

.inner-md {
	font-weight: bold;
	margin-top: 1em;
	color: #000;
}

.add-block {
	padding: 1.25em 1.5em;
	background-color: #f6f6f6;
	margin-top: .5em;
}

.add-block .inner-md {
	margin-top: 0;
}

.right-txt {
	text-align: right;
}

.sec-cont:not(:last-child) {
	margin-bottom: 5em;
}

.sec-cont-inner:not(:last-child) {
	margin-bottom: 4em;
}

.sec-cont-inner2:not(:last-child) {
	margin-bottom: 2em;
}

.sec-list li {
	position: relative;
	padding-left: 1em;
	margin-left: 1.8em;
	margin-top: .5em;
}

.sec-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: .5em;
	height: .5em;
	background-color: #022C43;
	background-color: #3ac299;;
	border-radius: 50%;
}

table {
	width: 100%;
	border-left: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
}

table th,
table td {
	padding: 1em;
	border-right: solid 1px #cacaca;
	border-top: solid 1px #cacaca;
}

table th {
	font-weight: bold;
	text-align: center;
	background-color: #eee;
}


@media screen and (max-width: 767px) {
	#news_cont {
		font-size: 14px;
	}

	.sec-cont:not(:last-child) {
		margin-bottom: 3em;
	}

	.sec-cont-inner:not(:last-child) {
		margin-bottom: 3em;
	}

	.sec-cont-inner2:not(:last-child) {
		margin-bottom: 2em;
	}

	table th,
	table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}
