/* ==========================================================================
	customers
========================================================================== */

/*--------------
	content
--------------*/
.content .box .left.txts {
	width: 100%;
	text-align: justify;
}
.content .box .right.image {
	width: 34%;
}
.content .box .right.image p.caption {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3rem;
}

.col3_box > .boxIn {
	box-sizing: border-box;
	margin-right: 3%;
	width: 31.333333%;
	float: left;
}
.col3_box > .boxIn:nth-child(3n) {
	margin-right: 0;
}
.col3_box > .boxIn > div {
	border: 1px solid #d4d4d4;
	padding: 15px;
}

.ttl_sub {
	margin-bottom: 10px;
 font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
 .ttl_sub {
  font-size: 2rem;
 }
}
@media screen and (max-width: 600px) {
 .ttl_sub {
  font-size: 2.2rem;
 }
}

.col3_box > .boxIn .ttl {
	margin: 0;
	font-size: 1.4rem;
	color: #01a0e9;
}
table.list_table_num {
	font-size: 1.4rem;
	width: 100%;
	border-collapse: collapse;
}
table.list_table_num th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
table.list_table_num td {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

ul.logo_list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 250px;
	font-size: 1.3rem;
}

ul.logo_list li p.title {
	font-weight: bold;
	color: #01a0e9;
	margin: 0;
}
ul.logo_list li p.logo,
ul.logo_list li p.name {
	margin: 0;
}

ul.logo_list li p.logo {
	line-height: 1;
}

ul.logo_list li {
	margin-top: 1rem;
}

ul.logo_list li:first-child {
	margin-top: 0;
}

.col2_box {
	width: 100%;
}

.col2_box .box1 {
	float: left;
	vertical-align: top;
}

.col2_box .box1 .ttl_sub {
	margin-top: 0 !important;
}

.col2_box .box2 {
	float: right;
	vertical-align: top;
}

@media screen and (max-width: 960px) {
	.content .box .right.image p.caption,
	.col3_box > .boxIn .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 .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 .right.image {
		margin-top: 15px;
	}
	.content .box .right.image img {
		width: 100%;
	}

	.col3_box {
		margin: 0;
	}
	.col3_box > .boxIn {
		padding: 0;
		width: auto;
		float: none;
	}
	.col3_box > .boxIn + .boxIn {
		margin-top: 15px;
	}

	ul.logo_list li {
		display: block;
		width: auto;
	}
	ul.logo_list li + li {
		padding: 0;
		margin-top: 15px;
	}
	ul.logo_list li p.logo img {
		width: 100%;
	}
	ul.logo_list li p.name {
		text-align: center;
	}
}

/*--------------
	2019年	10月16日追加
--------------*/
.security .image p {
	margin-top: 0;
	margin-bottom: 0;
}

.align-left {
	text-align: left;
}

/*---add 20190917---*/
#csr_content .customers_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 4rem;
}

#csr_content .customers_wrap .left_content {
	width: 100%;
}

/*#csr_content .customers_wrap .left_content,
#csr_content .customers_wrap .right_content {
	width: 48%;
}*/

#csr_content .customers_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 .customers_wrap {
		flex-direction: column;
		padding-bottom: 2rem;
	}
	#csr_content .customers_wrap .right_content {
		padding-left: 0;
		width: 100%;
		order: 1;
		text-align: center;
	}
	#csr_content .customers_wrap .left_content {
		width: 100%;
		order: 2;
	}
}

@media screen and (min-width: 601px) {
	.pt50 {
		padding-top: 50px !important;
	}
}

/*---add 20190918---*/
.picbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.picbox figure {
	padding: 30px 10px;
	margin: 0;
	text-align: center;
}

.picbox figure .figure-title {
	text-align: left;
	color: #01a0e9;
	font-size: 0.9em;
	font-weight: bold;
}

.picbox figure figcaption {
	padding-top: 10px;
}

.picbox figure > div {
	display: flex;
	flex-direction: column;
}

.picbox figure .logoimage {
	border: 1px solid #d9d9d9;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 601px) {
	.picbox figure .isms img {
		padding: 0 60px;
	}
	.picbox {
		display: flex;
	}

	.picbox figure .border .logoimage {
		padding: 10px 0;
	}

}



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

	.picbox figure:nth-child(2) figcaption,
	.picbox figure:nth-child(2) img {
		padding-top: 0;
	}
	.picbox {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	  	text-align: center;
	  	margin: 0;
	}
	.picbox figure {
		width: 100%;
		padding-left: 0;
		padding-top: 3rem;
	}
	.picbox figure:first-child {
		padding-top: 0rem;
	}
	.br_sp {
		display: none;
	}
}

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

.pics {
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

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

.pics_wrap .l_thumb {
	padding-top: 2rem;
}

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

	.pics_wrap .l_thumb {
		padding-top: 3rem;
	}

}
