/*
==================================
all
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  button:hover,
  label:hover{
    opacity: 0.8;
  }
  label{
    cursor: pointer;
  }
  .bs-sp{
    display: none !important;
  }
  img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .bs-body{
    color: #333333;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  button:hover,
  label:hover{
    opacity: 0.8;
  }
  label{
    cursor: pointer;
  }
  .bs-pc{
    display: none !important;
  }
  img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .bs-body{
    color: #333333;
  }
}




/*
==================================
header
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  .bs-hdr__logo{
    position: absolute;
    top: 0;
    left: 50%;
    width: 430px;
    height: 45px;
    margin: 0 auto;
    transform: translateX(-50%);
    z-index: 1;
  }

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-hdr{
    padding: 12.39px 0;
    position: relative;
    overflow: hidden;
  }
  .bs-hdr::before,
  .bs-hdr::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-diagonal-light-blue-sp.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 12.39px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .bs-hdr::before{
    top: 0;
  }
  .bs-hdr::after{
    bottom: 0;
  }
  .bs-hdr-inr{
    padding: 6px 0;
  }
  .bs-hdr__logo{
    width: 327px;
    height: 29px;
    margin: 0 auto;
  }
}




/*
==================================
footer
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  #footer.bs-ftr{
    margin: 0;
    max-width: 100vw;
    background-color: #333333;
  }
  #footer.bs-ftr .footer-bottom{
    max-width: 960px;
    /*width: 100%; */
    margin: 0 auto;
    box-sizing: content-box;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  #footer.bs-ftr{
    margin: 0 0 99px;
  }
  #footer.bs-ftr--mb0{
    margin-bottom: 0;
  }
  .bs-main--result #footer.bs-ftr--mb0{
    margin-bottom: 99px;
  }
}




/*
==================================
kv
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  .bs-kv{
    background-color: #EAF8FF;
    position: relative;
    margin: 24px 0;
  }
  .bs-kv::before,
  .bs-kv::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-diagonal-light-blue-pc.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 24px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .bs-kv::before{
    top: -24px;
    height: 46px;
  }
  .bs-kv::after{
    bottom: -24px;
  }
  .bs-kv-inr{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    background-image: url(/benefits/common/images/inc/bousai/kv-pic-pc.png);
    background-size: 100%;
    background-position: center bottom;
  }
  .bs-kv-outer{
    width: 448px;
    margin: 0 auto;
    padding: 28px 0 35px;
    text-align: center;
    box-sizing: content-box;
  }
  .bs-kv__logo{
    width: 440px;
    height: 49px;
    margin-bottom: 28px;
  }
  .bs-kv__ttl{
    width: 386px;
    height: 192px;
    margin: 35px auto 23px;
  }
  .bs-kv__cv{
    padding: 20px 0;
    margin-bottom: 15px;
    background-color: #FD8A17;
    border-radius: 10px;
    position: relative;
    width: 214px;
    height: 201px;
  }
  .bs-kv__cv-box {
    display: flex;
    justify-content: space-between;
  }
  .bs-kv__cv-hoken {
    background-color: #ED7969;
  }
  .bs-kv__cv-car {
    background-color: #3EB370;
  }
  .bs-kv__cv-bubble{
    width: 150px;
    height: 150px;
    position: absolute;
    top: -117px;
    left: -85px;
  }
  .bs-kv__cv-txt {
    margin-bottom: 8px;
  }
  .bs-kv__cv-txt-item{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
  }
  .bs-kv__cv-txt-item--main{
    font-size: 22px;
    margin: 11px 0;
  }
  .bs-kv__cv-qr{
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  .bs-kv__link{
    display: inline-block;
    text-align: center;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    padding-right: 14px;
    margin: 10px auto 0;
    position: relative;
    z-index: 1;
  }
  .bs-kv__link::before{
    content: "";
    width: calc(100% - 14px);
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .bs-kv__link::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-bottom-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 7.5px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
  .bs-kv__pic{
    width: 480px;
    height: 480px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .bs-kv__btn-icon {
    display: inline;
    width: 50px;
    height: 35px;
    margin: 0 auto;
  }
  .bs-kv__cv-qr {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  .bs-kv__btn-txt {
    position: relative;
    font-size: 16px;
    color: #666;
    z-index: 1;
  }
  .bs-kv__btn-txt mark {
    background: linear-gradient(transparent 40%, #fff 0%);
  }
  .bs-kv__btn-txt::before,
  .bs-kv__btn-txt::after {
    position: absolute;
    bottom: 11px;
    width: 16px;
    height: 1px;
    background-color: #666;
    content: '';
  }
  .bs-kv__btn-txt::before {
    left: 50px;
    transform: rotate(60deg);
  }
  .bs-kv__btn-txt::after {
    right: 50px;
    transform: rotate(-60deg);
  }
  .bs-kv___btn-txt-box,
  .bs-kv__link-box {
    position: relative;
  }
  .bs-kv___btn-txt-box::after {
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 348px;
    height: 18px;
    background: #fff;
    content: '';
    transform: translateX(-50%);
  }
  .bs-kv__link-box::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 260px;
    height: 19px;
    background: #fff;
    content: '';
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  .bs-kv__cv-bubble{
    top: -116px;
    left: -90px;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .bs-kv{
    background-color: #EAF8FF;
    position: relative;
    margin-bottom: 12.39px;
  }
  .bs-kv::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-diagonal-light-blue-sp.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 12.39px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12.39px;
  }
  .bs-kv-inr{
    max-width: 500px;
    margin: 0 auto;
    padding: 0 16px 38px;
    text-align: center;
  }
  .bs-kv__ttl{
    width: 333px;
    height: auto;
    padding-top: 25px;
    margin: 0 auto 30px;
  }
  .bs-kv__btn{
    width: 327px;
    display: block;
    background-color: #FD8A17;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto 13px;
    position: relative;
    box-shadow: 0 4px 0 #E57200;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: -0.05em;
  }
  .bs-kv__btn::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
  }
  .bs-kv__box {
    display: flex;
  }
  .bs-kv__btn-hoken {
    width: 156px;
    height: 100px;
    margin: 0 auto 18px;
    font-size: 20px;
    background-color: #ED7969;
    box-shadow: 0 4px 0 #B14739;
    border-radius: 16px;
  }
  .bs-kv__btn-car {
    width: 156px;
    height: 100px;
    margin: 0 auto 18px;
    font-size: 20px;
    background-color: #3EB370;
    box-shadow: 0 4px 0 #0E8441;
    border-radius: 16px;
  }
  .bs-kv__btn-yahoo {
    margin: 8px auto 13px;
    color: #666;
    font-size: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 0 #DDD;
  }
  .bs-kv__btn-yahoo::after {
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-gray.svg);
  }
  .bs-kv__btn-icon {
    width: 57px;
    height: 40px;
    margin: 0 auto 6px;
  }
  .bs-kv__btn-txt {
    position: relative;
    width: 280px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
  }
  .bs-kv__btn-txt::before,
  .bs-kv__btn-txt::after {
    position: absolute;
    bottom: 11px;
    width: 16px;
    height: 1px;
    background-color: #666;
    content: '';
  }
  .bs-kv__btn-txt::before {
    left: -15px;
    transform: rotate(60deg);
  }
  .bs-kv__btn-txt::after {
    right: -15px;
    transform: rotate(-60deg);
  }
  .bs-kv__link{
    display: inline-block;
    text-align: center;
    color: #FD8A17;
    font-size: 12px;
    font-weight: bold;
    padding-right: 12px;
    margin: 0 auto;
    position: relative;
  }
  .bs-kv__link::before{
    content: "";
    width: calc(100% - 12px);
    height: 1px;
    background-color: #FD8A17;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .bs-kv__link::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7.5px;
    height: 10px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
}

/*
==================================
bs-campaign
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  .bs-campaign {
    padding: 50px 0 0;
  }
  .bs-campaign-inr {
    max-width: 960px;
    margin: 0 auto;
    background-color:#FFFFC6;
    padding: 50px;
    border-radius: 10px;
  }
  .bs-campaign-inr-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #0F90D8;
    position: relative;
    z-index: 0;
  }
  .bs-campaign-inr-ttl--bg {
    display: inline;
    background: linear-gradient(transparent 20%, #fff 20%);
    font-size: 20px;
  }
  /* .bs-campaign-inr-ttl::after {
    content: "";
    width: 440px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    left: -4px;
    z-index: -1;
  } */
  .bs-campaign-inr-txt {
    font-size: 15px;
    margin: 10px 0 0;
  }
  .bs-campaign-inr-note {
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
  }
  .bs-note-first {
    margin-bottom: 5px;
  }
  .bs-campaign-inr-note-head {
    color: #0F90D8;
    font-weight: bold;
    position: relative;
    padding-left: 7px;
    min-width: calc(4em + 7px);
  }
  .bs-campaign-inr-note-head::before {
    content: "";
    width: 3px;
    height: 15px;
    background-color: #0F90D8;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 2px;
  }
  .bs-campaign-inr-note-link {
    display: flex;
    margin-left: 8px;
  }
  .bs-date {
    margin-left: 24px;
  }
  .bs-campaign-inr-note-link-icon {
    margin: 0 0 0 8px;
    vertical-align: middle;
    width: 10px;
  }
  .bs-campaign-inr-note-sub {
    display: inline-block;
    background-color: #fff;
    padding: 16px;
    margin: 8px 0 8px 5.5em;
    border-radius: 10px;
    font-size: 13px;
  }
  .bs-campaign .bs-date {
    margin-left: 8px;
  }
  .bs-campaign-inr-note-mark{
    font-size: 13px;
    color: #525252;
  }
  .bs-campaign-inr-note-sub-txt {
    position: relative;
    padding-left: 14px;
  }
  .bs-campaign-inr-note-sub-txt::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0F90D8;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .bs-campaign {
    padding: 32px 24px 0;
  }
  .bs-campaign-inr {
    margin: 0 auto;
    background-color:#FFFFC6;
    padding: 24px;
    border-radius: 10px;
  }
  .bs-campaign-inr-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #0F90D8;
    position: relative;
    z-index: 0;
  }
  .bs-campaign-inr-ttl--bg {
    display: inline;
    background: linear-gradient(transparent 20%, #fff 20%);
    font-size: 20px;
  }
  /* .bs-campaign-inr-ttl::before {
    content: "";
    width: 180px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    top: 13px;
    left: 4px;
    z-index: -1;
  }
  .bs-campaign-inr-ttl::after {
    content: "";
    width: 254px;
    height: 17px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    left: 4px;
    z-index: -1;
  } */
  .bs-campaign-inr-txt {
    font-size: 15px;
    margin: 16px 0 0;
  }
  .bs-campaign-inr-note {
    display: flex;
    justify-content: flex-start;
    font-size: 13px;
    flex-direction: column;
  }
  .bs-note-first {
    margin-bottom: 15px;
  }
  .bs-campaign-inr-note-head {
    color: #0F90D8;
    font-weight: bold;
    position: relative;
    padding-left: 7px;
    min-width: calc(4em + 7px);
  }
  .bs-campaign-inr-note-head::before {
    content: "";
    width: 3px;
    height: 15px;
    background-color: #0F90D8;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 2px;
  }
  .bs-campaign-inr-note-link {
    display: flex;
    position: relative;
  }
  .bs-date {
    margin-left: 24px;
  }
  .bs-campaign-inr-note-link-icon {
    margin: 0 0 0 8px;
    width: 8px;
    position: relative;
    top: 0.5em;
  }
  .bs-campaign-inr-note-sub {
    display: inline-block;
    background-color: #fff;
    padding: 16px;
    margin: 8px 0;
    border-radius: 10px;
    font-size: 13px;
  }
  .bs-campaign .bs-date {
    margin-left: 0;
  }
  .bs-campaign-inr-note-mark{
    font-size: 13px;
    color: #525252;
  }
  .bs-campaign-inr-note-sub-txt {
    position: relative;
    padding-left: 14px;
  }
  .bs-campaign-inr-note-sub-txt::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0F90D8;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
}




/*
==================================
bs-sec
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  .bs-sec{
    padding-top: 40px;
  }
  .bs-sec--lead{
    padding: 60px 0 40px;
    position: relative;
  }
  .bs-sec--lead::after{
    content: "";
    width: 100%;
    max-width: 960px;
    height: 1px;
    background-color: #0F90D8;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .bs-sec--flow{
    padding-bottom: 60px;
  }
  .bs-sec-inr{
    max-width: 960px;
    margin: 0 auto;
  }
  .bs-sec__ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #0F90D8;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
  .bs-sec__txt{
    font-size: 15px;
    line-height: 1.8;
  }
  .bs-sec__quiz {
    margin-top: 40px;
  }
  .bs-sec__quiz__ttl {
    margin: 40px auto 10px;
    font-size: 17px;
  }
  .bs-sec__quiz__ttl:last-of-type {
    margin: 20px auto 10px;
  }
  .bs-sec__wrap:not(:last-of-type){
    margin-bottom: 20px;
  }
  .bs-sec__wrap-ttl{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 7px;
  }
  .bs-sec__wrap-ttl-icon{
    width: 50px;
    height: 20px;
    min-width: 50px;
    min-height: 20px;
    margin-right: 7px;
  }
  .bs-sec__wrap-ttl-txt{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.176;
  }
  .bs-sec__wrap-txt{
    font-size: 15px;
    line-height: 1.8;
  }
  .bs-sec--gift {
    padding: 0 0 27px 0;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .bs-sec{
    padding-top: 40px;
  }
  .bs-sec--lead{
    padding-bottom: 40px;
    position: relative;
  }
  .bs-sec--lead::after{
    content: "";
    width: calc(100% - 48px);
    height: 1px;
    background-color: #0F90D8;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .bs-sec--flow{
    margin-bottom: 40px;
  }
  .bs-sec-inr{
    padding: 0 24px;
  }
  .bs-sec__ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #0F90D8;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
  .bs-sec__txt{
    font-size: 15px;
    line-height: 1.8;
  }
  .bs-sec__quiz {
    margin-top: 40px;
  }
  .bs-sec__quiz__ttl {
    margin: 30px auto 5px;
    font-size: 17px;
  }
  .bs-sec__wrap:not(:last-of-type){
    margin-bottom: 20px;
  }
  .bs-sec__wrap-ttl{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 7px;
  }
  .bs-sec__wrap-ttl-icon{
    width: 50px;
    height: 20px;
    min-width: 50px;
    min-height: 20px;
    margin-right: 7px;
  }
  .bs-sec__wrap-ttl-txt{
    font-size: 17px;
    font-weight: bold;
    line-height: 1.176;
  }
  .bs-sec__wrap-txt{
    font-size: 15px;
    line-height: 1.8;
  }
  .bs-sec--gift {
    padding: 0 0 20px 0;
  }
}




/*
==================================
bs-qr
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  .bs-qr{
    background-color: #EAF8FF;
    position: relative;
    margin: 24px 0;
  }
  .bs-qr::before,
  .bs-qr::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-diagonal-light-blue-pc.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 24px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .bs-qr::before{
    top: -24px;
  }
  .bs-qr::after{
    bottom: -24px;
  }
  .bs-qr-inr{
    max-width: 960px;
    margin: 0 auto;
    padding: 36px 0;
    position: relative;
  }
  .bs-qr__ttl{
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #0F90D8;
    margin-bottom: 25px;
  }
  .bs-qr__ttl-sub{
    display: inline-block;
    font-size: 18px;
    margin-bottom: 12px;
    position: relative;
  }
  .bs-qr__ttl-sub::before,
  .bs-qr__ttl-sub::after{
    content: "";
    width: 2px;
    height: 16px;
    background-color: #0F90D8;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
  }
  .bs-qr__ttl-sub::before{
    left: -10px;
    transform: rotate(-30deg);
  }
  .bs-qr__ttl-sub::after{
    right: -10px;
    transform: rotate(30deg);
  }
  .bs-qr__ttl-main{
    display: block;
    font-size: 22px;
  }
  .bs-qr__group{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .bs-qr__group-card{
    width: 210px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px 0 10px;
    letter-spacing: -0.03em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .bs-qr__group-card:not(:last-of-type){
    margin-right: 15px;
  }
  .bs-qr__group-card-reco{
    width: 83px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    background-color: #FFFF50;
    border-radius: 50%;
    padding: 33px 0 32px;
    position: absolute;
    left: -41px;
    top: -36px;
  }
  .bs-qr__group-card-ttl{
    text-align: center;
    color: #0F90D8;
    margin-bottom: 5px;
  }
  .bs-qr__group-card-pic{
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
}
/* sp */
@media screen and (max-width: 768px) {

}




/*
==================================
bs-note
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  .bs-note{
    position: relative;
    padding: 27px 0;
  }
  .bs-note-inr{
    max-width: 960px;
    margin: 0 auto;
  }
  .bs-note__list-item{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .bs-note{
    position: relative;
    margin-bottom: 32.39px;
  }
  .bs-note::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-diagonal-light-blue-sp.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 12.39px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -32.39px;
  }
  .bs-note-inr{
    padding: 0 24px;
  }
  .bs-note__list-item{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
  }
}




/*
==================================
bs-float
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-float{
    position: fixed;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 7px;
    width: 100%;
    transition: bottom 0.5s ease-in-out;
    z-index: 100;
  }
  .bs-float.is-fixed{
    bottom: 0;
  }
  .bs-float::before{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-diagonal-blue-sp.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 7px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .bs-float-inr{
    background-color: #0F90D8;
    padding: 16px 24px 14px;
    width: 100%;
  }
  .bs-float__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .bs-float__wrap-unit{
    width: 50%;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .bs-float__wrap-unit-txt{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
  }
  .bs-float__wrap-unit-btn{
    font-size: 14px;
    font-weight: bold;
    color: #0F90D8;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    line-height: 1;
    padding: 13px 7px 13px 0;
    letter-spacing: -0.03em;
  }
  .bs-float__wrap-unit-btn::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 10px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 9px;
  }
  .bs-float__wrap-unit-btn span{
    margin: 0 -5px;
  }
}

/*
==================================
bs-lead
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-lead {
    position: relative;
    padding: 35px 24px 30px;
    margin-bottom: 65px;
  }
  .bs-lead::after {
    position: absolute;
    bottom: -30px;
    left: 0;
    content: '';
    width: 100%;
    height: 30px;
    background-size: 100% 24px;
  }
  .bs-lead--car {
    background-color: #3EB370;
  }
  .bs-lead--car::after {
    background-image: url(/benefits/common/images/inc/bousai/bg-arrow-down-car.png);
  }
  .bs-lead--insurance {
    padding: 35px 24px 55px;
    background-color: #ED7969;
  }
  .bs-lead--insurance::after {
    background-image: url(/benefits/common/images/inc/bousai/bg-arrow-down-insurance.png);
  }
  .bs-lead__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .bs-lead__ttl {
    color: #fff;
    font-weight: bold;
  }
  .bs-lead__ttl-sub {
    font-size: 15px;
  }
  .bs-lead__ttl-main {
    font-size: 38px;
  }
  .bs-lead__txt {
    color: #fff;
  }
  .bs-lead__img {
    width: 81px;
    height: 81px;
  }
}




/*
==================================
bs-que
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-que{
    margin-top: 40px;
    padding: 0 24px 62.39px;
    position: relative;
  }
  .bs-que::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-diagonal-light-blue-sp.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 12.39px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .bs-que--result::after{
    content: none;
  }
}




/*
==================================
bs-que__wrap
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-que__wrap{
    margin-bottom: 50px;
  }
  .bs-que__wrap-ttl{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .bs-que__wrap-ttl-icon{
    width: 41px;
    height: 41px;
    min-width: 41px;
    min-height: 41px;
    margin-right: 10px;
  }
  .bs-que__wrap-ttl-txt{
    color: #0F90D8;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.376;
  }
  .bs-que__wrap-cont-label{
    display: block;
    padding: 11px 10px;
    border-radius: 5px;
    border: 1px solid #EDEDED;
  }
  .bs-que__wrap-cont-label:not(:last-of-type){
    margin-bottom: 5px;
  }
  .bs-que__wrap-cont-label--noevent{
    pointer-events: none;
  }
  .bs-que__wrap-cont-input{
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }
  .bs-que__wrap-cont-txt{
    padding-left: 28px;
    display: block;
    position: relative;
  }
  .bs-que__wrap-cont-txt::before{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-radio-no-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .bs-que__wrap-cont-input--check + .bs-que__wrap-cont-txt::before{
    background-image: url(/benefits/riyo_a/bousai/images/icon-checkbox-no-active.svg);
    width: 22.4px;
    height: 21.85px;
  }
  .bs-que__wrap-cont-input.is-active + .bs-que__wrap-cont-txt::before{
    background-image: url(/benefits/riyo_a/bousai/images/icon-radio-active.svg);
  }
  .bs-que__wrap-cont-input--check.is-active + .bs-que__wrap-cont-txt::before{
    background-image: url(/benefits/riyo_a/bousai/images/icon-checkbox-active.svg);
  }
}




/*
==================================
bs-que__wrap-acc
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-que__wrap-acc{
    border-bottom: 1px solid #0F90D8;
    margin-top: 20px;
  }
  .bs-que__wrap-acc-head{
    padding: 12px 16.5px 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .bs-que__wrap-acc-head.is-incorrect{
    background-color: #FCF0F3;
  }
  .bs-que__wrap-acc-head.is-correct{
    background-color: #F0FCF4;
  }
  .bs-que__wrap-acc-head-txt{
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding-left: 26px;
    position: relative;
  }
  .is-incorrect .bs-que__wrap-acc-head-txt{
    color: #FF0031;
  }
  .is-correct .bs-que__wrap-acc-head-txt{
    color: #00C37F;
  }
  .bs-que__wrap-acc-head-txt::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
  .is-incorrect .bs-que__wrap-acc-head-txt::before{
    background-image: url(/benefits/riyo_a/bousai/images/icon-incorrect-answer.svg);
  }
  .is-correct .bs-que__wrap-acc-head-txt::before{
    background-image: url(/benefits/riyo_a/bousai/images/icon-correct-answer.svg);
  }
  .bs-que__wrap-acc-head-subtxt{
    font-size: 12px;
    line-height: 1;
    padding-right: 14px;
    position: relative;
  }
  .bs-que__wrap-acc-head-subtxt::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-acc-plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
  .bs-que__wrap-acc-head-subtxt.is-active::after{
    background-image: url(/benefits/riyo_a/bousai/images/icon-acc-minus.svg);
    height: 1px;
  }
  .bs-que__wrap-acc-body{
    display: none;
  }
  .bs-que__wrap-acc-body-inr{
    background-color: #FAFAFA;
    padding: 20px 15px;
  }
  .bs-que__wrap-acc-body-top{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #959595;
  }
  .bs-que__wrap-acc-body-top-tag{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    background-color: #333333;
    padding: 4px 5px 6px;
    display: inline-block;
    min-width: 42px;
    margin-right: 9px;
  }
  .bs-que__wrap-acc-body-top-txt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }
  .bs-que__wrap-acc-body-bottom-tag{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    background-color: #333333;
    padding: 4px 5px 6px;
    display: inline-block;
    min-width: 42px;
    margin-bottom: 10px;
  }
  .bs-que__wrap-acc-body-bottom-txt{
    line-height: 1.6;
    font-size: 14px;
  }
}




/*
==================================
bs-que__btn
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-que__btn{
    width: 327px;
    display: block;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto 13px;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background-color: #959595;
    pointer-events: none;
  }
  .bs-que__btn.is-active{
    background-color: #FD8A17;
    box-shadow: 0 4px 0 #E57200;
    pointer-events: auto;
  }
  .bs-que__btn::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 11.5px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
  }
}




/*
==================================
bs-result
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-result{
    background-color: #EAF8FF;
  }
  .bs-result-inr{
    padding: 24px 0 20px;
  }
  .bs-result__ttl{
    font-size: 16px;
    font-weight: bold;
    color: #0F90D8;
    margin-bottom: 10px;
    text-align: center;
  }
  .bs-result__correct{
    margin: -22px 0 -15px;
    position: relative;
  }
  .bs-result__correct-bg{
    margin: 0 auto;
    width: 304px;
    height: 296px;
  }
  .bs-result__correct-num{
    height: 66.974px;
    width: 240px;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
  img.bs-result__correct-num-img{
    width: auto;
    margin: 0 auto;
  }
  .bs-result__lead{
    width: 290px;
    height: 95px;
    margin: 20px auto -12px;
  }
  .bs-result__btn{
    width: 327px;
    display: block;
    background-color: #FD8A17;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 4px 0 #E57200;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.05em;
  }
  .bs-result__btn::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
  }
  .bs-result__btn-hoken {
    background-color: #ED7969;
    box-shadow: 0 4px 0 #B14739;
  }
  .bs-result__btn-hoken::before {
    position: absolute;
    top: 50%;
    left: 45px;
    content: '';
    width: 40px;
    height: 28px;
    background-image: url(/benefits/common/images/inc/bousai/icon-hoken.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  .bs-result__btn-car {
    background-color: #3EB370;
    box-shadow: 0 4px 0 #0E8441;
  }
  .bs-result__btn-car::before {
    position: absolute;
    top: 50%;
    left: 50px;
    content: '';
    width: 30px;
    height: 28px;
    background-image: url(/benefits/common/images/inc/bousai/icon-car.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  .bs-result__btn-yahoo {
    margin-top: 10px;
    color: #666;
    background-color: #fff;
    box-shadow: 0 4px 0 #ddd;
  }
  .bs-result__btn-yahoo::after{
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-gray.svg);
  }
  .bs-result__btn-cp {
    width: 307px;
    margin-bottom: 17px;
  }
  .bs-result__lead-box {
    position: relative;
    width: 327px;
    margin: 35px auto 0;
    border: 2px solid #0F90D8;
    border-radius: 10px;
  }
  .bs-result__lead-txt {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 300px;
    text-align: center;
    color: #0F90D8;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.45px;
    background-color: #EAF8FF;
    transform: translateX(-50%);
  }
}




/*
==================================
bd-res-item
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bd-res-item{
    margin-top: 30px;
  }
  .bd-res-item__txt{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0F90D8;
    padding: 16px 0 27px;
    position: relative;
  }
  .bd-res-item__txt::before{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/bg-answer-commentary.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 248px;
    height: 63px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: -1;
  }
}




/*
==================================
bs-cv
==================================
*/
/* pc */
@media screen and (min-width: 769px) {

}
/* sp */
@media screen and (max-width: 768px) {
  .bs-cv{
    background-color: #EAF8FF;
    padding: 43px 0;
    position: relative;
  }
  .bs-cv__box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
  }
  .bs-cv__box-pic{
    width: 107px;
    height: 211px;
    margin-right: 15px;
  }
  .bs-cv__box-unit-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.666667;
    color: #0F90D8;
    margin-bottom: 10px;
  }
  .bs-cv__box-unit-txt{
    color: #0F90D8;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    padding: 12px 0;
    position: relative;
  }
  .bs-cv__box-unit-txt-orange{
    color: #FD8A17;
  }
  .bs-cv__box-unit-txt::before,
  .bs-cv__box-unit-txt::after{
    content: "";
    width: 162px;
    height: 1px;
    background-color: #0F90D8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .bs-cv__box-unit-txt::before{
    top: 0;
  }
  .bs-cv__box-unit-txt::after{
    bottom: 0;
  }
  .bs-cv__wrap-btn{
    width: 260px;
    display: block;
    background-color: #FD8A17;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto 13px;
    position: relative;
    box-shadow: 0 4px 0 #E57200;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
  }
  .bs-cv__wrap-btn::after{
    content: "";
    background-image: url(/benefits/riyo_a/bousai/images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
  }
  .bs-cv__wrap-btn:not(:last-of-type){
    margin-bottom: 10px;
  }
}




/*
==================================
modal
==================================
*/
/* pc */
@media screen and (min-width: 769px) {
  .bs-popup-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .bs-modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 66px 17px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
  }
  .bs-modal__bg {
    background-color: rgba(15, 144, 216, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .bs-modal-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
  }
  .bs-modal__content {
    width: 100%;
    padding: 40px 16px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }
  .bs-modal__close {
    width: 40px;
    height: 40px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -55px;
    cursor: pointer;
  }
  .bs-modal__close-icon {
    display: block;
  }
  .bs-popup-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
  }
}


/*
==================================
popup
==================================
*/
.bs-popup {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 66px 17px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
}
.bs-popup__bg {
  background-color: rgba(15, 144, 216, .7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}
.bs-popup__content {
  width: 100%;
  max-width: 682px;
  padding: 50px 26px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.bs-popup__close {
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -55px;
  cursor: pointer;
}
.bs-popup__close-icon {
  display: block;
}
.bs-popup__ttl {
  color: #0F90D8;
  font-size: 20px;
  font-weight: bold;;
  text-align: center;
  margin-bottom: 20px;
}
.bs-popup__txt {
  font-size: 15px;
  margin-bottom: 15px;
}
.bs-popup-orange {
  color: #FD8A17;
}
.bs-popup-inr {
  border-top: 1px solid #0F90D8;
  border-bottom: 1px solid #0F90D8;
  padding: 20px 0;
}
.bs-popup-note {
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
}
.bs-note-first {
  margin-bottom: 15px;
}
.bs-popup-note-head {
  color: #0F90D8;
  position: relative;
  padding-left: 7px;
  font-weight: bold;
  min-width: calc(4em + 7px);
}
.bs-popup-note-head::before {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #0F90D8;
  position: absolute;
  top: 5px;
  left: 0px;
  border-radius: 2px;
}
.bs-popup-note-link {
  display: flex;
  margin-left: 8px;
}
.bs-date {
  margin-left: 24px;
}
.bs-popup-note-link-icon {
  margin: 0 0 0 8px;
  vertical-align: middle;
  width: 8px;
}
.bs-popup-note-sub {
  display: inline-block;
  background-color: #fff;
  padding: 8px 10px;
  margin: 8px 0 8px 5.5em;
  background-color: #eee;
  font-size: 13px;
}
.bs-popup-note-mark{
  font-size: 13px;
  color: #525252;
}
.bs-popup .bs-date{
  margin-left: 8px;
}

/* sp */
@media screen and (max-width: 768px) {
  .bs-popup-note{
    flex-direction: column;
  }
  .bs-popup-note-sub{
    margin-left: 0;
  }
  .bs-popup-note-link{
    margin-left: 0;
  }
  .bs-popup .bs-date{
    margin-left: 0;
  }
  a.bs-popup-note-link{
    position: relative;
  }
  a.bs-popup-note-link .bs-popup-note-link-icon{
    position: relative;
    top: 0.5em;
  }
}

/*
==================================
estimate
==================================
*/
.bs-estimate {
  background-color: #0F90D8;
  padding: 20px 0 13px;
  margin-bottom: 7px;
  text-align: center;
  position: relative;
}

.bs-estimate::before {
  content: "";
  background-color: #0F90D8;
  background-image: url(/benefits/riyo_el/bousai/images/bg-diagonal-blue-sp.svg?20230713);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 7px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.bs-estimate::after{
  content: "";
  background-color: #0F90D8;
  background-image: url(/benefits/riyo_el/bousai/images/bg-diagonal-blue-sp.svg?20230713);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 7px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -7px;
}

.bs-estimate-txt {
  margin-bottom: 8px;
  color:#fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.bs-estimate-btn {
  font-size: 17px;
  width: 260px;
  margin: 6px auto 0;
  font-weight: bold;
  color: #0F90D8;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  line-height: 1;
  padding: 13px 7px 13px 0;
  letter-spacing: -0.03em;
}

.bs-estimate-btn::after {
  content: "";
  background-image: url(/benefits/riyo_el/bousai/images/icon-arrow-right-blue.svg?20230713);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 9px;
}

/*
==================================
最小幅
==================================
*/
@media screen and (max-width: 343px) {
  .bs-hdr__logo,
  .bs-kv__ttl,
  .bs-kv__btn,
  .bs-que__btn,
  .bs-result__btn,
  .bs-result__lead-box,
  .bs-result__lead-txt,
  .bs-result__lead,
  .bs-result__btn-cp {
    width: 100%;
    height: auto;
  }
}
