

body {
	margin:0px 0px 0px 0px; 
}
img{
	margin:0;
	padding:0;
}
div{
	line-height:0;
}
p{
		margin:0;
	padding:0;
}
fieldset{
	border:none;
}
@media screen and (min-width:765px){
.hide-pc {
        display:none;
    }
	
.bg01{
	background-image:url(../img/bg04.png);
	background-repeat:repeat-x;
}
.bg02{
	background-image:url(../img/bg01.png);
	background-repeat:repeat-x;
	height:277px;
}

.bg03{
	background-image:url(../img/bg02.png);
	background-repeat:repeat-x;
	height:368px;
}

.mail{
	background-image:url(../img/img05.png);
	background-repeat:repeat-x;
	width:990px;
	height:740px;
}
.kazu{
	font-size:80px;
	font-weight:900;
	color:#ff0000;
	padding:110px 0 0 130px;
	
}
.input input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 4px #ff0000 solid;
	width:840px;
	height:76px;
	font-size:38px;
	text-align:center;
	margin-top:210px;
}

.bg04{
	background-image:url(../img/bg03.png);
	background-repeat:repeat-x;
	height:349px;
}
.bg05{
	background-image:url(../img/bg05.png);
	background-repeat:no-repeat;
	background-position: top center; 
}


}

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

img {
    max-width:100%;
}

.content {
    width:990px;
    margin-left:auto;
    margin-right:auto;
}
.content{
    text-align: center;
}








@media screen and (max-width:765px){
    .content {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    .content{
        text-align: center;
    }
    
    .hide-sp {
        display:none;
    }

.button{
	background-image:url(../img/button.png);
	background-repeat:no-repeat;
	background-position:center top;
background-size:auto 50%;/*この場合は幅が自動設定*/
}

.bg01{
	background-image:url(../img/bg04.png);
	background-repeat:repeat-x;
	background-size: 180%;
}
.bg05{
	background-image:url(../img/bg05.png);
	background-repeat:no-repeat;
	background-position: top center; 
	background-size: 180%;
}


.mail{
	background-image:url(../img/img05.png);
	background-repeat: no-repeat;
	background-size:contain;
	margin-top:8px;
}
.kazu{
	font-size: x-large;
	font-weight:900;
	color:#ff0000;
	padding:11% 0 0 13%;
	
}
.input input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px #ff0000 solid;
	width:80%;
	height:100%;
	text-align:center;
	margin-top:25%;


}
.button input{
	width:82%;
	margin-bottom:15%;

}


}

.v-margin10 {
    margin-top:10px;
    margin-bottom:10px;
}
.v-margin20 {
    margin-top:20px;
    margin-bottom:20px;
}

.v-margin40 {
    margin-top:40px;
    margin-bottom:40px;
}


