@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Old+Mincho&family=Zen+Antique&family=BIZ+UDPMincho:wght@100;300;400;500;700;900&display=swap");
/*@import url('https://fonts.gohttps://fonts.googleapis.com/css2?family=Zen+Old+Mincho&family=Zen+Antique&family=BIZ+UDPMincho&display=swap');*/
/*変数*/
/*---------画面幅---------*/
/*---------流用高---------*/
/*---------色コード---------*/
/*関数*/
/*---------------------変数レスポンシブ------------------------*/
/* リセット
----------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: "Noto Sans JP", sans-serif !important;*/ }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

img, abbr, acronym, fieldset {
  border: 0; }

ul, li {
  list-style-type: none; }

/*---------------------基本------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  /*vertical-align: bottom;*/ }

html, body {
  /*font-family:verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
  /*line-height:1.5;*/
  font-size: 16px;
  margin: 0;
  padding: 0;
  /*min-width: 1120px;*/
  -webkit-text-size-adjust: none;
  color: #333; }

img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  flex-shrink: 0; }

a {
  text-decoration: none;
  color: inherit;
  display: block; }

　
h2, p {
  margin: 0; }

h3 {
  font-size: 1.2rem; }

br {
  font-size: 0; }

/*初期化*/
p {
  font-size: 1rem; }

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  display: inline-block; }

span {
  display: inline-block; }

main {
  /*overflow-X: hidden;*/ }
  @media screen and (max-width: 767px) {
    main {
      /*margin-bottom: 100px;*/ } }

/*---------------------汎用------------------------*/
.wrap-style-b {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-b {
      width: 100%; } }

.wrap-style-1 {
  width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-1 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-1 {
      width: calc(100% - 40px); } }

.wrap-style-2 {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-2 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-2 {
      width: calc(100% - 40px); } }

.wrap-style-3 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrap-style-3 {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-3 {
      width: calc(100% - 40px); } }

.wrap-style-p {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  background: url(../img/features_bg.jpg); }
  @media screen and (max-width: 1024px) {
    .wrap-style-p {
      width: calc(100% - 80px); } }
  @media screen and (max-width: 767px) {
    .wrap-style-p {
      width: 100%; } }

.flex-base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex-base {
      display: block; } }

/*---------------------フッター---------------------*/
.fix-sp-btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .fix-sp-btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      position: fixed;
      bottom: 0;
      background: #fff;
      z-index: 1; }
      .fix-sp-btn > div {
        width: 49%; } }

/*---------------------バナー------------------------*/
.banner {
  width: 100%;
  padding: 120px 0 0; }
  @media screen and (max-width: 1024px) {
    .banner {
      padding: 110px 0 0; } }
  @media screen and (max-width: 768px) {
    .banner {
      padding: 85px 0 0; } }
  @media screen and (max-width: 767px) {
    .banner {
      padding: 65px 0 0; } }
  .banner img {
    display: block;
    width: 100%;
    height: 100%; }

/*---------------------ファーストビュー------------------------*/
.first-view-area .first-view {
  margin: 60px auto; }
  .first-view-area .first-view h1 {
    width: 500px;
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view h1 {
        width: 350px; } }
  .first-view-area .first-view dl {
    display: flex;
    border: 1px solid #000; }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view dl {
        flex-wrap: wrap;
        justify-content: center;
        border: none; } }
    .first-view-area .first-view dl .fv-item {
      text-align: center;
      border-right: 1px solid #000;
      margin: 15px 0px;
      padding: 20px; }
      @media screen and (max-width: 767px) {
        .first-view-area .first-view dl .fv-item {
          width: 50%;
          margin: 0;
          padding: 10px;
          border-top: 1px solid #000;
          border-left: 1px solid #000;
          border-bottom: 1px solid #000; } }
      .first-view-area .first-view dl .fv-item:last-of-type {
        border-right: none; }
        @media screen and (max-width: 767px) {
          .first-view-area .first-view dl .fv-item:last-of-type {
            border-top: none;
            border-right: 1px solid #000; } }
      .first-view-area .first-view dl .fv-item dt {
        font-size: 1.3rem;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .first-view-area .first-view dl .fv-item dt {
            font-size: 1.2rem; } }
      .first-view-area .first-view dl .fv-item dd {
        font-size: 0.9rem; }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view dl .br-n {
        border-right: none; } }
    @media screen and (max-width: 767px) {
      .first-view-area .first-view dl .bb-n {
        border-bottom: none; } }

/*---------------------特徴------------------------*/
.features-area .features-box {
  margin: 90px auto; }
  .features-area .features-box .features-single1 {
    display: flex;
    align-items: baseline;
    gap: 40px;
    padding-bottom: 80px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .features-area .features-box .features-single1 {
        display: block; } }
    .features-area .features-box .features-single1::after {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      top: 100%;
      border-bottom: 1px solid #595757;
      display: block; }
    .features-area .features-box .features-single1 .features-text {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-single1 .features-text {
          width: 100%; } }
      .features-area .features-box .features-single1 .features-text h1 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        color: #004f96;
        font-weight: bold;
        font-family: 'Noto Serif JP', sans-serif;
        margin-bottom: 36px; }
        @media screen and (max-width: 767px) {
          .features-area .features-box .features-single1 .features-text h1 {
            font-size: 1.4rem;
            line-height: 2.0rem; } }
        .features-area .features-box .features-single1 .features-text h1 sup {
          font-size: 0.9rem;
          vertical-align: super;
          top: -0.1em;
          padding-left: 5px; }
        .features-area .features-box .features-single1 .features-text h1 span {
          font-weight: 600;
          font-size: 0.9rem;
          line-height: 1rem;
          margin-top: 10px;
          text-indent: -1.3em;
          padding-left: 1.3em; }
          @media screen and (max-width: 767px) {
            .features-area .features-box .features-single1 .features-text h1 span {
              font-size: 0.8rem; } }
      .features-area .features-box .features-single1 .features-text p {
        text-align: justify; }
    .features-area .features-box .features-single1 .features-img {
      width: 60%; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-single1 .features-img {
          width: 100%;
          margin-top: 40px; } }
      .features-area .features-box .features-single1 .features-img ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 36px; }
        .features-area .features-box .features-single1 .features-img ul li {
          width: 168px;
          height: 168px;
          border: 5px solid #004f96;
          border-radius: 50%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .features-area .features-box .features-single1 .features-img ul li {
              width: 120px;
              height: 120px; } }
          .features-area .features-box .features-single1 .features-img ul li p {
            width: 85%;
            text-align: center;
            font-size: 0.8rem; }
            @media screen and (max-width: 767px) {
              .features-area .features-box .features-single1 .features-img ul li p {
                font-size: 0.6rem;
                line-height: 0.7rem; } }
          .features-area .features-box .features-single1 .features-img ul li .circle-title {
            color: #004f96;
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 10px; }
            @media screen and (max-width: 767px) {
              .features-area .features-box .features-single1 .features-img ul li .circle-title {
                font-size: 0.9rem;
                line-height: 1.1rem;
                margin-bottom: 5px; } }
  .features-area .features-box .features-double {
    display: flex;
    gap: 80px;
    margin-top: 80px;
    position: relative;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .features-area .features-box .features-double {
        display: block;
        margin-bottom: 0; } }
    .features-area .features-box .features-double::before {
      content: '';
      width: 0;
      height: 100%;
      position: absolute;
      right: 50%;
      border-right: 1px solid #595757;
      display: block; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-double::before {
          border-right: none;
          /*width: 100%;
          height: 0;
          top: 100%;
          right: 0%;
          margin-top: 80px;
          border-bottom: 1px solid #595757;
          display: block;*/ } }
    .features-area .features-box .features-double::after {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      top: 100%;
      margin-top: 80px;
      border-bottom: 1px solid #595757;
      display: block; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-double::after {
          border-bottom: none; } }
    .features-area .features-box .features-double .double-box {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-double .double-box:last-of-type {
          margin-top: 80px; } }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-double .double-box {
          width: 100%;
          border-bottom: 1px solid #595757;
          padding-bottom: 80px; } }
      .features-area .features-box .features-double .double-box h1 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        color: #004f96;
        font-weight: bold;
        font-family: 'Noto Serif JP', sans-serif;
        margin-bottom: 36px; }
        @media screen and (max-width: 767px) {
          .features-area .features-box .features-double .double-box h1 {
            font-size: 1.4rem;
            line-height: 2.0rem; } }
      .features-area .features-box .features-double .double-box p {
        text-align: justify; }
      .features-area .features-box .features-double .double-box .double-text {
        margin-bottom: 40px; }
      .features-area .features-box .features-double .double-box .ui-box {
        display: flex;
        flex-direction: column;
        gap: 60px;
        position: relative; }
        .features-area .features-box .features-double .double-box .ui-box::after {
          content: '';
          width: 100%;
          height: 0;
          position: absolute;
          top: 50%;
          border-bottom: 1px dotted #595757;
          display: block; }
        .features-area .features-box .features-double .double-box .ui-box .ui-item {
          display: grid;
          gap: 15px;
          grid-template-columns: 0.7fr 1fr;
          grid-auto-rows: 30px auto; }
          @media screen and (max-width: 767px) {
            .features-area .features-box .features-double .double-box .ui-box .ui-item {
              display: block; } }
          .features-area .features-box .features-double .double-box .ui-box .ui-item .ui-title {
            color: #FFF;
            background-color: #004f96;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media screen and (max-width: 767px) {
              .features-area .features-box .features-double .double-box .ui-box .ui-item .ui-title {
                margin-bottom: 20px; } }
          .features-area .features-box .features-double .double-box .ui-box .ui-item img {
            grid-row: span 2 / 1;
            grid-column: 2; }
            @media screen and (max-width: 767px) {
              .features-area .features-box .features-double .double-box .ui-box .ui-item img {
                margin-bottom: 20px; } }
          .features-area .features-box .features-double .double-box .ui-box .ui-item .ui-text {
            font-size: 0.9rem; }
  .features-area .features-box .features-single2 {
    padding: 80px 0;
    position: relative; }
    .features-area .features-box .features-single2::after {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      top: 100%;
      border-bottom: 1px solid #595757;
      display: block; }
    .features-area .features-box .features-single2 h1 {
      font-size: 1.6rem;
      line-height: 2.2rem;
      color: #004f96;
      font-weight: bold;
      font-family: 'Noto Serif JP', sans-serif;
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-single2 h1 {
          font-size: 1.4rem;
          line-height: 2.0rem; } }
    .features-area .features-box .features-single2 .features-cms {
      display: flex;
      gap: 40px; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-single2 .features-cms {
          display: block; } }
      .features-area .features-box .features-single2 .features-cms .cms-box {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .features-area .features-box .features-single2 .features-cms .cms-box {
            width: 100%;
            margin-bottom: 40px; } }
        .features-area .features-box .features-single2 .features-cms .cms-box p {
          text-align: justify;
          margin-bottom: 36px; }
        .features-area .features-box .features-single2 .features-cms .cms-box .cms-img {
          display: flex;
          justify-content: space-around; }
          .features-area .features-box .features-single2 .features-cms .cms-box .cms-img img {
            width: 45%; }
      .features-area .features-box .features-single2 .features-cms .cms-support {
        width: 50%;
        border: 2px solid #3b3939;
        border-radius: 15px; }
        @media screen and (max-width: 767px) {
          .features-area .features-box .features-single2 .features-cms .cms-support {
            width: 100%; } }
        .features-area .features-box .features-single2 .features-cms .cms-support h2 {
          color: #FFF;
          background-color: #3b3939;
          text-align: center;
          font-size: 1.2rem;
          font-weight: 600;
          padding: 15px 0px;
          border-radius: 10px 10px 0 0; }
          @media screen and (max-width: 767px) {
            .features-area .features-box .features-single2 .features-cms .cms-support h2 {
              padding: 15px 30px; } }
        .features-area .features-box .features-single2 .features-cms .cms-support p {
          padding: 15px 40px 0; }
          @media screen and (max-width: 767px) {
            .features-area .features-box .features-single2 .features-cms .cms-support p {
              padding: 15px 15px; } }
        .features-area .features-box .features-single2 .features-cms .cms-support .cms-step {
          display: flex;
          gap: 50px;
          padding: 15px 40px; }
          @media screen and (max-width: 767px) {
            .features-area .features-box .features-single2 .features-cms .cms-support .cms-step {
              padding: 15px 15px; } }
          .features-area .features-box .features-single2 .features-cms .cms-support .cms-step .step-list {
            position: relative; }
            .features-area .features-box .features-single2 .features-cms .cms-support .cms-step .step-list::after {
              content: '▶';
              position: absolute;
              transform: translate(75%, 0%);
              top: 50%;
              left: 100%;
              font-size: 1.2rem;
              color: #bcbcbd; }
            .features-area .features-box .features-single2 .features-cms .cms-support .cms-step .step-list:last-child::after {
              display: none; }
            .features-area .features-box .features-single2 .features-cms .cms-support .cms-step .step-list p {
              text-align: center;
              background-color: #5fb4e5;
              color: #FFF;
              border-radius: 10px;
              padding: 5px 10px;
              margin-bottom: 15px; }
              @media screen and (max-width: 767px) {
                .features-area .features-box .features-single2 .features-cms .cms-support .cms-step .step-list p {
                  font-size: 0.7rem; } }
  .features-area .features-box .features-single3 {
    margin-top: 40px;
    padding: 80px 0;
    position: relative; }
    .features-area .features-box .features-single3::after {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      top: 100%;
      border-bottom: 1px solid #595757;
      display: block; }
    .features-area .features-box .features-single3 .features-ems2 {
      position: absolute;
      width: 450px;
      top: 40px; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-single3 .features-ems2 {
          position: static;
          width: 100%;
          margin-bottom: 40px; } }
      .features-area .features-box .features-single3 .features-ems2 h1 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        color: #004f96;
        font-weight: bold;
        font-family: 'Noto Serif JP', sans-serif;
        margin-bottom: 36px; }
        @media screen and (max-width: 767px) {
          .features-area .features-box .features-single3 .features-ems2 h1 {
            font-size: 1.4rem;
            line-height: 2.0rem; } }
  .features-area .features-box .features-single4 {
    display: flex;
    gap: 40px;
    padding: 80px 0 0; }
    @media screen and (max-width: 767px) {
      .features-area .features-box .features-single4 {
        display: block; } }
    .features-area .features-box .features-single4 .features-text {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-single4 .features-text {
          width: 100%;
          margin-bottom: 40px; } }
      .features-area .features-box .features-single4 .features-text h1 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        color: #004f96;
        font-weight: bold;
        font-family: 'Noto Serif JP', sans-serif;
        margin-bottom: 36px; }
        @media screen and (max-width: 767px) {
          .features-area .features-box .features-single4 .features-text h1 {
            font-size: 1.4rem;
            line-height: 2.0rem; } }
        .features-area .features-box .features-single4 .features-text h1 span {
          font-weight: 600;
          font-size: 0.9rem;
          line-height: 1rem;
          margin-top: 10px;
          text-indent: -1.3em;
          padding-left: 1.3em; }
      .features-area .features-box .features-single4 .features-text p {
        text-align: justify; }
    .features-area .features-box .features-single4 .features-img {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .features-area .features-box .features-single4 .features-img {
          width: 100%; } }

/*---------------------製品仕様------------------------*/
.product-area .product-box {
  background-color: #eef7fd;
  padding: 100px 140px; }
  @media screen and (max-width: 767px) {
    .product-area .product-box {
      padding: 100px 20px; } }
  .product-area .product-box h2 {
    font-size: 1.4rem;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .product-area .product-box h2 {
        text-align: center; } }
  .product-area .product-box .box-pc {
    display: block; }
    @media screen and (max-width: 767px) {
      .product-area .product-box .box-pc {
        display: none; } }
    .product-area .product-box .box-pc .product-list {
      margin-top: 30px;
      background-color: #FFF;
      border: 1px solid #3e3a39;
      text-align: center; }
      .product-area .product-box .box-pc .product-list .product-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .product-area .product-box .box-pc .product-list .product-img dt.empty {
          background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px)); }
        .product-area .product-box .box-pc .product-list .product-img dt {
          width: 15%;
          min-height: 3rem;
          line-height: 3rem; }
        .product-area .product-box .box-pc .product-list .product-img dd {
          width: 41%;
          border-left: 1px solid #3e3a39;
          min-height: 3rem;
          padding: 5px 0px; }
          .product-area .product-box .box-pc .product-list .product-img dd p {
            font-size: 0.9rem;
            font-weight: 600;
            margin: 10px 0; }
          .product-area .product-box .box-pc .product-list .product-img dd img {
            padding: 10px 30px 20px; }
        .product-area .product-box .box-pc .product-list .product-img dd.main {
          width: calc(85% / 3); }
      .product-area .product-box .box-pc .product-list .product-number {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid #3e3a39;
        background-color: #3e3a39;
        color: #FFF; }
        .product-area .product-box .box-pc .product-list .product-number dt {
          width: 15%;
          padding: 10px 0; }
        .product-area .product-box .box-pc .product-list .product-number dd {
          width: 41%;
          padding: 50px;
          border-left: 1px solid #fff; }
        .product-area .product-box .box-pc .product-list .product-number dd.main {
          width: calc(85% / 3);
          padding: 10px 0; }
      .product-area .product-box .box-pc .product-list .product-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid #3e3a39; }
        .product-area .product-box .box-pc .product-list .product-item dt {
          width: 15%;
          background-color: #d1eafa;
          min-height: 2rem;
          font-size: 0.9rem;
          padding: 10px;
          display: grid;
          place-items: center; }
        .product-area .product-box .box-pc .product-list .product-item dd {
          width: 41%;
          border-left: 1px solid #3e3a39;
          min-height: 2rem;
          font-size: 0.8rem;
          padding: 10px;
          display: grid;
          place-items: center; }
          .product-area .product-box .box-pc .product-list .product-item dd span {
            margin-left: 10px;
            font-size: 0.6rem; }
        .product-area .product-box .box-pc .product-list .product-item dd.main {
          width: calc(85% / 3);
          position: relative; }
        .product-area .product-box .box-pc .product-list .product-item dd.over:before {
          content: '2026年2月発売予定';
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 0.9rem;
          top: 0;
          left: 0;
          width: 100%;
          height: calc(100% * 8 + 7px);
          background-color: #FFF; }
        .product-area .product-box .box-pc .product-list .product-item dd.over:after {
          content: '※1';
          position: absolute;
          top: 155px;
          left: 205px;
          font-size: 0.6rem; }
        .product-area .product-box .box-pc .product-list .product-item dd.main-col2 {
          width: calc(85% * 2 / 3); }
        .product-area .product-box .box-pc .product-list .product-item .col3 {
          width: 85%; }
    .product-area .product-box .box-pc .annotation {
      margin: 10px 0;
      text-align: right;
      font-size: 0.7rem; }
    .product-area .product-box .box-pc h3 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 20px; }
    .product-area .product-box .box-pc .note {
      font-size: 0.8rem; }
  .product-area .product-box .box-sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .product-area .product-box .box-sp {
        display: block; } }
    .product-area .product-box .box-sp h3 {
      text-align: center;
      margin-top: 80px;
      font-weight: 600; }
    .product-area .product-box .box-sp .product-img {
      margin-top: 36px;
      background-color: #FFF;
      padding: 20px 40px;
      border-top: 1px solid #3e3a39;
      border-left: 1px solid #3e3a39;
      border-right: 1px solid #3e3a39; }
      .product-area .product-box .box-sp .product-img .product-name {
        text-align: center;
        margin-bottom: 20px; }
      .product-area .product-box .box-sp .product-img .product-schedule {
        text-align: center;
        margin-top: 20px; }
        .product-area .product-box .box-sp .product-img .product-schedule sup {
          margin-left: 3px; }
    .product-area .product-box .box-sp .product-number {
      border: 1px solid #3e3a39;
      background-color: #3e3a39;
      color: #FFF;
      text-align: center;
      padding: 10px 0; }
    .product-area .product-box .box-sp details::details-content {
      transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
      height: 0;
      opacity: 0;
      overflow: clip; }
    .product-area .product-box .box-sp details[open]::details-content {
      opacity: 1;
      height: auto; }
    .product-area .product-box .box-sp details[open] summary .icon::before {
      transform: translate(0, -50%) rotate(90deg); }
    .product-area .product-box .box-sp details summary {
      display: block;
      list-style-type: none;
      border-left: 1px solid #3e3a39;
      border-right: 1px solid #3e3a39;
      background-color: #3e3a39;
      color: #FFF;
      text-align: center;
      padding: 10px 0;
      position: relative; }
      .product-area .product-box .box-sp details summary::-webkit-details-marker {
        display: none; }
      .product-area .product-box .box-sp details summary .icon {
        transition: transform 0.4s; }
        .product-area .product-box .box-sp details summary .icon:hover {
          cursor: pointer; }
        .product-area .product-box .box-sp details summary .icon::after, .product-area .product-box .box-sp details summary .icon::before {
          content: "";
          position: absolute;
          right: 20px;
          transform: translate(-50%, -50%);
          top: 50%;
          width: 2px;
          height: 1rem;
          background-color: #FFF;
          transition: transform 0.4s; }
        .product-area .product-box .box-sp details summary .icon::after {
          transform: translate(0, -50%) rotate(90deg); }
    .product-area .product-box .box-sp details dl {
      border-left: 1px solid #3e3a39;
      border-right: 1px solid #3e3a39;
      border-bottom: 1px solid #3e3a39;
      text-align: center;
      transition: all 0.4s; }
      .product-area .product-box .box-sp details dl dt {
        background-color: #d1eafa;
        padding: 5px 0;
        font-size: 0.9rem; }
      .product-area .product-box .box-sp details dl dd {
        background-color: #FFF;
        padding: 5px 0;
        font-size: 0.8rem; }
    .product-area .product-box .box-sp .annotation {
      margin: 10px 0 36px;
      text-align: left;
      font-size: 0.7rem; }
    .product-area .product-box .box-sp h4 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 20px; }
    .product-area .product-box .box-sp .note {
      font-size: 0.8rem; }
.product-area .product-btn {
  margin: 100px auto; }
  @media screen and (max-width: 767px) {
    .product-area .product-btn {
      margin: 100px auto 150px; } }
  .product-area .product-btn .btn-detail a {
    display: grid;
    grid-template-columns: 1fr 70px;
    width: 325px;
    height: 50px;
    background-color: #414141;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    transition-duration: .4s; }
    .product-area .product-btn .btn-detail a:hover {
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      .product-area .product-btn .btn-detail a {
        width: 250px;
        grid-template-columns: 1fr 50px; } }
    .product-area .product-btn .btn-detail a .btn-text {
      font-size: 17px;
      font-weight: 500;
      padding-left: 70px;
      letter-spacing: 1.5px; }
      @media screen and (max-width: 768px) {
        .product-area .product-btn .btn-detail a .btn-text {
          padding-left: 50px; } }
    .product-area .product-btn .btn-detail a .btn-arrow {
      font-size: 24px;
      font-weight: 600; }
      .product-area .product-btn .btn-detail a .btn-arrow img {
        width: 22px;
        margin-bottom: 5px; }
  .product-area .product-btn .btn-contact {
    background-color: transparent;
    border: none; }
    @media screen and (max-width: 767px) {
      .product-area .product-btn .btn-contact {
        display: none; } }
    .product-area .product-btn .btn-contact a {
      display: grid;
      grid-template-columns: 1fr 70px;
      width: 325px;
      height: 50px;
      background-color: #d04730;
      color: #FFF;
      text-align: center;
      line-height: 50px;
      margin: 15px auto 0;
      transition-duration: .4s; }
      .product-area .product-btn .btn-contact a:hover {
        opacity: 0.6; }
      @media screen and (max-width: 768px) {
        .product-area .product-btn .btn-contact a {
          width: 250px;
          grid-template-columns: 1fr 50px; } }
      .product-area .product-btn .btn-contact a .btn-text {
        font-size: 17px;
        font-weight: 500;
        padding-left: 70px;
        letter-spacing: 1.5px; }
        @media screen and (max-width: 768px) {
          .product-area .product-btn .btn-contact a .btn-text {
            padding-left: 50px; } }
        .product-area .product-btn .btn-contact a .btn-text span {
          text-decoration-line: underline; }
      .product-area .product-btn .btn-contact a .btn-arrow {
        font-size: 24px;
        font-weight: 600; }
        .product-area .product-btn .btn-contact a .btn-arrow img {
          width: 22px;
          margin-bottom: 5px; }

/*---------------------アコーディオンアニメーション------------------------*/
@supports (interpolate-size: allow-keywords) {
  :root {
    /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
    interpolate-size: allow-keywords; }

  details[open]::details-content {
    height: auto; } }
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 400px;
    overflow-y: scroll; } }
