@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Sans-Serif;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

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;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: "CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Sans-Serif;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.img-responsive{
	width:100%;
	height:auto;
}

.opacity {
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: .7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	lin-height:0;
}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/* margin */
.mT10 { margin-top: 10px;}
.mT20 { margin-top: 20px;}
.mT30 { margin-top: 30px;}
.mT50 { margin-top: 50px!important;}

.mR10 { margin-right: 10px;}
.mR20 { margin-right: 20px;}
.mR30 { margin-right: 30px;}

.mB10 { margin-bottom: 10px;}
.mB20 { margin-bottom: 20px;}
.mB30 { margin-bottom: 30px;}

.mL10 { margin-left: 10px;}
.mL20 { margin-left: 20px;}
.mL30 { margin-left: 30px;}

/* padding */
.pT10 { padding-top: 10px;}
.pT20 { padding-top: 20px;}
.pT30 { padding-top: 30px;}

.pR10 { padding-right: 10px;}
.pR20 { padding-right: 20px;}
.pR30 { padding-right: 30px;}

.pB10 { padding-bottom: 10px;}
.pB20 { padding-bottom: 20px;}
.pB30 { padding-bottom: 30px;}

.pL10 { padding-left: 10px;}
.pL20 { padding-left: 20px;}
.pL30 { padding-left: 30px;}

/* font-size */
.font10 { font-size: 84%;}
.font11 { font-size: 92%;}
.font12 { font-size: 100%;}
.font13 { font-size: 109%;}
.font14 { font-size: 117%;}
.font15 { font-size: 125%;}
.font16 { font-size: 134%;}
.font17 { font-size: 142%;}
.font18 { font-size: 150%;}
.font19 { font-size: 159%;}
.font20 { font-size: 167%;}
.font21 { font-size: 175%;}
.font22 { font-size: 184%;}
.font23 { font-size: 192%;}
.font24 { font-size: 200%;}
.font25 { font-size: 209%;}
.font26 { font-size: 217%;}
.font27 { font-size: 226%;}

.inner {
	width:auto;
	max-width: 1200px;
	margin: 0 auto;
	padding-right:10px;
	padding-left:10px;
	overflow: hidden;
}


/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header {
	width:200px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:#DFF0EC;
}

h1{
	width: 100%;
	text-align: center;
	background-color: #4EB38A;
}

h1 a{
	display:inline-block;
	width:200px;
}

#navBtn{
	display:none;
	position:fixed;
	top:8px;
	right:20px;
	z-index:100;
	width:24px;
	height:26px;
}

#navBtn a{
	display:block;
	width:100%;
	height:100%;
}

.top-bar,
.middle-bar,
.bottom-bar{
	width: 24px;
	height: 2px;
	margin-top: 10px;
	background-color: #fff;
	-webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: absolute;
	top: 0;
	left:0;
}

.middle-bar{
	webkit-transition: opacity 0s .15s linear;
	-moz-transition: opacity 0s .15s linear;
	-ms-transition: opacity 0s .15s linear;
	-o-transition: opacity 0s .15s linear;
	transition: opacity 0s .15s linear;
	top: 7px;
}

.bottom-bar{ top: 14px;}

.open .top-bar{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.open .middle-bar{ opacity: 0;}

.open .bottom-bar{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}

#gNavi li{ border-bottom:1px dashed #52B487;}

#gNavi a{
	display: block;
	width: auto;
	padding: 15px;
	color: #1D544E;
	font-size: 134%;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#gNavi a:hover{ background:#9AD1C2;}



/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

#wrapper{
	width:auto;
	padding-left:200px;
}

.column{
	width:100%;
	padding:80px 0;
}

.column2{
	width:100%;
	padding:80px 0;
	background:url(../img/bg-contents.png) repeat;	
}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#footer {
	width:100%;
	margin-top:80px;
	background:#52B487;
}

#ftImg{
	width:62%;
	min-height:360px;
	float:left;
	background:url(../img/img-footer.png) no-repeat 50% bottom;
	background-size: cover;
}

#ftImg img{ display:none;}

#ftInfo{
	width:38%;
	float:right;
	padding:45px 35px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#ftLogo{ max-width:297px;}

#ftTxt{
	color:#fff;
	font-size:134%;
	line-height:1.5;
	margin:30px 0 10px;
}

#ftBtn{
	max-width:305px;
	height:43px;
}

#ftBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:43px;
	background:#fff;
	color:#1E4433;
	font-size:134%;
	letter-spacing:1px;
	font-weight:bold;
	border-radius:5px;
}

#copyright{
	clear:both;
	background:#fff;
	text-align:center;
	line-height:80px;
}

#copyright small{
	color:#1E4433;
	font-size:117%;
}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */


@media screen and (min-width: 961px){

#gNavi { display:block!important;}

}

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

body{ padding-top:52px;}
#header {
	width:100%;
	height:auto;
	z-index:100;
}

h1 a{ width:150px;}

#gNavi{ display:none;}
#navBtn{ display:block;}

#gNavi a{
	padding:11px 20px;
	font-size:117%;
}

#wrapper{ padding:0;}


/* footer */

#ftImg{
	width:100%;
	float:none;
	min-height:100%;
	background:none;
}

#ftImg img{ display:block;}	

#ftInfo{
	width:auto;
	text-align:center;
	float:none;
	padding:25px;
}

#ftLogo,
#ftBtn{ margin:0 auto;}


#copyright{ line-height:50px;}

}



/* TABLET */
@media screen and (max-width: 788px){


.column,

.column2{ padding:60px 0;}
#footer { margin-top:60px;}

}


/* SP */
@media screen and (max-width: 560px){

h1 a{
	width:100px;
	padding:9px 0;
}

.column,
.column2{ padding:40px 0;}

#footer { margin-top:40px;}

#ftLogo{ max-width:150px;}

#ftTxt{
	margin-top:15px;
	font-size: 117%;
}

#copyright small{ font-size:84%;}

#topcontrol img{ width:40px; height:40px;}


}






.orenji {
	color: #FF8000;
	font-weight: bold;
}


.gleen {
	color: #009933;
	font-weight: bold;
	font-size: 200%;
}
