* {
  box-sizing: border-box;
}

body, html, h1, p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
}

body {
  font: 1rem Arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #393939;
  overflow: hidden;
  height: 100vh;
}

a {
  text-decoration: none;
}

.symptom {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 760px) {
  .symptom {
    flex-direction: row;
  }
}
.symptom__left {
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 360px) {
  .symptom__left {
    height: 130px;
  }
}
@media screen and (min-width: 414px) {
  .symptom__left {
    height: 130px;
  }
}
@media (min-width: 760px) {
  .symptom__left {
    width: 50%;
    min-width: 460px;
    height: 100vh;
    margin: auto;
    overflow: auto;
  }
}
.symptom__right {
  height: calc(100% - 150px);
}
@media screen and (max-width: 360px) {
  .symptom__right {
    height: calc(100% - 130px);
  }
}
@media screen and (min-width: 414px) {
  .symptom__right {
    height: calc(100% - 130px);
  }
}
@media (min-width: 760px) {
  .symptom__right {
    width: 50%;
    max-width: 760px;
    height: 100vh;
    margin-left: auto;
    border-left: 1px solid #E7EBEE;
  }
}
.symptom__header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 360px) {
  .symptom__header {
    padding: 0.6rem;
  }
}
@media (min-width: 760px) {
  .symptom__header .btn {
    display: none;
  }
}

h1 a {
  width: 134px;
  height: 45px;
  display: block;
  background: url("Sepaco_Logo.png") no-repeat;
  background-size: contain;
  text-indent: -99999px;
}
@media (min-width: 760px) {
  h1 a {
    width: 220px;
    height: 74px;
    margin: 1rem;
  }
}

.btn {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  max-width: 140px;
  color: #F7F7F7;
  font-size: 0.8rem;
  border-radius: 0.2rem;
  background-color: #2973B5;
  text-align: center;
}
.btn span {
  display: block;
  font-weight: 800;
}
@media screen and (max-width: 360px) {
  .btn {
    font-size: 0.7rem;
  }
}
@media (min-width: 760px) {
  .btn {
    max-width: 100%;
    padding: 0.9rem 1.8rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.btn:hover {
  background-color: #2466a0;
}

.content-mobile {
  background-color: #2973B5;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  margin-top: auto;
}
@media (min-width: 760px) {
  .content-mobile {
    display: none;
  }
}

.overlay-mobile {
  width: 100vw;
  height: 100vh;
  background-color: rgba(36, 64, 31, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-mobile.hide {
  display: none;
}
@media (min-width: 760px) {
  .overlay-mobile {
    display: none;
  }
}
.overlay-mobile__center {
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
  background-color: #fff;
  text-align: center;
  border-radius: 0.5rem;
}
.overlay-mobile__center h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
}
.overlay-mobile__center .btn {
  font-size: 1.2rem;
  margin: 1.5rem 0 2rem 0;
  display: block;
  width: 100%;
  max-width: 100%;
  font-weight: 800;
  padding: 1rem 0;
}
.overlay-mobile__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.overlay-mobile__footer img {
  width: auto;
  height: 45px;
}
@media screen and (max-width: 360px) {
  .overlay-mobile__footer img {
    height: 35px;
  }
}

.content-desktop {
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem 2rem 2rem;
  height: 100%;
  max-width: 640px;
}
@media (min-width: 760px) {
  .content-desktop {
    display: flex;
  }
}
.content-desktop__center {
  padding-bottom: 2rem;
}
.content-desktop__center h2 {
  font-size: 2rem;
  width: 90%;
  margin: 1rem 0;
  font-family: arial, helvetica, sans-serif;
}
.content-desktop__center p {
  font-size: 1.2rem;
  line-height: 2rem;
}
.content-desktop__center .contact-more {
  margin-top: 3rem;
}
.content-desktop__center .contact-more p {
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.content-desktop__center .contact-more p a {
  color: #5C6D9D;
}
.content-desktop__center .contact-more p a:hover {
  text-decoration: underline;
}
.content-desktop__footer {
  height: 70px;
  margin-top: auto;
}
.content-desktop__footer img {
  width: auto;
  height: 100%;
  margin-right: 2rem;
}

iframe {
  border: none;
  width: 100%;
  height: calc(100% + 70px);
  margin-top: -70px;
}

/*# sourceMappingURL=style.css.map */
