@charset "UTF-8";
.l-container#articles {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt"; }
  .l-container#articles .articleHead {
    text-align: center;
    padding: 90px 0; }
    @media only screen and (max-width: 767px) {
      .l-container#articles .articleHead {
        padding: 40px 0; } }
    .l-container#articles .articleHead__catch {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .l-container#articles .articleHead__catch {
          margin-bottom: 20px; } }
      .l-container#articles .articleHead__catch > a {
        display: block; }
        .l-container#articles .articleHead__catch > a:hover {
          opacity: 0.7; }
    .l-container#articles .articleHead__nav {
      text-align: center;
      overflow: auto;
      padding: 5px 20px; }
      @media only screen and (max-width: 767px) {
        .l-container#articles .articleHead__nav {
          margin-bottom: 0; } }
      .l-container#articles .articleHead__nav__list {
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .articleHead__nav__list {
            white-space: nowrap; } }
        .l-container#articles .articleHead__nav__list__item {
          display: inline-block;
          margin-left: 45px;
          font-size: 18px;
          font-family: neuzeit-grotesk, sans-serif;
          font-weight: 700;
          font-style: normal; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .articleHead__nav__list__item {
              margin-left: 30px; } }
          .l-container#articles .articleHead__nav__list__item:first-child {
            margin-left: 0; }
          .l-container#articles .articleHead__nav__list__item > a:hover, .l-container#articles .articleHead__nav__list__item > a.is-current {
            color: #DE0319; }
  .l-container#articles .article {
    width: 805px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .l-container#articles .article {
        width: 100%;
        padding: 0 20px; } }
    .l-container#articles .article__visual {
      width: 100%;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .l-container#articles .article__visual {
          width: 100vw;
          margin-left: -20px; } }
    .l-container#articles .article__status__category {
      display: inline-block;
      border: 1px solid #000;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 5px; }
      @media only screen and (max-width: 767px) {
        .l-container#articles .article__status__category {
          font-size: 10px; } }
    .l-container#articles .article__status__title {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .l-container#articles .article__status__title {
          font-size: 28px; } }
    .l-container#articles .article__intro {
      border: 2px solid #000;
      background-color: #F2EFEB;
      display: flex;
      justify-content: space-between;
      padding: 40px;
      margin-bottom: 70px;
      border-radius: 24px; }
      @media only screen and (max-width: 767px) {
        .l-container#articles .article__intro {
          padding: 20px;
          margin-bottom: 30px; } }
      .l-container#articles .article__intro__chara {
        width: 150px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__intro__chara {
            width: 80px; } }
      .l-container#articles .article__intro__rt {
        width: calc(100% - 180px);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.75; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__intro__rt {
            width: calc(100% - 90px); } }
        .l-container#articles .article__intro__rt > em {
          border-bottom: solid;
          border-color: #FCE304;
          border-width: 4px; }
    .l-container#articles .article__contents {
      padding-bottom: 100px; }
      .l-container#articles .article__contents > h2 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents > h2 {
            font-size: 20px; } }
      .l-container#articles .article__contents > p {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents > p {
            font-size: 14px;
            margin-bottom: 20px; } }
        .l-container#articles .article__contents > p > a {
          color: #DE0319;
          text-decoration: underline; }
          .l-container#articles .article__contents > p > a:hover {
            text-decoration: none; }
      .l-container#articles .article__contents > ul {
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents > ul {
            margin-bottom: 20px; } }
        .l-container#articles .article__contents > ul > li {
          font-size: 16px;
          line-height: 1.75;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents > ul > li {
              font-size: 14px; } }
      .l-container#articles .article__contents > figure {
        text-align: center;
        margin-bottom: 50px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents > figure {
            margin-bottom: 30px; } }
        .l-container#articles .article__contents > figure > figcaption {
          font-size: 18px;
          margin-top: 10px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents > figure > figcaption {
              font-size: 14px; } }
          .l-container#articles .article__contents > figure > figcaption > span {
            font-size: 14px;
            display: block;
            font-weight: normal; }
            @media only screen and (max-width: 767px) {
              .l-container#articles .article__contents > figure > figcaption > span {
                font-size: 10px; } }
      .l-container#articles .article__contents__multiImages {
        display: flex;
        justify-content: space-between;
        padding: 0 40px;
        margin-bottom: 50px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents__multiImages {
            width: 100%;
            padding: 0 20px;
            display: block; } }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents__multiImages > div {
            margin-bottom: 30px; } }
        .l-container#articles .article__contents__multiImages > div > figure {
          text-align: center; }
          .l-container#articles .article__contents__multiImages > div > figure > figcaption {
            font-size: 18px;
            margin-top: 10px;
            font-weight: bold; }
            @media only screen and (max-width: 767px) {
              .l-container#articles .article__contents__multiImages > div > figure > figcaption {
                font-size: 14px; } }
            .l-container#articles .article__contents__multiImages > div > figure > figcaption > span {
              font-size: 14px;
              display: block;
              font-weight: normal; }
              @media only screen and (max-width: 767px) {
                .l-container#articles .article__contents__multiImages > div > figure > figcaption > span {
                  font-size: 10px; } }
        .l-container#articles .article__contents__multiImages[data-column="2"] > div {
          width: 340px; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents__multiImages[data-column="2"] > div {
              width: 100%; } }
        .l-container#articles .article__contents__multiImages[data-column="3"] > div {
          width: 230px; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents__multiImages[data-column="3"] > div {
              width: 100%; } }
      .l-container#articles .article__contents__btns {
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents__btns {
            width: 100%;
            display: block; } }
        .l-container#articles .article__contents__btns > div {
          margin-bottom: 20px; }
        .l-container#articles .article__contents__btns[data-column="1"] > div {
          width: 100%; }
        .l-container#articles .article__contents__btns[data-column="2"] > div {
          width: 340px; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents__btns[data-column="2"] > div {
              width: 100%; } }
        .l-container#articles .article__contents__btns[data-column="3"] > div {
          width: 260px; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents__btns[data-column="3"] > div {
              width: 100%; } }
      .l-container#articles .article__contents__summary {
        padding: 30px 0;
        margin-top: 100px;
        margin-bottom: 80px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .article__contents__summary {
            padding: 20px 0;
            margin-top: 50px;
            margin-bottom: 40px; } }
        .l-container#articles .article__contents__summary > h2 {
          font-size: 28px;
          font-weight: bold;
          line-height: 1.5;
          margin-bottom: 15px; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents__summary > h2 {
              font-size: 20px; } }
        .l-container#articles .article__contents__summary > ul {
          margin-left: 1em; }
          .l-container#articles .article__contents__summary > ul > li {
            font-size: 16px;
            line-height: 1.75;
            font-weight: bold;
            list-style-type: disc; }
            @media only screen and (max-width: 767px) {
              .l-container#articles .article__contents__summary > ul > li {
                font-size: 14px; } }
            .l-container#articles .article__contents__summary > ul > li > a {
              color: #DE0319;
              text-decoration: underline; }
              .l-container#articles .article__contents__summary > ul > li > a:hover {
                text-decoration: none; }
        .l-container#articles .article__contents__summary > p {
          font-size: 16px;
          line-height: 1.75;
          margin-bottom: 30px; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .article__contents__summary > p {
              font-size: 14px; } }
      .l-container#articles .article__contents__prevBtn {
        position: relative;
        width: 320px;
        display: block;
        border: 2px solid #000;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        border-radius: 24px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        .l-container#articles .article__contents__prevBtn:after {
          position: absolute;
          top: 50%;
          left: 20px;
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #000;
          border-left: 2px solid #000;
          transform: translateY(-50%) rotate(-45deg); }
        .l-container#articles .article__contents__prevBtn:hover {
          background-color: #000;
          color: #fff; }
          .l-container#articles .article__contents__prevBtn:hover:after {
            border-top: 2px solid #fff;
            border-left: 2px solid #fff; }
  .l-container#articles .others {
    background-color: #F2EFEB; }
    .l-container#articles .others__eachContent {
      padding: 50px 0 90px; }
      @media only screen and (max-width: 767px) {
        .l-container#articles .others__eachContent {
          padding: 50px 0 50px; } }
      .l-container#articles .others__eachContent[data-content="related"] {
        border-bottom: 2px solid #000; }
      .l-container#articles .others__eachContent__hl {
        text-align: center;
        font-size: 26px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        margin-bottom: 50px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .others__eachContent__hl {
            font-size: 16px;
            margin-bottom: 40px; } }
      .l-container#articles .others__eachContent__articleList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -50px; }
        @media only screen and (max-width: 767px) {
          .l-container#articles .others__eachContent__articleList {
            display: block; } }
        .l-container#articles .others__eachContent__articleList__item {
          width: 30%;
          margin-bottom: 50px; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .others__eachContent__articleList__item {
              width: 100%;
              margin-bottom: 20px;
              padding-bottom: 20px;
              border-bottom: 1px solid #ccc; } }
          .l-container#articles .others__eachContent__articleList__item__anchor {
            display: block; }
            @media only screen and (max-width: 767px) {
              .l-container#articles .others__eachContent__articleList__item__anchor {
                display: flex;
                justify-content: space-between; } }
            .l-container#articles .others__eachContent__articleList__item__anchor__fig {
              margin-bottom: 20px; }
              @media only screen and (max-width: 767px) {
                .l-container#articles .others__eachContent__articleList__item__anchor__fig {
                  width: 36%;
                  margin-bottom: 10px; } }
            @media only screen and (max-width: 767px) {
              .l-container#articles .others__eachContent__articleList__item__anchor__texts {
                width: 60%; } }
            .l-container#articles .others__eachContent__articleList__item__anchor__texts__articleName {
              position: relative;
              margin-bottom: 20px;
              padding-bottom: 20px;
              font-size: 20px;
              line-height: 1.5;
              font-weight: bold; }
              @media only screen and (max-width: 767px) {
                .l-container#articles .others__eachContent__articleList__item__anchor__texts__articleName {
                  font-size: 16px;
                  margin-bottom: 10px;
                  padding-bottom: 10px; } }
              .l-container#articles .others__eachContent__articleList__item__anchor__texts__articleName:after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                display: block;
                width: 60px;
                height: 2px;
                background-color: #000; }
                @media only screen and (max-width: 767px) {
                  .l-container#articles .others__eachContent__articleList__item__anchor__texts__articleName:after {
                    height: 1px; } }
            .l-container#articles .others__eachContent__articleList__item__anchor__texts__rt {
              font-size: 14px;
              line-height: 2; }
              @media only screen and (max-width: 767px) {
                .l-container#articles .others__eachContent__articleList__item__anchor__texts__rt {
                  font-size: 12px; } }
            .l-container#articles .others__eachContent__articleList__item__anchor:hover .others__eachContent__articleList__item__anchor__texts {
              color: #DE0319; }
            .l-container#articles .others__eachContent__articleList__item__anchor:hover .others__eachContent__articleList__item__anchor__texts__articleName:after {
              background-color: #DE0319; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .others__eachContent__articleList__item:first-child {
              width: 100%; } }
          .l-container#articles .others__eachContent__articleList__item:first-child .others__eachContent__articleList__item__anchor {
            display: block; }
          @media only screen and (max-width: 767px) {
            .l-container#articles .others__eachContent__articleList__item:first-child .others__eachContent__articleList__item__anchor__fig {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .l-container#articles .others__eachContent__articleList__item:first-child .others__eachContent__articleList__item__anchor__texts {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .l-container#articles .others__eachContent__articleList__item:last-child {
              border-bottom: none; } }
        .l-container#articles .others__eachContent__articleList:after {
          display: block;
          content: "";
          width: 30%; }

/*# sourceMappingURL=articles.css.map */
