body, h1, h2, h3, h4, h5, h6, p, div, dt, dd, dl, img, input, form, ul, li, span, iframe {
	margin: 0px;
	padding: 0px;
vertical-align: bottom;
}
.grecaptcha-badge { visibility: hidden; }
.br_sp,
.br_sp3,
.pc { 
display:none;
}
.br_sp2 { 
display: block;
clear: both;
min-height: 1px;
}
a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}
.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 20px 0 0 0;
    width: 100%;
    z-index: 1000;
background-color: rgba(255,255,255,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  }
body {
font-family: "Century Gothic","Noto Sans JP", sans-serif;
	font-weight: 300;
font-feature-settings : "palt";
	letter-spacing: 0.05em;
	color: #000;
font-size: 16px;
line-height:1.6em;
}

html {
}
a {
 text-decoration: none;
}
img {
 border: 0;
 vertical-align: bottom;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.item {
  text-align: center;
  color: #fff;
  margin: 0px 0px 0px 0px;
  width:100%;
}



h1 a {
	background: url(../img/logo.png) no-repeat;
	background-size: 185px 41px;
  display: block;
  width: 185px;
  height: 41px;
  margin: 15px 3% 17px 6%;
  float: left;
}
h1 a span,
.logo_en a span {
display: none;
}
.logo_en a {
	background: url(../img/logo_en.png) no-repeat;
	background-size: 185px 41px;
  display: block;
  width: 185px;
  height: 41px;
  margin: 15px 3% 17px 6%;
  float: left;
}
.container,
.container2 {
padding: 0px 8%;
box-sizing:border-box;
width:100%;
}

img {
	vertical-align: bottom;
}
.more_box {
	margin: 4% auto 0 auto;
	text-align: center;
}
.more_box a {
	color: #FFF !important;
}
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	background: #00008c;
  color: #fff;
	font-size: 90%;
  display: block;
  max-width: 100px;
  padding: 10px 30px;
  text-align: center;
	margin: auto;
}
.c-btn.circle {
  background: #00008c;
  color: #FFF;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.c-btn.circle::after {
  background: #9393ce;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}

.c-btn.circle:hover {
  color: #fff;
}
.c-btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

.news_box {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
 line-height:1.4em;
 font-size:100%;
	text-align: left;
	border-bottom: 1px dotted #00008c;
}

.day {
 color: #000;
 font-weight: normal;
 font-size:80%;
	float: left;
}
.news_box a {
 width: 100%;
	display: block;
	clear: both;
}
.news_box a h5 {
	font-size:90%;
 color: #000;
 font-weight: normal;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: none !important;
}
.news_box a:hover h5 {
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
	text-decoration: none !important;
}

.c_01_c,
.c_02_c,
.c_03_c,
.c_04_c,
.c_05_c,
.c_06_c,
.news_c {
	margin: 0px 10px 5px 0px;
	padding: 5px 0;
	color: #FFF;
	float: left;
	font-size: 70%;
	line-height: 1.2em;
	width: 120px;
	text-align: center;
}
.c_01_c {
	background: #6a008e;
}
.c_02_c {
	background: #0038d1;
}
.c_03_c {
	background: #0081d4;
}
.c_04_c {
	background: #00a100;
}
.c_05_c {
	background: #007a78;
}
.c_06_c,
.news_c {
	background: #00008c;
}
/*	footer
/* ------------------------------------- */
#footer{
	width: 100%;
	margin: 0px;
	color:#FFF;
    background:#00008c;
}
.footer_box{
	padding: 30px 8%;
}
#footer h4 {
	margin: 0 auto;
}
#footer h4 a {
	background: url(../img/logo2.gif) no-repeat center;
	background-size: 200px 45px;
  display: block;
  width: 200px;
  height: 45px;
  margin: 0px 0 10px 0;
}

#footer h4 a span,
.logo_en2 a span {
display: none;
}
#footer h4.logo_en2 a {
	background: url(../img/logo2_en.gif) no-repeat center;
	background-size: 200px 45px;
  display: block;
  width: 200px;
  height: 45px;
  margin: 0px 0 10px 0;
}
#footer h5 {
	font-weight: normal;
	font-size: 100%;
line-height:1.6em;
  margin: 15px auto 0 auto;
}

#footer p {
	font-style: normal;
	font-size: 70%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
.f_t {
	font-size:120%;
}
#footer a {
 color: #FFF;
 font-weight: normal;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#footer a:hover {
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
	text-decoration: none;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
z-index: 5;
}
.pagetop a {
    display: block;
    background-color: #FFF;
    text-align: center;
    color: #005200;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 10px 5px 10px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #CCC;
    text-align: center;
    color: #005200;
    text-decoration: none;
}
.t_b01 {
    display: none;
}
.sf_f {
	margin: 15px 0 0 0;
	font-size: 90%;
}
.sf_f a {
	color: #FFF;
}
.f_l {
}
.f_r {
	font-size: 80%;
	margin: 10px 0 0 0;
}
/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
.pc {
		display: block;
	}
.sf {
		display: none;
	}
.clearfix2:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix2 {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix2 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.br_sp { 
display: block;
}
.br_sp2 { 
display:none;
}
h1 a {
	background-size: 220px 49px;
  display: block;
  width: 220px;
  height: 49px;
  margin: 18px 20px 21px 6%;
}
.logo_en a {
	background-size: 220px 49px;
  display: block;
  width: 220px;
  height: 49px;
  margin: 18px 20px 21px 6%;
}
/*	news
/* ------------------------------------- */

.day {
 color: #000;
 font-weight: normal;
	float: left;
width: 13%;
}
.news_box a {
 width: 70%;
	float: left;
	clear: none;
}
.news_box a h5 {
 color: #000;
 font-weight: normal;
	-webkit-filter: opacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*	footer
/* ------------------------------------- */

#footer h4 {
	margin: auto;
}
#footer h4 a,
#footer h4.logo_en2 a {
	background-size: 250px 56px;
  display: block;
  width: 250px;
  height: 56px;
}
#footer h5 {
	font-weight: normal;
	font-size: 100%;
line-height:1.6em;
  margin: 0;
}
#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 5px 0 0 0;
}
#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 5px 0 0 0;
}
.f_l {
	width:50%;
	float: left;
}
.f_r {
	width:50%;
	float: right;
	text-align: right;
	margin: 0;
}
}
/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {


h1 a,
.logo_en a {
	background-size: 300px 67px;
  display: block;
  width: 300px;
  height: 67px;
  margin: 20px 0 24px 6%;
}

.container,
.container2 {
	width:980px;
	margin: 0px auto;
	padding: 0;
}
.more_box {
	margin: 1% auto 0 auto;
	text-align: center;
}
	

.day {
width: 10%;
}
.news_box a {
 width: 73%;
}
/*	footer
/* ------------------------------------- */

a[href^="tel:"] {
    pointer-events: none;
}
/*	footer
/* ------------------------------------- */
.footer_box{
	width:980px;
	padding: 40px 0;
margin: auto;
}
}
