@charset "UTF-8";

/* =============================== DISPLAY PC =============================== */
/* CONTENT */
.content_ttl {
	width: 90%;
	margin: 60px auto 0;
}
.content_des {
	font-size: 1.4rem;
	color: #00639c;
	text-align: center;
	line-height: 2;
	width: 90%;
	margin: 40px auto 0;
}
.content_main {
	margin-top: 50px;
	border-top: 1px solid #eee;
}
.content_box {
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.content_box_number {
	font-size: 11rem;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 8%;
}
.content_box_ctn {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 4.7%;
}
.content_box_ctn_ttl {
	color: #00639c;
	line-height: 1.4;
	/*padding-bottom: 20px;*/
	position: relative;
}
.content_box_ctn_ttl strong {
	font-size: 2.4rem;
	display: block;
}
.content_box_ctn_ttl span {
	font-size: 1.2rem;
	display: block;
}

.content_box_ctn_ttl:after {
	content: "";
	width: 28px;
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	bottom: 0;
}

.content_box_ctn_ul,
.content_box_ctn_des {
	font-size: 1.4rem;
	color: #3e3e3e;
	line-height: 2;
	margin-top: 20px;
}
.content_box_ctn_ul {
	padding-left:1.5em;
	list-style-type: disc;
}
.content_box_img {
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.content_box_img img {
	width: 100%;
}
.content_box:nth-child(odd) .content_box_number {
	color: #ffe400;
	background-color: #00639c;
}
.content_box:nth-child(even) .content_box_number {
	color: #00639c;
	background-color: #ffe400;
}

.cb_img01 {
	background:url(../images/commitment/content_box_img01.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img02 {
	background:url(../images/commitment/content_box_img02.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img03 {
	background:url(../images/commitment/content_box_img03.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img04 {
	background:url(../images/commitment/content_box_img04.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img05 {
	background:url(../images/commitment/content_box_img05.jpg) center center no-repeat;
	background-size:cover;
}



/* =============================== DISPLAY TABLET =============================== */
@media screen and (max-width: 1023px) {
	/* CONTENT */
	.content_box {
		position: relative;
		display: block;
		border: none;
	}
	.content_box_number {
		display: block;
		width: 25%;
		height: 100%;
		box-sizing: border-box;
		padding-top: 12.5%;
		position: absolute;
		z-index: -1;
	}
	.content_box_ctn {
		display: block;
		width: 75%;
		box-sizing: border-box;
		float: right;
	}
	.content_box_img {
		display: block;
		width: 100%;
	}
.cb_img01 {
	background: none;
}
.cb_img02 {
	background: none;
}
.cb_img03 {
	background: none;
}
.cb_img04 {
	background: none;
}
.cb_img05 {
	background: none;
}
.cb_img01 img {
	background:url(../images/commitment/content_box_img01.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img02 img  {
	background:url(../images/commitment/content_box_img02.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img03 img  {
	background:url(../images/commitment/content_box_img03.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img04 img  {
	background:url(../images/commitment/content_box_img04.jpg) center center no-repeat;
	background-size:cover;
}
.cb_img05 img  {
	background:url(../images/commitment/content_box_img05.jpg) center center no-repeat;
	background-size:cover;
}
}




/* =============================== DISPLAY SP =============================== */
@media screen and (max-width: 767px) {
	/* CONTENT */
	.content {
		padding-bottom:20px;
	}
	.content_ttl {
		width: 95%;
		margin-top: 30px;
	}
	.content_des {
		font-size: 13px;
		width: 95%;
		margin: 20px auto 0;
	}
	.content_main {
		margin-top: 25px;
	}
	.content_box_number {
		font-size: 4rem;
		width: 100%;
		padding: 10px 0;
		position: static;
	}
	.content_box_ctn {
		width: 100%;
		float: none;
	}
	.content_box_ctn {
		padding: 15px 2.5%;
	}
	.content_box_ctn_ttl {
		padding-bottom: 10px;
	}
	.content_box_ctn_ttl strong {
		font-size: 1.6rem;
	}
	.content_box_ctn_ttl span {
		font-size: 1rem;
	}
	.content_box_ctn_ul,
	.content_box_ctn_des {
		font-size: 13px;
		margin-top: 10px;
		line-height: 1.6;
	}
	.content_box_ctn_ul {
		line-height: 2;
	}
	.content_box_img {
		margin-bottom:20px;
	}
}