@charset "UTF-8";
/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
#ips .space-around {
  justify-content: space-around;
}

#ips .justify-center {
  justify-content: center;
}

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

#ips .border-radius-10 {
  border-radius: 10px;
}

#ips .border-radius-20 {
  border-radius: 20px;
}

#ips .height380 {
  height: 380px;
}

#ips .height460 {
  height: 460px;
}

#ips .height58 {
  height: 58px;
}

#ips .height115 {
  height: 115px;
}

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

#ips .lh5em {
  line-height: 5em;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  #ips .height380,
  #ips .height460,
  #ips .height58,
  #ips .height115 {
    height: auto;
  }
  #ips .lh5em {
    line-height: 3em;
  }
}
#ips ul.list-2column li:nth-child(2n+1) {
  width: 30%;
}

#ips ul.list-2column li:nth-child(2n) {
  width: 65%;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  #ips ul.list-2column li:nth-child(2n+1) {
    width: 95%;
  }
  #ips ul.list-2column li:nth-child(2n) {
    width: 95%;
  }
}
#ips a.ipsbtnBlue, .ipsbtnBlue:visited {
  font-weight: bold;
  display: block !important;
  background-color: #0074FF !important; /*FF7400*/
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 5px 10px !important;
  border: solid 1px black;
}

#ips .ipsbtnBlue:hover {
  background-color: #57AAFF !important;
} /*FFAA57*/
/*
#ips a.btnOrange,.btnOrange:visited{
	font-weight:bold;
	display:block !important;
	background-color:#FF7400!important;
	color:#fff!important;
	text-align:center!important;
	text-decoration:none!important;
	padding:5px 0!important;
}

#ips .btnOrange:hover{background-color:#FFAA57!important;}

.rnavi_btn {

	padding-left: 11px; 
	padding-right: 11px;
}
*/
#ips h5 {
  width: 100%;
  font-size: 110% !important;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: linear-gradient(left, #7bbce9, #FFF);
  background: -ms-linear-gradient(left, #7bbce9, #FFF);
}

#ips .ipsred {
  color: #b32831 !important;
}

#ips a.btn-application.btn-application-lr1em {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

#ips .height159 {
  height: 159px;
}

#ips .object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

#ips .RectClip {
  border-radius: 20px;
}

#ips iframe {
  width: 480px;
  height: 331px;
}

#ips .top-img {
  position: relative;
}

#ips .top-img .img-text {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  line-height: 120%;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

#ips .conference-banner {
  width: 100%;
  position: relative;
}

#ips .conference-ban-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

#ips .conference-ban-absolute p {
  text-shadow: 0px 0px 5px rgb(101, 101, 101);
}

#ips .col-conference {
  color: #B34705;
}

#ips .height50 {
  height: 50px;
}

#ips .conference-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: 17px;
  font-size: 20px;
  font-weight: bold;
}

#ips .conference-ban-bg-white p {
  text-shadow: 0px 0px 0 rgb(255, 255, 255);
}

#ips .font-half {
  font-size: 50% !important;
}

#ips .bg-conference {
  background: #97180B;
  border-radius: 2px;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
  #ips iframe {
    width: 100%;
    height: auto;
  }
  #ips .RectClip {
    border-radius: 10px;
  }
  #ips .top-img .img-text {
    font-size: 18px;
    left: 20px;
  }
  #ips .conference-ban-absolute {
    top: 0;
    left: 0;
  }
  #ips .font21 {
    font-size: 18px !important;
  }
  #ips .font18 {
    font-size: 16px !important;
    letter-spacing: -0.02em !important;
  }
  #ips .conference-ban-bg-white {
    padding-right: 20px;
    margin-left: 20px;
    font-size: 18px !important;
    margin-top: 0;
  }
  #ips .sp-mL10 {
    margin-left: 10px !important;
  }
  #ips .sp-pH05 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #ips .sp-font-14 {
    font-size: 108% !important;
  }
  #ips .sp-font-13 {
    font-size: 100% !important;
  }
  #ips .sp-font-12 {
    font-size: 93% !important;
  }
}
/*
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;
}

@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;
  }
}
.bd-radius--25 {
  border-radius: 25px;
}

/*---  製品資料ダウンロード  ---------------------------------*/
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: bold;
  font-size: 120% !important;
}

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

/*---  製品資料ダウンロード  ---------------------------------*/
ul.dl_material li span.download-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  padding: 20px 40px;
}

ul.dl_material li span.download-img img {
  width: 80px !important;
}

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

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

/*---  製品資料ダウンロード  ---------------------------------*/
/* レスポンシブ対応 */
ul.dl_material li span.download-img {
  width: 100px;
  padding: 20px 20px;
}

ul.dl_material li span.download-text {
  width: calc(100% - 100px);
}

.download-img {
  width: 80px; /* 1つ目の画像は80pxのまま */
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  vertical-align: middle;
}

.download-img:last-child { /* 2つ目の画像のスタイル */
  width: 100px; /* 2つ目の画像を100pxに変更 */
  height: 100px;
}

.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 */