/* Column CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #kv {
    width: 100%;
    height: 245px;
    background: url("../images/common/ttl_mesh.png") center center/cover no-repeat #00b3cd;
  }

  #kv .common_inner {
    width: 100%;
    height: 100%;
    background: url("../images/column/kv.png?id=20210215") center bottom/contain no-repeat;
  }

  #kv .kv_desc {
    text-align: center;
    padding-top: 85px;
  }

  #kv .kv_desc h2 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    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 .desc {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 4.0rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
  }

  #kv .kv_desc .desc span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 105px;
    padding-bottom: 150px;
  }
  .content_wrap.content_about .main_area_title {
    border-left: 10px solid #f7a807;
  }

  .main_area {
    width: 1100px;
  }
  .main_area .column_cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
  }
  .main_area .column_cat_list .column_cat_item_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 250px;
    background-color: #f6fbfc;
    border: 2px solid #02b3cd;
  }
  .main_area .column_cat_list .column_cat_item_anchor.column_cat_item_anchor_alt {
    background-color: #fff6e5;
    border: 2px solid #f7a807;
  }
  .main_area .column_cat_list .column_cat_item_Inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 40px;
  }
  .main_area .column_cat_list .column_cat_item_imagae {
    padding: 10px;
    width: 356px;
    height: 100%;
  }
  .main_area .column_cat_list .column_cat_item_imagae img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .main_area .column_cat_list .column_cat_item_ttl {
    display: block;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #02b3cd;
  }
  .main_area .column_cat_list .column_cat_item_ttl.column_cat_item_ttl_alt {
    color: #f7a807;
  }
  .main_area .column_cat_list .column_cat_item_desc {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .main_area .column_cat_list .column_cat_item_ttl_arrow_inner {
    position: relative;
    width: 6%;
    height: 100%;
    background-color: #02b3cd;
  }
  .main_area .column_cat_list .column_cat_item_ttl_arrow_inner.column_cat_item_ttl_arrow_inner_alt {
    background-color: #f7a807;
  }
  .main_area .column_cat_list .column_cat_item_ttl_arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: translate3d(-75%, -50%, 0) rotate3d(0, 0, 1, 45deg);
            transform: translate3d(-75%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  }

  .main_area .main_area_title {
    font-size: 2.0rem;
    font-weight: bold;
    border-left: 10px solid #00b3cd;
    background-color: #444;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .main_area .articles {
    padding: 0 0 50px;
  }

  .main_area .articles li {
    border-bottom: 1px dotted #bfbfbf;
  }

  .main_area .articles li a {
    display: block;
    padding: 20px 0;
  }

  .main_area .articles li a:hover {
    opacity: .9;
  }

  .main_area .articles li a:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .main_area .articles li a .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main_area .articles li a .wrap .image {
    width: 150px;
    height: 100px;
    overflow: hidden;
  }

  .main_area .articles li a .wrap .image img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 100px;
    margin: 0 auto;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .main_area .articles li a .wrap .info {
    width: calc(100% - 150px - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main_area .articles li a .wrap h3 {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.8rem;
    color: #666;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .main_area .articles li a .wrap .info_head {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .main_area .articles li a .wrap time {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 1.2rem;
    margin-right: 5px;
  }

  .main_area .articles li a .wrap .cat_wrap .cat {
    height: 20px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 15px;
    background-color: #00b3cd;
  }

  .main_area .articles li a .wrap .cat_wrap .cat:last-child {
    margin-right: 0;
  }

  .main_area .articles li a .wrap .desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.4rem;
    line-height: 1.42;
    word-break: break-all;
  }

  .main_area .articles .no_post_message {
    font-size: 1.6rem;
    text-align: center;
  }

  article {
    width: 1100px;
  }

  article .article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: 1px solid #00b3cd;
    border-bottom: 1px solid #00b3cd;
    padding-top: 30px;
    margin-bottom: 65px;
  }

  article .article_info .page_title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  article .article_info h3 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  article .article_info .wrap time {
    display: inline-block;
    font-size: 1.6rem;
    color: #666;
    margin-right: 15px;
  }

  article .article_info .wrap .cat {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 7px 40px;
    border-radius: 5px;
    background-color: #00b3cd;
    margin-bottom: 5px;
  }

  article .article_page_wrap {
    width: 100%;
    margin: 0 auto 90px;
    overflow: hidden;
  }

  article .article_page_wrap .prev {
    float: left;
  }

  article .article_page_wrap .prev a:hover {
    opacity: .8;
  }

  article .article_page_wrap .prev:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 60px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  article .article_page_wrap .next {
    float: right;
  }

  article .article_page_wrap .next:after {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    top: 60px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  article .article_page_wrap .prev,
  article .article_page_wrap .next {
    width: 330px;
    position: relative;
  }

  article .article_page_wrap .prev a,
  article .article_page_wrap .next a {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.3;
    display: block;
    padding: 20px;
    color: #666;
  }

  article .article_page_wrap .prev a:hover,
  article .article_page_wrap .next a:hover {
    opacity: .8;
  }

  article .article_page_wrap .prev a span,
  article .article_page_wrap .next a span {
    display: block;
    color: #67bdc9;
    font-size: 1.6rem;
    margin-bottom: 15px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }

  article .article_page_wrap .btn_area {
    width: 400px;
    height: 60px;
    text-align: center;
    margin: 60px auto 0;
  }

  article .article_page_wrap .btn_area a {
    position: relative;
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #000;
  }

  article .article_page_wrap .btn_area a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: right 0.2s linear;
    transition: right 0.2s linear;
  }

  article .article_page_wrap .btn_area a:hover {
    opacity: .8;
  }

  article .article_page_wrap .btn_area a:hover:after {
    right: 15px;
  }

  article .article_page_wrap_type02 {
    padding-top: 50px;
  }

  article .article_page_wrap_type02 .prev,
  article .article_page_wrap_type02 .next {
    width: auto;
  }

  article .article_page_wrap_type02 .prev:hover a,
  article .article_page_wrap_type02 .next:hover a {
    text-decoration: underline;
  }

  article .article_page_wrap_type02 .prev:before {
    top: 25px;
  }

  article .article_page_wrap_type02 .next a {
    color: #00b3cd;
  }

  article .article_page_wrap_type02 .next:after {
    top: 25px;
    border-top: 1px solid #00b3cd;
    border-right: 1px solid #00b3cd;
  }

  article .article_page_wrap_type02 .btn_area {
    margin: 0 auto;
  }

  #aside {
    width: 230px;
  }

  #aside .block {
    margin-bottom: 30px;
  }

  #aside .aside_title {
    width: 100%;
    background-color: #00b3cd;
    font-size: 1.4rem;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
  }

  #aside .list .item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    line-height: 1.42;
    padding: 13px 8px 13px 13px;
    border-bottom: 1px dotted #bfbfbf;
  }

  #aside .list .item a:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: -3px;
    width: 10px;
    height: 10px;
    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;
  }

  #aside .list .item a:hover {
    text-decoration: underline;
  }

  #aside .aside_archive {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
  }

  #aside .aside_archive .trigger p {
    position: relative;
    font-size: 1.4rem;
    color: #ccc;
    padding: 12px 0 12px 40px;
    position: relative;
  }

  #aside .aside_archive .trigger p:before {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #67bdc9;
    border-right: 1px solid #67bdc9;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 150ms all linear;
    transition: 150ms all linear;
  }

  #aside .aside_archive .archives {
    display: none;
  }

  #aside .aside_archive .archives .list li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.42;
    padding: 13px 8px 13px 13px;
    border-bottom: 1px dotted #bfbfbf;
  }

  #aside .aside_archive .archives .list li a:hover {
    text-decoration: underline;
  }

  #aside .aside_archive .archives .list li:last-child a {
    border-bottom: none;
  }

  #aside .aside_archive.open .trigger p:before {
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #wrapper.archive_top {
    background-image: url(/nagasechemtex/denacol/images/top/history_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #wrapper.archive_top .archive_lead {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 50px;
  }

  .column20240111 .wp_content .flex_container img {
    width: 243px;
  }

  .column20240301 .wp_content .flex_container ol li {
    list-style-type: none;
  }

  .wp_content .related_post_head {
    margin-bottom: 15px;
  }

  .wp_content .related_post {
    margin-bottom: 45px;
  }

  .wp_content .related_post a {
    display: block;
    text-decoration: none;
    padding: 20px 0;
  }

  .wp_content .related_post a:hover {
    opacity: .9;
  }

  .wp_content .related_post a:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .wp_content .related_post a .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wp_content .related_post a .wrap .image {
    width: 150px;
    height: 100px;
    overflow: hidden;
  }

  .wp_content .related_post a .wrap .image img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 100px;
    margin: 0 auto;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .wp_content .related_post a .wrap .info {
    width: calc(100% - 150px - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp_content .related_post a .wrap .related_post_title {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.8rem;
    color: #666;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .wp_content .related_post a .wrap .info_head {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .wp_content .related_post a .wrap time {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 1.2rem;
    margin-right: 5px;
  }

  .wp_content .related_post a .wrap .cat_wrap .cat {
    height: 20px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 15px;
    background-color: #00b3cd;
  }

  .wp_content .related_post a .wrap .cat_wrap .cat:last-child {
    margin-right: 0;
  }

  .wp_content .related_post a .wrap .desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.4rem;
    line-height: 1.42;
    word-break: break-all;
  }

  .link_banner_wrap {
    margin-top: 20px;
  }
  .link_banner_wrap .link_banner_inner {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
  }
  .link_banner_wrap .link_banner_inner .link_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #333;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .link_banner_wrap .link_banner_inner .link_banner span {
    display: block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }
  .link_banner_wrap .link_banner_inner .link_banner:hover {
    opacity: 0.8;
  }

  .result_detail {
    border: 1px solid #444;
    padding: 20px;
    margin-bottom: 40px;
  }

  .result_detail dl {
    margin-bottom: 10px;
  }

  .result_detail dl:last-child {
    margin-bottom: 0;
  }

  .result_detail dt,
  .result_detail dd {
    display: block;
    line-height: 1.3;
  }

  .result_detail dt {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }

  .result_detail dd {
    font-size: 1.3rem;
  }

  .product_list_area .table_fixed_wrap {
    position: relative;
  }
  .product_list_area .table_fixed_wrap .table_fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    z-index: 1;
  }
  .product_list_area .table_fixed_wrap .table_fixed td {
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
  }
  .product_list_area .table_fixed_wrap .table_fixed .first_row td {
    font-weight: bold;
    color: #fff;
  }
  .product_list_area .table_wrap {
    margin-bottom: 15px;
  }
  .product_list_area .table_wrap .type_table {
    width: 100%;
    margin-bottom: 0;
  }
  .product_list_area .table_wrap .type_table tr {
    width: calc(100% / 10);
  }
  .product_list_area .table_wrap .type_table tr:hover {
    background-color: #f7fad0;
  }
  .product_list_area .table_wrap .type_table tr:hover td:hover {
    background-color: #eaf386;
  }
  .product_list_area .table_wrap .type_table tr td {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #666;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    padding: 0;
  }
  .product_list_area .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;
    text-decoration: none;
    margin: 0 auto;
  }
  .product_list_area .table_wrap .type_table tr td a:hover {
    opacity: .8;
    text-decoration: none;
  }
  .product_list_area .table_wrap .type_table tr td .grade {
    display: block;
    width: 70px;
    height: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 16px;
    color: #444;
    text-align: center;
    background-color: #ffe034;
    margin: 3px auto 0;
  }
  .product_list_area .table_wrap .type_table tr td.hover {
    background-color: #f7fad0;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(1) {
    width: 87px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(2) {
    width: 200px;
    text-align: left;
    padding: 0 10px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(3) {
    width: 106px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(4) {
    width: 92px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(5) {
    width: 107px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(6) {
    width: 95px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(7) {
    width: 72px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(8) {
    width: 110px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(9) {
    width: 84px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(10) {
    width: 84px;
  }
  .product_list_area .table_wrap .type_table tr.first_row td {
    font-weight: bold;
    color: #fff;
  }
  .product_list_area .table_wrap .type_table tr.first_row td:nth-child(2) {
    text-align: center !important;
  }
  .product_list_area .table_wrap .type_table tr.first_row td:nth-child(3), .product_list_area .table_wrap .type_table tr.first_row td:nth-child(4), .product_list_area .table_wrap .type_table tr.first_row td:nth-child(5), .product_list_area .table_wrap .type_table tr.first_row td:nth-child(6), .product_list_area .table_wrap .type_table tr.first_row td:nth-child(7) {
    padding-top: 5px;
  }
  .product_list_area .table_wrap .type_table .large td {
    height: 95px;
  }
  .product_list_area .table_wrap .type_table.type_table_list tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .product_list_area .table_wrap .type_table.type_table_list tr td {
    height: 63px;
  }
  .product_list_area .table_wrap .type_table.type_table_list tr td:last-of-type {
    border-right: none;
  }
  .product_list_area .table_fixed .large {
    height: 85px;
  }
  .product_list_area .note {
    font-size: 1.3rem;
    padding-left: 585px;
    margin-bottom: 25px;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr:hover {
    background-color: #ceeae1 !important;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr:hover td:hover {
    background-color: #92e8cb;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr:nth-child(odd) {
    background-color: #ebf7f3;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr.first_row td {
    background-color: #38cd9f !important;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr td.hover {
    background-color: #ceeae1;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(5) {
    width: 130px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(6) {
    width: 95px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(7) {
    width: 72px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(8) {
    width: 90px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(9) {
    width: 90px;
    text-align: left;
    padding-left: 20px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(10) {
    width: 84px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(11) {
    width: 84px;
  }
  .product_list_area.product_list_green .table_wrap .example {
    text-align: left;
    padding-left: 15px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #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 {
    width: 100%;
    height: 100%;
    background: url("../images/column/sp_kv_img.png?id=20210215") center bottom/100% no-repeat;
  }

  #kv .kv_desc {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 50.33vw;
    height: 11.33vw;
    text-align: center;
  }

  #kv .kv_desc h2 {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 5.83vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 2vw;
  }

  #kv .kv_desc h2 span {
    display: block;
    font-size: 3.3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
  }

  #kv .kv_desc .desc {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 5.83vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
    margin-bottom: 2vw;
  }

  #kv .kv_desc .desc span {
    display: block;
    font-size: 3.3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 2vw;
  }

  .content_wrap {
    margin-top: 10.66vw;
    padding-bottom: 19.8vw;
  }
  .content_wrap.content_about .main_area_title {
    border-left: 10px solid #f7a807;
  }

  .content_wrap .main_area {
    padding-bottom: 12.6vw;
  }
  .content_wrap .main_area .column_cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_anchor {
    display: block;
    background-color: #f6fbfc;
    border: 2px solid #02b3cd;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_anchor.column_cat_item_anchor_alt {
    background-color: #fff6e5;
    border: 2px solid #f7a807;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_Inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_imagae {
    padding: 2vw;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_imagae img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_ttl_inner {
    padding: 2vw 2vw 4vw 2vw;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_ttl {
    display: block;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #02b3cd;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_ttl.column_cat_item_ttl_alt {
    color: #f7a807;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_desc {
    display: block;
    text-align: center;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_ttl_arrow_inner {
    display: none;
    position: relative;
    width: 6%;
    height: 100%;
    background-color: #02b3cd;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_ttl_arrow_inner.column_cat_item_ttl_arrow_inner_alt {
    background-color: #f7a807;
  }
  .content_wrap .main_area .column_cat_list .column_cat_item_ttl_arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: translate3d(-75%, -50%, 0) rotate3d(0, 0, 1, 45deg);
            transform: translate3d(-75%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  }

  .content_wrap .main_area_title {
    font-size: 4.8vw;
    font-weight: bold;
    border-left: 10px solid #00b3cd;
    background-color: #444;
    color: #fff;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 4vw;
  }

  .content_wrap .articles li {
    border-bottom: 1px dotted #bfbfbf;
  }

  .content_wrap .articles li a {
    display: block;
    padding: 4vw 0;
  }

  .content_wrap .articles li a:hover h3 {
    text-decoration: underline;
  }

  .content_wrap .articles li a .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content_wrap .articles li a .wrap .image {
    width: 100px;
    height: auto;
    overflow: hidden;
  }

  .content_wrap .articles li a .wrap .image img {
    display: block;
    width: auto;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .content_wrap .articles li a .wrap .info {
    width: calc(100% - 100px - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_wrap .articles li a .wrap .info_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content_wrap .articles li a .wrap h3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.3;
    padding-bottom: 2vw;
  }

  .content_wrap .articles li a .wrap time {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 3vw;
  }

  .content_wrap .articles li a .wrap .cat_wrap .cat {
    width: 30.33vw;
    height: 20px;
    display: inline-block;
    font-size: 3vw;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 3.06vw 2vw;
    background-color: #00b3cd;
  }

  .content_wrap .articles li a .wrap .desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.4rem;
    line-height: 1.42;
    word-break: break-all;
  }

  .content_wrap .articles .no_post_message {
    font-size: 1.6rem;
    text-align: center;
  }

  article {
    margin-top: 5vw;
  }

  article .article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: 1px solid #00b3cd;
    border-bottom: 1px solid #00b3cd;
    padding-top: 3vw;
    margin-bottom: 10vw;
  }

  article .article_info .page_title {
    font-size: 4.8vw;
    font-weight: bold;
    color: #666;
    line-height: 1.5;
    margin-top: 2.6vw;
    margin-bottom: 4vw;
  }

  article .article_info h3 {
    font-size: 4.8vw;
    font-weight: bold;
    color: #666;
    line-height: 1.5;
    margin-top: 2.6vw;
    margin-bottom: 4vw;
  }

  article .article_info .wrap time {
    display: inline-block;
    font-size: 3.4vw;
    color: #666;
    margin-right: 15px;
  }

  article .article_info .wrap .cat {
    display: inline-block;
    font-size: 3.4vw;
    color: #fff;
    text-align: center;
    padding: 1.3vw 4vw;
    border-radius: 5px;
    background-color: #00b3cd;
    margin-bottom: 1vw;
  }

  article .article_page_wrap {
    width: 100%;
    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;
  }

  article .article_page_wrap .btn {
    width: 100%;
    font-size: 3.7vw;
    line-height: 1.5;
  }

  article .article_page_wrap .prev,
  article .article_page_wrap .next {
    width: 50%;
    position: relative;
  }

  article .article_page_wrap .prev a,
  article .article_page_wrap .next a {
    display: block;
    padding: 4vw;
    color: #666;
  }

  article .article_page_wrap .prev a span,
  article .article_page_wrap .next a span {
    display: block;
    color: #67bdc9;
    font-size: 3.7vw;
    margin-bottom: 2vw;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }

  article .article_page_wrap .prev {
    margin-right: auto;
  }

  article .article_page_wrap .prev:before {
    content: '';
    display: block;
    position: absolute;
    left: 1vw;
    top: 5.5vw;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  article .article_page_wrap .prev:before a {
    opacity: .8;
  }

  article .article_page_wrap .next {
    margin-left: auto;
  }

  article .article_page_wrap .next a {
    text-align: right;
    color: #67bdc9;
  }

  article .article_page_wrap .next:after {
    content: '';
    display: block;
    position: absolute;
    right: 1vw;
    top: 5.5vw;
    width: 10px;
    height: 10px;
    border-top: 1px solid #67bdc9;
    border-right: 1px solid #67bdc9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  article .article_page_wrap .btn_area {
    width: 100%;
    text-align: center;
    padding-top: 8vw;
    margin: 0 0 8vw;
    border-top: 1px solid #67bdc9;
  }

  article .article_page_wrap .btn_area a {
    position: relative;
    display: block;
    line-height: 10.66vw;
    color: #fff;
    font-size: 3.7vw;
    font-weight: bold;
    background-color: #000;
  }

  article .article_page_wrap .btn_area a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: right 0.2s linear;
    transition: right 0.2s linear;
  }

  article .article_page_wrap .btn_area a:hover {
    opacity: .8;
  }

  article .article_page_wrap .btn_area a:hover:after {
    right: 15px;
  }

  #aside {
    width: 100%;
  }

  #aside .block {
    margin-bottom: 30px;
  }

  #aside .aside_title {
    width: 100%;
    background-color: #00b3cd;
    font-size: 1.4rem;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
  }

  #aside .list .item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    line-height: 1.42;
    padding: 13px 8px 13px 13px;
    border-bottom: 1px dotted #bfbfbf;
  }

  #aside .list .item a:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: -3px;
    width: 10px;
    height: 10px;
    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;
  }

  #aside .list .item a:hover {
    text-decoration: underline;
  }

  #aside .aside_archive {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
  }

  #aside .aside_archive .trigger p {
    position: relative;
    font-size: 1.4rem;
    color: #ccc;
    padding: 12px 0 12px 40px;
    position: relative;
  }

  #aside .aside_archive .trigger p:before {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #67bdc9;
    border-right: 1px solid #67bdc9;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 150ms all linear;
    transition: 150ms all linear;
  }

  #aside .aside_archive .archives {
    display: none;
  }

  #aside .aside_archive .archives .list li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.42;
    padding: 13px 8px 13px 13px;
    border-bottom: 1px dotted #bfbfbf;
  }

  #aside .aside_archive .archives .list li a:hover {
    text-decoration: underline;
  }

  #aside .aside_archive .archives .list li:last-child a {
    border-bottom: none;
  }

  #aside .aside_archive.open .trigger p:before {
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #wrapper.archive_top {
    background-image: url(/nagasechemtex/denacol/images/top/sp_history_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #wrapper.archive_top .content_wrap {
    margin-top: 7.33vw;
  }

  #wrapper.archive_top .archive_lead {
    width: 92%;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 2vw;
    margin: 0 auto;
  }

  .column20240301 .wp_content .flex_container ol li {
    list-style-type: none;
  }

  .wp_content .related_post_head {
    margin-bottom: 2vw;
  }

  .wp_content .related_post {
    margin-bottom: 6vw;
  }

  .wp_content .related_post a {
    display: block;
    padding: 4vw 0;
    text-decoration: none;
  }

  .wp_content .related_post a:hover .related_post_title {
    text-decoration: underline;
  }

  .wp_content .related_post a .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wp_content .related_post a .wrap .image {
    width: 100px;
    height: auto;
    overflow: hidden;
  }

  .wp_content .related_post a .wrap .image img {
    display: block;
    width: auto;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
  }

  .wp_content .related_post a .wrap .info {
    width: calc(100% - 100px - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp_content .related_post a .wrap .info_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wp_content .related_post a .wrap .related_post_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.3;
    padding-bottom: 2vw;
  }

  .wp_content .related_post a .wrap .cat_wrap .cat {
    width: 30.33vw;
    height: 20px;
    display: inline-block;
    font-size: 3vw;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 3.06vw 2vw;
    background-color: #00b3cd;
  }

  .wp_content .related_post a .wrap .desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.4rem;
    line-height: 1.42;
    word-break: break-all;
  }

  .wp_content .table_wrap .column_table {
    width: 600px;
  }

  .link_banner_wrap {
    margin-top: 60px;
  }
  .link_banner_wrap .link_banner_inner {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  .link_banner_wrap .link_banner_inner .link_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #333;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .link_banner_wrap .link_banner_inner .link_banner span {
    display: block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
  }

  .result_detail {
    border: 1px solid #444;
    padding: 15px;
    margin-bottom: 30px;
  }

  .result_detail dl {
    margin-bottom: 8px;
  }

  .result_detail dl:last-child {
    margin-bottom: 0;
  }

  .result_detail dt,
  .result_detail dd {
    display: block;
    font-size: 3.7vw;
    line-height: 1.3;
  }

  .result_detail dt {
    font-weight: bold;
    margin-bottom: 3px;
  }

  .result_detail dd {
    font-size: 3.4vw;
  }

  .product_list_area .table_fixed_wrap {
    position: relative;
  }
  .product_list_area .table_fixed_wrap .table_fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    z-index: 1;
  }
  .product_list_area .table_fixed_wrap .table_fixed td {
    line-height: 1.3;
    background-color: #fff;
    border-right: 1px solid #e6e6e6 !important;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
  .product_list_area .table_fixed_wrap .table_fixed .first_row td {
    font-weight: bold;
    color: #fff;
  }
  .product_list_area .table_fixed_wrap .type_table tr td .grade {
    display: block;
    margin: 3px auto 0;
    width: 70px;
    font-size: 1rem;
    height: 16px;
    line-height: 16px;
    color: #444;
    text-align: center;
    background-color: #ffe034;
  }
  .product_list_area .table_wrap {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 3vw;
    overflow: hidden;
    overflow-x: scroll;
    width: calc(100% - 93px);
    margin-left: auto;
  }
  .product_list_area .table_wrap .type_table {
    width: 1034px;
    margin-bottom: 0;
  }
  .product_list_area .table_wrap .type_table tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .product_list_area .table_wrap .type_table tr:hover {
    background-color: #f7fad0;
  }
  .product_list_area .table_wrap .type_table tr:hover td:hover {
    background-color: #eaf386;
  }
  .product_list_area .table_wrap .type_table tr td {
    line-height: 1.3;
    padding: 0;
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    text-align: center;
    vertical-align: middle;
  }
  .product_list_area .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;
    text-decoration: none;
    margin: 0 auto;
  }
  .product_list_area .table_wrap .type_table tr td a:hover {
    opacity: .8;
    text-decoration: none;
  }
  .product_list_area .table_wrap .type_table tr td .grade {
    width: 70px;
    font-size: 1rem;
    height: 16px;
    line-height: 16px;
    color: #444;
    text-align: center;
    background-color: #ffe034;
  }
  .product_list_area .table_wrap .type_table tr td.hover {
    background-color: #f7fad0;
  }
  .product_list_area .table_wrap .type_table tr td:last-of-type {
    border-right: none;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(1) {
    width: 92px;
    display: none;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(2) {
    width: 187px;
    text-align: left;
    padding: 0 10px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(3) {
    width: 92px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(4) {
    width: 85px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(5) {
    width: 112px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(6) {
    width: 100px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(7) {
    width: 72px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(8) {
    width: 110px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(9) {
    width: 84px;
  }
  .product_list_area .table_wrap .type_table tr td:nth-child(10) {
    width: 84px;
  }
  .product_list_area .table_wrap .type_table tr.first_row td {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  .product_list_area .table_wrap .type_table tr.first_row td:nth-child(5), .product_list_area .table_wrap .type_table tr.first_row td:nth-child(6), .product_list_area .table_wrap .type_table tr.first_row td:nth-child(7) {
    padding-top: 5px;
  }
  .product_list_area .table_wrap .type_table tr.first_row td:nth-child(2) {
    text-align: center !important;
  }
  .product_list_area .table_wrap .type_table .large {
    height: 85px;
  }
  .product_list_area .type_table.type_table_list tr td {
    height: 56px;
  }
  .product_list_area .table_fixed .large {
    height: 85px;
  }
  .product_list_area .note {
    position: absolute;
    bottom: 10px;
    left: 570px;
    width: 150px;
    font-size: 1.3rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product_list_area.product_list_green .table_fixed tr:nth-child(odd) td {
    background: #ebf7f3;
  }
  .product_list_area.product_list_green .table_fixed tr.first_row td {
    background-color: #38cd9f;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr:hover {
    background-color: #ceeae1 !important;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr:hover td:hover {
    background-color: #92e8cb;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr:nth-child(odd) {
    background-color: #ebf7f3;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr.first_row td {
    background-color: #38cd9f !important;
  }
  .product_list_area.product_list_green .table_wrap .type_table tr td.hover {
    background-color: #ceeae1;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(5) {
    width: 130px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(6) {
    width: 95px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(7) {
    width: 72px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(8) {
    width: 90px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(9) {
    width: 90px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(10) {
    width: 84px;
  }
  .product_list_area.product_list_green .table_wrap .type_table td:nth-child(11) {
    width: 84px;
  }
  .product_list_area.product_list_green .table_wrap .example {
    text-align: left;
    padding-left: 15px;
  }
  .product_list_area .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_list_area .swipe.swipe_top {
    margin-bottom: 4px;
  }
}
