@charset "UTF-8";
.support-export-area {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto; }
  .support-export-area .text-red {
    margin-bottom: 2em; }

.support-export-area .support-export-title1 {
  margin-bottom: 40px;
  padding: 13px 10px;
  font-size: 80%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.support-export-area .support-export-title2 {
  margin-top: 40px;
  margin-bottom: 7px; }

.support-export-area .support-export-title3 {
  margin-top: 20px;
  margin-bottom: 7px; }

.support-export-area .support-export-list {
  padding: 7px 50px;
  margin-bottom: 40px; }

.support-export-area .support-export-others {
  margin-bottom: 2em;
  padding-left: 1.5em;
  line-height: 2; }

.text-blue {
  color: #0278C1; }

.btn-primary {
  max-width: 450px;
  height: 65px;
  margin: 30px auto; }

/*ページ全体タイトル*/
.title-wrap-wh {
  width: 100%; }

.title-wrap-wh .title-style1 {
  padding: 2em 1em 3em; }

/* ページの幅調整 */
#contact-form-page,
#contact-conf-page,
#contact-done-page {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  margin: 20px auto 100px; }

.fw-100 {
  /*フレックスの余白を埋めるため※共通*/
  display: flex;
  /*width: 100%;*/
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  justify-content: flex-start; }

/*--------------------------------------------------------------------*/
/*使い方・接続方法などのご相談*/
.gr-title {
  /*グレーのタイトル*/
  font-size: 2rem;
  font-weight: bold;
  margin: 53px 0 30px 0;
  padding: 1rem;
  background-color: #F7F7F7;
  text-align: center; }

.input-with-required {
  display: flex;
  align-items: flex-start; }

.required-elem-sp {
  display: none; }

.input-with-required .required-elem {
  /*フォームテーブルの必須タグ*/
  display: inline-block;
  background-color: #38B281;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  margin-right: 1.5rem;
  margin-top: 1.2rem; }

.input-with-required .elem-0 {
  opacity: 0; }

.form-wrap .side-eng {
  /*半角英数字*/
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.form-wrap .side-eng input {
  margin-right: 1rem; }

.form-wrap .side-eng p {
  margin-top: 1rem;
  font-size: 1.4rem; }

/* フォームテーブル */
.form-content-wrap {
  width: 100%;
  border-collapse: collapse; }

.form-content-wrap th, .form-content-wrap td {
  padding: 15px;
  vertical-align: top; }

.form-content-wrap th {
  width: 250px;
  text-align: left; }

.form-content-wrap th p {
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: normal; }

.form-content-wrap td input[type="email"] {
  max-width: 480px; }

.form-content-wrap td input[type="tel"] {
  max-width: 222px; }

.form-content-wrap .checkbox-group {
  /*共通チェックボックスの調整*/
  display: flex;
  margin: 0;
  gap: 2rem; }

.form-content-wrap .checkbox-group .checkbox-item {
  display: flex;
  align-items: center; }

.form-content-wrap .checkbox-group .checkbox-item input {
  margin-top: 0;
  margin-right: 1rem; }

.form-group-input.postal-code p {
  width: 100%;
  /*住所ボタンの崩れ*/ }

.form-group-input.postal-code .btn-style4 {
  width: 210px; }

/* 型番と台数 */
.model-number .postal-code {
  margin-bottom: 0.3em; }

.form-gr {
  /*グレーのテーブル*/ }

.form-gr th, .form-gr td {
  border-bottom: 1px dotted #BFBFBF; }

.form-gr th {
  background-color: #f5f5f5; }

.form-wh {
  /*白いテーブル*/ }

.form-wh th {
  text-align: left; }

/*--------------------------------------------------------------------*/
/* お問い合わせ内容 */
/*テキストエリア*/
textarea {
  flex: 1;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  resize: vertical;
  min-height: 200px; }

textarea:focus {
  border-color: #38B281;
  outline: none; }

/*ファイル選択*/
.file-group {
  display: flex;
  align-items: center; }

.file-group .file-label {
  width: 100px; }

.file-group .file-button {
  position: relative; }

.file-group .file-button:hover {
  background-color: #f9f9f9; }

.file-group .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }

/*年月日*/
.select-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%; }

.select-date select {
  width: auto;
  min-width: 74px;
  border-radius: 0;
  display: inline-block;
  height: 35px;
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #BFBFBF;
  outline: none; }

.select-date .unit {
  font-size: 1.4rem; }

/* 確認ボタン */
.form-submit {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.form-submit button {
  margin: 0 3rem 3rem; }

/*--------------------------------------------------------------------*/
/*確認ページ*/
.form-img-wrap {
  width: 200px;
  height: 200px;
  margin-right: 1rem; }

.form-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.conf-form .conf-item {
  width: auto;
  margin-right: 2rem;
  margin-top: 1.1rem; }

/*--------------------------------------------------------------------*/
/*完了ページ*/
.done-text {
  text-align: center; }

.done-text p {
  margin-bottom: 2rem; }

.done-text p .big-text {
  font-size: 2rem; }

/*--------------------------------------------------------------------*/
/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .support-export-area .support-export-list {
    padding: 1em 2em;
    margin: 4em 0; }

  .input-with-required {
    display: block;
    margin-bottom: 2em; }

  .required-elem-sp {
    display: inline-block;
    background-color: #38B281;
    color: #FFF;
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
    margin-left: 1rem;
    margin-top: 1.2rem; }

  .form-table {
    /*縦並び・余白*/ }

  .form-table th, .form-table td {
    display: block;
    width: 100%; }

  .form-table th {
    background: #F7F7F7;
    margin-bottom: 1em; }

  .form-table .required-elem {
    display: none; }

  .form-table td {
    padding: 0.5rem 0 0; }

  .form-group-input.postal-code .btn-style4 {
    width: calc(100% - 200px); }

  .form-group-input.postal-code .select-date {
    border-bottom: 1em; }
    .form-group-input.postal-code .select-date .unit {
      width: 3em; }
    .form-group-input.postal-code .select-date input {
      width: calc(100% - 3em);
      max-width: 100%; } }
