@charset "utf-8";

body {
  font-family: sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  width: 100%;
}

.pc {
  display: block;
  width: 900px;
  margin: auto;
}

.sp {
  display: none;
}

.red {
  color: #D50000;
}

.main_visual {
  position: relative;
  background: url(../img/product_main.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 280px;
}

.product_titlebox {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}

.product_titlebox h1 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}

.product_titlebox p {
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #D50000;
  padding: 18px 100px;
  box-sizing: border-box;
}

.product_top_content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

.product_type {
  margin-bottom: 80px;
  text-align: center;
}

.product_type h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 50px;
}

.product_type h2::after {
  content: '';
  width: 60px;
  height: 4px;
  display: inline-block;
  background-color: #D50000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.product_type_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
  padding: 0 15px;
  box-sizing: border-box;
}

.product_type_box_item {
  width: 32%;
  background: #FFE8E8;
  box-shadow: 0 1px 5px rgb(0, 0, 0, .2);
}

.item_read {
  padding: 0 7px 15px;
}

.item_read .item_explanation {
  background: #D50000;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 7px 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.6em;
  box-shadow: 1px 2px 3px 0 #777777;
}

.item_read .item_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 7px;
}

.product_type_box_item .item_read .item_name span {
  display: block;
  font-size: 11px;
  margin-top: 15px;
}

.l-footer {
  width: 100%;
  background: #E4E4E4;
  padding: 10px 0;
}

.footer_content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.product_item_titlebox {
  position: absolute;
  left: 0;
  bottom: 0;
}

.product_item_titlebox .product_name {
  font-size: 42px;
  line-height: 1em;
  /*0.8em*/
  letter-spacing: 2px;
  color: #ffffff;
  background: #D50000;
  padding: 9px 9px 9px 9px;
  box-sizing: border-box;
}

.product_item_titlebox .product_name span {
  font-size: 17px;
}

.product_item_inner {
  width: 100%;
  padding: 5px 0;
}

.product_item_inner .wp-block-columns {
  max-width: 900px;
  margin: 0 auto 50px;
}

.product_item_inner h2 {
  font-size: 36px;
  position: relative;
  margin: 0 auto 1.5em;
  padding-top: 50px;
  text-align: center;
  max-width: 900px;
}

.product_item_inner h2::after {
  content: '';
  width: 60px;
  height: 4px;
  display: inline-block;
  background-color: #D50000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.product_item_inner h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 40px;
  width: fit-content;
}

.product_item_inner p {
  font-size: 18px;
  /*line-height: 1.5em;*/
  max-width: 750px;
  margin: 0 auto 18px;
  /*margin: 0 auto 50px;*/
}

.product_item_inner a {
  color: blue;
  text-decoration: underline;
  transition: 0.2s;
}

.product_item_inner a:hover {
  opacity: 0.7;
}

.product_item_inner ul {
  width: fit-content;
  max-width: 750px;
  margin: 0 auto 50px;
}

.product_item_inner ul li {
  line-height: 1.5em;
  margin: 1em;
  font-size: 18px;
}

.product_item_inner table {
  max-width: 900px;
  margin: 30px auto 50px;
}

.product_item_inner table,
.product_item_inner table th,
.product_item_inner table td {
  font-size: initial;
  /*14px*/
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
  border-collapse: collapse;
  border: 0px solid #333;
  /*1px*/
  border-top: 0.5px solid #abb8c3;
  border-bottom: 0.5px solid #abb8c3;
}

.product_item_inner th {
  background: #D50000;
  color: #ffffff;
}

.wp-block-column .wp-block-image img {
  height: fit-content;
  margin-bottom: -10px;
}

.wp-block-image figcaption {
  color: #000000;
  /*#ffffff*/
  background: #eaeaea;
  /*#D50000*/
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-embed.is-type-video {
  text-align: center;
  margin-bottom: 50px;
}

.column_red {
  border: solid 1px #D50000;
}

.column_red h4 {
  background: #D50000;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.column_red p {
  font-size: 18px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.wp-block-media-text {
  max-width: 750px;
  margin: 0 auto 30px;
}

.wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0;
}

.wp-block-media-text__media img {
  height: auto;
}

.product_item_inner .item_inner_read {
  font-size: 18px;
  text-align: center;
  line-height: 1.8em;
  max-width: 750px;
  margin: 0 auto 40px;
}

.product_item_inner .red_triangle_list {
  width: fit-content;
  max-width: 750px;
  margin: 0 auto 50px;
  list-style: none;
}

.product_item_inner .red_triangle_list li {
  position: relative;
}

.product_item_inner .red_triangle_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.4em;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 14px solid #D50000;
}

.item_twowrap_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
}

.item_twowrap_flex_box {
  width: 49%;
  border: solid 1px #D50000;
  margin-bottom: 25px;
}

.item_twowrap_flex_box h4 {
  background: #D50000;
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.item_twowrap_flex_box p {
  font-size: 18px;
  padding: 15px;
  box-sizing: border-box;
}

.single_image_pattern {
  max-width: 600px;
  width: fit-content;
  margin: 0 auto;
}

.image_bottom_text {
  max-width: 740px;
  margin: 25px auto 40px;
  font-size: 18px;
  line-height: 1.8em;
}

.image_bottom_smalltext {
  max-width: 740px;
  margin: 20px auto 30px;
  font-size: 11px;
  line-height: 1.8em;
}

.item_threewrap_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
}

.item_threewrap_flex_box {
  margin-bottom: 25px;
  width: calc(100% / 3);
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.item_threewrap_flex_box p {
  color: #ffffff;
  background: #D50000;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
}

.wide_table {
  margin: 0 auto 50px;
  max-width: 700px;
  width: 100%;
}

.wide_table,
.wide_table th,
.wide_table td {
  font-size: 14px;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #333;
}

.wide_table th {
  background: #D50000;
  color: #ffffff;
}

.image_table_flex {
  display: flex;
  justify-content: center;
}

.leftside_img {
  max-width: 37%;
  margin-right: 25px;
}

.rightside_table {
  max-width: 40%;
  width: fit-content;
  margin-top: 30px;
}

.rightside_table table,
.rightside_table th,
.rightside_table td {
  font-size: 14px;
  padding: 7px 12px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #333;
}

.rightside_table th {
  background: #D50000;
  color: #ffffff;
}

.wp-block-buttons {
  justify-content: center;
}

.video_frame {
  width: fit-content;
  margin: 0 auto 50px;
}

.product_item_inner .parallax {
  width: 100vw;
  height: 270px;
}

.product_item_inner p.items_title {
  background-color: #d50000;
  color: #ffffff;
  font-size: 22px;
  margin: 40px auto 30px;
  padding: 20px;
  box-sizing: border-box;
}

.product_item_inner .wp-block-video {
  max-width: 650px;
  width: 90%;
  margin: 0 auto 40px;
}

.product_item_inner .wp-block-image {
  margin: 0 auto 1em;
  max-width: 750px;
  width: fit-content;
}

.accordion_area {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 40px;
}

.accordion_one {
  margin-bottom: 20px;
}

.accordion_area .accordion_one .ac_header {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  /* position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s; */
}

/* .accordion_area .accordion_one .ac_header:not(.qa_open):hover {
  background-color: #f1f8ff;
} */

/* .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #D50000;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #D50000;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.qa_open .i_box:after {
  height: 0;
} */
.accordion_area .accordion_one .ac_inner {
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #D50000;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  margin-bottom: 0;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #1F27BD;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
  margin-bottom: 0;
}

/* ここからsample order */
.product_catalog_titlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.product_catalog_titlebox .product_name {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 2px;
  color: #ffffff;
}

.product_catalog_titlebox .free_sample {
  font-size: 18px;
  line-height: 0.8em;
  letter-spacing: 2px;
  color: #ffffff;
  background: #D50000;
  padding: 30px 25px;
  width: fit-content;
  margin: 0 auto;
  box-sizing: border-box;
}

.wp-block-image figure a .sample_pdf_link {
  width: 550px;
  height: 120px;
  object-fit: cover;
  object-position: 100% 18%;
  margin-bottom: 30px;
}

.product_item_inner .form_area {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: #FFE8E8;
  box-sizing: border-box;
  padding: 30px 0;
}

.product_item_inner table.form_box {
  width: 90%;
  margin: 0 auto;
  border: none;
}

.product_item_inner table.form_box th {
  text-align: left;
  color: #000000;
  background: none;
  width: 30%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #D50000;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: normal;
}

.product_item_inner table.form_box th span.hissu {
  background: #D50000;
  color: #ffffff;
  padding: 3px;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 11px;
  font-weight: normal;
}

.product_item_inner table.form_box th span.catalog_th_kome {
  font-size: 10px;
}

.product_item_inner table.form_box td {
  width: 70%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #ffffff;
  padding: 15px 0;
  box-sizing: border-box;
}

.product_item_inner table.form_box td select,
.product_item_inner table.form_box td input,
.product_item_inner table.form_box td textarea {
  width: 90%;
  margin: 0 auto;
  border: solid 1px #cccccc;
  border-radius: 5px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 14px;
}

.product_item_inner table.form_box td .catalog_td_kome {
  font-size: 10px;
}

.product_item_inner table.form_box td .annotation {
  display: inline-block;
  width: 90%;
  font-size: 13px;
  text-align: left;
}

.product_item_inner .privacy_policy_area {
  padding: 60px 40px;
  background: #efefef;
  box-sizing: border-box;
  margin: 60px auto 40px;
  max-width: 850px;
  width: 100%;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}

.product_item_inner .privacy_policy_area a {
  color: #0693e3;
}

.product_item_inner .privacy_policy_doui {
  text-align: center;
  font-size: 14px;
  border: solid 1px #ccc;
  border-radius: 3px;
  width: fit-content;
  padding: 5px 30px 5px 0;
}

.product_item_inner .form_submit {
  width: fit-content;
  margin-bottom: 10px;
}

.product_item_inner .form_submit input {
  background: #D50000;
  color: #fff;
  padding: 15px 50px;
  box-sizing: border-box;
  border: none;
  width: 100%;
}

.product_item_inner .form_submit input:hover {
  cursor: pointer;
  opacity: 0.7;
}

.product_item_inner .wpcf7 form.invalid .wpcf7-response-output {
  width: fit-content;
  margin: 0 auto;
  padding: 20px 60px;
  box-sizing: border-box;
  font-size: 15px;
  background: #FFE8E8;
  border: solid 3px #D50000;
}

/* 404 */
.error404_content {
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}

#ez-toc-container {
  max-width: 640px;
  width: 100% !important;
  margin: 50px auto 1em;
}
main div#ez-toc-container .ez-toc-title {
  cursor: inherit;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  display: block;
}
.ez-toc-title-container {
  position: relative;
}
#ez-toc-container a.ez-toc-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
main #ez-toc-container ul li {
  line-height: 2.4;
}
main #ez-toc-container a{
  color: #bf3c38;
  text-decoration: underline;
}
main #ez-toc-container a:visited{
  color: #d97e7e;
}

#ez-toc-container {
  border: 1px solid #e7e7e7 !important; 
}


@media only screen and (min-width:751px) {
  .header_top {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    width: 100%;
    margin: 30px auto 5px;
  }

  .logo_image {
    width: 20%;
  }

  .header_top_right {
    width: fit-content;
  }

  .header_top_right .eng_tw {
    margin-bottom: 5px;
  }

  .header_top_right .eng_tw ul {
    display: flex;
    justify-content: right;
  }

  .header_top_right .eng_tw ul li {
    margin-left: 15px;
  }

  .header_top_right .eng_tw ul .english_link {
    border: solid 1px #BB0502;
    padding: 1px;
    box-sizing: border-box;
    height: fit-content;
  }

  .header_top_right .eng_tw ul .english_link a {
    text-align: center;
    color: #ffffff;
    background: #BB0502;
    display: block;
    font-size: 11px;
    padding: 2px 10px 2px 20px;
    position: relative;
  }

  .header_top_right .eng_tw ul .english_link a:hover {
    opacity: 0.7;
  }

  .header_top_right .eng_tw ul .english_link a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 6px solid #fff;
  }

  .header_top_right .eng_tw ul .tw_link a:hover {
    opacity: 0.7;
  }

  .header_top_right .site_link {
    width: fit-content;
    margin-bottom: 5px;
  }

  .header_top_right .site_link ul {
    display: flex;
    justify-content: right;
  }

  .header_top_right .site_link ul li {
    border-right: solid 1px #333333;
  }

  .header_top_right .site_link ul li:last-child {
    border-right: none;
  }

  .header_top_right .site_link ul li a {
    font-size: 11px;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .header_top_right .site_link ul li a:hover {
    color: #D50000;
  }

  .mainmenu {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }

  .mainmenu .mainnavi {
    display: flex;
    border-top: solid 1px #777777;
    border-left: solid 1px #777777;
    border-right: solid 1px #777777;
  }

  .mainmenu .mainnavi li {
    width: calc(100% / 6);
    text-align: center;
    font-size: 13px;
    position: relative;
  }

  .mainmenu .mainnavi li.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 4px solid transparent;
    border-bottom: 6px solid #D50000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mainmenu .mainnavi li:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 4px solid transparent;
    border-bottom: 6px solid #D50000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mainmenu .mainnavi li a {
    display: block;
    border-right: solid 1px #777777;
    padding: 7px 0;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #fff, #ccc);
    background: -webkit-linear-gradient(top, #fff, #ccc);
    background: linear-gradient(to bottom, #fff, #ccc);
  }

  .mainmenu .mainnavi li.active a {
    background: #fff;
  }

  .mainmenu .mainnavi li.last a {
    border-right: none;
  }

  .mainmenu .mainnavi li a:hover {
    background: #fff;
  }

  .product_pankuzu {
    text-align: right;
    padding-right: 40px;
    margin-top: 5px;
    font-size: 11px;
  }

  .product_pankuzu a {
    color: #d50000;
  }

  .product_pankuzu span {
    padding: 0 30px;
  }

  .main_visual {
    max-width: 900px;
    margin: 46px auto 2px;
    height: 282px;
  }

  .product_type_box_item a img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }

  .item_read .item_explanation {
    min-height: 53px;
  }

  .item_read .item_name {
    min-height: 60px;
  }

  .footer_content {
    height: 100px;
  }

  .footer_logo {
    position: absolute;
    top: 0;
    right: 0;
  }

  iframe {
    width: 560px;
    height: 315px;
  }
}

@media only screen and (max-width:750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .product_titlebox {
    top: 35%;
  }

  .product_item_inner p {
    width: 95%;
    font-size: 14px;
    margin: 0 auto 35px;
  }

  .product_item_inner .wp-block-columns {
    width: 95%;
    margin-bottom: 0;
  }

  .column_red {
    margin-bottom: 20px;
  }

  .product_item_inner ul {
    width: 80%;
  }

  .product_item_inner ul li {
    font-size: 13px;
  }

  .product_item_inner ul li::before {
    border: 8px solid transparent;
    border-left: 12px solid #D50000;
    top: 5px;
    transform: translateY(0);
  }

  .product_item_inner table {
    max-width: 95%;
  }

  .product_item_inner .wp-block-image {
    max-width: 95%;
    width: fit-content;
  }

  .product_item_inner .wp-block-image img {
    height: auto;
  }

  .product_titlebox p {
    padding: 20px;
    font-size: 17px;
  }

  .product_titlebox h1 {
    font-size: 2.7rem;
  }

  .product_anchor {
    width: 90%;
    bottom: -20%;
  }

  .product_anchor ul {
    flex-wrap: wrap;
  }

  .product_anchor ul li {
    width: calc(100% / 3);
  }

  .product_anchor ul li a {
    font-size: 13px;
    padding: 25px 0 25px;
  }

  .product_anchor ul li a::before {
    border: 7px solid transparent;
    border-top: 7px solid #D50000;
  }

  .product_top_content {
  }

  .product_type h2 {
    font-size: 1.6rem;
  }

  .product_type h2::after {
    width: 50px;
    bottom: -10px;
  }

  .product_type {
    margin-bottom: 60px;
  }

  .product_type_box_item {
    width: 100%;
  }

  .item_read {
    padding-bottom: 25px;
  }

  .l-footer {
    padding: 30px 0;
  }

  .footer_logo {
    width: 95%;
  }

  .main_visual img.product_itempage {
    height: 15rem;
    object-fit: cover;
    object-position: 60% 50%;
  }

  .product_item_titlebox .product_name {
    font-size: 22px;
    padding: 12px;
    line-height: 1.1em;
  }

  .product_item_titlebox .product_name span {
    font-size: 14px;
  }

  .product_item_inner {
    padding: 40px 0;
  }

  .product_item_inner h2 {
    font-size: 26px;
    margin: 0 auto 1.6em;
    width: 95%;
    padding-top: 40px;
  }

  .product_item_inner h3 {
    font-size: 18px;
    margin: 0 auto 25px;
    width: 95%;
  }

  .product_item_inner .item_inner_read {
    font-size: 14px;
    width: 90%;
  }

  .product_item_inner .red_triangle_list {
    width: 80%;
    margin-bottom: 40px;
  }

  .product_item_inner .red_triangle_list li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .product_item_inner .red_triangle_list li::before {
    border: 8px solid transparent;
    border-left: 12px solid #D50000;
    top: 5px;
    transform: translateY(0);
  }

  .item_twowrap_flex {
    width: 90%;
  }

  .item_twowrap_flex_box {
    width: 100%;
  }

  .item_twowrap_flex_box h4 {
    font-size: 18px;
  }

  .item_twowrap_flex_box p {
    font-size: 14px;
  }

  .image_bottom_text {
    font-size: 14px;
    width: 90%;
  }

  .item_threewrap_flex_box {
    width: 90%;
    margin: 0 auto 25px;
  }

  .single_image_pattern {
    max-width: 90%;
  }

  .wide_table_area {
    max-width: 95%;
    margin: 0 auto;
  }

  .wide_table.table_scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .wide_table.table_scroll::-webkit-scrollbar {
    height: 5px;
  }

  .wide_table.table_scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .wide_table.table_scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .wide_table,
  .wide_table th,
  .wide_table td {
    font-size: 12px;
  }

  .image_table_flex {
    display: block;
  }

  .leftside_img {
    max-width: 90%;
    margin: 0 auto;
  }

  .rightside_table {
    width: 100%;
    max-width: 90%;
    margin: 30px auto 0;
  }

  .rightside_table table {
    width: 100%;
    text-align: center;
  }

  .rightside_table th {
    font-size: 18px;
  }

  .rightside_table td {
    font-size: 12px;
  }

  .image_bottom_smalltext {
    width: 90%;
  }

  .video_frame {
    width: 90%;
  }

  iframe {
    width: 100%;
  }

  .wp-block-column .wp-block-image img {
    height: auto;
  }

  .wp-block-media-text {
    width: 90%;
  }

  .accordion_area {
    width: 95%;
  }

  .accordion_area .accordion_one .ac_header {
    padding: 1rem;
  }

  .p-faq__headinner::before {
    top: -3px;
  }

  .p-faq__headinner p.p-faq__q-txt {
    font-size: 15px;
  }

  .accordion_area .accordion_one .ac_inner {
    padding: 1rem;
  }

  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 15px;
  }

  /* ここからsample order */
  .product_catalog_titlebox {
    top: 56%;
  }

  .product_catalog_titlebox .product_name {
    font-size: 28px;
    padding: 15px;
    line-height: 1.3em;
  }

  .product_catalog_titlebox .free_sample {
    font-size: 15px;
    line-height: 1.2em;
    padding: 15px 20px;
  }

  .product_item_inner table.form_box {
    width: 95%;
  }

  .product_item_inner table.form_box th {
    font-size: 13px;
    position: relative;
    padding: 15px 0 15px 30px;
    box-sizing: border-box;
  }

  .product_item_inner table.form_box th span.hissu {
    position: absolute;
    left: -2px;
    font-size: 10px;
    margin-right: 0;
  }

  .product_item_inner table.form_box td .annotation {
    font-size: 10px;
  }

  .product_item_inner .privacy_policy_area {
    padding: 50px 25px;
    margin: 40px auto;
  }

  .product_item_inner .wpcf7 form.invalid .wpcf7-response-output {
    width: 95%;
    padding: 14px;
  }

  .product_item_inner .wpcf7-not-valid-tip {
    font-size: 12px;
  }

  /* 404 */
  .error404_content {
    width: 95%;
    padding: 140px 0 90px;
  }

  .error404_content h1 {
    font-size: 25px;
  }

  .error404_content p {
    font-size: 15px;
  }
}
