@charset "UTF-8";
.article-detail {
  max-width: 98rem;
  border-top: 1px solid #eee;
  margin: 0 auto;
  padding: 4rem 2% 0; }
  @media only screen and (max-width: 1024px) {
    .article-detail {
      padding: 4rem 2rem 0; } }
  .article-detail-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .article-detail-header {
        padding-bottom: 3rem; } }
    .article-detail-header-time {
      flex-shrink: 0;
      color: #60add4;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .article-detail-header-time {
          font-size: 1.2rem;
          padding: .5rem 0; } }
    .article-detail-header-cat {
      margin-bottom: 1rem;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .article-detail-header-cat {
          margin-bottom: 0;
          flex-wrap: wrap; } }
      .article-detail-header-cat li {
        margin-left: 1rem; }
        @media only screen and (max-width: 767px) {
          .article-detail-header-cat li {
            margin: 0 .3rem .3rem 0; } }
      .article-detail-header-cat a {
        line-height: 1;
        min-height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #60add4;
        border-radius: .3rem;
        padding: .2rem .8rem;
        color: #fff;
        position: relative;
        z-index: 11; }
        @media only screen and (max-width: 767px) {
          .article-detail-header-cat a {
            font-size: 1.2rem;
            height: 1.8rem; } }
        .article-detail-header-cat a span {
          font-size: 1.6rem;
          margin-right: .3rem; }
          @media only screen and (max-width: 767px) {
            .article-detail-header-cat a span {
              font-size: 1.4rem; } }
    .article-detail-header-sns {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding-top: 2rem; }
      .article-detail-header-sns li {
        width: 3rem;
        margin-left: 1rem; }
        @media only screen and (max-width: 767px) {
          .article-detail-header-sns li {
            width: 2.4rem; } }
    .article-detail-header-ttl {
      width: 100%;
      font-size: 2.8rem;
      line-height: 1.3;
      text-align: left;
      padding: 2rem 0;
      border-bottom: 1px solid #eee; }
      @media only screen and (max-width: 767px) {
        .article-detail-header-ttl {
          font-size: 2rem; } }
  .article-detail-fig {
    text-align: center;
    padding-bottom: 3rem; }
  .article-detail-content {
    font-size: 1.6rem;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .article-detail-content {
        font-size: 1.4rem; } }
    .article-detail-content-lead {
      background: rgba(96, 173, 212, 0.2);
      border-radius: 1rem;
      padding: 2.5rem;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 767px) {
        .article-detail-content-lead {
          padding: 1.5rem;
          border-radius: .5rem;
          margin-bottom: 2rem; } }
      .article-detail-content-lead p {
        padding-bottom: 1.5em; }
        .article-detail-content-lead p:nth-last-of-type(1) {
          padding-bottom: 0; }
    .article-detail-content #toc_container {
      max-width: 60rem;
      margin: 0 auto 8rem;
      border: 0.5rem solid rgba(96, 173, 212, 0.4);
      padding: 2.5rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .article-detail-content #toc_container {
          padding: 1.5rem;
          border-width: .3rem;
          font-size: 1.2rem;
          margin-bottom: 2.5rem; } }
    .article-detail-content .toc ul li {
      list-style: outside disc;
      margin-left: 3rem;
      overflow: visible;
      zoom: normal;
      padding-bottom: 1rem; }
    .article-detail-content .toc_title {
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      padding: 1rem 0 3rem;
      color: #60add4; }
      @media only screen and (max-width: 767px) {
        .article-detail-content .toc_title {
          font-size: 1.6rem; } }
    .article-detail-content-body {
      padding-bottom: 6rem; }
      @media only screen and (max-width: 767px) {
        .article-detail-content-body {
          padding-bottom: 3rem; } }
      .article-detail-content-body-btn {
        padding: 4rem 0; }
        @media only screen and (max-width: 767px) {
          .article-detail-content-body-btn {
            padding: 2.5rem 0; } }
        .article-detail-content-body-btn ul {
          background: rgba(96, 173, 212, 0.1);
          border-radius: 1rem;
          margin: 0;
          padding: 4rem 2%;
          display: flex;
          justify-content: center; }
          @media only screen and (max-width: 767px) {
            .article-detail-content-body-btn ul {
              flex-direction: column;
              padding: 2.5rem 1rem;
              border-radius: .5rem; } }
          .article-detail-content-body-btn ul li {
            width: 50%;
            list-style: none !important;
            margin-left: 0 !important;
            padding: 0 1rem !important; }
            @media only screen and (max-width: 767px) {
              .article-detail-content-body-btn ul li {
                width: 100%;
                padding: 0 !important;
                margin: .5rem 0 !important; } }
            .article-detail-content-body-btn ul li a {
              width: 100%;
              max-width: 48rem;
              height: 7.6rem;
              border-radius: 5rem;
              text-decoration: none;
              background: -webkit-linear-gradient(to top, #e8427c, #f16395 50%, #f16395 100%);
              background: -o-linear-gradient(to top, #e8427c, #f16395 50%, #f16395 100%);
              background: linear-gradient(to top, #e8427c, #f16395 50%, #f16395 100%);
              color: #fff;
              font-size: 2rem;
              font-weight: 700;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
              @media only screen and (max-width: 767px) {
                .article-detail-content-body-btn ul li a {
                  height: 5.2rem;
                  font-size: 1.5rem; } }
              .article-detail-content-body-btn ul li a span {
                background: #C8A162;
                border-radius: 5rem;
                margin-bottom: .3rem;
                font-size: 1.4rem;
                padding: .2rem 1rem;
                display: flex; }
                @media only screen and (max-width: 767px) {
                  .article-detail-content-body-btn ul li a span {
                    font-size: 1rem; } }
              .article-detail-content-body-btn ul li a:hover {
                background: -webkit-linear-gradient(180deg, #e8427c, #f16395 50%, #f16395 100%);
                background: -o-linear-gradient(180deg, #e8427c, #f16395 50%, #f16395 100%);
                background: linear-gradient(180deg, #e8427c, #f16395 50%, #f16395 100%); }
            .article-detail-content-body-btn ul li:nth-of-type(2) a {
              background-image: -webkit-linear-gradient(to top, #1d9381, #2bb3a7 50%, #2bb3a7 100%);
              background-image: -o-linear-gradient(to top, #1d9381, #2bb3a7 50%, #2bb3a7 100%);
              background-image: linear-gradient(to top, #1d9381, #2bb3a7 50%, #2bb3a7 100%); }
              .article-detail-content-body-btn ul li:nth-of-type(2) a:hover {
                background-image: -webkit-linear-gradient(180deg, #1d9381, #2bb3a7 50%, #2bb3a7 100%);
                background-image: -o-linear-gradient(180deg, #1d9381, #2bb3a7 50%, #2bb3a7 100%);
                background-image: linear-gradient(180deg, #1d9381, #2bb3a7 50%, #2bb3a7 100%); }
      .article-detail-content-body:after {
        content: "";
        display: block;
        clear: both; }
      @media only screen and (max-width: 1024px) {
        .article-detail-content-body .table-scroll {
          overflow: scroll; }
          .article-detail-content-body .table-scroll:before {
            content: "※横スクロールでご覧いただけます。";
            display: block;
            font-size: 90%; } }
      .article-detail-content-body img {
        height: auto; }
      .article-detail-content-body p {
        padding-bottom: 1.5em; }
      .article-detail-content-body h1 {
        font-size: 1.8em;
        margin: 2em 0 1em; }
      .article-detail-content-body h2 {
        font-size: 1.6em;
        margin: 1.5em 0 1em;
        background: #60add4;
        color: #fff;
        padding: .8em 1.2em;
        border-radius: .3rem; }
      .article-detail-content-body h3 {
        margin: 1.5em 0 1em;
        border-left: 0.5rem solid #60add4;
        padding-left: 1.2rem;
        font-size: 1.5em; }
      .article-detail-content-body h4 {
        font-size: 1.35em;
        margin: 1.5em 0 1em;
        padding: .5em .2em;
        border-bottom: 0.1rem solid #60add4; }
      .article-detail-content-body h5 {
        font-size: 1.3em;
        color: #60add4;
        margin: 2em 0 1em 0; }
      .article-detail-content-body h6 {
        font-size: 1.25em;
        margin: 1.5em 0 1em;
        color: #777;
        border-bottom: 0.1rem dashed rgba(80, 80, 80, 0.2);
        padding: .5em .2em; }
      @media only screen and (max-width: 767px) {
        .article-detail-content-body h1 {
          font-size: 1.5em; }
        .article-detail-content-body h2 {
          font-size: 1.4em; }
        .article-detail-content-body h3 {
          font-size: 1.2em;
          border-width: .2rem; }
        .article-detail-content-body h4 {
          font-size: 1.2em; }
        .article-detail-content-body h5 {
          font-size: 1.1em; }
        .article-detail-content-body h6 {
          font-size: 1.1em; } }
      .article-detail-content-body pre {
        display: block; }
      .article-detail-content-body strong {
        font-weight: bold; }
      .article-detail-content-body em {
        font-style: italic; }
      .article-detail-content-body ul {
        margin-bottom: 2.5rem; }
        .article-detail-content-body ul li {
          list-style: outside disc;
          margin-left: 3rem;
          overflow: visible;
          zoom: normal;
          padding-bottom: 1rem; }
      .article-detail-content-body ol {
        margin-bottom: 2.5rem; }
        .article-detail-content-body ol li {
          list-style: outside decimal;
          margin-left: 3rem;
          overflow: visible;
          zoom: normal;
          padding-bottom: 1rem; }
      .article-detail-content-body blockquote {
        display: block;
        margin: 1em 4rem;
        position: relative; }
        .article-detail-content-body blockquote:before {
          content: "“";
          position: absolute;
          left: -1em;
          font-size: 4rem;
          line-height: 1;
          opacity: 0.5;
          top: 0; }
        .article-detail-content-body blockquote:after {
          content: "”";
          position: absolute;
          right: -1rem;
          font-size: 4rem;
          line-height: 1;
          opacity: 0.5;
          bottom: 0; }
      .article-detail-content-body a {
        color: #60add4;
        text-decoration: underline; }
        .article-detail-content-body a:hover {
          text-decoration: none; }
      .article-detail-content-body del {
        text-decoration: line-through; }
      .article-detail-content-body hr {
        display: block;
        border: none;
        border-top: #9a9a9a 1px solid;
        border-bottom: #eeeeee 1px solid;
        margin-bottom: 1rem; }
      .article-detail-content-body .alignright {
        float: right;
        margin-left: 2rem;
        margin-bottom: 2rem;
        margin-right: .5rem; }
        @media only screen and (max-width: 767px) {
          .article-detail-content-body .alignright {
            float: none;
            margin-left: auto;
            margin-right: auto; } }
      .article-detail-content-body .alignleft {
        float: left;
        margin-right: 2rem;
        margin-left: .5rem;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .article-detail-content-body .alignleft {
            float: none;
            margin-left: auto;
            margin-right: auto; } }
      .article-detail-content-body .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        width: 100%;
        max-width: 64rem; }
  .article-detail-relation {
    border-top: .5rem solid #eee;
    border-bottom: .5rem solid #eee; }
    @media only screen and (max-width: 767px) {
      .article-detail-relation {
        border-width: .3rem; } }
    .article-detail-relation h5 {
      text-align: center;
      font-size: 1.8rem;
      padding-top: 4rem;
      padding-bottom: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #ddd; }
      @media only screen and (max-width: 767px) {
        .article-detail-relation h5 {
          font-size: 1.5rem; } }
      .article-detail-relation h5:before, .article-detail-relation h5:after {
        content: "";
        width: 2rem;
        height: .3rem;
        background: #eee;
        margin: 0 1rem; }
    .article-detail-relation-list {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 4rem;
      border-bottom: 1px solid #ddd; }
      .article-detail-relation-list li {
        width: 25%;
        padding: 1rem; }
        @media only screen and (max-width: 767px) {
          .article-detail-relation-list li {
            width: 50%; } }
        .article-detail-relation-list li figure {
          margin-bottom: 1rem; }
          .article-detail-relation-list li figure img {
            border-radius: .5rem; }
        .article-detail-relation-list li p {
          font-size: 1.3rem; }
          @media only screen and (max-width: 767px) {
            .article-detail-relation-list li p {
              font-size: 1.1rem; } }
  .article-detail-footer {
    padding: 5rem 2% 8rem; }
    @media only screen and (max-width: 767px) {
      .article-detail-footer {
        padding: 3rem 1rem; } }
    .article-detail-footer ul {
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .article-detail-footer ul {
          justify-content: space-around; } }
      .article-detail-footer ul li {
        margin: 0 1rem; }
        @media only screen and (max-width: 767px) {
          .article-detail-footer ul li {
            margin: 0 auto; } }
        .article-detail-footer ul li a, .article-detail-footer ul li div {
          border: .3rem solid #eee;
          border-radius: 5rem;
          width: 24rem;
          height: 4.8rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .article-detail-footer ul li a, .article-detail-footer ul li div {
              width: 12rem;
              height: 3.2rem;
              font-size: 1.2rem;
              border-width: 1px; } }
          .article-detail-footer ul li a span, .article-detail-footer ul li div span {
            color: #60add4; }
        .article-detail-footer ul li div {
          opacity: 0.3;
          pointer-events: none; }

.aside-recommend {
  background: rgba(238, 238, 238, 0.3);
  position: relative;
  padding: 8rem 2% 4rem; }
  @media only screen and (max-width: 767px) {
    .aside-recommend {
      padding: 3rem 1rem 0; } }
  .aside-recommend-ttl {
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    padding-bottom: 3rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .aside-recommend-ttl {
    font-size: 1.8rem;
    padding-bottom: 0; } }

  .aside-recommend-inner {
    width: 100%;
    max-width: 98rem;
    padding: 3rem 0 2rem 0;
    margin: 0 auto; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .aside-recommend-inner {
    padding: 2rem 0; } }

    .aside-recommend-inner .article-list {
      background: #fff;
      border-radius: 1rem;
      padding: 3rem 2rem;
      border: 1px solid #eee; }
      @media only screen and (max-width: 767px) {
        .aside-recommend-inner .article-list {
          padding: 1.5rem; } }
.aside-topics {
  padding: 8rem 2% 8rem;
  border-bottom: 1px solid #eee; }
  @media only screen and (max-width: 767px) {
    .aside-topics {
      padding: 3.5rem 1rem 2.5rem; } }
  .aside-topics-ttl {
    padding-bottom: 4rem;
    text-align: center;
    font-size: 2.8rem; }
    @media only screen and (max-width: 767px) {
      .aside-topics-ttl {
        padding-bottom: 2rem;
        font-size: 1.8rem; } }
  .aside-topics-btn a {
    width: 24rem;
    height: 4.8rem;
    background: rgba(80, 80, 80, 0.1);
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .aside-topics-btn a {
        width: 16rem;
        height: 3.6rem;
        font-size: 1.1rem; } }
  .aside-topics-inner {
    max-width: 98rem;
    border-top: 1px solid #eee;
    margin: 0 auto;
    padding-top: 4rem; }
    @media only screen and (max-width: 767px) {
      .aside-topics-inner {
        padding-top: 2rem; } }
