/* ------------------------------
 お問合せ */

#add_customizer_inquiry_wrapper {
  width: 100%;
  color: #000;
}
#add_customizer_inquiry_wrapper .content {
  padding-top: 14em;
}
@media screen and (max-width: 767px) {
  #add_customizer_inquiry_wrapper .content {
    padding-top: 8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #add_customizer_inquiry_wrapper .content {
    padding-top: 10em;
  }
}

#add_customizer_inquiry_wrapper {
  width: 100%;
  color: #000;
  padding-top: 50px;
  padding-bottom: 250px;
  margin-top: -16em;
}
#add_customizer_inquiry_wrapper > .inquiry_method_wrap {
  width: 100%;
  margin-top: -16px;
}

#add_customizer_inquiry_wrapper .sentence {
  margin: 2% 0;
}
#add_customizer_inquiry_wrapper .sentence > .sentence_1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

#add_customizer_inquiry_wrapper .sentence .sentence_1 > .methods {
  width: 31.3%;
  margin: 1%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 8px 0px #b9c6da;
  padding: 4% 3%;
  display: flex;
  flex-direction: column;
}
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods
  > .method-items {
  width: 100%;
  margin: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* お問合せ方法タイトル */
@media all and (max-width: 480px) {
  #add_customizer_inquiry_wrapper
    .sentence
    > .sentence_1
    > .methods.method_2
    > .title {
    font-size: 10px !important;
  }
}
/* お問合せ方法タイトル・画像 */
#add_customizer_inquiry_wrapper .sentence .sentence_1 > .methods > .title,
#add_customizer_inquiry_wrapper .sentence .sentence_1 > .methods > .image {
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
/* その他情報テキスト */
#add_customizer_inquiry_wrapper .sentence .sentence_1 .methods > .text {
  margin: 2em 0 1em;
}
#add_customizer_inquiry_wrapper
  .sentence
  > .sentence_1
  > .methods
  > .text
  > .text_caution,
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods
  > .text
  > .text_caution {
  font-size: 10px !important;
}
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods
  > .text
  .text_img {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  #add_customizer_inquiry_wrapper
    .sentence
    .sentence_1
    > .methods
    > .text
    .text_img {
    min-height: 60px;
  }
}
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods
  > .text
  .text_cont {
  min-height: 140px;
}

/* method_1 */
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods.method_1
  > .text
  > .text_1 {
  white-space: nowrap;
  text-align: center;
}
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods.method_1
  > .text
  > .text_2 {
  text-align: center;
}
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods.method_1
  > .text
  > .text_3 {
  margin-top: 8%;
  color: #454545;
}

/* method_2 */
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods.method_2
  > .text
  > .text_1 {
  color: #454545;
}

/* method_3 */
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods.method_3
  > .text
  > .text_4,
#add_customizer_inquiry_wrapper
  .sentence
  .sentence_1
  > .methods.method_3
  > .text
  > .text_5 {
  color: #454545;
}

/* ボタン */
#add_customizer_inquiry_wrapper .sentence .methods > .action > .btn_wrap {
  text-align: center;
  width: 100%;
}
#add_customizer_inquiry_wrapper
  .sentence
  .methods
  > .action
  > .btn_wrap
  .inquiry-btn {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #0090d4;
  border: 1px solid #0090d4;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.25s ease, color 0.25s ease;
}
#add_customizer_inquiry_wrapper
  .sentence
  .methods
  > .action
  > .btn_wrap
  .inquiry-btn:hover {
  background: #fff;
  color: #0090d4;
}
@media screen and (max-width: 767px) {
  #add_customizer_inquiry_wrapper
    .sentence
    .methods
    > .action
    > .btn_wrap
    .inquiry-btn {
    padding: 8px;
    font-size: 11px;
  }
}
