@charset "utf-8";
/* CSS Document */


/* --------------------------------------------
   common setting
--------------------------------------------*/

/* basic setting:
--------------------------------------------*/


body {
  background-color: #cdcdcd;
  font-family:"Noto Sans JP", "Montserrat", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 300;
  font-size: 16px;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.bold {font-weight: bold;}
.fs120 {font-size: 120%;}
.fs75 {font-size: 75%;}
.w100{width: 100%;}
.w90{width: 90%;}
.w70{width: 70%;}
.block{display:block;}
.normal{font-weight:normal;}
.align_l {text-align: left;}
.align_r {text-align: right;}
.align_c {text-align: center;}
.valign_m{ vertical-align:middle!important;}
.valign_t{ vertical-align:top!important;}

.red{color: red;}
.white{color:#ffffff;}

a:hover {text-decoration: none;}
*+html .clear_fix {display: inline-block;}
* html .clear_fix {display: inline-block;}
.clear_fix:after {
	content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*--------------------------------------------
menu conf
--------------------------------------------*/

.menu {
	padding-top: 20px;
  position: fixed;
  right: -200px;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
	color: #FFFFFF;
}

.menu.menu-open {
  right: 0px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #1a1a1a;
  width: 200px;
  height: 100%;
}

.menu h1.logo a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a>i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 35px;
  font-size: 22px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  right: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/*--------------------------------------------
header conf
--------------------------------------------*/

#header{
	padding:15px;
	margin: 0 auto;
	background-color: #014321;
	
}
#header img{
  max-width: 30%;
  margin: 0 auto;
	text-align: center;
}


/*--------------------------------------------
outline setting 
--------------------------------------------*/


/*--------------------------------------------
titles
--------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
	color:  #014321;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1 {
	font-size: 200%;
	font-weight: 800;
	color:  #014321;

}

/*--------------------------------------------
paragraph & typographic
--------------------------------------------*/

p {
  line-height: 28px;
  margin-bottom: 25px;
}


/*--------------------------------------------
links
--------------------------------------------*/

a {
  color: #f85c37;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

.btn a{
	color: #fff;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*--------------------------------------------
   wrap sections
-------------------------------------------- */

#headerwrap {
  background: url(../img/header-bg_sp.jpg) no-repeat;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
/*  background-attachment: fixed;
  background-position: right center;
  min-height: 600px;
  */width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#headerwrap h1 {
  color: white;
  font-size: 70px;
  font-weight: 700;
	
}

#headerwrap h1 img {
    font-size: 80px;
	width: 100%;
  }

#headerwrap h3 {
  color: white;
  font-size: 40px;
  font-weight: 100;
font-family: 'Poppins', sans-serif;
}

#headerwrap .logo {
	margin-top: 20px;
  text-align: left;
}

/*--------------------------------------------
content
--------------------------------------------*/

#content {
  padding-top: 30px;
  padding-bottom: 30px;
}



#content h2 {
  font-weight: 800;
}

#content h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}


#content img {
  text-align: center;
}


/*--------------------------------------------
 content bg_imae
--------------------------------------------*/
.ttl{
  position: relative;
}

.ttl img {
  width: 100%;
}

.ttl h2 {
position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  font-size: 300%;
	font-weight: 800;
  background-color: rgba(19,19,19,0.9);
	 padding: 1em;
	color: #fff;
  }

/*--------------------------------------------
footer
--------------------------------------------*/

#f {
  background: #1a1a1a;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center
}

#f h2 {
  color: white;
  font-weight: 800;
}

#f h3 {
  color: white;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
}

#f i {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#f p {
  font-size: 20px;
  color: #f2f2f2;
}

#f img {
  text-align: center;
}


/*--------------------------------------------
 dl list setting
--------------------------------------------*/

.topics dl {
padding: 15px 0;
}

.topics dt {
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
}

.topics dd {
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
}


@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 20%;
}
.topics dd {
margin-left: 22%;
}
}


/*--------------------------------------------
table conf 
--------------------------------------------*/

table{
	color: #222;
	margin-bottom: 15px;
	width: 100%;

}
table tr td, 
table tr th {
    border: 1px solid #333;
	padding: 5px 10px;
	border-top: 1px solid #333!important;
}

table.text-wh{
	color: #fff;
	font-size: 16px;
}

table.text-wh th{
	color: #E19C05;
	font-weight: bold;
	font-size: 17px;

}

table.text-wh td{
	text-align: left;
	font-size: 16px;
}

  .tbl-r03 tr th {
	  background-color: #6C927D;
  }

.tbl-r01 {
word-break: keep-all;
	line-height: 1.7em;
}




@media screen and (max-width: 640px) {
  .tbl-r03 {
	  vertical-align: middle;
	  margin: auto;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    display: block;
	padding: 5px 10px;
	  	    height: 4em;
  }
	
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 25%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 75%;
  }
  .tbl-r03 tbody tr {
    width: 33%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #000;
  }
}
 



/*--------------------------------------------
Push the body after clicking the menu button 
--------------------------------------------*/

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.body-push-toright {
  left: 200px;
}

.body-push-toleft {
  left: -200px;
}

.menu, .body-push {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}




@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------
contact form 
--------------------------------------------*/

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}



/*--------------------------------------------
Footer 
--------------------------------------------*/

#footer{
	background-color: #014321;
	color: #ffffff;
}

#footer{
	color: #ffffff;
}

#footer a {
  color: #F9EF67;
}

#footer i {
  color: #ffffff;
}


/*--------------------------------------------
Copyrights 
--------------------------------------------*/

#copyrights {
	background-color: #014321;
  padding: 20px 0;
  text-align: center;
  color: #fff;
	font-size: 10px;
}

#copyrights a {
  color: #F9EF67;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #fff;
}

.topics {
margin: auto;
}


/* --------------------------------------------
   link always
-------------------------------------------- */

#entry_link {
position: fixed;
 bottom: 100px;
 right: 10px;
  
 padding:2pt;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
}

/* ==========================================================================
   media queries
   ========================================================================== */

/*   PC用      */
@media screen and (min-width: 960px) {
#headerwrap {
  background: url(../img/header-bg.jpg) 0 0 no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

	
	body .header {
    background-attachment: scroll;
  } 
	.sp_br{
    display: none;
  }
	
	table{
	width: 100%;
}


}


/*   タブレット用      */
@media screen and (min-width: 481px) {
#headerwrap {
  background: url(../img/header-bg.jpg) 0 0 no-repeat;
  background-attachment: fixed;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
#headerwrap h1 img {
	width: 35%;
  }
	
	table{
	width: 100%;
}
}

@media screen and (max-device-width:481px) {
	
	
	
#headerwrap .logo img {
	max-width: 20%;
  }
	

  #headerwrap p {
    font-size: 30px;

  }

	#content.access {
	  background: url(../img/access-bg_sp.png) no-repeat;
	  background-attachment: fixed;
	  background-position: center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	.table_02 th, .table_02 td{
		width: 100%;
		display: block;
}
	
	.table_02 th {
  background: #02306E;
		color: #fff;
}

}


