section:not(.cta) {
  max-width: 800px;
  width: 93%;
  margin: 0 auto; }

section.content .ttlWrap {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    section.content .ttlWrap {
      margin-bottom: 14px; } }
  section.content .ttlWrap p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px 0;
    border-top: 2px solid #f1dfcf;
    border-bottom: 5px solid #f1dfcf; }
    @media screen and (max-width: 768px) {
      section.content .ttlWrap p {
        padding: 12px 3.5%;
        font-size: 14px;
        border-bottom-width: 4px; } }
    section.content .ttlWrap p i {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 36px;
      padding: 0 16px;
      border-radius: 3px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        section.content .ttlWrap p i {
          height: 30px;
          padding: 0 10px; } }
      section.content .ttlWrap p i.important {
        background-color: #da5a30; }
      section.content .ttlWrap p i.news {
        background-color: #4aa34e; }
      section.content .ttlWrap p i.examination {
        background-color: #5336c4; }
  section.content .ttlWrap h2 {
    font-size: 28px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.content .ttlWrap h2 {
        font-size: 22px; } }
section.content .cntWrap {
  padding: 70px 50px;
  border-radius: 15px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    section.content .cntWrap {
      padding: 25px 5%;
      border-radius: 10px; } }
  section.content .cntWrap p {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      section.content .cntWrap p {
        line-height: 1.8; } }
    section.content .cntWrap p:nth-last-of-type(n+1) {
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        section.content .cntWrap p:nth-last-of-type(n+1) {
          margin-bottom: 22px; } }
  section.content .cntWrap a:not(:hover) {
    text-decoration: underline; }

section.menuWrap {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    section.menuWrap {
      margin-bottom: 38px; } }
  section.menuWrap ul.paging {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 3.5%; }
    @media screen and (max-width: 768px) {
      section.menuWrap ul.paging {
        padding: 24px 3.5%;
        font-size: 14px; } }
    section.menuWrap ul.paging li {
      display: flex;
      align-items: center;
      width: 46%; }
      section.menuWrap ul.paging li.prev a::before {
        content: '';
        min-width: 23px;
        max-width: 23px;
        min-height: 23px;
        max-height: 23px;
        margin-right: 10px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        border-left: 2px solid rgba(0, 0, 0, 0.2);
        transform: rotate(45deg); }
        @media screen and (max-width: 768px) {
          section.menuWrap ul.paging li.prev a::before {
            margin-right: 2px; } }
        section.menuWrap ul.paging li.prev a {
          display: inline-flex;
          justify-content: flex-start;
          align-items: center;
          word-break: break-word;
          width: 100%; }
      section.menuWrap ul.paging li.next {
        text-align: right; }
        section.menuWrap ul.paging li.next a {
          display: inline-flex;
          justify-content: flex-end;
          align-items: center;
          word-break: break-word;
          width: 100%;
          text-align: right; }
          section.menuWrap ul.paging li.next a::after {
            content: '';
            min-width: 23px;
            max-width: 23px;
            min-height: 23px;
            max-height: 23px;
            margin-left: 10px;
            border-top: 2px solid rgba(0, 0, 0, 0.2);
            border-right: 2px solid rgba(0, 0, 0, 0.2);
            transform: rotate(45deg); }
            @media screen and (max-width: 768px) {
              section.menuWrap ul.paging li.next a::after {
                margin-left: 2px; } }
      section.menuWrap ul.paging li a:hover {
        text-decoration: underline; }
  section.menuWrap .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 3.5%;
    border-radius: 5px;
    background-color: #f1dfcf; }
    @media screen and (max-width: 768px) {
      section.menuWrap .menu {
        justify-content: center;
        padding: 16px 3.5%; } }
    section.menuWrap .menu ul.sns {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 768px) {
        section.menuWrap .menu ul.sns {
          margin-bottom: 8px; } }
      section.menuWrap .menu ul.sns li {
        margin-right: 14px; }
        @media screen and (max-width: 768px) {
          section.menuWrap .menu ul.sns li {
            margin-right: 10px; } }
        section.menuWrap .menu ul.sns li img {
          width: 34px; }
    section.menuWrap .menu a.back {
      display: inline-flex;
      justify-content: flex-end;
      align-items: center; }
      section.menuWrap .menu a.back::after {
        content: '';
        width: 10px;
        height: 10px;
        margin-left: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg); }
      section.menuWrap .menu a.back:hover {
        text-decoration: underline; }

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