BODY{
	font-size:16px;
}
A{
	text-decoration:underline;
	color:#000;
}
/* hidden
--------------------------------------------- */

@media(min-width:901px){
    .hidden-pc{
        display: none !important;
    }
}
@media(max-width:900px){
    .hidden-sp{
        display: none !important;
        }
}

/* header
--------------------------------------------- */
.header{
	text-align:center;
}
.header-logo{
	height:114px;
	border-bottom:solid 6px #00b340;
	align-content: center;
}
.header-img{
	margin:1.5em auto 1em;
	max-width:100%;
}

h1.title{
	background:#009818;
	color:#fff;
	padding:0.4em;
	font-size:43px;
	font-weight:normal;
	line-height:1em;
	max-width:900px;
	margin:auto;
}
.title-bottom{
	background:url(images/green_tri.png) no-repeat top center;
	height:22px;
}
@media(max-width:900px){
.header-img{
	width:96%;
}
}

/* footer
--------------------------------------------- */
	.footer-logo{
		margin:3em auto;
	}
		.copyright{
		background:#009818;
		color:#fff;
	font-size:22px;
	padding:1em;
	line-height:1.5em ;
	}
	.copyright P{
		display:block;
		text-align:center;
		font-size:20px;
		margin:0;
	}
	.footer-link A{
		font-size:18px;
		color:#fff;
	}

/* contents
--------------------------------------------- */

.container{
	max-width:900px;
	font-size:20px;
}
H4{
	background:#e8f7e8;
	font-size:20px;
	padding:0.5em 1em;
	margin-top:1em;
}
H4 span{
	display:inline-block;
	background:#c11828;
	color:#fff;
	font-size:small;
	padding:0.2em 0.5em 0.3em 0.5em;
	line-height:1em;
	margin-left:1em;
}


.policy-link{
	margin:3em auto;
	font-size:20px;
}
.btn-submit{
	width:210px;
	background:#c11828;
	color:#fff;
	font-size:22px;
	border:none;
	border-radius:4px;
	padding:0.8em;
}
@media(max-width:900px){
.container{
	width:100%;
}
.policy-link{
	margin:0 auto;
}
}

/* forms
--------------------------------------------- */
INPUT{
	padding:0.5em;
	margin:0.5em;
}
textarea{
	width:100%;
}
.nyuryoku{
	width:98%;
	margin:1em auto;
}
.select-shozaiti{
	margin:auto 0.5em;
	padding:0.5em 1em;
}
INPUT.long{
	width:60%;
}