@charset "utf-8";
/* CSS Document */
/************** 共通設定 **************/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  background-image: url(../images/bg_01.png);
  background-repeat: repeat;
  font-family: "UD Shin Go Regular";
  font-feature-settings: "palt";
}
body img {
  width: 100%;
  height: 100%;
}
header {
  height: 75px;
  padding: 0.5rem 5rem;
  background-color: #370008;
  display: flex;
  align-items: center;
}
.usg-M {
  font-family: "UD Shin Go Medium";
}
.usg-DB {
  font-family: "UD Shin Go DemiBold";
}
.ur-M {
  font-family: "UD Reimin Medium";
}
.ur-B {
  font-family: "UD Reimin Bold";
}
span.aks {
  display: inline-block;
}
.daccoLogo {
  width: 225px;
  height: 50px;
}
.daccoLogo img {
  width: 100%;
}
.container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 1.5rem 0;
  background-color: white;
}
img.top_img_sp {
  display: none;
}
.header_bottom {
  margin: -7.5px 0 0;
  padding: 0.25rem 0;
  text-align: center;
  letter-spacing: 0.25rem;
  background-color: white;
  color: #0099ff;
}
.header_bottom p {
  margin: 0;
}
#navigation {
  display: flex;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.navi_01, .navi_02, .navi_03 {
  width: 33.33%;
  height: 70px;
  position: relative;
  text-align: center;
}
.navi_01, .navi_03 {
  line-height: 35px;
}
.navi_02 {
  border-right: solid 2px #fff;
  border-left: solid 2px #fff;
}
.navi_01_inner, .navi_02_inner, .navi_03_inner {
  height: 100%;
  background-color: #0099ff;
  transition: 0.25s;
}
#navigation p {
  width: 100%;
  color: white;
  margin: 0;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
#navigation a {
  display: inline-block;
  width: 100%;
  height: 105px;
  text-decoration: none;
}
.navi_01:hover .navi_01_inner {
  background-color: #ffffff !important;
}
.navi_02:hover .navi_02_inner {
  background-color: #ffffff !important;
}
.navi_03:hover .navi_03_inner {
  background-color: #ffffff !important;
}
.navi_01:hover p {
  color: #0099ff !important;
}
.navi_02:hover p {
  color: #0099ff !important;
}
.navi_03:hover p {
  color: #0099ff !important;
}
#main {
  margin-bottom: 5rem;
}
.footer_navi {
  display: flex;
  max-width: 432.43px;
  margin: 0 auto 1.5rem;
}
.Fnavi_01 {
  padding-right: 0.5rem;
}
.Fnavi_02 {
  padding: 0 0.5rem;
  border-left: solid 2px #370008;
  border-right: solid 2px #370008;
}
.Fnavi_03 {
  padding-left: 0.5rem;
}
.footer_navi p {
  margin: 0;
  color: #370008;
}
.footer_navi a {
  text-decoration: none;
  text-decoration-color: #370008 !important;
}
.Fnavi_01:hover a {
  text-decoration: underline;
}
.Fnavi_02:hover a {
  text-decoration: underline;
}
.Fnavi_03:hover a {
  text-decoration: underline;
}
.copyright {
  text-align: center;
  color: #370008;
  font-size: 0.9rem;
}
@media screen and (max-width:850px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width:768px) {
  .container {
    max-width: 608px;
  }
}
@media screen and (max-width:608px) {
  #navigation {
    font-size: 3vw;
  }
  .container {
    width: 90%;
    padding-bottom: 0;
  }
  #footer {
    background-color: #370008;
    padding: 1rem;
  }
  .footer_navi {
    display: block;
    width: 100%;
    max-width: unset;
    padding-bottom: 1rem;
    border-bottom: solid 2px white;
    text-align: center;
  }
  .footer_navi p {
    color: white;
  }
  .footer_navi a {
    text-decoration-color: white !important;
  }
  .Fnavi_01, .Fnavi_02, .Fnavi_03 {
    padding: 0;
  }
  .Fnavi_02 {
    border: none;
  }
  .copyright {
    color: white;
  }
}
@media screen and (max-width:500px) {
  header {
    width: 100% !important;
    padding-left: 5%;
    height: 60px;
    box-sizing: border-box;
  }
  body {
    font-size: 0.9rem;
    line-height: 1.5rem;
    background-size: 75%;
  }
  .container {
    width: 100%;
  }
  #navigation {
    display: block;
    font-size: 0.9rem;
  }
  #navigation a {
    width: auto;
    height: auto;
  }
  .navi_01, .navi_02, .navi_03 {
    width: 100%;
    height: 35px;
  }
  .navi_02 {
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .navi_02_inner br {
    display: none;
  }
  .daccoLogo {
    max-width: 150px;
    height: 33.33px;
    margin: unset;
  }
  img.top_img_sp {
    display: block;
  }
  img.top_img_pc {
    display: none;
  }
}