@charset "UTF-8";

/* reset start ----------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ul,ol,dl{
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}


html,body{
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Geneva,Arial,Verdana,sans-serif;	
}

.pcmode{display: inline-block;}
.spmode{display: none !important;}


/* reset end ----------------------------------------------------------------*/



@media screen and (min-width: 740px),print{ SP - PC

/* wrapper */
#wrapper{
		padding-top: 80px;
}


/* header */
#header{
		position: fixed;
		top: 0;
		z-index: 200;

		background: #272822;

		width: 100%;		
		height: 80px;
		
		border-bottom: 3px solid #58AB28;
		
		-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 .header_inner{
		position: relative;
	
		margin: 0 auto;
		width: 1200px;
}
#header .header_inner:after{
		content: " "; display: block; height: 0; clear: both;
}

#header .header_inner .header_logomark,
#header .header_inner .header_text,
#header .header_inner .header_contact{
		position: absolute;
}
#header .header_inner .header_logomark{
		top: 15px;
		left: 0;	
}

#header .header_inner .header_text{
		top: 34px;
		left: 325px;
		
		color: #E4D978;
		font-size: 14px;
}
#header .header_inner .header_text span{

		font-weight: bold;	
}


#header .header_inner .header_contact{
		top: 15px;
		right: 0;
}
#header .header_inner .header_contact a,
#container .entry_btn{
		display: block;
		
		padding: 14px 0 11px;

		color:#FFF;
		width: 185px;
		
		font-size: 21px;
		font-weight: bold;
		
		text-align: center;
		text-decoration: none;
		line-height: 100%;

		background: #EC2670;
		border-bottom: 4px solid #8A0D3C;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
}
#header .header_inner .header_contact a:hover,
#container .entry_btn:hover{
		background: #66D8EE;
		border-color: #0F7487;
}

/* container */

#container{
}

#container p{
		line-height: 160%;	
}


/* contents */

#contents{
}

#contents .edit_zone section{
		margin: 0 auto 100px;
		width: 1200px;
}

#contents .edit_zone h2{
		margin: 0 0 50px;
		
		font-size: 48px;
		
		text-align: center;
}
#contents .edit_zone h2 span{
		display: block;
		
		margin: 0 0 5px;
		
		font-size: 25px;
		font-style: italic;
		font-weight: normal;	
		
		text-align: center;
}



#contents .edit_zone h3{
		margin: 0 0 10px;
		padding: 0;
		
		font-size: 30px;
}
#contents .edit_zone h3:before{
		content: "";	
		display: inline-block;
		
		margin: 0 12px 0 0;
		
		width: 10px;
		height: 24px;
		
		background: #EC2670;
}





#footer{
		color: #FFF;

		background: #272822;
		
		border-top: 2px solid #8EC323;
}
#footer .footer_inner{
		margin: 0 auto;
		padding: 32px 0;
		width: 1200px;
}
#footer .footer_inner:after{
		content: " "; display: block; height: 0; clear: both;	
}

#footer .sitemap_list{
		float: left;
		width: 50%;
}
#footer .sitemap_list:after{
		content: " "; display: block; height: 0; clear: both;	
}
#footer .sitemap_list li{
		display: inline-block;	
		
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
		
		border-left: 1px solid #E4D878;
}
#footer .sitemap_list li:first-child{
		margin-left: 0;
		padding-left: 0;
		
		border: 0;
}
#footer .sitemap_list li a{
		display: block;	
		
		color: #E4D878;
		font-size: 12px;
		text-decoration: none;
}
#footer .sitemap_list li a:hover{
		text-decoration: underline;	
}

#footer #footer_copyright{
		float: right;
		width: 50%;
		
		line-height: 100%;	
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
#footer #footer_copyright small{
		display: block;
		
		font-size: 12px;
		text-align: right;	
}


}




























@media screen and (max-width: 740px){ SP


html{
		font-size: 62.5%;
		overflow-x: hidden;
}

html,body{
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Geneva,Arial,Verdana,sans-serif;
		letter-spacing: 0.05rem;
}

body{
		width: 100%;
		overflow-x: hidden;
		-webkit-text-size-adjus: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0); tap effect
}

img{
		width: 100%;
		height: auto;	
}


.pcmode{display: none !important;}
.spmode{display: inline-block;}



/* wrapper */
#wrapper{
}


/* header */
#header{
		position: fixed;
		top: 0;
		z-index: 100;

		width: auto;
		
		padding: 3% 4%;
		
		border-bottom: 3px solid #58AB28;
	
		background: #272822;
		
		-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 .header_inner{
		width: auto;
}
#header .header_inner:after{
		content: " "; display: block; height: 0; clear: both;
}

#header .header_inner .header_logomark,
#header .header_inner .header_text,
#header .header_inner .header_contact{
}
#header .header_inner .header_logomark{
		float: left;
		width: 50%;
}

#header .header_inner .header_text{
		float: left;

		margin-bottom: 2%;

		width: 50%;
				
		color: #E4D978;
		font-size: 1rem;
		
		text-align: center;
}
#header .header_inner .header_text span{
		font-weight: bold;	
}


#header .header_inner .header_contact{
		float: right;
		width: 42%;
}
#header .header_inner .header_contact a,
#container .entry_btn{
		display: block;
		
		padding: 8% 0;

		color:#FFF;
		width: 100%;
		
		font-size: 1.6rem;
		font-weight: bold;
		
		text-align: center;
		text-decoration: none;
		line-height: 100%;

		background: #EC2670;
		border-bottom: 4px solid #8A0D3C;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
}
#header .header_inner .header_contact a:hover,
#container .entry_btn:hover{
		background: #66D8EE;
		border-color: #0F7487;
}

/* container */

#container{
}

#container p{
		font-size: 1.2rem;
		line-height: 160%;	
}


/* contents */

#contents{
}

#contents .edit_zone section{
		margin: 0 auto;
		width: auto;
}

#contents .edit_zone h2{
		margin: 0 0 5%;
		
		font-size: 2rem;
		
		text-align: center;
}
#contents .edit_zone h2 span{
		display: block;
		
		margin: 0 0 2%;
		
		font-size: 1.4rem;
		font-style: italic;
		font-weight: normal;	
		
		text-align: center;
}



#contents .edit_zone h3{
		margin: 0 0 10px;
		padding: 0;
		
		font-size: 1.6rem;
		line-height: 140%;
}
#contents .edit_zone h3:before{
		content: "";	
		display: inline-block;
		
		margin: 0 3% 0 0;
		
		width: 5px;
		height: 12px;
		
		background: #EC2670;
}





#footer{
		color: #FFF;

		background: #272822;
		
		border-top: 2px solid #8EC323;
}
#footer .footer_inner{
		margin: 0 auto;
		padding: 3% 0;
		width: auto;
}
#footer .footer_inner:after{
		content: " "; display: block; height: 0; clear: both;	
}

#footer .sitemap_list{
		display: none;
		float: left;
		width: 50%;
}
#footer .sitemap_list:after{
		content: " "; display: block; height: 0; clear: both;	
}
#footer .sitemap_list li{
		display: inline-block;	
		
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
		
		border-left: 1px solid #E4D878;
}
#footer .sitemap_list li:first-child{
		margin-left: 0;
		padding-left: 0;
		
		border: 0;
}
#footer .sitemap_list li a{
		display: block;	
		
		color: #E4D878;
		font-size: 12px;
		text-decoration: none;
}
#footer .sitemap_list li a:hover{
		text-decoration: underline;	
}

#footer #footer_copyright{
		line-height: 100%;	
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
#footer #footer_copyright small{
		display: block;
		
		font-size: 1rem;
		text-align: center;	
}





}

