/* このページのグローバルスタイル */
#footer ul{list-style:none;margin:0;}
.l-footer-nav__list-child .l-footer-nav__link {
    padding-left: 0;
}
.section .container {
  max-width: 1000px;
}
.mcs-content {
  background: #fff;
  padding-bottom: 5rem;
}
.mcs-content h2 {
  line-height: 1.5;
}
.mcs-content h2 span {
  background: linear-gradient(transparent 80%, #ffa200 80%);
}
.mcs-content .button {
  align-items: center;
  background: #ffa200;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  border-radius: 35px;
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  justify-content: center;
  margin: 1.5rem auto 0;
  max-width: 600px;
  line-height: 1;
  padding: 20px;
}
.mcs-content .button:hover {
  text-decoration: none;
}
.mcs-content .button .label {
  background: #c41919;
  font-size: 20px;
  margin-right: 15px;
  padding: 5px 15px;
  position: relative;
}
.mcs-content .button .label:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -6px;
  top: 8px;
  border-left: 6px solid #c41919;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.header .container {
  max-width: 1030px;
}
.footer {
  max-width: 1030px;
  margin: auto;
}

@media screen and (max-width: 40em) {
  .mcs-content {
    padding-bottom: 2.5rem;
  }
  .mcs-content .button {
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    margin: 1.5rem auto 0;
    max-width: 600px;
    line-height: 1;
    padding: 15px;
  }
  .mcs-content .button .label {
    font-size: 14px;
    margin-right: 10px;
    padding: 3px 15px;
  }
  .mcs-content .button .label:before {
    top: 4px;
  }
}

/* メインイメージ */
.hero-section {
  background: url(../images/hero-bg.png) no-repeat center center / cover;
  padding: 1.5rem;
  margin: 0 auto;
}
.hero-section .hero-row {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  padding: 5rem 0;
}
.hero-section .hero-row .hero-left {
  padding-right: 60px;
  width: 50%;
}
.hero-section .hero-row .hero-left h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.hero-section .hero-row .hero-left h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.hero-section .hero-row .hero-right {
  width: 50%;
}
.hero-section .hero-row .hero-right img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 52.5em) {
  .hero-section .hero-row {
    display: block;
  }
  .hero-section .hero-row .hero-left {
    padding-right: 0;
    width: 100%;
  }
  .hero-section .hero-row .hero-left h2 {
    text-align: center;
  }
  .hero-section .hero-row .hero-left h3 {
    text-align: center;
  }
  .hero-section .hero-row .hero-right {
    margin-top: 2.5rem;
    width: 100%;
  }
  .hero-section .hero-row .hero-right img {
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 40em) {
  .hero-section .hero-row {
    padding: 2rem 0;
  }
  .hero-section .hero-row .hero-left h2 {
    font-size: 2.6rem;
  }
  .hero-section .hero-row .hero-left h3 {
    font-size: 1.6rem;
  }
  .hero-section .hero-row .hero-right img {
    width: 100%;
  }
}

/* メディカルケアステーション（MCS）とは */
.intro-section {
  padding-bottom: 0;
}
.intro-section h3 {
  margin: 0 auto;
}
.intro-section .content-lead {
  margin-bottom: 0;
}

/* 3つのポイント */
.point-section .point-row {
  margin: 0 auto;
  max-width: 1000px;
}
.point-section .point-row .point-col {
  align-items: center;
  display: flex;
  margin-top: 3rem;
}
.point-section .point-row .point-col .img {
  width: 150px;
}
.point-section .point-row .point-col .img img {
  display: block;
  width: 100%;
}
.point-section .point-row .point-col .text {
  font-size: 1.8rem;
  padding-left: 30px;
  width: calc(100% - 150px);
}
.point-section .point-row .point-col .text h3 {
  align-items: center;
  color: #ffa200;
  display: flex;
  font-size: 2.6rem;
}
.point-section .point-row .point-col .text h3 .label {
  background: #ffa200;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 15px;
  padding: 0.2rem 0.6rem;
}
.point-section .point-row .point-col .text p {
  margin: 0;
}
@media screen and (max-width: 52.5em) {
  .point-section .point-row .point-col .img {
    width: 100px;
  }
  .point-section .point-row .point-col .text {
    font-size: 1.6rem;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 40em) {
  .point-section .point-row .point-col {
    display: block;
    margin-top: 1.5rem;
  }
  .point-section .point-row .point-col .img {
    margin: 0 auto 1rem;
    max-width: 40%;
    width: 100%;
  }
  .point-section .point-row .point-col .text {
    padding: 0;
    width: 100%;
  }
  .point-section .point-row .point-col .text h3 {
    font-size: 2rem;
    justify-content: center;
  }
  .point-section .point-row .point-col .text h3 .label {
    font-size: 1.3rem;
  }
  .point-section .point-row .point-col .text p {
    text-align: center;
  }
}

/* CTAボタンのセクション */
.cta-section {
  background: #fff;
  padding: 0 1.5rem;
}
.cta-section .container {
  background: #fffbe1;
  border-radius: 10px;
  padding: 3rem;
}
.cta-section h3 {
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (max-width: 40em) {
  .cta-section {
    padding: 0;
  }
  .cta-section .container {
    border-radius: 0;
    padding: 2rem 1.5rem;
  }
}

/* お問合せはこちらのセクション 191008 */
.cta-section-2 {
  background: #fff;
  padding: 0 1.5rem;
  margin-top: 40px
}
.cta-section-2 .container {
  background: #ddeffd;
  border-radius: 10px;
  padding: 3rem;
}
.cta-section-2 h3 {
  font-weight: 600;
  margin: 0 auto;
}
.mcs-content .cta-section-2 .button {
  margin: 1.5rem auto;
  background: #1268ae
}
@media screen and (max-width: 40em) {
  .cta-section-2 {
    padding: 0;
  }
  .cta-section-2 .container {
    border-radius: 0;
    padding: 2rem 1.5rem;
  }
}

/* メディカルケアステーション（MCS）にできること */
.ability-section {
  padding-bottom: 0;
}
.ability-section .columns {
  margin: 0 auto;
  max-width: 1000px;
}
.ability-section .columns h4 {
  color: #ffa200;
  font-weight: 600;
}

/* 数字で見るMCS */
.performance-section {

}
.performance-section .data-box .box-item {
  text-align: center;
}
.performance-section .data-box .box-item img, .data-box .box-item div {
  display: inline-block;
  float: none;
}


/* 安心のサポート体制 */
.support-section .support-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}
.support-section .support-row .img {
  width: 150px;
}
.support-section .support-row .img img {
  display: block;
  width: 100%;
}
.support-section .support-row .text {
  font-size: 1.8rem;
  padding-left: 30px;
}
@media screen and (max-width: 52.5em) {
  .support-section .support-row .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 40em) {
  .support-section .support-row {
    display: block;
  }
  .support-section .support-row .img {
    margin: 0 auto;
    max-width: 40%;
    width: 100%;
  }
  .support-section .support-row .text {
    padding-left: 0;
    text-align: center;
  }
}

/* 医師会・施設の担当者さまへ */
.suggest-section {
  padding-bottom: 0;
}
.suggest-section h3 {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
.suggest-row {
  background: #fffbe1;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 3rem;
}
.suggest-row hr {
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #303742;
}
.suggest-row .suggest-col {
  align-items: center;
  display: flex;
}
.suggest-row .suggest-col .img {
  width: 100px;
}
.suggest-row .suggest-col .img img {
  display: block;
  width: 100%;
}
.suggest-row .suggest-col .text {
  padding-left: 30px;
  width: calc(100% - 100px);
}
.suggest-row .suggest-col .text h4 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.suggest-row .suggest-col .text h5 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
}
.suggest-row .suggest-col .text h5 span {
  font-size: 2rem;
}
.suggest-row .suggest-col .text p {
  font-size: 1.8rem;
  margin: 0;
}
@media screen and (max-width: 40em) {
  .suggest-row {
    padding: 1.5rem;
  }
  .suggest-row hr {
    margin: 1.5rem 0;
  }
  .suggest-row .suggest-col {
    display: block;
  }
  .suggest-row .suggest-col .img {
    margin: 0 auto;
    max-width: 40%;
    width: 100%;
  }
  .suggest-row .suggest-col .text {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .suggest-row .suggest-col .text h4 {
    font-size: 1.6rem;
  }
  .suggest-row .suggest-col .text h5 {
    font-size: 2rem;
  }
  .suggest-row .suggest-col .text h5 span {
    display: block;
    font-size: 1.6rem;
  }
  .suggest-row .suggest-col .text p {
    font-size: 1.6rem;
  }
}
