﻿.info-lead-text > p {
  line-height: 2.0;
}

.info-lead h2 {
  margin-top: 50px;
  color: #0075c1;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
}

.info-contact {
  margin-top: 30px;
  padding: 70px 0 100px;
  background-image: url(/assets_new/img/info/contact_bg.jpg);
  background-position: center center;
  background-size: cover;
}

.info-contact h2 {
  margin-bottom: 30px;
  color: #0075c1;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.info-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-contact-list > dl {
  width: 32%;
  padding: 45px 25px 30px;
  background-color: #fff;
}

.info-contact-list > dl:nth-of-type(1) > dd {
  line-height: 1.7;
}

.info-contact-list > dl:nth-of-type(1) > dd > h2 {
  font-size: 2.6rem;
}

.info-contact-list > dl:nth-of-type(1) > dd > p {
  font-size: 1.4rem;
}

.info-contact-list > dl:nth-of-type(1) > dd .attention-list {
  margin-top: 10px;
  text-align: left;
}

.info-contact-list > dl:nth-of-type(2) > dd {
  padding-top: 40px;
}

.info-contact-list > dl:nth-of-type(3) > dd {
  line-height: 1.7;
  text-align: center;
}

.info-contact-list > dl:nth-of-type(3) > dd > p:nth-of-type(n+2) {
  margin-top: 10px;
}

.info-contact-list > dl > dt {
  text-align: center;
}

.info-contact-list > dl > dt > p {
  margin-bottom: 20px;
  color: #0075c1;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.info-contact-list > dl > dd {
  margin-top: 20px;
  text-align: center;
}

.info-contact-other {
  margin-top: 30px;
  padding: 40px 30px;
  background-color: #fff;
}

.info-contact-other > h2 {
  color: #0075c1;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
}

.info-contact-other > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto;
}

.info-contact-other > ul > li {
  width: 32.5%;
}

.info-contact-other > p {
  margin-top: 40px;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info-lead-text > p {
    line-height: 1.7;
  }
  .info-lead h2 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .info-contact {
    margin-top: 20px;
    padding: 30px 0 30px;
  }
  .info-contact h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .info-contact-list {
    display: block;
  }
  .info-contact-list > dl {
    width: 100%;
    padding: 30px 15px 30px;
  }
  .info-contact-list > dl:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .info-contact-list > dl:nth-of-type(1) > dd > h2 {
    font-size: 1.8rem;
  }
  .info-contact-list > dl:nth-of-type(1) > dd > p {
    font-size: 1.2rem;
  }
  .info-contact-list > dl:nth-of-type(2) > dd {
    padding: 0;
  }
  .info-contact-list > dl:nth-of-type(2) > dd > .btn-important {
    margin: 20px auto 0;
  }
  .info-contact-list > dl > dt > p {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  .info-contact-list > dl > dt > img {
    width: 100px;
  }
  .info-contact-list > dl > dd {
    margin-top: 10px;
  }
  .info-contact-other {
    padding: 20px 15px;
  }
  .info-contact-other > h2 {
    font-size: 1.6rem;
  }
  .info-contact-other > ul {
    display: block;
    margin-top: 20px;
  }
  .info-contact-other > ul > li {
    width: 100%;
  }
  .info-contact-other > ul > li:nth-of-type(n+2) {
    margin: 10px 0 0;
  }
  .info-contact-other > ul > li .btn-important {
    margin: 0 auto;
  }
  .info-contact-other > p {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .info-contact-list > dl:nth-of-type(2) > dd > .btn-important {
    width: 100%;
  }
  .info-contact-other > ul > li:nth-of-type(n+3) {
    /* margin-top: 30px; */
  }
}
