@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : contact.css                                  */
/* update : 2020                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#contact .h1_wrap {
  background: url(../../contact/img/h1_bg.jpg) no-repeat center center/cover;
}

#contact section {
  margin-top: 80px;
}

.intro {
  color: #3b2526;
  text-align: center;
  margin: 50px 0;
  letter-spacing: 2px;
  background: none;
}

.intro .btn01 a {
  margin: 25px auto 55px;
  max-width: 300px;
  letter-spacing: 1px;
}

.form_wrap {
  background: #e8e8e5;
  padding: 40px 150px 60px;
}

#wrap {
  background: #f2f2f2;
  padding-bottom: 100px;
}

/*~~~~~~ フォームテーブル ~~~~~~*/
.form_table {
  margin-top: 5px;
  width: 100%;
}

.form_table th {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-align: left;
  width: 230px;
  position: relative;
  vertical-align: middle;
  font-weight: normal;
  color: #3b2526;
  letter-spacing: 2px;
}

.form_table th .small {
  font-size: 11px;
}

.form_table td {
  width: calc(100% - 230px);
  padding: 20px 0px 20px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  word-break: break-all;
}

.required {
  font-size: 12px;
  border: solid 1px #845455;
  color: #845455;
  padding: 0 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0;
}

.error {
  position: absolute;
  bottom: 0;
  left: 18px;
  color: #ff0000;
  font-size: 12px;
}

.error_agree {
  color: #ff0000;
  font-size: 12px;
}

/*~~~~~~ ラジオボタン ~~~~~~*/
.radio_input {
  display: none;
}

.radio_input:checked + label {
  color: #ff48a9;
}

.radio_input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 15px;
  height: 15px;
  background: #ff48a9;
  border-radius: 50%;
}

.radio_input + label {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.radio_input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio_form input[type="radio"] {
  margin-right: 5px;
}

/*~~~~~~ テキスト ~~~~~~*/
.text_form input {
  border: none;
  background: #fff;
  padding: 10px;
  letter-spacing: 2px;
  width: 70%;
  max-width: 450px;
}

.text_form input.text02 {
  width: 30%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.text_form input.text03 {
  width: 90%;
  margin-bottom: 10px;
  margin-left: 20px;
}

.text_form input.text06 {
  width: 20%;
}

.text_form input[type="button"] {
  color: #ff48a9;
  border: solid 1px #ff48a9;
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.text_form02 {
  max-width: 450px;
}

/*~~~~~~ セレクトボックス ~~~~~~*/
.select_form {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select_form select {
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  background: #f5f5f5;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: none;
}

.select_form::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select_form.select01 {
  width: 71%;
}

.select_form.select03 {
  width: 6.5em;
  margin-right: 10px;
}

.select_form.select04 {
  width: 5em;
  margin-right: 10px;
}

.select_form.select05 {
  width: 10em;
  margin-bottom: 10px;
  margin-left: 20px;
}

.select_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*~~~~~~ チェックボックス ~~~~~~*/
input[type=checkbox] {
  display: none;
}

.flex_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 450px;
}

.flex_checkbox label {
  width: 48%;
  margin-right: 2%;
  font-size: 13px;
  margin-bottom: 15px;
  color: #3b2526;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

label.checkbox2 {
  position: relative;
  padding-left: 25px;
}

label.checkbox2::before {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  top: 50%;
  left: 0px;
}

label.checkbox2:after {
  border-right: 3px solid #3b2526;
  border-bottom: 3px solid #3b2526;
  content: '';
  display: block;
  height: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  left: 6px;
}

.flex_checkbox label.checkbox2:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.agree_text {
  margin: 27px 0 50px;
}

.agree_text .checkbox2 {
  letter-spacing: 2px;
}

/*~~~~~~ テキストエリア ~~~~~~*/
textarea {
  width: 100%;
  background: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

/*~~~~~~ submitボタン ~~~~~~*/
.submit_wrap {
  text-align: center;
}

input[type="submit"].submit_btn {
  width: 50%;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  background: #3b2526;
  text-align: center;
  border: solid 1px #3b2526;
  letter-spacing: 2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.back_btn {
  width: 50%;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  color: #3b2526;
  background: fff;
  text-align: center;
  border: solid 1px #3b2526;
  letter-spacing: 2px;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 20px;
}

/*----------------------------------------------------------*/
/* pcホバー用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  input[type="submit"].submit_btn:hover {
    color: #3b2526;
    background: inherit;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .back_btn:hover {
    background: #3b2526;
    color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  /* --------------pcホバー用のCSS END----------------- */
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  #wrap {
    padding-top: 50px;
  }
  .intro {
    margin: 25px 0;
  }
  .intro .btn01 a {
    margin: 15px auto 25px;
  }
  /*~~~~~~ フォームテーブル ~~~~~~*/
  .form_wrap {
    padding: 5px 20px 30px;
  }
  .form_table {
    margin-top: 0px;
    table-layout: fixed;
  }
  .form_table th {
    display: block;
    width: 100%;
    padding: 15px 0px 0 0px;
    border-bottom: none;
  }
  .form_table td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
  .required {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-left: 10px;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .error {
    left: 0;
  }
  /*~~~~~~ ラジオボタン ~~~~~~*/
  /*~~~~~~ テキスト ~~~~~~*/
  .text_form input {
    border: none;
    padding: 10px;
    width: 100%;
  }
  .text_form input.text02 {
    width: 100%;
  }
  .text_form input.text03 {
    width: 100%;
    margin-left: 0;
  }
  .text_form input.text06 {
    width: calc(calc(100% - 3.3em)/3);
  }
  .text_form input[type="button"] {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  /*~~~~~~ セレクトボックス ~~~~~~*/
  .select_form.select01 {
    width: 100%;
  }
  .select_form.select05 {
    margin-left: 0;
  }
  /*~~~~~~ チェックボックス ~~~~~~*/
  .flex_checkbox label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flex_checkbox label.checkbox2:nth-last-of-type(2) {
    margin-bottom: 10px;
  }
  .agree_text {
    margin: 5px 0 25px;
  }
  .agree_text .checkbox2 {
    display: block;
    text-align: left;
  }
  /*~~~~~~ submitボタン ~~~~~~*/
  input[type="submit"].submit_btn {
    width: 90%;
    max-width: inherit;
  }
  /* -------------------sp END--------------------------- */
}
/*# sourceMappingURL=contact.css.map */