@charset "utf-8";
@media only screen and (min-width: 600px) {

.pc_none{
	display: none!important;
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}

#main .own_banner{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

#main .own_banner img{
	width: 100%;
	height: auto;
	display: block;
}

#container #main h2#contents_title{
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/product_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .cont_title{
	margin-top: 30px;
	width: 760px;
	height: auto;
	overflow: hidden;
}

#container #main .cont_title .assembly{
	float: left;
	width: 233px;
	height: auto;
}

#container #main .cont_title .assembly h3{
	font-size: 16px;
	font-weight: 800;
	line-height: 31px;
	color: #0A558F;
	border-left: 5px solid #3F79A7;
	padding-left: 20px;
}

#container #main .cont_title .assembly h3 span{
	font-size: 13px;
	font-weight: 800;
	line-height: 28px;
	display: block;
}

#container #main .cont_title .assembly a{
	margin-top: 20px;
	padding-left: 15px;
	width: 218px;
	height: 44.5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 44.5px;
	color: #fff;
	background-color: #0A558F;
	display: block;
}

#container #main .cont_title .component{
	width: 478px;
	height: auto;
	float: right;
	overflow: hidden;
}

#container #main .cont_title .component h3{
	font-size: 16px;
	font-weight: 800;
	line-height: 31px;
	color: #0A558F;
	border-left: 5px solid #3F79A7;
	padding-left: 20px;
}

#container #main .cont_title .component h3 span{
	font-size: 13px;
	font-weight: 800;
	line-height: 28px;
	display: block;
}

#container #main .cont_title .component a{
	margin-top: 20px;
	padding-left: 15px;
	width: 218px;
	height: 44.5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 44.5px;
	color: #fff;
	background-color: #0A558F;
	display: block;
	float: left;
	margin-right: 10px;
}

#container #main .cont_title .component a:last-child{
	margin-right: 0;
}

#container #main .archive{
	width: 100%;
	height: auto;
	overflow: hidden;
}


#container #main h4{
	margin-top: 40px;
	font-size: 17px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 2px;
	text-align: center;
	color: #0A558F;
	background-color: #EBECED;
}

#container #main .archive a.to_single{
	margin-top: 20px;
	width: 172px;
	height: auto;
	min-height: 165px;
	float: left;
	margin-right: 24px;
}

#container #main .archive a.to_single:nth-child(4n){
	margin-right: 0px;
}


#container #main .archive a.to_single img{
	width: 172px;
	height: auto;
}

#container #main .archive a.to_single p{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	text-indent: -18px;
	padding-left: 18px;
}
#container #main .archive a.to_single p span{
	color: #70cbd5;
}




}































/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
}



#container #main{
	width: 100%;
	height: auto;
	float: right;
}

#main .own_banner{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

#main .own_banner img{
	width: 100%;
	height: auto;
	display: block;
}

#container #main h2#contents_title{
	width: 97%;
	height: 850x;
	font-size: 16px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 2px;
	color: #0A558F;
	padding-left: 3%;
	background-image: url(../img/sp_product_archive_title_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container #main .cont_title{
	margin-top: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#container #main .cont_title .assembly{
	width: 100%;
	height: auto;
}

#container #main .cont_title .assembly h3{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 800;
	line-height: 31px;
	color: #0A558F;
	border-left: 10px solid #3F79A7;
	padding-left: 5px;
}

#container #main .cont_title .assembly a{
	margin-top: 5px;
	padding-left: 15px;
	width: 100%;
	height: 44.5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 44.5px;
	color: #fff;
	background-color: #0A558F;
	display: block;
}

#container #main .cont_title .component{
	margin-top: 30px;
	width: 100%;
	height: auto;
}

#container #main .cont_title .component h3{
    font-size: 16px;
    font-weight: 800;
    line-height: 31px;
    color: #0A558F;
    border-left: 10px solid #3F79A7;
    padding-left: 5px;
}


#container #main .cont_title .component a{
	margin: 10px 0;
	padding-left: 15px;
	width: 100%;
	height: 44.5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 44.5px;
	color: #fff;
	background-color: #0A558F;
	display: block;
	margin-right: 10px;
}

#container #main .cont_title .component a:last-child{
	margin-right: 0;
}

#container #main .archive{
	width: 100%;
	height: auto;
	overflow: hidden;
}




}

