@charset "UTF-8";
/* @import url("../dragon/style.css"); */
.sponly {
  display: none; }

.pconly {
  display: block; }

/*TOPの改修と追加コンテンツのcss*/
.font_noto {
  font-family: "Noto Sans JP", sans-serif; }

.font_alegreya {
  font-family: "Alegreya Sans SC", sans-serif; }

.font_emoji {
  font-family: "Noto Color Emoji", sans-serif; }

#container {
  overflow: hidden; }

.topmv {
  background: #fff;
  padding-top: 110px; }

.home .topmv {
  padding-top: 110px; }

.topmv-in {
  width: auto;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  .topmv-in img {
    width: 100%;
    height: auto; }

/*ページの基本css*/
#new_wrap-in {
  /*max-width: 1366px;*/
  margin: 0 auto;
  font-family: "Noto Sans JP", 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif; }

#container #wrap.white {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0; }

#new_main {
  position: relative; }
  #new_main .inner {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto; }

.new_main .enttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0; }
  .new_main .enttl.blue {
    color: #2B91E0; }
  .new_main .enttl.white {
    color: rgba(255, 255, 255, 0.3); }
  .new_main .enttl.green {
    color: #78CA63; }
  .new_main .enttl.purple {
    color: #C773BB; }

#top_new {
  position: relative; }

/*ページの基本css fin*/
/*topのbg*/
.top_bg {
  width: 100%;
  position: relative; }
  .top_bg::before {
    position: absolute;
    content: "";
    width: 183%;
    height: 1838px;
    left: -51.24%;
    top: -139px;
    background: url("images/top_bg.png") no-repeat center top;
    background-size: auto 100%; }

/*topのbg fin*/
/*topの検索*/
.top_search {
  width: 1200px;
  max-width: 1200px;
  position: absolute;
  top: -106px;
  left: 50%;
  transform: translateX(-50%);
  padding: 28px 0 40px;
  border-radius: 8px;
  background: #004DA1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  z-index: 4; }
  .top_search h2 {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 10px; }
    .top_search h2 span {
      display: inline-block;
      letter-spacing: 0.2em;
      line-height: 1; }
  .top_search .enttl {
    font-size: 16px;
    letter-spacing: 0.1em; }
  .top_search ul {
    display: flex;
    justify-content: center; }
    .top_search ul li {
      font-size: 16px;
      line-height: 1;
      margin: 0 3px; }
      .top_search ul li a {
        display: inline-block;
        line-height: 26px;
        color: #fff;
        padding: 0 10px;
        border-radius: 2px;
        background: #2B91E0; }
        .top_search ul li a:hover {
          background: #59ade4; }
        .top_search ul li a span {
          margin-right: 3px; }

/*検索ボックス*/
#top_search {
  width: 680px;
  margin: 0 auto 15px; }

#top_search #s {
  float: left;
  height: 50px;
  border: none;
  border-radius: 2px;
  padding: 0 15px;
  background: #fff;
  width: calc(100% - 165px);
  width: -webkit-calc(100% - 165px);
  width: -moz-calc(100% - 165px); }
  #top_search #s:focus {
    outline: 0;
    border-color: #2b8ece; }

#top_searchsubmit {
  float: right;
  width: 160px;
  height: 50px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  background: #FF8629;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(0, 70, 60, 0.2);
  cursor: pointer;
  font-family: "Noto Sans JP", 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
  transition: 0.3s; }
  #top_searchsubmit:hover {
    filter: brightness(1.1); }

#top_search #searchform {
  position: relative;
  overflow: hidden; }

/*topの検索 fin*/
/*newsのボタン*/
.news_btn {
  width: 360px;
  margin: 0 auto; }
  .news_btn a {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 17px 0 19px;
    border-radius: 30px;
    background-image: url("images/top_btn_arrow.png");
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 7px;
    transition: 0.3s; }
    .news_btn a:hover {
      opacity: 0.8; }

/*newsの記事の並び*/
.news_cont .top_news_boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .news_cont .top_news_boxes .top_news_box {
    width: 372px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
    position: relative; }
    .news_cont .top_news_boxes .top_news_box:nth-child(n+4) {
      margin-top: 40px; }
    .news_cont .top_news_boxes .top_news_box .new {
      display: inline-block;
      font-size: 18px;
      letter-spacing: 0.05em;
      line-height: 1.16em;
      font-weight: bold;
      color: #fff;
      padding: 4px 22px 5px;
      border-radius: 8px;
      position: absolute;
      top: -5px;
      right: -5px;
      z-index: 3; }
      .news_cont .top_news_boxes .top_news_box .new.yellow {
        background: #EBCB3A; }
      .news_cont .top_news_boxes .top_news_box .new.green {
        background: #78CA63; }
      .news_cont .top_news_boxes .top_news_box .new.purple {
        background: #C773BB; }
    .news_cont .top_news_boxes .top_news_box .top_news_box_img {
      display: block;
      width: 100%;
      height: 240px;
      border-radius: 8px 8px 0 0;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: 0.3s; }
      .news_cont .top_news_boxes .top_news_box .top_news_box_img:hover {
        opacity: 0.7; }
    .news_cont .top_news_boxes .top_news_box .top_news_box_txt {
      width: 300px;
      margin: 0 auto;
      padding: 15px 0 36px; }
      .news_cont .top_news_boxes .top_news_box .top_news_box_txt .date {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1;
        color: #85999F; }
      .news_cont .top_news_boxes .top_news_box .top_news_box_txt .ttl {
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 1.6em;
        font-weight: bold;
        margin: 17px 0 0;
        min-height: 5.8em; }
        .news_cont .top_news_boxes .top_news_box .top_news_box_txt .ttl a {
          color: #2A2A2A; }
          .news_cont .top_news_boxes .top_news_box .top_news_box_txt .ttl a:hover {
            color: #2b8ece; }
      .news_cont .top_news_boxes .top_news_box .top_news_box_txt .category {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .news_cont .top_news_boxes .top_news_box .top_news_box_txt .category a {
          display: inline-block;
          font-size: 12px;
          letter-spacing: 0.05em;
          line-height: 1.5em;
          color: #fff;
          padding: 2px 5px 1px;
          border-radius: 2px;
          background: #2B91E0;
          margin: 0 4px 4px 0; }
          .news_cont .top_news_boxes .top_news_box .top_news_box_txt .category a:hover {
            background: #59ade4; }

/*topのnews*/
.top_news {
  padding-top: 168px;
  position: relative;
  z-index: 3; }
  .top_news h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 36px; }
    .top_news h2 span {
      display: inline-block;
      letter-spacing: 0.2em; }
  .top_news .top_news_boxes {
    margin-bottom: 50px; }
  .top_news .news_btn a {
    background-color: #21A1F1;
    padding-left: 96px; }
  .top_news .top_news_cat {
    margin: 70px 0 80px;
    padding: 44px 0 60px;
    border-radius: 8px;
    background: #98C7EA;
    position: relative;
    z-index: 3;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1); }
    .top_news .top_news_cat .enttl {
      font-size: 16px;
      letter-spacing: 0.2em; }
    .top_news .top_news_cat h2 {
      font-size: 30px;
      letter-spacing: 0.05em;
      line-height: 1.5em;
      font-weight: bold;
      color: #fff;
      text-align: center;
      margin-bottom: 32px; }
      .top_news .top_news_cat h2 span {
        display: inline-block;
        width: 30px;
        line-height: 1.6em;
        margin-right: 3px; }
    .top_news .top_news_cat .news_cat_boxes {
      width: 996px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .top_news .top_news_cat .news_cat_boxes .news_cat_box {
        width: 240px;
        box-sizing: border-box;
        padding: 10px 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #fff;
        border-radius: 2px;
        transition: 0.3s; }
        .top_news .top_news_cat .news_cat_boxes .news_cat_box:nth-child(n+5) {
          margin-top: 12px; }
        .top_news .top_news_cat .news_cat_boxes .news_cat_box .icon {
          width: 60px; }
        .top_news .top_news_cat .news_cat_boxes .news_cat_box .cat {
          font-size: 18px;
          letter-spacing: 0.03em;
          line-height: 1.24em;
          font-weight: bold;
          color: #000; }
        .top_news .top_news_cat .news_cat_boxes .news_cat_box:hover {
          opacity: 0.8; }

/*cta*/
.cta {
  width: 100%;
  background-color: #FB862A;
  background-image: url("images/cta_bg_left.png"), url("images/cta_bg_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 518px, 543px; }
  .cta .inner {
    padding: 100px 0; }
    .cta .inner .cta_ttl {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      font-size: 36px;
      letter-spacing: 0.05em;
      font-weight: bold;
      color: #fff;
      margin-bottom: 23px; }
      .cta .inner .cta_ttl span {
        display: inline-block;
        font-size: 40px;
        line-height: 1.5em;
        color: #FF8629;
        padding: 8px 16px 7px;
        border-radius: 8px;
        background: #fff;
        margin-right: 32px; }
        .cta .inner .cta_ttl span:last-of-type {
          margin-right: 23px; }
    .cta .inner .cta_cont {
      padding: 40px 0 50px;
      background: #fff;
      border-radius: 8px;
      position: relative; }
      .cta .inner .cta_cont .cta_txt {
        font-size: 32px;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font-weight: bold;
        color: #2A2A2A;
        text-align: center;
        margin-bottom: 24px; }
        .cta .inner .cta_cont .cta_txt span {
          font-size: 24px; }
      .cta .inner .cta_cont .cta_box {
        width: 1016px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row-reverse; }
        .cta .inner .cta_cont .cta_box .tel {
          margin-left: 35px; }
          .cta .inner .cta_cont .cta_box .tel .tel_txt {
            font-size: 18px;
            letter-spacing: 0.05em;
            line-height: 1.5em;
            font-weight: bold;
            color: #2A2A2A;
            margin-bottom: 0; }
            .cta .inner .cta_cont .cta_box .tel .tel_txt span {
              display: inline-block;
              font-size: 14px;
              font-weight: 500; }
          .cta .inner .cta_cont .cta_box .tel a {
            display: inline-block;
            font-size: 40px;
            line-height: 1.125em;
            font-weight: bold;
            color: #FB862A;
            padding-left: 38px;
            background: url("images/icon_tel.png") no-repeat left center;
            background-size: 27px;
            pointer-events: none; }
        .cta .inner .cta_cont .cta_box .btn {
          width: 473px; }
          .cta .inner .cta_cont .cta_box .btn a {
            display: block;
            width: 100%;
            font-size: 23px;
            letter-spacing: 0.05em;
            line-height: 1.478em;
            font-weight: bold;
            color: #fff;
            box-sizing: border-box;
            padding: 18px 0 19px 71px;
            border-radius: 50px;
            background-color: #FF8629;
            background-image: url("images/icon_mail_02.png"), url("images/top_btn_arrow.png");
            background-repeat: no-repeat, no-repeat;
            background-position: left 42px top 30px, right 13px center;
            background-size: 19px, 7px;
            transition: 0.3s; }
            .cta .inner .cta_cont .cta_box .btn a:hover {
              opacity: 0.8; }
      .cta .inner .cta_cont .cta_img {
        width: 271px;
        line-height: 0;
        position: absolute;
        bottom: 0;
        right: -47px; }

/*各記事のコンテンツ*/
.top_article {
  overflow: hidden; }
  .top_article .article {
    position: relative; }
    .top_article .article.article01 {
      background-image: url("images/top_cont_bg_01.png"), linear-gradient(to bottom, #F1F9EF, #E5F3E2);
      background-repeat: no-repeat, no-repeat;
      background-position: left top, center;
      background-size: 518px, cover; }
      .top_article .article.article01::before {
        position: absolute;
        content: "";
        width: 270px;
        height: 77px;
        top: 365px;
        right: -58px;
        background: url("images/top_cont_bg_dot_green.png") no-repeat;
        background-size: contain; }
    .top_article .article.article02 {
      background-image: url("images/top_cont_bg_02.png"), linear-gradient(to bottom, #F1F9EF, #E5F3E2);
      background-repeat: no-repeat, no-repeat;
      background-position: right bottom, center;
      background-size: 588px, cover; }
      .top_article .article.article02::before {
        position: absolute;
        content: "";
        width: 270px;
        height: 77px;
        bottom: 122px;
        left: -62px;
        background: url("images/top_cont_bg_dot_green.png") no-repeat;
        background-size: contain; }
    .top_article .article.article03 {
      background-image: url("images/top_cont_bg_03.png"), linear-gradient(to bottom, #F6EFF5, #F0E8EF);
      background-repeat: no-repeat, no-repeat;
      background-position: left top, center;
      background-size: 460px, cover; }
      .top_article .article.article03::before {
        position: absolute;
        content: "";
        width: 323px;
        height: 92px;
        top: 347px;
        right: -58px;
        background: url("images/top_cont_bg_dot_purple.png") no-repeat;
        background-size: contain; }
    .top_article .article.article04 {
      background-image: url("images/top_cont_bg_04.png"), linear-gradient(to bottom, #F6EFF5, #F0E8EF);
      background-repeat: no-repeat, no-repeat;
      background-position: right bottom, center;
      background-size: 477px, cover; }
      .top_article .article.article04::before {
        position: absolute;
        content: "";
        width: 323px;
        height: 92px;
        bottom: 138px;
        left: -125px;
        background: url("images/top_cont_bg_dot_purple.png") no-repeat;
        background-size: contain; }
    .top_article .article .inner {
      padding: 67px 0 70px;
      position: relative;
      z-index: 2; }
      .top_article .article .inner .article_ttl {
        text-align: center;
        margin-bottom: 30px; }
        .top_article .article .inner .article_ttl .enttl {
          font-size: 18px;
          letter-spacing: 0.01em;
          line-height: 1.16em; }
          .top_article .article .inner .article_ttl .enttl span {
            display: inline-block;
            padding: 0 24px; }
          .top_article .article .inner .article_ttl .enttl.green span {
            background-image: url("images/top_cont_ttl_line_01.png"), url("images/top_cont_ttl_line_02.png");
            background-repeat: no-repeat, no-repeat;
            background-position: left bottom 2px, right bottom 2px;
            background-size: 10px, 10px; }
          .top_article .article .inner .article_ttl .enttl.purple span {
            background-image: url("images/top_cont_ttl_line_03.png"), url("images/top_cont_ttl_line_04.png");
            background-repeat: no-repeat, no-repeat;
            background-position: left bottom 2px, right bottom 2px;
            background-size: 10px, 10px; }
        .top_article .article .inner .article_ttl .hukidashi {
          display: inline-block;
          margin: 9px 0 20px;
          font-size: 20px;
          letter-spacing: 0.05em;
          line-height: 1.45em;
          font-weight: bold;
          color: #fff;
          padding: 4px 10px 6px;
          border-radius: 8px;
          position: relative; }
          .top_article .article .inner .article_ttl .hukidashi::before {
            position: absolute;
            content: "";
            width: 26px;
            height: 26px;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%); }
          .top_article .article .inner .article_ttl .hukidashi span {
            position: relative;
            z-index: 2; }
          .top_article .article .inner .article_ttl .hukidashi.green {
            background: #78CA63; }
            .top_article .article .inner .article_ttl .hukidashi.green::before {
              background: url("images/top_cont_hukidashi_arrow_01.png") no-repeat;
              background-size: contain; }
          .top_article .article .inner .article_ttl .hukidashi.purple {
            background: #C773BB; }
            .top_article .article .inner .article_ttl .hukidashi.purple::before {
              background: url("images/top_cont_hukidashi_arrow_02.png") no-repeat;
              background-size: contain; }
        .top_article .article .inner .article_ttl h2 {
          font-size: 36px;
          letter-spacing: 0.05em;
          line-height: 1.5em;
          font-weight: bold;
          color: #2A2A2A;
          margin: 0; }
      .top_article .article .inner .article_txt {
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 1.875em;
        font-weight: 500;
        color: #2A2A2A;
        text-align: center;
        margin-bottom: 50px; }
      .top_article .article .inner .news_btn {
        margin-top: 50px; }
        .top_article .article .inner .news_btn.green a {
          padding-left: 47px;
          background-color: #5DCE58; }
        .top_article .article .inner .news_btn.purple a {
          padding-left: 47px;
          background-color: #974CD4; }
      .top_article .article .inner .btn_area {
        margin-top: 50px;
        display: flex;
        justify-content: center; }
        .top_article .article .inner .btn_area .news_btn {
          margin: 0 15px; }
          .top_article .article .inner .btn_area .news_btn a {
            padding-left: 63px; }

/*ABOUT*/
.top_about {
  background: url("images/top_about_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .top_about .inner {
    padding: 144px 0 165px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2; }
    .top_about .inner h2 {
      font-size: 32px;
      letter-spacing: 0.05em;
      line-height: 1.5em;
      font-weight: bold;
      margin: 3px 0 30px; }
    .top_about .inner .about_txt {
      font-size: 18px;
      letter-spacing: .03em;
      line-height: 2em;
      font-weight: 500;
      margin-bottom: 0; }
  .top_about .about_img {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    .top_about .about_img::before {
      position: absolute;
      content: "";
      width: 260px;
      height: 691px;
      bottom: 0;
      left: 20px;
      background: url("images/about_img_left.png") no-repeat center bottom;
      background-size: contain; }
    .top_about .about_img::after {
      position: absolute;
      content: "";
      width: 260px;
      height: 700px;
      bottom: 0;
      right: 20px;
      background: url("images/about_img_right.png") no-repeat center bottom;
      background-size: contain; }

/*はじめての方におすすめの記事*/
.top_start .inner {
  padding: 84px 0 80px; }
  .top_start .inner h2 {
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-weight: bold;
    color: #2A2A2A;
    text-align: center;
    margin: 2px 0 36px; }
  .top_start .inner .top_start_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top_start .inner .top_start_boxes .top_start_box {
      width: 372px;
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
      box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1); }
      .top_start .inner .top_start_boxes .top_start_box:nth-child(n+4) {
        margin-top: 70px; }
      .top_start .inner .top_start_boxes .top_start_box h3 {
        font-size: 30px;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font-weight: 500;
        color: #fff;
        text-align: center;
        padding: 17px 0 18px;
        margin: 0 !important; }
        .top_start .inner .top_start_boxes .top_start_box h3.purple {
          background: #B374AA; }
        .top_start .inner .top_start_boxes .top_start_box h3.orange {
          background: #ED8E75; }
        .top_start .inner .top_start_boxes .top_start_box h3.yellow {
          background: #E8B950; }
        .top_start .inner .top_start_boxes .top_start_box h3.green {
          background: #78CA63; }
        .top_start .inner .top_start_boxes .top_start_box h3.blue {
          background: #59B9D9; }
      .top_start .inner .top_start_boxes .top_start_box ul li {
        min-height: 125px;
        box-sizing: border-box;
        padding: 24px 36px 7px;
        border-bottom: dotted 3px #85999F; }
        .top_start .inner .top_start_boxes .top_start_box ul li:last-child {
          border: none; }
        .top_start .inner .top_start_boxes .top_start_box ul li a {
          display: block;
          width: 100%;
          font-size: 16px;
          letter-spacing: 0.03em;
          line-height: 1.6em;
          font-weight: 500;
          color: #2A2A2A; }
          .top_start .inner .top_start_boxes .top_start_box ul li a:hover {
            color: #2b8ece; }

/*新規下層ページ*/
/*共通*/
.new_under_mv {
  background-color: #EEF7EC;
  background-image: url("images/new_under_mv_left.png"), url("images/new_under_mv_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 460px, 402px;
  text-align: center;
  padding: 94px 0 74px; }
  .new_under_mv h2 {
    font-size: 42px;
    letter-spacing: 0.05em;
    line-height: 1.476em;
    font-weight: bold;
    color: #2A2A2A;
    margin: 0 0 14px; }
  .new_under_mv .enttl {
    font-size: 29px;
    letter-spacing: 0.01em;
    line-height: 1.2em;
    font-weight: bold;
    color: #78CA63; }

#breadcrumb.under {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 45px; }

.under {
  width: 100%; }
  .under .article {
    width: 100%; }
    .under .article .bgnone {
      position: relative; }
      .under .article .bgnone::before {
        position: absolute;
        content: "";
        width: 498px;
        height: 142px;
        top: 350px;
        left: -194px;
        background: url("images/under_bg_left_01.png") no-repeat;
        background-size: contain; }
      .under .article .bgnone::after {
        position: absolute;
        content: "";
        width: 498px;
        height: 142px;
        top: 860px;
        right: -217px;
        background: url("images/under_bg_right_01.png") no-repeat;
        background-size: contain; }
    .under .article .bg {
      background: #EEF7EC;
      position: relative; }
      .under .article .bg::before {
        position: absolute;
        content: "";
        width: 498px;
        height: 142px;
        top: 350px;
        left: -194px;
        background: url("images/under_bg_left_02.png") no-repeat;
        background-size: contain; }
      .under .article .bg::after {
        position: absolute;
        content: "";
        width: 498px;
        height: 142px;
        top: 860px;
        right: -217px;
        background: url("images/under_bg_right_02.png") no-repeat;
        background-size: contain; }
    .under .article .inner {
      padding: 100px 0;
      position: relative;
      z-index: 2; }
      .under .article .inner .enttl {
        font-size: 16px; }
      .under .article .inner h2 {
        font-size: 36px;
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font-weight: bold;
        color: #2A2A2A;
        text-align: center;
        margin: 0; }
      .under .article .inner .article_txt {
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 1.875em;
        font-weight: 500;
        text-align: center;
        margin: 50px 0 100px; }
      .under .article .inner .news_btn {
        margin-top: 69px; }
        .under .article .inner .news_btn a {
          padding-left: 47px;
          background-color: #5DCE58; }
    .under .article .under_news_list {
      padding-bottom: 100px; }
      .under .article .under_news_list .white_bg {
        width: 1200px;
        max-width: 1200px;
        margin: 60px auto 0;
        border-radius: 20px;
        background: #fff;
        box-sizing: border-box;
        padding: 40px 51px 55px; }
        .under .article .under_news_list .white_bg h2 {
          font-size: 36px;
          letter-spacing: 0.05em;
          line-height: 1.5em;
          font-weight: bold;
          color: #2A2A2A;
          text-align: center;
          margin: 0 0 88px; }
        .under .article .under_news_list .white_bg .top_news_boxes {
          width: 100%; }
          .under .article .under_news_list .white_bg .top_news_boxes .top_news_box {
            width: 340px; }
            .under .article .under_news_list .white_bg .top_news_boxes .top_news_box .top_news_box_txt {
              width: 275px;
              padding: 17px 0 30px; }
        .under .article .under_news_list .white_bg .news_btn {
          margin-top: 82px; }
          .under .article .under_news_list .white_bg .news_btn a {
            padding-left: 95px;
            background-color: #5DCE58; }

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