.container .article-news {
  padding: 2.5rem 0 5rem;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .container .article-news {
      padding-bottom: 3rem;
      flex-direction: column; } }
  .container .article-news > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .container .article-news:hover figure img {
    transform: scale(1.05); }
  .container .article-news-fig {
    width: 45%;
    aspect-ratio: 9 / 5;
    flex-shrink: 0;
    margin-right: 3rem;
    position: relative; }
    .container .article-news-fig img {
      transition: all .5s; }
    @media only screen and (max-width: 767px) {
      .container .article-news-fig {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; } }
  .container .article-news-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media only screen and (max-width: 767px) {
      .container .article-news-inner p {
        display: none; } }
  .container .article-news-cat {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 1rem;
    top: -1.7rem;
    z-index: 100; }
    .container .article-news-cat li {
      margin-left: .5rem; }
      .container .article-news-cat li a {
        height: 3.5rem;
        padding: 0 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        background: rgba(2, 76, 142, 0.1); }
        .container .article-news-cat li a:hover {
          opacity: 0.7; }
        .container .article-news-cat li a.magazine {
          background: #f6dd04; }
        .container .article-news-cat li a.health {
          background: #22b1cf;
          color: #fff; }
        .container .article-news-cat li a.qanda {
          background: #024c8e;
          color: #fff; }
  .container .article-news-tag {
    display: flex;
    justify-content: flex-start;
    padding-top: 1.5rem;
    position: relative;
    z-index: 100; }
    @media only screen and (max-width: 767px) {
      .container .article-news-tag {
        padding-top: 0; } }
    .container .article-news-tag li {
      margin: 0 .5rem .5rem 0; }
      .container .article-news-tag li a {
        padding: .5rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #024c8e;
        border-radius: 5rem;
        background: #fff;
        font-size: 1.3rem; }
        @media only screen and (max-width: 767px) {
          .container .article-news-tag li a {
            padding: .3rem 1rem;
            font-size: 1.2rem; } }
        .container .article-news-tag li a:before {
          content: "#";
          margin-right: .3rem;
          color: #22b1cf; }
        .container .article-news-tag li a:hover {
          opacity: 0.7; }
  .container .article-news-time {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #22b1cf;
    font-weight: 700;
    padding: 0 0 1.5rem; }
    @media only screen and (max-width: 767px) {
      .container .article-news-time {
        font-size: 1.2rem;
        padding-bottom: 1rem; } }
  .container .article-news-ttl {
    font-size: 2.2rem;
    line-height: 1.3;
    padding: .5rem 0; }
    @media only screen and (max-width: 767px) {
      .container .article-news-ttl {
        font-size: 1.7rem; } }
.container .article-post {
  padding: 0 0 5rem;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .container .article-post {
      padding: 0 2rem 5rem; } }
  .container .article-post-header {
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(2, 76, 142, 0.1);
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .container .article-post-header {
        padding: 1.5rem 0; } }
    .container .article-post-header-time {
      font-size: 1.6rem;
      line-height: 1.2;
      color: #22b1cf;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .container .article-post-header-time {
          font-size: 1.4rem; } }
    .container .article-post-header-ttl {
      font-size: 2.4rem;
      line-height: 1.3;
      text-align: left;
      padding-top: 1rem; }
      @media only screen and (max-width: 767px) {
        .container .article-post-header-ttl {
          font-size: 1.6rem; } }
  .container .article-post-cat {
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0; }
    .container .article-post-cat li {
      margin-right: .5rem; }
      .container .article-post-cat li a {
        height: 3.5rem;
        padding: 0 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600; }
        .container .article-post-cat li a:hover {
          opacity: 0.7; }
        .container .article-post-cat li a.magazine {
          background: #f6dd04; }
        .container .article-post-cat li a.health {
          background: #22b1cf;
          color: #fff; }
        .container .article-post-cat li a.qanda {
          background: #024c8e;
          color: #fff; }
  .container .article-post-type {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem; }
  .container .article-post-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .container .article-post-tag li {
      margin: 0 .5rem .5rem 0; }
      .container .article-post-tag li a {
        padding: .5rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #024c8e;
        border-radius: 5rem;
        background: #fff; }
        @media only screen and (max-width: 767px) {
          .container .article-post-tag li a {
            font-size: 1.2rem; } }
        .container .article-post-tag li a:before {
          content: "#";
          margin-right: .3rem;
          color: #22b1cf; }
        .container .article-post-tag li a:hover {
          opacity: 0.7; }
  .container .article-post-content {
    padding: 0 0 4rem 0;
    overflow: hidden;
    font-size: 1.6rem; }
    @media only screen and (max-width: 767px) {
      .container .article-post-content {
        font-size: 1.4rem;
        padding-bottom: 2rem; } }
  .container .article-post-fig {
    aspect-ratio: 9 / 5;
    margin: 0 0 3rem 0;
    position: relative; }
    .container .article-post-fig img {
      width: 100%;
      transition: all .5s; }
    @media only screen and (max-width: 767px) {
      .container .article-post-fig {
        margin: 0 0 1.5em; } }
  .container .article-post-footer {
    clear: both;
    margin-top: 4rem; }
    @media only screen and (max-width: 767px) {
      .container .article-post-footer {
        margin-top: 1.5rem; } }
    .container .article-post-footer-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 400;
      padding: 2rem 0;
      border-top: 1px solid rgba(2, 76, 142, 0.1);
      border-bottom: 1px solid rgba(2, 76, 142, 0.1); }
      @media only screen and (max-width: 767px) {
        .container .article-post-footer-nav {
          padding: 1rem 0; } }
      .container .article-post-footer-nav li {
        width: 100%;
        text-align: center;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .container .article-post-footer-nav li {
            font-size: 1.3rem;
            width: 100%;
            min-width: 0; } }
        .container .article-post-footer-nav li > a, .container .article-post-footer-nav li span {
          height: 3.6rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .container .article-post-footer-nav li > a span, .container .article-post-footer-nav li span span {
            color: #666; }
        .container .article-post-footer-nav li > span {
          opacity: 0.3; }
        .container .article-post-footer-nav li:nth-of-type(2) {
          border-left: 1px solid rgba(2, 76, 142, 0.1);
          border-right: 1px solid rgba(2, 76, 142, 0.1); }
  .container .article-post #ez-toc-container {
    margin: 2rem auto 5rem !important;
    border-color: rgba(2, 76, 142, 0.1);
    background: rgba(2, 76, 142, 0.05);
    box-shadow: none !important;
    border-radius: 0 !important; }
    @media only screen and (max-width: 767px) {
      .container .article-post #ez-toc-container {
        width: 100% !important;
        margin: 0 auto 2em !important; } }
    .container .article-post #ez-toc-container nav {
      padding: 1.5rem; }
      .container .article-post #ez-toc-container nav ul li a {
        color: #024c8e;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .container .article-post #ez-toc-container nav ul li a {
            font-size: 1.3rem; } }

.div-bnr {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 4.5rem 0; }
  @media only screen and (max-width: 767px) {
    .div-bnr {
      padding: 3rem 0;
      flex-wrap: wrap;
      flex-direction: row; } }
  .div-bnr-item {
    padding: 0 0 1rem; }
    @media only screen and (max-width: 767px) {
      .div-bnr-item {
        width: 50%;
        padding: .3rem; } }
    .div-bnr-item a:hover {
      opacity: 0.8; }
