@charset "UTF-8";
/* color */
/* font */
/* font-size expention */
/* icon */
.link-blue {
  color: #3c5f9a;
}
.link-black {
  color: #000;
}

.link-underline {
  text-decoration: underline;
  text-underline-offset: 0.3ex;
}

.text-bold {
  font-family: "Hiragino Maru Gothic W6 JIS2004";
}

.image {
  width: 100%;
}

/* 各種基本方針 */
.link-content {
  display: flex;
  flex-wrap: wrap;
}
.link-content .link-content-icon {
  width: 32%;
  height: 60px;
}
.link-content .link-content-icon::before {
  content: "";
  display: block;
  background: url(/group/common/img/icon_arrow.svg) no-repeat right;
  width: 28px;
  height: 30px;
  background-size: 26px;
  position: relative;
  top: 26px;
}
.link-content .link-content-item {
  display: block;
  text-decoration: none;
  padding-left: 35px;
}
.link-content .link-content-item:hover {
  color: #5bb7d4;
}

/* ここまで */
/* サイト利用条件 */
.link-content {
  display: flex;
  flex-wrap: wrap;
}
.link-content .link-content-icon-terms {
  width: 50%;
  height: 60px;
}
.link-content .link-content-icon-terms::before {
  content: "";
  display: block;
  background: url(/group/common/img/icon_arrow.svg) no-repeat right;
  width: 28px;
  height: 30px;
  background-size: 26px;
  position: relative;
  top: 26px;
}
.link-content .link-content-item {
  display: block;
  text-decoration: none;
  padding-left: 35px;
}
.link-content .link-content-item:hover {
  color: #5bb7d4;
}

/* ここまで */
/* サイトマップ */
.sitemap_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
}
.sitemap_wrap .cont_set {
  width: 47%;
}
.sitemap_wrap .cont_box {
  width: 100%;
}
.sitemap_wrap .cont_box .cont_title {
  display: block;
  background-color: #eaf5f9;
  border-radius: 8px;
  color: #1e1e1e;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-family: "Hiragino Maru Gothic W6 JIS2004";
}
.sitemap_wrap .cont_box .cont_title ::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 26px;
  position: relative;
  top: 4px;
  left: 0;
  background-color: #5bb7d4;
  border-radius: 2px;
  margin-right: 17px;
}
.sitemap_wrap .cont_box .cont_title .link {
  display: block;
  color: #1e1e1e;
  background: url("/group/common/img/icon_arrow.svg") no-repeat;
  background-size: 30px;
  background-position: 96%;
  text-decoration: none;
  padding: 16px 30px 21px 0;
  transition: 0.3s;
}
.sitemap_wrap .cont_box .cont_title .link:hover {
  border-radius: 8px;
  background: url("/group/common/img/icon_arrow_bgwhite.svg") no-repeat;
  background-size: 30px;
  background-position: 96%;
  background-color: #5bb7d4;
  color: #ffffff;
}
.sitemap_wrap .cont_box .nolink {
  display: block;
  padding: 20px 30px 17px 23px;
}
.sitemap_wrap .cont_box .page_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px;
  list-style: none;
}
.sitemap_wrap .cont_box .page_list li {
  width: 45%;
  margin-bottom: 25px;
}
.sitemap_wrap .cont_box .page_list li a {
  color: #1e1e1e;
}
.sitemap_wrap .cont_box .page_list li :hover {
  text-decoration: none;
}

/* ここまで */
@media screen and (max-width: 1200px) {
  /* サイトマップ */
  .sitemap_wrap .cont_box .link {
    display: block;
    background-size: 26px;
    background-position: 94%;
  }
  .sitemap_wrap .cont_box .link:hover {
    background-size: 26px;
    background-position: 94%;
    color: #ffffff;
  }
  /* ここまで */
}
@media screen and (max-width: 900px) {
  /* 各種基本方針・サイト利用条件 */
  .link-content .link-content-icon {
    width: 50%;
  }
  /* ここまで */
  /* サイトマップ */
  .sitemap_wrap {
    display: flex;
    flex-direction: column;
  }
  .sitemap_wrap .cont_set {
    width: 100%;
  }
  .sitemap_wrap .cont_set .cont_box .cont_title {
    font-size: 1.125rem;
  }
  .sitemap_wrap .cont_set .cont_box .cont_title .link {
    background-position: 97%;
  }
  .sitemap_wrap .cont_set .cont_box .cont_title .link:hover {
    background-position: 97%;
  }
  /* ここまで */
}
@media screen and (max-width: 600px) {
  /* 各種基本方針 */
  .link-content .link-content-icon {
    width: 100%;
    height: auto;
  }
  /* ここまで */
  /* サイト利用条件 */
  .link-content .link-content-icon-terms {
    width: 100%;
    height: auto;
  }
  /* ここまで */
  /* サイトマップ */
  .sitemap_wrap .cont_set .cont_box .page_list li {
    width: 90%;
    margin-bottom: 10px;
  }
  /* ここまで */
}/*# sourceMappingURL=en_other.css.map */