@charset "utf-8";

/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. 幅広いシーンで活躍

*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. 幅広いシーンで活躍 ]  ====================================
------------------------------------------------------------*/
.scene_box{
	margin-top:2em;
	margin-left:3em;
}
.scene_tit{
	font-size: 160%;
}
.scene{
	font-size: 130%;
	margin-top: 1em;
}
.scene p{
	color: #245b6f;
	font-weight: bolder;
	margin-bottom: 0.3em!important;
}
.scene ul{
	margin:0 0 1em 0;
}
.scene li{
	background-color: #245b6f;
	color: #fff;
	padding:5px 20px;
	margin-right: 10px;
	border-radius: 20px;
	width: 135px;
	text-align: center;
	display: inline-block;
}
/*SP*/
body.responsive-sp .scene_box{
	margin-left:inherit;
}