@charset "UTF-8";
/* ************************************** _
タイトル：other.css
概要：中日本モビリティ other用css
作成：2026.03.31
更新：2026.03.31
_ ************************************** */
/* ************************************** _
タイトル：_other.scss
概要：中日本モビリティ other用
_ ************************************** */
/* ========================================
   下層ヒーロー
======================================== */
.page-hero--environment {
  background-image: url("../images/home/top_aboutus_bg.jpg");
}

.page-hero--solicitation {
  background-image: url("../images/ownership/bg_mainimg_ownership.jpg");
}

.page-hero--fd {
  background-image: url("../images/ownership/bg_mainimg_ownership.jpg");
}

.page-hero--privacy {
  background-image: url("../images/home/top_aboutus_bg.jpg");
}

.page-hero--ownership {
  background-image: url("../images/ownership/bg_mainimg_ownership.jpg");
}

.page-hero--usage {
  background-image: url("../images/home/top_aboutus_bg.jpg");
}

.page-hero--company {
  background-image: url("../images/home/top_aboutus_bg.jpg");
}

/* ========================================
   環境への取り組み
======================================== */
.environment-image {
  text-align: center;
  margin-bottom: 30px;
}
.environment-image img {
  margin-inline: auto;
}

.environment-lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 100px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .environment-lead {
    font-size: 1.4rem;
  }
}

.environment-policy {
  margin-bottom: 30px;
}

.environment-policy dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.environment-policy dd {
  margin-left: 0;
}

.environment-list {
  margin-top: 15px;
  padding-left: 20px;
}

.environment-list li {
  margin-bottom: 8px;
}

/* ========================================
   プライバシーポリシー
======================================== */
.privacy-text {
  line-height: 1.9;
}

.privacy-list,
.privacy-sublist {
  padding-left: 1.5em;
}
.privacy-list > li,
.privacy-sublist > li {
  margin-bottom: 20px;
  line-height: 1.9;
}
.privacy-list a:link,
.privacy-list a:visited,
.privacy-sublist a:link,
.privacy-sublist a:visited {
  text-decoration: underline;
  color: #3688BA;
}
.privacy-list a:hover,
.privacy-list a:active,
.privacy-sublist a:hover,
.privacy-sublist a:active {
  text-decoration: none;
}

.privacy-sublist {
  margin-top: 12px;
}
.privacy-sublist > li {
  list-style-type: lower-roman;
}

.privacy-banner {
  margin: 40px 0;
  text-align: center;
}
.privacy-banner img {
  max-width: 100%;
  height: auto;
}

.privacy-list--continue {
  margin-top: 0;
}

/* ========================================
   所有権解除
======================================== */
.ownership-text {
  line-height: 1.9;
  margin-bottom: 24px;
}

.ownership-label {
  font-weight: 700;
  margin-bottom: 16px;
}

.ownership-sign {
  margin-top: 50px;
  text-align: right;
  line-height: 1.9;
}

/* ========================================
   ご利用にあたって
======================================== */
.usage-text a:link,
.usage-text a:visited {
  text-decoration: underline;
  color: #3688BA;
}

/* ========================================
   会社概要
======================================== */
.corporate-creed {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  z-index: auto;
  margin: 0 0 80px 0;
}
.corporate-creed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 87.5%;
  height: 85%;
  background: #f8f8f8;
  z-index: -1;
}
.corporate-creed__bord {
  margin: 50px auto;
  text-align: center;
  width: 100%;
}
.corporate-creed__bord img {
  border-radius: 12px;
  margin-inline: auto;
  padding-inline: 10px;
  width: min(620px, 100%);
}
.corporate-creed__text {
  margin: 0 -10% 0 2%;
  width: 58%;
}
.corporate-creed__body {
  margin: 0 0 20px 0;
  z-index: 2;
  display: inline-block;
  position: relative;
  text-shadow: 0 0 5px #fff;
}
.corporate-creed__image {
  max-width: 600px;
  width: 45%;
  margin-top: auto;
}

@media screen and (max-width: 1040px) {
  .corporate-creed__text {
    width: 50%;
  }
  .corporate-creed__body br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .corporate-creed {
    flex-direction: column;
  }
  .corporate-creed::before {
    width: 100%;
  }
  .corporate-creed__text {
    max-width: none;
    margin: 0 0 30px 0;
    padding-inline: 30px;
    width: 100%;
  }
  .corporate-creed__message {
    text-align: center;
    font-size: 1.6em;
    margin: 0 0 40px 0;
  }
  .corporate-creed__image {
    text-align: center;
    margin: 0 auto;
    padding-inline: 10px;
    width: min(600px, 100%);
  }
  .company-table th {
    white-space: nowrap;
    width: 120px !important;
  }
}
/*# sourceMappingURL=_maps/other.css.map */
