/* product CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .stitle {
    width: 278px;
    height: 278px;
    border: 5px solid #00b3cd;
    border-radius: 50%;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #00b3cd;
    padding-top: 90px;
    margin: 0 auto;
  }
  .stitle .title_eng {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
  }

  .type_table {
    width: 100%;
  }
  .type_table tr td {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #666;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle;
  }
  .type_table tr.first_row td {
    font-weight: bold;
    color: #fff;
  }
  .type_table tr.first_row td:nth-child(2) {
    text-align: center !important;
  }
  .type_table.type_table_list tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .type_table.type_table_list tr td {
    height: 63px;
  }
  .type_table.type_table_list tr td:last-of-type {
    border-right: none;
  }

  .dl_btn {
    width: 320px;
    text-align: center;
    margin: 45px auto 0;
  }
  .dl_btn a {
    display: block;
    width: 100%;
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .07em;
    padding: 16px 0;
    border: 1px solid #444;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .dl_btn a:hover {
    opacity: .8;
    color: #fff;
    background-color: #444;
  }

  #kv {
    width: 100%;
    height: 245px;
    background: url("../images/common/ttl_mesh.png") center center/cover no-repeat #00b3cd;
    background-color: #00b3cd;
  }
  #kv .common_inner {
    height: 100%;
    background: url("../images/product/index_kv.png") center center/100% no-repeat;
  }
  #kv .kv_desc {
    text-align: center;
    padding-top: 85px;
  }
  #kv .kv_desc h2 {
    font-size: 4.0rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }
  #kv .kv_desc h2 span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #kv .kv_desc h2 span.sp {
    display: none;
  }
  #kv .kv_desc .title_eng {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }

  #selection {
    margin-top: 60px;
    padding-top: 70px;
    margin-top: -5px;
    padding-bottom: 105px;
  }
  #selection .stitle {
    margin-bottom: 60px;
  }
  #selection .lead {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
    color: #444;
    margin-bottom: 65px;
  }
  #selection .type_list {
    margin-bottom: 45px;
  }
  #selection .type_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #selection .type_list .list li {
    position: relative;
    width: 340px;
    border: solid 3px;
    border-radius: 10px;
    padding: 40px 20px 15px;
  }
  #selection .type_list .list li h4 {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 220px;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
  }
  #selection .type_list .list li .desc {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #444;
  }
  #selection .type_list .list li .series {
    height: 240px;
    padding: 20px 15px 20px 20px;
  }
  #selection .type_list .list li .series dt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #selection .type_list .list li .series dt.series01 {
    color: #00b3cd;
  }
  #selection .type_list .list li .series dt.series02 {
    color: #e069d9;
  }
  #selection .type_list .list li .series dd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 13px;
  }
  #selection .type_list .list li .series dd a {
    text-decoration: underline;
  }
  #selection .type_list .list li.multifunctional_type {
    border-color: #b7c245;
  }
  #selection .type_list .list li.multifunctional_type h4 {
    color: #b7c245;
  }
  #selection .type_list .list li.multifunctional_type .series {
    background-color: #f1f3da;
  }
  #selection .type_list .list li.bifunctional_type {
    border-color: #67bdc9;
  }
  #selection .type_list .list li.bifunctional_type h4 {
    color: #67bdc9;
  }
  #selection .type_list .list li.bifunctional_type .image {
    margin-bottom: 23px;
  }
  #selection .type_list .list li.bifunctional_type .series {
    background-color: #e1f2f4;
  }
  #selection .type_list .list li.monofunctinal_type {
    border-color: #f8c357;
  }
  #selection .type_list .list li.monofunctinal_type h4 {
    color: #f8c357;
  }
  #selection .type_list .list li.monofunctinal_type p {
    margin-bottom: 23px;
  }
  #selection .type_list .list li.monofunctinal_type .series {
    background-color: #fef3dd;
  }
  #selection .type_list .list li.low_chlorine_type {
    width: 100%;
    margin-top: 45px;
    border-color: #fa9fa3;
  }
  #selection .type_list .list li.low_chlorine_type h4 {
    color: #fa9fa3;
  }
  #selection .type_list .list li.low_chlorine_type .desc {
    font-size: 1.6rem;
    text-align: center;
  }
  #selection .type_list .list li.low_chlorine_type .series {
    width: 940px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #selection .type_list .list li.low_chlorine_type .series dl {
    width: 290px;
    padding: 20px 28px 23px;
  }
  #selection .type_list .list li.low_chlorine_type .series dl dt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #selection .type_list .list li.low_chlorine_type .series dl dd {
    margin-bottom: 0;
  }
  #selection .type_list .list li.low_chlorine_type .series .series01 {
    background-color: #f1f3da;
    padding-top: 30px;
  }
  #selection .type_list .list li.low_chlorine_type .series .series01 dt {
    color: #b7c245;
  }
  #selection .type_list .list li.low_chlorine_type .series .series01 dd {
    text-align: center;
  }
  #selection .type_list .list li.low_chlorine_type .series .series02 {
    background-color: #e1f2f4;
  }
  #selection .type_list .list li.low_chlorine_type .series .series02 dt {
    color: #67bdc9;
  }
  #selection .type_list .list li.low_chlorine_type .series .series03 {
    background-color: #fef3dd;
  }
  #selection .type_list .list li.low_chlorine_type .series .series03 dt {
    color: #f8c357;
  }
  #selection .type_list .list li.green_denacol {
    width: 100%;
    margin-top: 45px;
    border-color: #38cd9f;
    padding: 40px 20px 40px;
  }
  #selection .type_list .list li.green_denacol h4 {
    width: 220px;
    color: #38cd9f;
    top: -14px;
  }
  #selection .type_list .list li.green_denacol .desc {
    width: 510px;
    font-size: 1.6rem;
  }
  #selection .type_list .list li.green_denacol .type_list_item_inner {
    width: 910px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #selection .type_list .list li.green_denacol .series {
    width: 290px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  #selection .type_list .list li.green_denacol .series dl {
    width: 290px;
    padding: 20px 23px 23px;
  }
  #selection .type_list .list li.green_denacol .series dl dt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #selection .type_list .list li.green_denacol .series dl dd {
    margin-bottom: 0;
  }
  #selection .type_list .list li.green_denacol .series .series01 {
    background-color: #f1f3da;
    padding-top: 30px;
  }
  #selection .type_list .list li.green_denacol .series .series01 dt {
    color: #b7c245;
  }
  #selection .detail_list {
    margin-bottom: 110px;
  }
  #selection .detail_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #selection .detail_list .list li {
    width: 535px;
    background-color: #f9f9f9;
    padding: 30px 23px 15px 35px;
    margin-bottom: 30px;
  }
  #selection .detail_list .list li h4 {
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #selection .detail_list .list li h4:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #00b3cd;
    vertical-align: middle;
    margin-right: 3px;
  }
  #selection .detail_list .list li .image img.pc {
    display: block;
  }

  #product {
    margin-bottom: 200px;
  }
  #product .stitle {
    margin-bottom: 105px;
  }
  #product .content {
    position: relative;
    border: 3px solid;
    border-radius: 10px;
    padding: 75px 25px 45px;
    margin-bottom: 170px;
  }
  #product .content h4 {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 318px;
    background-color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #444;
  }
  #product .content .lead_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 40px;
  }
  #product .content .lead_area .desc_area {
    width: 515px;
  }
  #product .content .lead_area .desc_area p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #444;
  }
  #product .content .lead_area .image {
    width: 515px;
  }
  #product .content .table_wrap {
    margin-bottom: 15px;
  }
  #product .content .table_wrap .type_table tr {
    width: calc(100% / 10);
  }
  #product .content .table_wrap .type_table tr:hover {
    background-color: #f7fad0;
  }
  #product .content .table_wrap .type_table tr:hover td:hover {
    background-color: #eaf386;
  }
  #product .content .table_wrap .type_table tr td {
    vertical-align: middle;
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
  }
  #product .content .table_wrap .type_table tr td a {
    display: block;
    width: 65px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
    background-color: #444;
    color: #fff;
    margin: 0 auto;
  }
  #product .content .table_wrap .type_table tr td a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #product .content .table_wrap .type_table tr td .grade {
    display: block;
    width: 85px;
    height: 18px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    color: #444;
    text-align: center;
    background-color: #ffe034;
    padding-top: 3px;
    margin: 3px auto 0;
  }
  #product .content .table_wrap .type_table tr td.hover {
    background-color: #f7fad0;
  }
  #product .content .table_wrap .type_table tr td:nth-child(1) {
    width: 87px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(2) {
    width: 170px;
    text-align: left;
    padding: 0 10px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(3) {
    width: 106px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(4) {
    width: 92px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(5) {
    width: 97px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(6) {
    width: 85px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(7) {
    width: 92px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(8) {
    width: 130px;
    padding: 5px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(9) {
    width: 96px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(10) {
    width: 84px;
  }
  #product .content .table_wrap .type_table tr.first_row td:nth-child(3), #product .content .table_wrap .type_table tr.first_row td:nth-child(4), #product .content .table_wrap .type_table tr.first_row td:nth-child(5), #product .content .table_wrap .type_table tr.first_row td:nth-child(6), #product .content .table_wrap .type_table tr.first_row td:nth-child(7) {
    padding-top: 5px;
  }
  #product .content .note {
    font-size: 1.3rem;
    padding-left: 585px;
    margin-bottom: 25px;
  }
  #product .content .link_area {
    width: 100%;
    height: 80px;
  }
  #product .content .link_area a {
    display: block;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    background-color: #333;
  }
  #product .content .link_area a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #product .content .link_area a:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 8px;
    margin-bottom: 2px;
  }
  #product .content .btn_wrap {
    width: 100%;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin: 30px auto 0;
  }
  #product .content .btn_wrap .btn {
    display: block;
    position: relative;
    height: 80px;
    line-height: 80px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #67bdc9;
    text-align: center;
  }
  #product .content .btn_wrap .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc( 50% - 80px);
    bottom: 0;
    margin: auto 0;
    width: 13px;
    height: 13px;
    border-top: 1px solid #67bdc9;
    border-right: 1px solid #67bdc9;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #product .content .btn_wrap .btn:hover:after {
    right: calc( 50% - 85px);
  }
  #product .content#multifunctional_type {
    border-color: #b7c245;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:hover {
    background-color: #eaedca !important;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:hover td:hover {
    background-color: #d9e589;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr.first_row td {
    background-color: #b7c245 !important;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr td.hover {
    background-color: #eaedca;
  }
  #product .content#bifunctional_type {
    border-color: #67bdc9;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:hover {
    background-color: #d9ebed !important;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:hover td:hover {
    background-color: #c3dee1;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f0f8f9;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr.first_row td {
    background-color: #67bdc9 !important;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr td.hover {
    background-color: #d9ebed;
  }
  #product .content#bifunctional_type .table_wrap .type_table .large td {
    height: 95px;
  }
  #product .content#monofunctinal_type {
    border-color: #f8c357;
  }
  #product .content#monofunctinal_type .lead_area {
    width: 785px;
  }
  #product .content#monofunctinal_type .lead_area .desc_area {
    width: 500px;
  }
  #product .content#monofunctinal_type .lead_area .image {
    width: 250px;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:hover {
    background-color: #ffe7c5 !important;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:hover td:hover {
    background-color: #ffd198;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef9ee;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr.first_row td {
    background-color: #f8c357 !important;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr td.hover {
    background-color: #ffe7c5;
  }
  #product .content#monofunctinal_type .table_wrap .type_table .large td {
    height: 95px;
  }
  #product .content#low_chlorine_type {
    border-color: #fa9fa3;
  }
  #product .content#low_chlorine_type .lead_area {
    width: 785px;
  }
  #product .content#low_chlorine_type .lead_area .desc_area {
    width: 500px;
  }
  #product .content#low_chlorine_type .lead_area .image {
    width: 250px;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:hover {
    background-color: #f7e6f1 !important;
    background-color: aqua;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:hover td:hover {
    background-color: #f8dae6;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef4f8;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr.first_row td {
    background-color: #fa9fa3 !important;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr td.hover {
    background-color: #f7e6f1;
  }
  #product .content#green_denacol_type {
    border-color: #38cd9f;
    margin-bottom: 50px;
  }
  #product .content#green_denacol_type h4 {
    width: 480px;
    top: -20px;
  }
  #product .content#green_denacol_type .lead_area {
    width: 785px;
  }
  #product .content#green_denacol_type .lead_area .desc_area {
    width: 500px;
  }
  #product .content#green_denacol_type .lead_area .image {
    width: 250px;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr:hover {
    background-color: #ceeae1 !important;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr:hover td:hover {
    background-color: #92e8cb;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #ebf7f3;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr.first_row td {
    background-color: #38cd9f !important;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr td.hover {
    background-color: #ceeae1;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(2) {
    width: 120px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(5) {
    width: 130px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(6) {
    width: 95px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(7) {
    width: 72px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(8) {
    width: 90px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(9) {
    width: 90px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(10) {
    width: 84px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(11) {
    width: 84px;
  }
  #product .content#green_denacol_type .table_wrap .example {
    padding-left: 15px;
  }

  #lead_sec {
    margin-top: 100px;
    margin-bottom: 80px;
  }
  #lead_sec .inner {
    position: relative;
    border: 3px solid #000;
    border-radius: 10px;
    padding: 20px 25px 25px 25px;
  }
  #lead_sec .desc {
    width: 790px;
    font-size: 1.8rem;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #444;
  }
  #lead_sec .desc:last-child {
    margin-bottom: 0;
  }
  #lead_sec .image {
    position: absolute;
  }
  #lead_sec .image img {
    width: 100%;
    height: 100%;
  }
  #lead_sec .block_wrap {
    width: 790px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #lead_sec .block {
    width: 100%;
    padding: 20px 25px;
  }
  #lead_sec .block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }
  #lead_sec .block dl:last-child {
    margin-bottom: 0;
  }
  #lead_sec .block dt, #lead_sec .block dd {
    display: inline-block;
    vertical-align: top;
  }
  #lead_sec .block dt {
    width: 125px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 1px;
  }
  #lead_sec .block dd {
    width: calc(100% - 125px);
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #lead_sec .block dd a {
    display: inline-block;
    text-decoration: underline;
  }
  #lead_sec .block dd a:hover {
    text-decoration: none;
  }
  #lead_sec .block .block_detail1 dt {
    color: #00b3cd;
  }
  #lead_sec .block .block_detail2 dt {
    color: #e069d9;
  }
  #lead_sec.lead_multifunctional_type .inner {
    border: 3px solid #b7c245;
  }
  #lead_sec.lead_multifunctional_type .block {
    background-color: #f1f3da;
  }
  #lead_sec.lead_multifunctional_type .image {
    top: 30px;
    right: 23px;
    width: 215px;
    height: 239px;
  }
  #lead_sec.lead_bifunctional_type .inner {
    border: 3px solid #67bdc9;
  }
  #lead_sec.lead_bifunctional_type .block {
    background-color: #e1f2f4;
  }
  #lead_sec.lead_bifunctional_type .image {
    top: 30px;
    right: 23px;
    width: 209px;
    height: 234px;
  }
  #lead_sec.lead_monofunctinal_type .inner {
    border: 3px solid #f8c357;
  }
  #lead_sec.lead_monofunctinal_type .block {
    background-color: #fef3dd;
  }
  #lead_sec.lead_monofunctinal_type .image {
    top: 30px;
    right: 23px;
    width: 195px;
    height: 242px;
  }
  #lead_sec.lead_low_chlorine_type .inner {
    border: 3px solid #fa9fa3;
  }
  #lead_sec.lead_low_chlorine_type .desc {
    width: 940px;
    margin: 0 auto;
  }
  #lead_sec.lead_low_chlorine_type .block {
    background-color: #fef3dd;
  }
  #lead_sec.lead_low_chlorine_type .image {
    top: 8px;
    right: 23px;
    width: 133px;
    height: 201px;
  }
  #lead_sec.lead_low_chlorine_type .series {
    width: 940px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #lead_sec.lead_low_chlorine_type .series dl {
    width: 290px;
    padding: 20px 28px 23px;
  }
  #lead_sec.lead_low_chlorine_type .series dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #lead_sec.lead_low_chlorine_type .series dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #lead_sec.lead_low_chlorine_type .series dl dd a {
    text-decoration: underline;
  }
  #lead_sec.lead_low_chlorine_type .series dl dd a:hover {
    text-decoration: none;
  }
  #lead_sec.lead_low_chlorine_type .series .series01 {
    background-color: #f1f3da;
    padding-top: 30px;
  }
  #lead_sec.lead_low_chlorine_type .series .series01 dt {
    color: #b7c245;
  }
  #lead_sec.lead_low_chlorine_type .series .series01 dd {
    text-align: center;
  }
  #lead_sec.lead_low_chlorine_type .series .series02 {
    background-color: #e1f2f4;
  }
  #lead_sec.lead_low_chlorine_type .series .series02 dt {
    color: #67bdc9;
  }
  #lead_sec.lead_low_chlorine_type .series .series03 {
    background-color: #fef3dd;
  }
  #lead_sec.lead_low_chlorine_type .series .series03 dt {
    color: #f8c357;
  }
  #lead_sec.lead_green_denacol .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 3px solid #38cd9f;
    padding: 55px 90px;
  }
  #lead_sec.lead_green_denacol .desc {
    width: 465px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  #lead_sec.lead_green_denacol .block {
    background-color: #fef3dd;
  }
  #lead_sec.lead_green_denacol .image {
    top: 8px;
    right: 23px;
    width: 133px;
    height: 201px;
  }
  #lead_sec.lead_green_denacol .series {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #lead_sec.lead_green_denacol .series dl {
    width: 335px;
    padding: 20px 28px 23px;
  }
  #lead_sec.lead_green_denacol .series dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #lead_sec.lead_green_denacol .series dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #lead_sec.lead_green_denacol .series dl dd a {
    text-decoration: underline;
  }
  #lead_sec.lead_green_denacol .series dl dd a:hover {
    text-decoration: none;
  }
  #lead_sec.lead_green_denacol .series .series01 {
    height: 160px;
    background-color: #f1f3da;
    padding-top: 30px;
  }
  #lead_sec.lead_green_denacol .series .series01 dt {
    color: #b7c245;
  }

  #lineup {
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 100px;
  }
  #lineup .stitle {
    padding-top: 110px;
    margin-bottom: 70px;
  }
  #lineup .lineup {
    padding-top: 80px;
    margin-top: -80px;
    padding-bottom: 80px;
  }
  #lineup .product_name {
    font-size: 2.0rem;
    font-weight: bold;
    border-left: 10px solid;
    background-color: #444;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  #lineup .grade {
    position: relative;
    top: -1px;
    display: inline-block;
    height: 26px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 26px;
    color: #444;
    text-align: center;
    background-color: #ffe034;
    padding: 0 8px;
    margin-left: 10px;
    vertical-align: middle;
  }
  #lineup .info_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #lineup .info_wrap .desc_area {
    width: 535px;
  }
  #lineup .info_wrap .desc_area .chem_name {
    margin-bottom: 15px;
  }
  #lineup .info_wrap .desc_area .chem_name dt, #lineup .info_wrap .desc_area .chem_name dd {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    vertical-align: top;
  }
  #lineup .info_wrap .desc_area .detail ul li {
    display: inline-block;
    line-height: 1.3;
  }
  #lineup .info_wrap .desc_area .detail ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  #lineup .info_wrap .desc_area .detail dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #lineup .info_wrap .desc_area .detail dl dt:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-color: #000;
  }
  #lineup .info_wrap .desc_area .detail dl dd {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  #lineup .info_wrap .desc_area .detail dl dd ul {
    margin-left: 2px;
  }
  #lineup .info_wrap .desc_area .detail dl dd ul li {
    margin-right: 15px;
  }
  #lineup .info_wrap .desc_area .detail dl dd ul li:last-child {
    margin-right: 0;
  }
  #lineup .info_wrap .desc_area .link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #lineup .info_wrap .desc_area .link_area .link {
    width: 260px;
    margin-bottom: 15px;
  }
  #lineup .info_wrap .desc_area .link_area .link a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 19px 5px 19px 15px;
    line-height: 1.3;
  }
  #lineup .info_wrap .desc_area .link_area .link a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #lineup .info_wrap .desc_area .link_area .link a:hover:after {
    right: 12px;
  }
  #lineup .info_wrap .desc_area .link_area .link a span {
    display: inline-block;
    vertical-align: top;
  }
  #lineup .info_wrap .desc_area .link_area .link a span:first-child {
    width: 75px;
  }
  #lineup .info_wrap .desc_area .link_area .link a span:last-child {
    width: calc(100% - 90px);
  }
  #lineup .info_wrap .desc_area .link_area .link.line2 a {
    padding: 10px 5px 10px 15px;
  }
  #lineup .info_wrap .image {
    width: 535px;
  }
  #lineup .info_wrap .image img {
    width: 100%;
    border: 1px solid #ccc;
  }
  #lineup .table_wrap .type_table {
    width: 100%;
  }
  #lineup .table_wrap .type_table tr td {
    height: 50px;
    width: calc(100% / 6);
    border-right: 1px solid #e6e6e6;
    font-size: 1.4rem;
    text-align: center;
  }
  #lineup .table_wrap .type_table tr td:last-child {
    border: none;
  }
  #lineup .table_wrap .type_table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  #lineup .note {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  #others {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 40px;
  }
  #others .stitle {
    padding-top: 115px;
    margin-bottom: 75px;
  }
  #others .table_wrap .type_table_list tr td {
    padding: 0 5px;
  }
  #others .table_wrap .type_table_list tr td:last-child {
    border: none;
  }
  #others .table_wrap .type_table_list tr td:nth-child(1) {
    width: 92px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(2) {
    width: 240px;
    text-align: left;
    padding: 0 17px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(3) {
    width: 120px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(4) {
    width: 108px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(5) {
    width: 112px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(6) {
    width: 105px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(7) {
    width: 105px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(8) {
    width: 105px;
    padding: 5px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(9) {
    width: 105px;
  }
  #others .table_wrap .type_table_list tr.first_row td {
    font-weight: bold;
    color: #fff;
    background-color: #b7c245;
  }
  #others .table_wrap .type_table_list tr.first_row td:nth-child(5), #others .table_wrap .type_table_list tr.first_row td:nth-child(6) {
    padding-top: 5px;
  }
  #others .table_wrap .type_table_list tr:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  #others .note {
    font-size: 1.3rem;
    padding-left: 665px;
    margin-top: 15px;
  }

  #product_nav {
    margin-bottom: 140px;
  }
  #product_nav .common_inner {
    border-top: 1px dotted #e6e6e6;
  }
  #product_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  #product_nav ul li {
    width: 260px;
    border: 1px solid #e6e6e6;
  }
  #product_nav ul li a {
    display: block;
    padding: 0;
  }
  #product_nav ul li a .wrap .image {
    width: 100%;
    height: 107px;
  }
  #product_nav ul li a .wrap .image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #product_nav ul li a .wrap .btn_wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #product_nav ul li a .wrap .btn_wrap .common_btn {
    display: block;
    position: relative;
    height: 34px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 11px;
  }
  #product_nav ul li a .wrap .btn_wrap .common_btn:before {
    width: 23px;
  }
  #product_nav ul li a .wrap .btn_wrap .common_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #product_nav ul li a:hover {
    text-decoration: none;
  }
  #product_nav ul li a:hover .wrap .common_btn:after {
    right: 7px;
  }
  #product_nav ul li.nav_multifunctional_type .common_btn {
    color: #b7c245;
  }
  #product_nav ul li.nav_multifunctional_type .common_btn:after {
    border-top-color: #b7c245;
    border-right-color: #b7c245;
  }
  #product_nav ul li.nav_bifunctional_type .common_btn {
    color: #67bdc9;
  }
  #product_nav ul li.nav_bifunctional_type .common_btn:after {
    border-top-color: #67bdc9;
    border-right-color: #67bdc9;
  }
  #product_nav ul li.nav_monofunctinal_type .common_btn {
    color: #f8c357;
  }
  #product_nav ul li.nav_monofunctinal_type .common_btn:after {
    border-top-color: #f8c357;
    border-right-color: #f8c357;
  }
  #product_nav ul li.on .common_btn {
    color: #bfbfbf;
  }
  #product_nav .btn_wrap_qa {
    width: 100%;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin: 40px auto 0;
  }
  #product_nav .btn_wrap_qa .btn {
    display: block;
    position: relative;
    height: 80px;
    line-height: 80px;
    font-size: 2rem;
    font-weight: bold;
    color: #67bdc9;
    text-align: center;
  }
  #product_nav .btn_wrap_qa .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc( 50% - 80px);
    bottom: 0;
    margin: auto 0;
    width: 13px;
    height: 13px;
    border-top: 1px solid #67bdc9;
    border-right: 1px solid #67bdc9;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #product_nav .btn_wrap_qa .btn:hover:after {
    right: calc( 50% - 85px);
  }

  #wrapper.index .stitle {
    line-height: 1.3;
    border: 5px solid #00b3cd;
    color: #00b3cd;
  }
  #wrapper.index .nav {
    margin-top: 70px;
  }
  #wrapper.index .nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #wrapper.index .nav .nav_name {
    width: 180px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00b3cd;
    margin-right: 30px;
  }
  #wrapper.index .nav .list {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wrapper.index .nav .item {
    width: 200px;
    height: 50px;
    text-align: center;
    margin-right: 20px;
  }
  #wrapper.index .nav .item:last-child {
    margin-right: 0;
  }
  #wrapper.index .nav .item:nth-child(n+4) {
    margin-top: 15px;
  }
  #wrapper.index .nav .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 9px;
  }
  #wrapper.index .nav .item a:before {
    position: absolute;
    top: 17px;
    left: 11px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #wrapper.index .nav .item a:hover:before {
    top: 20px;
  }
  #wrapper.index .nav .item1 {
    border: 1px solid #b7c245;
  }
  #wrapper.index .nav .item1 a {
    color: #b7c245;
  }
  #wrapper.index .nav .item1 a:before {
    border-left: 1px solid #b7c245;
    border-bottom: 1px solid #b7c245;
  }
  #wrapper.index .nav .item2 {
    border: 1px solid #00b3cd;
  }
  #wrapper.index .nav .item2 a {
    color: #00b3cd;
  }
  #wrapper.index .nav .item2 a:before {
    border-left: 1px solid #00b3cd;
    border-bottom: 1px solid #00b3cd;
  }
  #wrapper.index .nav .item3 {
    border: 1px solid #ffa134;
  }
  #wrapper.index .nav .item3 a {
    color: #ffa134;
  }
  #wrapper.index .nav .item3 a:before {
    border-left: 1px solid #ffa134;
    border-bottom: 1px solid #ffa134;
  }
  #wrapper.index .nav .item4 {
    border: 1px solid #fa9fa3;
  }
  #wrapper.index .nav .item4 a {
    color: #fa9fa3;
  }
  #wrapper.index .nav .item4 a:before {
    border-left: 1px solid #fa9fa3;
    border-bottom: 1px solid #fa9fa3;
  }
  #wrapper.index .nav .item5 {
    border: 1px solid #38cd9f;
  }
  #wrapper.index .nav .item5 a {
    color: #38cd9f;
    padding-top: 15px;
    padding-left: 10px;
  }
  #wrapper.index .nav .item5 a:before {
    border-left: 1px solid #38cd9f;
    border-bottom: 1px solid #38cd9f;
  }
  #wrapper.index .product_wrap {
    padding-top: 120px;
    margin-top: -120px;
  }

  #wrapper.multifunctional_type #kv {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #kv .common_inner {
    background: url("../images/product/multifunctional_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.multifunctional_type .stitle {
    border: 5px solid #b7c245;
    color: #b7c245;
  }
  #wrapper.multifunctional_type .stitle .title_eng {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #bc li {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #bc li:after {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #bc li a:after {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .product_name {
    border-left-color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .table_wrap .type_table .first_row td {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:hover {
    background-color: #eaedca !important;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #d9e589;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr.first_row td {
    background-color: #b7c245 !important;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr td.hover {
    background-color: #eaedca;
  }

  #wrapper.bifunctional_type #kv {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #kv .common_inner {
    background: url("../images/product/bifunctional_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.bifunctional_type .stitle {
    border: 5px solid #67bdc9;
    color: #67bdc9;
  }
  #wrapper.bifunctional_type .stitle .title_eng {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #bc li {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #bc li:after {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #bc li a:after {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .product_name {
    border-left-color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .table_wrap .type_table .first_row td {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:hover {
    background-color: #d9ebed !important;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #c3dee1;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f0f8f9;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr.first_row td {
    background-color: #67bdc9 !important;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr td.hover {
    background-color: #d9ebed;
  }
  #wrapper.bifunctional_type #others .table_wrap .large td {
    height: 95px;
  }

  #wrapper.monofunctinal_type #kv {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #kv .common_inner {
    background: url("../images/product/monofunctinal_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.monofunctinal_type .stitle {
    border: 5px solid #f8c357;
    color: #f8c357;
  }
  #wrapper.monofunctinal_type .stitle .title_eng {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #bc li {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #bc li:after {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #bc li a:after {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .product_name {
    border-left-color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .table_wrap .type_table .first_row td {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:hover {
    background-color: #ffe7c5 !important;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #ffd198;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef9ee;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr.first_row td {
    background-color: #f8c357 !important;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr td.hover {
    background-color: #ffe7c5;
  }

  #wrapper.low_chlorine_type #kv {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #kv .common_inner {
    background: url("../images/product/low_chlorine_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.low_chlorine_type #kv .kv_desc {
    padding-top: 60px;
  }
  #wrapper.low_chlorine_type .stitle {
    border: 5px solid #fa9fa3;
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type .stitle .title_eng {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #bc li {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #bc li:after {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #bc li a:after {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .product_name {
    border-left-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .info_wrap .link_area .link a {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .table_wrap .type_table .first_row td {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:hover {
    background-color: #ffe7c5 !important;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #ffd198;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef9ee;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr.first_row td {
    background-color: #f8c357 !important;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr td.hover {
    background-color: #ffe7c5;
  }

  #wrapper.green_denacol #kv {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #kv .common_inner {
    background: url("../images/product/green_denacol_kv.png") center center/100% no-repeat;
  }
  #wrapper.green_denacol .stitle {
    border: 5px solid #38cd9f;
    color: #38cd9f;
  }
  #wrapper.green_denacol .stitle .title_eng {
    color: #38cd9f;
  }
  #wrapper.green_denacol #bc li {
    color: #38cd9f;
  }
  #wrapper.green_denacol #bc li:after {
    color: #38cd9f;
  }
  #wrapper.green_denacol #bc li a:after {
    color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .product_name {
    border-left-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .info_wrap .link_area .link a {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .table_wrap .type_table .first_row td {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .table_wrap .type_table tr td {
    width: calc(100% / 7);
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:hover {
    background-color: #ceeae1 !important;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:hover td:hover {
    background-color: #92e8cb;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #ebf7f3;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr.first_row td {
    background-color: #38cd9f !important;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr td.hover {
    background-color: #ceeae1;
  }

  .detail_list_wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1220px;
    max-height: 900px;
    overflow: scroll;
    padding: 40px;
  }

  .detail_list_desc {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
  }

  .detail_list {
    position: relative;
  }
  .detail_list .list {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail_list .list li {
    width: 535px;
    background-color: #f9f9f9;
    padding: 30px 23px 15px 35px;
    margin-bottom: 30px;
  }
  .detail_list .list li h4 {
    color: #444;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .detail_list .list li h4:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #00b3cd;
    vertical-align: middle;
    margin-right: 3px;
  }
  .detail_list .list li .image img.pc {
    display: block;
  }
  .detail_list .btn {
    background-color: transparent;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -60px;
    right: -22px;
    border-radius: 50%;
    background-color: #00b3cd;
    cursor: pointer;
  }
  .detail_list .btn:hover {
    opacity: .8;
  }
  .detail_list .btn:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .detail_list .btn:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #modal_detail {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    z-index: -1;
    opacity: 0;
  }
  #modal_detail .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal_detail.show {
    opacity: 1;
    z-index: 9999;
  }

  .modal_list_btn {
    width: 845px;
    height: 80px;
    margin: 0 auto;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    background-color: #333;
  }
  .modal_list_btn:hover {
    opacity: .8;
  }
  .modal_list_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #00b3cd;
  }
  .modal_list_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("../images/product/modal_open.svg") center 0/100% no-repeat;
    width: 30px;
    height: 30px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .stitle {
    width: 33.33vw;
    height: 33.33vw;
    border: 5px solid #00b3cd;
    border-radius: 50%;
    font-size: 5vw;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: #00b3cd;
    padding-top: 10.33vw;
    margin: 0 auto;
  }
  .stitle .title_eng {
    display: block;
    font-size: 3.05vw;
    font-weight: bold;
    font-style: italic;
    margin-top: 1.3vw;
  }

  .type_table {
    width: 100%;
  }
  .type_table tr td {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #666;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle;
  }
  .type_table tr td .grade {
    display: block;
    margin: 3px auto 0;
    width: 85px;
    font-size: 1rem;
    height: 18px;
    line-height: 1.2;
    color: #444;
    text-align: center;
    background-color: #ffe034;
    padding-top: 3px;
  }
  .type_table tr.first_row td {
    font-weight: bold;
    color: #fff;
  }
  .type_table tr.first_row td:nth-child(2) {
    text-align: center !important;
  }
  .type_table.type_table_list tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .type_table.type_table_list tr td {
    height: 73px;
  }
  .type_table.type_table_list tr td:last-of-type {
    border-right: none;
  }

  .dl_btn {
    width: 92%;
    text-align: center;
    margin: 5.33333vw auto 0;
  }
  .dl_btn a {
    display: block;
    width: 100%;
    color: #444;
    font-size: 3.73333vw;
    font-weight: bold;
    letter-spacing: .07em;
    padding: 4.66667vw 0 4vw;
    border: 1px solid #444;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .dl_btn a:hover {
    opacity: .8;
    color: #fff;
    background-color: #444;
  }

  .table_fixed_wrap {
    position: relative;
  }
  .table_fixed_wrap .table_fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    z-index: 1;
  }
  .table_fixed_wrap .table_fixed td {
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
  }
  .table_fixed_wrap .table_fixed .first_row td {
    font-weight: bold;
    color: #fff;
  }

  .swipe {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 20vw;
    height: 0;
    padding-top: 5%;
    background: url("../images/product/sp_index_swipe.png") center 0/100% no-repeat;
    margin: 0 auto;
  }
  .swipe.swipe_top {
    margin-bottom: 4px;
  }

  #kv {
    position: relative;
    width: 100%;
    height: 32.93vw;
    background: url("../images/common/sp_ttl_mesh.png") center 0/cover no-repeat #00b3cd;
  }
  #kv .common_inner {
    height: 100%;
  }
  #kv .kv_desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 50.33vw;
    height: 16.33vw;
    text-align: center;
  }
  #kv .kv_desc h2 {
    font-size: 5.83vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 2vw;
  }
  #kv .kv_desc h2 span {
    font-size: 3.3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
  }
  #kv .kv_desc h2 span.lead {
    display: block;
  }
  #kv .kv_desc .title_eng {
    font-size: 3.61vw;
    font-weight: bold;
    color: #fff;
    font-style: italic;
  }

  #selection {
    padding-top: 60px;
    margin-top: -60px;
    padding-bottom: 13.33333vw;
  }
  #selection .stitle {
    margin-bottom: 3.33vw;
  }
  #selection .lead {
    font-size: 3.7vw;
    text-align: center;
    line-height: 1.9;
    color: #444;
    margin-bottom: 7.33vw;
  }
  #selection .type_list .list li {
    position: relative;
    width: 100%;
    border: solid 3px;
    border-radius: 10px;
    padding: 8vw 6.6vw 7.3vw;
    margin-bottom: 12.66vw;
  }
  #selection .type_list .list li h4 {
    position: absolute;
    top: -4.7vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 48.33vw;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
  }
  #selection .type_list .list li .desc {
    font-size: 3.61vw;
    line-height: 1.9;
    color: #444;
  }
  #selection .type_list .list li .series {
    padding: 4vw 9.3vw 2.6vw 4vw;
  }
  #selection .type_list .list li .series dt {
    font-size: 3.88vw;
    font-weight: bold;
    line-height: 1.5;
  }
  #selection .type_list .list li .series dt.series01 {
    color: #00b3cd;
  }
  #selection .type_list .list li .series dt.series02 {
    color: #e069d9;
  }
  #selection .type_list .list li .series dd {
    font-size: 3.3vw;
    line-height: 1.4;
    margin-bottom: 1.3vw;
  }
  #selection .type_list .list li .series dd a {
    text-decoration: underline;
  }
  #selection .type_list .list li.multifunctional_type {
    border-color: #b7c245;
  }
  #selection .type_list .list li.multifunctional_type h4 {
    color: #b7c245;
  }
  #selection .type_list .list li.multifunctional_type .series {
    background-color: #f1f3da;
  }
  #selection .type_list .list li.bifunctional_type {
    border-color: #67bdc9;
  }
  #selection .type_list .list li.bifunctional_type h4 {
    color: #67bdc9;
  }
  #selection .type_list .list li.bifunctional_type .series {
    background-color: #e1f2f4;
  }
  #selection .type_list .list li.monofunctinal_type {
    border-color: #f8c357;
  }
  #selection .type_list .list li.monofunctinal_type h4 {
    color: #f8c357;
  }
  #selection .type_list .list li.monofunctinal_type p {
    margin-bottom: 23px;
  }
  #selection .type_list .list li.monofunctinal_type .series {
    background-color: #fef3dd;
  }
  #selection .type_list .list li.low_chlorine_type {
    width: 100%;
    border-color: #fa9fa3;
    margin-bottom: 8vw;
  }
  #selection .type_list .list li.low_chlorine_type h4 {
    color: #fa9fa3;
  }
  #selection .type_list .list li.low_chlorine_type p {
    margin-bottom: 5.33333vw;
  }
  #selection .type_list .list li.low_chlorine_type .series {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #selection .type_list .list li.low_chlorine_type .series dl {
    width: 100%;
    padding: 4.66667vw 12vw 6.66667vw;
    margin-bottom: 5.33333vw;
  }
  #selection .type_list .list li.low_chlorine_type .series dl:last-child {
    margin-bottom: 0;
  }
  #selection .type_list .list li.low_chlorine_type .series dl dt {
    font-size: 4.26667vw;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  #selection .type_list .list li.low_chlorine_type .series dl dd {
    margin-bottom: 0;
  }
  #selection .type_list .list li.low_chlorine_type .series .series01 {
    background-color: #f1f3da;
  }
  #selection .type_list .list li.low_chlorine_type .series .series01 dt {
    color: #b7c245;
  }
  #selection .type_list .list li.low_chlorine_type .series .series01 dd {
    text-align: center;
  }
  #selection .type_list .list li.low_chlorine_type .series .series02 {
    background-color: #e1f2f4;
  }
  #selection .type_list .list li.low_chlorine_type .series .series02 dt {
    color: #67bdc9;
  }
  #selection .type_list .list li.low_chlorine_type .series .series03 {
    background-color: #fef3dd;
  }
  #selection .type_list .list li.low_chlorine_type .series .series03 dt {
    color: #f8c357;
  }
  #selection .type_list .list li.green_denacol {
    width: 100%;
    border-color: #38cd9f;
    margin-bottom: 8vw;
  }
  #selection .type_list .list li.green_denacol h4 {
    width: 65vw;
    color: #38cd9f;
    top: -2.7vw;
  }
  #selection .type_list .list li.green_denacol p {
    margin-bottom: 5.33333vw;
  }
  #selection .type_list .list li.green_denacol .series {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #selection .type_list .list li.green_denacol .series dl {
    width: 100%;
    padding: 4.66667vw 8vw 6.66667vw;
  }
  #selection .type_list .list li.green_denacol .series dl dt {
    font-size: 4.26667vw;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  #selection .type_list .list li.green_denacol .series dl dd {
    margin-bottom: 0;
  }
  #selection .type_list .list li.green_denacol .series .series01 {
    background-color: #f1f3da;
  }
  #selection .type_list .list li.green_denacol .series .series01 dt {
    color: #b7c245;
  }
  #selection .detail_list {
    margin-bottom: 12vw;
  }
  #selection .detail_list .list li {
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 3.3vw;
    margin-bottom: 6.6vw;
  }
  #selection .detail_list .list li h4 {
    color: #444;
    font-size: 2.75vw;
    font-weight: bold;
    padding-left: 4vw;
  }
  #selection .detail_list .list li h4:before {
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    background-color: #00b3cd;
    vertical-align: middle;
    margin-right: 0.6vw;
    margin-bottom: 0.5vw;
  }

  #product {
    margin-bottom: 10.66vw;
  }
  #product .product_menu_btn {
    position: relative;
    margin-bottom: 9vw;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #00b3cd;
    font-size: 3.61vw;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 0 4vw;
  }
  #product .product_menu_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
  }
  #product .product_menu_btn span {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
  }
  #product .product_menu_btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
  }
  #product .product_menu_btn span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #product .product_menu_btn.on span:after {
    display: none;
  }
  #product .stitle {
    padding-top: 9.33vw;
    margin-bottom: 8vw;
  }
  #product .product_wrap .btn_wrap {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-bottom: 8vw;
  }
  #product .product_wrap .btn_wrap .btn {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 4.0vw;
    font-weight: bold;
    color: #67bdc9;
    text-align: center;
  }
  #product .product_wrap .btn_wrap .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc( 50% - 90px);
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
    border-top: 1px solid #67bdc9;
    border-right: 1px solid #67bdc9;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #product .product_wrap .btn_wrap .btn:hover:after {
    right: calc( 50% - 95px);
  }
  #product .content {
    position: relative;
    border: 3px solid;
    border-radius: 10px;
    padding: 8vw 4vw 4.6vw;
    margin-top: 4vw;
    margin-bottom: 6.6vw;
  }
  #product .content h4 {
    position: absolute;
    top: -8.7vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50.4vw;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    color: #444;
  }
  #product .content .lead_area {
    margin-bottom: 6.6vw;
  }
  #product .content .lead_area .desc_area {
    width: 96.8%;
    margin: 0 auto 3.3vw;
  }
  #product .content .lead_area .desc_area p {
    font-size: 3.61vw;
    line-height: 1.9;
    color: #444;
  }
  #product .content .swipe {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 20vw;
    height: 0;
    padding-top: 5%;
    background: url("../images/product/sp_index_swipe.png") center 0/100% no-repeat;
    margin: 0 auto;
  }
  #product .content .swipe.swipe_top {
    margin-bottom: 4px;
  }
  #product .content .table_wrap {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 3vw;
    overflow: hidden;
    overflow-x: scroll;
    width: calc(100% - 93px);
    margin-left: auto;
  }
  #product .content .table_wrap .type_table {
    width: 1034px;
  }
  #product .content .table_wrap .type_table tr {
    border-bottom: 1px solid #e6e6e6;
  }
  #product .content .table_wrap .type_table tr:hover {
    background-color: #f7fad0;
  }
  #product .content .table_wrap .type_table tr:hover td:hover {
    background-color: #eaf386;
  }
  #product .content .table_wrap .type_table tr td {
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
  }
  #product .content .table_wrap .type_table tr td a {
    display: block;
    width: 65px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
    background-color: #444;
    color: #fff;
    margin: 0 auto;
  }
  #product .content .table_wrap .type_table tr td a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #product .content .table_wrap .type_table tr td .grade {
    width: 85px;
    font-size: 1rem;
    height: 18px;
    line-height: 1.2;
    color: #444;
    text-align: center;
    background-color: #ffe034;
  }
  #product .content .table_wrap .type_table tr td.hover {
    background-color: #f7fad0;
  }
  #product .content .table_wrap .type_table tr td:last-of-type {
    border-right: none;
  }
  #product .content .table_wrap .type_table tr td:nth-child(1) {
    width: 87px;
    display: none;
  }
  #product .content .table_wrap .type_table tr td:nth-child(2) {
    width: 180px;
    text-align: left;
    padding: 0 10px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(3) {
    width: 90px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(4) {
    width: 92px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(5) {
    width: 85px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(6) {
    width: 85px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(7) {
    width: 77px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(8) {
    width: 185px;
    padding: 5px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(9) {
    width: 80px;
  }
  #product .content .table_wrap .type_table tr td:nth-child(10) {
    width: 80px;
  }
  #product .content .table_wrap .type_table tr.first_row td {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  #product .content .table_wrap .type_table tr.first_row td:nth-child(5), #product .content .table_wrap .type_table tr.first_row td:nth-child(6), #product .content .table_wrap .type_table tr.first_row td:nth-child(7) {
    padding-top: 5px;
  }
  #product .content .note {
    position: absolute;
    bottom: 10px;
    left: 535px;
    width: 150px;
    font-size: 1.3rem;
  }
  #product .content#multifunctional_type {
    border-color: #b7c245;
  }
  #product .content#multifunctional_type .table_fixed tr:nth-child(odd) td {
    background: #f8f9ec;
  }
  #product .content#multifunctional_type .table_fixed tr.first_row td {
    background-color: #b7c245;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:hover {
    background-color: #eaedca !important;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:hover td:hover {
    background-color: #d9e589;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr.first_row td {
    background-color: #b7c245 !important;
  }
  #product .content#multifunctional_type .table_wrap .type_table tr td.hover {
    background-color: #eaedca;
  }
  #product .content#bifunctional_type {
    border-color: #67bdc9;
  }
  #product .content#bifunctional_type .table_fixed tr:nth-child(odd) td {
    background: #f0f8f9;
  }
  #product .content#bifunctional_type .table_fixed .large {
    height: 92px;
  }
  #product .content#bifunctional_type .table_fixed tr.first_row td {
    background-color: #67bdc9;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:hover {
    background-color: #d9ebed !important;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:hover td:hover {
    background-color: #c3dee1;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f0f8f9;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr.first_row td {
    background-color: #67bdc9 !important;
  }
  #product .content#bifunctional_type .table_wrap .type_table tr td.hover {
    background-color: #d9ebed;
  }
  #product .content#bifunctional_type .table_wrap .large {
    height: 92px;
  }
  #product .content#monofunctinal_type {
    border-color: #f8c357;
  }
  #product .content#monofunctinal_type .table_fixed tr:nth-child(odd) td {
    background: #fef9ee;
  }
  #product .content#monofunctinal_type .table_fixed .large {
    height: 92px;
  }
  #product .content#monofunctinal_type .table_fixed tr.first_row td {
    background-color: #f8c357;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:hover {
    background-color: #ffe7c5 !important;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:hover td:hover {
    background-color: #ffd198;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef9ee;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr.first_row td {
    background-color: #f8c357 !important;
  }
  #product .content#monofunctinal_type .table_wrap .type_table tr td.hover {
    background-color: #ffe7c5;
  }
  #product .content#monofunctinal_type .table_wrap .large {
    height: 92px;
  }
  #product .content#low_chlorine_type {
    border-color: #fa9fa3;
  }
  #product .content#low_chlorine_type .table_fixed tr:nth-child(odd) td {
    background: #fef4f8;
  }
  #product .content#low_chlorine_type .table_fixed .large {
    height: 92px;
  }
  #product .content#low_chlorine_type .table_fixed tr.first_row td {
    background-color: #fa9fa3;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:hover {
    background-color: #edd7e0 !important;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:hover td:hover {
    background-color: #f2d2f2;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef4f8;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr.first_row td {
    background-color: #fa9fa3 !important;
  }
  #product .content#low_chlorine_type .table_wrap .type_table tr td.hover {
    background-color: #edd7e0;
  }
  #product .content#low_chlorine_type .table_wrap .large {
    height: 92px;
  }
  #product .content#green_denacol_type {
    border-color: #38cd9f;
  }
  #product .content#green_denacol_type h4 {
    width: 64.4vw;
    top: -2.7vw;
  }
  #product .content#green_denacol_type .table_fixed tr:nth-child(odd) td {
    background: #ebf7f3;
  }
  #product .content#green_denacol_type .table_fixed tr.first_row td {
    background-color: #38cd9f;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr:hover {
    background-color: #ceeae1 !important;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr:hover td:hover {
    background-color: #92e8cb;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr:nth-child(odd) {
    background-color: #ebf7f3;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr.first_row td {
    background-color: #38cd9f !important;
  }
  #product .content#green_denacol_type .table_wrap .type_table tr td.hover {
    background-color: #ceeae1;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(8) {
    width: 140px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(9) {
    width: 100px;
  }
  #product .content#green_denacol_type .table_wrap .type_table td:nth-child(10) {
    width: 95px;
  }
  #product .content#green_denacol_type .type_table.type_table_list tr td {
    height: 73px;
  }
  #product .link_area {
    width: 100%;
    height: 55px;
    margin-bottom: 8vw;
  }
  #product .link_area a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    background-color: #333;
    padding: 7px 0 8px;
  }
  #product .link_area a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #product .link_area a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 8px;
  }
  #product #monofunctinal_type .image {
    width: 60%;
    margin: 0 auto;
  }
  #product #low_chlorine_type .image {
    width: 60%;
    margin: 0 auto;
  }
  #product #green_denacol_type .image {
    width: 60%;
    margin: 0 auto;
  }

  #lead_sec {
    margin-top: 7.3vw;
    margin-bottom: 5.6vw;
  }
  #lead_sec .inner {
    position: relative;
    border-radius: 10px;
    padding: 6vw 3.33333vw;
  }
  #lead_sec .desc {
    font-size: 3.3vw;
    line-height: 1.5;
    margin-bottom: 2vw;
    color: #444;
  }
  #lead_sec .desc:last-child {
    margin-bottom: 0;
  }
  #lead_sec .image {
    margin: 0 auto 4.66667vw;
  }
  #lead_sec .image img {
    height: 100%;
  }
  #lead_sec .block_wrap {
    width: 100%;
  }
  #lead_sec .block {
    width: 100%;
    padding: 20px 25px;
  }
  #lead_sec .block dl {
    margin-bottom: 15px;
  }
  #lead_sec .block dl:last-child {
    margin-bottom: 0;
  }
  #lead_sec .block dt, #lead_sec .block dd {
    display: block;
  }
  #lead_sec .block dt {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 1.33333vw;
  }
  #lead_sec .block dd {
    font-size: 3.33333vw;
    line-height: 1.3;
  }
  #lead_sec .block dd a {
    text-decoration: underline;
  }
  #lead_sec .block dd a:hover {
    text-decoration: none;
  }
  #lead_sec .block .block_detail1 dt {
    color: #00b3cd;
  }
  #lead_sec .block .block_detail2 dt {
    color: #e069d9;
  }
  #lead_sec.lead_multifunctional_type .inner {
    border: 2px solid #b7c245;
  }
  #lead_sec.lead_multifunctional_type .block {
    background-color: #f1f3da;
  }
  #lead_sec.lead_multifunctional_type .image {
    width: 48.66667vw;
  }
  #lead_sec.lead_bifunctional_type .inner {
    border: 2px solid #67bdc9;
  }
  #lead_sec.lead_bifunctional_type .block {
    background-color: #e1f2f4;
  }
  #lead_sec.lead_bifunctional_type .image {
    width: 47.46667vw;
  }
  #lead_sec.lead_monofunctinal_type .inner {
    border: 2px solid #f8c357;
  }
  #lead_sec.lead_monofunctinal_type .block {
    background-color: #fef3dd;
  }
  #lead_sec.lead_monofunctinal_type .image {
    width: 41.33333vw;
  }
  #lead_sec.lead_low_chlorine_type .inner {
    border: 2px solid #fa9fa3;
  }
  #lead_sec.lead_low_chlorine_type .series {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #lead_sec.lead_low_chlorine_type .series dl {
    width: 100%;
    padding: 5.33333vw 12vw;
    margin-bottom: 5.33333vw;
  }
  #lead_sec.lead_low_chlorine_type .series dl:last-child {
    margin-bottom: 0;
  }
  #lead_sec.lead_low_chlorine_type .series dl dt {
    font-size: 4.26667vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  #lead_sec.lead_low_chlorine_type .series dl dd {
    font-size: 3.3vw;
    line-height: 1.4;
    margin-bottom: 1.3vw;
  }
  #lead_sec.lead_low_chlorine_type .series dl dd a {
    display: inline-block;
    text-decoration: underline;
  }
  #lead_sec.lead_low_chlorine_type .series dl dd a:hover {
    text-decoration: none;
  }
  #lead_sec.lead_low_chlorine_type .series .series01 {
    background-color: #f1f3da;
  }
  #lead_sec.lead_low_chlorine_type .series .series01 dt {
    color: #b7c245;
  }
  #lead_sec.lead_low_chlorine_type .series .series01 dd {
    text-align: center;
  }
  #lead_sec.lead_low_chlorine_type .series .series02 {
    background-color: #e1f2f4;
  }
  #lead_sec.lead_low_chlorine_type .series .series02 dt {
    color: #67bdc9;
  }
  #lead_sec.lead_low_chlorine_type .series .series03 {
    background-color: #fef3dd;
  }
  #lead_sec.lead_low_chlorine_type .series .series03 dt {
    color: #f8c357;
  }
  #lead_sec.lead_green_denacol .inner {
    border: 2px solid #38cd9f;
  }
  #lead_sec.lead_green_denacol .series {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #lead_sec.lead_green_denacol .series dl {
    width: 100%;
    padding: 5.33333vw 4vw;
    margin-bottom: 5.33333vw;
  }
  #lead_sec.lead_green_denacol .series dl:last-child {
    margin-bottom: 0;
  }
  #lead_sec.lead_green_denacol .series dl dt {
    font-size: 4.26667vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  #lead_sec.lead_green_denacol .series dl dd {
    font-size: 3.3vw;
    line-height: 1.4;
    margin-bottom: 1.3vw;
  }
  #lead_sec.lead_green_denacol .series dl dd a {
    display: inline-block;
    text-decoration: underline;
  }
  #lead_sec.lead_green_denacol .series dl dd a:hover {
    text-decoration: none;
  }
  #lead_sec.lead_green_denacol .series .series01 {
    background-color: #f1f3da;
  }
  #lead_sec.lead_green_denacol .series .series01 dt {
    color: #b7c245;
  }

  #lineup {
    margin-top: 7.3vw;
    margin-bottom: 10.6vw;
  }
  #lineup .lineup {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 9.3vw;
  }
  #lineup .stitle {
    width: 34.33vw;
    height: 34.33vw;
    padding-top: 7.33vw;
    margin-bottom: 6.6vw;
  }
  #lineup .product_name {
    font-size: 1.65rem;
    font-weight: bold;
    border-left: 5px solid;
    background-color: #444;
    color: #fff;
    padding: 10px 12px;
    padding-left: 12px;
    margin-bottom: 5.3vw;
  }
  #lineup .product_name span {
    display: inline-block;
    margin-right: 10px;
  }
  #lineup .product_name .grade {
    margin-top: 5px;
    margin-left: 0;
  }
  #lineup .grade {
    font-size: 2.93333vw;
    padding: 0.66667vw 0;
    font-weight: bold;
    color: #444;
    text-align: center;
    background-color: #ffe034;
    padding: 0.66667vw 1.33333vw;
    margin-left: 4vw;
    vertical-align: middle;
    line-height: 1;
  }
  #lineup .info_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  #lineup .info_wrap .desc_area {
    margin-bottom: 3.3vw;
  }
  #lineup .info_wrap .desc_area .chem_name {
    margin-bottom: 15px;
  }
  #lineup .info_wrap .desc_area .chem_name dt, #lineup .info_wrap .desc_area .chem_name dd {
    display: inline-block;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.6;
  }
  #lineup .info_wrap .desc_area .detail ul li {
    display: inline-block;
    line-height: 1.6;
  }
  #lineup .info_wrap .desc_area .detail ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 0.6vw;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  #lineup .info_wrap .desc_area .detail dl dt {
    font-size: 3.3vw;
    font-weight: bold;
    margin-bottom: 1.4vw;
  }
  #lineup .info_wrap .desc_area .detail dl dt:before {
    content: '';
    display: inline-block;
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6vw;
    background-color: #000;
    vertical-align: middle;
  }
  #lineup .info_wrap .desc_area .detail dl dd {
    margin-bottom: 2vw;
    font-size: 1.6rem;
  }
  #lineup .info_wrap .desc_area .detail dl dd ul li {
    font-size: 3.3vw;
    margin-right: 2vw;
  }
  #lineup .info_wrap .desc_area .detail dl dd ul li:last-child {
    margin-right: 0;
  }
  #lineup .info_wrap .desc_area .link {
    width: 100%;
    margin-bottom: 13px;
  }
  #lineup .info_wrap .desc_area .link a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.3rem;
    padding: 10px;
  }
  #lineup .info_wrap .desc_area .link a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #lineup .info_wrap .desc_area .link a:hover:after {
    right: 12px;
  }
  #lineup .info_wrap .image img {
    border: 1px solid #ccc;
  }
  #lineup .table_wrap {
    margin-bottom: 4vw;
    overflow: hidden;
    overflow-x: scroll;
  }
  #lineup .table_wrap .type_table {
    width: 1040px;
  }
  #lineup .table_wrap .type_table tr td {
    height: 50px;
    width: calc(100% / 6);
    border-right: 1px solid #e6e6e6;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
  }
  #lineup .table_wrap .type_table tr td:last-child {
    border: none;
  }
  #lineup .table_wrap .type_table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  #lineup .note {
    font-size: 1.3rem;
    margin-bottom: 4vw;
  }

  #others {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 10.66vw;
  }
  #others .stitle {
    padding-top: 9.33vw;
    margin-bottom: 7.3vw;
  }
  #others .table_wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 3vw;
    overflow-x: scroll;
    width: calc(100% - 93px);
    margin-left: auto;
  }
  #others .table_wrap .type_table_list {
    width: 1100px;
  }
  #others .table_wrap .type_table_list tr td {
    height: 60px;
    border-right: 1px solid #e6e6e6;
    font-size: 1.4rem;
    text-align: center;
  }
  #others .table_wrap .type_table_list tr td:last-child {
    border: none;
  }
  #others .table_wrap .type_table_list tr td:nth-child(1) {
    width: 92px;
    display: none;
  }
  #others .table_wrap .type_table_list tr td:nth-child(2) {
    width: 233px;
    text-align: left;
    padding: 0 17px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(3) {
    width: 110px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(4) {
    width: 108px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(5) {
    width: 112px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(6) {
    width: 105px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(7) {
    width: 105px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(8) {
    width: 105px;
    padding: 5px;
  }
  #others .table_wrap .type_table_list tr td:nth-child(9) {
    width: 105px;
  }
  #others .table_wrap .type_table_list tr.first_row td {
    font-weight: bold;
    color: #fff;
    background-color: #b7c245;
  }
  #others .table_wrap .type_table_list tr.first_row td:nth-child(5), #others .table_wrap .type_table_list tr.first_row td:nth-child(6) {
    padding-top: 5px;
  }
  #others .table_wrap .type_table_list tr:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  #others .note {
    position: absolute;
    bottom: 10px;
    left: 625px;
    width: 150px;
    font-size: 1.3rem;
  }

  #product_nav {
    margin-bottom: 11.33vw;
  }
  #product_nav .common_inner {
    border-top: 1px dotted #e6e6e6;
  }
  #product_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.3vw;
  }
  #product_nav ul li {
    width: 47.82%;
    border: 1px solid #e6e6e6;
    margin-bottom: 4vw;
  }
  #product_nav ul li a {
    display: block;
  }
  #product_nav ul li a .wrap .image img {
    display: block;
  }
  #product_nav ul li a .wrap .btn_wrap {
    width: 100%;
    position: relative;
    font-weight: bold;
  }
  #product_nav ul li a .wrap .common_btn {
    height: 11.2vw;
    line-height: 1;
    font-size: 3.2vw;
    text-align: left;
    padding: 4vw 0 4vw 2.66667vw;
  }
  #product_nav ul li a .wrap .common_btn:before {
    width: 6vw;
  }
  #product_nav ul li a .wrap .common_btn:after {
    width: 2.13333vw;
    height: 2.13333vw;
    right: 2.4vw;
  }
  #product_nav ul li a:hover {
    text-decoration: none;
  }
  #product_nav ul li a:hover h4 {
    color: #bfbfbf;
  }
  #product_nav ul li.nav_multifunctional_type h4 {
    color: #b7c245;
  }
  #product_nav ul li.nav_multifunctional_type h4:after {
    border-top-color: #b7c245;
    border-right-color: #b7c245;
  }
  #product_nav ul li.nav_bifunctional_type h4 {
    color: #67bdc9;
  }
  #product_nav ul li.nav_bifunctional_type h4:after {
    border-top-color: #67bdc9;
    border-right-color: #67bdc9;
  }
  #product_nav ul li.nav_monofunctinal_type h4 {
    color: #f8c357;
  }
  #product_nav ul li.nav_monofunctinal_type h4:after {
    border-top-color: #f8c357;
    border-right-color: #f8c357;
  }
  #product_nav ul li.nav_low_chlorine_type a .wrap .common_btn {
    padding: 2.4vw 0 2.4vw 2.66667vw;
  }
  #product_nav ul li.on h4 {
    color: #bfbfbf;
  }
  #product_nav .btn_wrap_qa {
    width: 100%;
    border: 1px solid #e6e6e6;
  }
  #product_nav .btn_wrap_qa .btn {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 4.0vw;
    font-weight: bold;
    color: #67bdc9;
    text-align: center;
  }
  #product_nav .btn_wrap_qa .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: calc( 50% - 90px);
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
    border-top: 1px solid #67bdc9;
    border-right: 1px solid #67bdc9;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s right linear;
    transition: 0.2s right linear;
  }
  #product_nav .btn_wrap_qa .btn:hover:after {
    right: calc( 50% - 95px);
  }

  #wrapper.index .stitle {
    border: 5px solid #00b3cd;
    color: #00b3cd;
  }
  #wrapper.index #kv {
    height: 30.66vw;
  }
  #wrapper.index #kv .common_inner {
    width: 100%;
    background: url("../images/product/sp_index_kv.png") center center/100% no-repeat;
  }
  #wrapper.index #kv .kv_desc {
    height: 11.33vw;
  }
  #wrapper.index #kv .kv_desc .title_eng {
    font-size: 3.6vw;
  }
  #wrapper.index #bc {
    margin-bottom: 30px;
  }
  #wrapper.index .nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #wrapper.index .nav .inner {
    padding: 6vw 4vw;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #wrapper.index .nav .nav_name {
    font-size: 4vw;
    font-weight: bold;
    color: #00b3cd;
    margin-bottom: 4vw;
  }
  #wrapper.index .nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wrapper.index .nav .item {
    width: 48%;
    text-align: center;
    margin-bottom: 4vw;
  }
  #wrapper.index .nav .item:last-child {
    margin-right: 0;
  }
  #wrapper.index .nav .item a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 3.73333vw;
    font-weight: bold;
    padding: 3.33333vw 0 4.66667vw;
  }
  #wrapper.index .nav .item a:before {
    position: absolute;
    bottom: 1.33333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 2.13333vw;
    height: 2.13333vw;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #wrapper.index .nav .item a:hover:before {
    top: 20px;
  }
  #wrapper.index .nav .item1 {
    border: 1px solid #b7c245;
  }
  #wrapper.index .nav .item1 a {
    color: #b7c245;
  }
  #wrapper.index .nav .item1 a:before {
    border-left: 1px solid #b7c245;
    border-bottom: 1px solid #b7c245;
  }
  #wrapper.index .nav .item2 {
    border: 1px solid #00b3cd;
  }
  #wrapper.index .nav .item2 a {
    color: #00b3cd;
  }
  #wrapper.index .nav .item2 a:before {
    border-left: 1px solid #00b3cd;
    border-bottom: 1px solid #00b3cd;
  }
  #wrapper.index .nav .item3 {
    border: 1px solid #ffa134;
  }
  #wrapper.index .nav .item3 a {
    color: #ffa134;
  }
  #wrapper.index .nav .item3 a:before {
    border-left: 1px solid #ffa134;
    border-bottom: 1px solid #ffa134;
  }
  #wrapper.index .nav .item4 {
    border: 1px solid #fa9fa3;
  }
  #wrapper.index .nav .item4 a {
    color: #fa9fa3;
  }
  #wrapper.index .nav .item4 a:before {
    border-left: 1px solid #fa9fa3;
    border-bottom: 1px solid #fa9fa3;
  }
  #wrapper.index .nav .item5 {
    border: 1px solid #38cd9f;
  }
  #wrapper.index .nav .item5 a {
    font-size: 3.46667vw;
    color: #38cd9f;
  }
  #wrapper.index .nav .item5 a:before {
    border-left: 1px solid #38cd9f;
    border-bottom: 1px solid #38cd9f;
    top: 6.4vw;
  }
  #wrapper.index .product_wrap {
    padding-top: 60px;
    margin-top: -60px;
    margin-bottom: 20vw;
  }
  #wrapper.index .product_wrap:last-child {
    margin-bottom: 0;
  }

  #wrapper.multifunctional_type #kv {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #kv .kv_desc {
    height: 22.33vw;
  }
  #wrapper.multifunctional_type #kv .common_inner {
    background: url("../images/product/sp_multifunctional_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.multifunctional_type .stitle {
    border: 5px solid #b7c245;
    color: #b7c245;
  }
  #wrapper.multifunctional_type .stitle .title_eng {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #bc li {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #bc li:after {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #bc li a:after {
    color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .product_name {
    border-left-color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #lineup .table_wrap .type_table .first_row td {
    background-color: #b7c245;
  }
  #wrapper.multifunctional_type #others .table_fixed_wrap .table_fixed td {
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
  }
  #wrapper.multifunctional_type #others .table_fixed_wrap .table_fixed tr:nth-child(odd) td {
    background: #f8f9ec;
  }
  #wrapper.multifunctional_type #others .table_fixed_wrap .table_fixed .first_row td {
    background: #b7c245 !important;
    font-weight: bold;
    color: #fff;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:hover {
    background-color: #eaedca !important;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #d9e589;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr.first_row td {
    background-color: #b7c245 !important;
  }
  #wrapper.multifunctional_type #others .table_wrap .type_table tr td.hover {
    background-color: #eaedca;
  }

  #wrapper.bifunctional_type #kv {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #kv .common_inner {
    background: url("../images/product/sp_bifunctional_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.bifunctional_type #kv .kv_desc {
    height: 22.33vw;
  }
  #wrapper.bifunctional_type .stitle {
    border: 5px solid #67bdc9;
    color: #67bdc9;
  }
  #wrapper.bifunctional_type .stitle .title_eng {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #bc li {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #bc li:after {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #bc li a:after {
    color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .product_name {
    border-left-color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #lineup .table_wrap .type_table .first_row td {
    background-color: #67bdc9;
  }
  #wrapper.bifunctional_type #others .table_fixed_wrap .table_fixed td {
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
  }
  #wrapper.bifunctional_type #others .table_fixed_wrap .table_fixed tr:nth-child(odd) td {
    background: #f0f8f9;
  }
  #wrapper.bifunctional_type #others .table_fixed_wrap .table_fixed .large td {
    height: 92px;
  }
  #wrapper.bifunctional_type #others .table_fixed_wrap .table_fixed .first_row td {
    background: #67bdc9 !important;
    font-weight: bold;
    color: #fff;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:hover {
    background-color: #d9ebed !important;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #c3dee1;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f0f8f9;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr.first_row td {
    background-color: #67bdc9 !important;
  }
  #wrapper.bifunctional_type #others .table_wrap .type_table tr td.hover {
    background-color: #d9ebed;
  }
  #wrapper.bifunctional_type #others .table_wrap .large td {
    height: 92px;
  }

  #wrapper.monofunctinal_type #kv {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #kv .common_inner {
    background: url("../images/product/sp_monofunctinal_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.monofunctinal_type #kv .kv_desc {
    height: 22.33vw;
  }
  #wrapper.monofunctinal_type .stitle {
    border: 5px solid #f8c357;
    color: #f8c357;
  }
  #wrapper.monofunctinal_type .stitle .title_eng {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #bc li {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #bc li:after {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #bc li a:after {
    color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .product_name {
    border-left-color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #lineup .table_wrap .type_table .first_row td {
    background-color: #f8c357;
  }
  #wrapper.monofunctinal_type #others .table_fixed_wrap .table_fixed td {
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
  }
  #wrapper.monofunctinal_type #others .table_fixed_wrap .table_fixed tr:nth-child(odd) td {
    background: #fef9ee;
  }
  #wrapper.monofunctinal_type #others .table_fixed_wrap .table_fixed .first_row td {
    background: #f8c357 !important;
    font-weight: bold;
    color: #fff;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:hover {
    background-color: #eaedca !important;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #d9e589;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr.first_row td {
    background-color: #b7c245 !important;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr td.hover {
    background-color: #eaedca;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:hover {
    background-color: #ffe7c5 !important;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #ffd198;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef9ee;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr.first_row td {
    background-color: #f8c357 !important;
  }
  #wrapper.monofunctinal_type #others .table_wrap .type_table tr td.hover {
    background-color: #ffe7c5;
  }

  #wrapper.low_chlorine_type #kv {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #kv .common_inner {
    background: url("../images/product/sp_low_chlorine_type_kv.png") center center/100% no-repeat;
  }
  #wrapper.low_chlorine_type .stitle {
    border: 5px solid #fa9fa3;
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type .stitle .title_eng {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #bc li {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #bc li:after {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #bc li a:after {
    color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .product_name {
    border-left-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #lineup .table_wrap .type_table .first_row td {
    background-color: #fa9fa3;
  }
  #wrapper.low_chlorine_type #others .table_fixed_wrap .table_fixed td {
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
  }
  #wrapper.low_chlorine_type #others .table_fixed_wrap .table_fixed tr:nth-child(odd) td {
    background: #fef9ee;
  }
  #wrapper.low_chlorine_type #others .table_fixed_wrap .table_fixed .first_row td {
    background: #fa9fa3 !important;
    font-weight: bold;
    color: #fff;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:hover {
    background-color: #eaedca !important;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #d9e589;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr.first_row td {
    background-color: #b7c245 !important;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr td.hover {
    background-color: #eaedca;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #f8f9ec;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:hover {
    background-color: #ffe7c5 !important;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:hover td:hover {
    background-color: #ffd198;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #fef9ee;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr.first_row td {
    background-color: #f8c357 !important;
  }
  #wrapper.low_chlorine_type #others .table_wrap .type_table tr td.hover {
    background-color: #ffe7c5;
  }

  #wrapper.green_denacol #kv {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #kv .kv_desc {
    width: 65vw;
  }
  #wrapper.green_denacol .stitle {
    border: 5px solid #38cd9f;
    color: #38cd9f;
  }
  #wrapper.green_denacol .stitle .title_eng {
    color: #38cd9f;
  }
  #wrapper.green_denacol #bc li {
    color: #38cd9f;
  }
  #wrapper.green_denacol #bc li:after {
    color: #38cd9f;
  }
  #wrapper.green_denacol #bc li a:after {
    color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .product_name {
    border-left-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .info_wrap .desc_area .detail dl dt:before {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .info_wrap .desc_area .link_area .link a {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .table_wrap .type_table .first_row td {
    background-color: #38cd9f;
  }
  #wrapper.green_denacol #lineup .table_wrap .type_table tr td {
    width: calc(100% / 7);
  }
  #wrapper.green_denacol #others .table_fixed_wrap .table_fixed td {
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
  }
  #wrapper.green_denacol #others .table_fixed_wrap .table_fixed tr:nth-child(odd) td {
    background: #fef9ee;
  }
  #wrapper.green_denacol #others .table_fixed_wrap .table_fixed .first_row td {
    background: #38cd9f !important;
    font-weight: bold;
    color: #fff;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:hover {
    background-color: #ceeae1 !important;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:hover td:hover {
    background-color: #92e8cb;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #ebf7f3;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr.first_row td {
    background-color: #38cd9f !important;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr td.hover {
    background-color: #ceeae1;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:hover {
    background-color: #ceeae1 !important;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:hover td:hover {
    background-color: #92e8cb;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr:nth-child(odd) {
    background-color: #ebf7f3;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr.first_row td {
    background-color: #38cd9f !important;
  }
  #wrapper.green_denacol #others .table_wrap .type_table tr td.hover {
    background-color: #ceeae1;
  }

  .detail_list_wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    padding: 8% 4%;
  }

  .detail_list_desc {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
  }

  #modal_detail {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  #modal_detail.show {
    opacity: 1;
    z-index: 9999;
  }
  #modal_detail .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #modal_detail .detail_list {
    margin-bottom: 12vw;
  }
  #modal_detail .detail_list .list li {
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 3.3vw;
    margin-bottom: 6.6vw;
  }
  #modal_detail .detail_list .list li h4 {
    color: #444;
    font-size: 2.75vw;
    font-weight: bold;
    padding-left: 4vw;
  }
  #modal_detail .detail_list .list li h4:before {
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    background-color: #00b3cd;
    vertical-align: middle;
    margin-right: 0.6vw;
    margin-bottom: 0.5vw;
  }
  #modal_detail .detail_list .btn {
    background-color: transparent;
    width: 8vw;
    height: 8vw;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 1%;
    right: 2%;
    border-radius: 50%;
    background-color: #00b3cd;
    cursor: pointer;
  }
  #modal_detail .detail_list .btn:hover {
    opacity: .8;
  }
  #modal_detail .detail_list .btn:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal_detail .detail_list .btn:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .modal_list_btn {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 3.46667vw;
    color: #fff;
    background-color: #333;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 2vw 7vw 2vw 0;
  }
  .modal_list_btn:hover {
    opacity: .8;
  }
  .modal_list_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8.53333vw;
    height: 100%;
    background-color: #fff;
    background-color: #00b3cd;
  }
  .modal_list_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.13333vw;
    margin: auto 0;
    background: url("../images/product/modal_open.svg") center 0/100% no-repeat;
    width: 4vw;
    height: 4vw;
  }
}
