/* ==========================================================================
	environment
========================================================================== */
/*--------------
	noteBox
--------------*/
.noteBox {
	text-align: left;
	background: #E0F2FC;
	padding: 15px;
}
.noteBox p.title {
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 10px;
}
.noteBox p.txt {
	margin: 0;
}

.tab {
	display: none;
}
.tab02 {
	display: block;
}

@media screen and (max-width: 960px) {

	.noteBox p.title {
		font-size: 2.4rem;
	}
	.tab {
		display: block;
	}

}

@media screen and (max-width: 600px) {

	.noteBox {
		text-align: left;
	}
	.tab {
		display: none;
	}
	.tab02 {
		display: block;
	}

}



/*--------------
	content
--------------*/
.content .box .left.txts {
	width: 71%;
	text-align: justify;
}
.content .box .left.txts .title {
	display: block;
	font-weight: bold;
}
.content .box .left.txts img {
	max-width: 36%;
	margin-right: 4%;
	margin-top: 15px;
}
.content .box .left.txts img:last-of-type {
	margin-right: 0;
}
.content .box .right.image {
	width: 26%;
}
.content .box .right.image p.caption {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3rem;
}

.content .box + .box2 {
	margin-top: 40px;
}
.content .box2 .left.txts {
	width: 100%;
	text-align: justify;
	float: none;
}
.content .box2 .right.image {
	margin-top: 30px;
	width: 26%;
	float: none;
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}


@media screen and (max-width: 960px) {

	.content .box .right.image p.caption,
	.col3_box > .boxIn h5.ttl,
	table.list_table_num,
	ul.logo_list li {
		font-size: 1.6rem;
	}

}

@media screen and (max-width: 600px) {

	.content .box .right.image p.caption,
	.col3_box > .boxIn h5.ttl,
	table.list_table_num,
	ul.logo_list li {
		font-size: 1.8rem;
	}
	.content .box .left.txts,
	.content .box .right.image {
		width: auto;
		float: none;
	}
	.content .box .left.txts img {
		max-width: none;
		width: 100%;
	}
	.content .box .right.image {
		margin-top: 15px;
	}
	.content .box .right.image img {
		width: 100%;
	}

	.content .box2 .left.txts,
	.content .box2 .right.image {
		width: auto;
		float: none;
	}
	.content .box2 .right.image {
		margin-top: 15px;
		margin-right: 0px;
		width: 100%;
	}
	.content .box2 .right.image img {
		width: 100%;
	}

}

.content .box .left.txts ul.list01 {
	margin-left: 1.5em;
}
.content .box .left.txts ul.list01 li {
	list-style: disc outside;
}

.pics_wrap {
	display: inline-block;
	width: 100%;
}

.pics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem 2rem;
	flex-direction: row;
	max-width: 100vw;
	justify-content: center;
}

.pic_1 img {
	width: 100%;
}

.pic_2 img {
	width: 100%;
}

.pic_3 img {
	width: 100%;
}

.pic_desc {
	text-align: center;
	font-size: 14px;
	margin: 0;
}

.pic img {
	width: 100%;
	height: 293px;
	object-fit: cover;
}

@media screen and (max-width: 600px) {
	.pics {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	.pic img {
		height: auto;
	}
}
