@color-link-visited : #666 !default;
@color-link-hover : #666 !default;
.hero_contact {
  background-color: #b49a85;
}
#contact .l-section .l-inner {
  width: 600px;
  padding-bottom: 40px;
}
#contact .l-section h1 {
  margin-bottom: 50px;
}
#contact .l-section--01 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #E4F3FB;
}
#contact .l-section--01 .l-inner {
  width: 940px;
}
#contact .l-section--02 .l-inner {
  width: 600px;
}
.contactCaution {
  border: 1px solid #ea3326;
}
.contactCaution__header {
  display: flex;
  align-items: center;
  padding: 12px 40px;
  background-color: #ea3326;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
}
.contactCaution__icon {
  width: 37px;
  margin-right: 10px;
}
.contactCaution__body {
  padding: 20px 40px;
  background-color: #fff;
}
.contactCautionList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contactCautionList__item {
  font-size: 1.8rem;
  line-height: 1.6;
  min-width: 240px;
  display: inline-block;
}
.contactCautionList__item:before {
  content: '●';
  color: #ea3326;
  margin-right: 0.2em;
}
/**
 * 旧お問い合わせフォームのcss流用、上書き
 */
.contact {
  margin-bottom: 45px;
  padding: 15px 15px 55px;
}
.contactTop {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contactTop__item:first-child {
  padding-right: 10px;
  flex: 1;
}
.contactTop__item:last-child {
  width: 85%;
}
.contactTop__title {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
.contactTop__text {
  font-size: 1.2rem;
}
.contactAttention {
  margin: 0 10px 30px;
  padding: 15px;
  border: 2px solid red;
  border-radius: 6px;
  background-color: #fff;
}
.contactAttention__title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.contactAttentionList {
  display: flex;
  flex-wrap: wrap;
}
.contactAttentionList > li {
  font-size: 1.2rem;
}
.contactAttentionList > li.is-nallow {
  width: 50%;
}
.contactSend {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.contactSend--large {
  width: 75%;
}
.contactSend--multi {
  width: 100%;
  width: 940px;
  margin-left: -170px;
  margin-right: -170px;
  margin-bottom: 50px;
}
.contactSend__item {
  width: 45%;
  padding: 0;
}
.contactSend__btn1 {
  justify-content: center;
}
.contactEtc {
  margin: auto;
  width: 60%;
}
.contactEtc__text {
  font-size: 1.1rem;
  text-align: center;
}
.contactEtc__privacy {
  font-size: 1.1rem;
  text-align: center;
  margin: 30px 0 -20px;
}
.contactEtc__confirm {
  font-size: 1.1rem;
  text-align: center;
}
.contactTitle {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #555;
}
.contactForm {
  margin-bottom: 30px;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="number"],
.contactForm input[type="password"] {
  font-size: 1.4rem;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  line-height: 1.5;
}
.contactForm input[type="radio"] {
  vertical-align: middle;
}
.contactForm select {
  min-width: 50%;
  height: 2.2em;
  font-size: 1.4rem;
  border-radius: 4px;
  background-color: #fff;
}
.contactForm label {
  vertical-align: middle;
}
.contactForm textarea {
  width: 100%;
  height: 8em;
  padding: 5px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.contactForm .is-error {
  border: 1px solid #fd6183 !important;
}
.contactForm__input--short {
  width: 25%;
}
.contactForm__input--veryshort {
  width: 18%;
}
.contactForm__input--long {
  min-width: 70%;
}
.contactFormMulti {
  display: flex;
}
.contactFormMulti__item {
  margin-right: 10px;
}
.contactCheckList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contactCheckList__item {
  padding: 2px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.contactCheckList__item > input {
  vertical-align: middle;
  margin-right: 5px;
}
.contactCheckList__item > label {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}
.contactCheckList__item:last-child {
  padding: 2px 0 0;
}
.contactConfirm {
  margin: 0;
  padding: 15px;
  border: 2px solid #007dbe;
  background-color: #fff;
}
.contactConfirm a {
  color: #007DBE /*c-blue*/;
}
.contactConfirm .text {
  font-size: 1.4rem !important;
}
.contactResult__text {
  font-size: 1.4rem;
}
.contactResult__span {
  font-size: 1.2rem;
  color: #666;
}
.contactError {
  margin: 5px 0;
  font-size: 1.4rem;
  color: #ea3326;
  line-height: 1.5;
}
.contactNote {
  font-size: 1rem;
}
.contactCol__item {
  margin: 8px 0;
}
.contactCol__item:last-child {
  margin-right: 0;
}
.contactCol__title {
  font-size: 1.4rem;
  margin: 3px 0;
}
.topBranches {
  position: relative;
  min-height: 124px;
}
.topBranches .topBranches__load {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topBranches.is-active .topBranches__load {
  display: none;
}
.text-label.text-label--orange {
  background-color: #F59C55;
  font-size: 1.8rem;
  color: #fff;
  padding: 2px 5px;
  margin-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*# sourceMappingURL=../maps/contact.css.map */
