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

/*----------------------------------------------------------------*/
/*---sec_about-------------------------------------------------------------*/

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

/*----------------------------------------------------------------*/
/*---cnt_value-------------------------------------------------------------*/

div.cnt_value{
	width: 100%;
	padding: 0 7%;
}

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

div.cnt_value ul.image{
	width: 100%;
	margin-bottom: 20px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.cnt_value ul.image li{
	width: 100%;
	margin-left: 1px;
}
div.cnt_value ul.image li:first-child{
	margin-left: 0;
}
div.cnt_value ul.image li a.lq_img{
	width: 100%;
	padding-bottom: 70%;
}
div.cnt_value ul.image li a.lq_img:hover{
	opacity: 0.8;
}
div.cnt_value ul.detail > li div.image a img{
	width: 100%;
}

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

div.cnt_value ul.detail{
}

div.cnt_value ul.detail > li{
	padding: 20px 0;
	border-bottom: 1px rgba(0,0,0,0.1) dashed;
}
div.cnt_value ul.detail > li:first-child{
	padding-top: 0;
}

div.cnt_value ul.detail > li >  b{
	color: #d30043;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 15px;
}

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

div.cnt_value ul.detail > li div.text{
	-webkit-flex: 1;
	flex: 1;
}

div.cnt_value ul.detail > li div.text p{
	margin-top: 10px;
}
div.cnt_value ul.detail > li div.text+p{
	margin-top: 25px;
}

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

div.cnt_value ul.detail > li div.image{
	width: 100%;
}
div.cnt_value ul.detail > li div.image a.lq_img{
	width: 100%;
	padding-bottom: 60%;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*---cnt_corporate-------------------------------------------------------------*/

div.cnt_corporate{
	padding: 0 7%;
}

div.cnt_corporate table.pu_table1{
}
div.cnt_corporate table.pu_table1 th{
	text-align: center;
}
div.cnt_corporate table.pu_table1 td{
	border-left: none;
}
