@charset "UTF-8";

/* 共通
---------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.inner {
  max-width: 940px;
  margin: 0 auto;
}

/* page-intro
---------------------------------- */
.l-page-intro {
  margin-top: 56px;
}

.page-intro__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.page-intro__title-icon {
  font-size: 42px;
  color: #ffffff;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  width: 110px;
  height: 110px;
  border-radius: 9999px;
  background-color: #cb0004;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-intro__title-text {
  color: #cb0004;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
}

.page-intro__sub-title {
  display: block;
  font-size: 31px;
  line-height: 1.2;
}

.page-intro__main-title {
  display: block;
  font-size: 52px;
  line-height: 1.2;
}

.page-intro__text {
  margin-top: 10px;
}

.page-intro__content {
  margin-top: 42px;
  position: relative;
}

.page-intro__img {
  text-align: center;
}

.page-intro__item {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
}

.page-intro__item:nth-of-type(1) {
  top: 73px;
  left: 12px;
}

.page-intro__item:nth-of-type(2) {
  top: 73px;
  right: 84px;
}

.page-intro__item:nth-of-type(3) {
  top: 209px;
  left: 12px;
}

.page-intro__item:nth-of-type(4) {
  top: 209px;
  right: 12px;
}

/* contact
---------------------------------- */
.l-contact {
  margin-top: 44px;
}

.contact__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.contact__text {
  margin-top: 12px;
}

.contact__form-outer {
  background-color: #eeeeee;
  padding: 25px;
  margin-top: 16px;
}

.contact__form-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.contact__status-list {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.contact__form {
  margin-top: 16px;
}

.contact__form-inner {
  border: 1px solid #a6a6a6;
  margin-bottom: 30px;
}

.contact__form-wrap {
  box-sizing: border-box;
  padding: 17px 26px;
}

.contact__form-wrap + .contact__form-wrap {
  border-top: 1px solid #a6a6a6;
}

.contact__form-note {
  font-size: 14px;
  color: #fe0000;
  margin-top: 4px;
}

.contact__form-textarea {
  box-sizing: border-box;
  margin-top: 6px;
}

.contact__form-textarea textarea {
  width: 100%;
  height: 122px;
  box-sizing: border-box;
  border: 1px solid #a6a6a6;
  padding: 4px 6px;
}

.contact__form-textarea textarea::placeholder {
  color: #999999;
}

div.upfile {
  float: initial;
  width: initial;
}

ul.ul_upfile {
  padding: 0 10px;
  border: 3px solid #e2e2e2;
  margin-bottom: 6px;
  width: 600px;
}

.contact__form-text {
  margin-top: 12px;
}

.upfile {
  margin-top: 12px;
}

.contact__form-attention span {
  color: #fe0000;
}

.contact__form-attention a {
  color: #00e;
}

div.wrapper {
  width: 848px;
}

div.h3_estimate h3 span {
  line-height: 1.2;
  padding: 0 2px 0;
}

dl.dl_customer dt {
  width: 278px;
}

