@charset "UTF-8";
/* ======================================================
 * mylife_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 768px)
 * Print
====================================================== */
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 768px) {
  /* ======================================================
   * Main
  ====================================================== */
  .Main {
    padding-top: 40px;
  }
  .Main__inner {
    display: flex;
    flex-flow: column;
  }
  .Main__head {
    order: 1;
  }
  .Main__head__content > *:first-child {
    margin-top: 0;
  }
  .Main__body {
    order: 2;
  }
  .Main__body__sidebar {
    margin-top: 30px;
  }
  .Main__assist {
    order: 3;
  }

  /* ======================================================
   * Contents
  ====================================================== */
  /* ------------------------------------------------------
   * home-scroll
  ------------------------------------------------------ */
  .home-scroll__wrap {
    padding: 15px;
    background-color: #fff;
  }
  .home-scroll__wrap.scroll-fixed {
    position: fixed;
    top: 40px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 9;
  }

  /* ------------------------------------------------------
   * home-search
  ------------------------------------------------------ */
  .home-search {
    width: 100%;
  }
  .home-search__fieldset {
    display: flex;
    border: 1px solid #5f6b78;
    border-radius: 3px;
  }
  .home-search__input {
    display: flex;
    align-items: center;
    height: 45px;
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    flex-grow: 1;
    border-radius: 1px 0 0 1px;
  }
  .home-search__submit {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 50px;
    height: 45px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #5f6b78;
    border-radius: 0 1px 1px 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    font-size: 1px;
  }
  .home-search__icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .home-search__auxiliary {
    display: flex;
    align-items: center;
    padding-right: 10px;
    background-color: #fff;
    flex-shrink: 0;
  }

  /* ------------------------------------------------------
   * home-utility
  ------------------------------------------------------ */
  .home-utility {
    display: flex;
    border-top: 1px solid #d2dce6;
  }
  .home-utility__item {
    width: calc(100% / 7);
    flex-grow: 1;
  }
  .home-utility__item:not(:first-child) {
    border-left: 1px solid #d2dce6;
  }
  .home-utility__link {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 1px;
  }
  .home-utility__link__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
  .home-utility__link__image {
    width: 33px;
    height: 33px;
  }
  .home-utility__link__image-v2 {
    width: auto;
    height: auto;
    max-height: 38px;
  }
  .home-utility__link__image-v3 {
    width: 38px;
    height: auto;
    max-height: 38px;
  }
  .home-utility__link__title {
    flex-shrink: 0;
    font-size: 10px;
    text-align: center;
  }
  .home-utility__link__text {
    flex-shrink: 0;
    font-size: 10px;
    text-align: center;
  }

  /* ------------------------------------------------------
   * home-main-title
  ------------------------------------------------------ */
  .home-main-title {
    padding: 7px 20px 5px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    background-color: #232b35;
  }
  /* ------------------------------------------------------
   * mainTitle
  ------------------------------------------------------ */
  .mainTitle {
    padding: 7px 10px;
    background-color: #232b35;
  }
  .mainTitle__title {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
  }
  .mainTitle__top {
    margin-top: 5px;
    text-align: right;
  }
  a.mainTitle__btn {
    display: inline-block;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 3px;
  }

  /* ------------------------------------------------------
   * breadcrumbs
  ------------------------------------------------------ */
  .breadcrumbs {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    color: #6a7684;
    font-size: 0;
  }
  .breadcrumbs.js-breadcrumbsFade::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 1;
  }
  .breadcrumbs-list {
    padding: 15px 0;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs.type-ad .breadcrumbs-list {
    padding-top: 10px;
  }
  .breadcrumbs-item {
    position: relative;
    display: inline;
    padding: 0 10px;
    font-size: 12px;
  }
  .breadcrumbs-item::before {
    content: "＞";
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    height: 20px;
  }
  .breadcrumbs-item:first-child::before {
    content: none;
  }
  .breadcrumbs-item a,
  .breadcrumbs-item a:visited {
    color: #206ac5;
    text-decoration: underline;
  }
  .breadcrumbs-item a:hover {
    text-decoration: none;
  }

  /* ------------------------------------------------------
   * important
  ------------------------------------------------------ */
  .important {
    background-color: #f2f5f8;
  }
  .important__head {
    padding: 7px 15px 5px;
    background-color: #dce0e3;
  }
  .important__body {
    padding: 10px 15px;
  }
  .important__title {
    font-weight: bold;
  }
  .important__list {
    display: flex;
    flex-flow: row wrap;
  }
  .important__item {
    font-size: 14px;
  }
  .important__item:not(:first-child) {
    margin-top: 8px;
  }
  .important__item > a {
    display: inline-block;
    text-decoration: underline;
  }

  /* ------------------------------------------------------
   * pr-banner
  ------------------------------------------------------ */
  .pr-banner {
    margin-top: 15px;
  }
  .pr-banner__title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .pr-banner__list {
    display: flex;
    padding: 15px 0;
    overflow-y: auto;
  }
  .pr-banner__item {
    flex-shrink: 0;
    width: 65px;
    margin-left: 15px;
  }
  .pr-banner__item {
    box-shadow: 0 0 0 1px #d2dce6;
  }

  /* ------------------------------------------------------
   * home-news-tab
  ------------------------------------------------------ */
  .home-news-tab {
    margin-top: 15px;
  }
  .home-news-tab__detail {
    background-color: #fff;
  }
  .home-news-tab__column {
    display: block;
  }
  .home-news__article:nth-child(-n+4) {
    display: none;
  }
  .home-news__head {
    flex-shrink: 0;
    width: 45px;
    margin-right: 10px;
  }
  .home-news__type {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #d2dce6;
    width: 100%;
  }
  .home-news__body {
    position: relative;
    display: flex;
    flex-flow: column;
    width: calc(100% - 55px);
  }
  .home-news__info {
    display: flex;
    margin-top: 5px;
  }
  .home-news__date {
    font-size: 12px;
    color: #5f6b78;
    margin-right: 10px;
  }
  .home-news__title {
    width: 100%;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .home-news__title::before {
    content: none;
  }
  .home-news__icon {
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .home-news__image {
    position: relative;
    width: 45px;
    height: 45px;
  }
  .home-news__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__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-more {
    margin-top: 15px;
    padding: 0 15px;
    text-align: right;
  }
  .home-news-more__link {
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    background-color: #f2f5f8;
  }

  /* ------------------------------------------------------
   * recommend
  ------------------------------------------------------ */
  .recommend {
    margin-top: 20px;
  }
  .recommend__title {
    padding: 7px 15px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #232b35;
  }
  .recommend__link {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #d2dce6;
  }
  .recommend__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 120px;
    height: 53px;
    margin-right: 14px;
    overflow: hidden;
  }
  .recommend__cont {
    width: calc(100% - (120px + 14px));
  }
  .recommend__name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .recommend__text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  /* ------------------------------------------------------
   * affiliate
  ------------------------------------------------------ */
  .affiliate {
    margin-top: 20px;
    padding: 0 15px;
  }
  .affiliate__item {
    display: flex;
    border: 1px solid #d2dce6;
    padding: 15px;
    width: 100%;
  }
  .affiliate__item:not(:first-child) {
    margin-top: 10px;
  }
  .affiliate__link {
    width: 100%;
  }
  .affiliate__title {
    display: block;
    position: relative;
    padding-left: 16px;
    width: calc(100% - 100px);
    overflow: hidden;
  }
  .affiliate__title::before {
    position: absolute;
    top: .5em;
    left: -3px;
  }
  .affiliate__image {
    width: 80px;
    margin-right: 15px;
    float: left;
  }
  .affiliate__body {
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
    margin-top: 5px;
    font-size: 12px;
    color: #5f6b78;
    overflow: hidden;
  }
  .affiliate__text {
    display: block;
  }
  .affiliate__company {
    display: block;
  }

  /* ------------------------------------------------------
   * mall
  ------------------------------------------------------ */
  .mall {
    margin-top: 20px;
    padding: 0 15px;
  }
  .mall__inner {
    justify-content: space-between;
    border: 1px solid #d2dce6;
    background-color: #fff;
    padding: 15px;
  }
  .mall__title {
    font-weight: bold;
    font-size: 16px;
  }
  .mall__image {
    margin-top: 10px;
  }
  .mall__text {
    margin-top: 15px;
    font-size: 14px;
  }
  .mall__more {
    margin-top: 10px;
    font-size: 14px;
  }
  .mall-shop {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #d2dce6;
  }
  .mall-shop__title {
    font-weight: bold;
  }
  .mall-shop__label {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 10px;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #232b35;
    transform: rotate(-12deg);
  }
  .mall-shop__item {
    margin-top: 10px;
    font-size: 14px;
  }
  .mall-shop__link {
    display: block;
    position: relative;
    width: 100%;
  }
  .mall-shop__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    min-width: auto;
    height: 60px;
    margin: 0;
    overflow: hidden;
  }
  .mall-shop__name {
    display: flex;
    align-items: center;
    width: calc(100% - 120px - 10px);
    min-height: 60px;
    margin-left: auto;
    font-weight: bold;
  }
  .mall-shop__text {
    margin-top: 5px;
  }
  .mall-shop__percent {
    text-align: right;
  }
  .mall-shop__icon {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
  }

  /* ------------------------------------------------------
   * cp-banner
  ------------------------------------------------------ */
  .cp-banner {
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
  }
  .cp-banner__item:not(:first-child) {
    margin-top: 15px;
  }

  /* ------------------------------------------------------
   * cnt-banner
  ------------------------------------------------------ */
  .cnt-banner {
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
  }
  .cnt-banner__item:not(:first-child) {
    margin-top: 15px;
  }

  /* ------------------------------------------------------
   * rec-service
  ------------------------------------------------------ */
  .rec-service {
    margin-top: 20px;
    padding: 0 15px;
  }
  .rec-service__title {
    padding-bottom: 5px;
    border-bottom: 1px solid #5f6b78;
    font-weight: bold;
    font-size: 16px;
  }
  .rec-service__inner {
    display: flex;
    flex-flow: row wrap;
  }
  .rec-service__item {
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    margin-left: 15px;
    border-bottom: 1px solid #d2dce6;
  }
  .rec-service__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .rec-service__link {
    display: flex;
    align-items: center;
  }
  .rec-service__image {
    flex-shrink: 0;
    margin-right: 8px;
  }
  .rec-service__name {
    flex-grow: 1;
    padding: 0;
  }
  .rec-service__name::before {
    content: none;
  }
  .rec-service__footer {
    margin: 20px 0 0;
  }
  .rec-service__control {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
  .rec-service__control .slick-dots {
    display: flex;
    align-items: center;
  }
  .rec-service__control .slick-dots li {
    display: flex;
    padding: 0 10px;
  }
  .rec-service__control .slick-dots button {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #d2dce6;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .rec-service__control .slick-dots button:hover {
    background-color: #adb6cf;
  }
  .rec-service__control li.slick-active button {
    background-color: #5f6b78;
  }
  .rec-service__control .slick-arrow {
    position: relative;
    z-index: 2;
    width: 18px;
    height: 18px;
    margin: 0 20px;
    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__control .slick-arrow:hover {
    opacity: 0.7;
  }
  .rec-service__control .slick-arrow::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #5f6b78;
    border-right: 2px solid #5f6b78;
    vertical-align: middle;
  }
  .rec-service__prev.slick-arrow::before {
    margin-left: -2px;
    transform: rotate(-135deg);
  }
  .rec-service__next.slick-arrow::before {
    margin-left: -4px;
    transform: rotate(45deg);
  }
  .rec-service__switch {
    display: flex;
    align-items: center;
    font-size: 0;
  }
  .rec-service__pause {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 16px;
    padding: 0;
    border: none;
    background-color: transparent;
    text-indent: -9999em;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
  }
  .rec-service__pause::before,
  .rec-service__pause::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #5f6b78;
  }
  .rec-service__pause::before {
    left: 2px;
  }
  .rec-service__pause::after {
    right: 2px;
  }
  .rec-service__play {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 16px;
    margin: 0 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
  }
  .rec-service__play::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1px;
    margin: -8px 0 0 0;
    border-width: 8px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #5f6b78;
  }

  .rec-service__more {
    margin-top: 40px;
    text-align: right;
  }
  .rec-service__btn {
    display: inline-block;
    padding: 6px 15px;
    background-color: #f2f5f8;
  }
  .rec-service__btn > span {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
  }
  .rec-service__btn > span::before,
  .rec-service__btn > span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 0;
    background: #5f6b78;
    -webkit-backface-visibility: hidden;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .rec-service__btn > span::before {
    transform: rotate(90deg);
  }

  /* ======================================================
   * Footer
  ====================================================== */
  .Footer {
    margin-top: 20px;
  }
}