@charset "UTF-8";
/* スマートフォン向け */
@media all and (max-width: 639px) {
  .teacher-voice-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
  }
  .teacher-voice-box .teacher-voice-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .teacher-voice-box .paragraph .sentence {
    margin: 0;
    padding: 20px;
    width: 100%;
    height: auto;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .teacher-voice-box .paragraph .left {
    float: none;
    margin: 0 auto 5%;
    padding: 20px;
    width: 100%;
    height: auto;
  }
  .teacher-voice-box .paragraph .right {
    float: none;
    margin: 0;
    padding: 20px;
    width: 100%;
    height: auto;
  }
}
/* タブレット向け */
@media all and (min-width: 640px) and (max-width: 1023px) {
  .teacher-voice-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
  }
  .teacher-voice-box .teacher-voice-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .teacher-voice-box .paragraph .sentence {
    margin: 0;
    padding: 20px 50px;
    width: 100%;
    height: auto;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .teacher-voice-box .paragraph .left {
    float: left;
    margin: 0 auto 5%;
    padding: 20px;
    padding-left: 50px;
    width: 60%;
    height: auto;
  }
  .teacher-voice-box .paragraph .right {
    float: right;
    margin: 0;
    padding: 20px;
    padding-right: 50px;
    width: 40%;
    height: auto;
  }
}
/* ネットブック向け */
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .teacher-voice-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
  }
  .teacher-voice-box .teacher-voice-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .teacher-voice-box .paragraph .sentence {
    margin: 0;
    padding: 20px 50px;
    width: 100%;
    height: auto;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .teacher-voice-box .paragraph .left {
    float: left;
    margin: 0 auto 5%;
    padding: 20px;
    padding-left: 50px;
    width: 60%;
    height: auto;
  }
  .teacher-voice-box .paragraph .right {
    float: right;
    margin: 0;
    padding: 20px;
    padding-right: 50px;
    width: 40%;
    height: auto;
  }
}
/* パソコン向け */
@media all and (min-width: 1400px) {
  .teacher-voice-box {
    width: 1000px;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
  }
  .teacher-voice-box .teacher-voice-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .teacher-voice-box .paragraph .sentence {
    margin: 0;
    padding: 20px 50px;
    width: 100%;
    height: auto;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .teacher-voice-box .paragraph .left {
    float: left;
    margin: 0 auto 5%;
    padding: 20px;
    padding-left: 50px;
    width: 60%;
    height: auto;
  }
  .teacher-voice-box .paragraph .right {
    float: right;
    margin: 0;
    padding: 20px;
    padding-right: 50px;
    width: 40%;
    height: auto;
  }
}
