@charset "utf-8";
#form_wrap {
  width: 100%;
  position: relative;
}
input, textarea, select {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: 7px;
  color: #202020;
  border: solid 1px #e5e5e5;
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	font-size: 12px;
}
input:focus, textarea:focus, select:focus {
  border: solid 1px #0383B7;
}
input::placeholder {
  color: #b8b8b8;
}

.submit_button {
  position: relative;
  width: 90%;
  clear: both;
  text-align: center;
  margin: 30px auto 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
#headForm .submit_button {
  margin: 10px auto;
}
.submit_button input {
  width: 100%;
  border-radius: 2em;
  border: none;
  padding: 0.3em 0;
  cursor: pointer;
  font-size: 200%;
  color: white;
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient( 0deg, rgb(245,103,33) 0%, rgb(245,121,33) 50%, rgb(245,143,33) 100%);
}
@media only screen and (max-width: 1190px) {
  .submit_button input {
    font-size: 150%;
  }
}
.submit_button input:hover {
  background-image: linear-gradient( 180deg, rgb(245,103,33) 0%, rgb(245,121,33) 50%, rgb(245,143,33) 100%);
  color: #fff;
}
.submit_button::after {
  position: absolute;
  content: "▼";
  color: #f57921;
  padding-top: 4px;
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 1em;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(-90deg);
}
  
/*form pageContact*/
/*-----------------------------------------------------------------------*/
#headForm {
  font-size: 12px;
}
@media only screen and (max-width: 1190px) {
  #headForm {
    margin-top: -23vw;
    z-index: 20;
  }
}
.form_contact_main {
  overflow: auto;
  font-size: 1em;
  padding: 4px;
}
.form_ttl {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 2.2em;
  background-image: linear-gradient( -7deg, rgb(12,113,192) 0%, rgb(47,183,226) 100%);
  border-radius: 10px 10px 0 0 ;
  margin: 0 auto 1em;
}
#form_wrap {
  width: 100%;
}
.form_contact_main dl {
  width: 90%;
  margin: auto;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
}
.form_contact_main dt {
  width: 100%;
  font-size: 90%;
  line-height: 1.6;
  margin-bottom: 0.3em;
}
.form_contact_main span.aste {
  font-size: 90%;
  color: #fff;
  background: #20a1e1;
  padding: 0.2em 0.8em;
  border-radius: 4px;
  margin-right: 1em;
}
.form_contact_main dd {
  width: 100%;
  margin-bottom: 1.8em;
}
#headForm .form_contact_main dd {
  margin-bottom: 1.2em;
}
.form_contact_main p.privacy {
  margin: 0;
}
#privacy_txt {
  margin-left: 30%;
  padding-left: 10px;
  margin-top: 10px;
}
.form_contact_main a {
  color: #3898CC;
  text-decoration: none;
}
.form_contact_main a:hover {
  color: #3898CC;
  text-decoration: underline;
}
/*form utility*/
/*-----------------------------------------------------------------------*/
.example_text {
  margin-top: 5px;
  line-height: 100%;
  font-size: 90%;
  color: #999999;
}
#family_name, #first_name, #family_name_yomi, #first_name_yomi {
  /* width: 120px;
  margin-right: 20px; */
}
#zip01, #zip02 {
  width: 60px;
}
#female {
  margin-left: 20px;
}
#table_address td {
  vertical-align: middle;
  padding: 3px 0 3px 0;
}
#table_address td:first-child {
  width: 6em;
  font-size: 90%;
}
span.break {
  padding-left: 15px;
}
.width_cs {
  width: 100%;
}
.width_cm {
  width: 100%;
}
.width_cl {
  width: 100%;
}
.width_es {
  width: 100%;
}
.width_em {
  width: 100%;
}
.width_el {
  width: 100%;
}
.height_s {
  height: 50px;
}
.height_m {
  height: 75px;
}
.height_l {
  height: 150px;
}
/*setting*/
/*-----------------------------------------------------------------------*/
.keywords_box {
  margin-bottom: 5px;
  margin-right: 6px;
  float: left;
}
/*----エラー項目部分のハイライト----*/
.dcms_error_area {
  background: #FFD7D7;
  position: relative;
}
p.error_text {
  display: none;
}
.dcms_error_area p.error_text {
  display: block;
  width: auto; /*float: left;*/
}
.dcms_error_area p.error_text span {
  background: #ff6666;
  display: inline-block;
  padding: 7px;
}
/*----エラーテキストの吹き出し装飾用----*/
#contact-form .dcms_error_area p.error_text {
  margin-top: 5px;
  color: #FFF;
  position: relative;
  /*アニメーションをつける場合*/
  -webkit-animation: dcms_fadein_up 0.8s 1;
  -moz-animation: dcms_fadein_up 0.8s 1;
  -ms-animation: dcms_fadein_up 0.8s 1;
  -o-animation: dcms_fadein_up 0.8s 1;
  animation: dcms_fadein_up 0.8s 1;
}
#contact-form .dcms_error_area p.error_text:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  text-align: left;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom: 5px solid #FF6666;
  /*アニメーションをつける場合*/
  -webkit-animation: dcms_fadein_up 0.8s 1;
  -moz-animation: dcms_fadein_up 0.8s 1;
  -ms-animation: dcms_fadein_up 0.8s 1;
  -o-animation: dcms_fadein_up 0.8s 1;
  animation: dcms_fadein_up 0.8s 1;
}
/*アニメーションを設定する*/
@-webkit-keyframes dcms_fadein_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes dcms_fadein_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes dcms_fadein_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dcms_fadein_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* screens smaller than 600---------------------------------------------------------- */
@media only screen and (max-width:690px) {
	.form_contact_main dl {
    display: block;
  }
	.form_ttl {
    font-size: 4.6vw;
    /* line-height: 1.3; */
  }
  .form_contact_main dt , .form_contact_main dd {
   width: 100%;
   margin-left: 0;
  }
  .form_contact_main dd input {
    font-size: 17px;
  }
  .submit_button input {
    width: 90%;
    font-size: 4vw;
    /* padding: 1em 0.5em; */
  }
  .submit_button::after {
    font-size: 3vw;
    width: 1.6em;
    height: 1.6em;
    padding-top: 2px;
    right: 2.4em;
  }
  #privacy_txt {
    margin-left: 0;
    padding-left: 0;
    font-size: 90%;
  }
  #table_address td {
    display: block;
  }
  span.break {
    display: block;
    padding-left: 0;
  }
  input {
    width: 100%;
  }
  input[type=radio], input[type=checkbox] {
    width: 20px;
  }
}

/* 202504 ラジオボタン（ご相談内容）追加 */
.consult_content_radio_wrapper {
  display: flex;
  flex-flow: column wrap;
  font-size: 90%;
}
.consult_content_radio_wrapper div {
  display: flex;
  gap: 4px;
}
#headForm .contact_img {
  padding: 1em 1em;
}
@media only screen and (max-width:690px) {
  .consult_content_radio_wrapper {
    font-size: 12px;
  }
  .consult_content_radio_wrapper input[type="radio"] {
    width: 12px;
  }
  #headForm .contact_img {
    padding: 1em 0.5em;
  }
}