@charset "utf-8";

/* お問合せ
------------------------------------------------------------ */
#contact #section01{margin: 0 auto 6em;}
#contact #section02{ padding-bottom: 6em;}
#contact.contact .txt{
  width: 90%;
  padding: 2em 0;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
}
#contact.thanks .txt p{font-size: 1.5em;}
#contact.contact .txt span{
  display: block;
  color: #e91d1d;
  padding-top: 1em;
}
#contact.contact label span{
  color: #e91d1d;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
#contact.contact form{
  margin: auto;
}
#contact.thanks .comp_area{
  width: 90%;
  min-height: 20em;
  margin: auto;
  padding: 3em;
  border-bottom: 1px solid #c9c9c9;
}
#contact.thanks .comp_txt{margin-bottom: 3em;}
#contact.thanks .comp_txt-red{
  font-size: 0.9em;
  color: #e50101;
  margin-bottom: 2em;
}
#contact.thanks .compbtn_area{ margin: 3em auto;}

#contact.contact dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  border-bottom: 1px solid #c9c9c9;
}
#contact.contact dt{width: 30%;}
#contact.contact dd{width: 70%;}
#contact.contact .q-arrow,
#contact.contact .s-arrow{
    position: relative;
    width: 40%;
}
#contact.contact .q-arrow:before,
#contact.contact .q-arrow:after,
#contact.contact .s-arrow:before,
#contact.contact .s-arrow:after{
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    right: 5%;
}
#contact.conf .q-arrow:before,
#contact.conf .q-arrow:after,
#contact.conf .s-arrow:before,
#contact.conf .s-arrow:after {display: none;}
#contact.contact .q-arrow:before,
#contact.contact .s-arrow:before {
  border-width: 6px 4px 0 4px;
  border-top-color: #6c9cd1;
  bottom: 30%;
}
#contact.contact .q-arrow:after,
#contact.contact .s-arrow:after {
  border-width: 0px 4px 6px 4px;
  border-bottom-color: #6c9cd1;
  top: 30%;
}
#contact.contact select{
    padding: 1em 1em 1em 1.5em;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
#contact.contact input,
#contact.contact textarea {
    padding: 1em 1em 1em 1.5em;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

#contact.contact #quest,
#contact.contact #company,
#contact.contact #name,
#contact.contact #furigana,
#contact.contact #mail,
#contact.contact #tel,
#contact.contact #com{ width: 95%;}
#contact.contact .policyarea{padding: 2em 0 4em;}
#contact.contact .policy{
  -webkit-appearance: auto;
  appearance: auto;
}

#contact.contact .policyarea p{
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact.contact .policyarea p:first-child{margin-bottom: 1em;}
#contact.contact .policyarea #policy{ margin-right: 15px;}
#contact.conf  .policyarea p.p-link{display: none;}
#contact.contact .policyarea p a{
  color: #777777;
  text-decoration: underline;
}
#contact.contact .policyarea p a:hover{color: #6c9cd1;}
#contact.contact .btn03 {
  width: 30%;
  margin: auto;
}
#contact.conf  .btn03 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 60%;
}
#contact.conf  .btn03 p{width: 45%;}

#contact.contact .btn03 .subbtn{
	display: block;
	letter-spacing: 0.6em;
	box-sizing: border-box;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #000;
  border-radius: 0;
	padding: 0.3em 1em;
	background: #000;
	color: #fff;
	width: 100%;
  min-height: 2.5em;
  transition: all 0.2s ease-in-out;
}
#contact.contact .btn03 .subbtn:hover{
	background: #fff;
	color: #000;
}
#contact.conf  .btn03 .backbtn{
  display: block;
  letter-spacing: 0.6em;
  box-sizing: border-box;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #969696;
  border-radius: 0;
  padding: 0.3em 1em;
  background: #969696;
  width: 100%;
  min-height: 2.5em;
  transition: all 0.2s ease-in-out;
}
#contact.conf  .btn03 .backbtn:hover{
	background: #fff;
	color: #969696;
}
#contact.thanks .btn03 a {
  display: block;
  letter-spacing: 0.6em;
  box-sizing: border-box;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0.3em 1em;
  background: #000;
  color: #fff;
  width: 100%;
  min-height: 2.5em;
  transition: all 0.2s ease-in-out;
}
#contact.thanks .btn03 a:hover{
	background: #fff;
	color: #000;
}
@media screen and (min-width:521px) and ( max-width:1024px) {
  .contactarea {padding: 4em 0;}
  .contents {
    width: 95%;
    margin: auto;
}

}
@media screen and (max-width: 520px) {
  .underpage::before {
    height: 350px;
    min-height: 30vh;
    top: 3%;
}
  .under .ttlarea .ttl01 { font-size: 2em;}
  #contact #section01 {margin: 0 auto 3em;}
  #contact.contact .txt{font-size: 0.8em;}
  #contact.contact .contactbox-in dl {
    flex-direction: column;
    font-size: 0.9em;
    padding: 0;
  }
  #contact.contact .contactbox-in .q-arrow,
  #contact.contact .contactbox-in .s-arrow { width: 100%;}

  #contact.contact .contactbox-in dt {
    width: 100%;
    margin: 0 auto 0.8em;
    border-bottom: dotted 1px #c6c6c6;
    padding: 0.8em 1em;
}
#contact.contact .contactbox-in dd {
    width: 100%;
    margin-bottom: 1em;
}
#contact.contact .contactbox-in select {width: 100%;}
#contact.contact input,
#contact.contact textarea {border-radius: 5px;}
#contact.contact label span { vertical-align: text-bottom;}

#contact.contact .policyarea p {font-size: 0.8em;}
#contact.contact .btn03 {
  justify-content: space-between;
  width: 95%;
}
#contact.contact .btn03 .subbtn{ font-size: 0.9em;}
#contact.conf  .contactbox-in dd{padding: 0 1em;}
#contact.conf  .btn03 .backbtn{
  font-size: 0.9em;
  color: #fff;
  }
#contact.thanks .contactarea .txt {
  width: 95%;
  padding: 2em 0 1em;
}
#contact.thanks .contactarea .txt p {font-size: 1.2em;}
#contact.thanks .contactarea .comp_area {
    width: 95%;
    margin: auto;
    padding: 2em 0;
    font-size: 0.8em;
    text-align: center;
}
#contact.thanks .contactarea .comp_txt-red {
    font-size: 1em;
    margin-bottom: 2em;
}
#contact.thanks .btn03 a {font-size: 0.9em;}

}
/* 詳細
------------------------------------------------------------ */
