@charset "UTF-8";
/* CSS Document */

.content a img { display: block; }
main #top {
	background: url(../engineering/top_back.jpg) center;
	position: relative;
    background-size: cover;
}
.top_innner {
	max-width: 1080px;
	display: block;
	margin: 0 auto;
	width: 95%;
	position: relative;
}

#top h1 img {
	margin: 90px auto;
}
#top h2 {
	background-color: rgba(107,0,1,0.73);
	padding: 10px 0;
	display: block;
	width: 100%;
}
#top .logo1 { text-align: right; }
#top .logo2 { padding: 20px 0; }

.banner1 {
	width: 70%;
	display: flex;
	margin: 30px 0;
	float: left;
}
.banner1 div {
	margin: 0 2%;
	width: 46%;
}
.banner1 p {
	line-height: 1.2em;
	font-size: 0.9em;
	margin-top: 10px;
}
.banner2 {
	width: 25%;
	float: right;
	margin: 30px 0;
}
.banner2 a {
	margin-bottom: 10px;
	display: block;
}
.banner1 a:hover,
.banner2 a:hover { opacity: 0.7; }
.content h3 {
	background: url(../../../common/sphere3.png) no-repeat left;
	font-size: 1.2em;
	line-height: 32px;
	padding-left: 35px;
	margin-left: 5px;
	margin-top: 30px;
	margin-left: -35px
}

.illust {
	width: 45%;
	max-width: 400px;
	float: right;
	margin-left: 20px;
}
.layout2 {
	width: 100%;
	display: flex;
	margin-top: 20px;
	margin-right: 10px;
	max-width: 600px;
	float: right;
}
.layout2 p,
.photo p {
	margin: 0 5% 0 0;
	max-width: 50%;
}
.layout2 p img,
.photo p img {
	width: 100%;
}

.photo {
	display: flex;
	margin-top: 30px;
}
.cap {
	margin-top: 1em;
}
#jisseki { background-color: #fff;}
#jisseki table {
	width: 100%;
	border-top: solid 2px #f168ab;
	border-bottom: solid 2px #f168ab;
	margin-top: 20px;
}
#jisseki tr {
	background-color: #fff;
}
#jisseki tr:nth-child(2n+1){
	background-color: #fadce9;
}
#jisseki td {
	padding: 5px 2%;
}

/* _/_/_/_/_/_/_/_/_/ スマホのスタイル _/_/_/_/_/_/_/_/_/ */
@media all and (max-width: 600px) {
	
	#top h1 img {
		padding: 50px auto;
	}
	.banner1,.banner2 {
		float: none;
		width: 100%;
	}
	.banner2 {
		display: flex;
	}
	.banner2 a {
		width: 32%;
		margin: 0 0.5%;
	}
	.content h3 {
		margin-left: 0;
	}
	.illust {
		width: 100%;
		display: block;
		float: none;
		margin:  0 auto 20px;
	}
	.layout2, .photo {
		display: block;
		margin:	0 auto;
		width: 100%;
	}
	.layout2 p, .photo p {
		margin: 20px auto;
		text-align: center;
		max-width: 80%;
	}
	
	


}