@charset "UTF-8";
/*--------------------------------------------------

Common

--------------------------------------------------*/
.sp {
  display: inline;
}

.pc {
  display: none;
}

@media print, screen and (min-width: 768px) { /* PC */
  .sp {
    display: none;
  }
  .pc {
    display: inline;
  }
}
p.txt a,
ul.u_list a {
  text-decoration: underline !important;
  color: #13195d;
}

strong {
  font-weight: bold;
}

.font-bold {
  font-weight: bold;
}

.page_ttl.company {
  background-image: url(../img/shared/pagettl_company.jpg);
}

.page_ttl.history {
  background-image: url(../img/shared/pagettl_history.jpg);
}

.page_ttl.products {
  background-image: url(../img/shared/pagettl_products.jpg);
}

.page_ttl.impregnation_processing {
  background-image: url(../img/shared/pagettl_impregnation_processing.jpg);
}

.page_ttl.technical_information {
  background-image: url(../img/shared/pagettl_technical_information.jpg);
}

.page_ttl.technical_information_sub {
  background-image: url(../img/shared/pagettl_technical_information_sub.jpg);
}

.page_ttl.environment {
  background-image: url(../img/shared/pagettl_environment.jpg);
}

.page_ttl.recruit {
  background-image: url(../img/shared/pagettl_recruit.jpg);
}

.page_ttl.inquiry {
  background-image: url(../img/shared/pagettl_inquiry.jpg);
}

@media print, screen and (min-width: 768px) { /* PC */
  .ttl_h2,
  .ttl_h3,
  .ttl_h4 {
    margin-bottom: 4rem;
  }
}
.page_ttl {
  height: 20rem;
  padding: 0;
  position: relative;
}
.page_ttl h1 {
  width: calc(100% - 7rem);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) { /* PC */
  .page_ttl h1 {
    width: 110rem;
  }
}
.read p {
  font-weight: bold;
  font-size: 3.2rem !important;
}

@media print, screen and (min-width: 768px) { /* PC */
  .read p {
    font-size: 2.4rem !important;
    line-height: 1.8 !important;
  }
}
.file a[href$=".pdf&disp=inline"]::after {
  background: url(../img/template/icon_pdf.svg) no-repeat 50%/100% auto;
}

.file a[href$=".xlsx&disp=inline"]::after {
  background: url(../img/template/icon_xls.svg) no-repeat 50%/100% auto;
}

.file a[href$=".docx&disp=inline"]::after {
  background: url(../img/template/icon_doc.svg) no-repeat 50%/100% auto;
}

.file a[href$=".pptx&disp=inline"]::after {
  background: url(../img/template/icon_ppt.svg) no-repeat 50%/100% auto;
}

@media print, screen and (min-width: 768px) { /* PC */
  .img.left figure {
    width: calc(33.3333333333% - 2.4rem);
    margin: 0 1.2rem 1.9rem;
  }
  .img.right figure {
    width: calc(33.3333333333% - 2.4rem);
    margin: 0 1.2rem 1.9rem;
  }
}
.box01 {
  background: #f7f9fb;
  padding: 2.6rem;
}

.lr01 .l,
.gap .lr02 .l {
  margin-bottom: 2.6rem;
}

@media print, screen and (min-width: 768px) { /* PC */
  .lr01 {
    display: grid;
    grid-template-columns: 45% 1fr;
  }
  .lr01 .l {
    margin-right: 3.6rem;
    margin-bottom: 0;
  }
  .lr02 {
    display: grid;
    grid-template-columns: 1fr 45%;
  }
  .lr02 .r {
    margin-left: 3.6rem;
    margin-bottom: 0;
  }
  .gap .lr01,
  .gap .lr02 {
    position: relative;
    margin-top: 4.6rem;
  }
  .gap .lr01 {
    margin-left: 2.6rem;
    grid-template-columns: 43% 1fr;
  }
  .gap .lr01 .l {
    position: absolute;
    top: -2.6rem;
    left: -2.6rem;
    width: calc(45% - 2.6rem);
  }
  .gap .lr01 .r {
    grid-row: 1;
    grid-column: 2;
  }
  .gap .lr02 {
    margin-right: 2.6rem;
    grid-template-columns: 1fr 43%;
  }
  .gap .lr02 .r {
    position: absolute;
    top: -2.6rem;
    right: -2.6rem;
    width: calc(45% - 2.6rem);
  }
  .gap .lr02 .l {
    grid-row: 1;
    grid-column: 1;
    margin-left: 0;
  }
}
.next {
  position: relative;
  padding-bottom: 5rem;
}

.next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #20287e;
  line-height: 1;
  width: 2.6em;
  height: 2.6em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
}

.next:last-child:after {
  content: none;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .btn.clm4 li {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.breadcrumb {
  justify-content: inherit;
}

input::-moz-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

/*--------------------------------------------------

CKEditor

--------------------------------------------------*/
.editor p {
  font-size: 2.6rem;
  line-height: 5rem;
  margin-bottom: 4.5rem;
}
.editor a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  background: url(../img/shared/icon_external.png) right center no-repeat;
  background-size: 100%;
}
.editor ol {
  margin-bottom: 4.5rem !important;
}
.editor ol li {
  margin-left: 2em;
  font-size: 2.6rem;
  line-height: 5rem;
  list-style-type: decimal;
}
.editor ul {
  margin-bottom: 4.5rem !important;
}
.editor ul li {
  position: relative;
  padding-left: 3.6rem;
  font-size: 2.6rem;
  line-height: 5rem;
}
.editor ul li + li {
  margin-top: 1.5rem;
}
.editor ul li:before, .editor ul li:after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
}
.editor ul li:before {
  background: #cbd8de;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.editor ul li:after {
  background: #20287e;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.editor table {
  width: 100%;
  margin-bottom: 5rem;
}
.editor table th {
  color: #fff;
  background: #20287e;
  text-align: center;
}
.editor table tbody th {
  background: #eff4f7;
  color: #0d0d0d;
}
.editor table th, .editor table td {
  padding: 0.75rem 1.1rem;
  line-height: 1.6;
  border: 1px solid #d2d2d2;
  letter-spacing: 0.06em;
}
.editor table .table_in th, .editor table .table_in td {
  border: 0;
}

@media print, screen and (min-width: 768px) { /* PC */
  .editor p {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .editor ol li {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .editor ul li {
    padding-left: 2.3rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .editor ul li::before,
  .editor ul li::after {
    top: 1rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
/*-----------------------------------------------
/* = luminous-basic.min.css
----------------------------------------------- */
/*!
 * Luminous v2.3.5
 * Copyright 2015-2021, Zebrafish Labs
 * Licensed under BSD-2 (https://github.com/imgix/luminous/blob/main/LICENSE.md)
 */
@keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes b {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes c {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@keyframes d {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  to {
    transform: scale(1);
  }
}
@keyframes e {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  to {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  bottom: 2.5%;
  left: 2.5%;
  right: 2.5%;
  top: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  animation: c 1.8s linear infinite;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
}

.lum-lightbox-loader:after, .lum-lightbox-loader:before {
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 20px;
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.lum-lightbox-loader:before {
  animation: d 1.8s linear infinite;
  left: 0;
}

.lum-lightbox-loader:after {
  animation: e 1.8s linear infinite;
  animation-delay: -0.9s;
  right: 0;
}

.lum-lightbox.lum-opening {
  animation: a 0.18s ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: b 0.18s ease-out;
}

.lum-lightbox.lum-closing {
  animation: a 0.3s ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: b 0.3s ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 0.12s ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100px;
  margin: 0;
  max-height: 100%;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 150%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 60px;
}

.lum-close-button {
  height: 32px;
  opacity: 0.3;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:after, .lum-close-button:before {
  background-color: #fff;
  content: " ";
  height: 33px;
  left: 15px;
  position: absolute;
  width: 2px;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  border-top: 4px solid hsla(0, 0%, 100%, 0.8);
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  top: 50%;
  width: 36px;
}

.lum-previous-button:after {
  border-left: 4px solid hsla(0, 0%, 100%, 0.8);
  border-radius: 3px 0 0 0;
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  transform: translateY(-50%) rotate(-45deg);
}

.lum-next-button:after {
  border-radius: 0 3px 0 0;
  border-right: 4px solid hsla(0, 0%, 100%, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow: auto;
  }
  .lum-lightbox-caption {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-height: none;
    max-width: none;
  }
}
.lum-lightbox.lum-open {
  z-index: 9999;
}

@media (max-width: 767px) {
  .lum-lightbox-inner img {
    max-height: 100%;
    max-width: 100%;
  }
}
/*-----------------------------------------------
/* = MailformPro
----------------------------------------------- */
#mfp_overlay_inner {
  width: 70% !important;
  padding: 2rem !important;
  min-width: 700px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-style: normal;
  font-weight: 300;
}
#mfp_overlay_inner h4 {
  margin-bottom: 20px !important;
}
#mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay_inner table#mfp_confirm_table tr td {
  font-size: 1.4rem !important;
  vertical-align: middle;
}
#mfp_overlay_inner .mfp_buttons .mfp_element_button {
  border-radius: 30px;
  background: #57b279;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  background: #ccc;
}

/* -----------------------------------------------
= news
----------------------------------------------- */
.news {
  padding: 0 5rem;
}

.news ul {
  padding: 1rem 3rem 13rem;
}

.news li {
  border-bottom: 1px dotted #ccc;
}

.news li a {
  display: block;
  position: relative;
  padding: 3rem 6.5rem 3rem 1rem;
  letter-spacing: 0.04em;
}

.news li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.95rem);
  right: 0;
  width: 2.6rem;
  height: 1.9rem;
  background: url(../img/shared/icon_arrow.svg) no-repeat 50%/cover;
  filter: invert(86%) sepia(0%) saturate(0%) hue-rotate(20deg) brightness(105%) contrast(88%);
}

.news li a time {
  display: block;
  margin-bottom: 2rem;
  color: #808080;
  font-size: 2.4rem;
}

.news li a p {
  color: #13195d;
  font-size: 2.6rem;
  line-height: 4rem;
}

.news .btn {
  width: 54rem;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) { /* PC */
  .news {
    padding: 0 0 5rem;
  }
  .news ul {
    max-width: 102rem;
    margin: 0 auto;
    padding: 1rem 4rem 6.5rem;
  }
  .news li a {
    display: flex;
    padding: 2rem 4rem 2rem 1rem;
  }
  .news li a::after {
    top: calc(50% - 0.65rem);
    right: 1rem;
    width: 1.7rem;
    height: 1.3rem;
  }
  .news li a:hover::after {
    filter: invert(24%) sepia(71%) saturate(1615%) hue-rotate(218deg) brightness(91%) contrast(85%);
  }
  .news li a time {
    margin-bottom: 0;
    margin-right: 2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .news li a p {
    flex: 1;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transition: color 0.3s;
  }
  .news li a:hover p {
    color: #434cab;
    text-decoration: underline;
  }
  .news .btn {
    width: 34rem;
    margin-top: -4rem;
  }
  .news .btn a {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}
/* -----------------------------------------------
= topics_sub
----------------------------------------------- */
.topics_sub {
  margin-bottom: 4rem;
}
.topics_sub ul li {
  margin-bottom: 2.6rem;
}
.topics_sub ul li p {
  font-size: 2.6rem;
  line-height: 3rem;
}
.topics_sub ul li a {
  display: grid;
  grid-template-columns: 27rem 1fr;
  gap: 3rem;
}
.topics_sub ul li time {
  font-size: 2.4rem;
  color: #808080;
}
.topics_sub ul li .img {
  text-align: center;
}
.topics_sub ul li img {
  height: 18rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 768px) { /* PC */
  .topics_sub ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .topics_sub ul li p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .topics_sub ul li a {
    display: block;
  }
  .topics_sub ul li time {
    font-size: 1.4rem;
  }
  .topics_sub ul li .img {
    margin-bottom: 1rem;
  }
}
/*--------------------------------------------------

沿革

--------------------------------------------------*/
.history .history_in {
  position: relative;
}
.history .history_in:before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  line-height: 1;
  border-radius: 50%;
  background: #cfd5ff;
  display: block;
  position: absolute;
  left: 0;
  top: 0rem;
  z-index: 0;
}
.history .history_in h3 {
  margin-left: 5rem;
  font-size: 3.6rem;
  line-height: 1;
  color: #808080;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.history .history_in ul {
  margin-left: 1.4rem;
  border-left: 1rem solid #eee;
  padding: 3rem 0 3rem 5rem;
}
.history .history_in li {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.history .history_in li span.time {
  font-size: 2.6rem;
  line-height: 5rem;
  display: block;
}
.history .history_in li span.text {
  margin-left: 3rem;
  display: block;
  line-height: 3.6rem;
}
.history .history_in:last-child ul {
  -o-border-image: linear-gradient(to bottom, #eee, #fff) 1;
     border-image: linear-gradient(to bottom, #eee, #fff) 1;
}

@media print, screen and (min-width: 768px) { /* PC */
  .history .history_in:before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .history .history_in h3 {
    margin-left: 4rem;
    font-size: 2.6rem;
  }
  .history .history_in ul {
    margin-left: 1rem;
    border-left: 0.6rem solid #eee;
    padding: 2rem 0 4rem 10rem;
  }
  .history .history_in li {
    display: grid;
    grid-template-columns: 16rem 1fr;
  }
  .history .history_in li span.time {
    font-size: 1.6rem;
    line-height: 3.4rem;
    display: block;
  }
  .history .history_in li span.text {
    margin-left: 3rem;
  }
  .history .history_in:last-child ul {
    -o-border-image: linear-gradient(to bottom, #eee, #fff) 1;
       border-image: linear-gradient(to bottom, #eee, #fff) 1;
  }
}
/*--------------------------------------------------

製品情報

--------------------------------------------------*/
.lineup {
  padding: 4.5rem 0 0;
}
.lineup .w80 {
  width: 80%;
  margin: 0 auto;
}
.lineup .btn {
  margin-bottom: 6em;
}
.lineup .btn a {
  padding: 2rem 8rem 2rem 5rem;
  line-height: 1;
}
.lineup .font90 {
  font-size: 100%;
}
.lineup h5 a {
  text-decoration: underline;
  color: #20287D;
}

.box table {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .lineup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 3.5rem 0;
  }
  .lineup .btn {
    margin-bottom: 0;
  }
  .lineup .btn a {
    padding: 1rem 4rem 1rem 2.4rem;
  }
  .lineup .font90 {
    font-size: 90%;
  }
}
.column02 {
  overflow: inherit;
}
.column02 .column_r {
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .column02 .column_r h3 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.column02 .lnav li a {
  display: block;
  padding: 2rem 2rem 2rem 4rem;
  line-height: 1.5;
}
.column02 .lnav p a {
  padding: 2rem 0.5rem 1.5rem 4rem;
  background: #eff4f7;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #20287e;
}
.column02 .lnav p.active a {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .column02 .lnav li a {
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
    line-height: 1;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .column02 .lnav p a {
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  }
}
.column02 .lnav ul li {
  font-size: 2.6rem;
}
.column02 .lnav ul li.active > a {
  background: #fff;
  font-weight: bold;
  position: relative;
}
.column02 .lnav ul li.active > a:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 4rem;
  width: 2.2rem;
  height: 1.6rem;
  background: url(../img/shared/icon_arrow.svg) no-repeat 50%/contain;
  filter: invert(11%) sepia(52%) saturate(5032%) hue-rotate(234deg) brightness(91%) contrast(94%);
}
@media print, screen and (min-width: 768px) {
  .column02 .lnav ul li.active > a:before {
    top: 1.4rem;
    left: 1rem;
    width: 1.3rem;
  }
}
.column02 .lnav ul.first > li > a {
  color: #fff;
  background: #20287e;
  font-size: 2.8rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .column02 .lnav ul.first > li > a {
    line-height: 1;
    font-size: 1.6rem;
  }
}
.column02 .lnav ul.first > li:last-child {
  border-bottom: none;
}
.column02 .lnav ul.second > li a {
  padding: 2rem 1rem 2rem 8rem;
  border-bottom: 1px solid #eee;
}
.column02 .lnav ul.second > li:last-child a {
  padding: 2rem 1rem 2rem 8rem;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .column02 .lnav ul.second > li a {
    padding: 1.5rem 0.5rem 1.5rem 3.6rem;
    font-size: 1.4rem;
  }
  .column02 .lnav ul.second > li:last-child a {
    padding: 1.5rem 0.5rem 1.8rem 3.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .column02 {
    display: grid;
    grid-template-columns: 1fr 20rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .column02 .lnav {
    position: sticky;
    top: 130px;
  }
}
.products_read .left {
  margin-bottom: 3rem;
}
.products_read .right .read {
  margin-bottom: 4rem;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 2;
}
.products_read .right h4 {
  font-size: 3rem;
  background: #20287e;
  color: #fff;
  padding: 1.4rem;
  margin-bottom: 4rem;
  text-align: center;
}
.products_read .right ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
}
.products_read .right ul li {
  text-align: center;
}
.products_read .right ul .icon {
  display: block;
  border-radius: 50%;
  background: #eff4f7;
  height: 12em;
  width: 12rem;
  position: relative;
  margin: 0 auto 2rem auto;
}
.products_read .right ul .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(11%) sepia(52%) saturate(5032%) hue-rotate(234deg) brightness(91%) contrast(94%);
}
.products_read .right ul .icon:before {
  content: "";
  display: block;
  height: 13rem;
  width: 13rem;
  border: 1px solid #c2cee5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products_read .right ul .text {
  font-size: 2rem;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .products_read {
    display: grid;
    grid-template-columns: 34rem 1fr;
    gap: 3rem;
  }
  .products_read .left {
    margin-bottom: 0;
  }
  .products_read .right .read {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .products_read .right h4 {
    font-size: 1.4rem;
    background: #20287e;
    color: #fff;
    padding: 0.6rem;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .products_read .right ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .products_read .right ul li {
    text-align: center;
  }
  .products_read .right ul .icon {
    display: block;
    border-radius: 50%;
    background: #eff4f7;
    height: 4.8em;
    width: 4.8rem;
    position: relative;
    margin: 0 auto 0.8rem auto;
  }
  .products_read .right ul .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.8rem;
    -o-object-fit: contain;
       object-fit: contain;
    filter: invert(11%) sepia(52%) saturate(5032%) hue-rotate(234deg) brightness(91%) contrast(94%);
  }
  .products_read .right ul .icon:before {
    content: "";
    display: block;
    height: 5.2rem;
    width: 5.2rem;
    border: 1px solid #c2cee5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .products_read .right ul .text {
    font-size: 1.1rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .editor ul.clm03 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .editor ul.clm03 li + li {
    margin-top: 0;
  }
}
body.products_detail .btn.clm3 a:after,
body.products_detail .btn.clm4 a:after {
  content: none;
}
@media print, screen and (min-width: 768px) {
  body.products_detail .btn.clm4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  body.products_detail .btn.clm4 li {
    width: calc(25% - 30px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

body.products_detail .btn a {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  body.products_detail .btn a {
    padding: 2rem 1.5rem 2rem 1.5rem;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.fusion iframe {
  width: 100%;
  height: 50vh;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .fusion iframe {
    width: 94%;
    margin: 0 auto;
    height: 600px;
  }
  .fusion.fusion01 iframe {
    width: 800px;
    height: 600px;
  }
  .fusion.fusion02 iframe {
    width: 640px;
    height: 480px;
  }
}
sup {
  vertical-align: top;
  font-size: 60%;
}

/*-----------------------------------------------
/* = MailformPro
----------------------------------------------- */
#mfp_overlay_inner {
  width: 70% !important;
  padding: 2rem !important;
  min-width: 700px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-style: normal;
  font-weight: 300;
}
#mfp_overlay_inner h4 {
  margin-bottom: 20px !important;
  font-size: 1.6rem;
}
#mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay_inner table#mfp_confirm_table tr td {
  font-size: 1.6rem !important;
  padding: 0.8rem;
  vertical-align: middle;
}
#mfp_overlay_inner .mfp_buttons .mfp_element_button {
  border-radius: 30px;
  background: #81b701;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  border: none;
  text-shadow: none;
}
#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
  background: #ccc;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  box-shadow: none;
  margin: inherit;
}

.mfp_element_submit {
  text-shadow: none;
}

.mfp_element_submit:hover {
  box-shadow: none;
}

@media print, screen and (min-width: 768px) {
  .form .item .textarea {
    width: 80rem !important;
    height: 22rem !important;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    font-size: 2.6rem !important;
    padding: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  table.tiny td, table.tiny th {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0.75rem 0.8rem;
  }
}
/*-----------------------------------------------
/* = Top
----------------------------------------------- */
.kv {
  padding: 8rem 0 28rem;
}
.kv h2 .jp {
  letter-spacing: 0 !important;
}

.product li dd ul li {
  display: block;
}
.product li dd ul li:after {
  content: "";
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .purpose .tab_btn li .icon + span {
    font-size: 1.4rem;
  }
  .header .search button {
    font-size: 1rem;
  }
}
.purpose .tab_btn li .icon + span {
  letter-spacing: 0;
  line-height: 1.3;
}

.topis {
  padding: 6rem 3.5rem;
}

.news {
  padding: 6rem 5rem;
}/*# sourceMappingURL=add.css.map */