@charset "utf-8";

/* --------------------------------------------------
リセット
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; line-height:100%; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup,sub { line-height:-1px; vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; }
img { margin:0; padding:0; vertical-align:bottom; }
legend { display:none; }
*:first-child+html img { -ms-interpolation-mode: bicubic; }

/* --------------------------------------------------
body
-------------------------------------------------- */
body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 14px;
	line-height: 150%;
	color:#333;
	background: #7FBE26;
}
*:first-child+html body {
	font-family: "メイリオ",Meiryo,sans-serif;
	font-size: 75%;
}
* html body {
	font-family: "メイリオ",Meiryo,sans-serif;
	font-size: 75%;
}

/* --------------------------------------------------
フォント
-------------------------------------------------- */
.font10 { font-size:83.3%; }
.font11 { font-size:91.7%; }
.font13 { font-size:108.3%; }
.font14 { font-size:116.7%; line-height: 160% !important;}
.font15 { font-size:125%; line-height: 170% !important; }
.font16 { font-size:133.3%; line-height: 175% !important; }
.font17 { font-size:141.7%; line-height: 180% !important; }
.font18 { font-size:150%; line-height: 185% !important; }
.font19 { font-size:158.3%; line-height: 190% !important; }
.font20 { font-size:166.7%; line-height: 195% !important; }

/* --------------------------------------------------
フォントカラー
-------------------------------------------------- */
.font_red { color:#C00; }
.font_orange { color:#F60; }
.font_blue { color:#03C; }

/* --------------------------------------------------
リンク
-------------------------------------------------- */
a { color:#009900; text-decoration:none; outline:none; }
a:hover { color:#00CC00; text-decoration:underline; }
h1 + p a{
	color: inherit;
}
h1 + p a:hover {
	color: inherit;
}

/* --------------------------------------------------
　マージンセット
-------------------------------------------------- */
/* 上部マージン */
.m-t05{margin-top:0.5em;}
.m-t1{margin-top:1em;}
.m-t15{margin-top:1.5em;}
.m-t2{margin-top:2em;}
.m-t25{margin-top:2.5em;}
.m-t3{margin-top:3em;}
.m-t4{margin-top:4em;}
.m-t5{margin-top:5em;}

/* 下部マージン */
.m-b05{margin-bottom:0.5em;}
.m-b1{margin-bottom:1em;}
.m-b15{margin-bottom:1.5em;}
.m-b2{margin-bottom:2em;}
.m-b2.5{margin-bottom:2.5em;}
.m-b3{margin-bottom:3em;}
.m-b4{margin-bottom:4em;}
.m-b5{margin-bottom:5em;}

/* 上下マージン */
.m-05{margin:0.5em 0;}
.m-1{margin:1em 0;}
.m-1.5{margin:1.5em 0;}
.m-2{margin:2em 0;}
.m-3{margin:3em 0;}
.m-4{margin:4em 0;}
.m-5{margin:5em 0;}
/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix { overflow:hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


#header {
	margin-bottom:30px;
	text-align: center;
}



@media screen and (min-width: 801px) {
	#all-wrap {
		max-width:800px;
		width: 80%;
		margin: 30px auto;
	}
	#frame .rwd img {
		max-width: 400px;
	}
	#frame {
		padding:30px 30px 15px;
		background: #fff;
		box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px 1px;
		-webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px 1px;
		-moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 1px 3px 1px;
	}
	h1 + p {
		font-size: 40px;
	}
	h2 {
		font-size: 26px;
	}
	.sp-on {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	#all-wrap {
		padding: 20px;
	}
	#frame {
		padding:20px;
		background: #fff;
	}
	#frame .rwd img {
		width: 100%;
	}
	h1 + p {
		font-size: 32px;
	}
	.sp-on {
		display: block;
	}
	h2 {
		font-size: 22px;
	}
}
h1 {
	text-align:center;
	margin: 0 0 35px;
}
h1 + p {
	color: #461b0d;
    font-family: "Sawarabi Mincho";
    padding: 20px;
    line-height: 1;
    border-top: 1px solid #461b0d;
    border-bottom: 1px solid #461b0d;
    display: inline-block;
}
h1 img {
	width: 200px;
}

h2 {
	text-align:center;
	font-size: 26px;
	margin: 0 0 20px;
	font-weight: bold;
	line-height: 1.5;
}

.url-old {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:1.5em;
}


.url-new {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:1.7em;
}


#footer .inner {
	text-align:center;
	font-size: 11px;
	margin-top: 20px;
}
.date {
	font-size: 18px;
	line-height: 2;
}
.center {
	text-align: center;
	display: block;
}

.line {
	background: #7FBE26;
	font-size: 18px;
	color: #fff;
	padding: 8px;
	margin: 20px auto;
}

.btn {
	width: 100%;
	display: block;
	padding: 20px;
	background: #fff;
	color: #446712;
	border: 1px solid #446712;
	border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn_s {
	width: 50%;
	padding: 8px;
	font-size: 16px;
	font-weight: normal;
	margin: 20px auto;
}

.line li:first-child {
	margin-bottom: 8px;
}

.btn:hover {
	text-decoration: none;
	background: #f7f8f6;
	color: #446712;
}
