@charset "UTF-8";
.article_nav {
  width: 90%;
  max-width: 1070px;
  margin: 56px auto 0;
  padding: 0 0 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #F5F9FC;
}
.article_nav dt {
  width: 15%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0E316A;
}
.article_nav dd {
  width: 85%;
}
.article_nav dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}
.article_nav dd ul li.resource_tag a {
  background: #E1E9F5;
  border-radius: 100px;
  padding: 6px 16px;
  color: #1C2438;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
}
.article_nav dd ul li.resource_tag a:hover {
  border: 1px solid #1C2438;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article_nav:last-of-type {
  padding: 0;
  border: none;
}

@media screen and (max-width: 768px) {
  .article_nav {
    margin: 24px auto 0;
    padding: 0 0 24px 0;
    display: inherit;
  }
  .article_nav dt {
    width: 100%;
    font-size: 1.6rem;
  }
  .article_nav dd {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .article_nav dd ul li a {
    font-size: 1.2rem;
  }
  .article_nav dd ul li.resource_tag a {
    padding: 4px 10px;
  }
}
.resource_area {
  width: 90%;
  max-width: 1070px;
  margin: 104px auto 112px;
}
.resource_area .resource_box:last-child {
  border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 768px) {
  .resource_area {
    margin: 40px auto 56px;
  }
}
.resource_box a {
  border-top: 1px solid #E5E5E5;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.resource_box a:hover {
  background: #F3F5F8;
}
.resource_box a:after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url(../dist/images/resource/arrow_list.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 3%;
}
.resource_box a .card_img {
  width: 16%;
  margin: 0 5% 0 0;
  height: 86px;
  display: block;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.resource_box a section {
  width: 82%;
  padding: 0 40px 0 0;
}
.resource_box a section h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.resource_box a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 16px 0 0 0;
  gap: 8px;
}
.resource_box a ul li.resource_tag {
  background: #E1E9F5;
  border-radius: 100px;
  padding: 4px 12px;
  color: #0E316A;
}

@media screen and (max-width: 768px) {
  .resource_box a {
    padding: 16px;
  }
  .resource_box a section {
    width: 65%;
    padding: 0 16px 0 0;
  }
  .resource_box a h3 {
    font-size: 1.6rem;
  }
  .resource_box a .card_img {
    width: 35%;
    height: 82px;
  }
}
.article_wrap {
  position: relative;
}
.article_wrap aside {
  position: absolute;
  width: 20%;
  max-width: 356px;
  top: 73px;
  right: 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #E5E5E5;
}
.article_wrap aside div {
  padding: 24px 60px;
  border-top: 1px solid #E5E5E5;
}
.article_wrap aside div p {
  margin: 0 0 16px 0;
}
.article_wrap aside div ul li {
  padding: 16px 0 0 0;
}
.article_wrap aside div ul li:first-of-type {
  padding: 0;
}
.article_wrap aside div ul li a {
  position: relative;
  padding: 0 0 0 12px;
}
.article_wrap aside div ul li a:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  background: url(../dist/images/resource/arrow_aside.png) center center no-repeat;
  background-size: cover;
  width: 5px;
  height: 8px;
}

@media screen and (max-width: 1189px) {
  .article_wrap aside {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .article_wrap aside {
    display: inherit;
    width: 90%;
    max-width: 90%;
    margin: 0 auto 40px;
    position: static;
  }
  .article_wrap aside div {
    padding: 24px 32px;
    border-top: 1px solid #E5E5E5;
  }
}
.article_main {
  width: 90%;
  max-width: 1070px;
  margin: 104px auto 0;
}
.article_main article {
  padding: 0 0 32px 0;
  border-bottom: 1px solid #E5E5E5;
  max-width: 864px;
}
.article_main article figure {
  margin: 0 0 40px 0;
}
.article_main article figure img {
  width: 100%;
  height: auto;
}
.article_main article h2 {
  font-size: 3.2rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #0E316A;
  font-weight: bold;
  margin: 0 0 32px 0;
}
.article_main article h3 {
  font-size: 2.4rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  color: #0E316A;
  font-weight: bold;
  margin: 0 0 24px 0;
}
.article_main article p {
  margin: 0 0 24px 0;
  line-height: 1.75em;
}
.article_main article ul {
  margin: 0 0 24px 0;
  list-style: disc;
  padding-left: 2rem;
}
.article_main article ul li + li {
  margin-top: 8px;
}
.article_main article table.item-info {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  margin: 80px 0 40px;
  width: 100%;
}
.article_main article table.item-info tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article_main article table.item-info tr th {
  padding: 16px;
  margin: 0;
  text-align: left;
  font-weight: 400;
  width: 25%;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background: #E6F0FF;
}
.article_main article table.item-info tr td {
  width: 75%;
  padding: 16px;
  border-bottom: 1px solid #E5E5E5;
}

@media screen and (max-width: 768px) {
  .article_main {
    margin: 32px auto 0;
  }
  .article_main article {
    padding: 0 0 16px 0;
  }
  .article_main article figure {
    margin: 0 0 16px 0;
  }
  .article_main article h2 {
    font-size: 1.8rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin: 0 0 16px 0;
  }
  .article_main article h3 {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin: 0 0 16px 0;
  }
  .article_main article p {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .article_main article p:last-of-type {
    margin: 0 0 32px 0;
  }
  .article_main article ul li + li {
    margin-top: 4px;
  }
  .article_main article table.item-info {
    margin: 40px 0 40px;
  }
  .article_main article table.item-info tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .article_main article table.item-info tr th {
    width: 100%;
  }
  .article_main article table.item-info tr td {
    width: 100%;
  }
}
.resource_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 24px 0;
  margin: 0 0 80px 0;
  border-bottom: 1px solid #E5E5E5;
}
.resource_info div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.resource_info dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  text-align: right;
}
.resource_info dl dt {
  width: 90px;
  margin: 0 0 6px 0;
}
.resource_info dl dt:after {
  content: "：";
}
.resource_info dl dd {
  margin: 0 0 6px 0;
}
.resource_info .resource_info_tag {
  display: block;
  padding: 4px 12px;
  background: #E1E9F5;
  border-radius: 100px;
  color: #0E316A;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .resource_info {
    display: inherit;
    padding: 0 0 20px 0;
    margin: 0 0 32px;
  }
  .resource_info dl {
    margin: 14px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.sns_share_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 112px 0;
  gap: 24px;
}
.sns_share_link li {
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns_share_link li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .sns_share_link {
    margin: 20px 0 40px 0;
  }
}
.resource_area_all {
  background: #F2FBFF;
  padding: 128px 0;
}
.resource_area_all h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 56px 0;
}
.resource_area_all .resource_wrap {
  width: 90%;
  max-width: 994px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.resource_area_all .resource_wrap .resource_block {
  width: 30%;
  max-width: 310px;
  background: #fff url(../dist/images/arrow_topics.png) right 24px bottom 24px no-repeat;
  border-radius: 0 0 10px 10px;
}
.resource_area_all .resource_wrap .resource_block:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
.resource_area_all .resource_wrap .resource_block a {
  width: 100%;
  display: block;
  line-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resource_area_all .resource_wrap .resource_block a figure img {
  width: 100%;
}
.resource_area_all .resource_wrap .resource_block a .slide_body {
  line-height: 1em;
  padding: 24px 24px 60px 24px;
}
.resource_area_all .resource_wrap .resource_block a .slide_body p {
  line-height: 1.5em;
  font-weight: bold;
  color: #1C2438;
  font-size: 1.8rem;
}
.resource_area_all .resource_wrap .resource_block a .slide_body p.type {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 8px 0 0 0;
}
.resource_area_all .resource_wrap .resource_block a .slide_body ul.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0 0;
}
.resource_area_all .resource_wrap .resource_block a .slide_body ul.tag_list li.tag {
  display: inline-block;
  background: #E1E9F5;
  color: #1C2438;
  font-size: 1.2rem;
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: normal;
}
.resource_area_all .btn_c {
  display: block;
  width: 246px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-weight: 600;
  border-radius: 100px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 56px auto 0;
  border: 2px solid #0E316A;
  color: #0E316A;
}
.resource_area_all .btn_c::after {
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../dist/images/resource/arrow_list.png);
  background-size: cover;
}
.resource_area_all .btn_c:hover {
  color: #fff;
  background: #0E316A;
}
.resource_area_all .btn_c:hover::after {
  background: url(../dist/images/arrow_w.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .resource_area_all {
    padding: 40px 0;
  }
  .resource_area_all h2 {
    font-size: 1.8rem;
    margin: 0 0 40px 0;
  }
  .resource_area_all .resource_wrap {
    margin: 0 auto;
  }
  .resource_area_all .resource_wrap .resource_block {
    width: 45%;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 514px) {
  .resource_area_all .resource_wrap .resource_block {
    width: 100%;
    margin: 0 auto 32px;
  }
}
.pagenation {
  margin: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 48px;
  font-size: 2rem;
  font-weight: bold;
}
.pagenation li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenation li.current {
  color: #93A9CC;
}
.pagenation li:first-child a::before, .pagenation li:first-child a::after, .pagenation li:last-child a::before, .pagenation li:last-child a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.pagenation li:last-child a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.pagenation li:last-child a::before {
  top: -1px;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #0E316A;
  border-right: 3px solid #0E316A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .pagenation {
    margin: 40px 0 0 0;
    gap: 0 28px;
    font-size: 2rem;
    font-weight: bold;
  }
}