@charset "UTF-8";
/*---------------------
config
---------------------*/
/*
mixin
---------------*/
/*
function
---------------*/
/*---------------------
config
---------------------*/
/*
mixin
---------------*/
/*
function
---------------*/
#mail01.contents {
  background: url("../../images/inquiry/bg_contents.png") no-repeat top 0 center/contain, url("../../images/common/bg_main.png") 50% 0% repeat;
}

#mail01 .contact-box {
  align-items: center;
  border: 1px solid #eb6100;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 32px 0;
}

#mail01 .contact-box__heading {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-right: 60px;
}

#mail01 .contact-box__content__tel {
  background: url("../../images/inquiry/mail01/icon_tel.png") 0% 50% no-repeat;
  background-size: 23px 23px;
  font-size: 3rem;
  font-weight: 700;
  padding-left: 30px;
}

#mail01 .contact-box__content__tel a {
  color: #eb6100;
}

#mail01 .contact-box__content__time {
  font-size: 1.4rem;
}

#mail01 .mail01-contents {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  width: 80%;
}

#mail01 .mail01-contents a {
  color: #eb6100;
}

#mail01 .mail01-contents p {
  margin-bottom: 32px;
}

#mail01 .mail01-contents ul {
  margin-bottom: 40px;
}

#mail01 .mail01-contents li {
  line-height: 1.625;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

#mail01 .mail01-contents li::before {
  color: #eb6100;
  content: "●";
  display: inline-block;
  font-size: 1rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.8em;
}

#mail01 .mail01-heading1 {
  border-bottom: 2px solid #eb6100;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 8px;
}

#mail01 .mail01-text1 {
  color: #eb6100;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 32px;
}

#mail01 .required {
  height: 16px;
  margin-left: 8px;
  vertical-align: -0.1em;
  width: 16px;
}

#mail01 .mail01-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  width: 80%;
}

#mail01 .mail01-form button {
  background: #fff url("../../images/common/icon_arrow_btn01.png") 25px 50% no-repeat;
  background-size: 16px 7px;
  border: 1px solid #d5d5d5;
  border-radius: 5px 5px;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  line-height: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: center;
  width: 350px;
}

#mail01 .mail01-form__required {
  background: url("../../images/inquiry/mail01/icon_required.png") 0% 0.3em no-repeat;
  background-size: 16px 16px;
  font-weight: 700;
  margin-bottom: 32px;
  padding-left: 24px;
}

#mail01 .mail01-form__items {
  border-bottom: 3px solid #dadada;
  border-top: 3px solid #dadada;
  padding-bottom: 8px;
  padding-top: 8px;
}

#mail01 .mail01-form__items dl {
  border-bottom: 1px solid #dadada;
  display: flex;
  padding: 20px 32px;
}

#mail01 .mail01-form__items dl:last-child {
  border-bottom: 0;
}

#mail01 .mail01-form__items dt {
  color: #eb6100;
  flex-shrink: 0;
  padding-top: 0.3em;
  width: 200px;
}

#mail01 .mail01-form__items .subject dt {
  padding-top: 0;
}

#mail01 .mail01-form__items dd {
  width: 100%;
}

#mail01 .mail01-form__items input[type="text"] {
  background: #eaeaea;
  border: 0;
  font-size: 1.6rem;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

#mail01 .mail01-form__items input[type="text"]#postalcode {
  width: 300px;
}

#mail01 .mail01-form__items input[type="text"]::-webkit-input-placeholder {
  color: #8b8b8b;
}

#mail01 .mail01-form__items input[type="text"]:-moz-placeholder {
  color: #8b8b8b;
}

#mail01 .mail01-form__items input[type="text"]::-moz-placeholder {
  color: #8b8b8b;
}

#mail01 .mail01-form__items input[type="text"]:-ms-input-placeholder {
  color: #8b8b8b;
}

#mail01 .mail01-form__items textarea {
  background: #eaeaea;
  border: 0;
  font-size: 1.6rem;
  height: 170px;
  padding: 16px;
  width: 100%;
}

#mail01 .mail01-form__items select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eaeaea url("../../images/inquiry/mail01/icon_arrpw_down.png") 100% 50% no-repeat;
  background-size: 30px 6px;
  border: 0;
  font-size: 1.6rem;
  height: 40px;
  padding-left: 16px;
  padding-right: 46px;
}

#mail01 .mail01-form__items select::-ms-expand {
  display: none;
}

#mail01 .mail01-form__parts-name {
  display: flex;
  flex-wrap: nowrap;
}

#mail01 .mail01-form__parts-name > div {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-right: 30px;
  width: 50%;
}

#mail01 .mail01-form__parts-name > div:last-child {
  margin-right: 0;
}

#mail01 .mail01-form__parts-name > div span {
  padding-right: 10px;
}

#mail01 .mail01-form__parts-gender {
  display: flex;
}

#mail01 .mail01-form__parts-gender label {
  margin-right: 30px;
}

#mail01 .mail01-form__parts-gender label:last-child {
  margin-right: 0;
}

#mail01 .mail01-form__parts-gender input {
  margin-left: 8px;
}

#mail01 .mail01-form__comment {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-top: 20px;
}

#mail01 .mail01-form__comment span {
  color: #eb6100;
}

@media screen and (max-width: 768px) {
  #mail01.contents {
    background: url("../../images/inquiry/bg_contents_sp.png") no-repeat top 0 center/contain, url("../../images/common/bg_main.png") 50% 0% repeat;
  }
  #mail01 .contact-box {
    flex-direction: column;
    padding: 6vw;
  }
  #mail01 .contact-box__heading {
    margin-right: 0;
  }
  #mail01 .contact-box__content {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #mail01 .mail01-contents {
    padding-top: 0;
  }
  #mail01 .mail01-form button {
    background: #fff url("../../images/common/icon_arrow_btn01.png") 8% 50% no-repeat;
    background-size: 16px 7px;
    border: 2px solid #d5d5d5;
    font-size: 1.3rem;
    line-height: 13.33333vw;
    margin-top: 10vw;
    width: 70.4vw;
  }
  #mail01 .mail01-form__items dl {
    flex-direction: column;
    padding: 6vw 0;
  }
  #mail01 .mail01-form__items dt {
    margin-bottom: 16px;
    width: 100%;
  }
  #mail01 .mail01-form__items input[type="text"]#postalcode {
    width: 200px;
  }
  #mail01 .mail01-form__parts-name {
    flex-direction: column;
  }
  #mail01 .mail01-form__parts-name > div {
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
  }
  #mail01 .mail01-form__parts-name > div:last-child {
    margin-bottom: 0;
  }
  #mail01 .mail01-form__parts-gender label {
    margin-bottom: 8px;
    margin-right: 15px;
  }
  #mail01 .mail01-form__parts-gender label:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  #mail01 .mail01-contents {
    width: 100%;
  }
  #mail01 .mail01-form {
    width: 100%;
  }
}

/*# sourceMappingURL=../../sourcemaps/inquiry/mail02.css.map */
