@charset "utf-8";


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

/*
-------------------------------------------*/
.w300 {
  width: 300px;
}

table.table1 th {
	text-align: left;
	white-space: nowrap;
}

/* ----- h～ ----- */
.title_middle_websus01 {
	font-size:15px !important;
	background-color: #e8eefe;
	border-bottom:2px solid #0F3192;
	padding: 4px 0 4px 10px;
	margin:20px 0 10px 0;
}

/* ----- float ----- */
.flL {
  float: left;
}

.flR {
  float: right;
}

.btn01{
	text-align: center;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #007aff;
	line-height: 1.3;
	display: inline-block;
	padding: 20px;
}
.btn01 strong{
	font-size: 20px !important;
	color: #fff !important;
	}
.btn01:hover{
	opacity: 0.8;
	color: #fff !important;
	}
.btn01:visited{color: #fff !important;}

.w50p{width: 50%;}
.w45p{width: 45%;}
.titWebsas03{
	font-size: 22px !important;
	margin: 15px 0 5px 0;		
	}
.titWebsas03{color: #007aff;}

.boxW01{
	padding: 0px;
	margin: 0px 0;
	}

/*
1カラム化	2022/10/17
----------------------------------------------*/	
.flx-reverse{
flex-direction: row-reverse;
}
.ttl-List li .icn4{
width:12em;
}
@media screen and (max-width:767px) and (min-width:1px) {
.flx-reverse{
flex-direction:column;
}
.ttl-List-date {
display:block;
}
.ttl-List-text-2Row{
display:block;
}
}	