@charset "UTF-8";
/* Scss Document */
@media only screen and (min-width: 48em) {
  .second-Section .inner {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.construction-Sec1 .inner {
  padding: 0 calc(50% - var(--vw, 1vw) * 50);
}
.construction-Sec1 .ttl {
  text-align: center;
  color: #f58c7e;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  margin-top: 3rem;
}
.construction-Sec1 .heading {
  color: #007939;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.3;
}
.construction-Sec1 .heading span {
  display: block;
  font-size: 2rem;
}
.construction-Sec1 .box {
  background: #f9f6eb;
  border-radius: 2rem;
  padding: 7.5rem 1.75rem 3.5rem;
  position: relative;
  margin-top: 6.5rem;
}
.construction-Sec1 .box::before {
  content: "";
  background: url("../images/construction/img1.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 16.3rem;
  height: 10.5rem;
  left: 7.5rem;
  top: -6rem;
}
.construction-Sec1 .box-ttl {
  color: #f58c7e;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.construction-Sec1 .box-list {
  color: #f58c7e;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.construction-Sec1 .box-list li {
  font-size: 1.4rem;
}
.construction-Sec1 .box-list li::before {
  content: "・";
}
.construction-Sec1 .box-txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 48em) {
  .construction-Sec1 {
    width: 45rem;
    margin: 0 auto;
  }
  .construction-Sec1 .ttl {
    margin: 0;
    font-size: 1.25rem;
  }
  .construction-Sec1 .heading {
    font-size: 4.5rem;
  }
  .construction-Sec1 .txt {
    width: 34.65rem;
    font-size: 0.9rem;
    margin: 1rem auto;
    line-height: 1.9;
  }
  .construction-Sec1 .box {
    border-radius: 2rem;
    padding: 5rem;
    position: relative;
    margin-top: 9rem;
  }
  .construction-Sec1 .box::before {
    width: 13.85rem;
    height: 8.9rem;
    left: 50%;
    transform: translateX(-50%);
    top: -6.5rem;
  }
  .construction-Sec1 .box-ttl {
    font-size: 1.65rem;
    margin-bottom: 2rem;
  }
  .construction-Sec1 .box-ttl br {
    display: none;
  }
  .construction-Sec1 .box-list {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .construction-Sec1 .box-list li {
    font-size: 0.95rem;
  }
  .construction-Sec1 .box-txt {
    font-size: 0.9rem;
    line-height: 1.9;
  }
}
.construction-Sec2 {
  padding: 3.5rem 0;
  text-align: center;
}
.construction-Sec2 .ttl {
  font-size: 1.85rem;
  text-align: center;
  color: #44c269;
  border-bottom: 2px dashed #44c269;
  display: inline-block;
  margin: 0 auto 2rem;
  padding: 1rem 2rem;
}
.construction-Sec2 .txt {
  font-size: 1.4rem;
  text-align: left;
}
.construction-Sec2 .wap {
  background: #f6f9e6;
  margin: 2.5rem calc(50% - var(--vw, 1vw) * 50);
  padding: 2.5rem calc(var(--vw, 1vw) * 50 - 50%);
}
.construction-Sec2 .table {
  margin-bottom: 1.5rem;
}
.construction-Sec2 .table .head-pc {
  display: none;
}
.construction-Sec2 .table .head {
  font-weight: 600;
  color: #44c269;
  background: rgba(152, 220, 127, 0.24);
  font-size: 1.6rem;
  border-top: #44c269 solid 2px;
  border-left: #44c269 solid 2px;
  border-right: #44c269 solid 2px;
  border-bottom: #44c269 dashed 2px;
  padding: 0.5rem 0;
}
.construction-Sec2 .table .head-ttl {
  font-weight: 700;
  font-size: 1.7rem;
  text-align: left;
  border-top: #44c269 dashed 2px;
  border-left: #44c269 solid 2px;
  border-right: #44c269 solid 2px;
  background: #fff;
  padding: 0.5rem 1.5rem 0;
}
.construction-Sec2 .table .head-ttl.border-none {
  border-top: none;
}
.construction-Sec2 .table .table-txt {
  font-size: 1.35rem;
  text-align: left;
  border-left: #44c269 solid 2px;
  border-right: #44c269 solid 2px;
  background: #fff;
  padding: 0 1.5rem 1rem 3rem;
}
.construction-Sec2 .table .table-txt.border-bottom {
  border-bottom: #44c269 solid 2px;
}

@media only screen and (min-width: 48em) {
  .construction-Sec2 {
    width: 50rem;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .construction-Sec2 .ttl {
    font-size: 1.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 3rem;
  }
  .construction-Sec2 .ttl br {
    display: none;
  }
  .construction-Sec2 .txt {
    font-size: 0.8rem;
    text-align: left;
    width: 37.5rem;
    margin: 0 auto 3rem;
  }
  .construction-Sec2 .wap {
    margin: 2.5rem 0 0;
    padding: 3.25rem 5rem;
    border-radius: 2rem;
  }
  .construction-Sec2 .wap .ttl {
    display: none;
  }
  .construction-Sec2 .wap .txt {
    margin: 0;
  }
  .construction-Sec2 .table {
    display: grid;
    grid-template-columns: 10.5rem 1fr;
    width: 39.5rem;
    margin: 0 auto 1.5rem;
  }
  .construction-Sec2 .table .head-pc {
    display: block;
    font-weight: 600;
    color: #44c269;
    background: rgba(152, 220, 127, 0.24);
    font-size: 0.8rem;
    border-top: #44c269 solid 2px;
    border-left: #44c269 solid 2px;
    border-right: #44c269 solid 2px;
    padding: 0.5rem 0;
  }
  .construction-Sec2 .table .head-pc:nth-child(2) {
    border-right: none;
  }
  .construction-Sec2 .table .head {
    display: none;
  }
  .construction-Sec2 .table .head-ttl {
    font-size: 0.8rem;
    border-right: none;
    padding: 0.5rem 0.75rem;
  }
  .construction-Sec2 .table .head-ttl.pc-bottom {
    border-bottom: #44c269 solid 2px;
  }
  .construction-Sec2 .table .head-ttl.border-top {
    border-top: #44c269 solid 2px;
  }
  .construction-Sec2 .table .table-txt {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    border-top: #44c269 dashed 2px;
  }
  .construction-Sec2 .table .table-txt.border-top {
    border-top: #44c269 solid 2px;
  }
}
.construction-Sec3 {
  background: #f9f6eb;
  margin: 0 calc(50% - var(--vw, 1vw) * 50);
  padding: 4rem calc(var(--vw, 1vw) * 50 - 50%);
}
.construction-Sec3 .ttl {
  text-align: center;
  font-size: 4.15rem;
  color: #44c269;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.construction-Sec3 .txt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4.25rem;
  line-height: 1.8;
}
.construction-Sec3 .unit {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 2rem 5rem;
  margin-bottom: 3.5rem;
}
.construction-Sec3 .unit-ttl {
  color: #44c269;
  text-align: center;
  font-size: 2rem;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
}
.construction-Sec3 .unit-img {
  text-align: center;
  margin-bottom: 2.75rem;
}
.construction-Sec3 .unit-txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 48em) {
  .construction-Sec3 {
    margin: 0;
    padding: 4rem 4.5rem;
  }
  .construction-Sec3 .ttl {
    font-size: 2.8rem;
  }
  .construction-Sec3 .ttl br {
    display: none;
  }
  .construction-Sec3 .txt {
    font-size: 0.9rem;
  }
  .construction-Sec3 .txt br {
    display: none;
  }
  .construction-Sec3 .unit {
    padding: 3rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
  }
  .construction-Sec3 .unit-wap {
    display: grid;
    grid-template-columns: 24rem 16.8rem;
    gap: 0 2rem;
  }
  .construction-Sec3 .unit-img {
    margin-bottom: 0;
  }
  .construction-Sec3 .unit-ttl {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    padding: 0;
  }
  .construction-Sec3 .unit-ttl br {
    display: none;
  }
  .construction-Sec3 .unit-txt {
    font-size: 0.8rem;
  }
}
.construction-Sec4 {
  text-align: center;
  padding: 2.5rem 0;
}
.construction-Sec4 .ttl {
  padding: 0 1rem;
  border-bottom: 2px dotted #f58c7e;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari対応 */
  display: inline;
  color: #f58c7e;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  margin-top: 3.5rem;
}
.construction-Sec4 .txt {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  line-height: 1.8;
}
.construction-Sec4 .txt span {
  color: #44c269;
  font-weight: 500;
  font-size: 1.75rem;
}
.construction-Sec4 .txt.red {
  color: #f58c7e;
  font-weight: 500;
  font-size: 1.8rem;
}
.construction-Sec4 .img1 {
  margin-top: 2.5rem;
}
.construction-Sec4 .img1 img {
  width: 100%;
}
.construction-Sec4 .box {
  background: #f9f6eb;
  border-radius: 2rem;
  padding: 2.5rem 1.5rem;
  margin-bottom: 3rem;
  margin-top: 2.75rem;
}
.construction-Sec4 .box table {
  width: 100%;
  border-collapse: collapse;
  border: #44c269 solid 1px;
  background: #fff;
  margin: 0.5rem 0 3.5rem;
}
.construction-Sec4 .box table th, .construction-Sec4 .box table td {
  border: #ccc solid 1px;
  font-size: 1.45rem;
  padding: 0.5rem;
}
.construction-Sec4 .box table td {
  text-align: left;
}
.construction-Sec4 .box table td span {
  font-size: 0.8rem;
  margin-left: 0.3rem;
}
.construction-Sec4 .box table th {
  background: #44c269;
  font-size: 1.3rem;
  color: #fff;
  width: 7.75rem;
}
.construction-Sec4 .box-ttl {
  color: #44c269;
  font-weight: 500;
  font-size: 1.65rem;
}
.construction-Sec4 .box-sttl {
  color: #fff;
  background: #f58c7e;
  display: inline;
  font-size: 1.55rem;
  margin-bottom: 1.5rem;
  padding: 0.4rem 2.5rem;
  border-radius: 1.5rem;
  letter-spacing: 0.3rem;
}
.construction-Sec4 .box-heading {
  color: #f58c7e;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-top: 1.5rem;
}
.construction-Sec4 .box-heading span {
  color: #514d50;
  font-size: 0.95rem;
}
.construction-Sec4 .mast {
  margin-top: 1rem;
  font-size: 1.05rem;
}
.construction-Sec4 .box-imgarea {
  background: #fff;
  border-radius: 0.9rem;
  padding: 1.25rem;
  margin-top: 3rem;
}
.construction-Sec4 .imgarea-img {
  width: 5.15rem;
  margin: 0 auto 1.15rem;
}
.construction-Sec4 .imgarea-txt {
  text-align: left;
  color: #007939;
  font-size: 1.15rem;
}
.construction-Sec4 .btn-txt {
  font-size: 1.5rem;
}
.construction-Sec4 .btn {
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  margin-top: 2rem;
  position: relative;
  width: 22.2rem;
  margin: 2rem auto;
}
.construction-Sec4 .btn a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.construction-Sec4 .btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: contain;
  width: 1.05rem;
  height: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .construction-Sec4 {
    padding: 4rem 0;
  }
  .construction-Sec4 .ttl {
    font-size: 1.5rem;
  }
  .construction-Sec4 .txt {
    font-size: 0.9rem;
  }
  .construction-Sec4 .txt span {
    font-size: 1.15rem;
  }
  .construction-Sec4 .txt.red {
    font-size: 1.15rem;
  }
  .construction-Sec4 .img1 {
    width: 32.5rem;
    margin: 2.5rem auto;
  }
  .construction-Sec4 .img1 img {
    width: 100%;
  }
  .construction-Sec4 .box {
    width: 45rem;
    padding: 3rem 2.75rem;
    margin: 3.5rem auto;
  }
  .construction-Sec4 .box table th, .construction-Sec4 .box table td {
    padding: 0.5rem;
  }
  .construction-Sec4 .box table td {
    font-size: 1.1rem;
  }
  .construction-Sec4 .box table td span {
    font-size: 0.75rem;
    margin-left: 0.8rem;
  }
  .construction-Sec4 .box table th {
    font-size: 1rem;
    width: 6.75rem;
  }
  .construction-Sec4 .box-ttl {
    font-size: 1.05rem;
  }
  .construction-Sec4 .box-sttl {
    font-size: 0.9rem;
  }
  .construction-Sec4 .box-heading {
    font-size: 1.25rem;
  }
  .construction-Sec4 .box-heading span {
    font-size: 0.75rem;
  }
  .construction-Sec4 .mast {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
  .construction-Sec4 .box-imgarea {
    display: grid;
    grid-template-columns: 5.15rem 1fr;
    gap: 1rem;
    border-radius: 0.6rem;
    padding: 1.25rem 1.75rem;
    margin-top: 2rem;
  }
  .construction-Sec4 .imgarea-img {
    width: 5.15rem;
    margin: 0;
  }
  .construction-Sec4 .imgarea-txt {
    font-size: 0.85rem;
  }
  .construction-Sec4 .btn-txt {
    font-size: 1.15rem;
  }
  .construction-Sec4 .btn {
    font-size: 0.95rem;
    width: 17.3rem;
  }
  .construction-Sec4 .btn a {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .construction-Sec4 .btn a::before {
    right: 1.85rem;
  }
}
.construction-Sec5 {
  margin-top: 4rem;
  border-top: 2px solid #44c269;
  padding: 3.5rem 0 0;
}
.construction-Sec5 .heading {
  text-align: center;
  color: #f58c7e;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  margin-top: 3rem;
}
.construction-Sec5 .ttl {
  text-align: center;
  font-size: 5rem;
  color: #007939;
  margin-bottom: 1rem;
  font-weight: 600;
}
.construction-Sec5 .txt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4.25rem;
}
.construction-Sec5 .txt br.pc {
  display: none;
}
.construction-Sec5 .img {
  text-align: center;
  width: 20.9rem;
  margin: 0 auto;
}
.construction-Sec5 .ttl-team {
  color: #44c269;
  font-size: 2.35rem;
  text-align: center;
  margin-top: 2.75rem;
}
.construction-Sec5 .unit {
  margin-top: 2.5rem;
  background: #f6f9e6;
  border-radius: 2rem;
  padding: 2rem;
}
.construction-Sec5 .unit-ttl {
  font-size: 2.1rem;
  color: #44c269;
  position: relative;
}
.construction-Sec5 .unit-heading {
  font-size: 1.7rem;
  color: #44c269;
  position: relative;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.construction-Sec5 .unit-heading span {
  font-weight: 700;
}
.construction-Sec5 .unit-txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 48em) {
  .construction-Sec5 {
    margin: 1.5rem auto 0;
    padding: 6rem 0 0;
    width: 50rem;
  }
  .construction-Sec5 .heading {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .construction-Sec5 .ttl {
    font-size: 4rem;
  }
  .construction-Sec5 .txt {
    font-size: 0.95rem;
  }
  .construction-Sec5 .txt br.pc {
    display: block;
  }
  .construction-Sec5 .txt br.sp {
    display: none;
  }
  .construction-Sec5 .img {
    width: 15.8rem;
  }
  .construction-Sec5 .ttl-team {
    font-size: 2rem;
  }
  .construction-Sec5 .unit {
    margin-top: 1rem;
    background: #f6f9e6;
    border-radius: 2rem;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .construction-Sec5 .unit-ttl {
    font-size: 1.2rem;
  }
  .construction-Sec5 .unit-heading {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .construction-Sec5 .unit-txt {
    width: 100%;
    font-size: 0.8rem;
    margin-top: 0.75rem;
  }
}
.construction-Sec6 {
  padding: 3.5rem 0 0;
}
.construction-Sec6 .ttl {
  color: #f58c7e;
  font-size: 2.2rem;
  margin-top: 2rem;
  text-align: center;
}
.construction-Sec6 .txt {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.5rem;
}
.construction-Sec6 .txt span {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 1.5rem;
  color: #f58c7e;
}

@media only screen and (min-width: 48em) {
  .construction-Sec6 {
    padding: 3rem 0 0;
  }
  .construction-Sec6 .ttl {
    font-size: 1.5rem;
  }
  .construction-Sec6 .txt {
    font-size: 0.9rem;
    margin-top: 1.5rem;
  }
  .construction-Sec6 .txt span {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .construction-Sec6 .txt br.sp {
    display: none;
  }
}
.construction-Sec7 {
  padding-top: 4rem;
}
.construction-Sec7 .ttl {
  color: #44c269;
  font-size: 2.35rem;
  text-align: center;
  margin-bottom: 2rem;
}
.construction-Sec7 .unit {
  background: #f6f9e6;
  border: 2px solid #caec87;
  border-radius: 2.85rem;
  padding: 1rem 2.25rem;
  position: relative;
  margin-bottom: 2.15rem;
}
.construction-Sec7 .unit::before {
  content: "";
  background: url("../images/construction/ico5.svg") no-repeat;
  background-size: contain;
  width: 5.85rem;
  height: 2.15rem;
  position: absolute;
  bottom: -2.15rem;
  left: 50%;
  transform: translateX(-50%);
}
.construction-Sec7 .unit .num {
  width: 3.4rem;
  height: 3.4rem;
  background: #caec87;
  border-radius: 50%;
  color: #44c269;
  font-size: 2.2rem;
  font-weight: 700;
  display: grid;
  place-content: center;
}
.construction-Sec7 .unit:first-of-type .unit-ico {
  width: 5.75rem;
  margin: 0 auto;
}
.construction-Sec7 .unit:nth-of-type(2) .unit-ico {
  width: 7.9rem;
  margin: 0 auto;
}
.construction-Sec7 .unit:nth-of-type(3) .unit-ico {
  width: 8.25rem;
  margin: 0 auto;
}
.construction-Sec7 .unit:nth-of-type(4) {
  margin-bottom: 4rem;
}
.construction-Sec7 .unit:nth-of-type(4) .unit-ico {
  width: 7.5rem;
  margin: 0 auto;
}
.construction-Sec7 .unit:nth-of-type(4)::before {
  content: "";
  background: none;
}
.construction-Sec7 .unit-ttlarea {
  display: grid;
  grid-template-columns: 4.6rem 10rem 1fr;
  align-items: center;
}
.construction-Sec7 .unit-ttl {
  text-align: center;
  color: #007939;
  font-size: 1.85rem;
}
.construction-Sec7 .unit-txt {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.construction-Sec7 .ttl-tn {
  color: #f58c7e;
  font-size: 1.8rem;
  margin-top: 1rem;
  text-align: center;
}
.construction-Sec7 .txt-tn {
  color: #f58c7e;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .construction-Sec7 {
    width: 50rem;
    margin: 0 auto;
  }
  .construction-Sec7 .ttl {
    font-size: 1.7rem;
  }
  .construction-Sec7 .unit {
    border: 3px solid #caec87;
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .construction-Sec7 .unit::before {
    width: 3.5rem;
    height: 1.3rem;
    bottom: -1.3rem;
  }
  .construction-Sec7 .unit .num {
    width: 2.05rem;
    height: 2.05rem;
    font-size: 1.35rem;
  }
  .construction-Sec7 .unit:first-of-type .unit-ico {
    width: 3.45rem;
  }
  .construction-Sec7 .unit:nth-of-type(2) .unit-ico {
    width: 4.75rem;
  }
  .construction-Sec7 .unit:nth-of-type(3) .unit-ico {
    width: 5rem;
  }
  .construction-Sec7 .unit:nth-of-type(4) {
    margin-bottom: 3rem;
  }
  .construction-Sec7 .unit:nth-of-type(4) .unit-ico {
    width: 4.5rem;
  }
  .construction-Sec7 .unit-ttlarea {
    display: grid;
    grid-template-columns: 3rem 5.2rem 1fr;
    align-items: center;
  }
  .construction-Sec7 .unit-ttl {
    font-size: 1.25rem;
  }
  .construction-Sec7 .unit-txt {
    font-size: 0.8rem;
    margin-top: 0;
    border-left: #caec87 dashed 2px;
    padding: 0 1rem;
    display: grid;
    align-items: center;
  }
  .construction-Sec7 .ttl-tn {
    font-size: 1.5rem;
  }
  .construction-Sec7 .txt-tn {
    font-size: 1.2rem;
  }
}
.deteil-box {
  width: 33.75rem;
  margin: 3.5rem auto;
  background: #f6ecb3;
  border-radius: 2rem;
  padding: 2.5rem 0;
}
.deteil-box .box-ttl {
  text-align: center;
  font-size: 1.5rem;
}
.deteil-box .box-btn {
  width: 22.55rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.deteil-box .box-btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.deteil-box .box-btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}
.deteil-box .box-txt {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.unit-txtarea .box-btn {
  /*width: 22.55rem;*/
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.unit-txtarea .box-btn a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.unit-txtarea .box-btn a::before {
  content: "";
  background: url("../images/ico_btn2.svg") no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .deteil-box {
    width: 45rem;
    margin: 3.5rem auto 0;
    padding: 2.5rem 0 1.5rem;
  }
  .deteil-box .box-ttl {
    text-align: center;
    font-size: 1.15rem;
  }
  .deteil-box .box-ttl br {
    display: none;
  }
  .deteil-box .box-btn {
    width: 17.3rem;
    margin-top: 1.5rem;
    font-size: 0.95rem;
  }
  .deteil-box .box-btn a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
  }
  .deteil-box .box-btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 2.5rem;
  }
  .deteil-box .box-txt {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
	.unit-txtarea .box-btn {
    /*width: 17.3rem;*/
    width: 100%;
    margin-top: 1.5rem;
    font-size: 0.95rem;
  }
  .unit-txtarea .box-btn a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
  }
  .unit-txtarea .box-btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 20px;
  }
}/*# sourceMappingURL=inspection.css.map */