@charset "UTF-8";
/*///////////////////////////////////////////////////////
    製品トップスタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
.contents .contents-body {
  margin-bottom: 12rem;
}

@media screen and (min-width: 961px) {
  .contents .contents-body {
    margin-bottom: 16rem;
  }
}
.p-read {
  margin-bottom: 3.6rem;
  line-height: 1.8;
}
.p-read .p-read--main {
  margin-bottom: 3rem;
}
.p-read .p-read--main .p-read--ttl {
  margin-bottom: 1.2rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.p-read .p-read--main .p-read--body {
  text-align: center;
  font-size: 1.2rem;
}
.p-read .p-read--main .p-read--body + .p-read--ttl {
  margin-top: 2.8rem;
}
.p-read .p-read--cate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-bottom: 2rem;
  padding: 2rem 1.2rem;
  font-size: 1.2rem;
  border: 1px solid #E0E0E0;
}
.p-read .p-read--cate img {
  margin-bottom: 1.2rem;
}
.p-read .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.p-read .links .item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  background: #F0F0F0;
}
.p-read .links .item .icon {
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
  transform: rotate(45deg);
}

.sec-cont + .sec-cont {
  margin-top: 5rem;
}
.sec-cont .sec-cont--ttl {
  height: 5rem;
  margin-bottom: 2.6rem;
  padding: 0 1.5rem;
  line-height: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: #F0F0F0;
  border-radius: 2px;
}
.sec-cont .sec-cont--body {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-weight: 700;
  font-size: 1.3rem;
}
.sec-cont .sec-cont--img {
  margin-bottom: 2rem;
}
.sec-cont .sec-cont--img .sec-cont--img-ttl {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.sec-cont .sec-cont--flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sec-cont .sec-cont--list {
  margin-bottom: 2rem;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.sec-cont .sec-cont--list .sec-cont--list-item {
  display: grid;
  grid-template-columns: 7.6rem 1fr;
  align-items: center;
  padding: 1.5rem 0;
  gap: 2rem;
}
.sec-cont .sec-cont--list .sec-cont--list-item + .sec-cont--list-item {
  border-top: 1px solid #E0E0E0;
}
.sec-cont .sec-cont--list .sec-cont--list-item .level {
  text-align: center;
  line-height: 1;
}
.sec-cont .sec-cont--list .sec-cont--list-item .txt {
  line-height: 1.8;
  font-size: 1.2rem;
}
.sec-cont .sec-cont--table {
  width: 100%;
  font-weight: 500;
  border: 1px solid #E0E0E0;
}
.sec-cont .sec-cont--table th {
  padding: 1.1em 0.5em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  background: #F0F0F0;
}
.sec-cont .sec-cont--table th:first-child {
  white-space: nowrap;
}
.sec-cont .sec-cont--table th:not(:last-child) {
  text-align: center;
  border-right: 1px solid #fff;
}
.sec-cont .sec-cont--table td {
  padding: 1.1em 0.5em;
  vertical-align: middle;
  font-size: 1.1rem;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.sec-cont .sec-cont--table td strong {
  font-weight: 700;
}
.sec-cont .sec-cont--table td:first-child {
  white-space: nowrap;
}
.sec-cont .sec-cont--table td:not(:last-child) {
  text-align: center;
}
.sec-cont .sec-cont--sub {
  margin-top: 2.6rem;
}
.sec-cont .sec-cont--sub .sec-cont--sub-ttl {
  margin-bottom: 1.4rem;
  font-weight: 700;
  font-size: 1.5rem;
}
.sec-cont .sec-cont--sub .sec-cont--sub-body {
  margin-bottom: 1.4rem;
  line-height: 1.8;
  font-size: 1.3rem;
}
.sec-cont .sec-cont--sub .sec-cont--sub-body + .sec-cont--sub-body {
  margin-top: 2em;
}

#section_01 .sec-cont--flex {
  gap: 3rem;
}
#section_01 .col_01 {
  flex: 100%;
  text-align: center;
}
#section_01 .col_01 img {
  width: 76%;
}
#section_01 .col_02 {
  flex: 100%;
}
#section_01 .col_02 .col_02-ttl {
  font-weight: 700;
  font-size: 1.3rem;
}
#section_01 .col_02 .col_02-body {
  display: grid;
  grid-template-columns: 1.8em 1fr 1.8em 1fr;
  width: 100%;
  font-size: 1.2rem;
  border: 1px solid #707070;
  border-left: none;
}
#section_01 .col_02 .col_02-body .num {
  padding: 0.4em 0;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #707070;
}
#section_01 .col_02 .col_02-body .text {
  padding: 0.4em 0.5em;
  border-bottom: 1px solid #E0E0E0;
}

#section_08 .sec-cont--body {
  font-weight: 500;
}
#section_08 .sec-cont--list {
  border-top: none;
}
#section_08 .sec-cont--list .sec-cont--list-item {
  grid-template-columns: 1fr;
}
#section_08 .sec-cont--list .sec-cont--list-item .level img {
  width: 12rem;
}
#section_08 .sec-cont--flex .sec-cont--flex-item {
  flex: 100%;
  padding: 2.8rem 0;
  border-bottom: 1px solid #E0E0E0;
}
#section_08 .sec-cont--flex .sec-cont--flex-item .level {
  text-align: center;
}
#section_08 .sec-cont--flex .sec-cont--flex-item .logo {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.4rem;
}
#section_08 .sec-cont--flex .sec-cont--flex-item .logo p {
  margin-bottom: 1em;
}
#section_08 .sec-cont--flex .sec-cont--flex-item .txt {
  line-height: 1.8;
  font-size: 1.2rem;
}
#section_08 .sec-cont--flex .col_01 .logo img {
  width: 14rem;
}
#section_08 .sec-cont--flex .col_02 .logo img {
  width: 18.6rem;
}
#section_08 .sec-cont--flex .col_03 .logo img {
  width: 12.6rem;
}

#section_09 .sec-cont--body {
  font-weight: 500;
}

@media screen and (min-width: 961px) {
  .contents .inner {
    width: 96rem;
  }
  .p-read {
    margin-bottom: 8rem;
  }
  .p-read .p-read--main {
    margin-bottom: 6.4rem;
  }
  .p-read .p-read--main .p-read--ttl {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }
  .p-read .p-read--main .p-read--body {
    font-size: 1.4rem;
  }
  .p-read .p-read--main .p-read--body + .p-read--ttl {
    margin-top: 4.2rem;
  }
  .p-read .p-read--cate {
    gap: 2.6rem;
    padding: 3rem 4rem 2.4rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .p-read .p-read--cate .img {
    text-align: center;
  }
  .p-read .p-read--cate img {
    width: 12rem;
    margin-bottom: 1.6rem;
  }
  .p-read .links {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
  }
  .p-read .links .item {
    height: 6rem;
    padding: 0 2rem;
    font-size: 1.5rem;
  }
  .p-read .links .item .icon {
    width: 1rem;
  }
  .sec-cont + .sec-cont {
    margin-top: 7rem;
  }
  .sec-cont .sec-cont--ttl {
    height: 6rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
    line-height: 6rem;
    font-size: 2.2rem;
  }
  .sec-cont .sec-cont--body {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
  }
  .sec-cont .sec-cont--img {
    margin-bottom: 2.4rem;
  }
  .sec-cont .sec-cont--img .sec-cont--img-ttl {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .sec-cont .sec-cont--list {
    margin-bottom: 2.4rem;
  }
  .sec-cont .sec-cont--list .sec-cont--list-item {
    grid-template-columns: 10.6rem 1fr;
    padding: 2rem 0 2rem 5.4rem;
    gap: 3.2rem;
  }
  .sec-cont .sec-cont--list .sec-cont--list-item .txt {
    font-size: 1.4rem;
  }
  .sec-cont .sec-cont--table th {
    font-size: 1.4rem;
  }
  .sec-cont .sec-cont--table td {
    font-size: 1.2rem;
  }
  .sec-cont .sec-cont--table td p {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .sec-cont .sec-cont--sub {
    margin-top: 2.6rem;
  }
  .sec-cont .sec-cont--sub .sec-cont--sub-ttl {
    font-size: 1.8rem;
  }
  .sec-cont .sec-cont--sub .sec-cont--sub-body {
    margin-bottom: 3.4rem;
    font-size: 1.4rem;
  }
  #section_01 .sec-cont--flex {
    gap: auto;
  }
  #section_01 .col_01 {
    flex: 40rem;
  }
  #section_01 .col_01 img {
    width: 100%;
  }
  #section_01 .col_02 {
    flex: 51.4rem;
  }
  #section_01 .col_02 .col_02-ttl {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  #section_01 .col_02 .col_02-body {
    grid-template-columns: 3.2em 1fr;
    font-size: 1.4rem;
    border-left: 1px solid #707070;
  }
  #section_01 .col_02 .col_02-body .num {
    padding: 0.6em 0;
    border-left: none;
  }
  #section_01 .col_02 .col_02-body .text {
    padding: 0.6em 1.5em;
  }
  #section_04 .sec-cont--img {
    text-align: center;
  }
  #section_04 .sec-cont--img .sec-cont--img-ttl {
    text-align: left;
  }
  #section_04 .sec-cont--img img {
    width: 55.4rem;
  }
  #section_04 .sec-cont--body + .sec-cont--img {
    margin-top: 6rem;
  }
  #section_08 .sec-cont--list {
    border: none;
  }
  #section_08 .sec-cont--list .sec-cont--list-item {
    grid-template-columns: 12rem 1fr;
    gap: 5.2rem;
    padding-left: 2.4rem;
  }
  #section_08 .sec-cont--list .sec-cont--list-item .level img {
    width: 100%;
  }
  #section_08 .sec-cont--flex .sec-cont--flex-item {
    flex: 33.3333333333%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    gap: 3.4rem;
    padding: 0 2.4rem;
    border-bottom: none;
  }
  #section_08 .sec-cont--flex .sec-cont--flex-item:not(:last-child) {
    border-right: 1px solid #E0E0E0;
  }
  #section_08 .sec-cont--flex .sec-cont--flex-item .logo {
    flex: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  #section_08 .sec-cont--flex .sec-cont--flex-item .logo p {
    margin-bottom: 1em;
  }
  #section_08 .sec-cont--flex .sec-cont--flex-item .txt {
    font-size: 1.4rem;
  }
  #section_08 .sec-cont--flex .col_03 .logo p {
    margin-bottom: 2em;
  }
}