@charset "utf-8";
/*------------------------------------------------------------
	environment
------------------------------------------------------------*/
#main {
	padding-bottom: 200px;
}
#main .comTopBox02 {
	margin-bottom: 45px;
	padding-bottom: 30px;
	min-height: 453px;
}
.headLine04 {
	margin-bottom: 82px;
	font-size: 3.2rem;
}
#main .content {
	max-width: 900px;
}
.futureBox {
	margin-bottom: 205px;
}
.environment p {
	margin-bottom: 28px;
	text-align: justify;
	line-height: 1.86;
}
.environment .headLine04 {
	margin-bottom: 74px;
}
.environment .comImgUl {
	margin-top: -7px;
}
.environment .comImgUl p {
	margin-bottom: 0;
}
/* linkTxt */
.linkTxt {
	margin-bottom: 0;
}
.linkTxt a {
	font-size: 1.3rem;
	color: #0081CC;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.linkTxt .txt {
	margin-right: 7px;
	padding-right: 22px;
	display: inline-block;
	position: relative;
}
.linkTxt .txt::after {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../img/common/icon21.png) no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.linkTxt a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .comTopBox02 {
		margin-bottom: 32px;
		min-height: 0;
		padding-bottom: 56px;
	}
	.headLine04 {
		margin-bottom: 51px;
		font-size: 2.6rem;
	}
	.futureBox {
		margin-bottom: 144px;
	}
	.environment .headLine04 {
		margin-bottom: 46px;
	}
	.environment p {
		margin-bottom: 24px;
		line-height: 1.71;
	}
	.environment .comImgUl {
		margin-top: -5px;
	}
	.environment .comImgUl li {
		width: 100%;
	}
	.linkTxt {
		margin: 1px 0 0 !important;
	}
	.linkTxt a {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.linkTxt .txt {
		margin-right: 1px;
		padding-right: 16px;
	}
	.linkTxt .txt::after {
		width: 14px;
		height: 12px;
		top: 3px;
	}
}



/* topicsBox */
.topicsBox {
	margin-bottom: 197px;
	padding: 60px 57px 25px;
	margin-top: 249px;
	background-color: #E2EEF5;
	border-radius: 19px;
	position: relative;
}
.topicsBox .enTtl {
	margin: 0;
	padding: 1px 5px 5px;
	min-width: 96px;
	position: absolute;
	color: #fff;
	font-size: 1.5rem;
	background-color: #0081CC;
	border-radius: 50px;
	top: -8px;
	left: 50%;
	line-height: 1;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.05em;
	transform: translateX(-50%);
}
.topicsBox .headLine04 {
	margin-bottom: 20px;
	font-size: 2.4rem;
}
.topicsBox .bgBox {
	padding: 24px 30px 27px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 10px;
	margin-bottom: 7px;
}
.topicsBox p {
	margin-bottom: 26px;
}
.topicsBox .title {
	margin-bottom: 18px;
	color: #0081CC;
	font-size: 1.6rem;
	padding-left: 1.28em;
	text-indent: -1.28em;
}
.topicsBox .ttl {
	margin-bottom: 4px;
	color: #0081CC;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.5rem;
}
.topicsBox .bgBox p {
	margin-bottom: 33px;
}
.topicsBox .txtUl {
	margin-top: -25px;
	display: flex;
	justify-content: space-between;
}
.topicsBox .txtUl > li {
	width: 45.5%;
	padding-right: 10px;
	box-sizing: border-box;
}
.topicsBox .txtUl > li:last-child {
	flex: 1;
}
.topicsBox .txtUl ul {
	margin-top: -6px;
}
.topicsBox .txtUl ul li {
	margin-top: 6px;
	padding-left: 4px;
	position: relative;
}
.topicsBox .txtUl ul li::after {
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 1px;
	content: "";
}
.topicsBox .linkTxt {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.topicsBox {
		padding: 38px 16px 23px;
		margin: 128px 0 132px;
		border-radius: 16px;
	}
	.topicsBox .headLine04 {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.topicsBox p {
		margin-bottom: 22px;
	}
	.topicsBox .bgBox {
		margin-bottom: 9px;
		padding: 21px 24px 27px;
	}
	.topicsBox .title {
		margin-bottom: 14px;
		font-size: 1.5rem;
		line-height: 1.35;
	}
	.topicsBox .ttl {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.topicsBox .bgBox p {
		margin-bottom: 17px;
	}
	.topicsBox .txtUl {
		margin-top: -14px;
		display: block;
	}
	.topicsBox .txtUl > li {
		margin-bottom: 6px;
		width: auto;
		padding-right: 0;
	}
	.topicsBox .txtUl > li:last-child {
		margin-bottom: 0;
	}
	.topicsBox .txtUl ul li {
		margin-top: 3px;
	}
	.topicsBox .txtUl ul {
		margin-top: -3px;
	}
	.topicsBox .linkTxt {
		margin: 0 5px !important;
	}
	.topicsBox .linkTxt a {
		letter-spacing: -0.05em;
		line-height: 1.45;
	}
	.topicsBox .linkTxt .txt::after {
		transform: rotate(90deg);
		top: 4px;
	}
}


/* environmentBox */
.environmentBox p {
	margin-bottom: 20px;
	line-height: 1.866;
	word-break: break-all;
}
.environmentBox .comImgUl {
	margin-bottom: 44px;
}
@media all and (max-width: 896px) {
	.environmentBox p {
		margin-bottom: 11px;
		line-height: 1.71;
	}
	.environmentBox .comImgUl {
		margin-bottom: 27px;
	}
	.comBtnUl {
		margin-top: 79px;
	}
	.comBtnUl li {
		margin-bottom: 12px;
	}
}