@charset "UTF-8";
/* TOP
--------------------------------------------------------*/
.m-btnarea__cv .m-btn--xl {
  width: 100%;
}
.m-keiyaku{
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.keiyaku__box{
  padding: 14px 20px 16px;
  background-color: #009ce5;
  border-radius: 6px;
  box-sizing: border-box;
}
.keiyaku__box.js-acc{
  /*padding-bottom: 0;*/
  min-height: 295px;
}
.m-keiyaku__ttl.js-acc__ctl {
  display: none;
}
.m-keiyaku > .js-acc {
  margin-top: 10px;
  border-top: 1px solid #fff;
}
.m-keiyaku__body {
  margin-top: 0;
}
.m-keiyaku__body em{
  font-style: normal;
}
.m-keiyaku__body .m-btn span.m-btn-contractor{
  width: 180px;
  box-sizing: border-box;
  padding-left: 45px;
}
.m-keiyaku__body .m-btn span.m-btn-contractor:before{
  top: 25px;
}
.m-keiyaku .m-btn-request {
  padding-top: 16px;
  padding-bottom: 14px;
}
.m-keiyaku .m-btn--row {
  padding: 9px 12px 8px;
}
.m-keiyaku .m-keiyaku__body .m-keiyaku__body-cont {
  padding: 9px 12px 8px;
}
.m-btn--normal > span {
  white-space: normal;
}
.m-btn--tbc-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .keiyaku__box,
  .keiyaku__box.js-acc {
    padding: 0 10%;
    background-color: inherit;
    border-radius: 0;
    max-height: none;
    min-height: 0;
  }
  .m-keiyaku__body {
    margin-top: 15px;
  }
  .m-btnarea__cv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .m-btnarea__cv > p {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .m-keiyaku .m-btn-request{
    padding: 15px 12px 13px;
  }
  .m-keiyaku .m-btn--row {
    padding: 14px 12px 13px;
  }
  .m-keiyaku > .js-acc {
    margin-top: 20px;
    border: none;
  }
  .js-acc.is-open .m-keiyaku__ttl > span:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .m-keiyaku__ttl.js-acc__ctl {
    display: block;
  }
  .js-acc.is-open .m-keiyaku__body {
      display: block;
  }
}
