/* ==========================================================================
	system
========================================================================== */
/*--------------
	noteBox
--------------*/
.noteBox {
	text-align: center;
	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;
}

@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;
	}

}



/*--------------
	content
--------------*/
.content .box .left.txts {
	width: 100%;
	text-align: justify;
	float: none;
}
.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 {
	letter-spacing: -0.5em;
}
.content .box2 .left.image {
	letter-spacing: normal;
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.content .box2 .right.txts {
	letter-spacing: normal;
	text-align: justify;
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.systemtxt {
	background-color: #d1ecf9;
	margin-left: 15px;
	display: table;
	width: calc(100% - 15px);
	border-collapse: separate;
	border-spacing: 15px;
}
.systemtxt dl {
	display: table-row;
}
.systemtxt dd, 
.systemtxt dt {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	background-color: #ffffff;
}
.systemtxt dt {
	padding: 15px;
	white-space: nowrap;
	text-align: center;
}
.systemtxt dd {
	overflow: visible;
}
.systemtxt dd .outer {
	padding: 15px 0px 15px 0;
	background-color: #ffffff;
	width: calc(100% + 15px);
	margin-left: -15px;
}
.systemtxt dd .inner {
	padding: 15px;
	border-left: 1px #000 dotted;
}
.systemtxt dd .inner ul {
	margin-left: 1.5em;
}
.systemtxt dd .inner ul li {
	list-style: disc outside;
}

@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 .box2 .right.txts, 
	.content .box2 .left.image, 
	.content .box .left.txts,
	.content .box .right.image {
		width: auto;
		float: none;
	}
	.content .box .right.image {
		margin-top: 15px;
	}
	.content .box .right.image img {
		width: 100%;
	}
	.content .box2 .right.txts {
		margin-top: 15px;
	}
	.systemtxt {
		width: 100%;
		margin-left: 0;
	}

}

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

#csr_content .sysytem_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 4rem;
}

#csr_content .sysytem_wrap .left_content,
#csr_content .sysytem_wrap .right_content {
	width: 48%;
}

#csr_content .sysytem_wrap .right_content {
	padding-left: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	#csr_content .sysytem_wrap {
		flex-direction: column;
		padding-bottom: 2rem;
	}
	#csr_content .sysytem_wrap .right_content {
		padding-left: 0;
		width: 100%;
		order: 1;
		text-align: center;
	}
	#csr_content .sysytem_wrap .left_content {
		width: 100%;
		order: 2;
	}
}

/*--- /////20250321///// --- */
#csr_content.content .box2 {
	letter-spacing: 0;
}

#customers {
	padding-top: 6rem;
}

.pb10 {
	padding-bottom: 10px;
}






