/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2025 | 11:07:55 */
/*------------  共通 --------
---------------------------*/
textarea, input[type=text], input[type=email], input[type=tel], .contact-area input[type="checkbox"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.contact-area {
  margin: 0 auto;
}
.Required {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #b40000;
  color: #b40000;
}
.Any {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #0096DD;
  color: #0096DD;
}
.contact-area input {
  border: none;
  background: no-repeat;
  border: 1px solid #919191dd;
  width:100%;
}
.contact-enter input {
  width: 100%;
  transition: .3s;
  background: #fff;
height: 50px;
}
.contact-enter input:hover {
  transition: .3s;
  border-bottom: 1px solid #f1f1f1;
}
/*------------  オリジナル --------
---------------------------*/
@media (min-width: 640px) {
  .contact-enter .wpcf7-date {
    width: 40%;
  }
}
/* ボックス */
/* 全体のクリックしやすさと見た目向上 */
.check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5em;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  position: relative;
}

/* hover時の背景変化 */
.check .wpcf7-list-item label:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* デフォルトのチェックボックスを非表示 */
.check input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

/* チェックボックスの見た目を疑似要素で作成 */
.check .wpcf7-list-item-label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  background: #fff;
  margin-right: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s;
    vertical-align: sub;
}

/* チェックされたときのチェックマーク追加 */
.check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
left: 9px;
    top: 42%;
  transform: translateY(-50%);
  width: 26px;
  height: 25px;
  background: url("https://unisent.co.jp/wp-content/uploads/2025/06/check-solid-1.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/* aタグのスタイル調整（任意） */
.check .wpcf7-list-item-label a {
  color: #0073aa;
  text-decoration: underline;
    z-index: 9999;
    position: relative;
}

/*  */
.contact-select-parson select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 80px;
  margin: 0 0.2em;
}
.contact-select-parson select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-2colitem {
  width: 43%;
}
.textarea {
  border-top: 1px solid #ddd;
}
.contact-textarea {
  margin: 1rem 0;
}
.contact-textarea textarea {
  transition: .3s;
  border: 1px solid #919191dd;
  padding: 0.5rem;
  width: 100%;
background: #fff;
}
.contact-textarea textarea:hover {
  transition: .3s;
  border: 1px solid #919191dd;
}
.contact-common {
  padding: 0.5rem 0.3rem;
}
.contact-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 0.5rem 0px;
}
.contact-item {
  width: 40%;
}
.contact-enter {
  width: 60%;
}
.contact-other{
  width: 100%;
}
.contact-w-item{
 width: 100%;
}
.contact-w-enter{
    width: 100%;
    margin: 0.5em 0;
}
@media (max-width: 640px) {
  .contact-item, .contact-enter {
    width: 100%;
    margin:0 0 1em;
  }
  .check span.wpcf7-list-item {
    margin: 0 !important;
  }
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wp-block-group__inner-container p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.check input {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.contact-post-column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  align-items: center;
}
@media (max-width: 600px) {
  .contact-post-column {
    max-width: 100%;
  }
}
.p-postal-code {
  font-size: 18px;
  width: 100%;
  transition: all .35s ease-in-out .35s;
  border-bottom: 1px solid #828282;
}
/*  */
.wpcf7 input[type="file"] {
  cursor: pointer;
  font-size: 14px;
  font-family: 'Noto sans JP', serif;
}
.caution {
  font-size: 14px;
  margin: 0.4rem 1rem;
  letter-spacing: 0;
}
.send {
  background:#333;
  width: 300px;margin:2rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
  border-radius: 50px !important;
  box-shadow: 6px 6px 0px 0px #ddd;
}
.send:hover {
  transition: .5s;
  opacity: 0.7;
  box-shadow: none;
}
.contact-area .send input {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;    cursor: pointer;
}
.contact-checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-checkbox .wpcf7-checkbox .wpcf7-list-item {
  min-width: 180px;
}
/*------------------
チェックボックスの装飾------ */
.contact-select .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
}
.contact-select .wpcf7-checkbox span.wpcf7-list-item {
    padding: 0.3em 0;
}
.contact-select label{
	display: flex;
    align-items: center;
}
.contact-select input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
	margin: 0 0.3rem;
}
.contact-select input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #333;
    position: relative;
}
.contact-select input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
  color: #333;
    font-size: 25px;
    position: absolute;
    top: -14px;
    left: 2px;
    transform: rotate(0deg);
}
.contact-select input[type="checkbox"]:hover {border-color: #ddd;
}
/*------------------
ラジオボタンの装飾------ */
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact-radio .wpcf7-radio {
  display: flex;
}
.contact-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.contact-radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-radio .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #333;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #045C3D;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
input[type="radio"]:checked+span.wpcf7-list-item-label::after {
  display: block;
}
/*  */
.check {
  border-top: 1px solid #ddd;
  padding:0.1em 0 0;
}
/* プライバシーポリシー色設定 */
.wpcf7-list-item-label a {
  color: #0096DD;
  text-decoration: underline;
  text-decoration-color: #0096DD;
}

