@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;
	background: url( '../image/bg-body.png' ) repeat 0 0;
}

.wrapper{
    background: #f3f8e8;;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.form_h2{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.top_text{
        text-align: center;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}



#privacy_policy{
        max-width: 850px;
    width: 95%;
    margin: 10px auto;
    border: solid 1px #B2B2B2;
    overflow-y: scroll;
    height: 20vh;
    background: #FFF;
    padding: 5px;
    font-size: 0.8rem;
    text-align: left;
}

#privacy_policy span {
    font-size: 1.0rem;
    color: #333D52;
}








/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}
    
    .form_h2 img{
        width: 100%;
    }
    
    #form_submit{
        text-align: center;
    }

}
/* 1000pixel end */


/* -- スマホ ------------------------------------------- */

@media screen and (min-width:300px) and (max-width:480px) {
.wrapper{
            padding-top: 0px;
    }

    #mail_form{
        text-align: center;
    }
    
    
}

