body.bdash-form-input {
    background-color: transparent;
}
.bd-pageset-header {
    height: auto !important;
    background-color: transparent !important;
    /*font-weight: 700 !important;*/
    text-align: left !important;
}

.lp_content img {
    width: 100%;
    height: auto;
}
.lp_content {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 0 40px 40px;
}

.sec-01, .sec-02, .sec-03 {
    position: relative;
}

a.btn01 {
    position: absolute;
    top: 90%;
    width: 65%;
    left: 17%;
}

a.btn02 {
    position: absolute;
    top: 18%;
    width: 40%;
    left: 30%;
}

a.btn03 {
    position: absolute;
    top: 86%;
    width: 65%;
    left: 17%;
}

.page-item-label {
    margin-bottom: 16px !important;
    background-color: #f0f0f0 !important;
    padding: 9px 1em;
    font-weight: 700 !important;
    align-items: center !important;
}
.page-item-required::after {
    background-color: #fc5774 !important;
    border: none !important;
    font-size: 12px !important;
    letter-spacing: .24em;
    padding: 4px 6px 3px 7px;
    border-radius: 20px;
}

#bdash_form_f_4112 {
    display: flex;
    justify-content: center;
}

#bdash_form_f_4109 {
    display: flex;
    justify-content: center;
}

#bdash_form_f_4109 p {
    max-width: 770px;
}

input.bdash_form_commit_button {
    background: #fc5774 !important;
    border-radius: 4px;
}

.bd-pageset-footer{
margin-top: min(17.3333333333vw, 130px);
    padding: min(12vw, 90px) 0 min(8vw, 60px);
    background: #FF75AD;
    color: #fff;
    line-height: 1.7;
}
.bd-pageset-footer .inner {
    width: min(92vw, 690px);
    position: relative;
    margin: 0 auto;
}
.bd-pageset-footer .list01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(8vw, 60px);
    margin-bottom: min(10.6666666667vw, 80px);
    line-height: 1;
    list-style:none;
    padding:0;
}
.bd-pageset-footer .t01 {
    font-size: min(2.6666666667vw, 20px);
    text-align: center;
    letter-spacing: 0;
}

 .lp-notes{
    padding: 24px 16px;
  }
  .lp-notes__inner{
    max-width: 960px;
    margin: 0 auto;
  }
  .lp-notes__title{
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .02em;
  }
  .lp-notes__box{
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #fafafa;
    padding: 18px 16px;
  }
  .lp-notes__heading{
    margin: 36px 0 28px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color:#222;
  }
  .lp-notes__heading:first-child{
    margin-top: 0;
    color: #222;
  }
  .lp-notes__list,
  .lp-notes__sublist{
    margin: 0;
    padding-left: 1.2em;
    text-align: left;
  }
  .lp-notes__list > li,
  .lp-notes__sublist > li{
    margin: 8px 0;
    line-height: 1.7;
    font-size: 14px;
    color: #333;
  }
  .lp-notes__sublist{
    margin-top: 6px;
    padding-left: 1.6em;
    list-style: "・";
  }
  .lp-notes__sublist > li{
    padding-left: .4em;
    margin: 6px 0;
  }
  .lp-notes__link{
    color: #0a66c2;
    text-decoration: underline;
    word-break: break-all;
  }
  .lp-notes__link:hover,
  .lp-notes__link:focus{
    text-decoration-thickness: 2px;
  }

  /* Responsive */
  @media (min-width: 768px){
    .lp-notes{
      padding: 32px 24px;
    }
    .lp-notes__title{
      font-size: 22px;
      color: #222;
    }
    .lp-notes__box{
      padding: 22px 22px;
    }
    .lp-notes__list > li,
    .lp-notes__sublist > li{
      font-size: 15px;
    }
  .lp-notes__list,
  .lp-notes__sublist{
    
        margin: 0 4em;
   }
  }

@media only screen and (max-width: 767px) {
.lp_content .sp-block {
    display: block;
}
.lp_content .pc-block {
    display: none;
}

.lp_content {
    width:100%;
    margin: 0 auto 40px;
    padding: 0 10px 40px;
}
a.btn02 {
    top: 18.5%;
}

a.btn03 {
    top: 88%;
}

}
@media only screen and (min-width: 768px) {
    .lp_content .pc-block {
        display: block;
    }
    
    .lp_content .sp-block {
        display: none;
    }
    
}
