@charset "UTF-8";

.l-footer__top {
    background: url(/Bvb/images/12.png) no-repeat;
    background-size: 100% 50rem;
    height:50rem;
  }
  
.p-section__news .p-news__list .p-news__item .link::after {
 
}
.p-section__news .p-news__list .p-news__item .term {

  background:#2E86D8;
}

.p-cart__step02 form textarea {
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  height: 30.8rem;
}
.p-section__mv-bottom{
  background: #F8F8F8;
  padding: clamp(8rem, 7.5vw, 12rem) 0 clamp(8rem, 5.2vw, 10rem);
}
@media screen and (max-width: 768.98px) {
    .l-footer__top {
        background-size: 100% 35rem;
        height:35rem;
    }
}
@media screen and (max-width: 599.98px) {
    .l-footer__top{

        background-size: 100% 25rem;
        height:25rem;

    }
}

.u-background-gray {
    background: #06479D;

}

.c-sub-title__hasSpan{

    color:#06479D;
}

.c-sub-title__hasSpan span{

    color:#4C4C4C;
}

/* Company */
.p-cart__step04 {
  margin-bottom: 0px;
}
.p-cart__step04 .p-cart_form__table.table01 .items-wrapper > div {
  border-bottom: solid 1px #e7e7e7;
  padding: 1em;
  margin-bottom: 0!important;
  column-gap: 3em;
}

.p-cart__step04 .p-cart_form__table.table01 .items-wrapper>div dt {
  width: 10em;
  color:#06479D;
}
@media screen and (max-width: 599.98px) {
  .p-cart__step04 .p-cart_form__table.table01 .items-wrapper>div {
    column-gap: 1.3em;
  }
}

/* 新規会員登録 */
@media screen and (min-width: 769px) {
    .p-cart__step02 form tr:nth-of-type(3) td:last-of-type {
      padding-left: 2em;
    }
  }
  .p-cart__step02 form tr:nth-of-type(3) td:last-of-type input {
    width: 100%;
    min-width: 7rem;
  }
  .p-cart__step02 .c-form-select-wrapper select {
    background: #F7F7F7;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    height: 3.8rem;
  }
  
  .p-cart__step02 form tr td:last-of-type ul li .c-button-black__nodeco {
    width: 100%;
  }