/*/*--------------------------------------------------------
メインコンテンツ
--------------------------------------------------------*/
.main-conts{
	line-height: 1.8;
	font-size:1.0em;
	letter-spacing:0em;
	margin-bottom: 20px;

	
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;


	color: #464646;
}
/*グローバルメニューのボタン*/

.global-nav-in li a{
color: #363636;
background-color: #ffbf7f;
	 font-size:1.0em;
        font-weight:bold;
}
/*グローバルメニューの背景*/
.global-nav{
        background-color: #ffbf7f;}
/*グローバルメニューボタンの右線*/
.global-nav-in li a{
        border-right:#000 solid 1px;
}

/*グローバルメニューボタンの左線*/
.global-nav-in li:first-child{
        border-left:#000 solid 1px;
}

.main-body h2{
	margin: 60px 0 30px;
	padding: 10px 18px;
	background:#d35400;
	color: #363636;
	font-weight: bold;
	font-size: 1.75em;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

