@charset "UTF-8";
/* スマートフォン向け */
@media all and (max-width: 639px) {
  .tutor-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 30px 0;
  }
  .tutor-box .tutor-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .tutor-box figure {
    margin: auto;
    width: auto;
    height: auto;
  }
  .tutor-box .tutor-message {
    margin: 5% 15%;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .tutor-box .tutor-profile-list {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .tutor-box .tutor-profile-list .tutor-profile-item {
    list-style-type: none;
    margin-bottom: 5%;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
/* タブレット向け */
@media all and (min-width: 640px) and (max-width: 1023px) {
  .tutor-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 30px 0;
  }
  .tutor-box .tutor-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .tutor-box figure {
    margin: auto;
    width: auto;
    height: auto;
  }
  .tutor-box .tutor-message {
    margin: 5% 15%;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .tutor-box .tutor-profile-list {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
  }
  .tutor-box .tutor-profile-list .tutor-profile-item {
    list-style-type: none;
    margin-bottom: 5%;
    width: 50%;
    height: auto;
    text-align: center;
  }
}
/* ネットブック向け */
@media all and (min-width: 1024px) and (max-width: 1399px) {
  .tutor-box {
    width: 95%;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 30px 0;
  }
  .tutor-box .tutor-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .tutor-box figure {
    margin: auto;
    width: 800px;
    height: auto;
  }
  .tutor-box .tutor-message {
    margin: 5% 15%;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .tutor-box .tutor-profile-list {
    padding-left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .tutor-box .tutor-profile-list .tutor-profile-item {
    list-style-type: none;
    text-align: center;
    margin-bottom: 5%;
    width: 25%;
    height: auto;
  }
}
/* パソコン向け */
@media all and (min-width: 1400px) {
  .tutor-box {
    width: 1000px;
    height: auto;
    border: 1px solid #888888;
    margin: 5% auto;
    padding: 30px 0;
  }
  .tutor-box .tutor-title {
    display: table;
    margin: 3% auto;
    color: #0e3071;
    font-weight: normal;
    border-bottom: 2px solid #0e3071;
    padding-bottom: 2%;
  }
  .tutor-box figure {
    margin: auto;
    width: 800px;
    height: auto;
  }
  .tutor-box .tutor-message {
    margin: 5% 15%;
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .tutor-box .tutor-profile-list {
    padding-left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .tutor-box .tutor-profile-list .tutor-profile-item {
    list-style-type: none;
    text-align: center;
    margin-bottom: 5%;
    width: 25%;
    height: auto;
  }
}
