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


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

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

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

table {
	margin: 0px;
	padding: 0px;
}
td {
	padding: 10px;
	line-height: 160%;
	background-color: #FDFDFD;
	border-bottom: 1px #CCCCCC solid;
	vertical-align: middle;
}
th {
	padding: 10px;
	line-height:160%;
	background-color: #FAFAFA;
	border-bottom: 1px #CCCCCC solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.imgbox {
	text-align: center;
}
.imgbox.first {
	margin-top: 20px;
}
.imgbox img.w60 {
	width: 60%;
	height: auto;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-items: center;
	width: 98%;
	margin: 0 auto;
}
.flexbox .box-10 {
    width: 10%;
	padding-top: 15px;
	text-align: center;
}
.flexbox .box-20 {
    width: 20%;
	padding-top: 15px;
	text-align: center;
}
.flexbox .box-25 {
    width: 25%;
	padding-top: 15px;
	text-align: center;
}
.flexbox .box-41 {
    width: 41%;
	padding-top: 15px;
	text-align: center;
}
.flexbox .box-10 img ,
.flexbox .box-20 img ,
.flexbox .box-25 img ,
.flexbox .box-41 img {
	width: 98%;
	height: auto;
}
.flexbox .box-41 img {
	border-radius:20px;
}

strong.subtitle {
	display: inline-block;
	font-size: 110%;
	line-height: 150%;
	padding-bottom: 5px;
}


/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {
.sp_none {
	display: none;
}
    
table {
	font-size: 90%;
    word-break: break-all;
}
th {
	padding: 8px 5px;
}
td {
	padding: 5px;
}

.table_720 {
	width: 100%;
	font-size: 10px;
}

.imgbox img.w60 {
	width: 98%;
	height: auto;
}

.flexbox .box-10 {
    width: 13%;
}

.flexbox .box-25 {
    width: 49%;
	padding-top: 5px;
}

.flexbox .box-41 {
    width: 99%;
}

}
