/* --------------------------------------------------
   Privacy Policy
-------------------------------------------------- */
.privacy-page__head{
  background:#F5F4F7;
  padding:150px 0 40px;
}
@media screen and (max-width:757px){
  .privacy-page__head{
    padding:72px 0 24px;
  }
}

.privacy-page__body{
  background:#FFFFFF;
  padding:40px 0 150px;
}
@media screen and (max-width:757px){
  .privacy-page__body{
    padding:24px 0 72px;
  }
}

.privacy-page__lead{
  margin-top:20px;
  margin-bottom:60px;
}
@media screen and (max-width:757px){
  .privacy-page__lead{
    margin-bottom:36px;
  }
}

.privacy-page__lead p{
  margin:0;
  font-size:16px;
  line-height:2.1;
  color:#4C4C4D;
}
@media screen and (max-width:757px){
  .privacy-page__lead p{
    font-size:14px;
  }
}

.privacy-page__section{
  margin-bottom:56px;
}
@media screen and (max-width:757px){
  .privacy-page__section{
    margin-bottom:36px;
  }
}

.privacy-page__section:last-child{
  margin-bottom:0;
}
@media screen and (max-width:757px){
  .privacy-page__section:last-child{
    margin-bottom:0;
  }
}

.privacy-page__text{
  margin-top:5px;
}
@media screen and (max-width:757px){
  .privacy-page__text{
    margin-top:14px;
  }
}

.privacy-page__text p{
  margin:0;
  font-size:15px;
  line-height:2.1;
  color:#4C4C4D;
}
@media screen and (max-width:757px){
  .privacy-page__text p{
    font-size:14px;
  }
}

.bold {
  font-weight: bold;
  margin-right:15px;
  font-size:1.2em;
}

.privacy-page__list{
  margin:14px 0 0;
  padding-left:1.4em;
}
@media screen and (max-width:757px){
  .privacy-page__list{
    margin:12px 0 0;
  }
}

.privacy-page__list li{
  margin-bottom:8px;
  font-size:16px;
  line-height:2;
  color:#4C4C4D;
}
@media screen and (max-width:757px){
  .privacy-page__list li{
    font-size:14px;
    margin-bottom:6px;
  }
}

.privacy-page__text a{
  color:#013D8C;
  text-decoration:underline;
}
@media screen and (max-width:757px){
  .privacy-page__text a{
    color:#013D8C;
  }
}

.material-title-1 {
  color:#013D8C;
  font-size: 25px;
  font-weight: 700;
  margin:0;
}
@media screen and (max-width:757px){
.material-title-1 {
  font-size: 20px;
  }
}


.material-title-2 {
  padding: 0 0.8em;
  color: #4C4C4D;
  background: transparent;
  border-left: solid 10px #013D8C;
  font-size: 25px;
}
@media screen and (max-width:757px){
.material-title-2 {
  font-size: 20px;
  }
}

.material-title-3 {
  color: #4C4C4D;
  font-size: 18px;
  font-weight: 700;
  margin:0;
}
@media screen and (max-width:757px){
.material-title-3 {
  font-size: 18px;
  }
}




/* --------------------------------------------------
   Contact
-------------------------------------------------- */
.contact-page__body {
  padding: 80px 0;
}

.contact-page__lead {
  margin-bottom: 40px;
}

.contact-page__lead p {
  line-height: 2;
}

.contact-page__form {
  max-width: 800px;
}

.contact-page__form input,
.contact-page__form textarea,
.contact-page__form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
}

.contact-page__form textarea {
  min-height: 200px;
  resize: vertical;
}

.contact-page__form .wpcf7-submit {
  display: inline-block;
  padding: 14px 32px;
  border: none;
  cursor: pointer;
}