@charset "utf-8";

/* Products 製品情報カバー写真 */
.kv-product .kv_img {
	background-image: url(../images/product_top_cover.webp);
	background-position: center center;
	background-size: cover;
}
/* Products 避雷器 カバー写真 */
.kv-product .kv_img01 {
	background-image: url(../images/product01_top_cover.webp);
	background-position: center center;
	background-size: cover;
}
/* Products ポリマーがいし カバー写真 */
.kv-product .kv_img02 {
	background-image: url(../images/product02_top_cover.webp);
	background-position: center center;
	background-size: cover;
}
/* Products 架線金具 カバー写真 */
.kv-product .kv_img04 {
	background-image: url(../images/product04_top_cover.webp);
	background-position: center center;
	background-size: cover;
}

/* Products1~4 共通 ここから*/
.services-index_inner h1{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2.0rem;
}
.inner-01_pb{
	margin: 0 auto 16.0rem;
}
.inner-01_pb_2{
	margin: 0 auto 6.0rem;
}
.factory_sec2 .inner-01_pb{
    max-width: 1200px;
}
.jastify{
	justify-content: left;
}
.inner_mb{
	margin: 0 auto 0;
}
.layout-02_mt{
	margin-top: 4.0rem;
}
.factory_sec2 .layout-02 {
    margin-bottom: 0;
}
.title-number{
	text-align: center;
	border: 1px solid rgb(15, 58, 150);
	border-radius: 5px;
	padding: 0 1.0rem;
	margin-right: 8px;
}
.title_color{
	color: rgb(15, 58, 150);
}
.inner-01 .title-number{
	color: rgb(15, 58, 150);
}
.product_item{
	width: 100%;
	height: auto;
	margin-top: 0.6rem;
}
.product_item_inner{
	max-width: 1200px;
	margin: 0 auto;
}
.product_item_box{
	width: 100%;
	height: 600px;
	background-color: #EEF4F8;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.product_item_box_bg{
	margin: 0 auto;
	justify-content: center;
	padding: 1.2rem;
}
.product_item_box_bg img {
    width: 100%;
}
.image_wd{
	width: 600px;
}
.product_item_box img{
	margin: 0 auto;
}
.text-01_padding{
	padding: 1.2rem;
}
.product_text{
	font-size: 2.0rem;
	color: #fff;
	padding: 0.6rem 1.4rem;
	background: linear-gradient(-225deg, #1885eb 0%, #8b78fc 56%, #ff6767 100%);
	border-radius: 5px;
}
.product_item_box_mb{
	margin-bottom: 10.0rem;
}
.section_mt{
	margin-top: 16rem;
}
.product02_item{
	width: 100%;
	height: auto;
	margin-bottom: 3.0rem;
}
.product02_item img{
	width: 100%;
}
.product02_container{
	display: flex;
	width: 100%;
}
.product02_item_box{
	width: 50%;
	margin: 0 auto;
	justify-content: center;
	padding: 1.2rem;
}
.product02_item_box img{
	width: 100%;
}
.section_margin{
	padding: 3.0rem 0;
}
.accordion_item {
    background: #fff;
}
/* Products1~4 共通 ここまで*/

/* Products4a ここから */
.product04a_container {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 6.0rem;
  }
.product04a_inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 2em;
	margin: 0 0 1em;
	margin-top: 4.0rem;
}
.product04a_item,
.product04a_item_1{
	width: 100%;
}
.product04a_item img,
.product04a_item_1 img{
	width: 100%;
	transition-duration: 0.5s;
}
.product04a_item img:hover{
	transform: scale(1.2);
  	transition-duration: 0.5s;
}
.product04a_item h2,
.product04a_item_1 h2{
	font-size: 2.0rem;
	font-weight: bold;
}
.product04a_item p{
	font-size: 1.6rem;
	font-weight: normal;
}
.inner-01_mb{
	margin: 0 auto 8rem;
}

/* Products4a ここまで */

/* 資料ダウンロード ここから */
.product_download{
	display: flex;
	width: 100%;
	justify-content: center;
}
.product_download a{
	margin: 0 auto;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	padding: 1.0rem 2.6rem;
}
.product_download a:hover{
	color: #fff;
	background-color: #000;
}
/* 資料ダウンロード ここまで */

/* Products1~4 レスポンシブ*/
@media screen and (max-width:530px) {

	.services-index_inner h1{
		font-size: 1.6rem;
	}
	.factory_sec2_img01 img{
		width: 100%;
	}
	.product_item{
		padding: 0 2rem;
	}
	.product_text {
		font-size: 1.4rem;
	}
	.factory_sec2 {
		padding-top: 4rem;
	}
	/* Technology02 start */
	.product_item_box_bg{
		width: 100%;
	}
	.product_item_box img{
		width: 100%;
	}
	.product04a_inner {
		grid-template-columns: none;
	}
	.product02_container {
		display: block;
	}
	.product02_item_box {
    	width: 100%;
	}
	.accordion_title {
		font-size: 1.4rem;
	}
	.product04a_item h2 {
    	font-size: 1.6rem;
	}
	/* Technology02 end */
}