@charset "utf-8";

/* ============================================================

[ information ]
概要 : 製品専用スタイル

============================================================ */
.h1Wrap h1.prodcutTitle {
	height: 280px;
	width: 100%;
}

.h1Wrap h1.prodcutTitle.top {background-image: url(/assets/img/products/fig_01.jpg);}
.h1Wrap h1.prodcutTitle.igbt {background-image: url(/assets/img/products/igbt/fig_01.jpg);}
.h1Wrap h1.prodcutTitle.ic {background-image: url(/assets/img/products/ic/fig_01.jpg);}
.h1Wrap h1.prodcutTitle.diode {background-image: url(/assets/img/products/diode/fig_01.jpg);}


.h1Wrap h1.prodcutTitle p {
    font-size: 42px;
    padding: 40px 40px 12px;
    display: block;
    text-shadow: 2px 1px 2px #b1b1b1;
    line-height: 1;
}
.h1Wrap h1.prodcutTitle p span {
    font-size: 25px;
}


@media (max-width: 767px) {
	.h1Wrap h1.prodcutTitle {
		width: 100%;
		height: 130px;
	}
	.h1Wrap h1.prodcutTitle p {
		padding: 25px 15px 10px;
		font-size: 150%;
		line-height: 1.2;
		font-weight: bold;
	}
	.h1Wrap h1.prodcutTitle p span {
	    font-size: 80%;
	    font-weight: normal;
	}
}

.box-container {
    background: #f2f2f2;
    display: flex;
    margin: 40px auto 20px;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.15);
    vertical-align: middle;
}

/* h2 icon */
a.rightIconPro {
	display: inline-block;
	text-decoration: none;
	padding: 5px 30px 5px 0;
	transition: 0.4s;
	position: relative;
	color: rgb(69, 72, 77) !important;
    text-decoration: none;
}
.box-container h2 a::after {
	position: absolute;
	top: 3px;
	right: 8px;
	content: "\e5e1";
	font-family: "Material Icons";
	transition: 0.4s;
	color: #004ea8 !important;
}

a.rightIconPro:hover {
	color: #004ea8 !important;
}
a.rightIconPro:hover:after {
	right: 4px;
}
.box-text{
    width:100%;
    margin: 40px 20px 0;
    vertical-align: middle;
}

.box-img{
    width: 80%;
    vertical-align:bottom;
}


.box-text h2{
    font-size: 1.3em;
    padding: 0;
}
.box-text p{
    font-size: 1em;
    margin-top: 0;
}

@media (max-width: 767px) {

	.box-container {
		display: block;
		width: 100%;
		
	
	}
	.box-text{
	    width:100%;
	    margin: 10px 10px;
	    vertical-align: middle;
	}
	a.rightIconPro {
		padding: 0 30px 0 0;
	}
	.box-container h2 a::after {
		top: 0px;
	}
	.box-text p{
	    padding: 0 20px 10px 0;
	}
	.box-img {
		width: 100%;
	
	}
	img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}


/* ---------------------------------------------------------
■ 詳細ページ
--------------------------------------------------------- */
.prodctList {
	width: 300px;
	float: left
}

@media (max-width: 767px) {
	.prodctList {
		width: 100%;
		clear: left
	}
}


.gridWrap {
	width: 100%;
	clear: left;
}
.grid-4 {
    width: 25%;
    float: left;
}
.grid-2 {
    width: 50%;
    float: left;
}

.grid-2 h2:nth-of-type(1) {
	width: 90%;
}
.grid-2 .tableWrap {
	width: 90%;
}

.grid-3 {
    width: 75%;
    float: left;
}
.grid-31 {
    width: 40%;
    float: left;

}
.gridList {
	padding-left: 30px;
}
.gridList sub {
    vertical-align: 0px;
    font-size: 80%;
}

@media (max-width: 767px) {
	.grid-4,
	.grid-2,
	.grid-3 {
	    width: 100% !important;
		clear: left;
	}
	.grid-2 h2,
	.grid-2 .tableWrap {
	    width: 95% !important;
	}
	.grid-3 img {
		width: auto;
	}
}
