@charset "UTF-8";
/* @include setBackground($imgDirCommon, 'share/bg-blue-dot.png', repeat, 0, 0, 6px, auto); */
/* @include textAbridgement(2); */
/* @include borderRadius(10px); */
/* ======================================================
/  お問い合わせ
/====================================================== */
/* overWhite */
.mainvisual {
  background-image: url("../img/common/mainvisual/contact.jpg");
}

/* page only */
input,
select,
textarea {
  margin: 5px 5px 5px;
  padding: 10px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
small {
	font-size: 80%;
}

select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

textarea {
  width: 95%;
  min-height: 100px;
  resize: vertical;
}

input.long {
  width: 90%;
  width: calc(100% - 10px);
}

.names input {
  width: 80%;
}

.tels input,
input.short {
  width: 25%;
}

em.em2 {
  display: inline-block;
  width: 2em;
  text-align: right;
}

::-webkit-input-placeholder {
  color: #B4B7BB;
}

::-moz-placeholder {
  color: #B4B7BB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B4B7BB;
}

.error {
  display: block;
  width: auto !important;
  margin: 3px 0 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  color: #EE6D79;
}

.error::before {
  content: "・";
}

.errors li {
  color: #EE6D79;
  padding-left: 1em;
  text-indent: -1em;
}
.errors li::before {
  content: "・";
}

.job-list {
  letter-spacing: -.4em;
}
.job-list li {
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 48%;
  margin: 0 1% 5px;
}

.praivacy-check {
  margin-bottom: 25px;
  padding: 10px;
  background-color: #ffffff;
}
.praivacy-check a {
  color: #EE6D79;
}
.lead-attention {
    margin: 30px 10px;
    padding: 10px;
    border: 1px solid #d20000;
    line-height: 1.7em;
    overflow: hidden;
    color: #d20000;
}
@media screen and (min-width: 801px) {
  .names input {
    width: 35%;
  }

  .praivacy-check {
    margin-bottom: 50px;
    padding: 15px;
  }

  .error {
    font-size: 14px;
  }
.lead-attention {
    margin: 30px auto;
    max-width: 780px;
}
}
/* 20250117  セレクトのスタイル変更 */
select {
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  background-color: #fff;
  font-size: 13px;
  padding: 10px 20px 10px 10px;
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat right 3px center;
}
/*# sourceMappingURL=contact.css.map */
