@charset "UTF-8";
/*
ダンボールの見積り依頼フォーム
Version: 1.1.0
Update: 2024-09-24
*/
@media screen and (max-width: 767px) {
  .content section {
    padding: 40px 0 60px;
  }
}

.content .contactContent .title {
  margin-bottom: 20px;
  padding: 80px 0 20px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
  .content .contactContent .title {
    margin-bottom: 10px;
    padding: 30px 0 10px;
    font-size: 2rem;
  }
}

.content .contactContent .comment {
  padding-bottom: 2em;
}

.content .contactContent #contactForm.mailformList {
  overflow: hidden;
  background-color: #e5f0f8;
  border-bottom: 1px solid #0068b6;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList {
    margin: 0 -20px;
    background-color: transparent;
  }
}

.content .contactContent #contactForm.mailformList > dt,
.content .contactContent #contactForm.mailformList > dd {
  padding: 40px 30px;
  border-top: 1px solid #0068b6;
}

.content .contactContent #contactForm.mailformList > dt {
  clear: left;
  float: left;
  width: 260px;
  padding-bottom: 30px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.4rem;
}

.content .contactContent #contactForm.mailformList > dt::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList > dt {
    float: none;
    width: 100%;
    padding: 15px 20px;
    font-size: 1.6rem;
    background-color: #e5f0f8;
  }
}

.content .contactContent #contactForm.mailformList > dd {
  margin-left: 260px;
  padding-top: 46px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList > dd {
    margin-left: 0;
    border-top-width: 0;
    padding: 15px 20px;
    font-size: 90%;
  }
}

.content .contactContent #contactForm.mailformList > dd dl {
  overflow: hidden;
}

.content .contactContent #contactForm.mailformList > dd dl > dt,
.content .contactContent #contactForm.mailformList > dd dl > dd {
  padding: 5px 0;
}

.content .contactContent #contactForm.mailformList > dd dl dt {
  clear: left;
  float: left;
  width: 130px;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.content .contactContent #contactForm.mailformList > dd dl dt::before {
  content: "◯";
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList > dd dl dt {
    float: none;
    width: 100%;
  }
}

.content .contactContent #contactForm.mailformList > dd dl dd {
  margin-left: 130px;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList > dd dl dd {
    margin-left: 0;
  }
}

.content .contactContent #contactForm.mailformList > dd dl.profiles dt {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList > dd dl.profiles dt {
    width: 100%;
  }
}

.content .contactContent #contactForm.mailformList > dd dl.profiles dd {
  margin-left: 180px;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList > dd dl.profiles dd {
    margin-left: 0;
  }
}

.content .contactContent #contactForm.mailformList > dd dl.profiles .address .inNumber {
  width: 5em;
}

.content .contactContent #contactForm.mailformList > dd dl.profiles .address .exp {
  display: none;
}

.content .contactContent #contactForm.mailformList .comment {
  padding-bottom: 1.5em;
}

.content .contactContent #contactForm.mailformList .inNumber {
  width: 12em;
}

.content .contactContent #contactForm.mailformList .must {
  display: inline;
}

.content .contactContent #contactForm.mailformList .illust {
  float: right;
  max-width: 220px;
}

@media screen and (max-width: 767px) {
  .content .contactContent #contactForm.mailformList .illust {
    float: none;
    margin: auto;
  }
}

.content .contactContent #contactForm.mailformList .illust img {
  max-width: 100%;
}

.content .contactContent #contactForm.mailformList .note {
  padding: 0.5em 0;
  padding-left: 1em;
  text-indent: -1em;
}
