/* mainContent */
.mainContent {
  font-size: 1em;
  padding-top: 60px;
}
.mainContent.w_page {
  margin-top: 0;
  overflow: hidden;
  min-height: 100vh;
}
.mainContent .breadcrumbs {
  padding: 1em 4%;
  background-color: #F9FAFC;
}
.mainContent .breadcrumbs p {
  display: inline;
}
.mainContent .breadcrumbs p > a {
  color: #0066cc;
  font-weight: 300;
}
.mainContent .breadcrumbs p > a:hover {
  text-decoration: underline;
}
.mainContent .breadcrumbs p + p:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
  margin: 0 12px 2px 3px;
  vertical-align: middle;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mainContent .gray {
  background-color: #F9FAFC;
  overflow: hidden;
}
.mainContent .notice_red {
  color: #FF0000;
}
@media screen and (min-width: 768px) {
  .mainContent {
    font-size: 1.1vw;
  }
  .mainContent .breadcrumbs p > a {
    font-size: 1em;
  }
}
@media screen and (min-width: 995px) {
  .mainContent {
    padding-top: 90px;
  }
  .mainContent.w_page {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .mainContent {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1440px) {
  .mainContent {
    font-size: 1em;
  }
}

/* mainContent */
/* slick */
.slick-dots li {
  margin: 0 0.8%;
  width: 8px;
  height: 8px;
}
.slick-dots li.slick-active button::before {
  background-color: #0226A7;
}
.slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #EBEBEB;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    width: 16px;
    height: 16px;
  }
  .slick-dots li button {
    transition: all 0.5s;
  }
  .slick-dots li button:hover {
    opacity: 0.5;
  }
}

/* slick */
/* 404 */
.post_mod.not_found {
  margin: 5em auto 10em;
}
.post_mod.not_found h2 {
  margin: 1em 0 1em;
}
@media screen and (min-width: 768px) {
  .post_mod.not_found {
    margin: 5em auto 10em 5%;
    width: 90%;
  }
}

/* 404 */
/* footer */
footer#footer {
  position: relative;
  width: 100%;
  background-color: #0B52A4;
}
footer#footer .inner {
  position: relative;
  width: 100%;
  padding: 15px 0 18px;
}
@media screen and (min-width: 1200px) {
  footer#footer .inner {
    width: 91.666667%;
    padding: 64px 0 18px;
    margin: 0 auto;
    max-width: 1280px;
  }
}
footer#footer .inner .sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  footer#footer .inner .sitemap {
    justify-content: space-between;
  }
}
footer#footer .inner .sitemap .sub {
  width: 100%;
  color: #fff;
}
footer#footer .inner .sitemap .sub div.block {
  overflow: hidden;
}
footer#footer .inner .sitemap .sub div.block p {
  position: relative;
  font-size: 16rem;
  font-weight: 500;
  line-height: 40px;
  margin: 31px 5% 17px;
  padding: 0 0 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer#footer .inner .sitemap .sub div.block p > a {
  position: relative;
  display: block;
  color: #fff;
}
footer#footer .inner .sitemap .sub div.block p > a::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/top/arrow01_w.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
footer#footer .inner .sitemap .sub div.block ul {
  margin: 6px 5% 7px;
}
footer#footer .inner .sitemap .sub div.block ul li {
  padding: 8px 0 8px;
}
footer#footer .inner .sitemap .sub div.block ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
footer#footer .inner .sitemap .sub div.block ul li a::after {
  position: relative;
  display: inline-block;
  content: "";
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../img/top/arrow01_w.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(10%);
}
@media screen and (min-width: 1200px) {
  footer#footer .inner .sitemap .sub {
    width: 31%;
    margin-left: 0;
    margin-bottom: 0;
  }
  footer#footer .inner .sitemap .sub div.block p {
    margin-bottom: 20px;
    line-height: 1;
    margin: 16px 0 16px;
    padding: 0 0 16px;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  footer#footer .inner .sitemap .sub div.block p > a {
    margin-left: 0;
    transition: all 0.3s;
  }
  footer#footer .inner .sitemap .sub div.block p > a::after {
    background-size: contain;
    background-position: center center;
    transition: all 0.3s;
  }
  footer#footer .inner .sitemap .sub div.block p > a:hover {
    margin-left: 16px;
  }
  footer#footer .inner .sitemap .sub div.block p > a:hover::after {
    right: 16px;
  }
  footer#footer .inner .sitemap .sub div.block ul {
    display: block;
    margin: 23px 0 7px;
  }
  footer#footer .inner .sitemap .sub div.block ul li {
    padding: 2px 0 3px;
  }
  footer#footer .inner .sitemap .sub div.block ul li a {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 0 20px 0 0;
    transition: all 0.3s;
  }
  footer#footer .inner .sitemap .sub div.block ul li a::after {
    top: 6%;
    left: 10px;
    width: 13px;
    height: 13px;
    transform: unset;
    transition: all 0.3s;
  }
  footer#footer .inner .sitemap .sub div.block ul li a:hover {
    margin-left: 16px;
  }
}
footer#footer .inner .more_links {
  width: 100%;
  margin: 24px 0 10px;
}
footer#footer .inner .more_links ul li {
  width: 100%;
  margin: 0 0 11px;
  padding: 0 5%;
  list-style: 1;
}
footer#footer .inner .more_links ul li a {
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}
footer#footer .inner .more_links ul li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  display: block;
  background-color: #fff;
}
footer#footer .inner .more_links ul li a::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  background-image: url(../img/top/arrow01_w.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(24px, 0px);
}
footer#footer .inner .more_links ul li a[target=_blank]::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/link_n_blank_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(25px, 0px);
}
@media screen and (min-width: 1200px) {
  footer#footer .inner .more_links {
    margin: 50px 0 3px;
    display: flex;
    flex-direction: column-reverse;
  }
  footer#footer .inner .more_links ul {
    margin: 4px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 48px;
  }
  footer#footer .inner .more_links ul li {
    width: auto;
    margin: 0 0 11px;
    padding: 0;
  }
  footer#footer .inner .more_links ul li a {
    font-size: 12px;
    line-height: 1.8;
  }
  footer#footer .inner .more_links ul li a::before {
    bottom: 2px;
    transition: all 0.5s;
  }
  footer#footer .inner .more_links ul li a::after {
    transform: translate(24px, 6px);
    transition: all 0.3s;
  }
  footer#footer .inner .more_links ul li a[target=_blank]::after {
    transform: translate(25px, 3px);
  }
  footer#footer .inner .more_links ul li a:hover::before {
    width: 0%;
  }
  footer#footer .inner .more_links ul li a:hover[target=_blank]::after {
    transform: translate(25px, 3px);
  }
}
footer#footer .inner #footer_sns {
  position: relative;
  width: 90%;
  height: auto;
  display: block;
  margin: 49px auto 50px;
}
footer#footer .inner #footer_sns ul {
  width: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*align-items: center;*/
}
footer#footer .inner #footer_sns ul li a {
  display: block;
  width: 40px;
  height: 40px;
}
footer#footer .inner #footer_sns ul li a img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  footer#footer .inner #footer_sns {
    position: absolute;
    width: 136px;
    height: 40px;
    display: block;
    top: 148px;
    right: 0;
  }
  footer#footer .inner #footer_sns ul {
    width: 136px;
  }
  footer#footer .inner #footer_sns ul li a {
    transition: all 0.3s;
  }
  footer#footer .inner #footer_sns ul li a:hover {
    opacity: 0.3;
  }
}
footer#footer .inner .logos {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 138px;
  height: 42px;
  padding: 0 8px 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}
footer#footer .inner .logos > div {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer#footer .inner .logos > div.mark_cybertrust {
  width: 30%;
}
footer#footer .inner .logos > div.mark_privacy {
  width: 24%;
}
footer#footer .inner .logos > div.mark_isoiec27001 {
  width: 36%;
}
footer#footer .inner .logos > div > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer#footer .inner .logos > div > a img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  footer#footer .inner .logos {
    right: 0;
    width: 245px;
    height: 77px;
    padding: 0 11px 0;
  }
  footer#footer .inner .logos > div.mark_cybertrust {
    width: 32%;
  }
  footer#footer .inner .logos > div.mark_privacy {
    width: 20%;
  }
  footer#footer .inner .logos > div.mark_isoiec27001 {
    width: 34%;
  }
}
footer#footer .inner #copyright p {
  display: inline;
  margin-left: 5%;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1200px) {
  footer#footer .inner #copyright p {
    margin-left: unset;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}

/* footer *//*# sourceMappingURL=wp_common_add.css.map */