@charset "UTF-8";
body {
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
body.noscroll {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
}

.ta-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .ta-br {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: center;
  background: #fff;
  border-bottom: solid 1px #E5E5E5;
}
@media screen and (max-width: 920px) {
  .header {
    height: 64px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
}
.header__logo-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  transition: 0.3s;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .header__logo-wrapper {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 450px) {
  .header__logo-wrapper {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.header__logo-wrapper:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.header__logo-img {
  width: 100%;
  height: 36px;
}
.header__logo-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo-text {
  font-weight: 700;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #333341;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 920px) {
  .header__logo-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .header__logo-text {
    font-size: 3.1111111111vw;
  }
}
.header__right {
  display: flex;
  flex-shrink: 0;
}
.header__right-link {
  font-size: 14px;
  padding-right: 20px;
  color: #4278FF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__right-link {
    display: none;
  }
}
.header__right-link:hover {
  text-decoration: underline;
}
.header__right-link::after {
  content: "";
  filter: invert(46%) sepia(47%) saturate(5708%) hue-rotate(211deg) brightness(102%) contrast(101%);
  width: 16px;
  height: 16px;
  background: url("../../img/manual/common/icon_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}

.search__form.header {
  position: relative;
  width: 335px;
  height: 40px;
  padding: 6px;
  box-shadow: none;
  border: solid 1px #D1D5DA;
}
@media screen and (max-width: 920px) {
  .search__form.header {
    width: 295px;
  }
}
@media screen and (max-width: 768px) {
  .search__form.header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search__form.header img {
    padding: 0;
    margin: 0;
  }
}
.search__form.header input {
  font-size: 14px;
}
.search__form.header a {
  width: 64px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.searchopen__btn {
  display: none;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .searchopen__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.searchopen__btn img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-page .header {
  position: relative;
}

.footer__link {
  background: #69737C;
  padding: 56px 0 40px;
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 450px) {
  .footer__link {
    padding: 24px 0;
  }
}
.footer__link-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 16px;
  margin: 0 40px;
}
@media screen and (max-width: 450px) {
  .footer__link-container {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 24px;
    margin: 0 20px;
  }
}
.footer__link ul {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 450px) {
  .footer__link ul {
    flex-direction: column;
    row-gap: 24px;
  }
}
.footer__link-item a {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  color: #fff;
  position: relative;
}
.footer__link-item a:hover {
  text-decoration: underline;
}
.footer__link-item a::after {
  content: "";
  filter: invert(100%) sepia(1%) saturate(128%) hue-rotate(7deg) brightness(115%) contrast(100%);
  width: 12px;
  height: 12px;
  background: url("../../img/manual/common/icon_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}
.footer__copyright {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#page-top a {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  border-radius: 4px 4px 0 4px;
  text-align: center;
  background: #4278FF;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 48px;
    height: 48px;
  }
}
#page-top a img {
  width: 24px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#page-top a:hover {
  background: #7AA0FF;
}

.hamburger {
  display: none;
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
  position: fixed;
  z-index: 999;
  top: 64px;
  left: 0;
  border-top: solid 1px #E4E6E9;
  background-color: #fff;
  overflow-y: auto;
}
.hamburger__btn {
  height: 48px;
  width: 48px;
  margin-right: -12px;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger__btn {
    display: block;
  }
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(1) {
  transform: rotate(45deg);
  width: 22px;
  top: 23px;
  transition: 0.3s;
  left: 13px;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(2) {
  width: 0;
  transition: 0.3s;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(3) {
  transform: rotate(-45deg);
  width: 24px;
  bottom: 23px;
  left: 13px;
  transition: 0.3s;
}
.hamburger__btn-line {
  width: 24px;
  height: 2px;
  background-color: #959DA5;
  position: absolute;
  transition: 0.3s;
}
.hamburger__btn-line:nth-child(1) {
  top: 16px;
  left: 12px;
}
.hamburger__btn-line:nth-child(2) {
  top: 23px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger__btn-line:nth-child(3) {
  bottom: 16px;
  left: 12px;
}
.hamburger-items {
  width: 100%;
  margin: 0 auto;
}
.hamburger-item {
  position: relative;
}
.hamburger-item ul {
  display: none;
}
.hamburger-item li {
  font-size: 16px;
}
.hamburger-link {
  color: #2F363D;
  padding: 12px 40px;
}
@media screen and (max-width: 450px) {
  .hamburger-link {
    padding: 12px 20px;
  }
}
.hamburger-link .icon-link {
  width: 14px;
  height: 14px;
  margin: 0 0 -1px 8px;
}
.hamburger-title {
  width: 100%;
  height: 100%;
  padding: 24px 40px;
  font-weight: 700;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 450px) {
  .hamburger-title {
    padding: 24px 20px;
  }
}
.hamburger-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../img/manual/common/icon_down.png");
  background-size: contain;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: 0.3s;
}
.hamburger-title.selected {
  background: #F1F5FF;
}
.hamburger-title.selected::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.hamburger-service-link {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  border-top: solid 1px #E5E5E5;
  font-size: 14px;
}
.hamburger-service-link a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 40px;
  color: #4278FF;
  position: relative;
}
@media screen and (max-width: 450px) {
  .hamburger-service-link a {
    padding-left: 20px;
  }
}
.hamburger-service-link a:hover {
  text-decoration: underline;
}
.hamburger-service-link a::after {
  content: "";
  filter: invert(46%) sepia(47%) saturate(5708%) hue-rotate(211deg) brightness(102%) contrast(101%);
  width: 16px;
  height: 16px;
  background: url("../../img/manual/common/icon_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  left: 200px;
}
@media screen and (max-width: 450px) {
  .hamburger-service-link a::after {
    left: 180px;
  }
}/*# sourceMappingURL=common.css.map */