/* Scss Document */
.contact-frame {
  margin-top: 2em;
  padding: 1.5em;
  border: solid 1.5em #f5f5f5;
  font-weight: bold;
}
.contact-items {
  margin-bottom: 1em;
}
.contact-item {
  text-align: center;
  color: #163b70;
}
.contact-item h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-item h4:before, .contact-item h4:after {
  content: "";
  width: 33%;
  height: 1px;
  background: #163b70;
  display: inline-block;
}

.caution-wrapper {
  padding: 1.5em;
  border: solid 1px #e51c24;
}
.caution-wrapper h4 {
  margin-bottom: 0.5em;
  color: #e51c24;
  letter-spacing: 0;
}

.privacy {
  border: solid 1px #E2E2E2;
  overflow: auto;
  background: #fff;
}
.privacy h4 {
  color: #163b70;
  margin: 1em auto;
}
.privacy h4:first-child {
  margin-top: 0;
}
.privacy-wrapper {
  margin: 2em auto;
  background: #f5f5f5;
}
.privacy-wrapper p {
  margin: 0 0 1em;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}
.privacy-wrapper .agreement {
  margin-top: 1em;
  padding: 0.5em;
  border: solid 1px #163b70;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #163b70;
}
.privacy-wrapper .agreement a {
  color: #163b70;
}

@media only screen and (min-width: 601px) {
  .contact-items {
    margin: 0 auto 1em;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-item {
    padding: 0 5%;
    width: 50%;
  }
  .contact-item h4 {
    font-size: 1.8rem;
  }
  .contact-item address {
    font-size: 4rem;
  }

  .caution-wrapper h4 {
    font-size: 1.8rem;
  }

  .privacy {
    padding: 30px;
    height: 240px;
  }
  .privacy h4 {
    font-size: 1.8rem;
  }
  .privacy-wrapper {
    padding: 30px;
  }
  .privacy-wrapper h3 {
    font-size: 1.8rem;
  }
  .privacy-wrapper .agreement {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .contact-frame {
    font-size: 1.4rem;
  }
  .contact-items {
    margin: 0 auto 1em;
  }
  .contact-item h4 {
    font-size: 1.4rem;
  }
  .contact-item address {
    font-size: 3.2rem;
  }

  .caution-wrapper {
    font-size: 1.4rem;
  }
  .caution-wrapper h4 {
    font-size: 1.6rem;
  }

  .privacy {
    padding: 3vw;
    height: 240px;
    font-size: 1.4rem;
  }
  .privacy h4 {
    font-size: 1.6rem;
    text-align: left;
  }
  .privacy-wrapper {
    padding: 4vw;
  }
  .privacy-wrapper h3 {
    font-size: 1.6rem;
  }
  .privacy-wrapper .agreement {
    font-size: 1.6rem;
  }
}