@charset "UTF-8";
.w-768 {
  max-width: 768px !important;
}
.fs-24 {
  font-size: 24px;
}
.lh-2 {
  line-height: 2;
}
.border-orange {
  border-bottom: solid #d5680f 3px;
}
.bg-minji-orange {
  background: #f5ae6e;
}
.bg-yellow {
  background: #f9ff5a;
}
.marker {
  background: linear-gradient(transparent 50%, #f9ff5a 50%);
}

p {
  font-size: 16px;
}
#eyecatch .position-absolute {
  top: -50px;
  left: 0;
  right: 0;
}

#footer-cv {
  display: none;
}

.bg-sale-yellow.rounded-pill {
  line-height: 1.2;
  max-width: 160px;
}
#profile h3 {
  border-bottom: solid #d24916 3px;
}
#profile img.position-absolute {
  bottom: -15.5px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 30px;
}

#page-title {
  background-image: url(/assets/images/minjishintaku/bg-mv-smp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#top-cv .cv:hover {
  opacity: 0.7;
}
#case .case-list .icon {
  max-width: 25px;
}

#eyecatch {
  background: linear-gradient(0deg, white 0%, white 50%, #f5ae6e 50%, #f5ae6e 100%);
}

#eyecatch .binder {
  margin-top: -65px;
  border-radius: 10px;
  border: solid #d5680f 8px;
}
#eyecatch .binder {
  line-height: normal;
}
#eyecatch li:before {
  content: ""; /*何も入れない*/
  display: block;
  margin: auto;
  width: 20px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-image: url(/assets/images/minjishintaku/eyecatch-pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  /*vertical-align: middle;*/
}
#eyecatch .nayami-stamp {
  margin-top: -50px;
}

#about .corner {
  border-radius: 15px;
}
#about .corner .bg-black {
  border-radius: 0 0 15px 15px;
}

#difference .point .bg-black {
  border-radius: 20px 20px 0 0;
}
#difference .point .bg-sale-lightpink {
  border-radius: 0 0 20px 20px;
  box-shadow: #ddd 0px 2px 4px;
}
#difference .point .border {
  border: solid #111 2px !important;
}
#comparison .design04 {
  width: 550px;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid #000;
  background: #fff8f2;
}
#comparison .design04 tr:nth-child(2n + 1) {
  background: #fff;
}
#comparison .design04 th {
  padding: 15px;
  background: #f5ae6e;
  border-right: solid 1px #000;
}
#comparison .design04 th:last-child {
  border-right: none;
}
#comparison .design04 td {
  padding: 10px;
  border-right: solid 1px #000;
}
#comparison .design04 td:last-child {
  border-right: none;
}
#case .box {
  background: #feeedf;
}

#relationship .balloon1 {
  position: relative;
  padding: 7px 10px;
  max-width: 90%;
  background-color: #f9ff5a;
}
#relationship .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 15px solid transparent;
  border-top: 15px solid #f9ff5a;
}
#support {
  background-image: url(/assets/images/minjishintaku/bg-support.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#support .support-image {
  bottom: 0;
  right: 40px;
}
#top-cv .secret {
  border: solid #d24916 2px !important;
  display: inline-block;
}
.case-list li {
  line-height: 1.2;
  border-radius: 10px;
}
.case-list li img {
  padding: 2px;
}

/***/

.content {
  display: none; /*必須*/
}
.content.show {
  display: block; /*必須*/
}

.cv-step li > div {
  border-radius: 10px;
  border: solid #d5680f 2px !important;
  height: 120px;
}
.cv-step li .position-absolute {
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

#sale-footer-cv .bg-sale-lightpink {
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  #message {
    line-height: 2.5rem;
  }
  #comparison .design04 {
    width: 100%;
  }
  #eyecatch .position-absolute {
    top: -80px;
    left: 0;
    right: 0;
  }
  #eyecatch li:before {
    display: inline-block;
  }
  #support .support-image {
    left: 0;
  }
  #page-title {
    background-image: url(/assets/images/minjishintaku/bg-mv.jpg);
  }

  #eyecatch .binder {
    border-radius: 20px;
    border: solid #d5680f 15px;
  }

  #kanri .message,
  #total-support .message {
    margin-top: -3%;
  }
  #kinds .h-100 {
    padding: 0.8rem !important;
  }
  #kinds .h-100 > div:nth-child(2) {
    height: 4.5rem;
  }
  .case-list li {
    width: 48% !important;
  }

  .balloon1 {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .w-xl-1000 {
    max-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .w-xxl-1000 {
    max-width: 1000px;
  }
}
