﻿img{
    width: auto;
    height: auto;
  }
  
  .offer-info__heading{
    text-align: center;
    font-weight: bold;
  }
  .center-text{
    text-align: center;
  }
  .m-wrapper{
    padding-left: 50px;
    padding-right: 30px;
  }
  .offer-info__heading{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .offer-heading{
    text-align: center;
    margin-top: 0px;
  }
  .offer-section{
    background-color: rgba(85,167,237,0.1);
    padding: 60px 40px 60px 40px;
  }
  .offer-inner{
    padding: 10px;
    background-color: white;
  }
  .bp-cvarea{
    background-color: #fff6cc;
  }
  p{
    margin-top: 10px;
  }
  .offer-info__heading1-logo {
    width: auto;
  }
  .offer-info__lead{
    text-align: center;
  }
  .offer-lead{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .pl-30{
    padding-left: 30px;
    padding-right: 30px;
  }
  .g-red{
    color: red;
  }
  .g-under{
    text-decoration: underline;
    font-weight: bold;
  }
  .security {
    max-width: 960px;
    width: 100%;
  }
  .security__body{
    padding: 15px;
  }
  .ssl-text {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .bp-cvarea__offer-confirm {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cvarea__btn {
    display: block;
    box-shadow: 0 3px rgb(0 0 0 / 30%);
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #ff4455;
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 10px;
  }
  .logo-wrapper{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .logo-wrapper__item{
    text-align: center;
    margin-top: 20px;
  }
  .offer-footer .s-footer-nav, .c-footer-logos, .s-footer-link__item, .offer-footer .c-footer-remark{
    display: none;
  }
  .offer .c-header-foot ,.offer-footer .c-floatingcv{
    display: none !important;
  }
  .offer .c-header-inner {
    position: initial !important;
  }
  .accordion-wrapper{
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .acc-h2{
    color: #464646;
    font-size: 18px;
  }
  .accordion-title{
    padding: 18px 35px;
    text-align: center;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgb(0 0 0 / 25%);
    color: #08c;
    background-color: #fff;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }
  .accordion-title::after{
    content: "+";
    position: absolute;
    right: 20px;
    top: 30%;
  }
  .accordion-title.js-c-acc-open::after{
    content: "-";
  }
  .acc-inner{
    padding: 35px 20px;
    background-color: rgba(77, 147, 207, 0.3);
    border: 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 2px 2px 0 rgb(0 0 0 / 25%), inset 0 15px 10px -8px rgb(0 0 0 / 10%);
  }
  .accordion-text {
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
  }
  .always-active{
      display: block;
  }
  .accordion-text .c-acc__head::after{
      display: none;
  }
  .accordion-wrapper .js-c-acc-open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .offer-info__heading2{
    font-size: 20px;
  }
  .logo-img{
    height: 50px;
    width: auto;
  }
  .small-btn{
    background-color: #AAA;
  }
  @media screen and (min-width: 769px){
    .offer-info__heading1 {
        text-align: center;
        margin-bottom: 40px;
    }
    .ssl-text {
        margin-bottom: 30px;
    }
    .offer-info__lead {
        text-align: center;
        font-size: 16px;
    }
    .offer-info__lead--top {
        margin-bottom: 60px;
    }
    .offer-info__heading2 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
    }
    .bp-cvarea__inner {
        padding: 40px;
    }
    .cvarea__btn{
        font-size: 22px;
    }
    .security {
        box-sizing: border-box;
        background-color: #f7f7f7;
        border: 2px solid #e6e6e6;
        border-radius: 6px;
        margin-left: auto;
        margin-right: auto;
    }
    .security__ttl {
        padding: 6px;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        background-color: #e6e6e6;
        border: 2px solid #e6e6e6;
        border-left-width: 0;
        border-right-width: 0;
    }
    .offer .c-section {
      margin: auto auto 60px auto;
    }
    .security-area {
      margin-bottom: 10px!important;
    }
    .offer-info {
      width: 760px;
      margin: 0 auto;
    }
    .small-text{
      font-size: 14px;
    }
    .no-bold{
        font-weight: normal;
    }
    .small-btn{
        font-size: 18px!important;
    }
    .btn_small{
        width: 700px;
        margin: 0 auto 0 auto;
    }
  }
  @media screen and (max-width: 768px){
    .m-wrapper{
        padding:0;
    }
    .security-area{
        padding: 0 4%;
    }
    .section-gap{
        margin-bottom: 32vw;
    }
    .offer-info{
        margin-bottom: 9.25vw;
    }
    .offer-heading{
        margin-top: 0vw;
    }
    .offer-section{
        margin-top: 9.25vw;
        padding: 9.25vw 3.125vw 9.25vw 3.125vw; 
        margin-bottom: 0;
    }
    .offer-info__heading1 {
        margin-bottom: 3.125vw;
    }
    .offer-info__heading1-logo{
        margin-top: 6.125vw;
    }
    .offer-info__heading{
        font-size: 4.26666667vw;
        text-align: center;
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
    }
    .offer-info__lead {
        text-align: center;
        font-size: 4vw;
    }
    .offer-info__lead--top {
        margin-bottom: 9.25vw;
    }
    .offer-info__heading2 {
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
        font-size: 4.26666667vw;
        text-align: center;
        font-weight: bold;
    }
    .offer-info__text{
        font-size: 3.125vw;
    }
    .offer-lead{
        font-weight: bold;
        font-size: 3.8vw;
    }
    .security {
        box-sizing: border-box;
        background-color: #f7f7f7;
        border: 2px solid #e6e6e6;
        border-radius: 0.938vw;
        margin-left: auto;
        margin-right: auto;
    }
    .security__ttl {
        padding: 0.938vw;
        font-weight: normal;
        font-size: 3.73333333vw;
        text-align: center;
        background-color: #e6e6e6;
        border: 2px solid #e6e6e6;
        border-left-width: 0;
        border-right-width: 0;
    }
    .security p{
        font-size: 3.73333333vw;
    }
    .bp-cvarea__inner {
        padding: 20px 4% 20px;
    }
    .bp-cvarea__offer-confirm {
        margin-bottom: 6.25vw;
        text-align: center;
        font-weight: bold;
        font-size: 4vw;
    }
    .cvarea__btn{
        font-size: 5.625vw;
        margin-top: 5.46875vw;
    }
    .ssl-text{
        font-size: 3.73333333vw;
    }
    .offer .c-header {
        padding-top: 0;
    }
    .offer .c-header-head__logo--benesse {
        display: block;
    }
    .offer .c-header-head {
        padding: 5.33333333vw 7.46666667vw;
        height: 23vw;
    }
    .offer .c-header-head__img--shozemi {
        width: 40vw;
    }
    .logo-wrapper{
        margin-top: 6.125vw;
        margin-bottom: 3vw;
        justify-content: center;
        flex-direction: column;
    }
    .logo-wrapper__item{
        text-align: center;
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
    }
    .security-area {
      margin-bottom: 0px;
    }
    .accordion-title{
      font-weight: bold;
      padding: 2.03125vw 5.46875vw 1.71875vw 2.34375vw;
    }
    .accordion-wrapper{
        padding-top: 0vw;
        padding-bottom: 3.125vw;
        margin-top: 3.125vw;
    }
    .acc-h2{
      font-size: 3.8vw;
    }
    .no-bold{
        font-weight: normal;
    }
    .small-btn {
      font-size: 4vw;
    }
  }

/* cvarea__btn */
.cvarea__btn.cvarea__btn--none {
    background-color: #cdcdcd;
    color: #464646;
}
.cvarea__btn.cvarea__btn--none:hover {
    opacity: 1;
}