/*!
style
 ______________________________*/

/*________________

sub {
  display: block;
  width: 336px !important;
  order: inherit !important;
}

sub .products_cate {
  display: block;
}

sub .products_cate li {
  margin: 0 0 20px 0 !important;
}

sub .products_cate li::before {
  display: none !important;
}
________________*/

.main_wrapper_page_details {
  display: block;
}

.manufacturer_wrapper .container,
.main_wrapper_page_details .container {
  display: flex;
  justify-content: space-between;
}

.page_details {
  /*width: calc(100% - 380px) !important;*/
  background-color: #fff;
  text-align: left;
}

.page_details article {
  margin-bottom: 100px;
}

ul.company1 {
  display: grid;
  grid-template-columns: auto 240px;
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

ul.company1 li,
ul.company2 li,
ul.company3 li {
  margin: 0 0 0 0 !important;
}

ul.company1 li::before,
ul.company2 li::before,
ul.company3 li::before {
  display: none !important;
}

ul.company2 {
  display: grid;
  grid-template-columns: auto 435px;
  gap: 20px;
  margin: 0 0 50px !important;
  padding: 0 !important;
  list-style-type: none;
}

ul.company3 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.group_pic1 {
  margin-bottom: 30px;
}

.group_pic1 img {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.cert_pic1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cert_pic1 a {
  width: 30%;
}

.cert_pic1 a img {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.cert_pic2 {
  text-align: center;
}

.cert_pic2 a {
  display: inline-block;
  margin: 0 auto;
}

.cert_pic2 a img {
  width: 320px;
  height: auto;
}

.visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
}

.movie {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/*

text
_________*/
.tR {
  text-align: right !important;
}

.tL {
  text-align: left !important;
}

.tC {
  text-align: center !important;
}

.font70 {
  font-size: 70%;
}

.font80 {
  font-size: 80%;
}

.font130 {
  font-size: 130%;
}

.font150 {
  font-size: 150%;
}

.font170 {
  font-size: 170%;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.w100p {
  width: 100% !important;
}

.hero_img {
  text-align: center;
  margin-bottom: 30px;
}

/*
.main_contents
_____________*/
.main_wrapper {
  display: flex;
  justify-content: center;
}

.main_contents {
  /*
  width: 77.5%;
  order: 2;
  */
}

.main_contents section {
  width: 100%;
}

.section_in {
  max-width: 850px;
  height: auto;
  margin: 0 auto;
}

.section_in.r_side {
  margin: 0 0 0 auto;
}

.main_wrapper sub {
  width: 17.8%;
  order: 1;
}

.products_wrapper > .main_contents {
  width: 100%;
}

.products_wrapper > .main_contents h3 {
  padding: 9px 0;
}

.contents {
  padding-top: 170px;
}

/*
.page_header
_____________*/
.page_header {
  display: flex;
  align-items: center;
  background-color: #eee;
  color: #000;
  height: 200px;
  border-top: 3px solid var(--color-primary);
}

.page_header h2 {
  text-align: center;
  margin: 0;
}

.page_header h2 span {
  display: block;
  color: var(--color-primary);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.3rem;
  font-weight: 600;
}

.page_header h2 em {
  font-style: normal;
  color: #333;
}

.page_header_f_powder h2,
.page_header_dispersion h2,
.page_header_surface h2 {
  text-align: right;
  margin-right: 0;
  text-shadow: inherit;
  margin: 120px 0 0.7em;
  color: #fff;
}

.page_header_f_powder h2 span,
.page_header_dispersion h2 span,
.page_header_surface h2 span {
  color: #ffffff99;
  margin-bottom: 10px;
}

.products_category {
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  padding: 10px 20px !important;
  margin-bottom: 50px;
}

.products_category ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.products_category h4 {
  border-bottom: none !important;
}

.products_card {
  display: grid;
  grid-template-columns: 30% 70%;
  background-color: #fff;
  align-items: flex-start;
  box-shadow: 0px 0px 15px -5px #777777;
  margin: 0 0 50px !important;
  padding: 0;
}

.products_card li {
  padding: 0 !important;
  margin: 0 !important;
}

.products_card > li::before {
  display: none !important;
}

.products_card li img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  object-position: center;
}

.swiper-container-thumbs .products_card li img {
  max-height: 150px;
}

.products_card > li:nth-child(2) {
  padding: 20px 25px !important;
}

.products_card h5 {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  padding: 5px 20px !important;
  margin-bottom: 10px !important;
}

.pagination_box {
  padding: 30px 0;
  text-align: center;
}

.pagination_nav .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.pagination_nav .pagination li {
  margin: 0 3px;
  padding: 0 5px;
  border-bottom: none !important;
}

.pagination_nav .pagination li::before {
  display: none !important;
}

.pagination_nav .pagination li a,
a.page-numbers {
  color: var(--color-gray);
  border: 1px solid var(--color-gray);
  padding: 3px 5px;
  margin: 0 5px;
}

.pagination_nav .pagination li a:hover,
.pagination_nav .pagination li.is-active a,
.page-numbers.current {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
  padding: 3px 5px;
  margin: 0 5px;
}

.products_hue img {
  width: 100%;
}

.products_search_result form {
  max-width: 100%;
}

/*
style
_______________*/
.tx_box {
  margin: 0 20px 50px;
  content: "";
  display: block;
  clear: both;
}

.big {
  font-size: 200%;
}

.tx_red {
  color: #c60000;
}

.blue_box {
  background: #eaf5fc;
  padding: 20px;
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.main_contents {
  word-break: break-all;
}

.main_contents section {
  padding-bottom: 50px;
}

.main_contents p {
  font-size: 1.4rem;
  line-height: 2;
}

.main_contents h3 {
  color: #333;
  padding: 9px 0;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 2px solid var(--color-primary);
  text-align: left;
}

.main_contents h3 em {
  position: absolute;
  left: -2px;
  bottom: -9px;
  margin-right: 1em;
  font-style: normal;
  font-size: 5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #cabee4;
}

.main_contents h3 i {
  font-style: normal;
  color: var(--color-primary);
}

.main_contents h3 span {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #999999;
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.main_contents h4 {
  position: relative;
  border-bottom: 1px solid #555;
  color: var(--color-primary);
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.main_contents h5 {
  position: relative;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  font-size: 1.4rem;
}

.main_contents table {
  margin-bottom: 50px;
}

.main_contents table th {
  background: #e1daf4;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.3rem;
}

.main_contents table tbody th {
  background: #efefef;
  text-align: left;
  vertical-align: top;
}

.main_contents table td {
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 1.3rem;
}

/* Alignment */
.main_contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

.main_contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

.main_contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main_contents ul {
  margin-bottom: 30px;
}

.main_contents ul li {
  list-style: none;
  margin: 0 0 0 13px;
  padding: 0;
  position: relative;
}

.main_contents ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: var(--color-primary);
  top: 8px;
  left: -13px;
}

/*----------------------------------*/
.main_contents .btn_link {
  clear: both;
}

.main_contents .btn_link a {
  background-image: url("../img/common/icon_arrow.gif");
  background-repeat: no-repeat;
  background-position: 10px center;
  display: block;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 5px 20px 5px 25px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
}

.main_contents .btn_link a:hover {
  background-color: #f5f5f5;
  color: #666;
}

.main_contents .font1 {
  font-size: 70%;
}

.main_contents .font2 {
  font-size: 78%;
}

.main_contents .font3 {
  font-size: 92%;
}

.main_contents .font4 {
  font-size: 108%;
}

.main_contents .font5 {
  font-size: 123%;
}

.main_contents .font6 {
  font-size: 139%;
}

.main_contents .font7 {
  font-size: 185%;
}

.main_contents .font8 {
  font-size: 277%;
}

.main_contents .blue {
  color: #0683ff;
}

.main_contents .purple {
  color: #a03266;
}

.main_contents .red {
  color: #c00;
}

/*_______________________

.flex_box
________________________*/
.flex_box {
  display: flex;
  padding: 0;
  margin: 0 0 30px;
  justify-content: space-between;
}

.flex_box .img {
  margin: 0 20px 0 0;
}

.flex_box.rev {
  flex-direction: row-reverse;
}

.flex_box.rev .img {
  margin: 0 0 0 20px;
}

.text_box {
  width: calc(100% - 320px);
}

.img_box {
  width: 300px;
  height: auto;
  font-size: 0.72em;
  color: #333;
  align-items: center;
  justify-content: center;
}

.img_box p {
  text-align: center;
}

.img_box img {
  width: 100%;
  height: auto;
}

.flex_box.img2col {
  justify-content: center;
}

.flex_box.img2col .img_box {
  margin: 0 20px;
}

.flex_box.img250 .img_box {
  width: 250px;
}

.flex_box.img250 .text_box {
  width: calc(100% - 270px);
}

.flex_box.img350 .img_box {
  width: 350px;
}

.flex_box.img350 .text_box {
  width: calc(100% - 370px);
}

.flex_box.float_r,
.flex_box.float_l {
  display: inline-block;
}

.flex_box.float_r::after,
.flex_box.float_l::after {
  content: "";
  display: block;
  clear: both;
}

.flex_box.float_r .text_box p.text-basic,
.flex_box.float_l .text_box p.text-basic {
  display: inline !important;
}

.flex_box.float_r .img_box {
  float: right;
  margin: 0 0 20px 20px;
  display: inline-block;
}

.flex_box.float_l .img_box {
  float: left;
  margin: 0 20px 20px 0;
  display: inline-block;
}

.flex_box.float_r .text_box,
.flex_box.float_l .text_box {
  margin: 0 0 20px 20px;
  display: inline;
  width: inherit;
}

.flex_box.float_r .text_box .basic-txt,
.flex_box.float_l .text_box .basic-txt {
  display: inline;
}

/*
pic_flex
____________*/

.pic_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}

.pic_flex .pic_img {
  width: 50%;
}

.pic_flex .pic_img img {
  width: 100%;
  height: auto;
}

.pic_flex .pic_txt {
  width: 50%;
}

.pic_flex .pic_txt h5 {
  padding: 0;
  margin-bottom: 5px;
}

.pic_flex .pic_txt_area {
  width: 100%;
  padding: 10px;
  background-color: #f1f1f1;
  color: var(--color-primary);
  border-radius: 10px;
}

.pic_flex .pic_txt_area p {
  margin-bottom: 0;
}

/*

products
________________________*/

.products_wrapper nav li::before {
  display: none;
}

.products_wrapper nav {
  display: flex;
  justify-content: center;
}

.products_wrapper .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.products_wrapper .pagination li {
  margin: 0 3px;
}

.products_wrapper .pagination li a {
  border: 1px solid var(--color-primary);
  padding: 3px 5px;
}

.products_wrapper .pagination li a:hover,
.products_wrapper .pagination li.is-active a {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}

/* メイン画像 Swiper */
.swiper-wrapper {
  height: inherit !important;
}

.swiper-container-main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.swiper-container-main img {
  width: 100%;
  height: auto;
  display: block;
}

/* サムネイル Swiper */
.swiper-container-thumbs {
  margin-top: 8px;
  width: 100%;
  max-width: 100%;
}

.swiper-container-thumbs .swiper-slide {
  width: 20%;
  /* 5つ並べる */
  opacity: 0.4;
  cursor: pointer;
  padding: 2px;
  box-sizing: border-box;
}

.swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007aff;
}

.swiper-container-thumbs img {
  width: 100%;
  height: auto;
  display: block;
}

.button.ico_pdf {
  background-image: url(../img/common/ico_pdf_blue.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 5px center;
}

.button.ico_ext {
  background-image: url(../img/common/ico_ext_blue.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 5px center;
}

.button.ico_back {
  background-image: url(../img/common/ico_btn_back.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 10px center;
  padding: 10px 20px 10px 30px;
}

.products_backbtn {
  padding: 0 0 50px;
  text-align: center;
}

.btn_area {
  margin: 30px 0;
}

.contact-btn {
  position: fixed;
  top: 500px;
  right: 0;
  width: 46px;
  height: 180px;
  background-color: #d90a1a !important;
  z-index: 100;
  opacity: 1;
  color: #fff;
  transform: translateX(0);
  border-radius: 5px 0 0 5px;
}

.contact-btn:hover {
  opacity: 0.7 !important;
}

.contact-btn-txt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.contact-btn-txt::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../img/common/ico_footer_contact_mail.png) no-repeat;
  background-size: contain;
}

.slidein {
  animation: slideIn1 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 0.3s;
}

@keyframes slideIn1 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.contactform {
  max-width: 960px;
  padding-top: 60px;
  margin: 0 auto;
}

.contactform label {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0;
}

.contactform label span {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contactform label span:nth-child(1) {
  width: 15em;
}

.contactform label span:nth-child(2) {
  width: calc(100% - 15em);
}

.contactform label span input[type="text"],
.contactform label span input[type="email"] {
  width: 100%;
  border: 1px solid #ccc;
}

.contactform label span textarea {
  width: 100%;
  border: 1px solid #ccc;
}

.contactform label i {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #d90a1a;
  font-size: 1.2rem;
  line-height: 1;
  font-style: normal;
  border-radius: 4px;
  margin-left: 5px;
}

.contactform .submitbtn_area {
  padding: 80px 0;
  text-align: center;
}

.contactform .submitbtn_area input {
  background-color: #d90a1a;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 2;
  letter-spacing: 2px;
  border: 1px solid #d90a1a;
  background-image:inherit !important;
  padding: 10px 20px 10px 20px;
}
.wpcf7-list-item-label {
  display: inline-block !important;
  width: inherit !important;
}
.wpcf7-list-item > label {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 10px 10px;
}
.wpcf7-list-item {
    display: inline-block !important;
    margin: 0 0 0 1em;
    width: fit-content !important;
}
.wpcf7-form-control.wpcf7-checkbox {
  width: inherit !important;
}
.form_txt{
  font-size:1.6rem !important;
  margin-bottom: 30px;
 }
 .wpcf7-spinner{
  display: block;
 }


 .pp-box2 {
    width: 100％;
    text-align: left;
    color: #333;
    height: 360px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 10px;
    border: 1px solid #ccc;
}

.products_card img,
.products_card * {
    max-width: 100%; /* 子要素の横幅制限 */
    box-sizing: border-box;
    word-break: break-word; /* 長い単語やURLを折り返す */
    /*overflow: hidden;   */ 
}


.h3_full{
  text-align: center !important;
}

.about{
  position: relative;
}

ul.about_flex{
  margin:30px 0 200px;
  padding:0;
  list-style-type: none;
  display: flex;
}

ul.about_flex li::before{
  display: none !important;
}

ul.about_flex li:nth-child(1){
  width:55%;
  margin:0;
  padding:0;
}

ul.about_flex li:nth-child(2){
  width:45%;
  margin:0;
  padding:0 0 0 50px;
}

.about .outside-left img {
    width: 100%;
    object-fit: cover;
    max-height: 420px;
}

ul.about_flex::after{
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 14vw;
    background-color: #f6f6f6;
    z-index: -1;
    top: 260px;
    left: 10vw;
}
.h4_about{
  margin:60px 0 5px 0 !important;
  font-weight: 600 !important;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: none !important;
  font-size:3.6rem;
}
.h4_about span{
  font-size:2.8rem;
  margin:0 0 0 20px;
}
.h5_about{
  font-size:2.4rem !important;
  font-weight: bold;
  padding:0 !important;
  margin:0 0 30px 0 !important;
}
.about p{
  font-size:1.8rem;
}

.about_pict{
  max-width: 710px;
  margin:0 auto 70px;
}


.about ul li::before {
    background-color: #ccc;
}

.events_list .top_event{
  background-color: inherit;
}

.events_list .top_event ul li:before{
  display: none !important;
}

.pagenavi{
  text-align: center;
  margin:40px 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #195aa0 !important;
  color:#fff !important;
  border-color: #195aa0 !important;
}



.manu_list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.manu_list ul li{
  margin:0;
  padding:0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.manu_list ul li::before{
  display: none;
}
.manu_list_body{
  padding:20px;
}

.manu_list_img{
  display: block;
  text-align: center;
}
.manu_list_img img{
aspect-ratio: 280 / 60;
    width: 280px;
    object-fit: contain;
}

.manu_list_body h4 {
    position: relative;
    border-bottom:inherit;
    color: #333;
    padding:0;
    margin-top: 0;
    margin-bottom:5px;
    font-size:1.5rem;
    font-weight: 600;
    text-align: center;
}
.manu_list_body p{
  color:#333;
  line-height: 1.6;
}
.manu_list_body .manu_badge{
  background-color: #195aa0;
  color:#fff;
  font-size:1.2rem;
  line-height: 1.2;
  padding:3px 5px;
  margin-right: 5px;
  display: inline-block;
}