@charset "UTF-8";
.top-img {
  position: relative;
}

.top-img .img-text {
  color: #4ce59e;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 120%;
}

.flx-ai--end {
  align-items: flex-end;
}

.flx-ai--center {
  align-items: center;
}

.tbl-r02 th {
  background: rgb(141, 137, 164);
  border: 1px solid rgb(63, 58, 96);
  color: rgb(255, 255, 255);
  padding: 10px;
}

.tbl-r02 td {
  border: 1px solid rgb(63, 58, 96);
  padding: 10px;
}

.dev {
  margin: 0px auto;
  height: 360px;
  width: 640px;
}

.ttl-List-flx li {
  cursor: pointer;
  padding-top: 1.3em !important;
  padding-bottom: 0.8em !important;
  border-bottom: 1px solid #ccc;
}

.ttl-List-flx li:hover {
  background-color: #F2F8FC !important;
}

.ttl-List-flx li a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.link-box {
  width: 300px;
  margin-bottom: 1em;
}

.link-box a {
  display: block;
  width: 300px;
}

.link-box a span.title-head {
  display: block;
  background: #1A2792;
  padding: 10px;
  color: #FFF;
  height: 40px;
}

.link-box a span.title-head span.title {
  font-size: 16px;
  font-weight: bold;
}

.link-box a img {
  width: 300px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*.link-box a span.title-head span.sub-title{
font-size:12px;
font-weight:normal;
}*/
.link-box a:hover {
  color: #FFF !important;
}

.h-ttl05 {
  text-indent: 0;
  padding-left: 0;
}

.obj-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.dataTable01b td a,
.dataTable01b th a {
  display: block;
}

.dataTable01b th a:hover {
  color: #FFF !important;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  .top-img .img-text {
    font-size: 16px;
    bottom: 10px;
    left: 20px;
    transform: translateX(0);
    width: 80%;
    letter-spacing: -0.6px;
  }
  .sp-flx-jc--center {
    justify-content: center;
  }
  .link-box {
    width: 100%;
    margin-bottom: 1em;
  }
  .link-box a {
    width: 100%;
  }
  .link-box a span.title-head {
    height: auto;
  }
  .link-box a img {
    width: 100%;
    height: auto;
  }
  /* 丸みを持たせるための明示的なスタイル */
  .bd-radius--25 {
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    overflow: hidden;
  }
  /* 特にh3要素に対して確実に適用されるようにする */
  h3.h-ttl10b2.bd-radius--25 {
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    background-color: #0033CC;
    color: white;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  /* bg-blueクラスのスタイル定義 */
  .bg-blue {
    background-color: #0033CC;
  }
  /*---  製品資料ダウンロード  ---------------------------------*/
  ul.dl_material li span.download-img {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    padding: 10px 40px;
  }
  ul.dl_material li span.download-img img {
    width: 60px !important;
  }
  ul.dl_material li span.download-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: calc(100% - 140px);
    font-weight: normal;
    font-size: 90% !important;
  }
  .flx-ai--end {
    align-items: flex-end;
  }
  /*---  製品資料ダウンロード  ---------------------------------*/
  /* レスポンシブ対応 */
  ul.dl_material li span.download-img {
    width: 100px;
    padding: 10px 20px;
  }
  ul.dl_material li span.download-text {
    width: calc(100% - 100px);
  }
  .dl_material li.narrow {
    height: 100px; /* 例：適切な高さを指定 */
  }
  /* または、テキスト部分の高さを固定する場合 */
  .dl_material li.narrow .download-text {
    height: 50px; /* 例：適切な高さを指定 */
    overflow: hidden; /* はみ出したテキストを非表示にする */
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-lineup {
  width: 300px;
  border-top: 5px solid #1A2792;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

.top-lineup:hover {
  border-top: 5px solid #1A2792;
  border-left: 1px solid #1A2792;
  border-right: 1px solid #1A2792;
  border-bottom: 1px solid #1A2792;
}

.top-lineup a {
  display: block;
  height: 100%;
  color: #000 !important;
}

.top-lineup a:hover {
  background: #1A2792 !important;
  color: #FFF !important;
  text-decoration: none !important;
}

.top-lineup a span.lineup-text1 {
  display: block;
  color: #000;
  font-weight: bold; /* テキストを太字にする */
  position: relative;
  padding-bottom: 5px;
  padding: 10px;
}

.top-lineup a:hover span.lineup-text1 {
  color: #FFF !important;
}

.top-lineup a span.lineup-text1:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900 !important;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -33px;
  color: #666;
  width: 20px;
  height: 20px;
}

.top-lineup a:hover span.lineup-text1:after {
  background: #1A2792 !important;
  color: #FFF;
}

.top-lineup a img {
  width: 298px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article_serialization_item::before {
  content: "▶";
  margin-right: 5px;
  color: #333;
}

.article_serialization_item a {
  color: #000;
  text-decoration: none;
}

a.bb-bluegray {
  background-color: #106287 !important;
  border: 1px solid #106287 !important;
  padding: 0.5em;
}
a.bb-bluegray:hover {
  color: #106287 !important;
  background-color: #FFFFFF !important;
}

.d-ml--auto {
  margin-left: auto;
}

.d-bd-radius--0 {
  border-radius: 0px !important;
}

.d-bd-top-left-radius--0 {
  border-top-left-radius: 0px !important;
}

.d-bd-top-right-radius--0 {
  border-top-right-radius: 0px !important;
}

.d-bd-bottom-left-radius--0 {
  border-bottom-left-radius: 0px !important;
}

.d-bd-bottom-right-radius--0 {
  border-bottom-right-radius: 0px !important;
}

.d-bd-radius--5 {
  border-radius: 5px !important;
}

.d-bd-top-left-radius--5 {
  border-top-left-radius: 5px !important;
}

.d-bd-top-right-radius--5 {
  border-top-right-radius: 5px !important;
}

.d-bd-bottom-left-radius--5 {
  border-bottom-left-radius: 5px !important;
}

.d-bd-bottom-right-radius--5 {
  border-bottom-right-radius: 5px !important;
}

.d-bd-radius--10 {
  border-radius: 10px !important;
}

.d-bd-top-left-radius--10 {
  border-top-left-radius: 10px !important;
}

.d-bd-top-right-radius--10 {
  border-top-right-radius: 10px !important;
}

.d-bd-bottom-left-radius--10 {
  border-bottom-left-radius: 10px !important;
}

.d-bd-bottom-right-radius--10 {
  border-bottom-right-radius: 10px !important;
}

.d-bd-radius--15 {
  border-radius: 15px !important;
}

.d-bd-top-left-radius--15 {
  border-top-left-radius: 15px !important;
}

.d-bd-top-right-radius--15 {
  border-top-right-radius: 15px !important;
}

.d-bd-bottom-left-radius--15 {
  border-bottom-left-radius: 15px !important;
}

.d-bd-bottom-right-radius--15 {
  border-bottom-right-radius: 15px !important;
}

.d-bd-radius--20 {
  border-radius: 20px !important;
}

.d-bd-top-left-radius--20 {
  border-top-left-radius: 20px !important;
}

.d-bd-top-right-radius--20 {
  border-top-right-radius: 20px !important;
}

.d-bd-bottom-left-radius--20 {
  border-bottom-left-radius: 20px !important;
}

.d-bd-bottom-right-radius--20 {
  border-bottom-right-radius: 20px !important;
}

.d-bd-radius--25 {
  border-radius: 25px !important;
}

.d-bd-top-left-radius--25 {
  border-top-left-radius: 25px !important;
}

.d-bd-top-right-radius--25 {
  border-top-right-radius: 25px !important;
}

.d-bd-bottom-left-radius--25 {
  border-bottom-left-radius: 25px !important;
}

.d-bd-bottom-right-radius--25 {
  border-bottom-right-radius: 25px !important;
}

.d-bd-radius--30 {
  border-radius: 30px !important;
}

.d-bd-top-left-radius--30 {
  border-top-left-radius: 30px !important;
}

.d-bd-top-right-radius--30 {
  border-top-right-radius: 30px !important;
}

.d-bd-bottom-left-radius--30 {
  border-bottom-left-radius: 30px !important;
}

.d-bd-bottom-right-radius--30 {
  border-bottom-right-radius: 30px !important;
}

.d-bd-radius--35 {
  border-radius: 35px !important;
}

.d-bd-top-left-radius--35 {
  border-top-left-radius: 35px !important;
}

.d-bd-top-right-radius--35 {
  border-top-right-radius: 35px !important;
}

.d-bd-bottom-left-radius--35 {
  border-bottom-left-radius: 35px !important;
}

.d-bd-bottom-right-radius--35 {
  border-bottom-right-radius: 35px !important;
}

.d-bd-radius--40 {
  border-radius: 40px !important;
}

.d-bd-top-left-radius--40 {
  border-top-left-radius: 40px !important;
}

.d-bd-top-right-radius--40 {
  border-top-right-radius: 40px !important;
}

.d-bd-bottom-left-radius--40 {
  border-bottom-left-radius: 40px !important;
}

.d-bd-bottom-right-radius--40 {
  border-bottom-right-radius: 40px !important;
}

.d-bd-radius--45 {
  border-radius: 45px !important;
}

.d-bd-top-left-radius--45 {
  border-top-left-radius: 45px !important;
}

.d-bd-top-right-radius--45 {
  border-top-right-radius: 45px !important;
}

.d-bd-bottom-left-radius--45 {
  border-bottom-left-radius: 45px !important;
}

.d-bd-bottom-right-radius--45 {
  border-bottom-right-radius: 45px !important;
}

.d-bd-radius--50 {
  border-radius: 50px !important;
}

.d-bd-top-left-radius--50 {
  border-top-left-radius: 50px !important;
}

.d-bd-top-right-radius--50 {
  border-top-right-radius: 50px !important;
}

.d-bd-bottom-left-radius--50 {
  border-bottom-left-radius: 50px !important;
}

.d-bd-bottom-right-radius--50 {
  border-bottom-right-radius: 50px !important;
}

/* ==========================================================================//
//
//　SP版
//
// ========================================================================== */
@media screen and (max-width: 768px) and (min-width: 1px) {
  .d-sp-bd-radius--0 {
    border-radius: 0px !important;
  }
  .d-sp-bd-top-left-radius--0 {
    border-top-left-radius: 0px !important;
  }
  .d-sp-bd-top-right-radius--0 {
    border-top-right-radius: 0px !important;
  }
  .d-sp-bd-bottom-left-radius--0 {
    border-bottom-left-radius: 0px !important;
  }
  .d-sp-bd-bottom-right-radius--0 {
    border-bottom-right-radius: 0px !important;
  }
  .d-sp-bd-radius--5 {
    border-radius: 5px !important;
  }
  .d-sp-bd-top-left-radius--5 {
    border-top-left-radius: 5px !important;
  }
  .d-sp-bd-top-right-radius--5 {
    border-top-right-radius: 5px !important;
  }
  .d-sp-bd-bottom-left-radius--5 {
    border-bottom-left-radius: 5px !important;
  }
  .d-sp-bd-bottom-right-radius--5 {
    border-bottom-right-radius: 5px !important;
  }
  .d-sp-bd-radius--10 {
    border-radius: 10px !important;
  }
  .d-sp-bd-top-left-radius--10 {
    border-top-left-radius: 10px !important;
  }
  .d-sp-bd-top-right-radius--10 {
    border-top-right-radius: 10px !important;
  }
  .d-sp-bd-bottom-left-radius--10 {
    border-bottom-left-radius: 10px !important;
  }
  .d-sp-bd-bottom-right-radius--10 {
    border-bottom-right-radius: 10px !important;
  }
  .d-sp-bd-radius--15 {
    border-radius: 15px !important;
  }
  .d-sp-bd-top-left-radius--15 {
    border-top-left-radius: 15px !important;
  }
  .d-sp-bd-top-right-radius--15 {
    border-top-right-radius: 15px !important;
  }
  .d-sp-bd-bottom-left-radius--15 {
    border-bottom-left-radius: 15px !important;
  }
  .d-sp-bd-bottom-right-radius--15 {
    border-bottom-right-radius: 15px !important;
  }
  .d-sp-bd-radius--20 {
    border-radius: 20px !important;
  }
  .d-sp-bd-top-left-radius--20 {
    border-top-left-radius: 20px !important;
  }
  .d-sp-bd-top-right-radius--20 {
    border-top-right-radius: 20px !important;
  }
  .d-sp-bd-bottom-left-radius--20 {
    border-bottom-left-radius: 20px !important;
  }
  .d-sp-bd-bottom-right-radius--20 {
    border-bottom-right-radius: 20px !important;
  }
  .d-sp-bd-radius--25 {
    border-radius: 25px !important;
  }
  .d-sp-bd-top-left-radius--25 {
    border-top-left-radius: 25px !important;
  }
  .d-sp-bd-top-right-radius--25 {
    border-top-right-radius: 25px !important;
  }
  .d-sp-bd-bottom-left-radius--25 {
    border-bottom-left-radius: 25px !important;
  }
  .d-sp-bd-bottom-right-radius--25 {
    border-bottom-right-radius: 25px !important;
  }
  .d-sp-bd-radius--30 {
    border-radius: 30px !important;
  }
  .d-sp-bd-top-left-radius--30 {
    border-top-left-radius: 30px !important;
  }
  .d-sp-bd-top-right-radius--30 {
    border-top-right-radius: 30px !important;
  }
  .d-sp-bd-bottom-left-radius--30 {
    border-bottom-left-radius: 30px !important;
  }
  .d-sp-bd-bottom-right-radius--30 {
    border-bottom-right-radius: 30px !important;
  }
  .d-sp-bd-radius--35 {
    border-radius: 35px !important;
  }
  .d-sp-bd-top-left-radius--35 {
    border-top-left-radius: 35px !important;
  }
  .d-sp-bd-top-right-radius--35 {
    border-top-right-radius: 35px !important;
  }
  .d-sp-bd-bottom-left-radius--35 {
    border-bottom-left-radius: 35px !important;
  }
  .d-sp-bd-bottom-right-radius--35 {
    border-bottom-right-radius: 35px !important;
  }
  .d-sp-bd-radius--40 {
    border-radius: 40px !important;
  }
  .d-sp-bd-top-left-radius--40 {
    border-top-left-radius: 40px !important;
  }
  .d-sp-bd-top-right-radius--40 {
    border-top-right-radius: 40px !important;
  }
  .d-sp-bd-bottom-left-radius--40 {
    border-bottom-left-radius: 40px !important;
  }
  .d-sp-bd-bottom-right-radius--40 {
    border-bottom-right-radius: 40px !important;
  }
  .d-sp-bd-radius--45 {
    border-radius: 45px !important;
  }
  .d-sp-bd-top-left-radius--45 {
    border-top-left-radius: 45px !important;
  }
  .d-sp-bd-top-right-radius--45 {
    border-top-right-radius: 45px !important;
  }
  .d-sp-bd-bottom-left-radius--45 {
    border-bottom-left-radius: 45px !important;
  }
  .d-sp-bd-bottom-right-radius--45 {
    border-bottom-right-radius: 45px !important;
  }
  .d-sp-bd-radius--50 {
    border-radius: 50px !important;
  }
  .d-sp-bd-top-left-radius--50 {
    border-top-left-radius: 50px !important;
  }
  .d-sp-bd-top-right-radius--50 {
    border-top-right-radius: 50px !important;
  }
  .d-sp-bd-bottom-left-radius--50 {
    border-bottom-left-radius: 50px !important;
  }
  .d-sp-bd-bottom-right-radius--50 {
    border-bottom-right-radius: 50px !important;
  }
}/*# sourceMappingURL=detail.css.map */