:root {
  --primaryColor: #002f50;
  --secondaryColor: #125b8f;
}

[data-target] {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #0a0a0a;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
a,
p,
span,
div,
section,
main,
nav,
header,
footer,
img {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

input {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #707070;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 1100px;
}
@media (max-width: 999px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-btn {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCD1D5;
  border-radius: 0;
  box-shadow: none;
  color: #1A1A1A;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 6px 16px 6px 42px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.contact-btn svg {
  left: 20px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15.34px;
}

.contact-btn svg path {
  fill: #1a1a1a;
  border-color: #125B8F;
  transition: all 0.3s ease 0s;
}

.contact-btn:hover {
  background: #125B8F;
  color: #fff;
}

.contact-btn:hover svg path {
  fill: #fff;
}

.drawer {
  z-index: 40;
}

.drawer-icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 41;
}

.drawer-icon::after {
  color: #424242;
  content: "MENU";
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

.drawer-bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23px;
  position: relative;
  vertical-align: bottom;
  width: 30px;
}

.drawer-bar {
  background: #125b8f;
  border-radius: 3px;
  display: block;
  height: 2px;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.m-close .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
  position: absolute;
}

.m-close .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.m-close .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
  position: absolute;
}

.m-close .drawer-bar {
  background: #8d8d8d;
}

.drawer-content {
  background: #fff;
  bottom: auto;
  color: #424242;
  height: 100%;
  left: auto;
  max-width: 90%;
  overflow: auto;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  transform: translateX(105%);
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 50;
}
.drawer-content.is-checked {
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  transform: translateX(0);
}
.drawer-content.is-checked .drawer-bars {
  display: inline-block;
}
.drawer-content .search-container {
  padding: 0 16.5px;
}
.drawer-content .search-container .search-input {
  width: 100%;
  display: block;
  max-width: 100%;
}
.drawer-content .search-container .search-icon {
  right: 24.5px;
}

.drawer-content--top {
  bottom: auto;
  height: 100%;
  max-width: 100%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 67px;
  top: 0;
  transform: translateY(-105%);
  width: 100%;
}

.drawer-content__icon {
  position: absolute;
  right: 15px;
  top: 17.5px;
}

.totop {
  height: 48px;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.totop img {
  vertical-align: bottom;
}

.totop:hover {
  opacity: 0.6;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  transition: background-color 0.3s;
  width: 350px;
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/5px 5px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/5px 5px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/5px 5px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/5px 5px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 10px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 4px) no-repeat, linear-gradient(130deg, #0bbafb 0%, #4285ec 100%);
  border-radius: 3px;
  padding: 18px 44.3px;
  line-height: 1;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .contact-button {
    font-size: 18px;
    padding: 15px 40px;
    width: auto;
  }
}
.contact-button img {
  padding-right: 2px;
  margin-left: -2px;
}

.button-text {
  padding-left: 8px;
}

.contact-button:hover {
  opacity: 0.8;
}

.button-text {
  font-weight: normal;
}

.drawer-content__item a {
  text-decoration: none;
}

.breadcrumb {
  margin-top: 281px;
  width: 100%;
}
.breadcrumb__content {
  display: flex;
  margin: 0;
  padding: 35px 0 23px;
}
@media (max-width: 767px) {
  .breadcrumb__content {
    padding: 16px 0 12px;
  }
}
.breadcrumb__item {
  list-style-type: none;
  font-size: 18px;
  color: #484848;
}
@media (max-width: 767px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item a {
  text-decoration: none;
  font-size: 18px;
  color: #484848;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a {
    font-size: 12px;
  }
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
  color: #484848;
}
@media (min-width: 768px) and (max-width: 999px) {
  .breadcrumb {
    margin-top: 170px !important;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 90px;
  }
}

.footer-menu {
  background: var(--primaryColor);
}
.footer-menu__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 80px;
  padding-bottom: 38px;
  padding-top: 22px;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-menu__inner {
    max-height: 105px;
    padding-top: 25px;
  }
}
.footer-menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 372px;
}
@media (max-width: 767px) {
  .footer-menu__wrapper {
    width: 260px;
  }
}
.footer-menu__item {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-menu__item {
    font-size: 14px;
  }
}
.footer-menu__item a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: left;
  position: relative;
}
.footer-menu__item a:hover {
  opacity: 0.6;
}

.footer__inner {
  padding-bottom: 13px;
  padding-top: 13px;
}

.footer__copy {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copy {
    margin-top: 11px;
    font-size: 9px;
  }
}

.header {
  background: #fff;
  border-top: 5px solid #125B8F;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  width: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  .header {
    border-top: 3.5px solid #125B8F;
  }
}

.header__inner {
  align-items: center;
  display: flex;
  height: auto;
  padding-bottom: 31px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .header__inner {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 88px;
    justify-content: space-between;
  }
}

.header__right {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 15px;
}

.header-nav {
  background: #fff;
  border-top: 1px solid #ddd;
  height: 80px;
}

.header-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav__wrapper {
  display: flex;
  align-items: center;
}

.header-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  width: 158px;
  line-height: 1;
  height: 42px;
}

.header-nav__item:first-child {
  border-left: 1px solid #ddd;
}

.header-nav__item a {
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}
.header-nav__item a.current {
  font-weight: 700;
}

.header-nav__item a:hover {
  color: #125B8F;
}

.header-nav--products .header-nav__item .header-nav__link--products {
  color: #125B8F;
}

.header-drawer {
  display: none;
  position: fixed;
  right: 16px;
  top: 38px;
}

.drawer-content__items {
  margin-top: 24px;
}
.drawer-content__items .contact-button {
  justify-content: center;
  width: 100%;
}

.drawer-content__item {
  border-bottom: 1px solid #ddd;
}

.drawer-content__item:first-child {
  border-top: 1px solid #ddd;
}

.drawer-content__item a {
  display: block;
  padding: 18px 2px;
  position: relative;
  color: #0a0a0a;
  font-size: 20px;
}

.drawer-content__contact {
  margin-top: 50px;
  text-align: center;
}

.drawer-content__tel {
  margin-top: 24px;
  text-align: center;
}

.site-brand {
  display: flex;
}

.site-brand__img {
  width: 92px;
}

.site-brand__img img {
  vertical-align: bottom;
}

.site-brand__text {
  padding-left: 35px;
  padding-top: 36px;
}

.site-brand__title {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.site-brand__title span {
  padding-left: 7px;
}
@media (max-width: 767px) {
  .site-brand__title span {
    padding-left: 3px;
  }
}

.site-brand__title a {
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
}

.site-brand__title a:hover {
  opacity: 0.6;
}

.site-brand__lead {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 4px;
}

@media (max-width: 999px) {
  .footer-menu__totop {
    right: 24px;
  }
  .header {
    height: 104px;
  }
  .header__inner {
    padding-bottom: 16px;
    padding-top: 14px;
    padding-left: 15px;
  }
  .header__right {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-drawer {
    display: block;
    top: 38px;
  }
  .site-brand__text {
    padding-top: 16px;
  }
}
.search-container {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: right;
}

.search-input {
  max-width: 350px;
  height: 40px;
  padding: 15px 10px;
  font-size: 18px;
  border: 2px solid #ddd;
  border-radius: 5px;
  outline: none;
  color: #333;
}
.search-input::-moz-placeholder {
  color: #999;
}
.search-input::placeholder {
  color: #999;
}

.search-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-size: 24px;
  display: flex;
}

.common-contact {
  border-top: 1px solid #CCD1D5;
  text-align: center;
  min-height: 600px;
  background: url(./assets/img/common/bg-footer-pc.png) top center no-repeat;
}
@media (max-width: 767px) {
  .common-contact {
    background: url(./assets/img/common/bg-footer-sp.png) bottom center no-repeat;
    background-size: cover;
    min-height: 465px;
  }
}
.common-contact__inner {
  max-width: 100%;
  padding-bottom: 49px;
  padding-top: 68px;
}
@media (max-width: 767px) {
  .common-contact__inner {
    padding: 43px 15px 20px;
  }
}
.common-contact__title {
  font-size: 26px;
  font-weight: 700;
}
.common-contact__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 37px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .common-contact__links {
    margin-top: 25px;
  }
}
.common-contact .tel-link {
  color: #080808;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  padding-left: 52px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .common-contact .tel-link {
    font-size: 35.75px;
    padding-left: 50px;
  }
}
.common-contact .tel-link::before {
  background: transparent url(./assets/img/common/icon-phone.png) no-repeat top center/contain;
  content: "";
  height: 38px;
  left: 0;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}
@media (max-width: 767px) {
  .common-contact .tel-link::before {
    width: 34px;
    height: 34px;
    margin-left: 3px;
    margin-top: 3px;
  }
}
.common-contact__link {
  margin-top: 25px;
}
.common-contact__link:last-child {
  margin-right: 0;
}
.common-contact__logo {
  margin-top: 57px;
  text-align: center;
}
@media (max-width: 767px) {
  .common-contact__logo {
    margin-top: 33px;
  }
}
.common-contact__logo img {
  width: 92px;
}
@media (max-width: 767px) {
  .common-contact__logo img {
    width: 55.5px;
  }
}
.common-contact__address {
  color: #125B8F;
  line-height: 1.42857;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .common-contact__address {
    margin-top: 10px;
  }
}
.common-contact__company, .common-contact__address-text {
  display: block;
  text-align: center;
  color: var(--secondaryColor);
}
.common-contact__company {
  font-size: 24px;
}
@media (max-width: 767px) {
  .common-contact__company {
    font-size: 16px;
  }
}
.common-contact__address-text {
  padding-top: 4px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .common-contact__address-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .common-contact__title {
    font-size: 19px;
  }
  .common-contact__title span {
    display: block;
  }
  .common-contact__title span:last-child {
    padding-top: 3px;
  }
  .common-contact__lead {
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .common-contact__link {
    margin-top: 20px;
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
  .common-contact__link:last-child {
    margin-bottom: 0;
  }
  .footer-menu__inner {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .footer-menu__item {
    margin-bottom: 8px;
  }
  .header__right {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-drawer {
    display: block;
    right: 15px;
    top: 25px;
  }
  .site-brand__img {
    width: 38.5px;
  }
  .site-brand__text {
    padding-left: 15px;
    padding-top: 17px;
  }
  .site-brand__title {
    font-size: 13px;
  }
  .site-brand__lead {
    font-size: 8px;
    margin-top: 3px;
  }
  .site-brand__lead img {
    width: 236px;
  }
}
.hero {
  margin-top: 281px;
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background: url("./assets/img/top/mv-pc.png") no-repeat center center;
}
@media screen and (max-width: 1100px) {
  .hero {
    background-position: -400px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .hero {
    margin-top: 170px !important;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    background: url("./assets/img/top/mv-sp.png") no-repeat top center;
    background-size: cover;
    margin-top: 90px;
    height: 112.2vw;
    max-height: 480px;
  }
}

.hero-content {
  position: absolute;
  top: 120px;
  left: 20px;
  color: white;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.hero-content h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  font-weight: 500;
}

.product-section,
.page-content {
  padding: 47px 0 134px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 999px) {
  .product-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .product-section,
  .page-content {
    padding: 13px 20px 63px;
  }
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 15px;
  }
  .section-title img {
    width: 36px;
  }
}

.section-title img {
  padding-right: 18px;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #002f50;
}
.js-tabContent + .section-title {
    margin-top: 60px;
}

.category-ui .tabs {
  display: flex;
  margin-bottom: 39px;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .category-ui .tabs {
    display: none;
  }
}
.category-ui .tabs .tab {
  border-bottom: 6px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  min-width: 22%;
  text-align: center;
}
.category-ui .tabs .tab.active {
  color: #3196f1;
  font-weight: bold;
  position: relative;
}
.category-ui .tabs .tab.active::after {
  content: "";
  border-bottom: 5px solid #3196f1;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
}
.category-ui .pulldown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  .category-ui .pulldown {
    display: flex;
  }
}
.category-ui .pulldown-wrapper {
  position: relative;
}
.category-ui .pulldown-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  transform: rotate(45deg);
}
.category-ui .pulldown #product-category-ui {
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fff;
  color: #0a0a0a;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  row-gap: 72px;
  -moz-column-gap: 33.333px;
       column-gap: 33.333px;
}
@media (max-width: 768px) {
  .product-grid {
    row-gap: 34px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}

.product-link {
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.product-link:hover {
  opacity: 0.7;
}

.product-image {
  width: 100%;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .product-image {
    width: 100%;
    margin-bottom: 4px;
  }
}

.product-category {
  font-size: 20px;
  color: #666;
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  .product-category {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

.product-name {
  font-size: 24px;
  color: var(--primaryColor);
  font-weight: 500;
}
@media (max-width: 768px) {
  .product-name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .section-title h2 {
    font-size: 20px;
  }
  .tab {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.product-hero__content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 39px;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (max-width: 999px) {
  .product-hero__content {
    flex-direction: column-reverse;
    padding: 0 0 33px;
  }
}
.product-hero__detail {
  flex: 1;
  max-width: 620px;
}
@media screen and (max-width: 999px) {
  .product-hero__detail {
    max-width: 100%;
  }
}
.product-hero__image {
  width: 400px;
  padding-top: 13px;
}
@media screen and (max-width: 999px) {
  .product-hero__image {
    padding-top: 0;
    margin: 0 auto 42px;
  }
}
@media screen and (max-width: 767px) {
  .product-hero__image {
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
  }
  .product-hero__image img {
    max-width: 400px;
    width: 100%;
  }
}
.product-hero__title {
  color: var(--primaryColor);
  font-size: 34px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .product-hero__title {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
.product-hero__text {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .product-hero__text {
    font-size: 14px;
  }
}

.product-news__content {
  padding: 41px 0 24px;
}
@media screen and (max-width: 999px) {
  .product-news__content {
    padding: 23px 0 15px;
  }
}
.product-news__item {
  display: flex;
  align-items: center;
  color: var(--secondaryColor);
  margin-bottom: 16px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .product-news__item {
    flex-direction: column;
    justify-content: start;
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.product-news__item-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-news__item-inner {
    width: 100%;
    align-items: flex-start;
  }
  .product-news__item-inner:first-child {
    margin-bottom: 10px;
  }
}
.product-news__label {
  padding: 0px 14px;
  border: 1px solid var(--secondaryColor);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .product-news__label {
    font-size: 13px;
  }
}
.product-news__date {
  font-weight: bold;
  margin-right: 20px;
}

.product-content__tab {
  display: flex;
  justify-content: space-between;
}
.product-content__tab-information::before {
  background: url(./assets/img/detail/icon-information.png) no-repeat top left;
}
.product-content__tab-download {
  background-color: #e6f3fa !important;
}
.product-content__tab-download::before {
  background: url(./assets/img/detail/icon-download.png) no-repeat top left;
}
.product-content__tab a {
  display: flex;
  width: 49.9%;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #f4f4f4;
  font-size: 20px;
  font-weight: bold;
  color: #0a0a0a;
  text-decoration: none;
  position: relative;
}
.product-content__tab a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .product-content__tab a::before {
    width: 17.5px;
    height: 17.5px;
    background-size: cover;
  }
}
.product-content__tab a.active::after {
  content: "";
  border-bottom: 2px solid #fff;
  display: block;
  width: 80%;
  position: absolute;
  bottom: -2px;
}
@media (max-width: 767px) {
  .product-content__tab a {
    height: 37.5px;
    width: 100%;
    font-size: 14px;
  }
}
.product-content__wrapper {
  padding-bottom: 84px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .product-content__wrapper {
    padding-bottom: 44px;
    margin-bottom: 36px;
  }
}
.product-content__information, .product-content__download {
  display: none;
  padding: 41px 42px;
}
.product-content__information.active, .product-content__download.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .product-content__information, .product-content__download {
    padding: 17px 17px 20px 20px;
  }
}
.product-content__information {
  background-color: #f4f4f4;
}
.product-content__download {
  background-color: #e6f3fa;
}

.information__title {
  font-size: 24px;
  color: #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.wp-block-heading {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 1px;
}

.wp-block-table td, .wp-block-table th {
  border-color: #9a9a9a;
  font-size: 20px;
}

.product-content__information p {
  font-size: 20px;
  margin-bottom:20px;
  line-height: 1.7;
}

.wp-block-coblocks-accordion-item__title,
.wp-block-list {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .wp-block-table td, .wp-block-table th,
  .product-content__information p,
  .wp-block-coblocks-accordion-item__title,
  .wp-block-list {
    font-size: 16px;
  }

  .information__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.information__text {
  font-size: 20px;
  color: #0a0a0a;
  margin-bottom: 32px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .information__text {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 17px;
  }
}

.download__title {
  font-size: 24px;
  color: #0a0a0a;
  display: inline-block;
  margin-bottom: 11px;
  padding-bottom: 5px;
  text-decoration: none;
}
.download__title:hover {
  text-decoration: underline;
}
.download__title::after {
  content: "";
  display: inline-block;
  background: url(./assets/img/detail/icon-pdf.png) top left no-repeat;
  width: 23px;
  height: 27px;
  transform: translateX(4px) translateY(3px);
}
@media screen and (max-width: 767px) {
  .download__title::after {
    width: 14.375px;
    height: 16.875px;
    transform: translateX(4px) translateY(3px);
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .download__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.download__text {
  font-size: 20px;
  color: #0a0a0a;
  margin-bottom: 32px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .download__text {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 17px;
  }
}
/*# sourceMappingURL=style.css.map */



/* お問い合わせページ調整 */

#wpcf7-f6-o1 {
    max-width: 920px;
    margin: 0 auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    font-size: 18px;
    border: 2px solid #ddd;
    width: 100%;;
  
}

.wpcf7-form textarea {
  padding:10px;
}

.product-interest-list [type="checkbox"] {
    -webkit-appearance: checkbox;
    margin: 0;
    padding: 0;
    width: auto;
}

.product-interest-list .wpcf7-list-item-label {
  padding-left: 10px;
}

.wpcf7-form .input-title {
  font-size:20px;
  margin:40px 0 20px 0;
  display: block;
}

input[type="submit"] {
  margin-top:40px;
  background:var(--primaryColor);
  color:#fff;
  font-weight: bold;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}

input[type="submit"]:hover {
  opacity: 0.8;
}


.company-list__row {
  display: flex;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom: 1px solid var(--primaryColor);
}

.company__lists {
  max-width: 920px;
  margin: 0 auto;
}

.company-list__row dt {
  width: 100px;
}