@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/

/*既存のクラス定義を上書き修正（PCの時だけmargin-bottomを0にする） */
#voic_finder .product-subtitle { 
  margin-bottom :0em!important;
}
@media screen and (max-width:640px) {
#voic_finder .product-subtitle {
  margin-bottom: 0.5em !important;
}
}

#voic_finder .strengths-border{
  border:2px solid #f39800;
  border-radius:10px;
  padding:20px;
}
#voic_finder .dictionary-box{
  background-color:#0f1e75;
  border-radius:20px;
  padding:5px;
  color:#FFF;
  font-size:20px;
  font-weight:normal;
  text-align:center;
  line-height:80px;
  letter-spacing: 0.03em;
  margin-bottom:10px;
}

#voic_finder .dictionary-box .sp_br {
  display: inline;
}

#voic_finder .scene-box{
  border:2px solid #0f1e75;
  border-radius:20px;
  padding:20px 40px;
  margin-bottom:10px;
}
#voic_finder .scene-box h3.title{
  font-size:20px!important;
  font-weight:bold;
  margin-bottom:1em;
  position: relative;
}
#voic_finder .scene-box h3.title .num{
  font-size:36px!important;
  font-weight:bold;
  color:#3f51b5;
  margin-right:0.5em;
}
#voic_finder .scene-box h3.title .text{
  position: absolute;
  top: 20%;
}
#voic_finder .scene-box h4,
#voic_finder .case-box h4{
  font-size:16px;
  font-weight:bold;
  border-bottom:2px solid #3f51b5;
  width:100%;
  border-right:none;
  border-left:none;
  border-top:none;
  margin-bottom:0.5em;
}
#voic_finder .case-box{
  border:2px solid #f39800;
  border-radius:10px;
  padding:20px 40px;
}
#voic_finder .case-box h3.title{
  font-size:20px!important;
  font-weight:bold;
  margin-bottom:1em;
}

#voic_finder a.bb-darkblue{
    background-color:rgb(63,81,181)!important;
    border:1px solid rgb(63,81,181)!important;
    border-radius: 10px;
}
#voic_finder a.bb-darkblue:hover{
    color:rgb(63,81,181)!important;
    background-color:#FFF!important;
}


/*既存定義を上書き */
@media screen and (max-width:768px) and (min-width:1px) {
#voic_finder div.flex-col3 div.flex-item {
    width: calc((100% - 2.5%) / 2) !important; /*全体の95％がメインコンテンツ領域のため、左右余白は各2.5％、真ん中に2.5%の余白をとって半分の幅にする*/
    line-height:24px;
    padding: 0.5em;
}
#voic_finder .dictionary-box .sp_br {
  display: block;
}
}