@charset "UTF-8";
/* color
---------------------------------------------------------- */
/* btn style
---------------------------------------------------------- */
/*--------------------------------------------------------------------------
font size
--------------------------------------------------------------------------*/
/*  */

/* form_header */
.form_header {
    border-bottom: 10px solid #181848;
}

.form_header a {
    text-decoration: none;
}

.form_header div {
    padding: 10px 0 0 0;
    margin: 0 auto;
}

.form_header .logo {
    display: block;
    margin: 10px 10px 20px;
}

.form_header .logo img {
    width: 30%;
    margin-right: 18px;
    vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
    .form_header {
        margin-bottom: 60px;
    }

    .form_header div {
        padding: 20px 0 20px;
        width: 1040px;
        margin: 0 auto;
    }

    .form_header div .logo {
        width: auto;
        margin: 0;
    }

    .form_header div .logo img {
        width: auto;
    }

    .form_header div .title {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .form_header .sub {
        font-size: 20px;
    }
}

/* ul ol style
---------------------------------------------------------- */
/* lineStyle
---------------------------------------------------------- */
.lineStyle01 {
    margin: 20px 0;
    border-top: solid 1px #666;
}

/* ==========================================================
 contactArea
========================================================== */
.contactArea {
    padding: 10px 0 20px;
    background: url(../../images/bg_navy-check.gif);
    color: #ffffff;
    text-align: center;
}

.contactArea div.contents p.title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin: 15px 0 20px 0;
}


.contactArea div.contents div.menuTelArea {
    padding-top: 0px;
}

.contactArea div.contents div.telArea a.tel,
.contactArea div.contents div.menuTelArea a.menuTel {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    width: 400px;
    padding-left: 32px;
    margin: 0 auto;
}

.contactArea div.contents div.telArea a.tel::before,
.contactArea div.contents div.menuTelArea a.menuTel::before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../../images/icon_phone.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
}

.contactArea div.contents div.menuTelArea .menuTime {
    font-size: 10px;
}

.contactArea div.contents div.telArea .time {
    font-size: 8px;
}

@media print, screen and (min-width: 768px) {
    .contactArea {
        padding: 80px;
        background: url(../../images/bg_navy-check.gif);
        color: #ffffff;
        text-align: center;
    }

    .contactArea div.contents p.title {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .contactArea div.contents div.telArea a.tel {
        color: #FFFFFF;
        font-size: 52px;
        font-weight: bold;
        position: relative;
        width: 400px;
        padding-left: 48px;
        margin: 0 auto;
    }

    .contactArea div.contents div.telArea a.tel::before {
        content: url("../../images/icon_phone.png");
        background: none;
        position: absolute;
        left: 0;
        top: 5px;
    }

    .contactArea div.contents div.telArea .time {
        font-size: 16px;
    }

    section.faq .contactArea {
        padding: 50px;
    }

}

/* ==========================================================
 accordion
========================================================== */
.acc01 > li .acc_btn {
    position: relative;
}

.acc01 > li .acc_btn::after {
    content: "＋";
    display: block;
    margin: auto 0;
    font-size: 7.03125vw;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    color: #fff;
}

.acc01 > li.active .acc_btn::after {
    content: "−";
}

@media print, screen and (min-width: 768px) {
    .acc01 > li .acc_btn::after {
        display: none;
    }
}


/* ==========================================================
 月額保管費0円キャンペーン
========================================================== */

/* div.contactArea a.btnContactL::after {
  content: url(../../images/cost_free_campaign_sp.png);
  position: absolute;
  left: -35px;
  top: -10px;
}
 */
div.campaignArea {
    background: #BC1B21;
}

div.mainCampaign {
    text-align: center;
    position: relative;
    display: block;
}

div.mainCampaign img {
    width: 90%;
}

div.mainCampaign div.campaignContact {
    font-size: 10px;
    font-weight: bold;
    color: #fff;

}


@media print, screen and (min-width: 768px) {
  /* div.contactArea a.btnContactL::after {
    content: url(../../images/cost_free_campaign_pc.png);
    position: absolute;
    left: -54px;
    top: -10px;
  }

  header div.contents a.btnContactS::after {
    content: url(../../images/cost_free_campaign_pc_small.png);
    position: absolute;
    top: -27px;
    right: 35px;
  } */

  div.mainCampaign {
      text-align: center;
      background: #BC1B21;
      position: relative;
      display: flex;
      justify-content: center;
  }

  div.mainCampaign img {
    width: 100%;
  }

  div.mainCampaign div.campaignContact {
      margin-left: 20px;
      color: #fff;
      padding-top: 15px;
      font-weight: bold;
  }

  div.mainCampaign div.campaignContact p {
      font-size: 15px;
      font-weight: bold;
      color: #fff;
  }

}

/* キャンペーンバナー
---------------------------------------------------------- */

div.campaign img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -18px;
}

div.campaign {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #181848;
    width: 100%;
    margin-top: 20px;
}

div.contactArea p.contactCampaignText {
    font-size: 12px;
    font-weight: bold;
    color: #ffce00;
    margin-top: 10px;
}


@media print, screen and (min-width: 768px) {

    div.campaign {
        text-align: center;
        margin: 0 auto;
        font-size: 24px;
        line-height: 1.5;
        font-weight: bold;
        color: #181848;
        width: 1040px;
        margin-top: 0;
    }

    div.campaign img {
        margin-top: 20px;
        margin-bottom: -66px;
    }

    div.contactArea p.contactCampaignText {
        font-size: 24px;
        font-weight: bold;
        color: #ffce00;
    }
}