@charset "UTF-8";
/* --------------------------------------------------
  ver 1.1.0
  last update: 2025/03/24
  url: https://www.azuma-eg.com/
-------------------------------------------------- */
:root {
  --color_mark_yellow: rgba(255, 250, 125, 0.86);
}

@media only screen and (min-width: 720px) {
  .btn_header-tel, .btn_header-tel:hover {
    width: 230px;
  }
  .icn_header-tel {
    position: absolute;
    bottom: 6px;
  }
  .b_btn_header-text {
    position: absolute;
    left: 32px;
    font-size: 23px;
  }
}
.c-visual-heading .-accent {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #FFBA00;
}
.c-visual-heading .-accent br {
  display: none;
}
@media only screen and (max-width: 719px) {
  .c-visual-heading {
    width: 300px !important;
  }
  .c-visual-heading .-accent {
    font-size: 16px;
  }
  .c-visual-heading .-accent br {
    display: block;
  }
}

.c-feature {
  position: relative;
  margin: -64px 0 16px;
}
.c-feature .c-feature-inner {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-feature .c-feature-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
}
.c-feature .c-feature-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-feature .c-feature-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-feature .c-feature-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.c-feature .c-feature-list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.c-feature .c-feature-item {
  background: #F5FAFF;
  border: 3px solid #2770C4;
  border-radius: 12px 12px 12px 0;
  padding: 24px;
  color: #0E3164;
  text-align: center;
  -webkit-box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
          box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
}
.c-feature .c-feature-item p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.c-feature .c-feature-item .u-maker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, var(--color_mark_yellow)));
  background: linear-gradient(transparent 50%, var(--color_mark_yellow) 0%);
}
.c-feature .c-feature-item .u-maker br {
  display: block;
}
.c-feature .c-feature-item .u-font-xs {
  font-size: 12px;
  display: inline-block;
  margin-top: 4px;
  margin-left: 2px;
}
.c-feature .c-feature-note {
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
  color: #0E3164;
}
@media only screen and (max-width: 719px) {
  .c-feature .c-feature-inner {
    max-width: 375px;
    min-width: 320px;
    padding: 0 10px;
  }
  .c-feature .c-feature-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .c-feature .c-feature-item {
    padding: 8px;
  }
  .c-feature .c-feature-item p {
    font-size: 16px;
  }
  .c-feature .c-feature-item .u-font-xs {
    font-size: 10px;
  }
}

.c-cta .c-cta-block {
  background-color: #0E3164;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
          box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
}
.c-cta .c-cta-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-cta .c-cta-primary .c-user-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-cta .c-cta-primary .c-user-list li {
  color: #FFF;
  font-size: 16px;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
.c-cta .c-cta-primary .c-user-list li::before {
  content: url("../img/icn_check.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.c-cta .c-cta-primary .c-user-list li:last-child {
  margin-bottom: 0;
}
.c-cta .c-cta-secondary {
  position: relative;
  width: 248px;
}
.c-cta .c-cta-secondary .c-cta-heading {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}
.c-cta .c-cta-secondary .c-cta-img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  width: 52px;
  height: 52px;
}
.c-cta .c-cta-secondary .c-cta-btn {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#FBF27F), to(#FFBA00));
  background: linear-gradient(to right, #FBF27F, #FFBA00);
  color: #0E3164;
  font-weight: bold;
  font-size: 18px;
  line-height: 56px;
  padding: 0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  width: 100%;
  height: 56px;
  overflow: hidden;
}
.c-cta .c-cta-secondary .c-cta-btn:hover {
  opacity: 1;
}
.c-cta .c-cta-secondary .c-cta-btn:hover::before {
  -webkit-animation: shine 0.5s ease-in;
          animation: shine 0.5s ease-in;
}
.c-cta .c-cta-secondary .c-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: 1;
  pointer-events: none;
}
.c-cta .c-cta-secondary .c-cta-btn .icn_arrow {
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #0E3164;
  border-right: 3px solid #0E3164;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  z-index: 2;
}
@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@media only screen and (max-width: 719px) {
  .c-cta {
    max-width: 375px;
    min-width: 320px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .c-cta .c-cta-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .c-cta .c-cta-primary {
    width: 100%;
  }
  .c-cta .c-cta-secondary {
    width: 100%;
  }
  .c-cta .c-cta-secondary .c-cta-heading {
    font-size: 18px;
  }
  .c-cta .c-cta-secondary .c-cta-btn {
    font-size: 16px;
  }
}

.l_contents .c-front-heading {
  font-size: 24px;
  font-weight: bold;
  color: #102554;
}
.l_contents .c-front-heading .-small {
  font-size: 14px;
}
.l_contents .c-front-heading_2 {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0;
}
.l_contents .c-front-heading_2:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 719px) {
  .l_contents .c-front-heading {
    text-align: left;
    font-size: 20px;
  }
  .l_contents .c-front-heading .-small {
    font-size: 12px;
  }
  .l_contents .c-front-heading_2 {
    font-size: 20px;
  }
}

.c-front-heading-lead {
  font-size: 16px;
  line-height: 1.75;
  margin: 32px auto;
  text-align: center;
}
.c-front-heading-lead_2 {
  font-size: 16px;
  line-height: 1.75;
  margin: 16px 0;
}
@media only screen and (max-width: 719px) {
  .c-front-heading-lead {
    margin: 20px auto;
    text-align: left;
  }
}

a.u-link-icon {
  position: relative;
  padding-left: 16px;
}
a.u-link-icon .icn_arrow {
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #2770C4;
  border-right: 1px solid #2770C4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.c-front-maker {
  background-color: #f5f5f5;
  padding: 50px 0;
  margin: 50px auto 0;
}
.c-front-maker .c-front-maker-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-front-maker .c-maker-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-front-maker .c-maker-logo .c-maker-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 8px;
}
.c-front-maker .c-maker-logo .c-maker-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-front-maker .c-maker-logo .c-maker-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-front-maker .c-maker-logo .c-maker-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.c-front-maker .c-maker-logo .c-maker-list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.c-front-maker .c-maker-logo .c-maker-list .c-maker-list-item {
  font-size: 12px;
  text-align: center;
}
.c-front-maker .c-maker-logo .c-maker-list .c-maker-list-item img {
  margin-bottom: 4px;
}
.c-front-maker .c-maker-text {
  width: 340px;
}
.c-front-maker .c-maker-text .c-maker-text-heading {
  font-size: 24px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 16px;
}
@media only screen and (max-width: 719px) {
  .c-front-maker {
    padding: 30px 0;
    margin: 30px auto 0;
  }
  .c-front-maker .c-front-maker-inner {
    max-width: 375px;
    min-width: 320px;
    padding: 0 10px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-front-maker .c-maker-logo .c-maker-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-front-maker .c-maker-logo .c-maker-list .c-maker-list-item {
    font-size: 10px;
  }
  .c-front-maker .c-maker-text {
    width: 100%;
  }
  .c-front-maker .c-maker-text .c-maker-text-heading {
    font-size: 20px;
  }
}

.c-front-product {
  background-color: #f5f5f5;
  margin: 50px auto;
  padding: 50px 0;
}
.c-front-product .c-front-product-inner {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-front-product .c-front-product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: 50px auto;
}
.c-front-product .c-front-product-column:last-child {
  margin-bottom: 0;
}
.c-front-product .c-front-product-column .c-front-product-column-head {
  width: 340px;
}
.c-front-product .c-front-product-column .c-front-product-column-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-front-product .c-product-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 8px;
}
.c-front-product .c-product-section > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-front-product .c-product-section .c-product-category-item {
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  -webkit-box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
          box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-front-product .c-product-section .c-product-category-item:hover {
  opacity: 1;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.c-front-product .c-product-section .c-product-category-item .c-thumb {
  width: 160px;
  position: relative;
  padding-top: 16%;
  overflow: hidden;
}
.c-front-product .c-product-section .c-product-category-item .c-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-front-product .c-product-section .c-product-category-item .c-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  color: #202020;
}
.c-front-product .c-product-section .c-product-category-item .c-body h3, .c-front-product .c-product-section .c-product-category-item .c-body h4 {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
}
.c-front-product .c-product-section .c-product-category-item .c-body h3 .icn_arrow, .c-front-product .c-product-section .c-product-category-item .c-body h4 .icn_arrow {
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #2770C4;
  border-right: 3px solid #2770C4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.c-front-product .c-product-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
}
.c-front-product .c-product-section.-three {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-front-product .c-product-section.-three .c-product-category-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-front-product .c-product-section.-three .c-product-category-item:hover {
  opacity: 1;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.c-front-product .c-product-section.-three .c-product-category-item .c-thumb {
  width: 100%;
  padding-top: 48%;
}
.c-front-product .c-product-section.-three .c-product-category-item .c-body {
  padding: 8px;
}
.c-front-product .c-product-section.-three .c-product-category-item .c-body h3, .c-front-product .c-product-section.-three .c-product-category-item .c-body h4 {
  font-size: 16px;
  margin: 0;
}
.c-front-product img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 719px) {
  .c-front-product {
    padding: 30px 0;
    margin: 30px auto 0;
  }
  .c-front-product .c-front-product-inner {
    max-width: 375px;
    min-width: 320px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .c-front-product .c-front-product-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 40px auto;
  }
  .c-front-product .c-front-product-column .c-front-product-column-head {
    width: 100%;
  }
  .c-front-product .c-product-section .c-product-category-item:hover {
    opacity: 1;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .c-front-product .c-product-section .c-product-category-item .c-thumb {
    width: 120px;
  }
  .c-front-product .c-product-section .c-product-category-item .c-body h3, .c-front-product .c-product-section .c-product-category-item .c-body h4 {
    font-size: 16px;
  }
  .c-front-product .c-product-section .c-product-category-item .c-body p {
    font-size: 12px;
  }
  .c-front-product .c-product-section.-three {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-front-product .c-product-section.-three .c-product-category-item .c-body h3, .c-front-product .c-product-section.-three .c-product-category-item .c-body h4 {
    font-size: 14px;
  }
}

.c-front-advantage {
  margin: 50px auto;
}
.c-front-advantage .c-front-advantage-inner {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 719px) {
  .c-front-advantage {
    margin: 30px auto;
  }
  .c-front-advantage .c-front-advantage-inner {
    max-width: 375px;
    min-width: 320px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.c-advantage-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 40px;
}

.c-advantage-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-advantage-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-advantage-list .c-advantage-list-item {
  position: relative;
}
.c-advantage-list .c-advantage-list-item .budge-advantage {
  position: absolute;
  left: 0;
  top: 0;
}
.c-advantage-list .c-advantage-list-item .c-advantage-list-item-image .-inner {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
}
.c-advantage-list .c-advantage-list-item .c-advantage-list-item-image .-inner img {
  width: auto;
  height: auto;
}
.c-advantage-list .c-advantage-list-item .c-advantage-list-item-body {
  padding-top: 26px;
}
.c-advantage-list .c-advantage-list-item .c-advantage-list-item-body .c-advantage-list-item-heading-sub {
  display: inline-block;
  color: #2770C4;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: #2770C4 2px solid;
  padding-bottom: 4px;
}
.c-advantage-list .c-advantage-list-item .c-advantage-list-item-body .c-advantage-list-item-heading {
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  margin: 0 0 20px;
}
.c-advantage-list .c-advantage-list-item .c-advantage-list-item-body p {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 719px) {
  .c-advantage-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .c-advantage-list .c-advantage-list-item .c-advantage-list-item-image .-inner {
    height: 150px;
  }
  .c-advantage-list .c-advantage-list-item .c-advantage-list-item-body {
    padding-top: 20px;
  }
  .c-advantage-list .c-advantage-list-item .c-advantage-list-item-body .c-advantage-list-item-heading {
    margin: 0 0 10px;
  }
  .c-advantage-list .c-advantage-list-item .c-advantage-list-item-body p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.c-front-qa .c-front-qa-inner {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 719px) {
  .c-front-qa .c-front-qa-inner {
    max-width: 375px;
    min-width: 320px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .c-front-qa .c-front-qa-inner .heading_1.c-front-heading {
    text-align: center;
  }
}
.c-front-qa .c-faq {
  border-bottom: 1px solid #cecece;
  margin: 0;
  padding: 0;
}
.c-front-qa .c-faq ul {
  margin: 16px 0 16px 16px;
}
.c-front-qa .c-faq ul li {
  list-style: disc;
  list-style-position: inside;
}
.c-front-qa .c-faq button,
.c-front-qa .c-faq dd {
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}
.c-front-qa .c-faq button div,
.c-front-qa .c-faq dd div {
  padding: 20px 20px 20px 70px;
}
.c-front-qa .c-faq button {
  padding: 20px 70px 20px 70px;
}
.c-front-qa .c-faq button:hover {
  color: #3084ce;
}
.c-front-qa .c-faq dt,
.c-front-qa .c-faq dd {
  padding: 0;
  position: relative;
}
.c-front-qa .c-faq dt:before,
.c-front-qa .c-faq dd:before {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  z-index: 1;
}
.c-front-qa .c-faq dt {
  border-top: 1px solid #cecece;
  position: relative;
}
.c-front-qa .c-faq dt:before {
  background-color: #0E3164;
  display: block;
  content: "Q";
  color: #fff;
  width: 40px;
  height: 40px;
  left: 16px;
  top: 10px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0E3164;
}
.c-front-qa .c-faq dt button {
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  color: #202020;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.c-front-qa .c-faq dt button .icon-plus {
  color: #0E3164;
  font-size: 24px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-front-qa .c-faq dt button .icon-plus:before {
  content: "＋";
  font-weight: normal;
}
.c-front-qa .c-faq dt.is-open button .icon-plus:before {
  content: "ー";
  font-weight: normal;
}
.c-front-qa .c-faq dd {
  background-color: #f2f2f2;
  display: none;
  margin: 0;
}
.c-front-qa .c-faq dd:before {
  background-color: #fff;
  color: #0E3164;
  content: "A";
  width: 40px;
  height: 40px;
  left: 16px;
  top: 10px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #0E3164;
}
@media only screen and (max-width: 719px) {
  .c-front-qa .c-faq button,
  .c-front-qa .c-faq dd {
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }
  .c-front-qa .c-faq button div,
  .c-front-qa .c-faq dd div {
    padding: 10px 10px 10px 50px;
  }
  .c-front-qa .c-faq button {
    padding: 10px 40px 10px 50px;
    min-height: 53px;
  }
  .c-front-qa .c-faq button:hover {
    color: #3084ce;
  }
  .c-front-qa .c-faq dt,
  .c-front-qa .c-faq dd {
    padding: 0;
    position: relative;
  }
  .c-front-qa .c-faq dt:before,
  .c-front-qa .c-faq dd:before {
    line-height: 30px;
  }
  .c-front-qa .c-faq dt:before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
  .c-front-qa .c-faq dt button .icon-plus {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: none;
            transform: none;
  }
  .c-front-qa .c-faq dd:before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
}
.c-front-qa .c-qa-more {
  margin: 40px auto 0;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 719px) {
  .c-front-qa .c-qa-more {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 719px) {
  .c-front-qa {
    margin: 30px auto 0;
  }
}

.c-front-document {
  margin: 40px auto;
}
.c-front-document .c-front-document-inner {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-front-document .c-document-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 40px;
}
.c-front-document .c-document-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-front-document .c-document-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-front-document .c-document-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.icn_contact-tel img,
.icn_contact-fax img {
  width: 141px;
}

.-text_note {
  padding-top: 10px;
}

.-tbl_2 .tbl_product_info-th {
  width: 30%;
}

.-tbl_2 .tbl_product_info-td {
  width: 70%;
  line-height: 1.4;
}

.b_product_item-header-left.-wide {
  width: 100%;
}

.-wide .b_product_item-header-text {
  width: auto;
}

.b_product_item-header-text {
  padding: 0 10px;
}

.tbl_product_list-td, .tbl_product_list-td-l {
  padding: 10px 7px;
}

tr:nth-child(2n+1) .tbl_product_list-td,
tr:nth-child(2n+1) .tbl_product_list-td-l {
  background-color: #f2f2f2;
}

.b_maker-footer {
  width: 100%;
}

.-mgnt10 {
  margin-top: 10px;
}

.tbl_product_info, .tbl_product_info-tr {
  width: 100%;
  font-size: 0;
}

.-result .tbl_product_list-th {
  font-size: 0.72857rem;
  padding: 8px 3px;
}

.b_product_contact-btn .btn_product_contact.-wide,
.b_product_contact-btn .btn_product_contact.-wide:hover {
  width: 100%;
}

@media only screen and (max-width: 719px) {
  .-tbl_2 .tbl_product_info-th {
    width: 100%;
    display: inline-block;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .-tbl_2 .tbl_product_info-td {
    width: 100%;
    display: inline-block;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
}
.-pngt25 {
  padding-top: 25px !important;
}

.btn_download {
  display: block;
  width: 90%;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5px 10px;
}

.btn_download .-f_s {
  font-size: 0.82857rem;
  font-weight: normal;
}

@media only screen and (min-width: 720px) {
  .btn_download {
    width: 70%;
  }
}
/* カタログ */
.list_catalogue {
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 20px 0;
}

.list_catalogue-item {
  display: inline-block;
  width: 47.58%;
  margin: 0 4.82% 10px 0;
  font-size: 1rem;
  vertical-align: top;
}

.list_catalogue-item:nth-child(2n) {
  margin-right: 0;
}

.list_catalogue-item img {
  max-width: 100%;
  height: auto;
}

.list_catalogue-link {
  display: block;
  position: relative;
}

.list_catalogue-image {
  display: block;
  border: 5px solid #f0f0f0;
}

.list_catalogue-caption {
  overflow: hidden;
  display: block;
  font-size: 100%;
  line-height: 1.4;
  height: 38px;
  font-weight: bold;
  padding: 0;
  margin: 5px 0 10px;
}

@media only screen and (min-width: 720px) {
  .list_catalogue-item {
    width: 18.9%;
    margin: 0 1.36% 20px 0;
  }
  .list_catalogue-item:nth-child(2n) {
    margin-right: 1.36%;
  }
  .list_catalogue-item:nth-child(5n) {
    margin-right: 0;
  }
}
.b_product-caption {
  position: relative;
  font-size: 12px;
  margin-top: -10px;
  line-height: 1.4;
}

.li_side_children_3 {
  background: #e5e5e5;
  padding: 12px 0;
}

.li_side_children_3 a {
  background: #e5e5e5;
  padding: 12px 12px 12px 30px;
  text-indent: 0;
  line-height: 1.3;
}

.li_side_children_3-item a:before,
.li_side_children_3-item a:hover:before {
  display: none;
  content: none;
}

.li_side_children_2-item.is-active > a,
.li_side_children_2-item.is-current > a {
  color: #fff;
  background: #0e3165;
  opacity: 1;
}

.li_side_children_2-item.is-active > a:before,
.li_side_children_2-item.is-current > a:before {
  background-color: #FFF;
}

.li_side_children_3-item.is-current > a,
.li_side_children_3-item.is-active > a {
  color: #fff;
  background: #939393;
  opacity: 1;
}

.li_bread {
  line-height: 1.5;
}

.c-banner {
  width: 100%;
  padding: 56px 0 0;
}

/* .c-banner .c-banner-item{
	display: block;
	max-width:800px;
	height:auto;
	margin: 0 auto;
}
@media only screen and (max-width: 719px) {
	.c-banner .c-banner-item{
		width:100%;
		height:auto;
	}
}
.c-banner .c-banner-item img{
	width:100%;
	height: auto;
} */
.c-banner .c-banner-inner {
  width: 100%;
  max-width: 1140px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 719px) {
  .c-banner .c-banner-inner {
    max-width: 375px;
    min-width: 320px;
    padding: 0 10px;
  }
}
.c-banner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.c-banner-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-banner-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.c-banner-list .c-banner-item {
  display: block;
  margin: 0;
  padding: 0;
}

.c-banner-list .c-banner-item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 719px) {
  .c-banner-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  max-width: 400px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.selectdiv:after {
  content: "<>";
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  top: 9px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 400px;
  height: 40px;
  margin: 0;
  padding: 0px 24px 0 10px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 5px;
}

.lub_cause {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lub_cause_image {
  width: 200px;
}

.lub_cause_text {
  margin: 0 0 0 24px;
  width: 70%;
}

.lub_cause_title {
  margin: 0 0 24px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #0e3165;
}

.lub_cause_detail {
  font-size: 14px;
  line-height: 1.2;
}

.lub_howto {
  margin: 0 0 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lub_howto_text {
  padding: 0;
  margin: 0 24px 0 0;
  width: 500px;
}

.lub_howto_image {
  width: 340px;
  height: auto;
}

.lub_howto ol {
  counter-reset: number;
  list-style-type: none !important;
}

.lub_howto ol li {
  border-bottom: dashed 1.5px #DADADA;
  position: relative;
  padding: 15px 0.5em 16px 40px;
  line-height: 1.5em;
}

.lub_howto ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #0e3165;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.lub_howto ol li:last-of-type {
  border-bottom: none;
}

.lub_howto_example {
  font-size: 90%;
  padding-left: 2rem;
  text-indent: -1.8rem;
}

.lub_attach_kyuyu {
  margin-bottom: 49px;
}

.lub_kyuyu_image {
  width: 820px;
  height: 422px;
}

.lub_attach_kyushi {
  margin-bottom: 49px;
}

.lub_kyushi_image {
  width: 820px;
  height: 848px;
}

@media screen and (max-width: 719px) {
  a.pdflink {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
  }
  .lub_howto {
    display: block;
    margin-bottom: 49px;
  }
  .lub_howto_text {
    width: 100%;
    margin: 0 auto;
  }
  .lub_howto_image {
    width: 100%;
    margin: 0 auto;
  }
  .lub_attach_kyuyu {
    width: 100%;
    height: auto;
  }
  .lub_kyuyu_image {
    width: 100%;
    height: auto;
  }
  .lub_attach_kyushi {
    width: 100%;
    height: auto;
  }
  .lub_kyushi_image {
    width: 100%;
    height: auto;
  }
}
.online_close {
  padding: 1em 1em;
  margin: 2em 0;
  color: #DB2A04;
  background: #F6DDDC;
  text-align: center;
}

.online_close p {
  margin: 0;
  padding: 0;
}

.b_product.-disable {
  pointer-events: none;
}

/* お問い合わせ */
.c-contact-lead {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 719px) {
  .c-contact-lead br {
    display: none;
  }
}
.c-list-contact {
  font-size: 16px;
  line-height: 1.45;
  margin: 32px 0;
}

.c-list-contact li {
  background: #eeeeee;
  color: #0e3165;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (min-width: 720px) {
  .l_container {
    padding-bottom: 100px;
  }
  .c-cv-footer-fixed {
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); /* 初期は下に隠す */
    width: 100%;
    max-width: 800px;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding: 8px;
  }
  .c-cv-footer-fixed-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0E3164;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
            box-shadow: 0 0 16px rgba(25, 48, 97, 0.16);
  }
  /* .c-cv-footer-fixed-inner div{
    background-color: #FFF;
  } */
  .c-cv-footer-fixed-banner {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-cv-footer-fixed-banner img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
  }
  .c-cv-footer-fixed.is-visible {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); /* 表示時にスライドイン */
  }
}
@media screen and (min-width: 720px) {
  .li_navi_global .li_navi_global-item.-accent {
    background-color: #0E3164;
  }
  .li_navi_global .li_navi_global-item.-accent:hover {
    background-color: #FFBA00;
  }
  .li_navi_global-item.-accent > a,
  .li_navi_global-item.-accent > a span {
    color: #FFF;
    background-color: #0E3164;
  }
  .li_navi_global-item.-accent > a:hover,
  .li_navi_global-item.-accent > a:hover span {
    color: #0E3164;
    background-color: #FFBA00;
  }
}
.c-btn {
  background-color: #0E3164;
  border: 1px solid #0E3164;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  min-height: 48px;
  min-width: 240px;
  overflow: hidden;
  padding: 16px 52px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.c-btn .icn_arrow {
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  z-index: 2;
}

.c-btn-wrapper {
  text-align: center;
}

@media only screen and (max-width: 719px) {
  .u-hide-sp {
    display: none;
  }
}
.u-margin-section {
  margin: 50px auto !important;
}
@media only screen and (max-width: 719px) {
  .u-margin-section {
    margin: 30px auto !important;
  }
}

.gsc-control-cse {
  padding: 0 !important;
}
.gsc-control-cse .gsc-search-button-v2 {
  background-color: #0E3164;
  border-color: #0E3164;
}
.gsc-control-cse .gsc-search-button-v2:hover {
  background-color: #3084ce;
  border-color: #3084ce;
}

/* お問合せフォーム調整 */
.b_contact_header-item-text .-tel {
  font-size: 1.7142857143rem;
}

/* チェックリスト */
.c-check-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 16px;
}
.c-check-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-check-list .c-check-list-item {
  font-size: 16px;
  line-height: 1.45;
  font-weight: bold;
  position: relative;
  padding: 20px 20px 20px 48px;
  border: 4px solid #f5f5f5;
}
.c-check-list .c-check-list-item::before {
  content: url(../img/icn_check2.svg);
  position: absolute;
  left: 16px;
  top: 19px;
  width: 20px;
  height: 20px;
}

.c-check-more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin: 8px 0;
}
.c-check-more-list:last-child {
  margin-bottom: 0;
}
.c-check-more-list .c-check-more-list-item {
  position: relative;
  font-size: 14px;
  line-height: 1.35;
  font-weight: normal;
  padding: 0 0 0 18px;
}
.c-check-more-list .c-check-more-list-item::before {
  background-color: #cecece;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
  border-radius: 8px;
}

.b_feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 24px;
}

.b_feature > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.b_feature > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.b_feature .b_feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f4f4;
  padding: 16px;
}
.b_feature .b_feature-heading {
  font-size: 18px;
  font-weight: bold;
  color: #0E3164;
  background-color: #FFF;
  padding: 16px;
  margin-bottom: 2px;
}
.b_feature .b_feature-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFF;
  padding: 16px;
}

.b_feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  margin: 4px 0;
}
.b_feature-list:last-child {
  margin-bottom: 0;
}
.b_feature-list li {
  position: relative;
  font-size: 15px;
  line-height: 1.45;
  font-weight: normal;
  padding: 0 0 0 18px;
}
.b_feature-list li::before {
  background-color: #0E3164;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
  border-radius: 8px;
}

@media only screen and (max-width: 719px) {
  .b_feature {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.li_product_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 24px;
}
.li_product_2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.li_product_2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.li_product_2 .b_product-text {
  font-size: 18px;
  line-height: 1.35;
  padding-left: 0;
}
.li_product_2 .b_product-text .b_product-text-sub {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: #0E3164;
}
.li_product_2 .b_product-caption {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .li_product_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.b_product-spec {
  margin: 10px 0 0 0;
  padding: 16px 0 0 0;
  font-size: 12px;
  line-height: 1.45;
  border-top: 1px dashed #cecece;
}

.b_product-spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.b_product-spec-item dt {
  margin: 0;
  padding: 4px 0;
  min-width: 96px; /* 文字数に合わせて調整 */
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 999px; /* 丸 pill っぽく */
}
.b_product-spec-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 4px 0;
}

.b_product_contact-text {
  padding: 15px 0 0 0;
}

.b_product_cta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 24px;
  margin: 15px 0 0 0;
}

.b_product_cta > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.b_product_cta > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.b_product_cta .b_product_cta-item:nth-child(1) {
  background-color: #f4f4f4;
  border-radius: 4px;
}
.b_product_cta .b_contact_header-item-body {
  padding: 15px;
}
.b_product_cta .b_product_contact-btn {
  padding-top: 0;
}
.b_product_cta .b_product_contact-btn .btn_product_contact {
  margin: 0;
  width: 100%;
}
.b_product_cta .b_product_contact-btn .btn_product_contact .icn_contact {
  background-image: url(../img/icn_mail.svg);
  background-position: 0 0;
}
@media only screen and (max-width: 719px) {
  .b_product_cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.u-br-sp {
  display: none;
}
@media only screen and (max-width: 719px) {
  .u-br-sp {
    display: block;
  }
}