@charset "utf-8";




html {
	font-size:62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 20px;
	font-size: 2.0em;
	font-weight: 500;
	line-height: 2;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}
@media screen and (max-width: 1024px){
    body {
		font-size: 18px;
	    font-size: 1.8em;
	}
}
@media screen and (max-width: 768px){
    body {
		font-size: 16px;
	    font-size: 1.6em;
		line-height: 1.8;
	}
}
@media screen and (max-width: 641px){
    body {
		font-size: 15px;
	    font-size: 1.5em;
	}
}
@media screen and (max-width: 481px){
    body {
		font-size: 14px;
	    font-size: 1.4em;
	}
}


a {
    color: #000;
	text-decoration: underline;
}

a:hover {
    color: #000;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

img {
    width: 100%;
	height: auto;
	line-height: 0;
    /*-webkit-backface-visibility: hidden;*/
	image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 641px){
    img {
		image-rendering: auto; 
	}
}

br.sp {
    display: none;
}
@media screen and (max-width: 768px){
    br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}

/*==========================================================================

	                       header
	
============================================================================*/

#header {
	width: 100%;
	height: 100px;
	/* position: fixed;
	top: 0;
	z-index: 2; */
	position: relative;
	/* background-color: rgba( 255, 255, 255, 0.95 ); */
}

#header h1 {
    width: 70%;
	max-width: 415px;
	line-height: 0;
	position: absolute;
	top: 30px;
	left: 30px;
}
#header h1 a {
	transition: .5s;
}
#header h1 a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}
@media screen and (max-width: 768px){
    #header {
		height: inherit;
		position: inherit;
		padding: 15px 3%;
		box-sizing: border-box;
	}
	#header h1 {
		position: inherit;
		top: inherit;
		left: inherit;
	}
}


/*==========================================================================

	                       title
	
============================================================================*/

#title {
	margin-bottom: 3em;
}
#title h2 {
	font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
    font-size: clamp(20px, 4.5vw, 36px);
	/*font-weight: bold;*/
	text-align: center;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.25em;
	padding: 1.2em 0;
	background-color: #118b3b;
}
#title h3 {
	line-height: 0;
}
#title h3 img.sp {
	display: none;
}
@media screen and (max-width: 768px){
	#title h3 img.sp {
		display: block;
	}
	#title h3 img.pc {
		display: none;
	}
}


/*==========================================================================

	                       contents
	
============================================================================*/

#contents {
    max-width: 1200px;
	margin: 0 auto;
	padding: 0 5% 10%;
	overflow: hidden;
}

.sub {
	font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
	font-size: clamp(19px, 5vw, 28px);
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}


/*==========================================================================

	                       footer
	
============================================================================*/

#footer {
	background-color: #eaf9d4;
	padding: 4em 0 2em;
}
.f-logo {
    width: 60%;
	max-width: 423px;
	margin: 0 auto 3em;
	line-height: 0;
}
#page-top {
    width: 15%;
	max-width: 61px;
	line-height: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	transition: .5s;
}
#page-top a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	transition: .5s;
}

#copy {
    font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
@media screen and (max-width: 768px){
	#page-top {
		position: inherit;
		bottom: inherit;
		right: inherit;
		margin: 0 auto 2em;
	}
	#copy {
		font-size: 11px;
	    font-size: 1.1rem;
	}
}
@media screen and (max-width: 641px){
	#copy {
		font-size: 10px;
	    font-size: 1.0rem;
	}
}





/*==========================================================================

	                           個別CSS
	
============================================================================*/

.clear{clear: both;}
.bold{font-weight: bold;}

/*text-align*/

.tal{text-align:left;}
.tar{text-align:right;}
.tac{text-align:center;}

/*float*/

.float_l{float:left;}
.float_r{float:right;}

/*width*/
.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w655{width:655px;}

/*margin*/

.mar_none{margin: 0;}

/*margin-top*/

.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}

/*margin-bottom*/

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

/*margin-left*/

.ml{margin-left: 0;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml85{margin-left: 85px;}
.ml110{margin-left:110px;}


/*margin-right*/

.mr{margin-right: 0;}
.mr2{margin-right: 2px;}
.mr5{margin-right: 5px;}
.mr7{margin-right: 7px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}

/*padding*/

.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.pb0{padding-bottom:0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}

/*line-height*/

.lh120{ line-height: 120%;}
.lh130{ line-height: 130%;}
.lh140{ line-height: 140%;}
.lh150{ line-height: 150%;}
.lh160{ line-height: 160%;}
.lh170{ line-height: 170%;}
.lh180{ line-height: 180%;}
.lh190{ line-height: 190%;}
.lh200{ line-height: 200%;}


/* ---------------------------------------- 
									clearfix				
---------------------------------------- */
.clearfix {
	zoom:1;
	/*overflow:hidden;
	min-height: 1px;
	_height:1px;*/
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
