#spec table.specTable {
    width: 100%;
    margin-bottom: 1.5em;
    background: #dcd8d7;
}

#section table {
    width: 100%;
    background: #dcd8d7;
    border-collapse: separate;
    border-start-end-radius: 1px;
    margin: 0 0 24px;
}
.section {
    padding-top: 48px;
}
.section h2 {
    color: #041E42;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.75;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
#spec table.specTable thead th {
    text-align: center;
    padding: 0.5em 1em;
    background: #e3e0df;
	font-size: 14px;
    line-height: 1.6;
	    zoom: 1;
}
#spec table.specTable tbody th {
    font-weight: 500;
    background: #ebe8e7;
	font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 0.3em 0.75em;
}
#spec table.specTable td {
    background: #ffffff;
	font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 0.3em 0.75em;
}
#spec table.specTable td a {
    display: block;
    width: fit-content;
    color: #ffffff !important;
    font-size: 14px;
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    background: #009CDE !important;
    padding: 0.4em;
    margin: 0 auto;
    border: none !important;
    border-radius: 5px;
}
#spec table.specTable .sub_sup {
    float: left;
    font-size: 0.75em;
    line-height: 1.2;
    padding-left: 0.2em;
    vertical-align: super;
	    text-align: left;
}
#spec table.specTable .sub_sup_parent {
    float: left;
    vertical-align: middle;
    padding-top: 0.15em;
}
.menu_lef1 {
    display: table;
    height: 100px;
    width: 10%;
	    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #333;
    letter-spacing: 1.2px;
}
.menu_lef1 a {
    display: table-cell;
    vertical-align: middle;
}
.menu_lef1 img {
    width: 100%;
}
.clearfix {
    zoom: 1;
}
.cpzx_td section p {
    margin-bottom: 1.5em;
	font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
.cpzx_td section p a {
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}

.cpzx_td clearfix {
margin: 0px;
    padding: 0px;
    zoom: 1;
    box-sizing: border-box;
}



.clearfix figure {
    width: 15%;
    float: left;
    margin: 0 0 24px 2%;
	   clear: both;
    margin-left: 0;
}
.clearfix figure img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-style: none;
	margin: 0px;
    padding: 0px;
    zoom: 1;
    box-sizing: border-box;
}
.cpzx_td clearfix  figure:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
}


.cpzx_td clearfix figure figcaption {
    color: #868a89;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 0.5em;
}