@charset "UTF-8";
/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
/* スマホでロゴ画像の見え方を調整する →特に問題ないので調整不要 */
@media screen and (max-width: 767px) and (min-width: 1px) {
  #forge .forge_logo {
    width: 60% !important;
  }
}
@media screen and (max-width: 640px) {
  #forge .forge_logo {
    width: 80% !important;
  }
}
#forge .forge_logo {
  width: 20% !important;
}

#forge .left-image {
  margin-right: 1px;
  margin-bottom: 1px;
}

#forge .right-image {
  margin-bottom: 1px;
}

#forge .space-between {
  content-justify: space-between;
}

#forge .movie-subtitle {
  background: #999;
  color: #FFF;
  text-align: center;
  width: 200px;
  font-weight: normal;
  padding: 2px 0 0 0;
  margin-bottom: 10px;
}

.top-img {
  position: relative;
}

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

ul.dl_material li span.download-img {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.dl_material li span.download-text {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 900px;
  font-weight: bold;
  font-size: 120% !important;
}

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

.flex-jc--end {
  justify-content: flex-end;
}

.bd-radius--25 {
  border-radius: 25px;
}

a[class*=flex-btn-] {
  padding: 0.5em;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  #forge .movie-subtitle {
    width: 100%;
  }
  .top-img .img-text {
    font-size: 18px;
    left: 20px;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
  }
  ul.dl_material li span.download-img {
    width: 30%;
    padding-right: 10px;
  }
  ul.dl_material li span.download-text {
    width: 68%;
  }
}
/*
20240911
************************************************/
.engineering-banner {
  width: 100%;
  position: relative;
}

.engineering-banner:hover {
  opacity: 0.8;
}

.engineering-banner img.opc-04 {
  opacity: 0.4;
}

.eng-ban-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.col-eng {
  color: #002060;
}

.height50 {
  height: 50px;
}

.eng-ban-bg-white {
  background: #FFF;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
}

.height--44 {
  height: 44px;
  vertical-align: middle;
}

.height--290 {
  height: 290px;
}

.sp-bl {
  display: inline;
}

.pc-bl {
  display: block;
}

.flx-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  .eng-ban-absolute {
    top: 10px;
    left: 0;
  }
  .sp-font18 {
    font-size: 18px !important;
  }
  .sp-font16 {
    font-size: 16px !important;
    letter-spacing: -0.02em !important;
  }
  .sp-pH10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .eng-ban-bg-white {
    padding-right: 20px;
    margin-left: 20px;
    font-size: 18px !important;
    margin-top: 0;
  }
  .height--290 {
    height: auto;
  }
  .sp-height--44 {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-height--65 {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-bl {
    display: block;
  }
  .pc-bl {
    display: inline;
  }
}
/*---  製品資料ダウンロード  ---------------------------------*/
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);
}

@media screen and (min-width: 1px) and (max-width: 767px) and (max-width: 768px) {
  ul.dl_material li span.download-img img {
    width: 50px !important;
  }
}
/* forgeダウンロードリンクボックス */
#forge .d-linkbox {
  width: 100%;
  border-top: 5px solid #1a2792;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

#forge .d-linkbox:hover {
  background: #1a2792;
  color: #fff;
}

#forge .d-linkbox:hover .d-linkbox-text:after {
  color: #fff;
}

#forge .d-linkbox:hover img {
  opacity: 0.7;
}

#forge .d-linkbox .d-linkbox-text {
  padding: 10px;
  margin: 0;
}

#forge .d-linkbox .d-linkbox-text:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900 !important;
  color: #666;
  position: absolute;
  top: 8px;
  right: 0;
  width: 20px;
  height: 20px;
}

#forge .d-linkbox img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

#forge .d-linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100000px;
}

@media screen and (max-width: 768px) {
  #forge .d-linkbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.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-p11 {
  padding: 11px;
}

.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;
  }
}
.d-d--none {
  display: none;
}

.d-d--block {
  display: block;
}

.d-d--inline {
  display: inline;
}

.d-d--inline-block {
  display: inline-block;
}

.d-d--flex {
  display: flex;
}

.d-d--inline-flex {
  display: inline-flex;
}

/* ==========================================================================//
//
//　SP版
//
// ========================================================================== */
@media screen and (max-width: 768px) and (min-width: 1px) {
  .d-sp-d--none {
    display: none;
  }
  .d-sp-d--block {
    display: block;
  }
  .d-sp-d--inline {
    display: inline;
  }
  .d-sp-d--inline-block {
    display: inline-block;
  }
  .d-sp-d--flex {
    display: flex;
  }
  .d-sp-d--inline-flex {
    display: inline-flex;
  }
}/*# sourceMappingURL=detail.css.map */