﻿
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
	font-size: 14px;
	font-family:   Meiryo,"游ゴシック", YuGothic, sans-serif;
}

body{
		overflow-x: hidden;
}

#main-contents{
	background-size: 30px 30px;
  margin: 0 auto;
  background-image: radial-gradient(#eee 15%, transparent 20%),
                    radial-gradient(#eee 15%, transparent 20%);
  background-position: 0 0, 15px 15px;
}

.img_btn{
 text-align: center;
}

.img_btn img{
 max-width:80%;
 margin: 20px auto;
 transition: .3s;
	opacity: 1;
}
.img_btn:hover img{
	transform: scale(1.3);
			opacity: 0.8;
}

.border_radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#menu-box{
	background: -moz-linear-gradient(left, rgba(31,37,114,0.8) 0%, rgba(96,173,221,0.8) 51%, rgba(31,37,114,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,37,114,0.8)), color-stop(51%, rgba(96,173,221,0.8)), color-stop(100%, rgba(31,37,114,0.8)));
	background: -webkit-linear-gradient(left, rgba(31,37,114,0.8) 0%, rgba(96,173,221,0.8) 51%, rgba(31,37,114,0.8) 100%);
	background: -o-linear-gradient(left, rgba(31,37,114,0.8) 0%, rgba(96,173,221,0.8) 51%, rgba(31,37,114,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(31,37,114,0.8) 0%, rgba(96,173,221,0.8) 51%, rgba(31,37,114,0.8) 100%);
	background: linear-gradient(to right, rgba(31,37,114,0.8) 0%, rgba(96,173,221,0.8) 51%, rgba(31,37,114,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2572', endColorstr='#1f2572', GradientType=1 );
	width: 100%;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #fff;
}

#menu{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
	/* height: 40px; */
}
#menu li{
  display: block;
  float: left;
  width: 16.6%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 12px 0 10px;
  color: #fff;
  text-align: center;
	line-height: 30px;
  text-decoration: none;
	transition: 0.3s;
	font-family: "Sawarabi Mincho";
}

#menu li a:hover{
  opacity: 0.7;
}
.m_hidden img{
	height: 80px;
	margin: 0 0 -40px;
}
#menu li.m_hidden a{
	padding: 3px 0 0  !important;
}
#toggle{
 display: none;
}

#menu li:not(.m_hidden) a::before {
  content: url(../img/icon.svg);
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 3px;
	position:relative;
}
.footer_left dt::before {
  content: url(../img/icon.svg);
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 3px;
	position:relative;
}



.top_news{
	width: 100%;
	height:235px;
	background: url(../img/topbg.jpg) no-repeat center center;
	background-size:cover;
	border-bottom: #E2DDB5 solid 1px;
	box-shadow:0 0px 3px rgba(0,0,0,0.4) ;
}

.top_news h1, .top_news p{
	color: #fff;
	font-family: "Sawarabi Mincho";
	text-align: center;
}

.top_news h1{
	padding-top: 110px;
	font-size: 2.5rem;
}

.top_news p{
	padding-top: 10px;
	font-size: 1rem;
}


/* main */

.btn_box{
	margin:80px 0 45px 0;
	display: flex;
	justify-content: center;
}

.btn{
	width: 155px;
	height: 30px;
	display:inline-inline-block;
	background-color: #2C1F18;
	margin-right: 10px;
}

.btn a{
	display: block;
	color: #fff;
	font-family: "Sawarabi Mincho";
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}



.main{
	max-width:685px;
	margin:0 auto 100px;
	border:3px double #DAD7B8;
	padding:45px ;
	background-color: rgba(255, 255, 255, 0.5);
}

.container{
	max-width:590px;
	margin: 0 auto;
}

.container img{
	max-width: 100%;
}

.data{
	font-weight: bold;
	font-size: 1rem;
	color: #225799;
}

h2.title{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 45px;
}

.main_pic{
	margin-bottom: 20px;
}

.container h3{
	border-bottom:3px solid #a10115;
	margin-bottom: 10px;
	margin-top: 25px;
	font-family: 'Kosugi Maru';
	font-size: 1.4rem;
}
.container h3 span.kt {
	font-family: "Nico Moji";
	font-size:1.7rem;
}

.container h3::before{
	content:"";
	display:inline-block;
	background:url(../img/h2.gif);
	background-size:contain;
	margin-top: -4px;
	width:25px;
	height:25px;
	vertical-align:middle;
}

h4{
	font-weight: bold;
}
h4::before{
	content: "◆";
	color:#a10115;
}
h4::after{
	content: "◆";
	color:#a10115;
}

.container p{
	margin-bottom: 15px;
	padding-left: 10px;
}

span.pink{
	color:#FE0556;
	font-weight: bold;
}

table{
	width: 100%;
	margin: 15px 0;
	}
table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
}
table thead>tr>th{
	padding: 0 5px;
}
table thead{
	background: linear-gradient(#3C587E, #0E4D9B);
	color: white;
}
table .tbody th{
	font-weight: normal;
	padding: 10px 18px;
	text-align: left;
}

table .tbody tr:nth-child(odd){
	background-color:#fff;
}

table .tbody tr:nth-child(even){
	background-color:#EBF1F2;
}


.img_box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.img_box img{
	width: 49%;
}



.gainen{
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
}

.gainen + .gainen{
	border-top: 1px solid #999;
}

.gainen img{
	max-width: 150px;
	margin-right: 30px;
	margin-bottom: 10px;
}


.gainen_title{
	font-weight: bold;
}

.ssr{
	color:#BF9630;
	font-weight: bold;
}
.red{
	color:#FE030D;
	font-weight: bold;
}
.blue{
	color: #1228FD;
	font-weight: bold;
}
.sky{
	color:#1E7BFD;
	font-weight: bold;
}


.box{
	border: solid 2px #C1C1C1;
	padding: 15px;
	margin: 15px 0;
}

.btn_back img{
	width: 200px;
}

/* footer */

footer{
	color: #fff;
	background:url(../img/footer_back.png) center center #000 no-repeat;
	background-size:cover;
}

.footer_info{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer_left{
	width: 60%;
}

.footer_left dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.footer_left dt{
	width: 125px;
	padding:5px;
	vertical-align: middle;
}
.footer_left dd{
	padding: 8px 5px 5px 5px;
	margin: 0;
	width: calc(100% - 125px);
	box-sizing: border-box;
}


.footer_right{
	width: 39%;
	padding: 20px;
}

.footer_right img{
	width: 100%;
}

footer a{
	color: #fff;
}



@media screen and (max-width: 768px){

		#menu li.m_hidden{
			display:none;
		}

	  #menu{
	    display: none;
	  }
	  #menu li{
	    width: 100%;
	  }
		#menu li a{
			text-align: left;
			padding-left: 50px;
		}
		#menu li:nth-child(even){
			background: rgba(4, 7, 91, 0.7);
		}
		#menu li:nth-child(odd){
			background-color: rgba(90, 141, 198, 0.7);
		}
	  #toggle{
	    display: flex;
	    width: 100%;
	  }
		#toggle img{
			height: 40px;
			margin: 0;
		}
	  #toggle{
	    position: relative;
	     padding: 5px 10px 5px 3px;
	    border-bottom: 1px solid #444;
	    color: #fff;
	    text-align: left;
	    text-decoration: none;
			display: flex;
			justify-content: space-between;
			align-items: center;
	  }

	.hamburger-nav-toggle-btn.close::before, .hamburger-nav-toggle-btn.open::before {
  font-family: 'Font Awesome 5 Free';
}
.hamburger-nav-toggle-btn.open::before {
  content: '\f00d';
	font-weight: bold;
}
.hamburger-nav-toggle-btn.close::before {
  content: '\f0c9';
	font-weight: bold;
}

button{
	background-color: transparent;
border: none;
color: #fff;
font-size: 24px;
}

	.container h3{
		font-size: 1.2rem;
	}
	.container h3 span.kt {
		font-family: "Nico Moji";
		font-size:1.5rem;
	}

	.top_news{
		height:150px;
	}

	.top_news h1{
		padding-top: 70px;
		font-size: 2rem;
	}

	.top_news p{
		padding-top: 0px;
		font-size: 1rem;
	}

	main{
		margin: 0 15px;
	}


	.btn_box{
		margin:40px 0 25px 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.btn{
		width: 48%;
		margin-top: 5px;
		margin-right: 0px;
	}

	.main{
		margin:0 auto 50px;
		padding:10px;
	}

	h2.title{
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	.main_pic{
		margin-bottom: 5px;
	}

	table .tbody th{
		font-size: 0.5rem;
		padding: 5px 5px;
	}

	.gainen_img{
		width:30%;
		margin-right: 10px;
	}
	.gainen_img img{
		width: 100%;
	}
	.gainen_shosai{
		width: 68%;
	}

	.gainen_shosai, .red, .blue, .sky, .gainen_shosai p, .ssr, .gainen_title{
		font-size: 0.7rem;
	}

	.footer_info{
		flex-direction: column-reverse;
		padding-top:30px;
	}

	.footer_left{
		width: 100%;
		font-size: 0.7rem;
	}

	.footer_right{
	 width: 100%;
	 padding-bottom: 0;
	}

	.footer_right img{
		width: 50%;
	}

}/* mediascreen */



/* loading  */
#loading{
    left: 50%;
    position: absolute;
    top: 50%;
  text-align:center;
}

#loading img{
	max-width:120%;
    transform: translate(-50%,-50%);
}

#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 9999;
}
