@charset "UTF-8";
/* ヘッダー */

header {
	display: block;
	width: 100%;
}
.header_box{
	width: 240px;
	display: block;	
}
h1 {
	color: #7A7A7A;
	font-family: 'Oswald', sans-serif;
	display: block;
	text-align: left;
	font-size: 50px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	font-weight: 600;
}
h2 {
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: center;
	display: block;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 11px;
	letter-spacing: 1em;
	background-color: #7A7A7A;
	width: 217px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.icon {
	float: right;
	margin-right: 1%;
	margin-top: 1.5px;
	margin-bottom: 0px;
	height: 30px;
}



.list{
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	list-style-type: none;
	color: #515151;
	display: block;
	float: right;
	font-weight: 300;
	margin-right: 6%;
	margin-top: -7px;
	margin-bottom: -1.0px;
}

.nav {
	display: block;
	background-color: #FFF;
	margin-bottom: -7px;
}

.top_back {
	display: block;
	background-color: #000;
	margin: auto;
}


.title {
	background-color: #000;
	color: #AEAEAE;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* メニューバー */
#tg {
  display: none;
  }

.menu2 {
	position: relative;
	visibility: hidden;
	opacity: 0;
	top: -10px;
	list-style: none;
	border: 1px solid #BFBFBF;
  }


.dropInput:checked ~ .menu2 {
	visibility: visible;
	opacity: 1;
	top: -3px;
	z-index: 3;
  }



.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }
  
  
.menu {
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: 7px;
	float: right;
}

.menu > li {
	max-width: 500px;
	height: 30px;
	background-color: #000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.menu > li:hover {
	
	background-color: #4A4A4A;
	color: #FFF;
}

  /* 下矢印 */
.init-bottom:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	margin-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AEAEAE;
	border-bottom-color: #AEAEAE;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu_title{
	color: #AEAEAE;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
	padding-bottom: 5px;
	clear: both;
	display: block;
	}
	
	
	
	
/* ニュース画面　設定 */

.newsbox{
	max-width: 355px;
	border: 1px solid #B7B7B7;
	background-color: #FFF;
	float: left;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 0px;
}
.newsbox2{
	max-width: 375px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


/*キャプション　テキスト */
.contents_text2 {
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #BFBFBF;
	padding-bottom: 7px;
	line-height: 1.3em;
	
	text-align: center;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 8px;
	padding-left: 8px;
}



/* フッター 固定用*/
.footer_area {
	position: fixed; /* 固定 */
	bottom: 0; /* 中央に表示 */
	margin: 0px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	right: auto;
	width: 100%;
	left: auto;
	max-width: 1000px;
}
	
	
/*スペース*/
.space1{
	height: 115px;
	clear: both;
}