@charset "utf-8";
@import url("base.css");
@import url("slider-pro.min.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/
section a:link img{
	transition: all 0.3s linear;
	}
section a:hover img{
	transform:scale(1.1);
	}

/*メイン*/
h1:after{
	content: 'works';
}
#main_title{
	background-image: url(../img/works/top_img.png);
	background-position: top center;
}
#detail{
	margin: 3em auto 0;
}
#detail ul{
	width: 100%;
	margin: 4em auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#detail ul li{
	width: 48%;
}
#detail ul li dl dt{
	position: relative;
	z-index: 0;
	overflow:hidden;
	padding: 0.5em 0 0.5em 130px;
}
#detail ul li dl dt span{
	position:absolute;
	top:0;
	left:0;
	padding: 0.25em 15px;
	color: #fff;
	z-index: 1;
}
#detail ul li dl dd table{
	width: 100%;
	text-align: left;
}
#detail ul li dl dd table tr:nth-child(odd){
	background-color: #f5f5f5;
	width: 100%;
}
#detail ul li dl dd table th{
	width: 21%;
	padding: 0.5em 2%;
	font-weight:normal;
	color: #028a4a;
	vertical-align:middle;
}
#detail ul li dl dd table td{
	width: 71%;
	padding: 0.5em 2%;
}
.green{
	background-color: #028a4a;
}
.gray{
	background-color: #636363;
}
.blue{
	background-color: #02528a;
}
		

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {

/*メイン*/
h1,#detail{
	width: 1280px;
}
.btn{
	display: none;
}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
h1,#detail{
	width: 96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/


/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*メイン*/
}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
/*メイン*/
#detail ul li dl dt{
	padding: 0.5em 0 0.5em 30%;
}
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*リンク*/

/*メイン*/
#detail ul{
	margin: 2em auto;
	flex-direction: column;
}
#detail ul li{
	width: 100%;
}
#detail ul li:nth-child(2){
	margin: 0.5em 0 0;
}
#detail ul li dl dt{
	position: static;
	padding: 0.5em 0 0.5em 0;
}
#detail ul li dl dt span{
	position: static;
	display: block;
	font-size: 100%;
	padding: 0.25em 0;
	width: 100px;
	text-align: center;
	margin: 0 0 0.5em;
}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {

/*リンク*/

/*メイン*/
#detail ul li dl dd table th{
	display: block;
	width: 96%;
	padding: 0.5em 2% 0.25em;
	font-weight:normal;
	color: #028a4a;
}
#detail ul li dl dd table td{
	display: block;
	width: 96%;
	padding: 0 2% 0.5em;
}
}