@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=auto);
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/font/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/font/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/font/NotoSansCJKjp-Bold.woff") format("woff");
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #0c0c0c;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* 共通 */
.page_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 6.5rem;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* Header */
  /* Footer */
  /* Sidebar */
  /* ぱんくずリスト */
  /* ログイン */
  /* 共通ページ */
}

.page_wrap.frame_list {
  padding-top: 0;
  min-height: auto;
}

.page_wrap .column {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page_wrap .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem 1.6rem;
  border-bottom: solid 1px #E5E5E5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.page_wrap .header.open {
  z-index: 200;
}

.page_wrap .header .brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_wrap .header .brand a {
  display: block;
  margin: 0 2.4rem 0 0;
}

.page_wrap .header .brand a .logo {
  width: 3.2rem;
  display: block;
}

.page_wrap .header .brand .page_title {
  font-size: 1.8rem;
  font-weight: bold;
}

.page_wrap .header .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_wrap .header .action .menu {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("/img/renewal/news/menu.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
}

.page_wrap .header .action .menu.open {
  background-image: url("/img/renewal/news/close.png");
}

.page_wrap .header .action .menu .icon {
  width: 100%;
  display: block;
}

.page_wrap .footer {
  color: #fff;
  background: #707c88;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 1.6rem 0.8rem;
}

.page_wrap .footer .brand {
  width: 11.8rem;
  margin-bottom: 1.2rem;
}

.page_wrap .footer .brand img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.page_wrap .footer .link {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.page_wrap .footer .trademark {
  display: block;
  font-size: 1.0rem;
}

.page_wrap .sidebar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 6.5rem;
  background: #fff;
  z-index: 50;
}

.page_wrap .sidebar .search_form {
  width: 100%;
  padding: 2.5rem 1.6rem 1.2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page_wrap .sidebar .search_form input {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  background: #F7F7F7;
  padding: 0.8rem 1.2rem 0.8rem 3.4rem;
  border: solid 1px #E5E5E5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("/img/renewal/news/search.svg");
  background-repeat: no-repeat;
  background-position: left 1.2rem center;
}

.page_wrap .sidebar .menu_list .list_item:last-child {
  border-top: solid 1px #E5E5E5;
}

.page_wrap .sidebar .menu_list .list_item a {
  color: #0C0C0C;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding: 1.6rem;
  text-decoration: none;
  background-image: url("/img/renewal/news/arrow-right.svg");
  background-position: right 1.6rem center;
  background-repeat: no-repeat;
}

.page_wrap .breadcrumbs {
  color: #19BEBE;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.page_wrap .breadcrumbs .breadcrumbs_item {
  display: inline;
}

.page_wrap .breadcrumbs .breadcrumbs_item + .breadcrumbs_item::before {
  content: ">";
  margin: 0 0.4rem;
}

.page_wrap .breadcrumbs .breadcrumbs_item a {
  color: inherit;
  text-decoration: none;
}

.page_wrap .category_list {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page_wrap .category_list::-webkit-scrollbar {
  display: none;
}

.page_wrap .category_list .scroll {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px #E5E5E5;
}

.page_wrap .category_list .list_item {
  width: 100%;
  text-align: center;
}

.page_wrap .category_list .list_item a {
  color: #9D9D9D;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.4rem 0rem 1.2rem;
  text-decoration: none;
  position: relative;
}

.page_wrap .category_list .list_item a.active {
  color: #FA628A;
}

.page_wrap .category_list .list_item a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FA628A;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}

.page_wrap .article {
  position: relative;
  margin-bottom: 6rem;
}

.page_wrap .article .loading {
  display: none;
  text-align: center;
  margin: 8rem 2rem 118.3rem;
  -webkit-animation: spin 1s linear infinite;
     -moz-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.page_wrap .post {
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1.6rem;
  text-decoration: none;
}

.page_wrap .news .post + .post {
  border-top: solid 1px #e5e5e5;
}

.page_wrap .news .post .post_thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1.6rem;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_wrap .news .post .post_thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 25 / 23;
}

.page_wrap .news .post .post_title {
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.page_wrap .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.2rem 0;
  padding: 0 2rem;
}

.page_wrap .pager_wrap {
  height: 56px;
  overflow: hidden;
}

.page_wrap .pager .prev, .page_wrap .pager .next {
  width: 3.2rem;
  height: 3.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  background-color: #fa628a;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.page_wrap .pager .prev a, .page_wrap .pager .next a {
  color: inherit;
  text-decoration: none;
}

.page_wrap .pager .prev.disable, .page_wrap .pager .next.disable {
  color: #9d9d9d;
  background-color: #e5e5e5;
}

.page_wrap .pager .prev {
  background-image: url("/img/renewal/news/prev.svg");
}

.page_wrap .pager .prev.disable {
  background-image: url("/img/renewal/news/prev_disable.svg");
}

.page_wrap .pager .next {
  background-image: url("/img/renewal/news/next.svg");
}

.page_wrap .pager .next.disable {
  background-image: url("/img/renewal/news/next_disable.svg");
}

.page_wrap .pager .sign {
  margin: 0 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_wrap .pager .sign .number {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: inherit;
  text-decoration: none;
}

.page_wrap .pager .sign .number.active {
  color: #fa628a;
  font-size: 1.6rem;
  font-weight: bold;
}

.page_wrap .ranking .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 1.6rem;
}

.page_wrap .ranking .post {
  counter-increment: post-counter;
}

.page_wrap .ranking .post .post_thumbnail::before {
  content: counter(post-counter);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 10px 0 10px 0;
     -moz-border-radius: 10px 0 10px 0;
          border-radius: 10px 0 10px 0;
  background: #6D6D6D;
  position: absolute;
  top: 0;
  left: 0;
}

.page_wrap .ranking .post:nth-child(1) .post_thumbnail::before,
.page_wrap .ranking .post:nth-child(2) .post_thumbnail::before,
.page_wrap .ranking .post:nth-child(3) .post_thumbnail::before {
  background: transparent -webkit-linear-gradient(#FA628A 0%, #E21A57 100%);
  background: transparent -o-linear-gradient(#FA628A 0%, #E21A57 100%);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FA628A), to(#E21A57));
  background: transparent -moz- oldlinear-gradient(#FA628A 0%, #E21A57 100%);
  background: transparent linear-gradient(#FA628A 0%, #E21A57 100%);
}

.page_wrap .ranking .more {
  text-align: right;
  padding: 0 1.6rem 4rem;
}

.page_wrap .ranking .more .link {
  color: #FA628A;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}

.page_wrap .ranking .more .link .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  position: relative;
  top: -2px;
}

.page_wrap .ranking .notice {
  font-size: 1.4rem;
  text-align: center;
  border-top: solid 1px #e5e5e5;
  padding: 2rem;
}

.page_wrap .related {
  margin-bottom: 6rem;
}

.page_wrap .related .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 1.6rem;
}

.page_wrap .login {
  color: #0c0c0c;
  width: -webkit-calc(100% - 3.2rem);
  width: -moz-calc(100% - 3.2rem);
  width: calc(100% - 3.2rem);
  margin: 2.4rem auto 4rem;
  padding: 3.2rem 1.6rem;
  text-align: center;
  -webkit-border-radius: 2rem;
     -moz-border-radius: 2rem;
          border-radius: 2rem;
  border: solid 1px #e5e5e5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.page_wrap .login .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.page_wrap .login .text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 3.2rem;
}

.page_wrap .login .button {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #fa628a;
  padding: 0 3.2rem;
  height: 3em;
  line-height: 3em;
  -webkit-border-radius: 3em;
     -moz-border-radius: 3em;
          border-radius: 3em;
}

.page_wrap .content {
  /* 記事詳細 */
  /* 検索結果 */
}

.page_wrap .content .head {
  padding: 2.5rem 1.6rem 1.2rem;
}

.page_wrap .content .head .title {
  color: #0C0C0C;
  font-size: 1.8rem;
  font-weight: bold;
}

.page_wrap .content .head .length {
  color: #9D9D9D;
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

.page_wrap .content .detail {
  font-size: 1.6rem;
  padding: 2.5rem 1.6rem 5rem;
}

.page_wrap .content .detail .title {
  color: #0C0C0C;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.page_wrap .content .detail .date {
  color: #9D9D9D;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.page_wrap .content .detail .thumbnail {
  margin-bottom: 4rem;
}

.page_wrap .content .detail .thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 25 / 23;
}

.page_wrap .content .detail .text p {
  margin-bottom: 2.4rem;
}

.page_wrap .content .result {
  font-size: 1.6rem;
  margin-bottom: 6rem;
}

.page_wrap .content .result .title {
  color: #0C0C0C;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.page_wrap .content .result .not_found {
  color: #0C0C0C;
  font-size: 1.6rem;
  margin-bottom: 24rem;
  padding: 0 1.6rem;
}

.page_wrap .content .error {
  text-align: center;
  padding: 5rem 4rem;
}

.page_wrap .content .error .title {
  color: #0C0C0C;
  font-size: 2.8rem;
  font-weight: bold;
}

.page_wrap .content .error .message {
  margin-top: 2rem;
  color: #0C0C0C;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .page_wrap {
    padding-top: 10.7rem;
    /* ログイン */
  }
  .page_wrap .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 2.2rem 6rem;
    border-bottom: solid 1px #E5E5E5;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .page_wrap .header .brand a .logo {
    width: 6.2rem;
  }
  .page_wrap .header .brand .page_title {
    font-size: 2.6rem;
  }
  .page_wrap .header .action {
    display: none;
  }
  .page_wrap .column {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem 4rem 4rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_wrap .column .content {
    width: 100%;
    max-width: 71rem;
    overflow: hidden;
  }
  .page_wrap .category_list {
    width: 100%;
    overflow: visible;
    margin-bottom: 2rem;
  }
  .page_wrap .category_list .scroll {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    border-bottom: solid 2px #E5E5E5;
  }
  .page_wrap .category_list .list_item {
    margin-bottom: -2px;
  }
  .page_wrap .category_list .list_item a {
    color: #9D9D9D;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.4rem 0rem 1.2rem;
    text-decoration: none;
    position: relative;
  }
  .page_wrap .category_list .list_item a.active {
    color: #FA628A;
  }
  .page_wrap .category_list .list_item a.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FA628A;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
  }
  .page_wrap .post {
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0rem;
    text-decoration: none;
  }
  .page_wrap .news .post .post_thumbnail {
    display: block;
    width: 9.2rem;
    height: 9.2rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 3.2rem;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .page_wrap .news .post .post_title {
    font-size: 1.8rem;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
  .page_wrap .pager {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .page_wrap .right_box {
    width: 37.5rem;
    margin-left: 12rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .page_wrap .ranking .title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    padding: 0;
  }
  .page_wrap .ranking .news .post .post_thumbnail::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .page_wrap .sidebar {
    display: block;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
    margin-bottom: 3rem;
    background: #fff;
    z-index: 50;
  }
  .page_wrap .sidebar .search_form {
    width: 100%;
    margin-bottom: 3.2rem;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_wrap .sidebar .search_form input {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    background: #F7F7F7;
    padding: 1rem 1.4rem 1rem 3.8rem;
    border: solid 1px #E5E5E5;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("/img/renewal/news/search.svg");
    background-repeat: no-repeat;
    background-position: left 1.2rem center;
  }
  .page_wrap .sidebar .menu_list .list_item a {
    color: #0C0C0C;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    padding: 2.4rem 0;
    text-decoration: none;
    background-image: url("/img/renewal/news/arrow-right.svg");
    background-position: right 1.6rem center;
    background-repeat: no-repeat;
  }
  .page_wrap .sidebar .menu_list .list_item:last-child {
    border: none;
  }
  .page_wrap .footer {
    width: 100%;
    color: #fff;
    background: #707c88;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 2rem 3rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_wrap .footer .brand {
    width: 30rem;
    margin-bottom: 2.4rem;
  }
  .page_wrap .footer .link {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .page_wrap .footer .trademark {
    display: block;
    font-size: 1.4rem;
  }
  .page_wrap .content .breadcrumbs {
    color: #19BEBE;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .page_wrap .content .detail {
    font-size: 1.6rem;
    padding: 0rem 0rem 6rem;
  }
  .page_wrap .content .detail .title {
    color: #0C0C0C;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
  }
  .page_wrap .content .detail .date {
    color: #9D9D9D;
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
  .page_wrap .content .detail .text p {
    margin-bottom: 4rem;
  }
  .page_wrap .content .head {
    padding: 0;
  }
  .page_wrap .content .head .value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.2rem;
  }
  .page_wrap .content .head .title {
    color: #0C0C0C;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .page_wrap .content .head .length {
    color: #9D9D9D;
    font-size: 1.6rem;
    margin: 0 0 0 2.4rem;
  }
  .page_wrap .content .result .not_found {
    color: #0C0C0C;
    font-size: 1.6rem;
    margin-bottom: 24rem;
    padding: 0;
  }
  .page_wrap .related {
    margin-bottom: 0;
  }
  .page_wrap .related .title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    padding: 0;
  }
  .page_wrap .login {
    color: #0c0c0c;
    width: 79rem;
    margin: 0 auto 13rem;
    padding: 6rem 5.2rem;
    text-align: center;
    -webkit-border-radius: 2rem;
       -moz-border-radius: 2rem;
            border-radius: 2rem;
    border: solid 1px #e5e5e5;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_wrap .login .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem;
  }
  .page_wrap .login .text {
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 6rem;
  }
  .page_wrap .login .button {
    display: block;
    font-size: 2.4rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #fa628a;
    padding: 0 8rem;
    height: 3em;
    line-height: 3em;
    -webkit-border-radius: 3em;
       -moz-border-radius: 3em;
            border-radius: 3em;
  }
  .page_wrap .ranking .notice {
    font-size: 1.8rem;
    text-align: left;
    border-top: solid 1px #e5e5e5;
    padding: 4rem 0 0;
  }
}

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