@charset "utf-8";
/* CSS Document */
header {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body {
  max-width: 100%;
  margin: 0 2% 0 2%;
  padding: 0;
}
 p {
  font-size: 12px;
  margin-bottom: 1em;
  color: #272727;
}
.wrapper {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.acd-menu dt {
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.acd-menu dt::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}
.acd-menu .open::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.acd-menu dd ul li {
  list-style: none;
}
.acd-menu dd ul li a {
  display: block;
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 0 30px 0 50px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
}
.acd-menu dd ul li a::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
}
img.logo_top {
  max-width: 50%;
  margin: 2% 0 0 2%;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
header nav {
  margin-right: -16px;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 16px;
}
#nav_toggle {
  display: none;
}
/*メニュー部分*/
@media screen and (max-width:960px) {
  nav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #000;
    z-index: 101;
    left: 0;
  }
  header nav ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  header nav ul li {
    list-style: none;
    /*margin: auto 10%;*/
    text-align: left; /*border-bottom: 1px solid #fff;*/
    font-family: "Arial Black", Gadget, sans-serif;
  }
  header nav ul li:last-child {
    border: none;
  }
  header nav ul li a {
    display: block;
  }
}
@media screen and (max-width:960px) {
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    z-index: 101;
  }
  #nav_toggle div {
    position: relative;
    top: 5px;
    right: 0;
    /*bottom: 42px;
    left: 314px;*/
  }
  #nav_toggle span {
    display: block;
    height: 5px;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.main_title {
  width: 100%;
  background-color: #0a90c1;
  margin: 0;
  padding: 0;
}
.main_title p {
  width: 80%;
  margin: 0 10%;
  padding: 2% 0;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  color: #fff;
  font-size: 14px;
}
.top_main_pic {
  max-width: 100%;
}
img.banner {
  max-width: 100%;
  margin: 3% 0 0 0;
}
.fixed_btn {
  width: 20%;
  height: 20%;
  position: fixed;
  bottom: 30%;
  right: 0;
}
.fixed_btn img {
  width: 100%;
}
footer {
  width: 100%;
  height: auto;
  background-color: #000;
}
img.footer_logo {
  max-width: 80%;
  margin: 5% 10% 0 10%;
  text-align: center;
}
.footertext1 {
  font-size: 14px;
  width: 80%;
  margin: 5% 10% 0 10%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  color: #fff;
  text-align: center;
}
.footertext2 {
  font-size: 17px;
  width: 80%;
  margin: 5% 10% 0 10%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
img.mail_footer {
  max-width: 80%;
  margin: 5% 10%;
  text-align: center;
}
.copyright {
  width: 100%;
  background-color: #fff;
  height: auto;
}
.copyright p {
  font-size: 12px;
  width: 95%;
  margin: auto 2.5%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  text-align: center;
  color: #000;
  border: none;
}
.title_underline {
  width: 100%;
  margin: 3% 0 3% 0;
  border-bottom: solid #b7b7b7 1px;
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-device-width: 320px) {
  .title_underline {
    width: 100%;
    margin: 3% 0 3% 0;
    border-bottom: solid #b7b7b7 1px;
    font-size: 12px;
  }
}