@charset "UTF-8";
:root {
  --keyColor: #009de4;
}

/* .d-products
---------------------------------------------*/
.ttl-d-products {
  text-align: center;
  line-height: 1;
  font-size: 100%;
  margin: 0 0 45px;
}

.ttl-d-products b {
  display: inline-block;
  padding: 0 0 8px;
  border-bottom: 3px solid var(--keyColor);
  font-size: 340%;
  font-weight: normal;
}

.ttl-d-products span {
  padding: 10px 0 0;
  display: block;
  font-size: 150%;
  color: var(--keyColor);
  font-weight: normal;
}

/* -----------------------------------------------------------------------------

開発品の紹介

----------------------------------------------------------------------------- */
.list-prod {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.list-prod img {
  max-width: 100%;
  height: auto;
}

.list-prod h3 {
  margin: 15px auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 120%;
  color: var(--keyColor);
}

.list-prod p {
  font-size: 14px;
  text-align: left;
  line-height: 140%;
  color: #333;
}

/* -----------------------------------------------------------------------------

拡張

----------------------------------------------------------------------------- */
.dev {
  font-size: 15px;
}

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

.dev sub,
.dev sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.dev sub {
  bottom: -0.25em;
}

.dev sup {
  top: -0.6em;
}

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

.dev figcaption {
  padding: 8px 0 0;
  font-size: 13px !important;
}

.dev table {
  border-collapse: collapse;
  font-size: 13px;
}

.dev th,
.dev td {
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px #d4d4d4 solid;
}

.dev th {
  background-color: #dff0f7;
  font-weight: bold;
}

.dev th.u-text-left {
  text-align: left !important;
}

.dev th span.text-vertical {
  line-height: 1;
  white-space: nowrap;
  min-width: 1em;
}

.grid {
  display: grid;
}

.grid.w-1\/2 {
  grid-template-columns: 1fr 1fr;
  gap: var(--u-gap);
}

.grid.w-1\/3 {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--u-gap);
}

.grid.w-1\/4 {
  grid-template-columns: repeat(4, 1fr);
  gap: var(--u-gap);
}

.gap-10 {
  --u-gap: 10px;
}

.gap-20 {
  --u-gap: 20px;
}

.gap-25 {
  --u-gap: 25px;
}

.gap-40 {
  --u-gap: 40px;
}

.gap-50 {
  --u-gap: 50px;
}

.gap-60 {
  --u-gap: 60px;
}

.gap-70 {
  --u-gap: 70px;
}

@media screen and (max-width: 767px) {
  .grid.md\:w-1 {
    grid-template-columns: 1fr;
    gap: var(--u-gap);
  }
  .grid.md\:w-1\/2 {
    grid-template-columns: 1fr 1fr;
    gap: var(--u-gap);
  }
  .grid.md\:w-1\/3 {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--u-gap);
  }
  .grid.md\:w-1\/4 {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--u-gap);
  }
  .md\:gap-10 {
    --u-gap: 10px;
  }
  .md\:gap-20 {
    --u-gap: 20px;
  }
  .md\:gap-25 {
    --u-gap: 25px;
  }
  .md\:gap-40 {
    --u-gap: 40px;
  }
  .md\:gap-50 {
    --u-gap: 50px;
  }
  .md\:gap-60 {
    --u-gap: 60px;
  }
  .md\:gap-70 {
    --u-gap: 70px;
  }
}
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-bottom: 50px;
}

/* .u-mr-30{ margin-right: 30px; } */
.wh-nowrap {
  white-space: nowrap;
}

.wh-normal {
  white-space: normal;
}

.wh-pre {
  white-space: pre;
}

.layout-fixed {
  table-layout: fixed;
}

.layout-auto {
  table-layout: auto;
}

.text-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.color-red {
  color: #c40018;
}

.color-blue {
  color: #009de4;
}

.bg-color-gray {
  background-color: #f5f5f5;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.scroll-wrap {
  overflow: auto;
}

/* タイトル
---------------------------------------------*/
.dev {
  background: url(../img/bg.jpg) 0 0/355px 355px no-repeat;
}

.dev-header {
  position: relative;
  height: 110px;
  margin-bottom: 30px;
  text-align: center;
}

.dev-header__thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dev-header__thumb img {
  width: 94px;
}

.dev-header__copy {
  position: relative;
  padding: 5px 0 10px;
  font-weight: 600;
}

.dev-header__copy::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  bottom: 0;
  background: linear-gradient(to right, #213487 0%, #213487 10%, #ffffff 100%);
}

.dev-header__title {
  padding: 5px 0 5px;
  font-size: 30px !important;
  font-weight: 600;
  line-height: 1.333;
}

.dev__lead {
  margin-bottom: 20px;
  font-size: 22px !important;
  font-weight: 600;
  color: #21348b;
}

.dev__desc {
  margin-bottom: 60px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

.dev__movie {
  margin-top: -20px;
  width: 80%;
  margin-inline: auto;
}
.dev__movie video {
  width: 100%;
  height: auto;
}

/* ブロック
---------------------------------------------*/
.dev-blk,
.dev-blk--m {
  /* width: auto; */
}

.dev-blk--m {
  max-width: 480px;
}

.dev-blk-title {
  margin-bottom: 20px;
  padding: 4px 0 0 10px;
  border-left: 5px solid var(--keyColor);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--keyColor);
}

.dev-blk-title-sub {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.dev-blk-title-sub span {
  font-size: 14px;
  font-weight: normal;
}

/* 
---------------------------------------------*/
.dev-note,
.dev-note--r {
  font-size: 12px !important;
}

.dev-note--r {
  text-align: right;
}

/* リスト
---------------------------------------------*/
.dev-lists li {
  text-indent: -1em;
  padding-left: 1em;
}
.dev-lists li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
  text-align: center;
}

.dev-lists li:not(:last-child) {
  margin-bottom: 0.5em;
}

.dev-lists span {
  font-size: 106.666%;
  color: #029de4;
}

/* 例外
---------------------------------------------*/
.dp01-ex1 {
  padding-top: 90px;
}

.dp01-ex2 {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 584px;
}
@media screen and (max-width: 767px) {
  .dp01-ex2 {
    grid-template-columns: 1fr;
  }
}

.dp01-ex2 > p {
  width: 314px;
  margin-top: 10px;
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .dp01-ex2 > p {
    width: 100%;
  }
}

/* 例外
---------------------------------------------*/
.dp02-ex1 {
  display: flex;
}

.dp02-ex1 figure:nth-child(1) {
  margin-top: 62px;
  margin-right: -56px;
}

.dp02-ex2 {
  display: flex;
}

.dp02-ex2 figure:nth-child(1) {
  margin-right: 30px;
}

.dp02-ex2 figure:nth-child(2) {
  margin-right: 30px;
}

.dp02-ex2 figure:nth-child(3) {
  margin-right: 10px;
}

.dp02-ex2 figure:nth-child(4) figcaption {
  display: none;
}

/* 例外
---------------------------------------------*/
.dp03-ex1 {
  display: grid;
  grid-template-columns: 553fr 150fr;
  gap: 7px;
}

.dp03-ex2 {
  max-width: 450px;
}

.dp03-ex3 {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  min-height: 106px;
}
.dp03-ex3 a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(50px, 100px) auto;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #0293da;
  border-radius: 4px;
}
.dp03-ex3 a p:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  color: #0293da;
}
.dp03-ex3 a p:nth-child(2) {
  font-size: 13px;
  line-height: 1.384;
}
.dp03-ex3 a::before {
  position: absolute;
  content: "";
  left: calc(50% - 7px);
  bottom: 10px;
  width: 14px;
  height: 14px;
  border-right: 1px solid #0293da;
  border-bottom: 1px solid #0293da;
  transform: rotate(45deg);
}

.dp03-ex4 h4 + p {
  font-size: 20px;
  font-weight: 600;
}
.dp03-ex4 h4 + p span {
  color: #b70018;
}
.dp03-ex4 dl {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 12px;
}
.dp03-ex4 dl dd::before {
  content: "：";
}
.dp03-ex4 dl + div {
  text-align: center;
  color: #213485;
}
.dp03-ex4 dl + div p:nth-child(1) {
  display: inline-block;
  padding: 5px 40px 3px;
  border: 2px solid #213485;
  font-size: 16px;
  font-weight: 600;
}
.dp03-ex4 dl + div p:nth-child(2) {
  font-size: 13px;
}

.dp03-ex5 {
  display: grid;
  grid-template-columns: 410fr 270fr;
  gap: 30px;
}
.dp03-ex5 > figure figcaption {
  padding: 15px 0 0;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.dp03-ex5__right dl {
  display: grid;
  grid-template-columns: 2em 1fr;
  margin-bottom: 50px;
}
.dp03-ex5__right dl dd::before {
  content: "：";
}
.dp03-ex5__right figure {
  width: 82.962962963%;
  margin: 0 auto;
  text-align: center;
}
.dp03-ex5__right figcaption {
  margin-bottom: 10px;
  font-size: 15px !important;
  font-weight: 600;
}
.dp03-ex5__right + p {
  grid-column: 1/3;
  justify-self: center;
  width: 69.014084507%;
  padding: 12px 20px 10px;
  background-color: #7195cd;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.dp03-ex6 {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .dp03-ex6 {
    grid-template-columns: 1fr;
  }
}
.dp03-ex6 > div p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0293da;
}
.dp03-ex6 > div p:nth-child(2) {
  line-height: 1.66;
}
.dp03-ex6 li {
  text-indent: -1em;
  padding-left: 1em;
}
.dp03-ex6 li::before {
  content: "●";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.dp03-ex7 {
  display: grid;
  gap: 50px;
  grid-template-columns: 366fr 294fr;
}
.dp03-ex7 figure {
  margin-bottom: 20px;
}
.dp03-ex7 figure figcaption {
  padding: 15px 0 0;
  font-size: 15px !important;
  font-weight: 600;
  text-align: center;
}
.dp03-ex7 dl {
  display: grid;
  grid-template-columns: 2em 1fr;
  margin-bottom: 20px;
  font-size: 12px;
}
.dp03-ex7 dl dd::before {
  content: "：";
}
.dp03-ex7 dl + div {
  display: grid;
  place-items: center;
  min-height: 100px;
  background-color: #7195cd;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  text-align: center;
  color: #fff;
}
.dp03-ex7 ul li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.dp03-ex7 ul li::before {
  content: "●";
  width: 1em;
  display: inline-block;
  text-indent: 0;
}

/* 例外
---------------------------------------------*/
.dp05-ex1 {
  margin-bottom: 15px;
  font-size: 20px !important;
  font-weight: 600;
  text-align: center;
}
.dp05-ex1 span {
  color: #bd0018;
}

.dp05-ex2 {
  position: relative;
  text-align: center;
}
.dp05-ex2 img {
  max-width: 156px;
  margin-bottom: 5px;
}
.dp05-ex2 p:nth-of-type(1) {
  margin-bottom: 20px;
  font-size: 25px !important;
  font-weight: 600;
  color: #21348b;
}
.dp05-ex2 p:nth-of-type(2) {
  line-height: 2.2;
}

.dp05-ex3 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30px;
  left: calc(100% - 50px + 10px);
  transform: rotate(45deg);
}
.dp05-ex3 span {
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #21348b;
  left: calc(50% - 2px);
}
.dp05-ex3 span:nth-child(2) {
  transform: rotate(90deg);
}

.dp05-ex4 {
  display: flex;
  flex-wrap: wrap;
}
.dp05-ex4 li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 12px !important;
  line-height: 1.75;
}

.dp05-ex5 figure {
  text-align: center;
}
.dp05-ex5 figure:not(:last-of-type) figcaption {
  font-size: 15px !important;
  font-weight: 600;
}
.dp05-ex5 figure:last-of-type img {
  width: 42.2535211268%;
}
.dp05-ex5 hr {
  border: none;
  border-top: 1px solid #c7c7c7;
}

/* 例外
---------------------------------------------*/
.dp06-ex1 {
  max-width: 480px;
  margin: 0 auto;
}

.dp06-ex2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.dp06-ex2 a {
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #efeee7;
}
.dp06-ex2 a:nth-child(1) {
  grid-column: 1/3;
}
.dp06-ex2 a p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  color: #213482;
}
.dp06-ex2 div {
  grid-column: 1/3;
  padding: 0;
  background: none;
  max-width: 53.5211267606%;
  justify-self: center;
}

.dp06-ex3 h5 {
  display: grid;
  place-items: center start;
  padding: 0 10px;
  background-color: #213482;
  height: 44px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}
.dp06-ex3 h5 + p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #213482;
}

.dp06-ex4 {
  margin-bottom: 30px;
}
.dp06-ex4 > p {
  margin-bottom: 10px;
  color: #213482;
  font-size: 16px;
  font-weight: 600;
}
.dp06-ex4 > div {
  padding: 20px;
  border-radius: 10px;
  background-color: #efeee7;
}
.dp06-ex4 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.dp06-ex4 ul li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
}

.dp06-ex5 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.dp06-ex5 p:nth-child(1) {
  margin-bottom: 10px;
}
.dp06-ex5 p:nth-child(2) {
  width: 56px;
  margin: 0 auto 10px;
}
.dp06-ex5 p:nth-child(3) {
  color: #b40018;
}

.dp06-ex6 {
  display: grid;
  grid-template-columns: 410fr 240fr;
  gap: 40px;
  width: 97.1830985915%;
}

.dp06-ex65 tr:nth-child(2) td,
.dp06-ex65 tr:nth-child(5) td,
.dp06-ex65 tr:nth-child(8) td,
.dp06-ex65 tr:nth-child(9) td:nth-child(3),
.dp06-ex65 tr:nth-child(11) td,
.dp06-ex65 tr:nth-child(14) td {
  border-bottom: 2px solid #ccc;
}

.dp06-ex7 {
  width: 53.5211267606%;
}
.dp06-ex7 figcaption {
  text-align: center;
  font-size: 15px !important;
  font-weight: 600;
}

.dp06-ex8 {
  display: grid;
  grid-template-columns: 32.3943661972% 1fr;
  gap: 50px;
}
.dp06-ex8 dl dl {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 15px;
}
.dp06-ex8 dl dl dd::before {
  content: "：";
}

.dp06-ex9 {
  width: 32.3943661972%;
}

.dp06-ex10 {
  width: 42.2535211268%;
}
.dp06-ex10 figcaption {
  text-align: center;
  font-size: 15px !important;
  font-weight: 600;
}

.dp06-ex11 {
  width: 59.7183098592%;
}

/* 例外
---------------------------------------------*/
.dp07-ex1 figure {
  max-width: 932px;
}
.dp07-ex1 dl {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 12px;
}
.dp07-ex1 dl dd::before {
  content: "：";
}
.dp07-ex1 hr {
  border: none;
  border-top: 1px solid #c7c7c7;
}

/* 例外
---------------------------------------------*/
.dp13-ex1 {
  display: grid;
  grid-template-columns: 328fr 292fr;
  place-items: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dp13-ex1 {
    grid-template-columns: 1fr;
  }
}
.dp13-ex1 div {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dp13-ex1 div {
    order: 1;
    margin-top: 20px;
  }
}
.dp13-ex1 p {
  padding-top: 0.1em;
  padding-left: 10px;
  border-top: 2px solid #0C318E;
  font-size: 18px;
  font-weight: 600;
}
.dp13-ex1 p:last-child {
  border-bottom: 2px solid #0C318E;
}
.dp13-ex1 p span {
  font-size: 14px;
}

.dp13-ex2 {
  font-size: 12px;
  font-weight: 600;
}
.dp13-ex2 p:nth-child(1) {
  font-size: 13px;
}
.dp13-ex2 p:nth-child(3) {
  text-align: right;
}

/* 例外
---------------------------------------------*/
.dev-download {
  display: block;
  padding: 20px 16px 18px 23px;
  border-radius: 3px;
  background: var(--keyColor);
  color: #fff !important;
  text-align: center;
}

.dev-download span {
  background: url(/common/img/icon_arrow01.png) right center no-repeat;
  padding-right: 23px;
  background-size: 8px auto;
}