@charset "UTF-8";
/* ======================================================
 * mypage_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 768px)
 * Print
====================================================== */
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 768px) {
  /* ======================================================
   * Main
  ====================================================== */
  .Main {
    padding-top: 40px;
  }
  .Main__head__sidebar > *:first-child {
    margin-top: 0;
  }
  .Main__head__content > *:first-child {
    margin-top: 0;
  }
  .Main__body {
    background-color: #f2f2f2;
  }
  .Main__body__content {
    display: flex;
    flex-flow: column;
  }
  .Main__body__content {
    padding-bottom: 20px;
  }

  /* ======================================================
   * Contents
  ====================================================== */
  /* ------------------------------------------------------
   * emergency
  ------------------------------------------------------ */
  .emergency {
    background-color: #f2f2f2;
  }
  .emergency__wrap {
    padding: 15px;
  }
  .emergency__inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 10px;
    border: 1px solid #ac2330;
    background-color: #fff;
  }
  .emergency__item {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #ac2330;
    font-weight: bold;
  }
  .emergency__item:not(:first-child) {
    margin-top: 10px;
  }
  .emergency__btn {
    flex-shrink: 0;
    margin-top: 8px;
  }
  a.emergency__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    padding: 5px 20px;
    color: #fff;
    background-color: #ac2330;
    border-radius: 50px;
  }
  a.emergency__link .ic-arrow__right::before {
    border-color: #fff;
  }

  /* ------------------------------------------------------
   * home-scroll
  ------------------------------------------------------ */
  .home-scroll__wrap {
    padding: 15px;
    background-color: #fff;
  }
  .home-scroll__wrap.scroll-fixed {
    position: fixed;
    top: 40px;
    left: 50%;
    width: 100%;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 9;
  }

  /* ------------------------------------------------------
   * home-search
  ------------------------------------------------------ */
  .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;
    border-radius: 50px 0 0 50px;
  }
  .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__auxiliary {
    display: flex;
    align-items: center;
    padding-right: 10px;
    background-color: #fff;
    flex-shrink: 0;
  }

  /* ------------------------------------------------------
   * home-utility
  ------------------------------------------------------ */
  .home-utility {
    display: flex;
    padding: 0 0 15px;
  }
  .home-utility__list {
    display: flex;
    flex-grow: 1;
    border: 1px solid #f2f2f2;
    overflow-y: auto;
  }
  .home-utility__item {
    flex-shrink: 0;
    min-width: calc(100% / 8);
  }
  .home-utility__item:not(:first-child) {
    border-left: 1px solid #f2f2f2;
  }
  .home-utility__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
  }
  .home-utility__title {
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
  }
  .home-utility__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin-top: 5px;
  }
  .home-utility__image-v2 {
    width: auto;
    height: auto;
    max-height: 25px;
  }
  .home-utility__ranking {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 10px;
  }
  .home-utility__ranking__label {
    position: relative;
    top: -2px;
    margin: 0 5px;
    color: #fea958;
    font-size: 30px;
    line-height: 1;
  }
  .home-utility__setting {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 20px;
  }
  .home-utility__setting__title {
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .home-utility__icon {
    display: block;
  }


  /* ------------------------------------------------------
   * pr-banner
  ------------------------------------------------------ */
  .pr-banner {
    order: 10;
    display: flex;
    padding: 35px 0 15px;
    overflow-y: auto;
  }
  .pr-banner__item {
    flex-shrink: 0;
    margin-left: 15px;
    border-radius: 5px;
    overflow: hidden;
  }
  .pr-banner__item:last-child {
    margin-right: 15px;
  }

  /* ------------------------------------------------------
   * home-news-tab
  ------------------------------------------------------ */
  .home-news-wrap {
    margin-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
  }
  .home-news-tab__navi {
    background-color: #000;
    overflow-x: auto;
  }
  .home-news-tab__list {
    display: flex;
    padding: 0 10px;
  }
  .home-news-tab__list > li {
    width: calc(100% / 8);
    min-width: 100px;
  }
  .home-news-tab__list > li.is-current .home-news-tab__button {
    color: #fff;
  }
  .home-news-tab__list > li.is-current .home-news-tab__button::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
  }
  a.home-news-tab__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    color: #b3b3b3;
    font-size: 14px;
  }
  a.home-news-tab__button:visited {
    color: #b3b3b3;
  }
  a.home-news-tab__button:hover {
    text-decoration: none;
  }
  #tb_btn_feature a.home-news-tab__button {
    color: #000;
  }
  .home-news-tab__icon {
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }

  .home-news__feature .home-news__body {
    width: 100%;
  }
  .home-news-tab__column {
    display: block;
  }
  .home-news__head {
    flex-shrink: 0;
    width: 45px;
    margin-right: 10px;
  }
  .home-news__type {
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
  }
  .home-news__body {
    position: relative;
    display: flex;
    flex-flow: column;
    width: calc(100% - 55px);
  }
  .home-news__info {
    display: flex;
  }
  .home-news__date {
    font-size: 12px;
    color: #777;
    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;
    margin-top: 3px;
    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: center;
  }
  a.home-news-more__link {
    display: inline-block;
    position: relative;
    padding: 6px 25px 8px;
    color: #fff;
    font-size: 14px;
    background-color: #666;
    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-left-color: #fff;
  }

  /* ------------------------------------------------------
   * home-news-report
  ------------------------------------------------------ */
  .home-news-report {
    margin: 15px 15px 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #f2f2f2;
    border-radius: 10px;
  }
  .home-news-report__title a:link {
    display: block;
  }
  .home-news-report__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .home-news-report__item {
    position: relative;
    width: 100%;
    margin-top: 8px;
  }
  .home-news-report__item::before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-news-report__link {
    display: block;
    width: 100%;
    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-ranking
  ------------------------------------------------------ */
  .home-news-ranking {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #d2dce6;
    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: 14px;
  }
  .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 45px;
  }
  .home-news-ranking__item:nth-child(1) .home-news-ranking__text {
    display: block;
    padding: 0;
  }
  .home-news-ranking__text a {
    display: block;
  }
  .home-news-ranking__note {
    margin-top: 15px;
    color: #5f6b78;
    font-size: 12px;
  }

  /* ------------------------------------------------------
   * billboard
  ------------------------------------------------------ */
  .billboard {
    order: -1;
    margin-top: 25px;
    overflow: hidden;
  }
  .billboard__wrap {
    position: relative;
    height: 260px;
    opacity: 0;
  }
  .billboard__wrap.swiper-initialized {
    height: auto;
    opacity: 1;
  }
  .billboard__item {
    position: relative;
    text-align: center;
  }
  .billboard__item img {
    border-radius: 10px;
    overflow: hidden;
  }
  .billboard__item a:hover {
    opacity: 0.7;
  }
  .billboard__control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 0 15px;
  }
  .billboard__next,
  .billboard__prev {
    display: block;
    position: absolute;
    top: 30%;
    left: -35px;
    z-index: 2;
    width: 70px;
    height: 70px;
    padding: 0;
    border: none;
    background-color: #000;
    border-radius: 100%;
    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;
    opacity: 0.8;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  }
  .billboard__prev.ic-arrow-tr__left::before {
    position: absolute;
    top: 50%;
    left: auto;
    right: 16px;
    border-width: 9px 13px 9px 0;
    border-color: transparent #fff transparent transparent;
    transform: translateY(-50%);
  }
  .billboard__next {
    right: -35px;
    left: auto;
  }
  .billboard__next.ic-arrow-tr__right::before {
    position: absolute;
    top: 50%;
    left: 16px;
    border-width: 9px 0 9px 13px;
    transform: translateY(-50%);
    border-color: transparent transparent transparent #fff;
  }
  .swiper-button-disabled {
    opacity: 0.5;
  }
  .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: calc(100% - (26px + 10px));
    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;
  }

  /* ------------------------------------------------------
   * affiliate
  ------------------------------------------------------ */
  .affiliate {
    margin: 20px 15px 0;
  }
  .affiliate__item {
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .affiliate__item:not(:first-child) {
    margin-top: 10px;
  }
  .affiliate__link {
    width: 100%;
  }
  .affiliate__title {
    display: block;
    width: calc(100% - 95px);
    overflow: hidden;
  }
  .affiliate__image {
    width: 80px;
    margin-right: 15px;
    float: left;
  }
  .affiliate__body {
    display: flex;
    align-items: center;
    width: calc(100% - 95px);
    margin-top: 5px;
    font-size: 12px;
    color: #777;
    overflow: hidden;
  }

  /* ------------------------------------------------------
   * mall
  ------------------------------------------------------ */
  .mall {
    margin: 20px 15px 0;
  }
  .mall__inner {
    background-color: #fff;
    border-radius: 10px;
  }
  .mall__head {
    padding: 12px 10px 6px;
    border-bottom: 2px solid #f2f2f2;
  }
  .mall__main {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
  }
  .mall__body {
    padding: 15px;
  }
  .mall__item:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
  }
  .mall__link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .mall__image {
    flex-shrink: 0;
    width: 120px;
    margin-right: 10px;
  }
  .mall__cont {
    width: calc(100% - 120px - 10px);
    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__percent {
    margin-top: 5px;
    color: #777;
  }
  .mall__percent span {
    color: #000;
    font-weight: bold;
  }
  .mall__note {
    color: #777;
    font-size: 12px;
  }
  .mall__more {
    margin-top: 15px;
    text-align: center;
  }
  a.mall__btn {
    display: inline-block;
    position: relative;
    padding: 6px 40px 8px;
    color: #fff;
    font-size: 14px;
    background-color: #666;
    border-radius: 50px;
  }
  .mall__btn .ic-arrow-tr__right {
    padding: 0 20px 0 0;
  }
  .mall__btn .ic-arrow-tr__right::before {
    right: 0;
    left: auto;
    border-left-color: #fff;
  }

  /* ------------------------------------------------------
   * recommend
  ------------------------------------------------------ */
  .recommend {
    margin-top: 30px;
    background-color: #fff;
  }
  .recommend__title {
    padding: 12px 15px 6px;
    border-bottom: 2px solid #f2f2f2;
    font-weight: bold;
    font-size: 16px;
  }
  .recommend__list {
    max-height: 500px;
    overflow-y: auto;
    padding-top: 10px;
  }
  .recommend__link {
    display: flex;
    width: 100%;
    padding: 8px 15px;
  }
  .recommend__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 150px;
    height: 65px;
    margin-right: 14px;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    overflow: hidden;
  }
  .recommend__cont {
    width: calc(100% - (150px + 14px));
  }
  .recommend__name {
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .recommend__text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .recommend .ad-area {
    width: 100%;
    padding: 15px;
  }

  /* ------------------------------------------------------
   * support
  ------------------------------------------------------ */
  .support {
    background-color: #fff;
  }
  .support__title {
    padding: 30px 15px 6px;
    border-bottom: 2px solid #f2f2f2;
    font-weight: bold;
    font-size: 16px;
  }
  .support__list {
    display: flex;
    justify-content: space-between;
    padding: 15px;
  }
  .support__item {
    width: calc((100% - 20px) / 2);
  }
  .support__link {
    display: flex;
    align-items: center;
  }
  .support__image {
    flex-shrink: 0;
    width: 80px;
  }
  .support__name {
    margin-left: 10px;
    font-size: 12px;
  line-height: 1.2;
  }

  /* ------------------------------------------------------
   * rec-service
  ------------------------------------------------------ */
  .rec-service {
    margin-top: 20px;
    background-color: #fff;
  }
  .rec-service__title {
    padding: 12px 10px 6px;
    border-bottom: 2px solid #f2f2f2;
    font-weight: bold;
    font-size: 16px;
  }
  .rec-service__inner {
    position: relative;
    padding: 20px 0 5px;
  }
  .rec-service__list {
    display: flex;
    max-height: 150px;
    overflow-y: auto;
  }
  .rec-service__item {
    float: none;
    width: 80px !important;
    margin-left: 16px;
  }
  .rec-service__item:last-child {
    margin-right: 16px;
  }
  .rec-service__link {
    display: block;
  }
  .rec-service__image {
    margin: 0 auto;
  }
  .rec-service__name {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    padding-left: 12px;
  }
  .rec-service__name.ic-arrow-tr__right::before {
    border-width: 4px 0 4px 7px;
  }

  /* ------------------------------------------------------
  * information
  ------------------------------------------------------ */
  .information {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 10px;
  }
  .information__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 10px 6px;
    border-bottom: 2px solid #f2f2f2;
  }
  .information__main {
    font-weight: bold;
    font-size: 16px;
  }
  .information__more {
    font-size: 14px;
  }
  .information__more .ic-arrow-tr__right {
    padding: 0 15px 0 0;
  }
  .information__more .ic-arrow-tr__right::before {
    right: 0;
    left: auto;
    border-left-color: #000;
  }
  .information__article:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
  }
  .information__type {
    display: block;
    padding: 8px 10px;
  }
  .information__type:hover {
    text-decoration: none;
  }
  .information__type:hover .information__title {
    text-decoration: underline;
  }
  .information__title {
    display: block;
  }
  .information__date {
    color: #777;
    text-align: right;
  }

  /* ------------------------------------------------------
   * request
  ------------------------------------------------------ */
  .request {
    margin-top: 20px;
    text-align: center;
  }
  .request__btn {
    display: inline-block;
    padding: 8px 35px;
    border: 1px solid #000;
    text-align: left;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 50px;
  }
  .request__btn .ic-arrow-tr__right {
    padding: 0;
  }
  .request__btn .ic-arrow-tr__right::before {
    top: 50%;
    left: auto;
    right: -20px;
    border-left-color: #000;
    transform: translateY(-50%);
  }
  .request__btn:hover {
    opacity: 0.7;
  }
}