@charset "UTF-8";
html {
  margin-top: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  margin-top: 0;
  list-style: none;
}

small {
  font-size: 0.8em;
}

h3, h4 {
  font-weight: normal;
}

@media (max-width: 992px) {
  html {
    font-size: 18px;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  li {
    font-size: 1.5rem;
  }
  small {
    font-size: 1.3rem;
  }
}
.c-btn {
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.c-btn--white {
  background: #fff;
  border: 1px solid #004CA1;
  color: #004CA1;
}
.c-btn--blue {
  background: #004CA1;
  border: 1px solid #fff;
  color: #fff;
}
.c-btn--big {
  width: 100%;
}
.c-btn--half {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.c-card {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 10px #ddd;
          box-shadow: 0 2px 10px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-card__head {
  padding: 10px 20px;
}
.c-card__head--blue {
  background-color: #004CA1;
}
.c-card__head--blue .card__title {
  color: #fff;
  font-weight: 400;
}
.c-card__head--blue .card__title > .label {
  border: 1px solid #fff;
  margin: 10px;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
.c-card__head--blue .card__title .tag {
  background: #fff;
  padding: 2px 7px;
  color: #004CA1;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.c-card__head--blue .card__sub-title {
  color: #fff;
  font-weight: 300;
  font-size: 0.8em;
}
.c-card__head--white {
  background-color: #fff;
  border-top: 8px solid #004CA1;
  border-bottom: 8px solid #f5f5f5;
}
.c-card__head--white .card__title {
  color: #555;
  font-weight: 500;
  font-size: 20px;
}
.c-card ul.reference {
  position: relative;
  font-weight: bold;
  margin-left: 1em;
}
.c-card ul.reference ::before {
  margin-left: -1em;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.5em solid transparent;
  border-left: 0.6em solid #004CA1;
  content: "";
}
.c-card .border-bottom {
  border-bottom: 2px solid #f5f5f5;
}

.c-card__content {
  background: #fff;
  padding: 30px;
}
.c-card__content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.c-card__content-inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-card__content-inner-wrapper {
  border: 1px solid #ddd;
  padding: 20px;
}
.c-card__content .card__date {
  color: #004CA1;
  font-size: 14px;
}
.c-card__content .card__paragraph {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
}
.c-card__content .card__paragraph--half {
  width: 70%;
  padding: 0 0 20px 0;
  border-bottom: none;
}
.c-card__content .card__paragraph--single {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: none;
}
.c-card__content .card__paragraph .title {
  font-weight: bold;
  font-size: 18px;
}
.c-card__content .card__paragraph .bold {
  font-weight: bold;
}
.c-card__content .card__paragraph span {
  display: inline-table;
}
.c-card__content .card__paragraph span:last-of-type {
  margin-bottom: 0;
}
.c-card__content .card__company-name {
  color: #004CA1;
  font-size: 14px;
  font-weight: 500;
}
.c-card__content .card__link {
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.c-card__content .card__image {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-card__content .card__image--full {
  width: 100%;
}
.c-card__content .card__image img {
  width: 100%;
}
.c-card__content .card__image figcaption {
  font-size: 0.9em;
}
.c-card__content .ref_dl {
  width: 25%;
}
.c-card__content .card__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.c-card__content .card__sub-heading {
  padding: 20px 0;
  font-weight: 500;
}
.c-card__content .card__puestion {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-card__content .card__puestion::before {
  content: "ー";
  position: absolute;
  left: 0;
}
.c-card__content .card__answer span {
  color: #004CA1;
  padding-right: 15px;
}
.c-card__content .card__answer .text-note {
  color: #898989;
  padding-top: 20px;
}
.c-card__content .c-card__inner-link {
  background-color: #eee;
  border-radius: 10px;
  display: block;
  padding: 10px 20px;
}
.c-card__content .c-card__inner-link-text {
  font-size: 0.9em;
  text-decoration: underline;
}
.c-card__content .card__table {
  margin-bottom: 30px;
  width: 100%;
}
.c-card__content .card__table th {
  border: 1px solid #ddd;
  background: #eee;
  width: 20%;
  padding: 10px;
}
.c-card__content .card__table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.c-card__content .card__table td .card__table-list {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.c-card__content .card__table td .card__table-list li {
  line-height: 30px;
  margin-top: 0px;
}
.c-card__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 600px;
}

.c-card__content--border-bm {
  border-bottom: 1px solid #ddd;
}

.l-wrapper {
  background-color: #f5f5f5;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #555;
}

.l-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto 50px;
  gap: 20px;
}
.l-content__inner {
  width: 90%;
}
.l-content__inner--l {
  width: 100%;
  margin: auto;
}
.l-content__404 {
  min-height: calc(100vh - 700px);
}
.l-content__404 h1 {
  font-size: 1.6rem;
  font-weight: 600;
}
.l-content__404 p {
  display: block;
  font-weight: normal;
}

#top {
  position: absolute;
  top: 50px;
}

.p-top__main-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 60px;
}
.p-top__main-img img {
  width: 100%;
}

.p-top__introduction {
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.p-top__contents {
  background: #fff;
  padding: 40px;
  margin: 0px auto 20px;
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
}
.p-top__contents h2 {
  font-size: 20px;
  font-weight: 500;
  color: #004CA1;
  margin-bottom: 10px;
}
.p-top__contents h2 img {
  position: relative;
  top: 5px;
}
.p-top__contents .c-btn {
  margin-top: 15px;
  padding: 15px;
}
.p-top__contents:nth-of-type(4) > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.p-top__contents--border-blue {
  border: solid 1px #004CA1;
}

.p-top__topics {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
}
.p-top__topics-content {
  border-bottom: 1px solid #ddd;
}
.p-top__topics-content ul li {
  margin-top: 20px;
  display: inline-block;
  font-weight: 400;
  color: #555;
  padding-bottom: 5px;
}
.p-top__topics-content ul li.news_day .category {
  color: #fff;
  margin-left: 15px;
  background: #004CA1;
  font-size: 0.8rem;
  padding: 1px 5px;
  border-radius: 2px;
}
.p-top__topics-content ul li.news_day span {
  display: inline-block;
}
.p-top__topics-content ul li.news_title a {
  color: #555;
}
.p-top__topics-more {
  color: #004CA1;
  display: block;
  border: 1px solid #004CA1;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
}

.l-title__h1 {
  font-size: 40px;
  border-left: 10px solid #004CA1;
  padding-left: 30px;
  text-align: left;
  margin: 40px 0 10px;
  color: #555;
}
.l-title__h1 span {
  font-size: 0.8em;
}

@media (max-width: 992px) {
  .l-wrapper {
    font-size: 28px;
  }
  .l-wrapper p {
    margin-top: 0;
    list-style: none;
  }
  .l-wrapper li {
    margin-top: 0;
    list-style: none;
  }
  .l-wrapper h1 {
    font-size: 2rem;
  }
  .l-wrapper h2 {
    font-size: 1.8rem;
  }
  .l-wrapper h3, .l-wrapper h4 {
    font-weight: normal;
    font-size: 1.5rem;
  }
  .l-wrapper small {
    font-size: 0.8em;
  }
  .l-header__wrap .l-header__inner.pc-header {
    display: none;
  }
  ul.nav_menu {
    width: 100%;
    padding-left: 10%;
  }
  ul.nav_menu a .l-sp-nav__item {
    text-align: left;
    color: #fff;
    margin-top: 0;
    padding: 1vh;
    font-size: 30px;
  }
  .p-top__main-img {
    width: 90%;
    height: auto;
  }
  .l-title__h1 {
    font-size: 28px;
  }
  .l-content {
    display: block;
    width: 90%;
  }
  .l-content__inner {
    width: 100%;
  }
  .l-content .card__paragraph {
    width: 100%;
  }
  .l-content .card__image {
    width: 100%;
  }
  .l-content__404 {
    min-height: 300px;
  }
  .p-top__contents h2 {
    font-size: 2rem;
  }
  .p-top__contents .c-btn {
    font-size: 1.4rem;
  }
  .p-top__topics-content ul li {
    display: inline-block;
    font-size: 1.5rem;
  }
  .p-top__topics-content ul li.news_day .category {
    font-size: 1.2rem;
  }
  .p-top__topics-content ul li.news_title {
    margin-top: 10px;
  }
  .p-top__topics-more {
    font-size: 1.5rem;
  }
  .p-top__contents:nth-of-type(4) > div {
    display: block;
  }
  .c-btn {
    font-size: 1.8rem;
  }
  .c-btn--half {
    width: 100%;
  }
  .topicon {
    z-index: 1;
  }
  .c-card__content-inner {
    display: block;
  }
  .c-card__content-half {
    display: block;
  }
  .c-card__content .card__heading {
    font-size: 2rem;
  }
  .c-card__content .card__date {
    font-size: 1.5rem;
  }
  .c-card__content .card__company-name {
    font-size: 1.4rem;
  }
  .c-card__content .card__paragraph .title {
    font-size: 1.8rem;
  }
  .c-card__head--white .card__title {
    font-size: 1.8rem;
  }
  .sp-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1400px) {
  .l-header__wrap .l-header__inner.pc-header {
    width: 95%;
  }
  .l-header__wrap .l-header__inner.pc-header .l-hader__nav ul li a {
    font-size: 14px;
  }
  .c-card__content-inner {
    display: block;
  }
  .c-card__content .card__paragraph--half {
    width: 100%;
  }
  .c-card__content .card__image {
    width: 100%;
    margin-top: 15px;
  }
  .c-card__content .ref_dl {
    width: 30%;
  }
}
.search-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.link {
  color: #004CA1;
  text-decoration: underline;
}

.agreement {
  text-align: left;
  margin-bottom: 15px;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  z-index: 11;
}

.l-header__wrap {
  width: 100%;
}
.l-header__wrap .l-header__inner {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.l-header__wrap .l-header__inner .l-header__logo {
  width: 240px;
}
.l-header__wrap .l-header__inner .l-header__logo img {
  width: 100%;
}
.l-header__wrap .l-header__inner .l-hader__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__wrap .l-header__inner .l-hader__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__wrap .l-header__inner .l-hader__nav ul li {
  list-style: none;
  padding: 0 1.2vw;
}
.l-header__wrap .l-header__inner .l-hader__nav ul li a {
  font-size: 16px;
  line-height: 58px;
}
.l-header__wrap .l-header__inner .l-header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-header__wrap .l-header__inner .l-header__btn .c-btn {
  font-size: 15px;
}

@media (max-width: 992px) {
  .l-header__top {
    height: 100px;
    padding: 15px 0;
  }
  .l-header__logo {
    width: 200px;
  }
  .header-nav-wrap {
    background-color: #004CA1;
  }
  .menu222 {
    top: 40px;
  }
  .nav_logo {
    top: 60px;
  }
  .nav_menu {
    top: 40%;
  }
  .l-sp-nav__bottom {
    position: absolute;
    bottom: 5%;
    width: 84%;
    -webkit-transform: translateX(9%);
            transform: translateX(9%);
    color: #fff;
  }
  .l-sp-nav__bottom .c-btn {
    line-height: 25px;
    padding: 25px 0;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .l-sp-nav__bottom-link {
    text-decoration: underline;
  }
}
aside.sidebar {
  width: auto;
}

.l-sidebar__login {
  height: auto;
  padding: 20px 20px;
  background-color: #fff;
}
.l-sidebar__login h3 {
  margin-bottom: 10px;
}
.l-sidebar__login .c-btn {
  width: 100%;
  margin: 5px 0;
}
.l-sidebar__login-link {
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.l-sidebar__login-link-info {
  color: #004CA1;
  display: block;
  text-decoration: underline;
}

.l-sidebar__bnr a {
  position: relative;
  display: block;
  margin: 30px 0;
}
.l-sidebar__bnr img {
  width: 100%;
}
.l-sidebar__bnr p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 500;
  color: #004CA1;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #004CA1;
  padding: 0;
  width: 200px;
  text-align: center;
  font-size: 18px;
}

.l-sidebar__links {
  background: #fff;
  padding: 30px 20px;
  margin: 30px 0;
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
}
.l-sidebar__links h3 {
  font-weight: 500;
  padding-bottom: 20px;
}
.l-sidebar__links .link-items .link-item {
  color: #555;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding: 13px 0;
}

@media (max-width: 992px) {
  .l-sidebar__bnr p {
    width: 60%;
    font-size: 2rem;
  }
  .l-sidebar__links .link-items .link-item {
    font-size: 1.5rem;
  }
}
.l-footer {
  background-color: #004CA1;
  border-bottom: none;
}
.l-footer__inner {
  width: 80%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}
.l-footer__logo {
  margin-top: 80px;
}
.l-footer__logo img {
  width: 320px;
}
.l-footer__info {
  text-align: left;
  color: #fff;
}
.l-footer__copyright {
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .l-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    font-size: 23px;
  }
  .l-footer__inner {
    width: 100%;
    text-align: center;
  }
  .l-footer__info {
    font-size: 1.4rem;
    text-align: center;
    margin: 40px auto;
  }
  .l-footer__info li {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
  .l-footer__sp-menu .f-nav-l {
    font-size: 1.53rem;
  }
  .l-footer__sp-menu ul {
    background-color: #333;
  }
  .l-footer__sp-menu ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .bottom-menu-item {
    width: 50%;
    text-align: center;
  }
  .bottom-menu-item img {
    display: block;
    margin: 20px auto 0;
  }
  .bottom-menu-item:nth-of-type(2) {
    border-left: 1px solid #ddd;
  }
  .bottom-menu-item span {
    font-size: 1.2rem;
    display: block;
    line-height: 1.8;
  }
}/*# sourceMappingURL=new-style.css.map */