@charset "utf-8";
/* CSS Document */
/* 共通 */
.greeting,
.overview {
  padding: 2rem 0 4rem;
  line-height: 1.7;
}
.miniNav ul {
  justify-content: center;
  margin: 2rem auto 4rem;
}
.miniNav ul li {
  max-width: 32%;
  flex-basis: 32%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.miniNav ul li:after {
  content: "";
  background: url(../../img/corporate/icon_arrow_l.png) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 1rem;
}
.miniNav ul li:nth-last-child() {
  margin-right: 0%;
}
a.btn_miniNav {
  display: inline-block;
  line-height: 72px;
  color: #333;
  width: 84%;
}
a.btn_miniNav:hover {
  color: #039;
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
  .miniNav ul {
    justify-content: center;
    margin: 2rem auto 2rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .greeting,
  .overview {
    padding: 1rem 0 1rem;
    line-height: 1.7;
  }
  .miniNav ul li {
    max-width: 80%;
    flex-basis: 80%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* ごあいさつ */
.greeting .wrapper {
  max-width: 650px;
}
.greeting .wrapper p:not(:last-child) {
  margin-bottom: 1em;
}
.ceo {
  text-align: right;
}
@media screen and (max-width: 736px) {
  .greeting p {
    font-size: 0.875rem;
  }
}
/* 会社概要 */
.overview_table {
  width: 100%;
}
.overview_table tr th,
.overview_table tr td {
  padding: 0.8rem;
}
.overview_table tr th {
  width: 21.8%;
  text-align: left;
}
.overview_table tr:nth-child(even) {
  background: #eaebf0;
}
a.btn_history:before {
  content: "";
  background: url(../../img/corporate/btn_history.png) no-repeat;
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
}
a.btn_business:before {
  content: "";
  background: url("../../img/corporate/btn_business.png") no-repeat;
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
}
table.access th {
  width: 25%;
  text-align: left;
}
table.access td {
  width: 75%;
}
@media screen and (max-width: 736px) {
  .overview_table tr th,
  .overview_table tr td {
    font-size: 0.875rem;
  }
  .overview_table tr th {
    white-space: nowrap;
  }
  table.access {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}
/* 取り扱い店舗 */
.stores_table {
  margin-inline: auto;
  width: 100%;
  max-width: 610px;
}
.stores_table tr th,
.stores_table tr td {
  padding: 0.8rem;
}
.stores_table tr th {
  text-align: left;
}
.stores_table tr:nth-child(even) {
  background: #eaebf0;
}
@media screen and (max-width: 736px) {
  .stores_table tr th,
  .stores_table tr td {
    font-size: 0.875rem;
  }
  .stores_table tr th {
    white-space: nowrap;
  }
}
/* .list_logo {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_logo li {
  flex-basis: 22%;
  max-width: 22%;
  margin-bottom: 2rem;
}
.list_logo::before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
.list_logo::after {
  content: "";
  display: block;
  width: 22%;
}*/
a.btn_map:before {
  content: "";
  background: url("../../img/corporate/btn_map.png") no-repeat;
  width: 72px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
} 
/* @media screen and (max-width: 736px) {
  .list_logo li {
    flex-basis: 46%;
    max-width: 46%;
    margin-bottom: 1rem;
  }
}  */

/* 年表 */
.chronology {
  padding: 3rem 0;
  background: #80cbeb;
  margin-bottom: 3rem;
}
.chronology .sec_ttl_s {
  color: #fff;
}
.history_table {
  width: 100%;
}
.history_table tr th,
.history_table tr td {
  padding: 0.8rem;
}
.history_table tr th {
  width: 21.8%;
  text-align: left;
}
.history_table tr th span {
  display: inline-block;
  width: 2.5em;
}
.history_table strong {
  font-weight: 500;
}
.history_table tr th span:nth-child(3) {
  text-align: right;
}
.history_table tr:nth-child(odd) th,
.history_table tr:nth-child(odd) td {
  background: #eaebf0;
}
.history_table tr td img {
  margin-bottom: 0;
}
.history_img {
  flex-basis: 60%;
  width: 60%;
  margin-right: 3%;
}
.history_text {
  flex-basis: 37%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history_text::before {
  content: "";
  display: block;
}
.txt_date {
  text-align: right;
}
@media screen and (max-width: 736px) {
  .chronology {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }
  .history_table tr th,
  .history_table tr td {
    font-size: 0.875rem;
  }
  .history_table tr th {
    white-space: nowrap;
  }
  .history_table tr td > p:first-child,
  .history_table tr td img {
    margin-bottom: 0.5rem;
  }
  .history_img {
    flex-basis: auto;
    width: 100%;
    margin-right: 0;
  }
  .history_text {
    flex-basis: auto;
  }
  .txt_date {
    font-size: 0.875rem;
  }
}

/***************************
 ** 全国の特約店マップ
 */
.shop_map {
  margin-bottom: 6rem;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .ggmap {
    padding-bottom: 120%;
  }
}

/***************************
 ** CSR
 */

/*　モリタの考える社会貢献活動　*/
.csr_top {
  padding: 2rem 0 4rem;
  line-height: 1.7;
}

.csr_top .top_section_ttl {
  font-size: 1.25rem;
}

.activities .top_section_ttl {
  margin-bottom: 6rem;
}

.activities .set_area {
  margin-bottom: 3rem;
}

.activities .set_area .set_text p:first-of-type {
  line-height: 2;
}

/* これまでの取り組みと、これから */
.attempt {
  padding: 2rem 0;
  background: #eaebf0;
}

.attempt .section_en_ttl {
  color: #fff;
}

.attempt_lead {
  max-width: 640px;
  margin: 0 auto 4rem;
  line-height: 2;
}

.attempt .set_area {
  margin-bottom: 4rem;
}

.attempt_text_ttl {
  color: #039;
  font-size: 3.125rem;
  margin-bottom: 2rem;
}

.attempt_text_ttl span:first-of-type {
  font-size: 1.875rem;
}

.attempt_text_sub_ttl {
  font-size: 1.5rem;
}

.attempt_01 .attempt_text_ttl {
  font-size: 2.5rem;
  line-height: 1.2;
}

.attempt_text_list li {
  margin-bottom: 1em;
  line-height: 2;
  display: table;
  width: 100%;
}

.attempt_text_list li p {
  display: table-cell;
}

.attempt_text_list li p span {
  font-size: 1.15em;
  color: #039;
  font-weight: 500;
}

.attempt_text_list li::before {
  content: "●";
  color: #039;
  font-size: 0.75em;
  display: table-cell;
  width: 1.5em;
}

.attempt .set_img span {
  display: block;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 0.5em;
}

.attempt .base_btn {
  margin-bottom: 2rem;
}

/* モリタのフレイル予防活動 */
.frailty {
  padding: 3rem 0;
}

.frailty_ttl {
  text-align: center;
  font-size: 1.5rem;
  color: #039;
  font-weight: 500;
  margin-bottom: 2rem;
}

.frailty_text {
  line-height: 2;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.frailty_text span {
  font-size: 1.15em;
  font-weight: 500;
  color: #039;
}

.frailty_img {
  margin-bottom: 2rem;
}

.frailty_img p {
  flex-basis: 47.5%;
}

.frailty_img p:first-child {
  margin-right: 5%;
}

.frailty .square_btn {
  max-width: 440px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.4em;
}

@media screen and (max-width: 736px) {
  .csr_top {
    padding: 1rem 0 1rem;
  }

  .csr_top .top_section_ttl {
    font-size: 0.875rem;
  }

  .activities .top_section_ttl {
    margin-bottom: 1.5rem;
  }

  .activities .set_area .set_img img {
    width: 75%;
  }

  /* これまでの取り組みと、これから */
  .attempt {
    padding: 1rem 0;
  }

  .attempt .section_en_ttl {
    color: #fff;
  }

  .attempt_lead {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }

  .attempt .set_area {
    margin-bottom: 2rem;
  }

  .attempt .text-img_area {
    flex-direction: column;
  }

  .attempt_01 .set_text {
    margin-bottom: 1rem;
  }

  .attempt_text_ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .attempt_01 .attempt_text_ttl {
    font-size: 1.6rem;
  }

  .attempt_text_ttl span:first-of-type {
    font-size: 1rem;
  }

  .attempt_text_sub_ttl {
    font-size: 1rem;
  }

  .attempt .set_img img {
    width: 90%;
  }

  .attempt .set_img span {
    font-size: 0.75rem;
  }

  .attempt .base_btn {
    margin-bottom: 2rem;
  }

  /* モリタのフレイル予防活動 */
  .frailty {
    padding: 2rem 0;
  }

  .frailty_ttl {
    font-size: 1.15rem;
    margin-bottom: 1rem;
  }

  .frailty_text {
    margin: 0 auto 1rem;
    font-size: 0.875rem;
  }

  .frailty_text span {
    font-size: 1em;
  }

  .frailty_img {
    margin-bottom: 1rem;
  }

  .frailty_img p {
    flex-basis: auto;
  }

  .frailty_img p:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .frailty .square_btn {
    padding: 1em;
    font-size: 0.875rem;
  }
}
