@charset "UTF-8";

.pc {
  display: block;
}
.sp{
  display: none;
}

header a {
    font-size: 1rem;
}

header a,footer a {
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header,footer {
    font-size: 14px;
    font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 150%;
    -webkit-text-size-adjust: 100%;
}
header a:hover ,footer a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header p,footer p {
  font-family: sans-serif;
}

header ul,footer ul {
  margin: 0;
  padding: 0;
}

header li,footer li {
  list-style: none;
}

header {
  height: 80px;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

header ul {
  overflow: hidden;
}

header li {
  float: left;
}

header .right {
  float: right;
  padding: 1.9rem 0 0 0 !important;
  margin-left: 2vw;
}

header .h_last {
  margin-right:2vw !important;
}

header .h_link {
  padding: 1.9rem 0 0 2rem;
  display: block;
}

header .h_item {
  border: 2px solid #336eb2;
  background-color: #336eb2;
  color: #fff;
  padding: 0.3rem 3vw 0.2rem;
  border-radius: 30px;
}

header a {
  color: #393939;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

header h1 {
  float: left;
  margin: 0;
  margin-left: 1.5rem;
  height: 80px;
}

header h1 a img {
  height: 60px;
  padding: 10px 0;
}

header p {
  float: right;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.7rem 0 0 0;
  margin: 0;
}

header p span {
  color: #f7ac00;
  font-size: 1rem;
}

.menu-container {
  width:100%;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: none;
  margin: 0;
  padding: 0;
  position:static !important;
  z-index: 2000;
  top:0;
  left:0;  
}

.menu-container .menu li{
  display: inline-block;
}

.menu-mobile {
  display: none;
  padding: 10px 10px 10px;
}

.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.2em;
  color: #00479d;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}

.menu > ul {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  padding: 0;
}

.menu > ul > li {
  border-top:none;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  padding: 0 0 0 27px;
  margin: 0;
  background-image: url(../cmn_img/arrow.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 0;
  box-sizing: border-box;
  padding-top: 10px;
  height: 100%;
  display: block;
  z-index: 9999;
}

.menu > ul > li:active {
  background-color: #fff;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  margin: 0;
}

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.footer_inner {
  padding: 25px 0;
}

.footer_logo {
  text-align: center;
  line-height: 0;
}

.footer_logo a {
  display: inline-block;
}

.footer_logo img {
  width: 230px;
}

.footer_link {
  text-align: center;
  font-size: 0;
}

.footer_link li {
  position: relative;
  display: inline-block;
  padding: 30px 20px 0;
  font-size: 14px;
  line-height: 1;
}

.footer_link li:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: -3px;
}

.footer_link li a {
  font-weight: 700;
  color: #1b365d;
}

.footer_copyright {
  display: block;
  padding: 18px 20px;
  background: #1b365d;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

footer li:last-child {
  margin-right: 0;
}


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

.inner {width: 90%;}
header h1 {padding: 0.9rem 0 0 0;}
header p {padding: 1.7rem 1rem 0 0;}
.pc{display: none;}
.sp{display: block;}
header {height: auto;}
.menu-container a img {width: 12rem;margin-top: 4px;}

.menu-container .menu .logo {
  background-image: none;
  height: auto;
  text-indent: 0px;
}

.menu-container {
  width: 100%;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.menu-mobile {
  display: block;
}

.menu .show-on-mobile {
  display: block;
}

.menu-dropdown-icon:before {
  display: block;
  background-color: #366bb0;
  color: #fff;
}

.menu{
  width: 100%;
  margin-top: 0px;
}

.menu > ul {
  display: none;
}

.menu > ul > li {
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #000;
  background-color: #366bb0 !important;
  padding: 0;
  margin: 0;
  background-image: none;
  width: 100%;
  float: none;
  display: block;
  text-align: left;
  position:relative;
  height: auto;
}

.menu ul li:hover {
  color: #fff;
  background-color: #fbfbfb;
  background-image: none;
}

.menu > ul > li:active {
  background-color: #fff;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 1em 1.5em;
  display: block;
  height: auto;
  color: #fff !important;
  width: 100%;
}

.menu > ul > li:hover a{
  color: #009a53;
}

}



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

header li:first-child img {
  width: 100%;
}

.footer_inner {
  padding: 15px 0;
}

.footer_logo img {
  width: 115px;
}

.footer_link {
  margin-top: 15px;
}

.footer_link li {
  padding: 10px 10px 0;
  font-size: 3.2vw;
  font-feature-settings: "palt";
}

.footer_copyright {
  padding: 10px;
}

}



@media only screen and (max-width: 414px) {
.menu > ul > li.snv a {
  padding: 2.5vw 1.5em 2vw;
  font-size: 3vw;
}

}

