@charset "UTF-8";
/* ======================================================
 * mypage.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 769px)
 * Print
====================================================== */
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 769px) {
  /* ======================================================
   * Main
  ====================================================== */
  .Main__body {
    background-color: #f2f2f2;
  }
  .Main__body__content {
    margin: 0 auto;
    width: 1200px;
    padding: 15px 20px 50px;
    background-color: #f2f2f2;
  }
  .Main__body__wrap {
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
  }
  .Main__body__sidebar {
    flex-shrink: 0;
    width: 180px;
    margin-right: 20px;
  }
  .Main__body__sidebar > *:first-child {
    margin-top: 0;
  }
  .Main__body__inner {
    flex-grow: 1;
    width: calc(100% - 220px - 356px);
  }
  .Main__body__column {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
  }
  .Main__body__aside {
    flex-shrink: 0;
    width: 336px;
    margin-left: 20px;
  }
  .Main__body__aside > *:first-child {
    margin-top: 0;
  }

  /* ======================================================
   * Contents
  ====================================================== */
  /* ------------------------------------------------------
   * emergency
  ------------------------------------------------------ */
  .emergency {
    background-color: #f2f2f2;
  }
  .emergency__wrap {
    margin: 0 auto;
    width: 1200px;
    padding: 15px 20px;
    background-color: #f2f2f2;
  }
  .emergency__inner {
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border: 1px solid #ac2330;
    background-color: #fff;
  }
  .emergency__item {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    color: #ac2330;
    font-weight: bold;
  }
  .emergency__btn {
    flex-shrink: 0;
    margin-left: 20px;
  }
  a.emergency__link {
    display: inline-block;
    height: 36px;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    background-color: #ac2330;
    border-radius: 50px;
  }
  a.emergency__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  a.emergency__link .ic-arrow__right::before {
    border-color: #fff;
  }

  /* ------------------------------------------------------
   * home-scroll
  ------------------------------------------------------ */
  .home-scroll__wrap {
    position: relative;
    padding: 20px 0;
    background-color: #fff;
  }
  .home-scroll__wrap.scroll-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 9999;
  }
  .home-scroll__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
  }

  /* ------------------------------------------------------
   * home-search
  ------------------------------------------------------ */
  .home-search {
    flex-shrink: 0;
    width: 594px;
  }
  .home-search__fieldset {
    display: flex;
    border: 1px solid #666;
    border-radius: 50px;
  }
  .home-search__input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
    outline: none;
    flex-grow: 1;
  }
  .home-search__input::placeholder {
    color: #b1b1b1;
  }
  .home-search__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 80px;
    height: 32px;
    margin: 4px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #666;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .home-search__submit:hover {
    opacity: 0.7;
  }
  .home-search__auxiliary {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-right: 10px;
    background-color: #fff;
  }

  /* ------------------------------------------------------
   * home-today
  ------------------------------------------------------ */
  .home-today {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
  }
  .home-today__inner {
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 5px;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
  }
  .home-weather-link {
    display: flex;
    align-items: center;
  }
  .home-weather-link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .home-weather__detail__point {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 30px;
    padding: 0 10px 3px;
    font-size: 12px;
    text-align: center;
    line-height: 1.1;
    background-color: #f2f2f2;
    border-radius: 20px;
  }
  .home-weather__detail__weather {
    width: 30px;
    margin-left: 10px;
    flex-shrink: 0;
  }
  .home-horoscope {
    margin-left: 20px;
  }
  .home-horoscope__detail__url {
    display: flex;
    align-items: center;
  }
  .home-horoscope__detail__url:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .home-horoscope__detail__constellation {
    display: flex;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 30px;
    padding: 3px 10px;
    font-size: 12px;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 20px;
  }
  .home-horoscope__detail__ranking {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 11px;
  }
  .home-horoscope__detail__ranking__label {
    position: relative;
    top: -2px;
    margin: 0 5px;
    color: #fea958;
    font-size: 30px;
    line-height: 1;
  }
  .home-setting {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .home-setting__link:hover {
    opacity: 0.7;
  }
  .home-setting__icon {
    display: block;
  }
  .home-cashback {
    margin-left: 20px;
  }
  .home-cashback__link {
    display: flex;
    align-items: center;
  }
  .home-cashback__link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .home-cashback__cont {
    margin-left: 10px;
  }
  .home-cashback__title {
    font-weight: bold;
    font-size: 11px;
  }
  .home-cashback__info {
    white-space: nowrap;
    text-align: right;
    line-height: 1;
  }
  .home-cashback__info span {
    font-weight: bold;
  }

  /* ------------------------------------------------------
   * home-utility-today
  ------------------------------------------------------ */
  .home-utility-today {
    display: none !important;
  }

  /* ------------------------------------------------------
   * pr-banner
  ------------------------------------------------------ */
  .pr-banner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pr-banner__item {
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
  }
  .pr-banner__item > a:hover {
    opacity: 0.7;
  }

  /* ------------------------------------------------------
   * home-news-tab
  ------------------------------------------------------ */
  .home-news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
  }
  .home-news-tab {
    width: calc(100% - 336px - 15px);
    min-height: 280px;
  }
  .home-news-tab__list {
    display: flex;
    justify-content: space-between;
  }
  .home-news-tab__list > li {
    width: calc((100% - (7px * 8)) / 8);
    min-height: 25px;
  }
  .home-news-tab__list > li.is-current .home-news-tab__button {
    color: #fff;
    background-color: #666666;
  }
  #tb_btn_feature a.home-news-tab__button {
    color: #000;
  }
  .home-news-tab__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: #f2f2f2;
    border-radius: 50px;
  }
  .home-news-tab__button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .home-news-tab__icon {
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }

  .home-news-tab__body {
    margin-top: 20px;
    padding: 20px 0 0 20px;
    border-top: 1px solid #999;
  }
  .home-news-tab__column {
    display: flex;
  }
  .home-news {
    width: calc(100% - 250px - 20px);
  }
  .home-news-tab__detail:nth-child(1) .home-news {
    width: 100%;
  }
  .home-news__feature {
    width: calc(100% - 250px - 20px);
  }
  .home-news-pr-text {
    width: calc(100% - 250px - 20px);
  }

  .home-news__article:not(:first-child) {
    margin-top: 5px;
  }
  .home-pr__article {
    margin-top: 5px;
  }
  .home-news__type {
    display: block;
  }
  .home-news__body {
    display: flex;
    align-items: center;
  }
  .home-news__title {
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .home-news__icon {
    flex-shrink: 0;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }

  .home-news-pickup {
    flex-shrink: 0;
    width: 250px;
    margin-left: 20px;
  }
  .home-news-pickup__type {
    display: block;
  }
  .home-news-pickup__type:hover .home-news-pickup__image {
    opacity: .7;
  }
  .home-news-pickup__head {
    position: relative;
  }
  .home-news-pickup__head + * {
    margin-top: 5px;
  }
  .home-news-pickup__image {
    position: relative;
    width: 250px;
    height: 130px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .home-news-pickup__image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  /*高速化対応*/
  .home-news-pickup__image > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .home-news-pickup__title {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    overflow: hidden;
  }
  .home-news-pickup__title.ic-arrow__right::before {
    top: 0.4em;
  }

  .home-news-tab__pr {
    display: flex;
    justify-content: space-between;
  }

  .home-news-ad {
    width: 336px;
    margin-left: 15px;
  }

  /* ------------------------------------------------------
   * home-news-report
  ------------------------------------------------------ */
  .home-news-report {
    margin-top: 10px;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    line-height: 1.4;
    background-color: #f2f2f2;
    border-radius: 10px;
  }
  .home-news-report__title a:link,
  .home-news-report__title a:visited {
    text-decoration: underline;
  }
  .home-news-report__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .home-news-report__item {
    position: relative;
    margin-top: 4px;
  }
  .home-news-report__item::before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-news-report__link {
    display: block;
    width: 295px;
    padding-left: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .home-news-report__link:link,
  .home-news-report__link:visited {
    color: #206ac5;
  }

  .home-news-more {
    margin-top: 5px;
  }
  .home-news-more__link {
    position: relative;
    padding: 2px 20px 6px;
    font-size: 13px;
    background-color: #f2f2f2;
    border-radius: 50px;
  }
  .home-news-more__link .ic-arrow-tr__right {
    padding: 0 20px 0 0;
  }
  .home-news-more__link .ic-arrow-tr__right::before {
    right: 0;
    left: auto;
    border-width: 5px 0 5px 9px;
    border-left-color: #000;
  }

  /* ------------------------------------------------------
   * home-news-ranking
  ------------------------------------------------------ */
  .home-news-ranking {
    line-height: 1.4;
  }
  .home-news-ranking__title {
    font-weight: bold;
  }
  .home-news-ranking__title a {
    pointer-events: none;
  }
  .home-news-ranking__item {
    display: flex;
    position: relative;
    min-height: 25px;
    margin-top: 10px;
    font-size: 12px;
  }
  .home-news-ranking__icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-news-ranking__item:nth-child(1) .home-news-ranking__icon {
    top: -12px;
  }
  .home-news-ranking__thumb {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
  }
  .home-news-ranking__thumb img {
    max-height: 100%;
    box-shadow: 0 0 0 1px #d2dce6;
  }
  .home-news-ranking__text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    padding: 5px 0 0 40px;
  }
  .home-news-ranking__item:nth-child(1) .home-news-ranking__text {
    -webkit-line-clamp: 6;
    padding: 0;
  }
  .home-news-ranking__note {
    margin-top: 15px;
    color: #5f6b78;
    font-size: 12px;
  }

  /* ------------------------------------------------------
   * billboard
  ------------------------------------------------------ */
  .billboard {
    margin-top: 25px;
    overflow: hidden;
  }
  .billboard__wrap {
    height: 406px;
    opacity: 0;
  }
  .billboard__wrap.swiper-initialized {
    height: auto;
    opacity: 1;
  }
  .billboard__item a {
    display: block;
    width: 365px;
    height: 365px;
    border-radius: 15px;
    overflow: hidden;
  }
  .billboard__item a:hover {
    opacity: 0.7;
  }
  .billboard__control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 15px;
  }
  .billboard__next,
  .billboard__prev {
    display: none;
  }
  .billboard__switch {
    display: flex;
    align-items: center;
    font-size: 0;
  }
  .billboard__switch button {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    padding: 0;
    border: none;
    background-color: #000;
    border-radius: 100%;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .billboard__switch button:hover {
    opacity: 0.7;
  }
  .billboard__pause::before,
  .billboard__pause::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 12px;
    width: 2px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .billboard__pause::before {
    left: 9px;
  }
  .billboard__pause::after {
    right: 9px;
  }
  .billboard__play::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 9px;
    margin: -7px 0 0 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 7px 11px;
  }
  .billboard__scrollbar {
    width: 600px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
  }
  .billboard__scrollbtn {
    width: 50px;
    height: 6px;
    background-color: #000;
    border-radius: 4px;
    cursor: pointer;
  }

  /* ------------------------------------------------------
   * side-menu
  ------------------------------------------------------ */
  .side-menu {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow-y: hidden;
  }
  .side-menu__title {
    display: block;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background-color: #000;
  }
  .side-menu__item:not(:first-child) {
    border-top: 2px solid #f2f2f2;
  }
  .side-menu__link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px;
    line-height: 1.4;
  }
  .side-menu__icon {
    flex-shrink: 0;
    margin-right: 8px;
  }
  .side-menu__name {
    flex-grow: 1;
  }
  .side-menu__name .is-blank {
    display: inline-block;
    margin-left: 5px;
  }
  .side-menu__name .is-new {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
  }

  /* ------------------------------------------------------
   * homepage
  ------------------------------------------------------ */
  .homepage {
    margin: 15px 0;
    font-size: 15px;
  }
  a.homepage__link {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: underline;
  }
  a.homepage__link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .homepage__icon {
    flex-shrink: 0;
    margin-right: 6px;
  }

  /* ------------------------------------------------------
   * cp-banner
  ------------------------------------------------------ */
  .cp-banner {
    min-height: 100px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .cp-banner a:hover {
    opacity: 0.7;
  }

  /* ------------------------------------------------------
   * pickup
  ------------------------------------------------------ */
  .pickup {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .pickup__link {
    display: block;
    position: relative;
    padding: 15px 15px 10px;
    text-align: center;
  }
  .pickup__label {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    background-color: #000;
  }
  .pickup__title {
    margin-top: 5px;
    font-weight: bold;
  }

  /* ------------------------------------------------------
   * affiliate
  ------------------------------------------------------ */
  .affiliate {
    display: flex;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .affiliate__item {
    width: 50%;
  }
  .affiliate__item:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #f2f2f2;
  }
  .affiliate__link {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .affiliate__link:hover {
    text-decoration: none;
  }
  .affiliate__link:hover .affiliate__title {
    text-decoration: underline;
  }
  .affiliate__title {
    display: block;
    order: 1;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .affiliate__image {
    order: 2;
    width: 80px;
    margin-right: 20px;
    margin-top: 12px;
    flex-shrink: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .affiliate__body {
    order: 3;
    display: flex;
    align-items: center;
    margin-top: 12px;
    width: calc(100% - 100px);
    flex-grow: 1;
    font-size: 12px;
    color: #767676;
  }

  /* ------------------------------------------------------
   * mall
  ------------------------------------------------------ */
  .mall {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
  }
  .mall__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 10px 6px;
    border-bottom: 2px solid #f2f2f2;
    font-size: 14px;
  }
  .mall__main {
    font-weight: bold;
  }
  .mall__label {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 10px;
    padding: 3px 5px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    background-color: #000;
  }
  .mall__more .ic-arrow-tr__right {
    padding: 0 20px 0 0;
  }
  .mall__more .ic-arrow-tr__right::before {
    right: 0;
    left: auto;
    border-width: 5px 0 5px 9px;
    border-left-color: #000;
  }
  .mall__body {
    padding: 20px 20px 15px;
  }
  .mall__list {
    display: flex;
    justify-content: space-between;
  }
  .mall__item {
    width: calc((100% - 20px) / 2);
  }
  .mall__link {
    display: flex;
    width: 100%;
  }
  .mall__image {
    flex-shrink: 0;
    width: 120px;
    margin-right: 10px;
  }
  .mall__cont {
    font-size: 14px;
    line-height: 1.4;
  }
  .mall__name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: bold;
    overflow: hidden;
  }
  .mall__name.ic-arrow-tr__right::before {
    top: 0.1em;
  }
  .mall__percent {
    margin-top: 5px;
    color: #777;
  }
  .mall__percent span {
    color: #000;
  }
  .mall__note {
    color: #777;
    font-size: 12px;
  }

  /* ------------------------------------------------------
   * recommend
  ------------------------------------------------------ */
  .recommend {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
  }
  .recommend__title {
    padding: 14px 20px 6px;
    border-bottom: 2px solid #f2f2f2;
    font-weight: bold;
  }
  .recommend__list {
    max-height: 720px;
    padding: 20px;
    overflow-y: auto;
  }
  .recommend__item:not(:first-child) {
    margin-top: 15px;
  }
  .recommend__link {
    display: flex;
    align-items: center;
  }
  .recommend__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 180px;
    height: 80px;
    margin-right: 15px;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    overflow: hidden;
  }
  .recommend__text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .recommend .ad-area {
    width: 100%;
    margin: 25px auto;
  }

  /* ------------------------------------------------------
   * rec-service
  ------------------------------------------------------ */
  .rec-service {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
  }
  .rec-service__title {
    padding: 14px 20px 6px;
    border-bottom: 2px solid #f2f2f2;
    font-weight: bold;
  }
  .rec-service__inner {
    position: relative;
    width: 1040px;
    margin: 0 auto;
    padding: 20px 0 15px;
  }
  .rec-service__list {
    opacity: 0;
    max-height: 180px;
  }
  .rec-service__list.slick-initialized {
    opacity: 1;
    max-height: 100%;
  }
  .rec-service__item {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    margin: 0 15px;
  }
  .rec-service__link {
    display: block;
  }
  .rec-service__name {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 12px;
  }
  .rec-service__name.ic-arrow-tr__right::before {
    border-width: 4px 0 4px 7px;
  }
  .rec-service__next,
  .rec-service__prev {
    position: absolute;
    top: 35%;
    left: -45px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background-color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    cursor: pointer;
  }
  .rec-service__next {
    right: -45px;
    left: auto;
  }
  .rec-service__control .slick-arrow:hover {
    opacity: 0.5;
  }
  button.slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .rec-service__icon {
    display: block;
  }

  /* ------------------------------------------------------
  * information
  ------------------------------------------------------ */
  .information {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
  }
  .information__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 20px 6px;
    border-bottom: 2px solid #f2f2f2;
  }
  .information__main {
    font-weight: bold;
  }
  .information__more {
    font-size: 14px;
  }
  .information__more .ic-arrow-tr__right {
    padding: 0 20px 0 0;
  }
  .information__more .ic-arrow-tr__right::before {
    right: 0;
    left: auto;
    border-width: 5px 0 5px 9px;
    border-left-color: #000;
  }
  .information__list {
    display: flex;
    flex-flow: row wrap;
    padding: 0 20px 20px;
  }
  .information__article {
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .information__article:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .information__type {
    display: flex;
    height: 100%;
    padding: 8px 10px;
  }
  .information__type:hover {
    text-decoration: none;
  }
  .information__type:hover .information__title {
    text-decoration: underline;
  }
  .information__body {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
  }
  .information__date {
    color: #767676;
    font-size: 12px;
    text-align: right;
  }

  /* ------------------------------------------------------
   * request
  ------------------------------------------------------ */
  .request {
    margin-top: 30px;
    text-align: center;
  }
  .request__btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50px;
  }
  .request__btn .ic-arrow-tr__right::before {
    border-left-color: #000;
  }
  .request__btn:hover {
    opacity: 0.7;
  }
}

@supports (-webkit-line-clamp: 2) {
  .home-news-pickup__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
}