@charset "UTF-8";
/* line 3, magazine-entry.scss */
.page-title {
  padding-bottom: 85px; }
  @media screen and (max-width: 800px) {
    /* line 3, magazine-entry.scss */
    .page-title {
      padding-bottom: 30px; } }
  /* line 9, magazine-entry.scss */
  .page-title h1 .en {
    margin-bottom: 10px; }
    @media screen and (max-width: 800px) {
      /* line 9, magazine-entry.scss */
      .page-title h1 .en {
        margin-bottom: 5px; } }

/* line 18, magazine-entry.scss */
.group {
  margin-bottom: 0; }

/* line 25, magazine-entry.scss */
.entry-content {
  margin-bottom: 195px; }
  @media screen and (max-width: 800px) {
    /* line 25, magazine-entry.scss */
    .entry-content {
      margin-bottom: 45px; } }

/* line 33, magazine-entry.scss */
.single-head {
  margin-bottom: 35px; }
  @media screen and (max-width: 800px) {
    /* line 33, magazine-entry.scss */
    .single-head {
      margin-bottom: 30px; } }
  /* line 38, magazine-entry.scss */
  .single-head .entry-cat {
    font-size: 15px;
    padding: 8px 45px;
    margin-bottom: 15px; }
    @media screen and (max-width: 800px) {
      /* line 38, magazine-entry.scss */
      .single-head .entry-cat {
        font-size: 14px;
        padding: 5px 25px;
        margin-bottom: 10px; } }
  /* line 48, magazine-entry.scss */
  .single-head h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px; }
    @media screen and (max-width: 800px) {
      /* line 48, magazine-entry.scss */
      .single-head h2 {
        font-size: 16px;
        margin-bottom: 15px; } }
  /* line 58, magazine-entry.scss */
  .single-head .entry-date {
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    margin-bottom: 15px; }
    @media screen and (max-width: 800px) {
      /* line 58, magazine-entry.scss */
      .single-head .entry-date {
        gap: 0 15px;
        margin-bottom: 10px; } }
    /* line 67, magazine-entry.scss */
    .single-head .entry-date span {
      display: inline-block;
      font-size: 15px;
      height: 16px; }
      @media screen and (max-width: 800px) {
        /* line 67, magazine-entry.scss */
        .single-head .entry-date span {
          font-size: 13px; } }
      /* line 74, magazine-entry.scss */
      .single-head .entry-date span.ed02 {
        background-image: url("../img/icon_time.svg");
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px; }
        @media screen and (max-width: 800px) {
          /* line 74, magazine-entry.scss */
          .single-head .entry-date span.ed02 {
            background-size: 15px 14px;
            padding-left: 20px; } }

/* line 88, magazine-entry.scss */
.magazine-img-top {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 55px; }
  @media screen and (max-width: 800px) {
    /* line 88, magazine-entry.scss */
    .magazine-img-top {
      width: calc(100% + 40px);
      margin: 0 0 30px -20px; } }
  /* line 96, magazine-entry.scss */
  .magazine-img-top img {
    width: 100%; }

/* line 101, magazine-entry.scss */
.read-magazine {
  margin-bottom: 110px; }
  @media screen and (max-width: 800px) {
    /* line 101, magazine-entry.scss */
    .read-magazine {
      margin-bottom: 50px; } }

/* line 109, magazine-entry.scss */
.point-content {
  padding: 45px 0 95px;
  margin-bottom: 70px; }
  @media screen and (max-width: 800px) {
    /* line 109, magazine-entry.scss */
    .point-content {
      padding: 45px 0;
      margin-bottom: 30px; } }
  /* line 116, magazine-entry.scss */
  .point-content h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      /* line 116, magazine-entry.scss */
      .point-content h2 {
        margin-bottom: 30px; } }
  /* line 122, magazine-entry.scss */
  .point-content ul {
    margin: 0;
    padding: 0; }
    /* line 125, magazine-entry.scss */
    .point-content ul li {
      position: relative;
      font-weight: 500;
      line-height: 1.5;
      margin: 0 0 10px;
      padding: 0 0 0 25px; }
      @media screen and (max-width: 800px) {
        /* line 125, magazine-entry.scss */
        .point-content ul li {
          padding-left: 20px;
          margin-bottom: 4px; } }
      /* line 135, magazine-entry.scss */
      .point-content ul li:last-child {
        margin-bottom: 0; }
      /* line 138, magazine-entry.scss */
      .point-content ul li::before {
        position: absolute;
        left: 0;
        top: 6px;
        width: 14px;
        height: 14px;
        background-color: #004EA2;
        content: "";
        border-radius: 50%; }
        @media screen and (max-width: 800px) {
          /* line 138, magazine-entry.scss */
          .point-content ul li::before {
            top: 5px; } }

/* line 156, magazine-entry.scss */
.contents {
  counter-reset: count;
  background-color: #F0F0F0;
  padding: 45px 15px;
  margin-bottom: 85px; }
  @media screen and (max-width: 800px) {
    /* line 156, magazine-entry.scss */
    .contents {
      margin-bottom: 50px; } }
  /* line 164, magazine-entry.scss */
  .contents ol {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0; }
    /* line 169, magazine-entry.scss */
    .contents ol li {
      margin: 0;
      list-style-type: none;
      border-bottom: 1px dashed #ADADAD;
      padding: 25px 0; }
      @media screen and (max-width: 800px) {
        /* line 169, magazine-entry.scss */
        .contents ol li {
          padding: 20px 0; } }
      /* line 177, magazine-entry.scss */
      .contents ol li a {
        display: inline-block;
        position: relative;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: none;
        padding-left: 75px; }
        @media screen and (max-width: 800px) {
          /* line 177, magazine-entry.scss */
          .contents ol li a {
            line-height: 1.73;
            padding-left: 40px; } }
        /* line 188, magazine-entry.scss */
        .contents ol li a::before, .contents ol li a::after {
          position: absolute; }
        /* line 192, magazine-entry.scss */
        .contents ol li a::before {
          color: #004EA2;
          left: 34px;
          top: 0px;
          font-family: "Roboto", sans-serif;
          font-size: 26px;
          font-weight: 700;
          line-height: 1;
          counter-increment: count;
          content: counter(count,decimal-leading-zero); }
          @media screen and (max-width: 800px) {
            /* line 192, magazine-entry.scss */
            .contents ol li a::before {
              top: 6px;
              left: 15px;
              font-size: 16px; } }
        /* line 208, magazine-entry.scss */
        .contents ol li a::after {
          left: 0px;
          top: 10px;
          width: 20px;
          height: 5px;
          content: "";
          background-color: #004EA2; }
          @media screen and (max-width: 800px) {
            /* line 208, magazine-entry.scss */
            .contents ol li a::after {
              top: 12px;
              width: 10px;
              height: 2px; } }
      /* line 222, magazine-entry.scss */
      .contents ol li ol {
        margin-top: 10px;
        padding-left: 75px; }
        @media screen and (max-width: 800px) {
          /* line 222, magazine-entry.scss */
          .contents ol li ol {
            margin-top: 5px;
            padding-left: 40px; } }
        /* line 229, magazine-entry.scss */
        .contents ol li ol li {
          border: none;
          padding: 0;
          margin: 0 0 20px; }
          @media screen and (max-width: 800px) {
            /* line 229, magazine-entry.scss */
            .contents ol li ol li {
              margin-bottom: 8px; } }
          /* line 236, magazine-entry.scss */
          .contents ol li ol li:last-child {
            margin-bottom: 0; }
          /* line 239, magazine-entry.scss */
          .contents ol li ol li a {
            font-size: 15px;
            font-weight: 400;
            border-bottom: none;
            padding: 0 0 0 1em; }
            /* line 244, magazine-entry.scss */
            .contents ol li ol li a::before {
              display: none; }
            /* line 247, magazine-entry.scss */
            .contents ol li ol li a::after {
              top: 10px;
              left: 3px;
              display: inline-block;
              width: 3px;
              height: 3px;
              background-color: #1D1D1D; }

/* line 263, magazine-entry.scss */
.entry-box {
  counter-reset: count; }
  /* line 265, magazine-entry.scss */
  .entry-box h3 {
    font-size: 22px;
    line-height: 1.5;
    border-bottom: 1px solid #004EA2;
    margin-bottom: 30px;
    padding: 0 0 20px 100px; }
    @media screen and (max-width: 800px) {
      /* line 265, magazine-entry.scss */
      .entry-box h3 {
        font-size: 16px;
        padding: 0 0 15px 56px;
        margin-bottom: 25px; } }
    /* line 276, magazine-entry.scss */
    .entry-box h3::before {
      position: absolute;
      color: #004EA2;
      left: 34px;
      top: -5px;
      font-family: "Roboto", sans-serif;
      font-size: 45px;
      font-weight: 700;
      line-height: 1;
      counter-increment: count;
      content: counter(count,decimal-leading-zero); }
      @media screen and (max-width: 800px) {
        /* line 276, magazine-entry.scss */
        .entry-box h3::before {
          top: 0;
          left: 20px;
          font-size: 26px; } }
    @media screen and (max-width: 800px) {
      /* line 293, magazine-entry.scss */
      .entry-box h3::after {
        width: 13px;
        height: 3px;
        left: 0px;
        top: 12px; } }

/* line 303, magazine-entry.scss */
.bn-promotion {
  display: block;
  width: 100%;
  margin: 0 auto 75px; }
  @media screen and (max-width: 800px) {
    /* line 303, magazine-entry.scss */
    .bn-promotion {
      margin-bottom: 30px; } }
  /* line 310, magazine-entry.scss */
  .bn-promotion img {
    width: 100%; }

/* line 315, magazine-entry.scss */
.entry-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px; }
  @media screen and (max-width: 800px) {
    /* line 315, magazine-entry.scss */
    .entry-link {
      margin-top: 55px; } }
  /* line 324, magazine-entry.scss */
  .entry-link::before, .entry-link::after {
    position: absolute;
    top: -30px;
    color: #004EA2;
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      /* line 324, magazine-entry.scss */
      .entry-link::before, .entry-link::after {
        top: -20px;
        font-size: 13px; } }
  /* line 336, magazine-entry.scss */
  .entry-link::before {
    left: 0;
    content: "前の記事"; }
  /* line 340, magazine-entry.scss */
  .entry-link::after {
    right: 0;
    content: "次の記事"; }
  /* line 344, magazine-entry.scss */
  .entry-link a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    text-decoration: none;
    border-top: 2px solid #004EA2;
    border-bottom: 2px solid #004EA2; }
    /* line 353, magazine-entry.scss */
    .entry-link a::before {
      position: absolute;
      top: 50%;
      translate: 0 -50%;
      width: 12px;
      height: 19px;
      content: "";
      background-image: url("../img/bg_prevnext.svg");
      background-repeat: no-repeat;
      background-position: left top; }
      @media screen and (max-width: 800px) {
        /* line 353, magazine-entry.scss */
        .entry-link a::before {
          width: 7px;
          height: 14px;
          background-size: cover; } }
    /* line 369, magazine-entry.scss */
    .entry-link a.prev {
      padding: 30px 25px 30px 45px; }
      @media screen and (max-width: 800px) {
        /* line 369, magazine-entry.scss */
        .entry-link a.prev {
          padding: 14px 14px 14px 0; } }
      /* line 374, magazine-entry.scss */
      .entry-link a.prev::before {
        left: 0; }
        @media screen and (max-width: 800px) {
          /* line 374, magazine-entry.scss */
          .entry-link a.prev::before {
            left: -14px; } }
      /* line 380, magazine-entry.scss */
      .entry-link a.prev::after {
        position: absolute;
        right: 0;
        top: 50%;
        translate: 0 -50%;
        width: 1px;
        height: calc(100% - 30px);
        border-left: 1px dashed #004EA2;
        content: ""; }
    /* line 391, magazine-entry.scss */
    .entry-link a.next {
      padding: 30px 45px 30px 25px; }
      @media screen and (max-width: 800px) {
        /* line 391, magazine-entry.scss */
        .entry-link a.next {
          padding: 14px 0 14px 14px; } }
      /* line 396, magazine-entry.scss */
      .entry-link a.next::before {
        right: 0;
        rotate: 180deg; }
        @media screen and (max-width: 800px) {
          /* line 396, magazine-entry.scss */
          .entry-link a.next::before {
            right: -14px; } }
    /* line 404, magazine-entry.scss */
    .entry-link a.nolink {
      pointer-events: none; }
      /* line 406, magazine-entry.scss */
      .entry-link a.nolink::before {
        opacity: 0.5; }
      /* line 409, magazine-entry.scss */
      .entry-link a.nolink .entry-title {
        opacity: 0.5; }
    /* line 413, magazine-entry.scss */
    .entry-link a .entry-head {
      width: 100%;
      justify-content: space-between; }
      @media screen and (max-width: 800px) {
        /* line 413, magazine-entry.scss */
        .entry-link a .entry-head {
          flex-wrap: wrap;
          gap: 8px 0;
          margin-bottom: 10px; } }
      @media screen and (max-width: 800px) {
        /* line 421, magazine-entry.scss */
        .entry-link a .entry-head .entry-cat {
          width: 100%; } }
      @media screen and (max-width: 800px) {
        /* line 426, magazine-entry.scss */
        .entry-link a .entry-head .entry-date {
          width: 100%;
          font-size: 11px;
          text-align: right; } }
    @media screen and (max-width: 800px) {
      /* line 434, magazine-entry.scss */
      .entry-link a .entry-title {
        font-size: 12px;
        line-height: 1.5; } }

/*# sourceMappingURL=magazine-entry.css.map */
