@charset "utf-8";

/*******************************************
01.page_business
02.page_recruit
03.page_about
04.page_topics
******************************************/

/*page_business
************************************************************************************/
#page_business .lv_h1 img{
	width: 60px;
	height: auto;
	margin-right: 15px;
	vertical-align: middle;
}

#page_business section#keibi{
	background: url("../../business/img/keibi.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#page_business section#bouhan{
	margin: 3px 0;
	background: url("../../business/img/bouhan.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 620px) {
#page_business section#keibi .box-item50{
	width: 99%;
}
}

/*page_recruit
************************************************************************************/
#page_recruit section.section:nth-child(even){
	background: #f2fafe;
}
@media screen and (min-width: 980px) {
#page_recruit th{
	width: 9em;
}
}

/*page_about
************************************************************************************/
#page_about h1.sdgs-title{
	margin: 0 0 50px 0;
}
#page_about h1.sdgs-title img{
	width: 100%;
	height: auto;
}
#page_about h2.sdgs-icon{
	background: #ecf7fc;
	border-bottom: 1px solid #d6ecf5;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 90px 0 20px;
	padding: 5px;
}
#page_about h2.sdgs-icon span.img{
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	width: 100px;
	font-size: 0;
}
#page_about h2.sdgs-icon span.img img{
	width: 100%;
	height: auto;
}
#page_about h2.sdgs-icon span.ttl{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.125em;
	padding: 20px;
	line-height: 1.2;
}
#page_about .text:last-child{
	margin-bottom: 90px;
}
@media screen and (max-width: 768px){
#page_about h2.sdgs-icon span.img{
	padding-right: 10px;
	width: 80px;
	vertical-align: top;
}
#page_about h2.sdgs-icon span.ttl{
	font-size: 1.025em;
	padding: 0px;
}
}

/*page_topics
************************************************************************************/
#page_topics ul.topics-list{
	border-top: 1px solid #ededed;
}
#page_topics ul.topics-list li{
	width: 100%;
	padding: .7em;
	border-bottom: 1px solid #ededed;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_topics ul.topics-list li p{
	display: table-cell;
	vertical-align: top;
}
#page_topics ul.topics-list li .date{
	width: 10em;
	font-size: 0.875em;
}

#page_topics .page-details .date{
	text-align: center;
	padding: 1.7em 0;
	color: #7A7A7A;
}

@media screen and (min-width: 980px) {
/*pc*/
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}
