@charset "utf-8";
/* CSS Document */
.inner1 {
	width: 900px;
	margin: 0 auto;
}

#mainContainer .mainvisual2 .imgbox {
	width: 46%;
	float: left;
}
#mainContainer .mainvisual2 .imgbox img {
	width: 100%;
	height: auto;
}
#mainContainer .mainvisual2 p {
	width: 46%;
	float: right;
}
#mainContainer .mainvisual2 p img {
	width: 100%;
	height: auto;
}




.inner2 h4 {
	margin-top: 40px;
	background: url(../images/h4.gif) 0 0 no-repeat;
	width: 900px;
	height: 48px;
}
.inner2 h4 img {
	display: none;
}

#sec1,
#sec2,
#sec3,
#sec4 {
	margin-bottom: 20px;
}
#sec1 p,
#sec2 p,
#sec3 p,
#sec4 p {
	width: 80%;
	padding: 4px 8px;
	border: 1px solid #1cabe2;
}
#sec1 p a,
#sec2 p a,
#sec3 p a,
#sec4 p a {
	color: blue;
}
#sec1 p span,
#sec2 p span,
#sec3 p span,
#sec4 p span {
	display: block;
	text-align: right;
}
#sec1 .imgbox,
#sec2 .imgbox,
#sec3 .imgbox,
#sec4 .imgbox {
	width: 15%;
}
#sec1 .imgbox img,
#sec2 .imgbox img,
#sec3 .imgbox img,
#sec4 .imgbox img {
	width: 100%;
	height: auto;
}

#sec1 p,
#sec3 p {
	float: left;
}
#sec2 p,
#sec4 p {
	float: right;
}
#sec1 .imgbox,
#sec3 .imgbox {
	float: right;
}
#sec2 .imgbox,
#sec4 .imgbox {
	float: left;
}

.icon {
	width: 2.5em;
	display: inline-block;
	margin-right: 1em;
}
.icon img {
	width: 100%;
}

#mainContainer .inner3 {
	width: 876px;
	margin: 30px auto 70px;
	padding: 34px 12px 12px 12px;
	border: 1px solid #ffc000;
}
#mainContainer .inner3 .imgbox {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
#mainContainer .inner3 .imgbox img {
	width: 100%;
}
#mainContainer .inner3 p.textbox {
	width: 70%;
	float: right;
}
























@media screen and (max-width: 639px) {
.inner1 {
	width: 100%;
}

#mainContainer .mainvisual2 .imgbox {
	width: 100%;
	float: none;
}
#mainContainer .mainvisual2 p {
	width: 98%;
	margin: 5vw auto 0;
	float: none;
}




.inner2 h4 {
	margin-top: 10vw;
	background: none;
	width: auto;
	height: auto;
}
.inner2 h4 img {
	display: block;
}




#sec1,
#sec2,
#sec3,
#sec4 {
	margin-bottom: 8vw;
}
#sec1 p,
#sec2 p,
#sec3 p,
#sec4 p {
	width: 94%;
	margin: 0 auto;
	float: none;
}
#sec1 .imgbox,
#sec2 .imgbox,
#sec3 .imgbox,
#sec4 .imgbox {
	width: 60%;
	margin: 0 auto 4vw;
	float: none;
}

.icon {
	width: 2.5em;
	display: inline-block;
	margin-right: 1em;
}
.icon img {
	width: 100%;
}

#mainContainer .inner3 {
	width: 90.5%;
}
#mainContainer .inner3 .imgbox {
	float: none;
	width: 100%;
}
#mainContainer .inner3 p.textbox {
	width: 100%;
	float: none;
}















}




