.kocha-intro {
  margin-top: 10.666vw;
}

.kocha-intro__cont:not(:last-child) {
  margin-bottom: 5.333vw;
}

.kocha-intro__cont-img {
  text-align: center;
}

.kocha-intro__cont-img img {
  width: 92vw;
}

.kocha-intro__cont-ttl {
  margin-bottom: 4vw;
}

.kocha-intro__link-list {
  width: 92vw;
  margin: 0 auto;
}

.kocha-intro__link-list-item {
  list-style-type: none;
  font-size: 3.733vw;
}

.kocha-intro__link-list-item:not(:last-child) {
  margin-bottom: 1.333vw;
}

.kocha-intro__link-list-item a {
  text-decoration: underline;
}

.contact {
  margin-top: 10.666vw;
  padding: 10.66vw 4vw;
  background-color: #F4F4F5;
  margin-bottom: 10.66vw;
}

.contact .btn-cancel, .contact .btn-other,.contact .btn-web {
  background: none;
  background-color: #2886D9;
  height: calc(38vw - 22vw) !important;
  box-shadow: 0px 0.8vw 5.333vw rgba(0, 0, 0, 0.15);
  position: relative;
}

.contact .btn-cancel a span, .contact .btn-other a span, .contact .btn-web a span {
  position: relative;
  width: auto;
  height: auto;
  font-size: 3.733vw;
  color: #ffffff;
  font-weight: bold;
  z-index: 1;
}

.contact .btn-cancel a, .contact .btn-other a, .contact .btn-web a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}

.contact-cont:not(:last-child) {
  margin-bottom: 10.667vw;
}

.contact .btn-cancel::before, .contact .btn-other::before, .contact .btn-web::before {
  content: "";
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.133vw;
  height: 2.133vw;
  border-top: 0.533vw solid #ffffff;
  border-right: 0.533vw solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}