@charset "utf-8";
@media only screen and (min-width: 768px) {
  #contents .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
  }
  #footer {
    margin-top: 40px;
  }
}
/*---------------------- customers ----------------------*/
#customers h1 {
  font-size: 30px;
  font-weight: 700;
  color: #EF8303;
  margin: 0 0 20px;
}
#customers ul {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  list-style-type: disc;
  padding-left: 1.4em;
}
#customers ul li {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  #customers {
    max-width: 1055px;
    margin: auto;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #customers .logo {
    width: calc(560 / 1055 * 100%);
    text-align: center;
  }
  #customers .customersList {
    width: calc(430 / 1055 * 100%);
  }
}
@media only screen and (max-width: 1080px) and (min-width: 768px) {
  #customers ul {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #customers {
    margin: 0 0 10%;
  }
  #customers .logo {
    padding: 10% 0 2%;
  }
  #customers h1 {
    font-size: 25px;
    margin: 0 0 15px;
    text-align: center;
  }
  #customers ul {
    font-size: 14px;
    padding-left: 1.3em;
  }
  #customers ul li {
    margin: 0 0 10px;
  }
}
/*---------------------- usersVoice ----------------------*/
#usersVoice {
  border-top: 2px solid #EF8303;
}
#usersVoice h1 {
  font-size: 30px;
  font-weight: 700;
  color: #EF8303;
  margin: 0 0 35px;
}
#usersVoice .title p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin: 0;
}
#usersVoice h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
}
#usersVoice .gakkiService h2 {
  color: #AC0E0E;
}
#usersVoice .mimamoriService h2 {
  color: #806D06;
}
#usersVoice .usersVoiceContainer {
  background-color: #F4F4F4;
  border-radius: 24px;
}
#usersVoice .profile p {
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
  margin: 0;
}
#usersVoice h3 {
  font-size: 23px;
  font-weight: 700;
  margin: 20px 0;
}
#usersVoice .gakkiService h3 {
  color: #AC0E0E;
}
#usersVoice .mimamoriService h3 {
  color: #806D06;
}
#usersVoice p.comment {
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
  font-weight: 400;
  margin: 0;
}
#usersVoice .btn {
  padding: 0;
  text-align: center;
  display: block;
  max-width: 500px;
  margin: auto;
}
#usersVoice .btn a {
  display: block;
  background-color: #AC0E0E;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  line-height: 50px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  #usersVoice {
    padding: 100px 0 20px;
    max-width: 1080px;
    margin: auto;
  }
  #usersVoice .title {
    text-align: center;
    margin: 0 0 55px;
  }
  #usersVoice .gakkiService {
    margin: 0 0 100px;
  }
  #usersVoice .usersVoiceInner {
    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;
    margin: 0 auto 10px;
  }
  #usersVoice .usersVoiceContainer {
    width: calc(515 / 1080 * 100%);
    padding: calc(30 / 1080 * 100%) calc(30 / 1080 * 100%) calc(40 / 1080 * 100%) calc(35 / 1080 * 100%);
    margin: 0 0 calc(60 / 1080 * 100%);
  }
  #usersVoice .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 768px) {
  #usersVoice .usersVoiceContainer:first-of-type h3 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #usersVoice {
    padding: 8% 0 0;
  }
  #usersVoice .title {
    margin: 0 0 10%;
  }
  #usersVoice h1 {
    font-size: 25px;
    margin: 0 0 6%;
    text-align: center;
  }
  #usersVoice .title p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
  }
  #usersVoice .gakkiService {
    margin: 0 0 12%;
  }
  #usersVoice h2 {
    font-size: 25px;
    margin: 0 0 6%;
  }
  #usersVoice .usersVoiceInner {
    margin: 0 0 10%;
  }
  #usersVoice .usersVoiceContainer {
    padding: 10% 6% 8%;
    margin: 0 0 8%
  }
  #usersVoice .profile {
    text-align: center;
  }
  #usersVoice .profile .photo {
    margin: 0 0 4%;
  }
  #usersVoice .profile p {
    font-size: 13px;
  }
  #usersVoice h3 {
    font-size: 20px;
    margin: 5% 0;
  }
  #usersVoice .usersVoiceContainer:first-of-type h3 br {
    display: none;
  }
  #usersVoice p.comment {
    font-size: 14px;
  }
}