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

  .bPoint {
    background: #eb5e00;
    -moz-background-size: contain;
         background-size: contain;
    padding: 50px 0 70px;
    position: relative;
  }
  .bPoint > img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26.04167%;
    max-width: 500px;
  }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

@media screen and (min-width: 769px) and (max-width: 1369px), print and (max-width: 1369px) {
  .bPoint > img {
    width: 20.46784%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px), print and (max-width: 1440px) {
  .bPoint .row {
    max-width: 1000px;
  }
}

@media screen and (min-width: 769px), print {
  .bPoint__card {
    background: #ffffff;
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bPoint__card__head {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1;
    padding: 10px 0 20px;
    letter-spacing: 2px;
  }
  .bPoint__card__head span {
    font-size: 5rem;
  }
  .bPoint__card__body {
    padding: 30px;
  }
  .bPoint__card__body ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: item;
  }
  .bPoint__card__body ul li {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    border: 1px solid #231815;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 15px 20px;
    margin-top: -1px;
  }
  .bPoint__card__body ul li::before {
    counter-increment: item;
    content: counter(item);
    display: block;
    width: 50px;
    height: 58px;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: url("../chirashiou/icon/point.png") no-repeat center/100%;
    padding-top: 8px;
    margin: 0 auto 10px;
  }
  .bPoint__card__body ul li p {
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
  }
  .bPoint__card__body ul li p.xs {
    font-size: 2rem;
  }
  .bPoint__card__body ul li p.xs-x {
    font-size: 1.2rem;
  }
  .bPoint__card__body ul li p.sm {
    font-size: 2.5rem;
  }
  .bPoint__card__body ul li p.lg {
    font-size: 3.6rem;
    color: #eb5e00;
    line-height: 1.3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bPoint__card__body ul li p.lg span {
    font-size: 2rem;
    vertical-align: middle;
  }
  .bPoint__card__body ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .bPoint__card__body ul li .link {
    text-align: center;
    padding-top: 10px;
  }
  .bPoint__card__body ul li .link a {
    text-decoration: underline;
    padding-left: 15px;
    background: url("../chirashiou/icon/down.svg") no-repeat left top 1px;
    -moz-background-size: auto 15px;
         background-size: auto 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
  }
  .bPrice {
    padding: 50px 0 70px;
    position: relative;
  }
  .bPrice > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33.85417%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px), print and (max-width: 1440px) {
  .bPrice .row {
    max-width: 1000px;
  }
}

@media screen and (min-width: 769px), print {
  .bPrice__card {
    background: #eb5e00;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .bPrice__card.--white {
    background-color: #ffffff;
    border: 1px solid #eb5e00;
  }
  .bPrice__card.--white h2 {
    color: #231815;
  }
  .bPrice__card h2 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 20px;
    
  }
  .bPrice__card h2 span {
    font-size: 3.5rem;
    display: inline-block;
  }
  .bPrice__card__body {
    border: 1px solid #231815;
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
  }
  .bPrice__card__body.col2 {
    flex-flow:row;
  }
  .bPrice__card__list {
    width: 100%;
    padding: 10px 20px;
  }
  .bPrice__card__body.col2 .bPrice__card__list {
    width: 50%;
  }
  .bPrice__card__list:first-child {
    border-right: 1px solid #231815;
  }
  .bPrice__card__list li {
    padding: 10px 20px;
  }
  .bPrice__card__list li:not(:last-child) {
    border-bottom: 1px solid #231815;
  }
  .bPrice__card__list li > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bPrice__card__list li > div > span {
    color: #231815;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
  }
  .bPrice__card__list li > div > span em {
    font-style: normal;
    font-size: 1.8rem;
    display: inline-block;
  }
  .bPrice__card__list li > div > div p.lg {
    display: inline-block;
    font-size: 4rem;
    line-height: 1;
    color: #eb5e00;
    font-weight: 500;
    text-align: right;
  }
  .bPrice__card__list li > div > div p.lg span {
    font-size: 2.3rem;
  }
  .bPrice__card__list li > div > div p.sm {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: right;
    margin-left: 20px;
  }
  .bPrice__card__body.col2 .bPrice__card__list li > div > div p.lg,
  .bPrice__card__body.col2 .bPrice__card__list li > div > div p.sm{
    display: block;
  }
  .bPrice__card__footer {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #231815;
    margin-top: 10px;
  }
  .bPrice__card__footer.--white {
    color: #ffffff;
  }
  .bPrice__des {
    margin-bottom: 30px;
  }
  .bPrice__des p {
    text-align: center;
  }
  .bPrice__des p.sm {
    font-size: 2.3rem;
    font-weight: 600;
  }
  .bPrice__des p.xs {
    font-size: 1.6rem;
    margin-top: 12px;
  }
  .bBlock {
    padding: 50px 0 70px;
  }
  .bBlock.--gray {
    background-color: #ebebeb;
  }
  .bBlock.--orange {
    background-color: #eb5e00;
  }
  .orderFlow__ttl {
    background-color: #eb5e00;
    color: #ffffff;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    padding: 5px 0 10px;
    margin-bottom: 40px;
    line-height: 1;
    -moz-border-radius-topleft: 40px;
         border-top-left-radius: 40px;
    -moz-border-radius-topright: 40px;
         border-top-right-radius: 40px;
    letter-spacing: 2px;
  }
  .orderFlow__ttl span {
    display: inline-block;
    font-size: 4rem;
  }
  .orderFlow__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .orderFlow__list__step {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: item;
  }
  .orderFlow__list__step li {
    width: 210px;
    padding: 10px 5px;
    background-color: #eb5e00;
    margin-right: 38px;
    text-align: center;
  }
  .orderFlow__list__step li::before {
    content: counter(item);
    counter-increment: item;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .orderFlow__list__step li:nth-child(4) {
    background-color: #00aeea;
    margin-right: 20px;
  }
  .orderFlow__list__step li:not(:last-child) {
    position: relative;
  }
  .orderFlow__list__step li:not(:last-child)::after {
    content: "";
    height: 31px;
    width: 13px;
    background: url("../chirashiou/icon/arrow.svg") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -15.5px;
    right: -30px;
  }
  .orderFlow__list__step li img {
    margin-bottom: 10px;
  }
  .orderFlow__list__step li p {
    color: #ffffff;
  }
  .orderFlow__list__step li p.lg {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .orderFlow__list__step li p.sm {
    font-size: 1.4rem;
  }
  .orderFlow__list__step li p.xs {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .orderFlow__list__txt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 198px;
            flex: 0 0 198px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .orderFlow__list__txt p {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 600;
    color: #231815;
    line-height: 1.7;
  }
  .bAbout__top {
    background-color: #ffffff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 30px 150px 40px;
    position: relative;
    text-align: right;
  }
  .bAbout__top h3 {
    font-weight: 600;
    color: #231815;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .bAbout__top__txt {
    position: absolute;
    top: 180px;
    left: 360px;
    width: 200px;
    height: 200px;
    border: 1px solid #eb5e00;
    color: #eb5e00;
    font-weight: 600;
    font-size: 1.7rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .bAbout__top__txt p:not(:last-child) {
    margin-bottom: 12px;
  }
  .bAbout__top__right {
    position: absolute;
    right: -280px;
    top: 120px;
    width: 404px;
  }
  .bAbout__list {
    margin-top: 40px;
  }
  .bAbout__list__img {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    text-align: center;
    padding: 0 30px;
  }
  .bAbout__list__img img {
    max-width: 100%;
    display: inline-block;
  }
  .bAbout__list li {
    background-color: #ffffff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 0;
    min-height: 170px;
  }
  .bAbout__list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .bAbout__list li > p {
    color: #eb5e00;
    font-weight: 700;
    font-size: 2.2rem;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding-right: 30px;
    line-height: 1.8;
  }
  .bAbout__list li > div {
    font-size: 1.8rem;
    color: #231815;
    font-weight: 600;
    line-height: 1.8;
  }
  .bAbout .price_pop {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding: 50px 40px;
  }
  .bAbout .price_pop.pop1 {
    right: 20%;
    top: 13.5%;
  }
  .bAbout .price_pop.pop2 {
    right: 25%;
    top: 36.5%;
  }
  .bAbout .price_pop.pop3 {
    right: 23%;
    top: 66%;
    padding: 20px 20px;
  }
  .bAbout .price_pop.pop4 {
    right: 32%;
    top: 59%;
    font-size: 1.7rem;
    padding: 8px;
  }
  .bAbout .price_pop.pop5 {
    right: 39%;
    top: 68%;
    padding: 10px;
  }
  .bAbout .price_pop.pop6 {
    left: 40%;
    top: 59%;
  }
  .bAbout .price_pop.pop7 {
    left: 24%;
    top: 59%;
  }
  .bAbout .price_pop.pop8 {
    left: 34%;
    top: 74.5%;
    padding: 20px;
  }
  .bAbout .price_pop.pop9 {
    left: 17%;
    top: 75%;
  }
  .bFaq__block h3 {
    color: #eb5e00;
    font-weight: 600;
    font-size: 1.8rem;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .bFaq__block:not(:last-child) {
    margin-bottom: 60px;
  }
  .bFaq__list dl {
    color: #231815;
    border-top: 1px solid #231815;
  }
  .bFaq__list dl dt {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 20px 30px 20px 70px;
    background-image: url("../chirashiou/icon/q.png");
    background-repeat: no-repeat;
    -moz-background-size: 40px auto;
         background-size: 40px auto;
    background-position: left 20px center;
    cursor: pointer;
    position: relative;
  }
  .bFaq__list dl dt.active {
    background-color: #fcdfc2;
  }
  .bFaq__list dl dt.active::after {
    background: url("../chirashiou/icon/minus.svg") no-repeat center;
  }
  .bFaq__list dl dt::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    background: url("../chirashiou/icon/plus.svg") no-repeat center/100%;
  }
  .bFaq__list dl dd {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #231815;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  .bFaq__list dl dd > div {
    padding: 15px 20px 30px 70px;
  }
  .bFaq__list dl dd .payment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bFaq__list dl dd .payment img {
    margin-left: 40px;
  }
  .bFaq__list dl dd .exp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .bFaq__list dl dd .exp__left p {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .bFaq__list dl dd .exp__right {
    font-size: 1.5rem;
    padding-left: 20px;
    line-height: 1.6;
  }
  .bContact__content {
    background-color: #ffffff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 20px 30px;
    max-width: 950px;
    margin: 0 auto 50px;
  }
  .bContact__content ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
  .bContact__content ul li:not(:last-child) {
    border-bottom: 1px solid #231815;
  }
  .bContact__content ul li.phone .work_time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    margin-top: 5px;
  }
  .bContact__content ul li.phone .work_time__badge {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #eb5e00;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 5px 10px 7px;
    margin-right: 15px;
  }
  .bContact__content ul li.phone .work_time__des {
    font-size: 1.8rem;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #231815;
  }
  .bContact__content ul li.phone .work_time__des em {
    font-style: normal;
    font-size: 1.6rem;
  }
  .bContact__content ul li.fax > div:last-child p {
    font-size: 1.4rem;
    line-height: 1.35714;
  }
  .bContact__content ul li.mail > div:last-child .btn {
    margin: 0 !important;
  }
  .bContact__content ul li > div:first-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
  .bContact__content ul li > div:first-child h4 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .bContact__content ul li > div:first-child h4 img {
    margin-right: 15px;
    width: 50px;
  }
  .bContact__content ul li > div:first-child p {
    font-size: 1.5rem;
    margin-top: 5px;
    padding-left: 60px;
  }
  .bContact__content ul li > div:last-child {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact__content ul li > div:last-child .ttl_pink {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    color: #eb5e00;
    display: inline-block;
    background-repeat: no-repeat;
    -moz-background-size: 50px auto;
         background-size: 50px auto;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  .bContact__content ul li > div:last-child .ttl_pink > span {
    font-size: 1.2rem;
    color: #eb5e00;
    display: block;
    line-height: 1;
    text-align: right;
    letter-spacing: 2px;
  }
  .bContact__content ul li > div:last-child .ttl_pink_phone {
    background-image: url("../chirashiou/icon/ctAdd.png");
    padding-left: 65px;
    padding-bottom: 6px;
    background-position: left top 18px;
  }
  .bContact__content ul li > div:last-child .ttl_pink_fax {
    background-image: url("../chirashiou/icon/ctFax.png");
    padding-left: 65px;
    background-position: left top 5px;
  }
  .bContact__form .mw_wp_form_complete {
    padding-top: 80px;
    text-align: center;
  }
  .bContact__form .mw_wp_form_complete p {
    font-size: 1.8rem;
  }
  .bContact__form .mw_wp_form_complete .tel_com {
    margin: 20px 0;
  }
  .bContact__form .mw_wp_form_complete .back_top a {
    padding: 5px;
    background: #e1007f;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .bContact__form .mw_wp_form_preview {
    padding: 80px 20px 30px;
    background: #fff;
  }
  .bContact__form h3 {
    text-align: center;
    color: #231815;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .bContact__form__des {
    text-align: center;
    color: #231815;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .bContact__form__info {
    margin-bottom: 60px;
  }
  .bContact__form__info p {
    font-size: 1.5rem;
    color: #231815;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
  }
  .bContact__form__info p a {
    color: #eb5e00;
    font-weight: 500;
  }
  .bContact .half-box {
    width: 49%;
  }
  .bContact .form-group {
    margin-bottom: 30px;
  }
  .bContact .form-group.text-center {
    text-align: center;
  }
  .bContact .form-group .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bContact .form-group .d-flex > .form-control {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .bContact .form-group .d-flex.col-2 > div {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .bContact .form-group .d-flex.col-2 > div .form-control {
    width: 100%;
  }
  .bContact .form-group .d-flex .w-250 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  .bContact .form-group .d-flex .flex-1-0 {
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 0 !important;
            flex: 1 0 !important;
    margin-left: 20px;
  }
  .bContact .form-group .mb-4 {
    margin-bottom: 20px;
  }
  .bContact .form-group a {
    color: #0068b7;
  }
  .bContact .form-group label {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    min-height: 22px;
    color: #231815;
  }
  .bContact .form-group label .required {
    display: block;
    color: #ffffff;
    background-color: #eb5e00;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px 0;
    width: 51px;
    margin-left: 10px;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .bContact .form-control {
    border: none;
    height: 47px;
    padding: 5px 10px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
    min-width: 400px;
    background-color: #ffffff;
    color: #231815;
  }
  .bContact .form-control.full {
    width: 100%;
    min-width: 0 !important;
  }
  .bContact .form-control::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .bContact .form-control:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .bContact .form-control::-moz-placeholder {
    color: #9fa0a0;
  }
  .bContact .form-control::placeholder {
    color: #9fa0a0;
  }
  .bContact select {
    min-width: 200px !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("../chirashiou/icon/select.svg") no-repeat right 15px center #ffffff;
    -moz-background-size: 14px;
         background-size: 14px;
    padding-right: 40px;
  }
  .bContact textarea {
    min-height: 200px;
    max-width: 100%;
  }
  .bContact .check-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bContact .check-list li {
    margin-right: 30px;
  }
  .bContact .check-list li input {
    /*display: none;*/
    position: absolute;
    width: 0;
    height: 0;
  }
  .bContact .check-list li input:checked + label::after {
    display: block;
  }
  .bContact .check-list li label {
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 1;
    padding: 5px 0 5px 30px;
    position: relative;
  }
  .bContact .check-list li label::before, .bContact .check-list li label::after {
    content: "";
    display: block;
    position: absolute;
  }
  .bContact .check-list li label::before {
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    left: 0;
  }
  .bContact .check-list li label::after {
    background-color: #f6dce8;
    width: 18px;
    height: 18px;
    left: 2px;
    display: none;
  }
  .bContact .des {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 10px;
    color: #231815;
  }
  .bContact .submit_btn {
    cursor: pointer;
  }
  .location_item {
    display: none;
    padding: 20px;
  }
  .location_item h2 {
    text-align: center;
    display: block;
    width: 100%;
    background: #00b4ed;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    padding: 15px 0;
    -moz-border-radius: 45px;
    border-radius: 45px;
    margin: 15px 0;
  }
  .location_item table {
    width: 100%;
    border: 1px solid #171c61;
    border-collapse: collapse;
  }
  .location_item table tr {
    text-align: center;
  }
  .location_item table tr th,
  .location_item table tr td {
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #171c61;
    padding: 8px 0;
  }
  .location_item table tr th {
    padding: 15px;
    background: #a6e5f9;
  }
  .location_item table tr .lo_province {
    width: 14%;
  }
  .location_item table tr .lo_district {
    width: 43%;
  }
  .location_item table tr .lo_new {
    width: 27%;
  }
  .location_item table tr .lo_price {
    width: 16%;
  }
  .location_item table tr .greycell {
    background: #f3f4f4;
    text-align: left;
    padding-left: 20px;
    padding-right: 2px;
  }
  .location_item table tr .bluetext {
    color: #00b4ed;
  }
  .location_item .addition {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    background: #DE257F;
    padding: 15px 30px;
    margin-top: 15px;
  }
  .location_item .otherbtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 0;
  }
  .location_item .otherbtn a {
    text-align: center;
    background: #9CD5F5;
    /*width: 48%;*/
    font-size: 2rem;
    font-weight: bold;
    color: #1A1311;
    padding: 15px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 1.2;
  }
  .privacy_btn {
    font-size: 1.6rem;
    background: #9FA0A0 !important;
    color: #fff !important;
    /*display: block;*/
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 10px;
    text-align: center;
  }
  .privacy {
    padding: 100px 0;
    background: #EDEDED;
  }
  .privacy figure {
    text-align: center;
  }
  .privacy h3 {
    text-align: center;
    font-size: 3.2rem;
  }
  .privacy .privacy_inner {
    margin-top: 80px;
    padding: 0 80px;
  }
  .privacy .privacy_inner .pri_dex {
    padding: 30px;
    background: #F6DCE8;
  }
  .privacy .privacy_inner .pri_dex p {
    font-size: 1.8rem;
  }
  .privacy .privacy_inner .pri_content {
    padding: 30px;
    background: #fff;
  }
  .privacy .privacy_inner .pri_content p {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}


.attention{
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 20px 30px;
  margin-bottom: 50px;
  text-align: center;
}

.attention h3{
  color: #fff;
  font-size:30px;
  padding: 10px 0 20px 0;
  font-weight: 700;
}

.attention .wt_box{
  background-color: #FAF8F4;
  font-size:24px;
  padding: 20px;
  line-height: 2.0;
}
.attention .wt_box strong{
  color:#e1007f;
}

#footer_link {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: block;
  width: 28rem;
  max-width: 372px;
  height: auto;
  z-index: 3000;
}
.fuwafuwa {
  -webkit-animation:fuwafuwa 2s infinite ease-in-out alternate;
  animation:fuwafuwa 2s infinite ease-in-out alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 0) rotate(0deg);}
  50% {-webkit-transform:translate(0, 10px) rotate(0deg);}
}

@keyframes fuwafuwa {
  0% {transform:translate(0, 0) rotate(0deg);}
  50% {transform:translate(0, 10px) rotate(0deg);}
  100% {transform:translate(0, 0)rotate(0deg);}
}

@media screen and (max-width: 768px) {

  .bPoint {
    background: #eb5e00;
    -moz-background-size: contain;
         background-size: contain;
    padding: 7.8125vw 0 10.41667vw;
    position: relative;
  }
  .bPoint > img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36.45833vw;
  }
  .bPoint__card {
    background: #ffffff;
    overflow: hidden;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
  }
  .bPoint__card__head {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 4.6875vw;
    line-height: 1;
    padding: 1.30208vw 0 2.60417vw;
    letter-spacing: 0.26042vw;
  }
  .bPoint__card__head span {
    font-size: 7.8125vw;
  }
  .bPoint__card__body {
    padding: 3.90625vw;
  }
  .bPoint__card__body ul {
    counter-reset: item;
  }
  .bPoint__card__body ul li {
    width: 100%;
    border: 0.26042vw solid #231815;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 2.60417vw;
    margin-top: -0.26042vw;
  }
  .bPoint__card__body ul li::before {
    counter-increment: item;
    content: counter(item);
    display: block;
    width: 10.41667vw;
    height: 11.71875vw;
    color: #ffffff;
    font-size: 5.46875vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: url("../chirashiou/icon/point.png") no-repeat center/100%;
    padding-top: 2.34375vw;
    margin: 0 auto 2.60417vw;
  }
  .bPoint__card__body ul li p {
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2.60417vw;
  }
  .bPoint__card__body ul li p.xs {
    font-size: 4.16667vw;
  }
  .bPoint__card__body ul li p.xs-x {
    font-size: 2.86458vw;
  }
  .bPoint__card__body ul li p.sm {
    font-size: 4.81771vw;
  }
  .bPoint__card__body ul li p.lg {
    font-size: 6.51042vw;
    color: #eb5e00;
    line-height: 1.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bPoint__card__body ul li p.lg span {
    font-size: 4.55729vw;
    vertical-align: middle;
  }
  .bPoint__card__body ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .bPoint__card__body ul li .link {
    text-align: center;
    padding-top: 2.60417vw;
  }
  .bPoint__card__body ul li .link a {
    text-decoration: underline;
    padding-left: 3.25521vw;
    background: url("../chirashiou/icon/down.svg") no-repeat left top 0.13021vw;
    -moz-background-size: auto 3.25521vw;
         background-size: auto 3.25521vw;
    font-size: 3.25521vw;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding-bottom: 0.65104vw;
  }
  .bPrice {
    padding: 32.55208vw 0 9.11458vw;
    position: relative;
  }
  .bPrice > img {
    position: absolute;
    top: -9.11458vw;
    left: -7.8125vw;
    width: 85.9375vw;
    z-index: 1;
  }
  .bPrice__card {
    z-index: 2;
    position: relative;
    background: #eb5e00;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
  .bPrice__card.--white {
    background-color: #ffffff;
    border: 0.13021vw solid #eb5e00;
  }
  .bPrice__card.--white h2 {
    color: #231815;
  }
  .bPrice__card h2 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 4.55729vw;
    line-height: 1;
    letter-spacing: 0.26042vw;
    margin-bottom: 3.90625vw;
  }
  .bPrice__card h2 span {
    font-size: 7.16146vw;
    display: inline-block;
  }
  .bPrice__card__body {
    border: 0.13021vw solid #231815;
    background-color: #ffffff;
  }
  .bPrice__card__list {
    padding: 2.60417vw 3.90625vw;
  }
  .bPrice__card__list:first-child {
    padding-bottom: 0;
  }
  .bPrice__card__list:last-child {
    padding-top: 0;
  }
  .bPrice__card__list:first-child li:last-child {
    border-bottom: 0.13021vw solid #231815;
  }
  .bPrice__card__list li {
    padding: 2.60417vw 3.90625vw;
  }
  .bPrice__card__list li:not(:last-child) {
    border-bottom: 0.13021vw solid #231815;
  }
  .bPrice__card__list li > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bPrice__card__list li > div > span {
    color: #231815;
    font-size: 4.42708vw;
    line-height: 1;
    font-weight: 600;
  }
  .bPrice__card__list li > div > span em {
    font-style: normal;
    font-size: 4.16667vw;
    display: inline-block;
  }
  .bPrice__card__list li > div > div p.lg {
    font-size: 7.16146vw;
    line-height: 1;
    color: #eb5e00;
    font-weight: 500;
    text-align: right;
  }
  .bPrice__card__list li > div > div p.lg span {
    font-size: 5.20833vw;
  }
  .bPrice__card__list li > div > div p.sm {
    font-size: 2.73438vw;
    font-weight: 600;
    text-align: right;
    margin-top: 1.30208vw;
  }
  .bPrice__card__footer {
    font-size: 3.38542vw;
    line-height: 1.8;
    color: #231815;
    margin-top: 2.60417vw;
  }
  .bPrice__card__footer.--white {
    color: #ffffff;
  }
  .bPrice__des {
    margin-bottom: 5.20833vw;
  }
  .bPrice__des p {
    text-align: center;
  }
  .bPrice__des p.sm {
    font-size: 4.55729vw;
    font-weight: 600;
  }
  .bPrice__des p.xs {
    font-size: 3.38542vw;
    margin-top: 2.60417vw;
  }
  .bBlock {
    padding: 7.8125vw 0 10.41667vw;
    overflow: hidden;
  }
  .bBlock.--gray {
    background-color: #ebebeb;
  }
  .bBlock.--orange {
    background-color: #eb5e00;
  }
  .orderFlow__ttl {
    background-color: #eb5e00;
    color: #ffffff;
    text-align: center;
    font-size: 4.55729vw;
    font-weight: 700;
    padding: 1.30208vw 0 1.95313vw;
    margin-bottom: 5.20833vw;
    line-height: 1;
    -moz-border-radius-topleft: 5.20833vw;
         border-top-left-radius: 5.20833vw;
    -moz-border-radius-topright: 5.20833vw;
         border-top-right-radius: 5.20833vw;
    letter-spacing: 0.39063vw;
  }
  .orderFlow__ttl span {
    display: inline-block;
    font-size: 9.11458vw;
  }
  .orderFlow__list__step {
    counter-reset: item;
  }
  .orderFlow__list__step li {
    width: 100%;
    padding: 2.60417vw;
    background-color: #eb5e00;
    margin-bottom: 7.8125vw;
    text-align: center;
  }
  .orderFlow__list__step li::before {
    content: counter(item);
    counter-increment: item;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 7.16146vw;
    line-height: 1;
    margin-bottom: 2.60417vw;
  }
  .orderFlow__list__step li:nth-child(4) {
    background-color: #00aeea;
  }
  .orderFlow__list__step li:not(:last-child) {
    position: relative;
  }
  .orderFlow__list__step li:not(:last-child)::after {
    content: "";
    height: 6.51042vw;
    width: 5.20833vw;
    background: url("../chirashiou/icon/arrow.svg") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: -7.16146vw;
    left: 50%;
    margin-left: -2.60417vw;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .orderFlow__list__step li img {
    margin-bottom: 2.60417vw;
  }
  .orderFlow__list__step li p {
    color: #ffffff;
  }
  .orderFlow__list__step li p.lg {
    font-weight: 700;
    font-size: 5.20833vw;
    margin-bottom: 1.95313vw;
  }
  .orderFlow__list__step li p.sm {
    font-size: 3.90625vw;
  }
  .orderFlow__list__step li p.xs {
    font-size: 3.25521vw;
    margin-top: 2.60417vw;
  }
  .orderFlow__list__txt p {
    font-size: 3.90625vw;
    margin: 0;
    font-weight: 600;
    color: #231815;
    line-height: 1.7;
  }
  .bAbout__top {
    background-color: #ffffff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 3.90625vw 14.32292vw 6.51042vw 3.90625vw;
    position: relative;
    text-align: right;
  }
  .bAbout__top h3 {
    font-weight: 600;
    color: #231815;
    text-align: center;
    font-size: 4.16667vw;
    margin-bottom: 6.51042vw;
  }
  .bAbout__top__txt {
    position: absolute;
    top: 15.625vw;
    left: 7.8125vw;
    width: 32.55208vw;
    height: 32.55208vw;
    border: 0.13021vw solid #eb5e00;
    color: #eb5e00;
    font-weight: 600;
    font-size: 2.86458vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .bAbout__top__txt p:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .bAbout__top__right {
    position: absolute;
    right: -16.27604vw;
    bottom: -9.11458vw;
    width: 39.0625vw;
  }
  .bAbout__list {
    margin-top: 9.11458vw;
  }
  .bAbout__list__img {
    text-align: center;
  }
  .bAbout__list__img img {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 2.60417vw;
  }
  .bAbout__list li {
    background-color: #ffffff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 3.90625vw;
    text-align: center;
  }
  .bAbout__list li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .bAbout__list li > p {
    color: #eb5e00;
    font-weight: 700;
    font-size: 5.20833vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
  .bAbout__list li > div {
    font-size: 4.55729vw;
    color: #231815;
    font-weight: 600;
    line-height: 1.8;
  }
  .bFaq__block h3 {
    color: #eb5e00;
    font-weight: 600;
    font-size: 4.55729vw;
    margin-bottom: 5.20833vw;
  }
  .bFaq__block:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
  .bFaq__list dl {
    color: #231815;
    border-top: 0.13021vw solid #231815;
  }
  .bFaq__list dl dt {
    font-size: 4.29688vw;
    font-weight: 500;
    padding: 5.20833vw 10.41667vw 5.20833vw 15.625vw;
    background-image: url("../chirashiou/icon/q.png");
    background-repeat: no-repeat;
    -moz-background-size: 10.41667vw auto;
         background-size: 10.41667vw auto;
    background-position: left 2.60417vw center;
    cursor: pointer;
    position: relative;
  }
  .bFaq__list dl dt.active {
    background-color: #fcdfc2;
  }
  .bFaq__list dl dt.active::after {
    background: url("../chirashiou/icon/minus.svg") no-repeat center;
  }
  .bFaq__list dl dt::after {
    content: "";
    width: 4.6875vw;
    height: 4.6875vw;
    position: absolute;
    right: 2.60417vw;
    top: 50%;
    margin-top: -2.34375vw;
    background: url("../chirashiou/icon/plus.svg") no-repeat center/100%;
  }
  .bFaq__list dl dd {
    font-size: 3.90625vw;
    line-height: 1.7;
    color: #231815;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  .bFaq__list dl dd > div {
    padding: 3.90625vw 0 6.51042vw;
  }
  .bFaq__list dl dd .payment img {
    max-width: 100%;
    display: block;
    margin: 2.60417vw auto 0;
  }
  .bFaq__list dl dd .exp {
    margin-top: 5.20833vw;
    margin-bottom: 7.8125vw;
  }
  .bFaq__list dl dd .exp__left {
    margin-bottom: 3.90625vw;
  }
  .bFaq__list dl dd .exp__left p {
    margin-bottom: 1.30208vw;
    font-size: 4.16667vw;
  }
  .bFaq__list dl dd .exp__right {
    font-size: 3.90625vw;
    line-height: 1.6;
  }
  .bContact__content {
    background-color: #ffffff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 3.90625vw;
    margin: 0 0 10.41667vw;
  }
  .bContact__content ul li {
    padding: 3.90625vw 0;
  }
  .bContact__content ul li:not(:last-child) {
    border-bottom: 0.13021vw solid #231815;
  }
  .bContact__content ul li:first-child > div:first-child, .bContact__content ul li:nth-child(2) > div:first-child {
    border-bottom: 0.13021vw solid #231815;
    padding-bottom: 2.60417vw;
    margin-bottom: 3.90625vw;
  }
  .bContact__content ul li.phone .work_time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    margin-top: 1.30208vw;
  }
  .bContact__content ul li.phone .work_time__badge {
    color: #ffffff;
    font-size: 3.125vw;
    white-space: nowrap;
    line-height: 1;
    background-color: #eb5e00;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 1.30208vw 2.60417vw 1.82292vw;
    margin-right: 3.90625vw;
    letter-spacing: 0.26042vw;
  }
  .bContact__content ul li.phone .work_time__des {
    font-size: 4.29688vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #231815;
  }
  .bContact__content ul li.phone .work_time__des em {
    font-style: normal;
    font-size: 4.16667vw;
  }
  .bContact__content ul li.mail > div:last-child .btn {
    margin: 6.51042vw 0 0 !important;
  }
  .bContact__content ul li > div:first-child h4 {
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .bContact__content ul li > div:first-child h4 img {
    margin-right: 3.90625vw;
    width: 11.71875vw;
  }
  .bContact__content ul li > div:first-child p {
    font-size: 3.90625vw;
    margin-top: 1.30208vw;
    padding-left: 15.625vw;
  }
  .bContact__content ul li > div:last-child .ttl_pink {
    font-size: 8.46354vw;
    line-height: 1;
    font-weight: 700;
    color: #eb5e00;
    display: inline-block;
    background-repeat: no-repeat;
    -moz-background-size: 11.71875vw auto;
         background-size: 11.71875vw auto;
    letter-spacing: 0.26042vw;
    white-space: nowrap;
  }
  .bContact__content ul li > div:last-child .ttl_pink > span {
    font-size: 2.86458vw;
    color: #eb5e00;
    display: block;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.52083vw;
  }
  .bContact__content ul li > div:last-child .ttl_pink_phone {
    background-image: url("../chirashiou/icon/ctAdd.png");
    padding-left: 15.625vw;
    padding-bottom: 1.5625vw;
    background-position: left top 2.86458vw;
  }
  .bContact__content ul li > div:last-child .ttl_pink_fax {
    background-image: url("../chirashiou/icon/ctFax.png");
    padding-left: 15.625vw;
    padding-bottom: 1.5625vw;
    background-position: left top 0.65104vw;
  }
  .bContact__form .mw_wp_form_complete {
    padding-top: 10.41667vw;
    text-align: center;
  }
  .bContact__form .mw_wp_form_complete p {
    font-size: 2.60417vw;
  }
  .bContact__form .mw_wp_form_complete .tel_com {
    margin: 20px 0;
  }
  .bContact__form .mw_wp_form_complete .back_top a {
    padding: 5px;
    background: #e1007f;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .bContact__form .mw_wp_form_preview {
    padding: 10.41667vw 2.60417vw 3.90625vw;
    background: #fff;
  }
  .bContact__form h3 {
    text-align: center;
    color: #231815;
    font-weight: 700;
    font-size: 5.20833vw;
    margin-bottom: 6.51042vw;
  }
  .bContact__form__des {
    text-align: center;
    color: #231815;
    font-weight: 700;
    font-size: 3.90625vw;
    line-height: 1.8;
    margin-bottom: 5.20833vw;
  }
  .bContact__form__info {
    margin-bottom: 10.41667vw;
  }
  .bContact__form__info p {
    font-size: 3.25521vw;
    color: #231815;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .bContact__form__info p a {
    color: #eb5e00;
    font-weight: 500;
  }
  .bContact .form-group {
    margin-bottom: 5.20833vw;
  }
  .bContact .form-group.text-center {
    text-align: center;
  }
  .bContact .form-group .d-flex {
    display: block;
  }
  .bContact .form-group .d-flex.col-2 > div .form-control {
    width: 100%;
  }
  .bContact .form-group .mb-4,
  .bContact .form-group .mb-4-sp {
    margin-bottom: 5.20833vw;
  }
  .bContact .form-group a {
    color: #0068b7;
  }
  .bContact .form-group label {
    font-size: 4.16667vw;
    line-height: 1.3;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.90625vw;
    color: #231815;
  }
  .bContact .form-group label .required {
    display: block;
    color: #ffffff;
    background-color: #eb5e00;
    text-align: center;
    font-size: 3.125vw;
    line-height: 1;
    padding: 0.78125vw 0 1.30208vw;
    width: 13.02083vw;
    margin-left: 2.60417vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  .bContact .form-control {
    border: none;
    height: 11.71875vw;
    padding: 0 2.60417vw;
    font-size: 3.90625vw;
    line-height: 1;
    width: 100%;
    background-color: #ffffff;
    color: #231815;
  }
  .bContact .form-control.full {
    width: 100%;
    min-width: 0 !important;
  }
  .bContact .form-control::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .bContact .form-control:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .bContact .form-control::-moz-placeholder {
    color: #9fa0a0;
  }
  .bContact .form-control::placeholder {
    color: #9fa0a0;
  }
  .bContact select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("../chirashiou/icon/select.svg") no-repeat right 2.60417vw center #ffffff;
    -moz-background-size: 3.125vw;
         background-size: 3.125vw;
    padding-right: 7.8125vw;
  }
  .bContact textarea {
    min-height: 52.08333vw;
    max-width: 100%;
    padding: 2.60417vw !important;
  }
  .bContact .check-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bContact .check-list li input {
    /*display: none;*/
    position: absolute;
    width: 0;
    height: 0;
  }
  .bContact .check-list li input:checked + label::after {
    display: block;
  }
  .bContact .check-list li label {
    cursor: pointer;
    font-size: 4.03646vw;
    line-height: 1.2;
    padding: 1.30208vw 0 1.30208vw 7.8125vw;
    position: relative;
  }
  .bContact .check-list li label::before, .bContact .check-list li label::after {
    content: "";
    display: block;
    position: absolute;
  }
  .bContact .check-list li label::before {
    background-color: #ffffff;
    width: 5.72917vw;
    height: 5.72917vw;
    left: 0;
  }
  .bContact .check-list li label::after {
    background-color: #f6dce8;
    width: 4.6875vw;
    height: 4.6875vw;
    left: 0.52083vw;
    display: none;
  }
  .bContact .des {
    font-size: 4.16667vw;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 2.60417vw;
    color: #231815;
  }
  .bContact .submit_btn {
    cursor: pointer;
    width: 100%;
  }
  .privacy_btn {
    font-size: 3.38542vw;
    background: #9FA0A0;
    color: #fff !important;
    /*display: block;*/
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 10px;
    text-align: center;
  }
  .privacy {
    padding: 13.02083vw 0;
    background: #EDEDED;
  }
  .privacy figure {
    text-align: center;
  }
  .privacy h3 {
    text-align: center;
    font-size: 4.6875vw;
  }
  .privacy .privacy_inner {
    margin-top: 10.41667vw;
    padding: 0;
  }
  .privacy .privacy_inner .pri_dex {
    padding: 3.90625vw;
    background: #F6DCE8;
  }
  .privacy .privacy_inner .pri_dex p {
    font-size: 3.64583vw;
  }
  .privacy .privacy_inner .pri_content {
    padding: 3.90625vw;
    background: #fff;
  }
  .privacy .privacy_inner .pri_content p {
    font-size: 3.51563vw;
    margin-bottom: 10px;
  }
  
  
  
  
  
  .attention{
    margin-top: 80px;
  }

  .attention h3{
    font-size:24px;
  }

  .attention .wt_box{
    font-size:20px;
    padding: 10px;
  }

  
  #footer_link {
    z-index: 1000;
    right: -20px;
    width: 70%;
    bottom: 0;
  }

  
  
  
}













.bBanner{
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #000;
}
.banner02{
  margin-bottom: 8rem;
}

.privacy h2{
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
}
.privacy h3{
  text-align: left;
  font-size: 2.4rem;
  font-weight: 600;
}
.privacy p{
  padding-bottom: 30px;
  line-height: 1.8;
  font-size: 16px;
}

.bContact .form-group.no-confirm{
  margin-bottom: 0;
}
.bContact .form-group.no-confirm a{
  text-decoration: underline;
  font-size: 18px;
}
.bContact .form-group.no-confirm,
.bContact .form-group.no-confirm span.mwform-checkbox-field{
  text-align: center;
}
.bContact .form-group.no-confirm span.mwform-checkbox-field label{
  justify-content: center;
}
.mw_wp_form_confirm .no-confirm{
  display: none;
}
.bContact .form-group.text-center .submit_btn{
  display: inline-block;
  margin-top: 30px;
}



