@charset "utf-8";
/* CSS Document */
/*
===================================================
--Table of contents--
0.Contents Page
===================================================
*/
/*
------------------------------------
0.Contents Page
------------------------------------
*/
.hero_img {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.hero_img p {
  text-align: center;
}
.new_m {
  color: red;
  font-weight: bold;
}
#page_base h2 {
  float: left;
}
#page_base h3 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
#page_base h3.spadjust {
  margin-top: 15px;
}
#page_base h4 {
  width: 90%;
  margin: 10px 5%;
  float: left;
  font-size: 2.0rem;
  border-bottom: solid 2px #009245;
}
#page_base h5 {
  float: left;
  width: 90%;
  padding: 0 5%;
  margin: 10px 0;
  font-size: 1.6rem;
  color: #009245;
}
#page_base h6 {
  float: left;
  width: 90%;
  padding: 0 5%;
  margin-top: 20px;
  font-size: 1.4rem;
}
.heading-041 {
  display: flex;
  align-items: center;
  padding: .5em .7em;
  background-color: #f2f2f2;
  color: #333333;
  box-sizing: border-box;
  font-size: 2.4rem;
}
.heading-041::before {
  display: inline-block;
  width: 10px;
  height: 1.5em;
  margin-right: .5em;
  background-color: #009245;
  content: '';
}
.heading-021 {
    display: flex;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #009245;
    color: #333333;
    font-size: 3.0rem;
}
.heading-021::before, .heading-021::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.heading-021::before {
    background-color: #009245;
}
.heading-021::after {
    bottom: -11px;
    background-color: #fff;
}
.copy {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
}
.copy_mini {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}
.strong {
  font-weight: bold;
}
.font_Gre {
  color: #009245;
}
.info_r {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-top: 0.5em;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 0.9em;
  font-weight: bold;
}
.info_t {
  font-size: 0.8em;
  font-weight: bold;
}
ul.only {
  width: 100%;
  float: left;
  color: red;
  display: flex;
  justify-content: flex-end;
}
ul.only li::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 1.6rem;
  border: solid 2px red;
  border-radius: 5px;
  margin-right: 0.3em;
}
p.attA {
  color: red;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
p.attB {
  float: left;
  color: red;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
p.centering {
  text-align: center;
  width: 100%;
}
ul.specA {
  width: 750px;
  margin: 0 5px;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
ul.specA li {
  margin: 5px 0;
}
ul.for_lastspace::after {
  content: "";
  display: block;
  width: 24%;
}
ul.for_lastspace2::after {
  content: "";
  display: block;
  width: 49%;
}
.btnA {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.btnA a {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.btnA li {
  float: left;
  background: #009844;
  background: linear-gradient(to bottom, #009844 0%, #009844 50%, #007531 51%, #007531 100%);
  border-radius: 15px;
  padding: 10px 50px;
  text-align: center;
  position: relative;
}
.btnA li:hover {
  background: #007531;
  background: linear-gradient(to bottom, #007531 0%, #007531 50%, #009844 51%, #009844 100%);
  /* W3C */
}
.btnA li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  position: absolute;
  top: 30px;
  left: 10px;
}
.btnB {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.btnB a {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.btnB li {
  float: left;
  background: #009844;
  background: linear-gradient(to bottom, #009844 0%, #009844 50%, #007531 51%, #007531 100%);
  border-radius: 15px;
  padding: 10px 50px;
  text-align: center;
  position: relative;
}
.btnB li:hover {
  background: #007531;
  background: linear-gradient(to bottom, #007531 0%, #007531 50%, #009844 51%, #009844 100%);
  /* W3C */
}
.btnB li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  position: absolute;
  top: 15px;
  left: 10px;
}
.btnC {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.btnC a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.btnC li {
  float: left;
  background: #009844;
  background: linear-gradient(to bottom, #009844 0%, #009844 50%, #007531 51%, #007531 100%);
  border-radius: 15px;
  padding: 10px 50px;
  text-align: center;
  position: relative;
}
.btnC li:hover {
  background: #007531;
  background: linear-gradient(to bottom, #007531 0%, #007531 50%, #009844 51%, #009844 100%);
  /* W3C */
}
.btn-area {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
}
.btn-area li {
    background: #009245;
    font-weight: bold;
    box-sizing: border-box;
    padding: 1em;
    margin: 1em;
    text-align: center;
    border-radius: 3px;
}
.btn-area li:hover {
    opacity: 0.8;
}
.btn-area li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.for_otherM li {
    background-color: #888;
}
.for_otherM li img {
    display: inline-block;
}
.udate {
    width: 100%;
    float: left;
}
.arrow-spec {
  float: left;
  width: 100%;
  background: #DEF1E6 url("https://eu.tein.com/products/img/spec_display/img_arrow_spec.png") no-repeat center 60px;
  color: #009245;
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0 55px;
  margin: 50px 0;
}
.arrow-spec p {
  text-align: center;
}
.unitA {
  width: 90%;
  padding: 0 5%;
  float: left;
  margin: 10px 0;
}
.unitA p {
  line-height: 1.8em;
  float: left;
}
.unitA-1 {
  width: 65%;
  padding: 0 17.5%;
  float: left;
  margin: 10px 0;
}
.unitA-1 p {
  line-height: 1.8em;
}
.unitA-2 {
  width: 95%;
  padding: 0 2.5%;
  float: left;
  margin: 10px 0;
}
.unitA-3 {
  width: 90%;
  padding: 0 5%;
  float: left;
  margin: 10px 0;
}
.unitB {
  width: 750px;
  float: left;
  display: flex;
  justify-content: center;
  margin: 10px 0;
  flex-flow: row wrap;
}
.unitC {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  float: left;
  margin: 16px 0;
  display: flex;
}
.unitC .txt-area {
  margin-left: 16px;
}
.unitC p {
  line-height: 1.8em;
}
.unitC .img-area dd {
  margin-left: 0;
  font-size: 1.3rem;
  padding-top: 0.5em;
}
.unitC .img-area ul {
  display: flex;
}
.unitD {
  width: 80%;
  padding: 0 10%;
  margin: 10px 0;
  float: left;
  /*background: #71CCA6;*/
}
.unitD .img-area {
  width: 40%;
  margin-right: 5%;
  float: left;
}
.unitD .txt-area {
  width: 55%;
  float: left;
}
.unitD .txt-area img {
  float: left;
  margin-bottom: 10px;
}
.unitD .txt-area p {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.unitD .txt-area ul {
  float: left;
  width: 100%;
}
.unitD .txt-area li {
  font-size: 1.3rem;
  display: inline-block;
  border: solid 2px #009245;
  border-radius: 3px;
  padding: 4px;
  margin-bottom: 8px;
}
.unitE {
  width: 80%;
  padding: 0 10%;
  float: left;
  margin: 10px 0;
}
.unitE ul {
  float: left;
  padding-left: 1em;
  position: relative;
}
.unitE ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: -0.3em;
  color: #009245;
}
.unitE a {
  color: #009245;
  font-weight: bold;
}
.unitF {
  width: 90%;
  padding: 0 5%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.imgs_box {
  padding-left: 1em;
  padding-right: 1em;
}
.imgs_box dd {
  margin-left: 0;
  font-size: 1.3rem;
  padding-top: 0.5em;
  text-align: center;
}
.imgs_boxA {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    padding-left: 125px;
    padding-right: 125px;
    justify-content: space-between;
}
.c_space img {
  margin-bottom: 0.5em;
}
dl.unitG {
  margin-top: 0;
}
dl.unitG dt {
  font-size: 0.8em;
  font-weight: bold;
}
dl.unitG dd {
  margin-left: 0;
  width: 200px;
  font-size: 0.8em;
  box-sizing: border-box;
  padding: 0 5px 5px 5px;
}
dl.unitH dd {
  margin-left: 0;
  width: 150px;
  text-align: center;
  font-size: 0.8em;
  color: #333;
}
.unitI {
  width: 90%;
  padding: 0 5%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.unitI dl {
  margin-left: 15px;
}
.opsp img {
  margin-left: 15px;
}
.optx {
  font-size: 0.8em;
  margin-left: 15px;
  padding-left: 5px;
}
p.optit {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 0.8em;
  box-sizing: border-box;
  padding-left: 5%;
}
a.link01 {
  color: #009245;
}
.comparison_shell table {
  margin-bottom: 20px;
  margin-right: 10px;
  border: solid #666 1px;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.comparison_shell th, td {
  border: solid #666 1px;
  padding: 3px;
  width: 100px;
}
.comparison_shell th {
  text-align: center;
  font-weight: bold;
}
.comparison_shell td:not(:first-child) {
  text-align: center;
}
.comparison_shell tr th:nth-of-type(2), .comparison_shell tr td:nth-of-type(2) {
  background: #ddd;
}
.comparison_shell tr th:nth-of-type(3), .comparison_shell tr td:nth-of-type(3) {
  background: #009245;
  color: #fff;
}
.tableA P {
  width: 100%;
}
.tableA figure {
  float: left;
  width: 100%;
  margin: 0;
}
.tableA table {
  float: left;
  width: 300px;
  margin: 0 12px;
  box-sizing: border-box;
  border-collapse: collapse;
}
.tableA th {
  border: solid 1px #333;
  padding: 3px;
}
.tableA td {
  border: solid 1px #333;
  padding: 3px;
  width: 100px;
}
.tableA td:not(:first-child) {
  text-align: center;
}
.tableA colgroup.tgrA {
  background: #fff;
}
.tableA colgroup.tgrB {
  background: #DEF1E6;
}
.tableB table {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-collapse: collapse;
  font-size: 1.2rem;
}
.tableB thead th {
  border: solid 2px #fff;
  background: #009245;
  color: #fff;
  padding: 3px;
}
.tableB tbody td {
  border: solid 2px #fff;
  text-align: center;
  padding: 5px 3px;
}
.tableB tbody tr {
  background: #B5B5B6;
}
.tableB-1 table {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-collapse: collapse;
  font-size: 1.2rem;
  table-layout: fixed;
}
.tableB-1 thead th {
  border: solid 2px #fff;
  background: #009245;
  color: #fff;
  padding: 3px;
}
.tableB-1 tbody td {
  border: solid 2px #fff;
  text-align: center;
  padding: 5px 3px;
}
.tableB-1 tbody:nth-child(even) {
  background: #CCCCCC;
}
.tableB-1 tbody:nth-child(odd) {
  background: #E5E5E5;
}
.cate_head {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 4px solid #009245;
  border-top: 4px solid #009245;
}
.split td {
  width: calc(100% / 3);
}
caption.tcap {
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
}
.tableC table {
  width: 680px;
  border-collapse: collapse;
  margin: auto;
}
.tableC th {
  text-align: center;
  border: solid 2px #333;
}
.tableC td {
  border: solid 2px #333;
}
table.T_styleA {
  width: 680px;
  margin: auto;
  border: solid 2px #333;
}
table.T_styleA th {
  text-align: center;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
}
table.T_styleA td {
  border-right: solid 2px #333;
}
table.T_styleA caption {
  text-align: right;
}
table.T_styleB {
  width: 750px;
  border: solid 2px #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}
table.T_styleB th {
  border: solid 1px #333;
  background: #DEEDD1;
  padding: 3px;
}
table.T_styleC {
    width: 750px;
    font-family: 'Roboto', sans-serif;
    border: solid 1px #333;
    margin-bottom: 2em;
}
table.T_styleC th {
    border: solid 1px #fff;
    background: #333;
    color: #fff;
    font-size: 0.8em;
    padding-bottom: 5px;
    padding-top: 5px;
}
table.T_styleC caption {
    font-size: 1.2em;
    text-align: left;
    padding-bottom: 0.5em;
}
.tx_center td {
    text-align: center;
}
.col_red {
    color: red;
}
.price_style {
  text-align: center;
}
.cate_style {
  border-bottom: solid 2px #333;
}
.subline {
  border-bottom: solid 1px #333;
}
.comp {
  display: inline-block;
  border-bottom: dashed 2px #009245;
  font-weight: bold;
}
p.text {
  float: left;
}
.cate_menu {
  float: left;
  width: 830px;
  margin: 10px 0;
  border: solid 1px #009245;
  border-radius: 3px;
}
.cate_menu ul {
  float: left;
  margin: 5px 0;
}
.cate_menu li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.cate_menu li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #009245;
  margin-right: 3px;
}
.imgtxtA {
  width: 250px;
}
.imgtxtA dt {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.imgtxtA dd {
  font-size: 0.85em;
  margin-left: 0;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.spec_text_area {
    font-size: 1.5em;
}
.spec_text_area li {
    margin-bottom: 0.5em;
}
.spec_text_area li::before {
    content: "- ";
    font-weight: bold;
}
ul.list_compa {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  flex-flow: row wrap;
}
ul.list_compa li {
  width: 20%;
  margin-bottom: 16px;
}
ul.list_compa li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: double 5px #009245;
  border-right: double 5px #009245;
  transform: rotate(45deg);
  margin-right: 8px;
}
ul.list_compa li a {
  color: #009245;
  text-decoration: none;
  font-weight: bold;
}
/*H.B.S.*/
.bumprubber-area {
  float: left;
  width: 750px;
  height: 105px;
  background: url(https://www.tein.co.jp/products/img/fla/bg_bumprubber.png) no-repeat center top;
  /* TJP-Eでも同じ画像を使うため絶対指定 */
  margin: 30px 0 40px;
  border: solid 2px #009245;
}
.bumprubber-text {
  font-size: 14px;
  width: 330px;
  text-align: left;
  line-height: 1.4;
  margin: 12px auto 0 125px;
}
/*mount*/
.mount_A {
  _zoom: 1;
  overflow: hidden;
  width: 412px;
  padding: 25px 199px 20px;
  text-align: center;
}
.mount_A dl {
  width: 200px;
  background-color: #DEF1E6;
  margin-right: 12px;
  float: left;
}
.mount_A dl:last-child {
  margin-right: 0;
}
.mount_A dt img {
  display: block;
  width: 100%;
}
.mount_A dd {
  width: 200px;
  padding: 10px;
  margin-left: -10px;
  text-align: center;
  font-size: 12px;
}
.mount_B {
  display: flex;
  flex-flow: row wrap;
  float: left;
  width: 750px;
  justify-content: center;
}
.mount_B dd {
  margin-left: 0;
  text-align: center;
  font-size: 0.8em;
  background: #DEF1E6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/*commentary*/
.commentary {
  margin-left: 30px;
  border: 2px solid #009245;
  padding: 15px 30px;
  float: left;
}
.commentary p {
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
}
.commebox {
  float: left;
  border: solid 2px #009245;
  padding: 8px;
}
dl.commeA {
  margin: 0.5em 3em;
}
.commeA dt {
  font-weight: bold;
  margin-bottom: 0.3em
}
.commeA dd {
  margin-left: 0;
}
ul.plist {
  float: left;
  width: 90%;
  margin: 1em 5%;
}
ul.plist li:before {
  content: "- ";
  color: #009245;
  font-weight: bold;
}
ul.plist li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.pd_only {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
  color: red;
}
ul.at_style {
  margin-bottom: 5px;
}
ul.at_style li::before {
  content: "*";
}
ul.at_style li {
  text-indent: -0.6em;
  margin-left: 1em;
}
.listSpace li {
  line-height: 1.8;
}
.checkA li::before {
  content: "";
  background-color: #333;
  mask-image: url("../img/icon_set/flag-checkered-fill.svg");
  display: inline-block;
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.checkB li::before {
  content: "";
  background-color: #009245;
  mask-image: url("../img/icon_set/check-circle-fill.svg");
  display: inline-block;
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.conc_area {
  float: left;
  width: 750px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
  display: table;
  counter-reset: item;
  border-spacing: 5px;
  background: #eee;
}
.conc_area li {
  display: table-row;
  counter-increment: item;
}
.conc_area li::before {
  content: counter(item)'.';
  display: table-cell;
  text-align: right;
  padding-right: 3px;
}
.specB {
  float: left;
  width: 810px;
  margin-top: 20px;
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 70px;
}
.specB dt {
  font-size: 18px;
  font-weight: bold;
}
.specB dt::before {
  content: "";
  background-color: #009245;
  mask-image: url("../img/icon_set/check-square-fill.svg");
  display: inline-block;
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.specB dd {
  margin-bottom: 10px;
  font-size: 16px;
}
.list_attention li {
  font-size: 1.4rem;
  text-indent: -1em;
}
.list_attention li::before {
  content: "*";
  font-size: 2.0rem;
  color: red;
  font-weight: bold;
}
.goods_sec {
  margin-bottom: 5em;
  font-family: 'Roboto Condensed', sans-serif;
}
.goods_sec h3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-left: solid 10px #009245;
  padding-left: .5em;
}
.data_box {
  width: 347px;
  float: left;
  box-sizing: border-box;
  padding: .5em 1.5em;
}
.data_box p {
  margin-bottom: 1em;
  font-size: .9em;
}
.data_box table {
  border-collapse: separate;
  width: 347px;
  table-layout: fixed;
}
.data_box table th {
  background: #ccc;
  padding: 5px;
  font-size: .9em;
  width: 70px;
}
.data_box table td {
  font-size: .9em;
  padding-left: 3px;
  border: none;
}
.data_box a {
  text-decoration: none;
  color: #fff;
}
table.col2 td:nth-of-type(2) {
  padding-left: 18px;
}
table.col4 td:nth-of-type(1), table.col4 td:nth-of-type(4) {
  text-align: center;
}
p.go_howto {
  margin-top: 2em;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  border: solid 3px #333;
}
p.go_howto::after {
  content: "";
  background-color: #333;
  mask-image: url("../img/icon_set/caret-circle-double-right-fill.svg");
  display: inline-block;
  margin-left: 0.5em;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}
p.go_shop {
  margin-top: 2em;
  background: #333;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}
p.go_shop::after {
  content: "";
  background-color: #fff;
  mask-image: url("../img/icon_set/storefront-fill.svg");
  display: inline-block;
  margin-left: 0.5em;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.swiper {
  float: left;
  width: 400px;
  height: 300px;
}
.listbase {
  font-size: .9em;
  margin-bottom: 1em;
}
.listbase li {
  text-indent: -1em;
  margin-left: 1em;
}
.markA li::before {
  content: "*";
  margin-right: .5em;
}
.markB li::before {
  content: "･";
  margin-right: .5em;
}
.primary_item dt {
  font-weight: bold;
}
.primary_item dt::before {
  content: "[";
}
.primary_item dt::after {
  content: "]";
}
.primary_item dd {
  margin-left: 0;
}
ol.number {
  counter-reset: listnum;
}
ol.number li::before {
  counter-increment: listnum;
  content: counter(listnum)".";
  font-weight: bold;
}
.Fdescriptions dl {
    box-sizing: border-box;
    background: #ddd;
    padding: .5em;
    font-family: 'Roboto Condensed', sans-serif;
}
.Fdescriptions dt {
    font-weight: bold;
    padding-bottom: .5em;
    color: #006837;
}
.Fdescriptions dd{
    margin-left: 0;
    line-height: 1.3;
}
.cau_list {
    border: solid 2px red;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1.5em;
}
.cau_list dt {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1.5em;
}
.cau_list ol {
    counter-reset: listnum;
}
.cau_list li {
    text-indent: -1em;
    margin-bottom: 1em;
}
.cau_list li::before {
    counter-increment: listnum;
  content: counter(listnum)".";
    font-weight: bold;
}
.hero_img2 {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.hero_img2 li {
    margin: 0 0.5em;
}
.hero_img3 {
    float: left;
  width: 810px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.hero_img3 dd {
    font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #009245;
  position: relative;
}
.hero_img3 dd::before {
  content: "";
  display: inline-block;
  width: 20px;
  border-top: 1px solid #009245;
  position: absolute;
  top: 50%;
  left: -25px;
}
.hero_img3 dd::after {
  content: "";
  display: inline-block;
  width: 20px;
  border-top: 1px solid #009245;
  position: absolute;
  top: 50%;
  right: -25px;
}
.spec_list {
    width: 750px;
    float: left;
    background: #eee;
    margin-top: 1em;
    box-sizing: border-box;
    padding: 1em 2em;
    counter-reset: number 0;
    border-radius: 3px;
}
.spec_list li::before {
    counter-increment: number 1;
    content: counter(number)".";
    margin-right: 0.5em;
}
.spec_list li {
    margin-bottom: 0.5em;
}
.spec_list li a {
    color: #009245;
}
.co_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 3em;
    background: #009245;
    color: #fff;
    font-size: 2.4rem;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.8;
}
.spec_con {
    width: 450px;
    float: left;
    counter-reset: number 0;
    margin-left: 30px;
}
.spec_con dl {
    margin-bottom: 2em;
}
.spec_con dt {
    color: #009245;
    font-weight: bold;
}
.spec_con dt::before {
    counter-increment: number 1;
    content: counter(number)".";
    margin-right: 0.5em;
}
.spec_con dd {
    margin-left: 0;
}
.area_spec {
    float: left;
    width: 810px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
h3.normal_h3 {
    justify-content: flex-start;
    margin-top: 5em;
}
.tb_cap caption {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: left;
    caption-side: bottom;
}
.tb_cap table {
    margin-bottom: 5em;
    table-layout: fixed;
}
.tb_cap table tr>*:last-child {
    text-align: left;
    width: 350px;
}
.tb_cap2 caption {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: right;
    caption-side: bottom;
}
.tb_cap2 table {
    margin-bottom: 5em;
    table-layout: fixed;
}
.tb_cap2 table tr>*:last-child {
    width: 150px;
}
.indent01 {
    text-indent: -1em;
    padding-left: 1em;
}
.tableD table {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-collapse: collapse;
  font-size: 1.2rem;
}
.tableD thead th {
  border: solid 2px #fff;
  background: #009245;
  color: #fff;
  padding: 3px;
}
.tableD tbody td {
  border: solid 2px #fff;
  text-align: center;
  padding: 5px 3px;
}
.tableD tbody td ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.tableD tbody td ul li::before {
    content: "- ";
}
label.splist {
    border: solid 2px #555;
    display: block;
    box-sizing: border-box;
    width: 100%;
    float: left;
    color: #555;
    text-align: center;
    padding: 1em 0;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}
input[type="checkbox"].on-off {
    display: none;
}
input[type="checkbox"].on-off + div.tableD {
    display: none;
}
input[type="checkbox"].on-off:checked + div.tableD {
    display: block;
}
.price_style {
  text-align: center;
}
.subline {
  border-bottom: solid 1px #333;
}
.comp {
  display: inline-block;
  border-bottom: dashed 2px #009245;
  font-weight: bold;
}
.colorGandT tbody:nth-of-type(odd){
    background: #f5deb3;
}
.colorGandT tbody:nth-of-type(even){
    background: #d3d3d3;
}