.product_content_wrap {
  padding: 90px 0 270px;
}
@media screen and (max-width: 1024px) {
  .product_content_wrap {
    padding: 50px 0;
  }
}
.product_content_wrap .top_section_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 64px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .product_content_wrap .top_section_wrap {
    display: block;
    margin-bottom: 2em;
  }
}
.product_content_wrap .top_section_wrap .left_wrap {
  flex-shrink: 0;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .product_content_wrap .top_section_wrap .left_wrap {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.product_content_wrap .top_section_wrap .left_wrap .image_wrap {
  margin: 0 auto;
  height: 318px;
  cursor: -webkit-grab;
  cursor: grab;
  margin-bottom: 1em;
}
.product_content_wrap .top_section_wrap .left_wrap .image_wrap:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.product_content_wrap .top_section_wrap .left_wrap .image_wrap img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.product_content_wrap .top_section_wrap .left_wrap .product_main_swiper .swiper-slide {
  visibility: hidden;
}
.product_content_wrap .top_section_wrap .left_wrap .product_main_swiper .swiper-slide.swiper-slide-active {
  visibility: visible;
}
.product_content_wrap .top_section_wrap .left_wrap .thum_wrap {
  margin-bottom: 1em;
}
.product_content_wrap .top_section_wrap .left_wrap .thum_wrap .swiper-slide {
  opacity: 0.5;
}
.product_content_wrap .top_section_wrap .left_wrap .thum_wrap .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product_content_wrap .top_section_wrap .left_wrap .thum_wrap .swiper-slide .image_wrap {
  cursor: pointer;
  height: 100px;
}
.product_content_wrap .top_section_wrap .right_wrap .product_catchphrase {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}
.product_content_wrap .top_section_wrap .right_wrap .product_name, .product_content_wrap .top_section_wrap .right_wrap .title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 35px;
  padding: 21px 0 0 0;
}
@media screen and (max-width: 767px) {
  .product_content_wrap .top_section_wrap .right_wrap .product_name, .product_content_wrap .top_section_wrap .right_wrap .title {
    font-size: 24px;
    margin-bottom: 1em;
    padding: 0px 0 0 0;
  }
}
.product_content_wrap .top_section_wrap .right_wrap .tag_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 47px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .product_content_wrap .top_section_wrap .right_wrap .tag_wrap {
    margin-bottom: 1em;
    gap: 0.5em;
  }
}
.product_content_wrap .top_section_wrap .right_wrap .tag_wrap .tag {
  display: block;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  background-color: #12ADC4;
  line-height: 1;
  padding: 4px 18px;
}
@media screen and (max-width: 767px) {
  .product_content_wrap .top_section_wrap .right_wrap .tag_wrap .tag {
    font-size: 14px;
    padding: 0.5em 1em;
  }
}
.product_content_wrap .top_section_wrap .right_wrap .excerpt {
  font-size: 18px;
  line-height: 1.444;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap {
  padding: 2em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap {
  width: 73px;
  height: 73px;
  border-radius: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 5px;
  transition: 0.5s;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog {
  background-image: url("../images/common/download_icon/icon_catalog.svg");
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog.cart_in {
  background-image: url("../images/common/download_icon/icon_catalog_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds {
  background-image: url("../images/common/download_icon/icon_sds.svg");
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds.cart_in {
  background-image: url("../images/common/download_icon/icon_sds_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds {
  background-image: url("../images/common/download_icon/icon_psds.svg");
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds.cart_in {
  background-image: url("../images/common/download_icon/icon_psds_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star {
  background-image: url("../images/common/download_icon/icon_star.svg");
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star.cart_in {
  background-image: url("../images/common/download_icon/icon_star_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button img {
  max-width: 50px;
  width: 100%;
}
.product_content_wrap .top_section_wrap .right_wrap .document_wrap .to_cart_button span {
  display: block;
  padding: 0 0 0 2em;
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .product_catchphrase {
  color: #12ADC4;
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .tag_wrap .tag {
  background-color: #12ADC4;
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog {
  background-image: url("../images/common/download_icon/icon_catalog.svg");
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog.cart_in {
  background-image: url("../images/common/download_icon/icon_catalog_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds {
  background-image: url("../images/common/download_icon/icon_sds.svg");
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds.cart_in {
  background-image: url("../images/common/download_icon/icon_sds_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds {
  background-image: url("../images/common/download_icon/icon_psds.svg");
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds.cart_in {
  background-image: url("../images/common/download_icon/icon_psds_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star {
  background-image: url("../images/common/download_icon/icon_star.svg");
}
.product_content_wrap.member_term_building .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star.cart_in {
  background-image: url("../images/common/download_icon/icon_star_white.svg");
  background-color: #12ADC4;
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .product_catchphrase {
  color: #FFC247;
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .tag_wrap .tag {
  background-color: #FFC247;
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog {
  background-image: url("../images/common/download_icon/icon_catalog_industrial.svg");
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog.cart_in {
  background-image: url("../images/common/download_icon/icon_catalog_white.svg");
  background-color: #FFC247;
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds {
  background-image: url("../images/common/download_icon/icon_sds_industrial.svg");
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds.cart_in {
  background-image: url("../images/common/download_icon/icon_sds_white.svg");
  background-color: #FFC247;
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds {
  background-image: url("../images/common/download_icon/icon_psds_industrial.svg");
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds.cart_in {
  background-image: url("../images/common/download_icon/icon_psds_white.svg");
  background-color: #FFC247;
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star {
  background-image: url("../images/common/download_icon/icon_star_industrial.svg");
}
.product_content_wrap.member_term_industrial .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star.cart_in {
  background-image: url("../images/common/download_icon/icon_star_white.svg");
  background-color: #FFC247;
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .product_catchphrase {
  color: #EF857E;
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .tag_wrap .tag {
  background-color: #EF857E;
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog {
  background-image: url("../images/common/download_icon/icon_catalog_optics.svg");
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.catalog.cart_in {
  background-image: url("../images/common/download_icon/icon_catalog_white.svg");
  background-color: #EF857E;
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds {
  background-image: url("../images/common/download_icon/icon_sds_optics.svg");
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.sds.cart_in {
  background-image: url("../images/common/download_icon/icon_sds_white.svg");
  background-color: #EF857E;
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds {
  background-image: url("../images/common/download_icon/icon_psds_optics.svg");
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.exclusive_sds.cart_in {
  background-image: url("../images/common/download_icon/icon_psds_white.svg");
  background-color: #EF857E;
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star {
  background-image: url("../images/common/download_icon/icon_star_optics.svg");
}
.product_content_wrap.member_term_optics .top_section_wrap .right_wrap .document_wrap .to_cart_button .image_wrap.f4_star.cart_in {
  background-image: url("../images/common/download_icon/icon_star_white.svg");
  background-color: #EF857E;
}
.product_content_wrap .bottom_section_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

.single_content_wrap {
  padding: 116px 0;
}
.single_content_wrap .single_content_box {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 4em;
}
.single_content_wrap .single_content_box .single_content_info {
  margin-bottom: 1em;
}
.single_content_wrap .single_content_box .single_content_info span {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.single_content_wrap .single_content_box .single_content_info span.date {
  margin-right: 1em;
  color: #12ADC4;
}
.single_content_wrap .single_content_box .single_content_info span.category {
  border: 1px solid;
  padding: 0.5em 1em;
  margin-right: 2em;
  width: 10em;
  text-align: center;
  font-size: 12px;
}
.single_content_wrap .single_content_box .single_content_info span.category.building {
  color: #12ADC4;
}
.single_content_wrap .single_content_box .single_content_info span.category.industrial {
  color: #FFC247;
}
.single_content_wrap .single_content_box .single_content_info span.category.optics {
  color: #EF857E;
}
.single_content_wrap .single_content_box .single_content_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
}
.single_content_wrap .single_nav_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333;
}
.single_content_wrap .single_nav_wrap a {
  display: block;
}
.single_content_wrap .single_nav_wrap a span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.single_content_wrap .single_nav_wrap .pre {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 auto 0 0;
}
.single_content_wrap .single_nav_wrap .next {
  position: relative;
  padding: 0 2em 0 0;
  margin: 0 0 0 auto;
}

.bottom_section_wrap .product_image_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .bottom_section_wrap .product_image_wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .bottom_section_wrap .product_image_wrap {
    justify-content: flex-start;
  }
}
.bottom_section_wrap .product_image_wrap .image_wrap {
  height: 240px;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .bottom_section_wrap .product_image_wrap .image_wrap {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .bottom_section_wrap .product_image_wrap .image_wrap {
    width: 50%;
  }
}
.bottom_section_wrap .product_image_wrap .image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bottom_section_wrap .the_content_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 15px;
}
@media screen and (max-width: 767px) {
  .bottom_section_wrap .the_content_wrap h3 {
    font-size: 20px;
    padding: 0.5em 1em;
  }
}
.bottom_section_wrap .the_content_wrap h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 41px 0 19px 0;
}
@media screen and (max-width: 767px) {
  .bottom_section_wrap .the_content_wrap h4 {
    font-size: 18px;
    padding: 1em 0;
  }
}

.summary_wrap {
  padding: 20px 25px;
  margin: 0 0 67px 0;
}
@media screen and (max-width: 767px) {
  .summary_wrap {
    margin-bottom: 2em;
  }
}
.summary_wrap p {
  line-height: 1.666;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.summary_wrap p:nth-last-of-type(1) {
  margin: 0 0 0 0;
}

.list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 55px;
  margin-bottom: 91px;
}
@media screen and (max-width: 767px) {
  .list_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .list_wrap .left_table, .list_wrap .right_table {
    margin-bottom: 2em;
  }
}
.list_wrap .left_table h4, .list_wrap .right_table h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 10px;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .list_wrap .left_table h4, .list_wrap .right_table h4 {
    font-size: 18px;
  }
}
.list_wrap .left_table table, .list_wrap .right_table table {
  width: 100%;
  table-layout: fixed;
}
.list_wrap .left_table table tr th, .list_wrap .left_table table tr td, .list_wrap .right_table table tr th, .list_wrap .right_table table tr td {
  line-height: 1;
  font-weight: 400;
  padding: 20px 15px;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 767px) {
  .list_wrap .left_table table tr th, .list_wrap .left_table table tr td, .list_wrap .right_table table tr th, .list_wrap .right_table table tr td {
    padding: 1em;
  }
}
.list_wrap .left_table table tr th, .list_wrap .right_table table tr th {
  width: 61%;
}
.list_wrap .left_table table tr td, .list_wrap .right_table table tr td {
  text-align: center;
}
.list_wrap .left_table p, .list_wrap .right_table p {
  line-height: 1.444;
}
@media screen and (max-width: 767px) {
  .list_wrap .left_table p, .list_wrap .right_table p {
    padding: 0.5em;
  }
}

.group_wrap {
  margin-bottom: 163px;
}
@media screen and (max-width: 767px) {
  .group_wrap {
    margin-bottom: 2em;
  }
}
.group_wrap .point_wrap {
  margin: 0 0 25px 0;
}
.group_wrap .sub_title {
  margin: 0 0 5px 0;
  font-weight: bold;
}
.group_wrap .text {
  line-height: 1.666;
  margin: 0 0 25px 0;
}
.group_wrap .link_button {
  text-align: center;
  border: 3px solid #12ADC4;
  color: #12ADC4;
  border-radius: 40px;
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin: 0 auto;
  max-width: 689px;
  padding: 16px 1em;
}
@media screen and (max-width: 767px) {
  .group_wrap .link_button {
    font-size: 16px;
  }
}
.group_wrap .link_button:hover {
  background-color: #12ADC4;
  color: #fff;
  opacity: 1;
}

.data_wrap .text {
  padding: 23px 0 0 0;
}
.data_wrap .table_wrap {
  overflow-x: auto;
}
.data_wrap .table_wrap table {
  width: 100%;
}
.data_wrap .table_wrap table tr th, .data_wrap .table_wrap table tr td {
  padding: 7px 19px;
  vertical-align: middle;
  word-break: keep-all;
}
.data_wrap .table_wrap table thead {
  color: #fff;
  background-color: #7AADB5;
  font-weight: bold;
  text-align: center;
}
.data_wrap .table_wrap table thead tr td.left_border {
  border-left: 1px solid #fff;
}
.data_wrap .table_wrap table thead tr td.right_border_green {
  border-right: 1px solid #7AADB5;
}
.data_wrap .table_wrap table thead tr td.bottom_border {
  border-bottom: 1px solid #fff;
}
.data_wrap .table_wrap table tbody td {
  text-align: center;
  border: 1px solid #7AADB5;
}
.data_wrap .table_wrap table tbody td.number {
  background-color: #BFE0E6;
  width: 45px;
}
.data_wrap .table_wrap table tbody td.shadow {
  background-color: #F0FCFE;
}
.data_wrap .table_wrap table tbody td.text_left {
  text-align: left;
}
.data_wrap .table_wrap table tbody td.left_border_none {
  border-left: none;
}
.data_wrap .table_wrap table tbody td.right_border {
  border-right: none;
}
.image_in_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .image_in_wrap {
    display: block;
  }
}
.image_in_wrap .left_box {
  max-width: 600px;
}
.image_in_wrap .right_box .image_wrap img {
  display: block;
  width: 100%;
}
.image_in_wrap .grid_image_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.image_in_wrap .grid_image_wrap span {
  display: block;
  text-align: center;
}

.two_col_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 43px;
}
@media screen and (max-width: 1024px) {
  .two_col_wrap {
    display: block;
  }
}
.two_col_wrap .left_box {
  flex-shrink: 0;
}
.two_col_wrap .right_box .grey_box {
  padding: 13px 25px;
  margin: 0 0 22px 0;
}
.two_col_wrap .right_box .greenbox .top {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .two_col_wrap .right_box .greenbox .top {
    font-size: 18px;
  }
}
.two_col_wrap .right_box .greenbox .bottom {
  line-height: 1.444;
  margin: 0 0 6px 0;
}

.grey_box {
  background-color: #F6F6F6;
  border-radius: 15px;
}

.greenbox {
  border-radius: 15px;
  padding: 16px 25px;
}

.bottom_section_wrap .data_wrap .table_title {
  padding: 55px 0 10px 0;
}
.bottom_section_wrap .data_wrap .table_title span {
  vertical-align: middle;
  line-height: 1.458;
  display: inline-block;
}
.bottom_section_wrap .data_wrap .table_title span:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.45;
  padding: 0 0 0 13px;
}
@media screen and (max-width: 767px) {
  .bottom_section_wrap .data_wrap .table_title span {
    display: block;
  }
  .bottom_section_wrap .data_wrap .table_title span:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.45;
    padding: 0 0 0 0.5em;
  }
}

.links_outside {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  gap: 28px;
  padding: 2em 0;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 4em 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .links_outside {
    display: none;
  }
}
.links_outside a {
  display: block;
  border: 1px solid #707070;
  border-radius: 15px;
  width: 100%;
  max-width: 370px;
  text-align: center;
  padding: 20px 0;
  box-shadow: 2px 2px 0px 1px #707070;
  background: #fff;
}
.links_outside a:has(.seal) {
  border-color: #12ADC4;
  box-shadow: 2px 2px 0px 1px #12ADC4;
}
.links_outside a span {
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 50px;
  font-size: 20px;
}
.links_outside a span:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.links_outside a span.color:before {
  width: 38px;
  height: 32px;
  top: 6px;
  left: 0;
  background-image: url("../images/common/icon_siding.png");
}
.links_outside a span.seal {
  color: #12ADC4;
}
.links_outside a span.seal:before {
  width: 38px;
  height: 32px;
  top: 3px;
  left: 0;
  background-image: url("../images/common/icon_color_palette.png");
}
@media screen and (max-width: 767px) {
  .links_outside {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
  }
}

.table_under_list {
  padding: 0 0 0 8px;
}
.table_under_list li {
  line-height: 1.666;
}

.optics_table_wrap {
  max-width: 100%;
  overflow-y: auto;
}
.optics_table_wrap table {
  table-layout: fixed;
}
@media screen and (max-width: 1024px) {
  .optics_table_wrap table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .optics_table_wrap table {
    width: 730px;
  }
}
.optics_table_wrap table tr td {
  font-size: 18px;
  padding: 16px 23px;
  line-height: 1;
}
.optics_table_wrap table tr td:nth-of-type(-n+2) {
  color: #fff;
  background-color: #EF857E;
}
.optics_table_wrap table tr td:nth-of-type(1) {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .optics_table_wrap table tr td:nth-of-type(1) {
    width: 40%;
  }
}
.optics_table_wrap table tr td:nth-of-type(2) {
  width: 123px;
}
@media screen and (max-width: 1024px) {
  .optics_table_wrap table tr td:nth-of-type(2) {
    width: 20%;
  }
}
.optics_table_wrap table tr td:nth-of-type(3) {
  text-align: center;
  width: 373px;
}
@media screen and (max-width: 1024px) {
  .optics_table_wrap table tr td:nth-of-type(3) {
    width: 40%;
  }
}
.optics_table_wrap table tr:nth-of-type(2n) td:nth-of-type(3) {
  background-color: #F8F8F8;
}

.product_content_wrap.member_term_building h3 {
  background-color: #12ADC4;
  color: #fff;
}
.product_content_wrap.member_term_building h4 {
  color: #12ADC4;
}
.product_content_wrap.member_term_building .summary_wrap {
  background-color: #F0FCFE;
}
.product_content_wrap.member_term_building .greenbox {
  border: 1px solid #12ADC4;
}
.product_content_wrap.member_term_building .greenbox p {
  color: #12ADC4;
}
.product_content_wrap.member_term_building .group_wrap .link_button {
  border-color: #12ADC4;
  color: #12ADC4;
}
.product_content_wrap.member_term_building .group_wrap .link_button:hover {
  background-color: #12ADC4;
  color: #fff;
}
.product_content_wrap.member_term_industrial h3 {
  background-color: #FF850C;
  color: #fff;
}
.product_content_wrap.member_term_industrial h4 {
  color: #FF850C;
}
.product_content_wrap.member_term_industrial .summary_wrap {
  background-color: #FEFAF3;
}
.product_content_wrap.member_term_industrial .greenbox {
  border: 1px solid #FF850C;
}
.product_content_wrap.member_term_industrial .greenbox p {
  color: #FF850C;
}
.product_content_wrap.member_term_industrial .group_wrap .link_button {
  border-color: #FF850C;
  color: #FF850C;
}
.product_content_wrap.member_term_industrial .group_wrap .link_button:hover {
  background-color: #FF850C;
  color: #fff;
}
.product_content_wrap.member_term_optics h3 {
  background-color: #EF857E;
  color: #fff;
}
.product_content_wrap.member_term_optics h4 {
  color: #EF857E;
}
.product_content_wrap.member_term_optics .summary_wrap {
  background-color: #EF857E;
}
.product_content_wrap.member_term_optics .greenbox {
  border: 1px solid #EF857E;
}
.product_content_wrap.member_term_optics .greenbox p {
  color: #EF857E;
}
.product_content_wrap.member_term_optics .group_wrap .link_button {
  border-color: #EF857E;
  color: #EF857E;
}
.product_content_wrap.member_term_optics .group_wrap .link_button:hover {
  background-color: #EF857E;
  color: #fff;
}
.product_content_wrap.member_term_optics .to_contact_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 2em 0;
}
.product_content_wrap.member_term_optics .to_contact_wrap a {
  text-align: center;
  border: 3px solid #EF857E;
  color: #EF857E;
  border-radius: 40px;
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin: 0 auto;
  max-width: 689px;
  padding: 16px 1em;
}
@media screen and (max-width: 767px) {
  .product_content_wrap.member_term_optics .to_contact_wrap a {
    font-size: 16px;
  }
}
.product_content_wrap.member_term_optics .to_contact_wrap a:hover {
  background-color: #EF857E;
  color: #fff;
  opacity: 1;
}
/*# sourceMappingURL=single.css.map */