@charset "utf-8";

/* --------------------------------------------------
	基本
-------------------------------------------------- */

#wrap{
	border-top: 3px solid #006db8;
}
.ttlBg{
	background: #006db8;
}

/*見出し*/
h2.ttl01{
	border-top: #006db8 2px solid;
}
h2.ttl02:after {
	border-bottom: solid 3px #006db8;
}

/*お問い合わせボックス*/
.inquiryBox{
	border: #006db8 1px solid;
}

/*----------------footer----------------*/
.footer02{
	background: #006db8;
}
/* --------------------------------------------------
	/基本
-------------------------------------------------- */




/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
.mainVisual01{
	background: url(../images/top/main_v01.jpg) no-repeat;
}
.mainVisual02{
	background: url(../images/top/main_v02.jpg) no-repeat;
}
.mainVisual03{
	background: url(../images/top/main_v03.jpg) no-repeat;
}
.prListTtl:first-letter{
	color: #006db8;
}
@media screen and (max-width: 480px) {
	/* header p.logo2 img{
		width: auto;
		height: 42px;
	} */
	header nav{
		display: none;
	}
}
/* --------------------------------------------------
	/トップページ
-------------------------------------------------- */




/* --------------------------------------------------
	事業紹介
-------------------------------------------------- */
.photoList img{
	max-width: 400px;
	height: auto;
	margin-right: 25px;
}
.photoListTable{
	max-width: 400px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.photoListTable th, .photoListTable td{
	font-size: 1.3rem;
	line-height: 1.4;
	padding: 2px;
}
.photoListTable th{
	text-align: left;
	width: 25%;
	padding-left: 20px;	
}
.photoListTable td{
	text-align: left;
}
.section01 p.photoListDetaileTxt{
	max-width: 400px;
	margin: 0 20px 20px;
	color: red;
}
@media screen and (max-width: 480px) {
	.photoListTable{
		margin-bottom: 20px;
	}

.photoList img {
    margin: 0;
}
}

table.table th.name{
	width: 40%;
	text-align: center;
}
table.table th.sekou{
	text-align: center;
}
.article{
	margin-bottom: 24px;
}

/* 画像なしの実績 */



.noPhotoTable{
	border-collapse: collapse;
	width: 100%;
    border: 1px solid #ccc;
    line-height: 1.5;
    text-align: left;
}

.noPhotoTable tr td,
.noPhotoTable tr th{
	padding: 15px;
	border: 1px solid #ccc;
}


.noPhotoTable tr th{
	background: #f5f5f5;
}

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

	.noPhotoTable_wrap{
		width: 100%;
		overflow-x: scroll;
	}

.noPhotoTable{
	width: 600px;
}

}







/* --------------------------------------------------
	/事業紹介
-------------------------------------------------- */




/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */
.privacyTtl{
	border-top: solid 2px #006db8;
}
/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */




/* --------------------------------------------------
	詳細ページ
-------------------------------------------------- */
.marR3em{
	margin-right: 3em;
}
@media screen and (max-width: 480px) {
	.marR3em { margin-right: 0; }
}
/* --------------------------------------------------
	/詳細ページ
-------------------------------------------------- */
