@charset "utf-8";

.content{
  background-image:url('../img/bg_content_2x.jpg');
  background-size:100%;
  background-position: center center;
  background-repeat: repeat-y;
  padding-bottom:80px;
}

.content_wrapper h2{
	background-color:#c88200;
	font-size:18px;
	color:#fff;
	padding:10px 0;
	border-bottom:3px solid #000;
}
.content_wrapper h3{
	width:90%;
	margin:30px auto 0;
}
.catchcopy{
	margin:20px 0;
}

.about-us{
	background-color: #aac8ff;
	margin-top:50px;
	padding:10px 0 50px 0;
}
.about-us p{
	line-height:2.0;
}

.content_wrapper p{
	width:90%;
	margin:20px auto 0;
	text-align:left;
}

.content_wrapper h4{
	width:90%;
	margin:80px auto 0;
	border:2px solid #00469b;
	background-color:#fff;
	padding:10px;
	color:#00469b;
}
@media screen and ( min-width:760px ) { /* PC === */
	.content_wrapper h4{
		font-size:30px;
	}
}
@media screen and ( max-width:759.98px ) { /* SP  === */
	.content_wrapper h4{
		font-size:18px;
	}
}
.banner-wk{
	margin-top:20px;
}