@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
/* --------------------------- FVスライド -------------------------*/
.fv-area {
    position: relative;
    width: 90%;
    margin: 30px auto 0;
    height: auto;
    min-height: 350px;
    max-height: 650px;
}
.fv h1 {
    display: block;
    z-index: 2;
    position: absolute;
    left: 100px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    color: #2c2c2c;
    /* text-shadow:0 0 15px rgba(68, 68, 68, 0.5);*/
    background-color: #ffffff;
    padding: 5px 0 8px 10px;
}
.fv .copy1 {
  bottom: 180px;
} 
.fv .copy2 {
  bottom: 110px;
} 
.fv-area .swiper {
    border-radius: 20px;
}
.swiper-wrapper {
    height: auto!important;
}
.fv-area .swiper-slide {
    max-height: 600px;
}
.fv-area .swiper-slide img {
    width: 100%;
}
.fv-area .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.fv-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 5px;
}
.fv-area .swiper-pagination-bullet {
  background-color: #ffffff;
}
@media (max-width: 779px) {
  .fv-area {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 3%;
  }
  .fv h1 {
    left: 10%;
    font-size: 1.9rem;
  }
  .fv .copy1 {
    top: 30px;
    bottom: auto;
  } 
  .fv .copy2 {
    top: 70px;
    bottom: auto;
  } 
}
/* --------------------------- お知らせエリア -------------------------*/
.caution-area {
    margin-top: 50px;
}
.caution-area h2{
    background-color: #E1F2F8;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px 0;
}
.caution-area h2 .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    color: #1840a0;
    font-size: 20px;
    font-weight: bold;
  }
  .caution-area h2 .title-text {
    font-size: 2.4rem;
    color: #1740A0;;
  }
  .caution-area .info-text {
    text-align: center;
    padding: 15px;
  }
  .caution-area .tel-btn {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 20px;
  }
  .caution-area .tel-btn p {
    padding-top: 10px;
  }
  .caution-area .times {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
  }
  .caution-area .times .gairai {
    width: 60%;
  }
  .caution-area .times .yakan {
    width: 38%;
  }
  .caution-area table.pconly {
    display: revert;
  }
  /* ニュースエリア */
  .news-area .line-box {
    display: flex;
    margin-top: 20px;
  }
  .news-area h3 {
    width: 150px;
    height: fit-content;
  }
  .news-area .news-list {
    width: 100%;
  }
  .news-area .news-list .page-link {
    margin: 8px 0 0 auto;
    display: block;
    text-align: right;
    width: 200px;
    color: #1A40A2;
    font-size: 1.6rem;
  }
  .news-area .news-item:first-child {
      border-top: solid 1px #9ED3E6;
  }
  .news-area .news-item {
      border-bottom: solid 1px #9ED3E6;
  }
  .news-area .news-cont {
      display: flex;
      align-items: center;
      margin-left: 30px;
      padding: 15px 0;
  }
  .news-area .date-cat {
      display: flex;
      align-items: center;
      font-size: 1.4rem;
      width: 36%;
  }
  .news-area .date {
      margin-right: 30px;
  }
  .news-area .cat {
      background-color: #E1F2F8;
      border-radius: 20px;
      padding: 1px 15px;
  }
  .news-area .news-item.arrow::before {
      top: 42%;
  }

/* ボタン */
  .person-btns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
  }
  .person-btns div {
    width: 30%;
  }
  .person-btns div a {
    width: 100%;
  }
  .icon-wrap {
    background-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .icon-wrap img {
    width: 45px;
    height: auto;
  }
  .btn-text {
    margin-left: 10px;
    font-size: 2.4rem;
  }
  .person-btns .arrow::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.936' height='11' viewBox='0 0 24.936 11'%3E%3Cg id='グループ_91' transform='translate(-739.5 -157.5)'%3E%3Cpath d='M5.5,0,11,9H0Z' transform='translate(764.436 157.5) rotate(90)' fill='%23fff'/%3E%3Cpath d='M19.436,1H0V-1H19.436Z' transform='translate(739.5 163)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.2em;
    height: 0.8em;
    transition: right .3s;
}
.person-btns .beginner-btn.arrow:hover::before {
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.936' height='11' viewBox='0 0 24.936 11'%3E%3Cg id='グループ_91' transform='translate(-739.5 -157.5)'%3E%3Cpath d='M5.5,0,11,9H0Z' transform='translate(764.436 157.5) rotate(90)' fill='%2325AA5D'/%3E%3Cpath d='M19.436,1H0V-1H19.436Z' transform='translate(739.5 163)' fill='%2325AA5D'/%3E%3C/g%3E%3C/svg%3E");
}
.person-btns .repeat-btn.arrow:hover::before {
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.936' height='11' viewBox='0 0 24.936 11'%3E%3Cg id='グループ_91' transform='translate(-739.5 -157.5)'%3E%3Cpath d='M5.5,0,11,9H0Z' transform='translate(764.436 157.5) rotate(90)' fill='%231C9BD3'/%3E%3Cpath d='M19.436,1H0V-1H19.436Z' transform='translate(739.5 163)' fill='%231C9BD3'/%3E%3C/g%3E%3C/svg%3E");
}
.person-btns .family-btn.arrow:hover::before {
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.936' height='11' viewBox='0 0 24.936 11'%3E%3Cg id='グループ_91' transform='translate(-739.5 -157.5)'%3E%3Cpath d='M5.5,0,11,9H0Z' transform='translate(764.436 157.5) rotate(90)' fill='%23EA76A0'/%3E%3Cpath d='M19.436,1H0V-1H19.436Z' transform='translate(739.5 163)' fill='%23EA76A0'/%3E%3C/g%3E%3C/svg%3E");
}
/* 初心者 */
  .beginner-btn {
    display: inline-flex;
    align-items: center;
    background-color: #25AA5D;
    border: solid 5px #25AA5D;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    transition: 0.3s ease;
  }
  .beginner-btn:hover {
    background-color: #ffffff;
    color: #25AA5D;
  }
  .beginner-btn:hover .icon-wrap {
    background-color: #E4F7EC;
  }
  /* 再診 */
  .repeat-btn {
    display: inline-flex;
    align-items: center;
    background-color: #1C9BD3;
    border: solid 5px #1C9BD3;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    transition: 0.3s ease;
  }
  .repeat-btn:hover {
    background-color: #ffffff;
    color: #1C9BD3;
  }
  .repeat-btn:hover .icon-wrap {
    background-color: #E5F3F8;
  }
    /* 家族 */
    .family-btn {
      display: inline-flex;
      align-items: center;
      background-color: #EA76A0;
      border: solid 5px #EA76A0;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none;
      border-radius: 50px;
      padding: 10px 20px 10px 10px;
      transition: 0.3s ease;
    }
    .family-btn:hover {
      background-color: #ffffff;
      color: #EA76A0;
    }
    .family-btn:hover .icon-wrap {
      background-color: #FAEDF2;
    }
    @media (max-width: 779px) {
      .caution-area {
        margin-top: 40px;
      }
      .caution-area .info-text {
        padding: 12px 0;
      }
      .caution-area h2 .title-text {
        font-size: 1.7rem;
      }
      .caution-area .tel-btn {
        width: 86%;
        padding: 10px 20px;
      }
      .caution-area .tel-btn .text {
        padding-top: 8px;
      }
      .caution-area .tel-btn p {
        font-size: 1.5rem;
        padding-top: 2px;
      }
      .caution-area table.pconly {
        display: none;
      }
      .caution-area table.sponly {
        display: revert;
      }
      /* 外来受付時間 */
      .caution-area .times {
        display: block;
        margin-top: 40px;
      }
      .caution-area .times .gairai,
      .caution-area .times .yakan {
        width: 100%;
        margin-bottom: 15px;
      }
      .line-box {
        padding: 25px 20px;
      }
      .gairai .ampm {
        padding: 5px 0 0 0;
        line-height: 2.1rem;
      }
      .gairai .time {
        padding: 0 0 5px 0;
        line-height: 2.1rem;
      }
      .gairai .kubun {
        border-bottom: none;
      }
      .gairai .mark {
        font-size: 1.3rem;
      }
      .gairai th,
      .yakan th,
      .gairai td,
      .yakan td {
        font-size: 1.3rem;
      }
      .times thead.sponly,
      .times tbody.sponly {
        display: inline-table;
        width: 100%;
      }
      .times .head-line th:first-child {
        width: 44%;
      }
      .times .head-line th:not(:first-child){
        width: 8%;
      }
      .gairai thead th,
      .gairai thead td,
      .gairai tbody th,
      .gairai tbody td {
        padding: 5px 0;
        box-sizing: border-box;
      }
      /* お知らせ */
      .news-area .line-box {
        display: block;
        margin-bottom: 15px;
      }
      .news-area .news-cont {
        margin-left: 10px;
        display: block;
      }
      .news-area .date-cat {
        width: 100%;
      }
      .news-area .news-list .page-link {
        font-size: 1.4rem;
      }
      /* ボタン */
      .person-btns {
        justify-content: space-between;
        margin: 0;
        align-items: flex-start;
      }
      .person-btns div {
        width: 32%;
      }
      .icon-wrap {
        width: 50px;
        height: 50px;
        margin: 0 auto 8px;
      }
      .icon-wrap img {
        width: 50%;
      }
      .beginner-btn,
      .repeat-btn,
      .family-btn {
        display: block;
        text-align: center;
        border-radius: 10px;
        padding: 10px 0 25px;
      }
      .btn-text {
        font-size: 1.4rem;
        margin: 0;
      }
      .person-btns .arrow::before {
        top: 85%;
        right: 42px;
      }
      .person-btns .family-btn.arrow:hover::before {
        right: 36px;
      }
    }
/* --------------------------- 症状エリア -------------------------*/
.symptoms-area {
  width:96%;
  margin: 80px auto 0;
  background-color: #F9F5FD;
  border-radius: 20px;
  text-align: center;
  padding: 80px 30px;
}
.symptoms-area .en-ttl {
  color: #847098;
  opacity: .5;
  padding-bottom: 15px;
}
.symptoms-area .ja-ttl {
  color: #7C54A5;
}
.symptoms-area .main {
  padding: 30px 0;
}
.symptoms-area .main .flex {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px #E9E2EF;
  margin-bottom: 15px;
}
.symptoms-area .main .flex div {
  width: 30%;
}
.symptoms-area .main .flex div img {
  width: 60%;
  margin: 0 auto;
}
.symptoms-area .main .flex div p {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 10px;
}
.symptoms-area .main .flex ul {
  width: 30%;
  text-align: left;
}
.symptoms-area .main .flex ul li {
  position: relative;
  line-height: 3.4rem;
}
.symptoms-area .main .flex ul li::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.866' height='21' viewBox='0 0 23.866 21'%3E%3Cg transform='translate(-551 -2221)'%3E%3Crect width='21' height='21' rx='10.5' transform='translate(551 2221)' fill='%23f9f5fd'/%3E%3Cpath d='M554.35,2143.457l-6.043-7.286,3.079-2.554,3.4,4.1,9.423-8.38,2.658,2.989Z' transform='translate(8 95)' fill='%23847098'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8em;
  height: 1.6em;
  left: -45px;
  top: 5px;
}
/* ボタン */
.symptoms-area .btn {
  background-color: #7C54A5;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.9rem;
  border-radius: 50px;
}
.symptoms-area .btn .arrow {
  padding: 20px;
  display: block;
}
.symptoms-area .btn .arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.936' height='11' viewBox='0 0 24.936 11'%3E%3Cg id='グループ_91' transform='translate(-739.5 -157.5)'%3E%3Cpath d='M5.5,0,11,9H0Z' transform='translate(764.436 157.5) rotate(90)' fill='%23fff'/%3E%3Cpath d='M19.436,1H0V-1H19.436Z' transform='translate(739.5 163)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  right: 20px;
}
.symptoms-area .btn .arrow:hover::before {
  right: 10px;
}
@media (max-width: 779px) {
  .symptoms-area {
    margin-top: 50px;
    padding: 50px 3%;
  }
  .symptoms-area .en-ttl {
    padding-bottom: 5px;
  }
  .symptoms-area .main {
    padding: 20px 0;
  }
  .symptoms-area .main .flex {
    display: block;
  }
  .symptoms-area .main .flex div,
  .symptoms-area .main .flex ul {
    width: 100%;
  }
  .symptoms-area .main .flex ul li {
    padding-left: 25px;
  }
  .symptoms-area .main .flex ul li::before {
    left: -5px;
    width: 1.5em;
    height: 1.4em;
    top: 7px;
  }
  .symptoms-area .main .flex div img {
    width: 50%;
  }
  .symptoms-area .main .flex div p {
    font-size: 1.6rem;
    padding: 5px 0;
  }
  .symptoms-area .btn {
    width: 90%;
  }
  .symptoms-area .btn .arrow::before {
    right: 10px;
  }
}
/* --------------------------- サポートエリア -------------------------*/
.support-area {
  text-align: center;
  margin: 100px 0;
}
.support-area .en-ttl {
  color: #EF9C00;
  opacity: .3;
}
.support-area .ja-ttl {
  padding-bottom: 30px;
}
/* ボタンセット */
.support-area .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.support-area .center {
  margin: 0 auto;
}
.support-area .set {
  background-color: #FFF4E0;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 48%;
  margin-bottom: 15px;
  transition: 0.3s ease;
}
.support-area .set:hover {
  background-color: #ffe3af;
}
.support-area .set p {
  color: #ED6400;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0;
}
.support-area .set .texts {
  width: 40%;
  text-align: center;
}
.support-area .set .photo {
  overflow: hidden;
	display: block;
  border-radius: 10px;
}
.support-area .set .photo img {
  transition: transform .6s ease;
}
.support-area .set:hover .photo img {
  transform: scale(1.08);
}
@media (max-width: 779px) {
  .support-area {
    margin: 50px 0;
  }
  .support-area .main {
    display: block;
  }
  .support-area .set {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }
  .support-area .set .photo {
    width: 60%;
  }
  .support-area .set p {
    font-size: 1.5rem;
    padding: 5px 0;
  }
  .support-area .icon {
    width: 34%;
  }
  .support-area .r-arrow {
    width: 16%;
  }
  .support-area .ja-ttl {
    padding-bottom: 20px;
  }
}
/* --------------------------- 丸山荘病院について -------------------------*/

.about-area {
  width:96%;
  margin: 80px auto 0;
  background-color: #F5FBFD;
  border-radius: 20px;
  text-align: center;
  padding: 80px 0;
}
.about-area .en-ttl {
  color: #1840A0;
  opacity: .3;
}
.about-area .ja-ttl {
  color: #1840A0;
}
.about-area .main-img {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.about-area .main-img img {
  width: 100%;
}
.about-area .main-img h4 {
  position: absolute;
  left: 55%;
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  padding: 5px;
}
.about-area .main-img h4.first {
  top: 49%;
}
.about-area .main-img h4.second {
  top: 60%;
}
/* 想い */
.omoi .box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-image: url(../images/top/bird.png);
  background-position: 40% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 30px 0;
}
.omoi .box p {
  text-align: left;
}

/* ボタン */
.about-area .btn {
  background-color: #ffffff;
  border: solid 2px #1840A0;
  border-radius: 50px;
  color: #1840A0;
  font-size: 1.9rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 400px;
}
.about-area .btn a {
  display: block;
  padding: 15px;
}

/* 自動スライド */
.infinity-slider {
  overflow: hidden;
  width: 100%;
  padding: 100px 0 40px;
}
.slider-track {
  display: flex;
  animation: scroll 25s linear infinite;
  will-change: transform;
}
.slide {
  flex: 0 0 auto;
  width: calc((100% / 4) - 15px); /* PC時：4枚 */
  margin-right: 20px;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* 特徴のスライド */
.features {
  padding: 80px 0 30px;
}
.swiper-feature {
  overflow: hidden; 
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.swiper-feature .swiper-wrapper {
  position: relative;
}
.swiper-feature .swiper-slide-item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
}
.swiper-feature .swiper-slide .box {
  text-align: left;
  width: 50%;
  padding-left: 100px;
}
.swiper-feature .swiper-slide img {
  width: 40%;
}
.swiper-feature .number {
  color: #1840A0;
  font-size: 2.4rem;
  padding-bottom: 20px;
  display: block;
}
.swiper-feature h5 {
  padding-bottom: 10px;
  font-size: 2rem;
}
.swiper-feature p {
  padding-top: 10px;
  border-top: 1px solid #B4C4E1;
}

/* スライドの矢印 */
.swiper-feature .swiper-button-prev,
.swiper-feature .swiper-button-next {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
}
.swiper-feature .swiper-button-prev {
  right: 54%!important;
  left: auto!important;
}
.swiper-feature .swiper-button-next {
  right: 0!important;
  left: auto!important;
}
.swiper-feature .swiper-button-prev::after,
.swiper-feature .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 30px;
    margin: auto;
    width: 30px;
}
.swiper-feature .swiper-button-prev::after {
  background-image: url(../images/top/back-arrow.png);
}
.swiper-feature .swiper-button-next::after {
  background-image: url(../images/top/next-arrow.png);
}
@media (max-width: 779px) {
  .about-area {
    margin: 50px auto 0;
    padding: 40px 0;
  }
  .about-area .main-img {
    padding-top: 15px;
  }
  .about-area .main-img h4 {
    font-size: 1.5rem;
    left: 40%;
  }
  .about-area .main-img h4.first {
    top: 52%;
  }
  .about-area .main-img h4.second {
    top: 67%;
  }
  .about-area .main-img h4.third {
    top: 82%;
  }
  .omoi .box {
    background-image: url(../images/top/bird-sp.png);
    background-position: 100% 94%;
    background-repeat: no-repeat;
    padding: 20px 0 50px;
  }
  .about-area .btn {
    width: 90%;
  }
  .about-area .btn {
    border: solid 2px #1840A0;
    font-weight: 600;
  }
  .infinity-slider {
    padding: 40px 0;
  }
  .slide {
    width: calc((100% / 2.5) - 10px);
    margin-right: 10px;
  }
  .slider-track {
    animation: scroll 20s linear infinite;
  }
  /* 特徴 */
  .features {
    padding: 40px 0 30px;
  }
  .swiper-feature {
    padding: 20px 0;
  }
  .swiper-feature .swiper-slide {
    height: auto;
  }
  .swiper-feature .swiper-slide-item {
    height: 100%;
    display: block;
  }
  .swiper-feature .swiper-slide img {
    width: 100%;
  }
  .swiper-feature .swiper-slide .box {
    width: 100%;
    padding: 20px 0 0;
  }
  .swiper-feature .number {
    display: inline;
    padding-right: 10px;
  }
  .swiper-feature h5 {
    display: inline;
    width: 80%;
    font-size: 1.5rem;
  }
  .swiper-feature p {
    margin-top: 15px;
  }
  .swiper-feature .swiper-button-prev {
    right: 90%!important;
  }
  .swiper-feature .swiper-button-next {
    right: -10px!important;
  }
  .swiper-feature .swiper-button-prev::after,
  .swiper-feature .swiper-button-next::after{
    height: 20px;
    width: 15px;
  }

}
/* --------------------------- 院長メッセージ -------------------------*/
.message-area {
  width:96%;
  max-width: 1400px;
  margin: 80px auto;
  background-image: url(../images/top/intyou-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.message-area .name {
  position: absolute;
  top: 40%;
  left: 12%;
  background-color: #ffffff;
  padding: 10px;
}
.message-area .message {
  padding: 30px 0;
  width: 55%;
  margin: 0 3% 0 auto;
}
.message-area .en-ttl {
  color: #1840A0;
  opacity: .3;
}
.message-area .ja-ttl {
  color: #1840A0;
}
.message-area .message .box {
  background-color: rgba(255,255,255,0.85);
  border-radius: 15px;
  padding: 40px;
  margin: 30px 0;
  text-align: left;
}
.message-area .message .box h5 {
  font-size: 2.4rem;
  line-height: 4.2rem;
  padding-bottom: 30px;
}
/* ボタン */
.message-area .btn {
  background-color: #ffffff;
  border: solid 2px #1840A0;
  border-radius: 50px;
  color: #1840A0;
  font-size: 1.9rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 400px;
}
.message-area .btn a {
  display: block;
  padding: 15px;
}
@media (max-width: 779px) {
  .message-area {
    width: 88%;
    margin: 40px auto;
    background-image: none;
    padding: 0;
    position: relative;
  }
  .message-area .name {
    top: 50%;
    left: 6%;
    padding: 5px 10px;
  }
  .message-area .message {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
  }
  .message-area .message .box {
    padding: 0;
    margin: 0;
  }
  .message-area h5 {
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding: 20px 0;
  }
  .message-area .btn {
    border: solid 2px #1840A0;
    font-weight: 600;
    margin-top: 30px;
    width: 80%;
  }
}


