@charset 'UTF-8';
#container {
	padding-top:140px;
	background:#fff;
}
.main_title_4000 {
	background: #0b3d70;
	background-image: url(img/feature_title_image.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.sub_title_4000 {
	background: #0b3d70;
	background-image: url(img/feature_title_image.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.main_title_3100 {
	background: #0b3d70;
	background-image: url(img/title_image_3100.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.sub_title_3100 {
	background: #0b3d70;
	background-image: url(img/title_image_3100.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.main_title_2100 {
	background: #0b3d70;
	background-image: url(img/title_image_2100.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.sub_title_2100 {
	background: #0b3d70;
	background-image: url(img/title_image_2100.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.main_title_1100 {
	background: #0b3d70;
	background-image: url(img/title_image_1100.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.sub_title_1100 {
	background: #0b3d70;
	background-image: url(img/title_image_1100.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.main_title_800 {
	background: #0b3d70;
	background-image: url(img/title_image_800.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.sub_title_800 {
	background: #0b3d70;
	background-image: url(img/title_image_800.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.main_title_500 {
	background: #0b3d70;
	background-image: url(img/title_image_500.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.sub_title_500 {
	background: #0b3d70;
	background-image: url(img/title_image_500.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.main_title_700 {
	background: #0b3d70;
	background-image: url(img/title_image_700.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.sub_title_700 {
	background: #0b3d70;
	background-image: url(img/title_image_700.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
h1 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.mainArea {
	margin-top:50px;
}
.top_message {
	margin: 0 auto 30px;
	text-align: center;
}
.case_main_image {
	width:60%;
	margin:0 auto;
}
.case_main_image img {
	width:100%;
}
.sub_title_4000 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.sub_title_3100 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.sub_title_2100 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.sub_title_1100 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.sub_title_800 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.sub_title_500 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.sub_title_700 h2 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}

.title {
	display: flex;
	align-items: center;
	width:90%;
	margin:0 auto;
	padding: 50px 0 150px;
}
.border_bottom {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.title .txt {
	width: 65%;
	float: left;
	box-sizing: border-box;
	padding-right:10%;
}
.title .txt p span {
	font-size:13px;
}
.title .photo {
	width: 35%;
	float: right;
	box-sizing: border-box;
	margin: 0;
}
.title .photo img {
	width:100%;
}
.related_information {
	width:90%;
	margin:0 auto;
}
.related_information ul {
	padding:20px 0;
}
.related_information ul li {
	padding:10px 0;
}
.anc {
	display: block;
	padding-top: 142px;
	margin-top: -142px;
	z-index: -1;
}
.manufacturer_list ul {
	padding-left:0;
	margin:0;
}
.manufacturer_list ul li {
	list-style:none;
	width:20%;
	float:left;
}
.manufacturer_list img {
	width:100%;
}
.manufacturer_list ul li:hover{
	opacity:0.6;
}

@media screen and (max-width: 767px) {
	#container {
		padding-top: 90px;
	}
	h1,
	.sub_title_4000 h2,
	.sub_title_3100 h2,
	.sub_title_2100 h2,
	.sub_title_1100 h2,
	.sub_title_800 h2,
	.sub_title_500 h2,
	.sub_title_700 h2
	  {
		padding:20px;
		font-size:20px;
	}
	.case_main_image {
		width:100%;
	}
	.title {
		display:block;
	}
	.title .txt {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.title .photo {
		width: 60%;
		float: none;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.anc {
		display: block;
		padding-top: 90px;
		margin-top: -90px;
	}
}
        
  
 @media screen and (max-width: 572px) {
 	#container {
		padding-top: 79px;
	}
	h1,
	.sub_title_4000 h2,
	.sub_title_3100 h2,
	.sub_title_2100 h2,
	.sub_title_1100 h2,
	.sub_title_800 h2,
	.sub_title_500 h2,
	.sub_title_700 h2  {
		font-size:4vw;
	}	
	.txt h2 {
		font-size:4.5vw;
	}
	.txt p,
	.top_message p,
	.related_information li {
		font-size:3.5vw;
	}
	.title .txt p span {
		font-size:3vw;
	}
	.manufacturer_list ul li {
		width:25%;
	}
 }