@charset "utf-8";
/* area ******************************************************/
.area-intro {
  margin-top: 16px;
}
.area-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.area-left {
  width: 60%;
  box-sizing: border-box;
}
.area-leftNotice {
  color: #8b8b8b;
  font-size: 1em;
  margin: 16px 0;
}
.area-right {
  width: 38%;
  padding: 45px;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: center;
}
.area-notice {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}
.area-notice span {
  font-size: 1.1em;
}
.area-tel {
  margin: 12px auto 24px;
}
.area-tel a {
  font-size: 2em;
  color: #00a2d6;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}
.area-tel a::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -1em;
  width: 1em;
  height: 1em;
  background: url("../img/common/phone.png") no-repeat center;
  background-size: contain;
}
.area-tel p {
  font-size: 0.9em;
}
/* footer ******************************************************/
#footer {
  width: 100%;
  min-width: 1024px;
  height: auto;
  padding: 4em 0 1em;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: url("../img/common/footer_BG02.png") no-repeat center;
  background-size: cover;
  width: 70%;
  height: 100%;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/common/footer_BG01.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.f-box {
  width: 1200px;
  max-width: 95%;
  min-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.f-inBox {
  width: 80%;
  margin: 0 0 0 3%;
  padding: 0;
  box-sizing: border-box;
}
.f-menu {
  display: flex;
}
.f-menu li {
  margin: 0 10px;
  color: #fff;
}
.f-menu li a {
  color: #fff;
}
.f-menu li:first-child {
  margin: 0 10px 0 0;
}
.f-menuTop {
  margin-bottom: 12px;
}
.f-info {
  margin: 75px 0 100px;
  color: #fff;
}
.f-info a {
  color: #fff !important;
}
.f-logo {
  width: auto;
  height: 50px;
}
.f-info p {
  margin-top: 20px;
  line-height: 1.7;
}
.f-copy {
  font-size: 0.9em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* area ******************************************************/
  .area {
    padding: 50px 0 !important;
  }
  .area-intro {
    width: 75%;
    margin: 0 auto;
    margin-top: 16px;
  }
  .area-wrap {
    margin-top: 16px;
  }
  .area-left {
    width: 100%;
  }
  .area-left img {
    width: 105%;
  }
  .area-leftNotice {
    font-size: 0.9em;
    margin: 16px 0 0;
    text-align: center;
  }
  .area-right {
    width: 90%;
    padding: 45px 35px;
    margin: 45px auto 0;
  }
  /* footer ******************************************************/
  #footer {
    width: 100%;
    min-width: 100%;
    padding: 75px 0 35px;
    background: #003e92;
  }
  #footer::after {
    background: none;
  }
  #footer::before {
    background: none;
  }
  .f-box {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .f-inBox {
    width: 85%;
    margin: 0 auto;
  }
  .f-menu {
    flex-wrap: wrap;
  }
  .f-menu li {
    margin: 12px 0;
  }
  .f-menu li a {
    color: #fff;
  }
  .f-menu li:first-child {
    margin: 0 0 12px;
  }
  .f-menuTop {
    margin-bottom: 12px;
  }
  .f-info {
    margin: 50px 0 50px;
    padding: 35px;
    box-sizing: border-box;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .f-logo {
    margin: 0 auto;
  }
  .f-copy {
    font-size: 0.8em;
    text-align: center;
  }
  .f-menuLink {
    width: 100%;
  }
  .f-menuLine {
    display: none;
  }
}
@media screen and (max-width: 634px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
}
