.is-contact .u-content-title {
  background-image: url(/assets/img/contact/kv-01.jpg);
}
@media screen and (max-width: 767px) {
  .is-contact .u-content-title {
    background-image: url(/assets/img/contact/kv-01@media.jpg);
  }
}

.error {
  padding-top: 0.2rem;
  color: #bb0000;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.75;
}

.e-textarea {
  display: block;
}

.area_form .u-corner_title-high {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .area_form {
    margin-top: 4em;
  }
}

.u-table-item.radio {
  padding: 15px 30px;
  line-height: 1;
  position: relative;
}
.u-table-item.radio input {
  margin-top: 10px;
}
.u-table-item.radio label {
  width: calc(100% - 20px);
  padding: 10px 0;
  display: inline-block;
}
.u-table-item.radio .error {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-table-item.radio {
    padding: 12.5px;
    line-height: 1.35;
  }
  .u-table-item.radio input {
    margin-top: 12px;
  }
}
.u-table-item .filebtn {
  width: 343px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.u-table-item .filebtn::-webkit-file-upload-button {
  width: 198px;
  height: 40px;
  margin-right: 18px;
  background: #eee;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
}
.u-table-item .filebtn::file-selector-button {
  width: 198px;
  height: 40px;
  margin-right: 18px;
  background: #eee;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .u-table-item .filebtn {
    width: 100%;
  }
  .u-table-item .filebtn::-webkit-file-upload-button {
    display: block;
  }
  .u-table-item .filebtn::file-selector-button {
    display: block;
  }
}

.l-entry.is-check .none {
  display: none;
}

.check_agree label {
  cursor: pointer;
}

.area_flow {
  margin-top: 10px;
}
.area_flow .u-corner_title-high {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .area_flow {
    margin-top: 0;
  }
  .area_flow .u-corner_title-high {
    margin-bottom: 1em;
  }
}

.ol_contactflow {
  margin: 40px 0 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ol_contactflow li {
  width: 320px;
  position: relative;
}
.ol_contactflow li:nth-child(n+2)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 12px;
  border-color: transparent transparent transparent #76b414;
  position: absolute;
  top: 95px;
  left: -32px;
}
.ol_contactflow li .num {
  margin-inline: auto;
  text-align: center;
}
.ol_contactflow li .num img {
  width: auto;
  height: 18px;
}
.ol_contactflow li .img {
  width: 82px;
  height: 65px;
  margin: 55px auto 0;
}
.ol_contactflow li > p {
  padding: 30px 0 0;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ol_contactflow {
    margin: 0 0 1em;
    display: block;
  }
  .ol_contactflow li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ol_contactflow li:nth-child(n+2) {
    margin-top: 4.2em;
  }
  .ol_contactflow li:nth-child(n+2)::after {
    border-width: 12px 10px 0px 10px;
    border-color: #76b414 transparent transparent transparent;
    top: -2.6em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ol_contactflow li .box {
    width: 20%;
  }
  .ol_contactflow li .num img {
    width: auto;
    height: 1em;
  }
  .ol_contactflow li .img {
    width: 90%;
    height: auto;
    margin: 1em auto 0;
  }
  .ol_contactflow li > p {
    width: 72%;
    padding: 0 0 0;
    text-align: left;
    font-size: 16px;
  }
}