@charset "utf-8";

/* 全体 */
body {
	background: url(../img/stripe.png) center top;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
	width: 100%;
	vertical-align: top;
}

a img {
	transition: 0.2s ease-in-out;
}
a img:hover {
	opacity: 0.7;
}
a,
a:link,
a:visited{
	color: #112c5a;
	text-decoration: underline;
}

a:hover{
	color: #112c5a;
	text-decoration: none;
}

/* コンテンツ */
#wrapper {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}
.text{
	font-size: 1.8em;
	color:#112c5a;
	margin: 0 6%;
	line-height: 1.5;
}
.t-cen{
	text-align: center;
}
.t-left{
	text-align: left;
}
header{
	position: relative;
}
header .btn{
	position: absolute;
	width: 48%;
	top:26%;
	left: 49%;
}
#sec1{
	background: url(../img/sec1-bg.png) center top repeat-y;
	background-size: 100%;
	margin-bottom: 4%;
	padding-bottom: 8%;
}
#sec1 h3{
	margin-top: 8%;
}
#sec1 .text{
	font-weight: bold;
}

#sec2{
	background: url(../img/sec2-bg.png) center top repeat;
	padding-bottom: 8%;
}
#sec2 .text{
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 8%;
}
#sec2 .btn{
	width: 86%;
	margin: 0 auto;
}
#sec3{
	background: url(../img/sec3-bg.png) center top repeat-y;
	background-size: 100%;
	margin-bottom: 4%;
	padding-bottom: 8%;
}
#sec3 .btn{
	width: 86%;
	margin: 8% auto 0;
}
#sec3 .btn li{
	margin-bottom: 4%;
}
footer {
	padding: 0 0 6%;
	text-align: center;
    background-color: #fff;
}
footer small {
	color:#112c5a;
	font-size: 3vw;
}
footer div.social {
	padding: 0 0 5%;
	text-align: center;
}
footer div.social div {
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}


@media screen and (max-width:640px) {
#wrapper{
width: auto;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
body {
text-align:center;
background:url(../img/stripe.png) center top; 
}
#wrapper{
width:500px;
margin:0 auto;
background-color:#fff;
}   
footer small {
font-size: 1.8em;
}    
}
@media screen and (min-width:1024px) {
body {
text-align:center;
background:url(../img/stripe.png) center top; 
}	
#wrapper{
width:500px;
margin:0 auto;
background-color:#fff;
}

footer small {
font-size: 1.8em;
}	
}

