@charset "UTF-8";

/*  /////////////////////////////////////////////////////////////// 
       基本レイアウト                      
//////////////////////////////////////////////////////////////// */



body{/*背景色　フォント情報とサイズ*/
	/*background-color: #ecf3fe;*/
	/*background-color:#F5DDDD;*/
	/*background-color:#f9df4b;*/
	/*background-color:#e4e6da;*/
	font-family:  "YakuHanJP",'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
	font-size: 14px;
	line-height: 18px;
	margin:0;padding:0;
	z-index: -10;
}



/*フッター位置固定用*/
#wrapper_flex {
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 26px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

#footer {
	  position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
  width: 100%;
		padding: 2px 0 6px 0;
	box-sizing: border-box;
  /*height: 26px;*/
	/*line-height: 26px;*/
  /*text-align: center;*/
 background-color: #E8F593;
 /* color: #ffffff;*/
	text-align: center;
  border: solid 0px;
}

#main_contents{
	width: 100%;
	max-width: 1000px;
	margin: 140px auto 0 auto;
	padding:0px 3%;
	box-sizing: border-box;
	border: solid 0px;
}






/* ディバイスサイズ設定
============================================= */
@media (max-width: 500px) {

}

/* タブレット用 */
@media (min-width: 501px) and (max-width: 1023px) {

	}

/* Desktop View------------------------------- */

@media (min-width: 1024px) {
	}