/*-- タブレット・スマホ版表示CSS  --*/

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* =============================================

全ページ共通

============================================= */

/* 全体 */
@media screen and (max-width: 1200px) {
  /* 1200px以下に適用されるCSS（タブレット用） */
  body {
    margin: 0;
    background: #f3f3f1;
    text-align: center;
  }
}

/* ヘッダー */
/* タブレット */

@media screen and (max-width: 959px) {
  .header-area {
    display: flex;
    background-color: #ffffff;
    padding: 7px 0 25px 15px;
  }

  .title-area {
    margin-right: auto;
    font-weight: bold;
  }

  .title-area h2 {
    font-size: 1.7vw;
    margin: 1vw 0 -2.9vw 0;
  }

  .title-area h1 {
    font-size: 4vw;
  }

  .large-font {
    font-size: 5.2vw;
    vertical-align: -5px;
    color: #487b1b;
  }

  .column-text {
    position: absolute;
    left: 5px;
    top: 70px;
    font-size: 15px;
    color: #f3a115;
    font-weight: bold;
  }
}

/* ヘッダー */
/* スマホ */

@media screen and (max-width: 680px) {
  .title-area h2 {
    font-size: 1vw;
    margin: 1vw 0 -5vw 0;
  }

  .title-area h1 {
    font-size: 5.5vw;
  }
  .large-font {
    font-size: 9vw;
    vertical-align: -5px;
    color: #487b1b;
  }
  .dropdown__body {
    display: none;
    width: 180px;
    background: #fff;
    box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.149),
      0 1px 2px 0 rgba(60, 64, 67, 0.302);
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: -100px;
  }
  .dropdown__btn img {
    width: 80%;
  }
  .column-text {
    position: absolute;
    left: 15px;
    top: 60px;
    font-size: 14px;
    color: #f3a115;
    font-weight: bold;
  }
}

/* フッター */
/* スマホ */

@media screen and (max-width: 480px) {
  .footer-area02 {
    display: block;
    text-align: center;
    padding: 30px 0;
    font-size: 17px;
  }
  .footer-area02 div {
    color: #fff;
    padding-bottom: 15px;
  }
}

/* =============================================

トップページ 

============================================= */

/* スライダー */
/* タブレット */

@media screen and (max-width: 1400px) {
  /* 1500px以下に適用されるCSS（タブレット用） */
  .slider-container {
    margin-top: -15px;
  }
}
@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  /* 横幅制御 */

  .slider-container {
    width: 100%;
    margin: 0 auto;
  }
  #sliderA {
    width: 70%;
    margin: 0 auto;
  }
  #sliderB {
    margin: 0 auto;
    margin-top: 30px;
  }
  .slider-container {
    margin-top: -20px;
  }
}

/* スライダー */
/* スマホ */

@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */

  #sliderA {
    width: 80%;
    margin: 0 auto;
  }
  .slider-container {
    margin-top: -15px;
  }
}

/* アローカスタマイズ */
/* タブレット */

@media screen and (max-width: 959px) {
  .slick-next::after,
  .slick-prev::after {
    width: 60px;
    height: 60px;
    right: -110px;
  }

  .slick-next {
    right: 8px;
  }

  .slick-prev {
    left: 8px;
  }

  .slick-next::after {
    right: 52px;
  }
}

/* アローカスタマイズ */
/* スマホ */

@media screen and (max-width: 480px) {
  .slick-arrow {
    margin-right: -130px;
    margin-left: -125px;
    width: 40px;
  }
  .slick-next::after,
  .slick-prev::after {
    width: 28px;
    height: 28px;
    right: -190px;
  }

  .slick-next {
    right: 8px;
  }

  .slick-prev {
    left: 8px;
  }

  .slick-next::after {
    right: 105px;
  }

  /* ドットカスタマイズ */

  .slick-dots {
    bottom: -35px;
  }

  .slick-dots li {
    margin: 0 4px;
    width: 80px;
    height: -10px;
  }

  .slick-dots li button:before {
    content: "";
    width: 80px;
    height: 9px;
    background: #e0e0e0;
    opacity: 1;
  }
}

/* スライダー内-縦並び */
/* タブレット */

@media screen and (max-width: 959px) {
  .company {
    flex-direction: column;
    align-items: center;
  }
  .com1 {
    width: 70%;
    margin: 0px 10px 10px 0px;
  }
  .com2 {
    margin-top: 10px;
  }

  /* スライダー内-ローン名 */
  .product-name {
    margin-top: 15px;
    font-size: 32px;
  }
  /* スライダー内-チェックマーク */
  .checkmark001 {
    padding-left: 26px;
    text-align: left;
    position: relative;
    margin: 5px 5px 15px 0;
    font-size: 21px;
  }
  .accent {
    color: rgb(255, 119, 70);
    font-weight: bold;
    font-size: 21px;
  }
  /* スライダー内-表 */

  table {
    width: 85%;
    margin: 0 auto;
    font-size: 19px;
  }
  .annotation {
    margin: 10px auto;
    width: 85%;
    text-align: center;
  }
}

/* スライダー内-縦並び */
/* スマホ */

@media screen and (max-width: 480px) {
  .com1 {
    width: 90%;
    margin: 0px 10px 10px 0px;
  }
  table {
    width: 95%;
    margin: 0 auto;
  }
}

/* 申込ボタンエリア */
/* タブレット */

@media screen and (max-width: 959px) {
  .application {
    width: 85%;
    margin-top: 20px;
  }
  .app-area {
    display: flex;
  }
  .app-bn img {
    vertical-align: top;
    width: 90%;
  }
  .catch {
    font-size: 3.7vw;
    font-weight: bold;
    color: #004730;
    text-align: left;
    margin: 25px 0 0px 10px;
  }
  a.btn_green span.bl__text:before {
    left: 80%;
  }
  a.btn_green span.bl__text:after {
    left: 81.3%;
  }
}

/* 申込ボタンエリア */
/* スマホ */

@media screen and (max-width: 480px) {
  .application {
    width: 95%;
  }
  .app-bn img {
    vertical-align: top;
    width: 98%;
  }
  .catch {
    font-size: 5vw;
    font-weight: bold;
    color: #004730;
    text-align: left;
    margin: 15px 0 10px 5px;
    width: 70%;
  }
  a.btn_green span.bl__text:before {
    left: 85%;
  }
  a.btn_green span.bl__text:after {
    left: 87%;
  }
}

/* ３つのポイント */
/* タブレット */

@media screen and (max-width: 959px) {
  .point-area {
    width: 78%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px 20px;
  }
  .point-area h3 {
    width: 50%;
    padding: 7px 20px 4px 20px;
    font-size: 3vw;
  }
  .point-area h4 {
    font-size: 4vw;
    padding: 0 0 0 0px;
  }
  .point-area h4 span {
    font-size: 5vw;
  }
  .point-area-title01 {
    margin: 10px auto;
    text-align: center;
    background: #487b1b;
    padding: 10px 10px 7px 10px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    width: 90%;
  }
  .point-area-title02 {
    font-weight: bold;
    color: #444444;
    font-size: 4vw;
    position: relative;
    padding: 10px 0 0 0px;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid;
  }
  .point-area-title02 span {
    font-size: 6vw;
    padding: 3px;
    color: #fe8c0a;
  }
  .column-01 {
    display: block;
    margin: 5px 0 20px 0;
    text-align: left;
    margin: 5px 0 50px 0;
    font-size: 2.5vw;
  }
  .column-01-title {
    text-align: left;
    font-size: 3.5vw;
    margin: 20px 0 0 0px;
  }
  .column-01-title span {
    color: #487b1b;
    font-size: 7vw;
    font-family: unset;
    margin-right: 5px;
  }
  .column-01 img {
    float: left;
  }
  .dashed {
    margin-top: 30px;
    border-bottom: 1px dashed rgb(117, 117, 117);
    clear: both;
  }
  .continuation {
    border: solid 1px #fe8c0a;
    color: #fe8c0a;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px 1px 10px;
    float: float right;
    position: relative;
    top: -40px;
  }
}

/* ３つのポイント */
/* スマホ */

@media screen and (max-width: 480px) {
  .point-area h3 {
    width: 60%;
    margin-top: 0px;
    font-size: 3.5vw;
  }
  .point-area h4 {
    font-size: 5vw;
  }
  .point-area h4 span {
    font-size: 6.5vw;
  }
  .point-area-title01 {
    margin: 10px auto;
    text-align: center;
    background: #487b1b;
    padding: 10px 10px 7px 10px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 4vw;
    width: 90%;
  }
  .point-area-title02 {
    font-weight: bold;
    color: #444444;
    font-size: 5.5vw;
    position: relative;
    padding: 10px 0 0 0px;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid;
  }
  .point-area-title02 span {
    font-size: 7vw;
    padding: 3px;
    color: #fe8c0a;
  }
  .column-01 {
    font-size: 3.5vw;
    line-height: 170%;
  }
  .column-01-title {
    font-size: 4.5vw;
  }
  .column-01-title span {
    font-size: 9vw;
  }
}

/* おすすめカードローン */
/* スマホ */

@media screen and (max-width: 480px) {
  .recommend-title {
    font-size: 7vw;
    padding: 40px 0 0 0;
  }
  .recommend-title img {
    position: relative;
    width: 6%;
    top: -5px;
  }
  .bn img {
    width: 90%;
  }
}

/* =============================================

コラムページ 

============================================= */

@media screen and (max-width: 1200px) {
  /* ヘッダー背景色部分下げない処理 */
  .singlepage {
    padding: 7px 0 0 15px;
  }
  .single-section {
    display: inline-block;
    max-width: 870px;
    margin-top: 20px;
    line-height: 180%;
  }
  .single-section main {
    width: 78%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .single-section main {
    width: 60%;
    padding: 50px 80px;
  }
}
@media screen and (max-width: 480px) {
  .single-section {
    display: inline-block;
    margin-top: 20px;
  }
  /* 白背景 */
  .single-section main {
    width: 83%;
    padding: 50px 20px;
  }
  /* カテゴリー */
  .single-section .category {
    font-size: 14px;
    margin: 0 0 -10px 0;
  }
  .single-section h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 130%;
  }
  .text-annotation {
    font-size: 10px;
  }
}

/* ポイントボックス */
@media screen and (max-width: 480px) {
  /* ポイントボックス */
  .single-section .point-box {
    padding: 10px 5px 5px 0;
  }
}

/* ライトナビ */
@media screen and (max-width: 1200px) {
  .single-section nav {
    width: 60%;
    margin: 0 auto;
  }
  nav .title-01,
  nav .title-02 {
    font-size: 35px;
  }
  nav .title-02 {
    margin-top: 80px;
  }
  nav .title-01:before,
  nav .title-02:before {
    content: "";
  }

  nav .column-list {
    padding-left: 10px;
    line-height: 180%;
    font-size: 23px;
    text-align: left;
    width: 80%;
  }

  .advertisement-area {
    text-align: center;
    padding: 20px 0;
  }
  .advertisement-area .advertisement {
    width: 85%;
  }
}
@media screen and (max-width: 959px) {
  .single-section nav {
    width: 65%;
  }
  nav .title-01,
  nav .title-02 {
    font-size: 28px;
  }
  nav .title-02 {
    margin-top: 60px;
  }
  nav .title-01:before,
  nav .title-02:before {
    content: "";
  }

  nav .column-list {
    padding-left: 10px;
    line-height: 150%;
    font-size: 19px;
    text-align: left;
    width: 80%;
  }

  .advertisement-area {
    text-align: center;
    padding: 20px 0;
  }
  .advertisement-area .advertisement {
    width: 85%;
  }
  h3 {
    background-color: #eeeeee;
    padding-bottom: 8px;
    font-size: 18px;
    margin: 28px 0px 15px 0px;
  }
  .single-section h3:before {
    border-top: solid 0px black;
  }
  h3:before {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .single-section nav {
    width: 80%;
  }
}
