@import url(//fonts.googleapis.com/css?family=Gilda+Display);
@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Libre+Baskerville:400,400i');

body {
  font-family: 'Noto Serif JP', serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  color: #000;
  font-weight: 500;
}

img {
  line-height: 0 !important;
}

a,
a:link,
a:visited,
a:hover {
  color: #222222;
  text-decoration: none;
}


.dropmenu {
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 0;
  padding: 0;
}

.dropmenu:before,
.dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #8a9b0f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
}

.dropmenu li ul li a {
  padding: 13px 15px;
  border-top: 1px solid #fff;
  background: #f90f21;
  text-align: left;
}

.dropmenu li:hover > a {
  background: #333631;
  opacity: .9;
  transition: all .3s;
}

.dropmenu li a:hover {
  background: #f90f21;
}

.fade-in2 {
  position: relative;
  z-index: 5;
}

.fade-in2 li ul {
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}

.fade-in2 li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}



section#content {
  padding-top: 80px;
}

section#content > img,
section.full > img {
  width: 100%;
}


section#content h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400 !important;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 36px;
}

section > h3 {
  padding-right: 15px;
  padding-left: 15px;
}


section > div > p > a {
  display: block;
}

section > div > p > a:hover {
  opacity: .7;
}

.row-center {
  text-align: center;
  letter-spacing: -0.4em;
}

.row-center > [class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  float: none !important;
}

.row-center.va-middle > [class*='col-'] {
  vertical-align: middle;
}

.row-center.va-top > [class*='col-'] {
  vertical-align: top;
}

@media (max-width: 991px) {
  section#content {
    padding-top: 80px;
  }
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 20px;
  font-size: 77%;
}

@media (max-width: 991px) {
  #page-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 77%;
  }
}

@media (max-width: 768px) {
  #page-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 77%;
  }
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 38px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .7;
}

/*footer nav*/

div.f_w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

#sub_nav {
  padding-top: 40px;
  background: #BBBDBF;
  border-bottom: 1px solid #fff;
}

#sub_nav dl dt {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

#sub_nav dl dd {
  color: #fff;
  font-size: 11px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}

#sub_nav dl dd a {
  color: #fff;
  padding: 5px 0;
}

#sub_nav dl dd a:hover {
  color: #fff;
  text-decoration: underline;
}

footer {
  background: #333631;
  text-align: center;
  color: #fff;
}

footer address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.7;
  font-size: 10px;
}

footer p {
  font-size: 9px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  col-sm-2-5 {
    width: 40%;
    float: left;
  }

  col-sm-3-5 {
    width: 60%;
    float: left;
  }

  col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

/* Navigation */
.navigation {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 5;
  top: 0;
  -webkit-animation: slideDown .2s forwards;
  animation: slideDown .2s forwards;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background: #ffffff87;
}

nav h1 img {
  float: left;
  max-height: 60px;
  position: absolute;
  left: 5%;
  top: 5px;
}

.navigation ul {
  float: right;
  position: absolute;
  top: 46px;
  right: 10%;
}

.navigation ul.gengo {
  float: right;
  position: absolute;
  top: 4px;
  right: 10%;
}


.navigation ul li a {
  display: inline-block;
  position: relative;
  color: #333631;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

nav ul li a:hover {
  text-decoration: none;
  color: #f90f21;
}

.navigation ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  height: 2px;
  width: 100%;
  background: #f90f21;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navigation ul.gengo li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  height: 0;
  width: 100%;
  background: #f90f21;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navigation ul li a:hover:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.navigation ul li {
  margin: 0 14px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 956px) {
  .navigation ul {
    float: right;
    position: absolute;
    top: 46px;
    right: 0%;
  }

  .navigation ul.gengo {
    float: right;
    position: absolute;
    top: 4px;
    right: 0;
  }

  .navigation ul li {
    margin: 0 14px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
  }
}

@media (max-width: 856px) {
  .navigation ul li {
    margin: 0 6px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
  }
}

.navigation ul.gengo li:last-child {
  font-weight: 500;
  font-size: 14px;
  margin: 0 20px 0 12px;
}

.navigation ul.gengo li:first-child {
  margin: 0 -8px;
  font-weight: 500;
  font-size: 14px;

}

.navigation #btn_contact:hover {
  color: #fff;
}


.nav-up {
  -webkit-animation: slideUp .2s ease forwards;
  animation: slideUp .2s ease forwards;

}

/* Navigation Mobile */
.button-container {
  position: fixed;
  top: 24px;
  right: 10%;
  width: 40px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 200;
}

.button-container:hover {
  opacity: .7;
}

.button-container span {
  background: #333631;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  border-radius: 4px;
}

.button-container span:nth-of-type(2) {
  top: 12px;
}

.button-container span:nth-of-type(3) {
  top: 24px;
}

span.top.active {
  top: 6px;
}

.top.active {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  -ms-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: #FFF;
}

.middle.active {
  opacity: 0;
  background: #FFF;
}

.bottom.active {
  -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.overlay {
  position: fixed;
  background: #333631;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s ease-in-out;
  transition: opacity .35s, visibility .35s, width .35s ease-in-out;
  overflow: hidden;
  z-index: 100;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  width: 100%;
  /*  overflow: hidden;*/
  overflow: auto;
}

.overlay nav {
  /* position: relative;
  height: 60%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 700;
  text-align: center;*/

  position: relative;
  height: 60%;
  top: 37%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* font-size: 28px; */
  /* font-weight: 700; */
  text-align: left;
  padding-left: 22px;

}

.overlay nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%
}

.overlay nav ul li {
  display: block;
  min-height: 32px;
  position: relative;
  opacity: 0;
  margin-bottom: 10px;
}

.overlay.open nav ul li {
  -webkit-animation: menuFade .5s ease forwards;
  animation: menuFade .5s ease forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.overlay.open nav ul li:nth-of-type(2) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.overlay.open nav ul li:nth-of-type(3) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  color: #FFF;
  font-size: 25px;
}

.overlay.open nav ul li:nth-of-type(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

@-webkit-keyframes menuFade {
  0% {
    opacity: 0;
    left: -25%
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes menuFade {
  0% {
    opacity: 0;
    left: -25%
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

.overlay nav ul li a {
  display: block;
  position: relative;
  color: #FFF;
  overflow: hidden;
  font-size: 22px;
  text-align: left;

}

.overlay nav ul li a:hover {
  text-decoration: none;
}

.overlay nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  height: 3px;
  width: 100%;
  background: #FFF;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.overlay nav ul li a:hover:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

nav.navigation h1 + ul > li > p.active {
  color: #fff;
  background-color: #333631;
  border: 1px solid #333631;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;

}

nav.navigation h1 + ul > li + li > a {
  color: #333631;
  border: 2px solid transparent;
  padding: 0;
  margin: 0;
  width: 31px;
  height: 31px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all .3s;
  overflow: inherit;
}

nav.navigation h1 + ul > li + li > a:hover {
  color: #333631;
  border: 2px solid #333631;
  padding: 0;
  margin: 0;
  width: 31px;
  height: 31px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all .3s;
}



ul.pc > li.drop > a.mo:after {
  border-bottom: 5px solid #5fb6df;
  width: 100%;
}

ul.pc > li.drop > a.mo:hober {
  text-decoration: none;
  color: #045229;
}


ul.pc > li.drop > a:after {
  content: "";
  border-bottom: 1px solid #f90f21;
  width: 0%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul.pc > li.drop.active > a:after {
  content: "";
  border-bottom: 1px solid #f90f21;
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul.pc > li.drop > a:hover:after {
  border-bottom: 1px solid #f90f21;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f90f21;
}

ul.pc > li.drop > a.mo {
  color: #f90f21;
}

ul.pc > li.drop > a.mo:hover:after {
  border-bottom: 1px solid #fff;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

ul.pc > li.drop > a.mo:after {
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

.navigation ul li div ul li a:after {
  background: #fff;
}

ul.pc > li.drop a span {
  font-size: 55%;
  display: block;
  letter-spacing: 1px;
  text-indent: 1px;
}

ul.pc li.drop div.mo {
  display: none;
  position: relative;
  top: 0;
  text-align: left;
}

ul.pc li.drop div.mo img.tri {
  width: 25px;
  margin: 10px 0 3px 60px;
}

ul.pc li.drop div.mo ul {
  background-color: rgba(1, 148, 73, .8);
  border-radius: 10px;
  padding: 20px;
}

div#mo01 ul {
  width: 436px;
  /* height: 390px; */
  position: absolute;
  top: 0;
  left: -172px;
}

ul.pc li div.mo ul li {
  text-align: center;
  margin-bottom: 10px;
}

ul.pc li div.mo ul li a {
  color: white;
  font-size: 1.3rem;
  letter-spacing: 0;
  border: none;
}

ul.pc li div.mo ul li a:hover {}

ul.pc li div.mo ul li a:hover img {
  opacity: .7;
  /*transition: all .3s;*/
}

div.max760 {
  max-width: 760px;
  margin: 0 auto;
}

p.syb {
  background: #d9edf7;
  padding: 20px;
}

table#qa {
  max-width: 750px;
  margin: 0 auto;
}
table#qa td {
  text-align: left;
  padding: 15px 5px 10px 15px;
  vertical-align: top;
  line-height: 180%;
}
table#qa td.hyou5 {
  padding: 10px 20px 0px 0px;
}

table#qa td.hyou5 img {
  width: 28px;
}

table#qa td.blank {
  padding: 0;
}
table#qa td b,
table#qa td strong {
  font-weight: 500;

}
.Qan {
  background: #f7d9d9ad;
}
div.bghcolor3 {
  background-color: #DFF1F9;
  max-width: 760px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}