@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*　キーカラー　*/
/*　マスターワイズ　*/
/*　clearする　*/
.clearfix:after { content: ""; clear: both; display: block; }

/* ボディ設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
html { font-size: 62.5%; line-height: 1; color: #111; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif; /*　デバイスフォント最適化　*/ -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body { 
	font-size: 1.5rem; 
	border-top: #000 solid 3px;
}

/*　リンク設定　*/
* a { color: inherit; text-decoration: underline; -webkit-transition: all .2s ease; transition: all .2s ease; }
* a:hover { opacity: .8; }

/* 基礎要素	＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
header{
	width: 950px;
	margin: 0 auto ;
	padding: 10px 0 0 0;
}

#headerInfo{
	/*width: 600px;*/
	float: left;
}

#headerMenu{
	width: 150px;
	float: right;
}

#ttl_site{
	margin: 10px 0;
}

header ul{
	list-style: none;
	margin: -10px 0 0 0;
}

header ul li{
	float: left;
}

header ul li a{
	width: 75px;
	height: 75px;
	padding: 20px 0 0 0;
	display: block;
	text-align: center;
}

.profile{
	background-color: #599B3E;
}

.mail{
	background-color: #000;
}

#container{
	width: 950px;
	margin: 0 auto;
}

nav{
	width: 200px;
	float: left;
	border-top: 4px solid #000;
	font-family: 'Noto Sans Japanese', sans-serif;
 	font-weight: 500;
	margin-bottom: 30px;
}

nav ul{
margin-bottom: 30px;
}

nav ul li{
	list-style: none;
}

nav ul li a{
	display: block;
	border-bottom: #666 dotted 1px;
	padding: 15px 0 15px 10px;
}

nav ul li a:link{
	text-decoration: none;
}

ul#menuBanner li{
	margin: 0 0 10px 0;
	
}

ul#menuBanner li a{
	padding: 0;
	border: none;
}

.menuTitle{
	background-image: url(../images/common/menu_ttl_bg.png);
	background-repeat: no-repeat;
	color: #fff;
	height: 40px;
	padding: 15px 0 0 30px;
	margin-bottom: 5px;
}

#menuHome{
	background-image:url(../images/common/ico_home.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 0 0 5px 35px;
}

#menuHome a{
	
	border: none;
}

#menuBanner li#bnrFb{
	margin-top: 30px;
}

#main{
	width: 700px;
	float: right;
}
#main2{
	width: 950px;
	float: left;
}

/* フッター	＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
footer{
	background-color: #599B3E;
	color: #fff;
	line-height: 1.2;
}

footer div{
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #599B3E;
}

footer h3{
	margin: 0 0 10px 0;
	font-weight: 700;
}

footer ul{
	list-style: none;
	display: flex;
	-webkit-justify-content:flex-start;/*--- safari（PC）用 ---*/
    justify-content:flex-start;
	margin: 10px 0 0 0;
}

footer li{
	margin: 0 2em 0 0;
}

#toSp{
	width: 12em;
	float: right;
	text-align: center;
	font-size: 0.8em;
	margin: 0 0 10px 0;
}


#toSp a{
	color: #599B3E;
	background-color: #fff;
	padding: 5px;
}

#toSp a:link{
	text-decoration: none;
}


#copy{
	text-align: right;
	clear: both;
	margin: 0 0 10px 0;
}

/* 構成要素	＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.ichiran a{
	width: 7em;
	font-size: 0.8em;
	margin: 0 auto 0 0;
	padding: 0.5em 1em;
	background-color: #599B3E; 
	display: block;
	color: #fff;
}

.ichiran a:link{
	text-decoration: none;
}


/*　レスポンシブ対応（ブレークポイント 768px）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 768px) { .img_sp { display: block; }
  img { max-width: 100%; height: auto; } }
/*　ここまで　*/
.font_l{
font-size:larger;
}