/**
 * |=================================================================
 * | futura.css
 * | 温浴介護装置 Futura ページCSS
 * |=================================================================
 */

/*--- 共通スタイル ---*/
h1.futura-product-name,
h2.futura-product-name {
  min-width: 28rem;
  margin: auto;
  background-color: #2e66c3;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 2.187vw;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  h1.futura-product-name,
  h2.futura-product-name {
    width: 100%;
    font-size: 1.5rem;
  }
}
h2.under-line-red {
  display: inline-block;
  font-weight: 900 !important;
  margin-bottom: 3rem !important;
  padding-bottom: 1rem;
  border-bottom: 2px red solid;
  letter-spacing: 0.3rem;
  width: fit-content;
  height: fit-content;
}
div.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  div.content-wrapper {
    background-color: white;
    padding: 1rem;
  }
}
table.futura {
  width: 100%;
}
table.futura th,
table.futura td {
  font-size: 1em;
  text-align: left;
  padding: 0.5rem;
  border: 2px solid #707070;
}
table.futura th {
  text-align: center;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  table.futura th,
  table.futura td {
    font-size: 0.8em;
  }
  table.futura th {
    width: 35%;
  }
}

/*--- スタイルオーバーライド ---*/
div.section-inner {
  min-height: auto;
}
footer {
  min-height: auto;
}

/*
 * メインビジュアルセクション
 */
div#main-visual {
  background-image: url(../images/futura/top-background.jpg);
  background-size: cover;
}

/**
 * メインビジュアルメッセージブロック
 */
div.main-visual__message {
  width: 44.188vw;
  left: 46.042vw;
  bottom: 3.24vh;
}
div.main-visual__message img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.main-visual__message {
    width: 50vw;
    bottom: 0.5rem;
  }
  div.main-visual__message img {
    width: 100%;
  }
}

/*
 * futuraインフォメーション
 */
div#futura-information {
  width: 100%;
  margin: 3rem auto;
}

/*
 * ロゴ下のライン
 */
div#line-under-logo {
  width: 100%;
  height: 1px;
  background-color: #555;
  margin: 3rem auto;
}

/*
 * futuraロゴ
 */
div#futura-logo {
  display: block;
  width: 15.62vw;
  max-width: 300px;
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  div#futura-logo {
    width: 100%;
  }
}

/*
 * お問い合わせTEL/FAX
 */
#footer-tel #label {
  font-size: 0.7em;
}

/**
 * コンセプトセクション
 */
section#concept h2 {
  width: 28rem;
  margin: auto;
  background-color: #2e66c3;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 2.187vw;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  section#concept h2 {
    width: 100%;
    font-size: 1.5rem;
  }
}
div.concept__heading {
  width: 100%;
  color: #2e66c3;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  div.concept__heading {
    font-size: 1.25rem;
    text-align: left;
  }
}
div.concept__content__pc {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
div.concept__content__mobile {
  display: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  div.concept__content__pc {
    display: none;
  }
  div.concept__content__mobile {
    display: block;
  }
}

/**
 * 製品一覧セクション
 */
h2.product-genre {
  text-align: center;
  font-size: 1em;
}
a.product {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
}

/**
 * 製品一覧
 */
label.product-list {
  display: inline-block;
  padding: 0.5em 3em;
  color: #707070;
  border: 2px solid #707070;
  border-radius: 10px;
}
div.product-list {
  max-width: 960px;
  margin: auto;
}
div.product-list a {
  text-decoration: none;
  color: #707070;
}

/**
 * 製品説明文
 */
div.description {
  width: 100%;
  padding: 1em 0;
  font-size: 1em;
}
