@charset "utf-8";
/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/
/* HPC用 見出しタイトル（HPCカラー） */
#hpcsol .h-ttl_hpcsol {
  color: #1d4293;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 0.5em;
  border-bottom: none !important;
}
#hpcsol .h-ttl_hpcsol span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#hpcsol .h-ttl_hpcsol::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d4293;
}
#hpcsol .icn-campaign {
  background-color: #00984b;
  border: 2px solid #00984b;
}
#hpcsol .top.box {
  padding: 20px;
  background: #f2f8fd;
  border-radius: .25rem !important;
}
#hpcsol .top.box h3 {
  font-size: 18px;
  color: #1d4293;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#hpcsol .top.box a.btn-more {
	font-size: 15px;
  background-color: #FA6800 ;
  border: 1px solid #FA6800 ;
  align-items: center;
  position: relative;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #FFFAFA;
  text-decoration: none !important;
  text-align: center;
  padding-left: 1.8em;
  padding-right: 1.8em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 2.5em;
  width: 40%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#hpcsol .top.box a:hover.btn-more {
color: #FA6800 !important;
background-color: #FFFFFF;
transition: .2s;
}

#hpcsol .top.box a.btn-more:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900!important;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}
#hpcsol i.fa.hpcsol_icn, #hpcsol i.far.hpcsol_icn, #hpcsol i.fas.hpcsol_icn, #hpcsol i.fa.hpcsol_icn:before, #hpcsol i.far.hpcsol_icn:before, #hpcsol i.fas.hpcsol_icn:before {
  font: normal normal 20px/1 "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.top-img{
position:relative;
}
.top-img .top-img-txt{
position:absolute;
top:50px;
left:50px;
font-size:30px;
color:#FFF;
}

@media screen and (max-width:767px) and (min-width:1px) {
.top-img .top-img-txt{
top:50%;
left:40px;
transform:translateY(-50%);
font-size:18px;
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
}
