.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}

.cssgrid4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 0em;
  border: 0;
  padding: 0em;
  margin: 0em;
}

.cssgrid4 div {
  background: #fff;
  overflow: auto;
  min-width: 0;
  padding: 0.3em;
  margin: 0px;
  text-align: center
}

.cssgrid4 p {
  background: #f2f2f1;
  overflow: auto;
  min-width: 0;
  padding: 1em;
  text-align: center;
  border-radius: 5px;
}

.top-box01{
  margin: 0 auto;
  max-width: 1200x;
  background-color: #ffffff;
}



/* 2026/08/08
TOPページのみ価格を非表示
*/
.c-product-list__price {
    display: none;
}


/* ==========================================
   TOP Q&A
========================================== */

.top-qa {
  width: 100%;
  margin: 90px auto 100px;
  padding: 65px 20px 55px;
  box-sizing: border-box;

  background: #f4f3fc;

  border-radius: 18px;
}


.top-qa-inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}


/* ==========================================
   タイトル
========================================== */

.top-qa-heading {
  text-align: center;
  margin-bottom: 42px;
}


.top-qa-heading-en {
  font-family: 'Montserrat', sans-serif;

  font-size: 28px;
  font-weight: 700;

  letter-spacing: 1px;

  color: #171b82;

  line-height: 1.2;
}


.top-qa-heading-ja {
  margin-top: 8px;

  font-size: 15px;
  font-weight: 500;

  color: #333;

  letter-spacing: 2px;
}


.top-qa-heading-line {
  width: 42px;
  height: 3px;

  margin: 18px auto 0;

  background: #9c9bea;

  border-radius: 10px;
}


/* ==========================================
   Q&Aリスト
========================================== */

.top-qa-list {
  width: 100%;
}


/* ==========================================
   Q&Aカード
========================================== */

.top-qa-item {
  margin-bottom: 16px;

  border-radius: 14px;

  overflow: hidden;

  background: #fff;

  box-shadow:
    0 3px 12px rgba(60, 60, 100, 0.04);
}


/* ==========================================
   質問
========================================== */

.top-qa-question {
  position: relative;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: 76px;

  padding: 15px 28px;

  box-sizing: border-box;

  border: none;

  background: #fff;

  color: #222;

  text-align: left;

  cursor: pointer;

  font-family: inherit;

  /* ★ PC質問サイズ */
  font-size: 17px;

  font-weight: 600;

  line-height: 1.55;

  transition: background .25s ease;
}


.top-qa-question:hover {
  background: #fcfcff;
}


/* ==========================================
   Qアイコン
========================================== */

.top-qa-q {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 18px;

  border-radius: 50%;

  background: #171b82;

  color: #fff;

  font-family: 'Montserrat', sans-serif;

  font-size: 15px;
  font-weight: 400;

  line-height: 1;
}


/* ==========================================
   質問文字
========================================== */

.top-qa-question-text {
  flex: 1;

  padding-right: 20px;
}


/* ==========================================
   矢印
========================================== */

.top-qa-arrow {
  position: relative;

  flex: 0 0 15px;

  width: 15px;
  height: 15px;

  margin-left: 10px;

  border-right: 2px solid #aaa8e8;
  border-bottom: 2px solid #aaa8e8;

  transform: rotate(45deg);

  transition:
    transform .3s ease,
    border-color .3s ease;
}


.top-qa-item.is-open .top-qa-arrow {
  transform: rotate(225deg);

  border-color: #171b82;
}


/* ==========================================
   回答
========================================== */

.top-qa-answer {
  display: none;

  align-items: flex-start;

  margin: 0 14px 14px;

  padding: 25px 28px;

  box-sizing: border-box;

  border-radius: 10px;

  background: #f7f6ff;

  color: #444;

  /* ★ PC回答サイズ */
  font-size: 15px;

  line-height: 1.9;
}


.top-qa-item.is-open .top-qa-answer {
  display: flex;
}


/* ==========================================
   Aアイコン
========================================== */

.top-qa-a {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 20px;

  border-radius: 50%;

  background: #a6a4ee;

  color: #fff;

  font-family: 'Montserrat', sans-serif;

  font-size: 15px;

  line-height: 1;
}


/* ==========================================
   回答本文
========================================== */

.top-qa-answer-text {
  flex: 1;

  padding-top: 4px;
}


/* ==========================================
   もっと見る
========================================== */

.top-qa-more {
  margin-top: 28px;
}


.top-qa-more a {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 58px;

  box-sizing: border-box;

  padding: 10px 45px 10px 25px;

  border-radius: 12px;

  background: #e7e6fb;

  color: #5b5bc4;

  text-decoration: none;

  font-size: 14px;
  font-weight: 500;

  transition:
    background .25s ease,
    transform .2s ease;
}


.top-qa-more a:hover {
  background: #deddf8;
  transform: translateY(-1px);
}


.top-qa-more a span {
  position: absolute;

  right: 25px;

  font-size: 28px;
  font-weight: 300;

  line-height: 1;

  color: #8583dc;
}


/* ==========================================
   スマートフォン
========================================== */

@media screen and (max-width: 599px) {

  .top-qa {
    margin: 55px auto 65px;

    padding: 42px 12px 35px;

    border-radius: 16px;
  }


  .top-qa-heading {
    margin-bottom: 28px;
  }


  .top-qa-heading-en {
    font-size: 24px;
  }


  .top-qa-heading-ja {
    margin-top: 7px;

    font-size: 13px;

    letter-spacing: 1.5px;
  }


  .top-qa-heading-line {
    width: 34px;
    height: 2px;

    margin-top: 14px;
  }


  /* ==================================
     質問カード
  ================================== */

  .top-qa-item {
    margin-bottom: 12px;

    border-radius: 11px;
  }


  /* ==================================
     質問
  ================================== */

  .top-qa-question {

    min-height: 72px;

    padding: 13px 14px;

    /* ★ スマホ質問サイズ */
    font-size: 15px;

    line-height: 1.55;
  }


  /* ==================================
     Q
  ================================== */

  .top-qa-q {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    margin-right: 13px;

    font-size: 13px;
  }


  .top-qa-question-text {
    padding-right: 5px;
  }


  /* ==================================
     矢印
  ================================== */

  .top-qa-arrow {
    flex: 0 0 11px;

    width: 11px;
    height: 11px;

    margin-left: 6px;

    border-width: 1.5px;
  }


  /* ==================================
     回答
  ================================== */

  .top-qa-answer {

    margin: 0 9px 9px;

    padding: 19px 15px;

    border-radius: 8px;

    /* ★ スマホ回答サイズ */
    font-size: 14px;

    line-height: 1.85;
  }


  /* ==================================
     A
  ================================== */

  .top-qa-a {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    margin-right: 13px;

    font-size: 13px;
  }


  .top-qa-answer-text {
    padding-top: 2px;
  }


  /* ==================================
     もっと見る
  ================================== */

  .top-qa-more {
    margin-top: 20px;
  }


  .top-qa-more a {

    min-height: 52px;

    padding: 8px 40px 8px 15px;

    border-radius: 10px;

    font-size: 13px;
  }


  .top-qa-more a span {
    right: 17px;

    font-size: 23px;
  }

}


/* ==========================================
   小さいスマートフォン
========================================== */

@media screen and (max-width: 380px) {

  .top-qa {
    padding-left: 9px;
    padding-right: 9px;
  }


  .top-qa-question {

    padding-left: 11px;
    padding-right: 11px;

    /* ★ 小型スマホ */
    font-size: 14px;
  }


  .top-qa-q {

    flex-basis: 30px;

    width: 30px;
    height: 30px;

    margin-right: 10px;
  }


  .top-qa-arrow {

    flex-basis: 10px;

    width: 10px;
    height: 10px;
  }


  .top-qa-answer {

    font-size: 13px;
  }

}
