@charset "UTF-8";
.container {
	/* [disabled]background-color: #FFFFFF; */
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	max-width: 1200px;
	overflow: visible;
}
main a {
	color: #000000;
}
main a:link {
	color: #000000;
}
main a:visited {
	color: #000000;
}
main a:hover {
	background-color: rgba(100,160,100,0.95);
	color: #ffffff;
}
main {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.title {
	font-style: normal;
	text-align: right;
	line-height: 0.8;
	color: #FFFFFF;
	margin-right: 3%;
}
.title h1{
}
.title h2{
}
.unity_header{
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.primary_header {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
}
.nav_header {
	z-index: 2;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
	margin: 0px; /* FF3.6-15 */
	background: rgba(8,30,3,0.35);
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	top: 0px;

}
.nav_header .nav{
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav_header .nav .dropmenu{
  *zoom: 1;
	list-style-type: none;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
}
.nav_header .nav .dropmenu:before , .nav_header .nav .dropmenu:after{
	content: "";
	display: table;
}
.nav_header .nav .dropmenu:after{
	clear: both;
}
.nav_header .nav .dropmenu li{
	position: relative;
	width: 24%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
.nav_header .nav .dropmenu li a{
	display: block;
	padding: 10px 0 8px;
	margin: 0;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.nav_header .nav .dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.nav_header .nav .dropmenu li ul li{
	width: 100%;
}
.nav_header .nav .dropmenu li ul li a{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 8px;
	border-top: 1px solid #ffffff;
	background: #355539;
	text-align: left;
}
.nav_header .nav .dropmenu li:hover > a{
	background: #355539;
}
.nav_header .nav .dropmenu li a:hover{
	background: #08260b;
}
.nav_header .nav #fade-in2 li ul{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
.nav_header .nav #fade-in2 li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.topic {
	font-size: 95%;
	line-height: 1.3em;
}
.right_aside .topi .date {
	font-size: 90%;
}
.topic h2 {
	margin: 3%;
}
.topic h3 , h4 {
	font-size: 120%;
	margin: 3%;
}
.topic .cmstopic img {
	width: 100%;
	height: auto;
	max-width: 240px;
}
.footer {
	width: 100%;
	margin-top: 1%;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(100,160,100,0.95);
	clear: left;
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.footer a:link {
	text-decoration: none;
	color: #ffffff;
}
.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	color: #355539;
	background-color: #FFFFFF;
}
.copyright {
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
@media (max-width: 320px) {
*{
	margin: 0px;
	padding: 0px;
}
.container {
	width: 100%;
}
.unity_header{
	width: 100%;
	position: fixed;
}
.hm_menu_check {/* チェックボックスを隠す */
	display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :10px;
}
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #ffffff 0 12px 0;
	box-shadow: #ffffff 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before , .hm_btn::after {
	width: 30px;
	height: 6px;
	background: #ffffff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
.hm_menu_wrap {
	margin-top: 60px;
	width :70%;
	height :auto;
	background: rgba(137,244,66,0.9);
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
 
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}
.hm_list li a {
	color: #000000;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #218c2c;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}
.hm_list li a:hover {
	color: #ffffff;
}
.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.primary_header {
	display:block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(100,160,100,1.00);
}
.primary_header .title h1 , .primary_header .title h2 {
	display:inline;
}
.primary_header .title h1 {
	font-size:120%;
}
.title {
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-left: ;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.nav_header{
display: none;
}
.footer {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
.copyright {
	font-size: 80%;
}
.clearfloat {
	clear: none;
}
}
@media (min-width:321px) and (max-width:640px){
*{
 　margin: 0px;
 　padding: 0px;
}
.container {
	width: 100%;
}
.unity_header{
	width: 100%;
	position: fixed;
}
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :10px;
}
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #ffffff 0 12px 0;
	box-shadow: #ffffff 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before , .hm_btn::after {
	width: 30px;
	height: 6px;
	background: #ffffff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
.hm_menu_wrap {
	margin-top: 60px;
	width :70%;
	height :auto;
	background: rgba(137,244,66,0.9);
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
 
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}
.hm_list li a {
	color: #000000;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #218c2c;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}
.hm_list li a:hover {
	color: #ffffff;
}
.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.primary_header {
	display:block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(100,160,100,1.00);
}
.primary_header .title h1 , .primary_header .title h2 {
	display:inline;
}
.title {
	padding: 10px;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.nav_header{
	display: none;
}
.footer {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
.copyright {
	font-size: 80%;
}
.clearfloat {
	clear: none;
}
}

@media (min-width:641px) and (max-width:854px){
.mobile_header {
  display: none;
}
.unity_header .primary_header {
	display:block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(100,160,100,1.00);
}
.unity_header .primary_header .title h1 , .unity_header .primary_header .title h2 {
	display:inline;
}
.footer {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
}
@media (min-width:855px) and (max-width:1200px){
.mobile_header {
  display: none;
}
}
@media (min-width:1200px){
.mobile_header {
  display: none;
}
}
