@charset "UTF-8";
/*---------------------------------
contact styleSheet
----------------------------------*/
/*ここからPC*/

.worksList h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
    color: #0056b9;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.5;
}
.worksList h3 a {
	color: #0056b9;
}
.worksList h3 a:hover {
	text-decoration: underline;
}
.worksList h3 span {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 3px 5px;
	color: #fff;
	background: #0056b9;
	margin-right: 15px;
	vertical-align: 2px;
}

.worksList .worksItem {
	border-top: 5px solid #0056b9;
	border-left: 2px solid #0056b9;
	border-right: 2px solid #0056b9;
	border-bottom: 2px solid #0056b9;
	margin-bottom: 30px;
}
.worksList .infoWrap {
	padding: 10px 25px 0 25px;
}
.worksList .ph {
	width: 300px;
	float: left;
	background: #eee;
	text-align: center;
}
.worksList .rightBox {
	float: right;
	width: 605px;
}
.worksList .rightBox dl {
	font-weight: bold;
}
.worksList .rightBox h4 {
	color: #ff9f17;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	background: url(../img/works/icon_check.png) no-repeat left 3px;
	background-size: 21px 20px;
	padding-left: 25px;
}
.worksList .info {
	margin-bottom: 25px;
}
.iconList {
	margin-bottom: 15px;
}
.iconList li {
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    background: #8f82bc;
    margin-right: 5px;
    padding: 0 8px;
    margin-bottom: 3px;
    border-radius: 4px;
}
.rightBox th {
	width: 100px;
	background: #dff0ff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 10px 0;
	vertical-align: top;
}
.rightBox td {
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
}
.worksList .btnArea {
	padding: 15px 0;
	background: #f3f3f3;
}
.worksList .btnArea .btnDetail {
	margin: 0 auto;
}
.worksList div.worksItem {
	margin-bottom: 0;
}
.tb01 {
	margin-bottom: 25px;
}
.tb01 th {
	width: 136px;
}
.tb01 th br {
	display: none;
}
.message {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.message h4 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 15px;
}
.message p {
	margin-bottom: 20px;
}
.message li {
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
}
.message li a {
	color: #0056b9;
}
.case {
	margin-bottom: 20px;
}
.caseList .caseTitle {
	font-weight: bold;
}
.caseList li {
	margin-bottom: 20px;
}



.btnBack {
    margin: 0 auto;
}



/*---------------------------------------*/
@media only screen and (max-width: 980px) {  /* スマホ用 */
	.worksList h3 {
	    font-size: 1.5rem;
	}
	.worksList h3 span {
	    margin-right: 5px;
	}
	.worksList .ph {
		width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}
	.worksList .rightBox {
	    float: none;
	    width: auto;
	}
	.worksList .infoWrap {
	    padding: 10px 10px 0 10px;
	}
	.rightBox th {
		width: 80px;
	}
	.tb01 th {
	    width: 80px;
	    padding: 10px;
	}
	.tb01 th br {
		display: inline;
	}
	#wrapper .title02 {
	    font-size: 1.2rem;
	}
	#wrapper .title02 span {
		font-size: 1.6rem;
	 	vertical-align: 0; 
	    margin-right: 10px;
	}

	.sp table,.sp tbody,.sp tr,.sp th,.sp td {
	    display: block;
	}
	form .sp th {
	    width: auto;
	}
	form .tb01 input {
	    width: 170px;
	    box-shadow: none;
	}
	form .tb01 .item01 input {
		width: 40px;
	}
	form .tb01 .item02 input {
		width: auto;
	}
	form .tb01 .item03 input {
		width: auto;
	}
	form .tb01 .item03 input.address {
		width: 220px;
	}
	form .tb01 textarea {
	    width: 220px;
	}
	form .tb01 td span {
	    margin-left: 0;
	    display: block;
	}
	form .tb01 td span.rBtn {
	    display: inline;
	}
	.message h4 {
	    font-size: 1.4rem;
	}


}/* スマホ用ここまで */


@media only screen and (max-width: 450px) {  /* スマホ用 */

}/* スマホ用ここまで */




@media only screen and (max-width: 350px) { 

}

/*Add By Y.Nakano */
.item01 input {
	margin-right: 10px;
}
.item01 span {
	margin-left: 0;
}


