@charset "utf-8";
/* ------------ common ------------ */
.c-unit-section__inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.other-unit__inner{
  padding-bottom: 50px;
}

.c-section-text{
  font-size: 1.22em;
  line-height: 1.8;
}

.c-unit-section__detail-text{
  margin-top: 30px;
}


/* section__title */
.c-unit-section__main-title{
  font-size: 2.77em;
  font-weight: bold;
}

.c-unit-section__title--lead{
  margin-top: 10px;
  font-size: 1.66em;
  font-weight: bold;
  color: #dd1e29;
}



/* ------------ kv ------------ */
.c-product-kv-wrap{
  margin-top: 158px;
}

.c-product-breadcrumb{
  height: 55px;
  background: #000;
}

.c-product-breadcrumb__list{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  align-items: center;
}

.c-product-breadcrumb__item{
  display: flex;
  align-items: center;
  color: #fff;
}

.c-breadcrumb__item--text{
  font-weight: bold;
  color: #fff;
}

.c-breadcrumb__item--arrow{
  padding: 0 5px 0 10px;
  font-weight: bold;
  color: #fff;
}

.c-unit-kv-bg{
  position: relative;
  height: 426px;
}

.c-unit-kv__title-wrap{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 45px 100px 36px;
  margin: auto;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .7);
  border-radius: 32px;
  border: solid 3px #fff;
  z-index: 3;
}

.c-unit-kv__title{
  font-size: 2.77em;
  position: relative;
}

.c-unit-kv__title-lead{
  margin-top: 10px;
  font-size: 1.33em;
  line-height: 1.3;
}

/* ------------ unit-form ------------ */
.unit-form__title-wrap{
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.unit-form__input-text{
  width: 580px;
}

.unit-form__input{
  width: 100%;
  height: 66px;
  padding: 5px 10px;
  font-size: 1.22em;
  border: 3px solid #dd1e29;
  border-radius: 15px;
  outline: none;
  box-sizing: border-box;
}

.unit-form__unit{
  width: 100%;
  margin-left: 20px;
}

.unit-form__button{
  width: 17%;
  margin-right: 20px;
  padding: 17px 0;
  background: #e5e5e5;
  font-size: 1.38em;
  font-weight: bold;
  text-align: center;
  border: solid 2px #aca3a3;
  border-radius: 10px;
  cursor: pointer;
}

.unit-form__button:last-child{
  margin-right: 0;
}

.unit-form__result{
  margin-top: 30px;
}

.unit-form-table__table{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-radius: 20px;
}

.unit-form-table__table th,
.unit-form-table__table td{
  padding: 20px;
  font-weight: bold;
  border: solid 1px #dadada;
}

.unit-form-table__table td{
  border-top: none;
}

.unit-form-table__table th:first-child,
.unit-form-table__tbody th{
  width: 23%;
}

.unit-form-table__thead{
  background: #000;
  font-size: 1.66em;
  color: #fff;
}

.unit-form-table__thead th{
  background: #000;
}

.unit-form-table__thead th:first-child{
  border-radius: 20px 0 0 0;
  border: none;
}

.unit-form-table__thead th:last-child{
  border-radius: 0 20px 0 0;
  border: none;
}

.unit-form-table__tbody{
  font-size: 1.38em;
}

.unit-form-table__tbody th{
  background: #e5e5e5;
  border-right: none;
  border-top: none;
}

.unit-form-table__tbody td{
  border-left: none;
}

.unit-form-table__last-table th{
  border-radius: 0 0 0 20px;
}

.unit-form-table__last-table td{
  border-radius: 0 0 20px 0;
}

.unit-form-table__tbody th span{
  font-weight: bold;
}

.unit-form-tabl-caution{
  margin-top: 15px;
  line-height: 1.4;
  text-indent: -2em;
  padding-left: 2em;
}

/* c-unit-section__list */
.c-unit-section__list{
  display: flex;
  margin-top: 30px;
}

.c-unit-section__item{
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.c-unit-section__item:last-child{
  margin-right: 0;
}

.c-unit-section__item--text{
  font-size: 1.22em;
  font-weight: bold;
}

.c-unit-section__item--arrow,
.c-unit-section__item--sp-arrow{
  margin-right: 20px;
  font-size: 1.5em;
  font-weight: bold;
}

.c-unit-section__item--sp-arrow{
  display: none;
}



/* ------------ 1200px以下 ------------ */
@media screen and (max-width:1200px) {
  .c-product-breadcrumb__list{
    padding: 0 20px;
  }

  .c-unit-section__inner{
    padding: 50px 20px 0;
  }

  .unit-form__button{
    margin-right: 2.4%;
  }

  .other-unit__inner{
    padding-bottom: 50px;
  }
}


@media screen and (max-width:1000px) {
  .unit-form__input-text{
    width: 480px;
  }
}



/* ------------ 960px以下 ------------ */
@media screen and (max-width:960px) {
  .c-product-breadcrumb__list{
    flex-wrap: wrap;
    padding: 5px 20px;
  }

  .c-breadcrumb__item--text{
    font-size: 0.88em;
  }

  .c-unit-kv__title-wrap{
    max-width: 470px;
    width: 100%;
    padding: 45px 50px 36px;
  }

  .c-unit-kv__title-lead{
    font-size: 1em;
  }

  .unit-form__title-wrap{
    flex-direction: column;
    align-items: flex-start;
  }

  .unit-form__unit{
    display: flex;
    margin: 15px 0 0 0;
  }

  .unit-form__button{
    width: 17vw;
    margin-right: 2%;
  }

  .unit-form__input-text{
    width: auto;
  }

  .unit-form__input{
    width: 450px;
  }
}

@media screen and (max-width:900px){
  .c-product-kv-wrap{
    margin-top: 75px;
  }
}



/* ------------ 768px以下 ------------ */
@media screen and (max-width:768px) {
  .c-breadcrumb__item--text{
    font-size: 0.73em;
  }

  .c-breadcrumb__item--arrow{
    padding-left: 5px;
    font-size: 0.8em;
  }

  .c-unit-section__main-title{
    font-size: 2.43em;
  }

  .c-unit-section__title--lead{
    font-size: 1.46em;
  }

  .unit-form__input--text{
    margin-top: 5px;
    font-size: 1.1em;
  }

  .unit-form-table__table th:first-child,
  .unit-form-table__tbody th{
    width: 30%;
  }
}



/* ------------ 600px以下 ------------ */
@media screen and (max-width:600px) {
  .unit-form__button{
    font-size: 1em;
  }

  .c-unit-section__item,
  .c-unit-section__item--arrow{
    margin-right: 10px;
  }
}



/* ------------ 520px以下 ------------ */
@media screen and (max-width:520px) {
  .c-unit-kv__title-wrap{
    max-width: 380px;
    padding: 45px 20px 36px;
  }

  .c-unit-kv__title{
    font-size: 1.94em;
  }

  .c-unit-kv__title-lead-br-sp{
    display: none;
  }

  .unit-form__result{
    width: 100%;
    margin-top: 25px;
  }

  .unit-form__input--text{
    margin-top: 5px;
    font-size: 0.88em;
    line-height: 1.4;
  }

  .unit-form__unit{
    flex-wrap: wrap;
    row-gap: 13px;
  }

  .unit-form__input-text,
  .unit-form__input{
    width: 100%;
  }

  .unit-form__button{
    width: 31.3%;
    margin-right: 3%;
  }

  .unit-form__button:nth-child(3) {
    margin-right: 0;
  }

  .unit-form-table__thead{
    font-size: 1.2em;
  }

  .unit-form-table__tbody{
    font-size: 1em;
  }

  .unit-form-table__table th,
  .unit-form-table__table td{
    padding: 20px 10px;
  }

  .unit-form-tabl-caution{
    margin-top: 10px;
    font-size: 0.88em;
  }

  .c-unit-section__list{
    flex-direction: column;
    gap: 20px;
  }

  .c-unit-section__item{
    margin-right: 0;
  }

  .c-unit-section__item--arrow{
    display: none;
  }
  
  .c-unit-section__item--sp-arrow{
    display: block;
    margin-left: 10px;
    font-size: 1.3em;
  }
}


@media screen and (max-width:450px) {
  .unit-form__unit{
    row-gap: 10px;
  }
}


@media screen and (max-width:400px) {
  .c-unit-kv__title-wrap{
    max-width: 280px;
  }

  .c-unit-kv__title-lead{
    font-size: 0.88em;
  }
}

@media screen and (max-width:375px) {
  .c-product-kv-bg{
    height: 450px;
  }

  .c-product-kv__inner{
    gap: 45px;
  }
}

@media screen and (max-width:330px) {
  .c-breadcrumb__item--text{
    font-size: 0.7em;
  }

  .unit-form-table__table th:first-child,
  .unit-form-table__tbody th{
    width: 31%;
  }
}

@media screen and (max-width:320px) {
  .c-product-kv-bg{
    height: 400px;
  }

  .c-product-kv__inner{
    gap: 40px;
  }

  .unit-form__unit{
    row-gap: 8px;
  }

  .other-unit__title{
    font-size: 2.4em;
  }
}