video {
  max-width: 100%;
  height: auto;
}

.code-copy {
  background: #2d2d2d;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.code-copy::before {
  content: "\f0c5";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin: 0 8px 0 0;
}

.copy-success {
  bottom: 100%;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: 0;
}

.demo {
  background: #3f51b5;
  color: #fff;
  display: inline-block;
  margin: 2.4em 0 1.5em;
  padding: 0.4em 0.8em;
  position: relative;
}

.demo::after {
  -webkit-transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #3f51b5;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

/* frame */
.row {
  overflow: hidden;
  margin: 0;
}

.row .col-6 {
  width: 50%;
  float: left;
  padding: 0 0.4em;
}

.batsu {
  color: #ef5350;
  font-size: 3em;
  text-align: center;
}

.batsu::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}

.maru {
  color: #29b6f6;
  font-size: 3em;
  text-align: center;
}

.maru::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
}

.frame {
  width: 375px;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  border: 4px solid #666;
  border-top-width: 16px;
  border-bottom-width: 62px;
  border-radius: 8px;
  background: #fff;
  overflow-x: auto;
  position: relative;
}

.frame.frame-iphone {
  padding: 0.8em 0;
  height: 500px;
}

.frame.frame-res {
  padding: 0;
  width: 100%;
  min-height: 150px;
  min-width: 150px;
  height: 500px;
  resize: both;
}

.box {
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 1.5em;
  max-width: 100%;
  padding: 0.8em;
}

.hc-contact-form {
}

.hc-contact-form__row {
}

.hc-contact-form__row:nth-child(n + 2) {
  margin-top: 24px;
}

.hc-contact-form__label {

}

.hc-contact-form__control {
  margin-top: 6px;
}

.hc-contact-form__control input,
.hc-contact-form__control textarea {
  width: 100%;
  vertical-align: top;
}

.hc-contact-form__submit {
  width: max-content;
  padding: 0 36px;
  margin: 24px auto 0;
  text-align: center;
  position: relative;
}

.hc-contact-form__submit input {
}

.hc-contact-form__submit input:hover {
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
  opacity: 1;
}

.hc-contact-form__submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hc-button {
  display: inline-block;
  margin: 0;
  padding: 0.75em 1.5em;
  min-width: 64%;
  border-radius: 80px;
  box-shadow: var(--swl-btn_shadow);
  background: var(--color_main);
  color: #fff;
  position: relative;
  line-height: 1.5;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

.hc-button:hover {
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

.hc-common-contact {
}

.hc-common-contact__body p {
  margin-bottom: 1em;
}

.hc-common-contact__body p:last-child {
  margin-bottom: 0;
}

.hc-common-contact__body strong {
  background: linear-gradient(transparent 60%, #ff0 60%);
  font-size: 20px;
  font-weight: 700;
}

.hc-common-contact__button {
  margin-top: 24px;
  text-align: center;
}