@charset "utf-8";
/* CSS Document */


/* 製品ごとに色設定 ここから */

.product_inside .Area_left .pointlist {
	background:linear-gradient(white 50%, #E9F0F4 50%);
}
.product_inside .Area_left ul.point_ul{
    background-color: #E9F0F4;
}
.product_inside h3  {
    border-bottom: 2px solid #002738;
}
.product_inside h3 .series_flex p.series {
	background-color: #002738;
}
.product_inside h4 {
	border-bottom: 2px solid #cfdfe7;
}

/* 製品ごとに色設定 ここまで */


table {
	margin: 0px;
	padding: 0px;
}

td ,
th {
	padding: 10px 15px;
	line-height:160%;
	border-bottom: 1px #CCCCCC solid; 
}

td {
	background-color: #FDFDFD;
    vertical-align: middle;
}

th {
	background-color: #FAFAFA;
	font-weight: bold;
	text-align: center;
    vertical-align: middle;
}

.imgbox {
    width: 100%;
    margin: 5px auto 20px;
}
.imgbox img {
    width: 100%;
    height: auto;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	padding-top: 15px;
	width: 98%;
	margin: 0 auto;
}
.flexbox .box3 {
    width: 33%;
	text-align: center;
	font-size: 110%;
}
.flexbox .box3 .fimg img {
	margin-bottom: 10px;
}



/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {

.product_inside .Area_left video {
    margin-bottom: 15px;
}

td ,
th {
	padding: 10px 5px !important;
}

.flexbox .box3 {
    width: 33%;
	font-size: 90%;
	line-height: 120%;
}
.flexbox .box3 .fimg img {
	width: 80%;
	height: auto;
	margin-bottom: 5px;
}

}