@charset "UTF-8";
/* CSS Document */

#contact {
  background-color: white;
  padding-bottom: 150PX;
}

#contact .notes p strong{
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
  text-decoration-style: dashed;
}

@media (min-width:750px) {
  .contact_call_message {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact_call_message a {
  color: var(--accent-color);
}

.contact_call_message a:hover {
  color: var(--main-color);
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
  text-decoration-style: dashed;
}

.call_no {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;

}

@media (min-width:750px) {
  .call_no {
    margin-bottom: 30px;

  }
}

.call_no img {
  width: 40px;
  margin-right: 10px;
}

.call_no a {
  width: 280px;
  text-decoration: none;
  color: var(--font-color01);
  font-size: 4.5rem;
}

.call_info {
  font-size: 2.0rem;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width:750px) {
  .call_info {
    margin-bottom: 15px;
  }
}

.call_info_last {
  margin-bottom: 80px;
}


.call_message {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-size: 1.8rem;
}

@media (min-width:750px) {
  .call_message {
    width: 65%;
  }
}

.call_message a {
  color: var(--accent-color);
}

.call_message a:hover {
  color: var(--font-color01);
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
  text-decoration-style: dashed;
}

#call .notes {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 35px;
  background-color: white;
  font-size: 1.8rem;
  color: var(--font-color);
}

@media (min-width:750px) {
  #call .notes {
    padding: 35px 50px;
    font-size: 1.7rem;
  }

}

#call .notes h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.7rem;

}

#contact_form {
  margin-top: 80px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: var(--bg-color01);
  outline: 2px solid var(--accent-color);
  outline-offset: -15px;
  align-items: center;
  vertical-align: middle;
}

@media (min-width:1000px) {
  #contact_form {
    margin-left: 140px;
    margin-right: 140px;
    width: calc(100% - 280p);
  }
}


#contact_form h1 {
  padding-top: 20px;
  margin-bottom: 50px;
  font-size: 2.4rem;
  text-align: center;
}

#contact_form form dl {
  font-size: 1.8rem;
  margin-left: auto;
  margin-top: 30px;
  margin-right: auto;
  width: 80%;
}

#contact_form dl.required_mark::before {
  content: "必須";
  margin-right: 2px;
  padding: 2px;
  background-color: var(--accent-color);
  color: var(--font-color);
  font-size: 12px;
  vertical-align: middle;
}

.contact_item dt.required_mark::after {
  content: "必須";
  margin-left: 10px;
  padding: 2px;
  background-color: var(--accent-color);
  color: var(--font-color);
  font-size: 12px;
  vertical-align: middle;
}

.contact_item {
  background-color: var(--bg-color01);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--accent-color);
}

@media (min-width:1000px) {

  .contact_item_a,
  .contact_item_b,
  .contact_item_c,
  .contact_item_d {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-bottom: 15px;
  }
}

@media (min-width:1000px) {

  .contact_item_a,
  .contact_item_b,
  .contact_item_c {
    align-items: baseline;
  }
}

@media (min-width:1000px) {

  .contact_item_d {
    align-items: start;
  }
}


#contact_form .contact_item:last-child {
  border-bottom: none;
}

#contact_form dt {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 2.0rem;
  line-height: 1.5;
}

@media (min-width:1000px) {
  #contact_form dt {
    width: 210px;
    margin-right: 20px;
  }
}

#contact_form dd {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-left: 8px;

}

@media (min-width:1000px) {
  #contact_form .contact_item_a dd {
    width: calc(100% - 220px);

  }
}

@media (min-width:1000px) {
  #contact_form .contact_item_b dd {
    width: 170px;

  }
}

@media (min-width:1000px) {
  .request_set {
    display: flex;
  }
}

@media (min-width:1000px) {
  .request_set_1 {
    margin-right: 10px;
  }
}



#contact_form .contact_item input {
  border: 1px solid white;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 4px;
  font-size: 1.8rem;
  border-radius: 0;
  text-align: left;
}


#contact_form .contact_item input[name="name"],
input[name="ruby"],
input[name="tel"],
input[name="email"] {
  width: 90%;

}

.contact_item strong {
  font-size: 1.4rem;
}

#contact_form .contact_item select {
  color: var(--font-color);
  background-color: white;
  margin-top: 3px;
  padding: 4px;
  font-size: 1.8rem;
  border: 1px solid white;
  border-radius: 0;
}

@media (min-width:1000px) {
  #contact_form .contact_item_b select {
    width: 215px;
  }
}

#contact_form .contact_item input[type="checkbox"] {
  margin-bottom: 10px;
}

#contact_form .contact_item #age {
  margin-right: 5px;
}



#request_time01,
#request_time02,
#request_time01 {
  margin-bottom: 12px;
}

#experience_name {
  font-size: 1.6rem;
  width: 45%;
}

#contact_form .contact_item dd p {
  font-size: 1.6rem;
}

#contact_form .contact_item textarea {
  font-size: 1.6rem;
  width: 100%;
  border: none;
  border-radius: 0;
}

@media (min-width:1000px) {
  #contact_form .contact_item textarea {
    min-width: 300px;
    transform: translateY(16px);
    margin-bottom: 15px;
  }
}

@media (min-width:1300px) {
  #contact_form .contact_item textarea {
    min-width: 400px;
  }
}

#contact_form .notes {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 20px 35px 35px 35px;
  background-color: white;
  outline: 1px solid var(--accent-color);
  outline-offset: -8px;
  font-size: 1.8rem;

}

@media (min-width:750px) {
  #contact_form .notes {
    padding: 25px 45px 35px 45px;
    font-size: 1.7rem;
  }

}

#contact_form .notes h1 {
  margin-bottom: 15px;
  font-size: 1.7rem;

}



#contact_form .attention {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
}


@media screen and (min-width: 850px) {
  #contact_form .attention .br-sp {
    display: none;
  }
}

#contact_form .attention>.attention_h1 {
  font-size: 1.8rem;
  color: var(--main-color);
  text-decoration: none;
  margin-bottom: 10px;
}

#contact_form .attention>.attention_h1>strong {
  font-size: 2.0rem;
  color: #EA3F73;
  border-bottom: 1px solid var(--accent-color);
}


#contact_form .attention p {
  padding-top: 20px;
  font-size: 1.4rem;
}

#contact_form .attention>p>strong {
  color: #EA3F73;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--accent-color);
}


/* エラーメッセージのスタイル */
.error {
  width: 100%;
  padding: 0;
  display: inline-block;
  font-size: 80%;
  color: #EA3F73;
  box-sizing: border-box;
}

/*
input[type="checkbox"]:not(input[type="checkbox"]:first-of-type ),
input[type="radio"]:not(input[type="radio"]:first-of-type ){
  margin-left: 20px;
}*/