@charset "utf-8";
/*mainview*/
.works{
	width: 100%;
	height: 273px;
	background-image: url(../images/mainview_actual.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.works h1{
	text-indent: -9999px;
	background-image: url(../images/mainview_actual_title.png);
	background-repeat: no-repeat;
	width:568px;
	height: 98px;
	margin: 0 auto;
	position: relative;
	top:40%;
}

/*works_title*/
.works_title{
	background-color: #fafafa;
	padding: 70px 0;
}
.works_title h2{
	font-family: "a-otf-ryumin-pr6n","serif";
	text-align: center;
	margin: 0 ;
	line-height: 1.4;
	text-indent: 0;
}

/*works_main*/
.works_main{
	padding: 70px 0 0;
}

.works_main .works_txt h3{
	font-family: "a-otf-ryumin-pr6n","serif";
	line-height: 1.4;
	padding: 0 0 5px;
	margin: 0 0 20px;
	letter-spacing: 2px;
}
.works_main .works_txt h3 span{
	color: #ffffff;
	text-align: center;
	width:86px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: bottom;
	font-family: "serif";
}
.works_main .works_txt p{
	text-align: justify;
	line-height: 1.4;
	letter-spacing: 1px;
	margin: 0 0 30px;
}
.works_main .works_txt p strong{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
}

.works_main table{
	text-align: left;
	border-collapse: collapse;
}
.works_main caption{
	font-family: "a-otf-ryumin-pr6n","serif";
	padding: 0 0 5px;
	margin: 0 0 13px;
	width:150px;
	border-bottom: solid 3px #225d45;
	text-align: left;
}
.works_main table th{
	color: #225d45;
	font-weight: bold;
}
.works_main table th,.works_main table td{
	border-bottom: solid 1px #225d45;
	line-height: 1.4;
}

/*奇数*/
.works_main article:nth-of-type(odd) .works_txt h3{
	color: #225d45;
	border-bottom: solid 1px #225d45;
}
.works_main article:nth-of-type(odd) .works_txt h3 span{
	background-image: url(../images/actual_mark01.png);
}

/*偶数*/
.works_main article:nth-of-type(even) .works_txt h3{
	color: #22515d;
	border-bottom: solid 1px #22515d;
}
.works_main article:nth-of-type(even) .works_txt h3 span{
	background-image: url(../images/actual_mark02.png);
}

@media (min-width:641px){
	/*mainview*/
	.works{
	background-size: cover;
	}
	
	/*works_title*/
	.works_title h2{
	font-size: 26px;
	letter-spacing: 2px;
	}
	
	/*works_main*/
	.works_main article{
	margin: 0 0 70px;
	}
	.works_main .works_txt h3{
	font-size: 24px;
	}
	.works_main .works_txt h3 span{
	font-size: 16px;
	padding: 7px 0 0;
	}
	
	/*奇数*/
	.works_main article:nth-of-type(odd) img{
	float: left;
	}
	.works_main article:nth-of-type(odd) .works_txt{
	float: right;
	width:522px;
	}
	/*偶数*/
	.works_main article:nth-of-type(even) img{
	float: right;
	}
	.works_main article:nth-of-type(even) .works_txt{
	float: left;
	width:522px;
	}
	
	.works_main caption{
	font-size: 22px;
	}
	.works_main table th,.works_main table td{
	padding: 20px 10px;
	font-size: 16px;
	}
	.works_main table th:first-of-type,.works_main table th:last-of-type{
	width:150px;
	}
	.works_main table th:nth-of-type(2),.works_main table th:nth-of-type(3){
	width:402px;
	}
}

@media (max-width:640px){
	/*works_title*/
	.works_title h2{
	font-size: 28px;
	letter-spacing: 5px;
	font-weight: bold;
	}
	
	/*business_main*/
	.works_main article{
	margin: 0 0 100px;
	}
	.works_main img{
	margin: 0 auto 30px;
	width:550px;
	display: block;
	}
	.works_main .works_txt{
	padding: 0 10px;
	}
	.works_main .works_txt h3{
	font-size: 30px;
	}
	.works_main .works_txt h3 span{
	font-size: 20px;
	padding: 5px 0 0;
	}
	
	.works_main caption{
	font-size: 26px;
	}
	.works_main table th,.works_main table td{
	padding: 20px 5px 20px 10px;
	font-size: 21px;
	}
	.works_main table th:first-of-type,.works_main table th:last-of-type{
	width:120px;
	}
	.works_main table th:nth-of-type(2),.works_main table th:nth-of-type(3){
	width:200px;
	}
}