/* ==========================================================================
	commitment
========================================================================== */
/*--------------
	content
--------------*/
.content .box .right.txts {
	width: 71%;
	text-align: justify;
}
.content .box .left.image {
	width: 24%;
}
.content .box .left.image p.caption {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3rem;
}
.content .box .left.image p.caption .name {
	font-size: 1.6rem;
}
.content .title_h2 {
	/*color: #01a0e9;
	font-size: 1.8rem;*/
	font-size: 2.8rem;
	/*border-bottom: 1px solid #01a0e9;*/
	border-bottom: none;
	/*letter-spacing: 1px;*/
	margin: 0;
}

@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 .left.image p.caption,
	.col3_box > .boxIn h5.ttl,
	table.list_table_num,
	ul.logo_list li {
		font-size: 1.8rem;
	}
	.content .box .left.image p.caption .name {
		font-size: 2.3rem;
	}
	.content .box .right.txts,
	.content .box .left.image {
		width: auto;
		float: none;
	}
	.content .box .left.image {
		margin-top: 15px;
		width: 50%;
		margin: 0 auto;
	}
	.content .box .left.image img {
		width: 100%;
	}
	.content .title_h2 {
		margin: 1em 0;
	}
}

/*---add 20190917---*/
/*.left_content {
	width: 70%;
}

.left_content p {
	margin-top: 0;
}

.right_content {
	width: 30%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

/*.right_content img {
	border-radius: 50% 50% 50% 50%;
}*/

.right_content figure {
	margin: 0 0 0 3rem;
}

.right_content figure figcaption {
	text-align: center;
}

#commitment .content_width {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#commitment .content_width .lead {
	font-weight:bold; 
	font-size: 1.1em;
	line-height: 1.7;
	color: #000;
	margin-bottom: 2em;
	margin-top: 0;
}


@media screen and (max-width: 600px) {
	#commitment .content_width {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.right_content {
		order: 1;
		padding-bottom: 4rem;
		width: 100%;
	}
	.left_content {
		order: 2;
		width: 100%;
	}
	.main {
		height: auto;
	}
	.right_content figure {
		margin-left: 0;
	}
}

.wrapper .container {
	min-height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.content {
	border-bottom: none;
}

.footer {
	margin-top: auto;
	border-top: 1px solid #e5e5e5;
}

/*---add 20190917---*/

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

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

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




