@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------*/
/*---sec_powermove-------------------------------------------------------------*/

div#sec_powermove{
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
}

/*----------------------------------------------------------------*/
/*---sec_pm_list-------------------------------------------------------------*/

div#sec_pm_list{
	width: 100%;
	margin: 0 auto;
}

div#sec_pm_list div.cnt_title1:first-child div{
	margin-top: 0;
}
div#sec_pm_list div.cnt_title1:nth-child(2){
	margin-bottom:2px;
}

div#sec_pm_list div.cnt_title1{
}

/*----------------------------------------------------------------*/

div#sec_pm_list > ul{
	width: 100%;
}
div#sec_pm_list > ul > li{
	width: 100%;
	margin-top: 30px;
}
div#sec_pm_list > ul > li:first-child{
	margin-top: 0;
}

div#sec_pm_list > ul > li > b{
	width: 100%;
  background-color: rgba(26,75,158,0.1);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 6px 20px;
}

div#sec_pm_list > ul ul{
	margin-top: 15px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
div#sec_pm_list > ul ul li{
	width: 100%;
	background-color: #ffffff;
	padding: 10px 5px;
	border-bottom: 1px rgba(0,0,0,0.1) dashed;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_pm_list > ul ul li:first-child{
	padding-top: 0;
}

/*---image-------------------------------------------------------------*/

div#sec_pm_list > ul ul div.lq_img{
	z-index: 100;
	position: relative;
	width: 80px;
	height: 80px;
	background-size: 200%!important;
	overflow: hidden;
	margin-left: auto;
}
div#sec_pm_list > ul ul div.lq_img::after{
	content: '';
	position: absolute;top:0;left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.2;
	transition: all 0.3s ease;
}
div#sec_pm_list > ul ul div.lq_img:hover::after{
opacity: 0.0;
}

div#sec_pm_list > ul ul div.lq_img a{
	z-index: 110;
	position: absolute;top:0;left:0;
	width: 100%;
	height: 100%;
}
div#sec_pm_list > ul ul div.lq_img a::after{
	content: '';
	position: absolute;top:50%;left:50%;
	width: 32px;
	height: 32px;
	background-position: center center;
	background-size: 32px;
	background-image:url(../../img/common/icon/play_wh.svg);
	background-repeat: no-repeat;
	display: block;
	margin-top: -16px;
	margin-left: -16px;
}

div#sec_pm_list > ul ul div.lq_img a.lq_img:hover{
	opacity: 1.0;
}

/*---text-------------------------------------------------------------*/

div#sec_pm_list > ul ul div.text h2{
}
div#sec_pm_list > ul ul div.text h2 b{
	font-size: 14px;
	font-weight: 600;
}

/*----------------------------------------------------------------*/
/*---sec_cert-------------------------------------------------------------*/

div#sec_cert{
}

div#sec_cert .coution{
	font-size: 13px;
}

/*----------------------------------------------------------------*/

div#sec_cert > ul{
	margin-top: 10px;
}
div#sec_cert > ul > li{
	padding: 15px 0;
	padding-left: 5px;
	border-top: 1px rgba(0,0,0,0.1) solid;
}
div#sec_cert > ul > li:first-child{
}

div#sec_cert > ul > li > b.b_1{
	margin-left: -5px;
}
div#sec_cert > ul > li > p{
	margin-top: 10px;
}
div#sec_cert > ul > li > p span{
}

/*---privilege-------------------------------------------------------------*/

ul.privilege{
	margin-top: 20px;
}
ul.privilege li{
	background-color: rgba(0,0,0,0.03);
	padding: 20px 25px;
	margin-top: 15px;

	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
ul.privilege li:first-child{
	margin-top: 0;
}

ul.privilege li div.text{
	-webkit-flex: 1;
	flex: 1;
}
ul.privilege li div.text h2{
	margin-bottom: 10px;
}
ul.privilege li div.text h2 span{
	color: #0151A0;
	font-size: 17px;
	font-weight: 600;
	margin-right: 15px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
ul.privilege li div.text h2 span img{
	width: 18px;
	margin-right: 4px;
}
ul.privilege li div.text h2 span img:last-child{
	margin-right: 8px;
}

ul.privilege li div.text h2 b{
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}

ul.privilege li div.image{
	width: 220px;
		font-size: 13px;
		font-weight: 500;
		text-align: center;
		margin: 0 auto;
		margin-top:15px;
}
ul.privilege li div.image a{
}
ul.privilege li div.image a:hover{
	opacity: 0.8;
}
ul.privilege li div.image a img{
	width: 100%;
	margin-bottom: 7px;
}

/*---privilege-------------------------------------------------------------*/

div#sec_cert > h3{
}
div#sec_cert > h3 b{
	font-size: 16px;
	font-weight: 600;
}
div#sec_cert > h3 span.coution{
	margin-top: 7px;
}
