@charset "utf-8";


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

.bg-box{
background:#e9f1f7;
border:1px solid #ddd;
width: calc(100% - 5px);
margin: 0 0 10px 5px;
padding:15px;
}

.denchoho-title01{
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  color: #324455;
  background: #fff;
border:1px solid #ddd;
left:-21px;
margin-bottom:1em;
  width:451px;
}

.denchoho-title02{
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  background: #324455;
border:1px solid #ddd;
left:-21px;
margin-bottom:1em;
  width:350px;
}

.denchoho-title01:before,
.denchoho-title02:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border-bottom: solid 5px transparent;
  border-right: solid 5px rgb(149, 158, 155);
}

.bg-box02{
background:#e9f1f7;
border:1px solid #ddd;
width:100%;
margin:0;
padding:0;
position: relative;
overflow: hidden;
text-align:center;
}
.denchoho-title03{ 
    width: 480px;
    transform: rotate(-45deg);
    transform-origin: top center;
    position: absolute;
    top: 15px;
    left: calc( -480px / 2 + 15px );
    padding: 15px calc( 480px / 2 - 30px * 1.414 );
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
  font-size: 18px;
  color: #324455;
  font-weight:bold;
}
.denchoho-title03 + p{
margin:60px auto 0 auto;
width:350px;
}
.denchoho-ttl-cmn-h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	border: none;
	border-left: 4px solid #324455;
	padding: 0 0 0 16px;
	line-height: 29px;
	color: #454545;
}
.link-denchoho-01:hover figure {
      opacity: 0.5;
  }
.pc-height245{
height:245px;
}
.pc-height320{
height:320px;
}
a.bb-scsk-blue{
background:#0A2986;
border:1px solid #0A2986;
color:#FFF;
box-shadow:none;
}
a.bb-scsk-blue:hover{
background:#FFF;
border:1px solid #0A2986;
color:#0A2986!important;
}
.btn-left{
justify-content: flex-start!important;
align-content: flex-start!important;
text-align: left!important;
}

@media screen and (max-width:767px) and (min-width:1px) {
.denchoho-title03 + p{
margin:80px 10px 0 auto;
width:80%;
}
.pc-height245,
.pc-height320{
height:auto;
}
.denchoho-title01,
.denchoho-title02{
  width:100%;
}

}