@charset "UTF-8";
/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
/*h3タグデザインにカテゴリのアイコン表示*/
.h-ttl03a.category-4 {
  padding-bottom: 0.2em;
}

.h-ttl03a.category-4 .icn {
  background: #007cc3;
  border: 2px solid #007cc3;
  display: block;
  text-align: center;
  float: left;
  font-size: 14px;
  font-style: normal;
  color: #FFFFFF;
  padding: 0.4em 0.6em 0.3em 0.6em;
  line-height: 1;
  margin-top: 1px;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 5px;
}

.flx {
  display: flex;
  flex-wrap: wrap;
}

.flx-r-reverce {
  flex-direction: row-reverse;
}

.flx-spc-between {
  justify-content: space-between;
}

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

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

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

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

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

.height--44 {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

@media screen and (max-width: 2000px) {
  #magmasoft .top-img h2.img-text {
    font-size: 17px;
    left: 10px;
    width: 100%;
    text-shadow: 1px 1px 5px #000, -1px 1px 5px #000, 1px -1px 5px #000, -1px -1px 5px #000;
  }
  .height--290 {
    height: auto;
  }
}
@media screen and (max-width: 2000px) {
  .h-ttl03a.category-4 .icn {
    width: 8em;
    padding: 0.3em 0.3em 0.2em 0.3em;
    font-size: 13px;
  }
  /*文字が長い見出しに対しての微調整*/
  /*トップページ 関連リンク：サポートページ スマホ表示対応*/
  /*---  製品資料ダウンロード  ---------------------------------*/
  /* レスポンシブ対応 */
  /*.dl_material li.narrow {
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: background-color 0.3s ease;
  }

  .dl_material li.narrow:hover {
    background-color: #f0f0f0;
  }
  */
}
@media screen and (max-width: 2000px) and (max-width: 435px) {
  #magmasoft .sp-font-small {
    font-size: 16px !important;
    line-height: 1.8;
  }
}
@media screen and (max-width: 2000px) and (max-width: 320px) {
  #magmasoft .sp-font-small {
    font-size: 13px !important;
    line-height: 2;
    padding-bottom: 0.4em;
  }
}
@media screen and (max-width: 2000px) and (max-width: 767px) {
  #magmasoft .boxTableLinks2.cl2 li {
    width: 100%;
    border-right-style: none;
    border-left-style: none;
    /*    background-color: #f0f0f0;*/
  }
}
@media screen and (max-width: 2000px) and (max-width: 320px) {
  #magmasoft h3.supportpage {
    font-size: 100% !important;
  }
}
@media screen and (max-width: 2000px) {
  ul.dl_material {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul.dl_material li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }
  ul.dl_material li a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
  }
  ul.dl_material li span.download-img {
    width: 100px;
    padding-right: 20px;
  }
  ul.dl_material li span.download-img img {
    max-width: 100%;
    height: auto;
  }
  ul.dl_material li span.download-text {
    flex-grow: 1;
    font-weight: bold;
    font-size: 120% !important;
  }
}
@media screen and (max-width: 2000px) and (min-width: 768px) {
  ul.dl_material li {
    width: 50%;
  }
}
.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 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 */