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


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

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

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



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

th.subtitle {
    font-size: 110%;
    background-color: #FFF541;
}

p.at_text {
	font-size: 90%;
	text-align: right;
	padding: 10px 10px 0 0;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 20px 0 35px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px dotted #f7eb00;
	margin-bottom: 30px
}
.flexbox strong {
	display: block;
	font-size: 110%;
	padding-bottom: 5px;
}
.flexbox p {
	font-size: 90%;
}
.flexbox div.circle {
	background-color: black;
	border: 2px #f7eb00 solid;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	line-height: 205px;
	margin-bottom: 10px;
}
.flexbox div.circle img {
	width: 50%;
	height: auto;
}
.flexbox .box4 {
    width: 25%;
	text-align: center;
	font-size: 110%;
}

.imgbox {
	text-align:center;
    padding: 5px 0;
}
.imgbox img {
	width: 99%;
	margin: 10px 0 10px 0;
}


p.font-plus {
	font-size: 105%;
	margin-bottom: 10px;
}




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

.pc-only {
	display: none;
}
	
table {
	font-size: 10px;
}
td {
	padding: 5px 10px;
}
th {
	padding: 5px 10px;
}

.table_720 {
	width: 100%;
}

.flexbox {
	padding: 5px 0 15px;
	margin-bottom: 30px
}

.flexbox div.circle {
	width: 50px;
	height: 50px;
	line-height: 65px;
	margin-bottom: 10px;
}
.flexbox div.circle img {
	width: 50%;
	height: auto;
}

.flexbox .box4 {
    width: 49%;
	text-align: center;
	font-size: 100%;
	margin-bottom: 20px;
}

}
