

@media only screen and (max-width: 1023px){
  
  /*********************************
  *　お知らせ・ブログ
  *********************************/
  .topics_items .item{
    width: 50%;
  }
  .topics_items .item:nth-child(n+3){
    margin-top: 50px;
  }
   
  /* 詳細 */
  .pg_topics .pagination .nav-posts .page-archive a {
    font-size: 16px;
    padding: 24px 30px;
  }
  .pg_topics .pagination .nav-posts .page-next, 
  .pg_topics .pagination .nav-posts .page-prev {
    width: 180px;
  }

  /*********************************
  *　入試情報
  *********************************/
  .eb_list .item {
    width: 50%;
  }
  .exam_items .list .item {
    width: 50%;
  }  
  .exam_items .list .item:nth-child(n+3){
    margin-top: 10px;
  }
  .eb_list .item:nth-child(n+3) {
    margin-top: 10px;
  }
  .eb_list .item .title{
    background-size: 30px auto;
  }
  .eb_list .item .title a{
    padding-left: 45px;
  }
  .pg_topics .pagination .nav-posts .page-archive a {
    padding: 10px 100px; 
    
  }

  /*********************************
  *　合格体験記
  *********************************/
  .pg_interview .results_nav ul li {
    width: 33.33%;
  }
  .interview_hdr {
    height: 22vw;
    padding: 0 0 15px;
  }
  .interview_hdr p {
    font-size: 28px;
  }
  .interview_data .txt .us_list li {
    width: 100%;
    padding-right: 0;
  }
  
  
  .main_menu_wrap .tab .links {
    height: 100%;
  }
}

@media only screen and (max-width: 767px){
  
  /*********************************
  *　お知らせ・ブログ
  *********************************/
  .topics_items{
    margin: 0 -5px;
  }
  .topics_items .item{
    padding: 0 5px;
  }
  .topics_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  .topics_items .item .title {
    font-size: 14px;
  }
  .topics_items .item .category > span {
    width: 98px;
    font-size: 12px;
  }
  .topics_items .item .txt {
    font-size: 12px;
  }
   
  /* 詳細 */
  .pg_topics .post_items .item.single_item {
    padding: 20px 15px;
  }
  .pg_topics .post_items .item.single_item .title {
    font-size: 17px;
  }
  .pg_topics .post_content {
    font-size: 14px;
  }
  .pg_topics .pagination {
    margin-top: 60px;
  }
  .pg_topics .pagination .nav-posts{
    flex-wrap: wrap;
  }
  .pg_topics .pagination .nav-posts .page-next, 
  .pg_topics .pagination .nav-posts .page-prev {
    width: 100%;
    margin: 10px 0;
  }
  .pg_topics .pagination .nav-posts .page-archive,
  .pg_topics .pagination .nav-posts .page-archive a{
    width: 100%;
  }
  .pg_topics .pagination .nav-posts .page-archive a{
    padding: 15px;
  }
  .pg_topics .pagination .nav-posts {
    max-width: 280px;
    margin: 0 auto;
  }
  /*********************************
  *　入試情報
  *********************************/
  
  .eb_list .item{
    width: 100%;
  }
  .eb_list .item:nth-child(n+2){
    margin-top: 10px;
  }
  .eb_list .item .title{
    min-height: 40px;
  }
  
  .eb_list .item a {
    font-size: 13px;
    line-height: 1.5;
  }
  .eb_list {
    margin: 0 -8px 60px;
  }
  .exam_items .exam_tt {
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 50px 8px 15px;
  }
  .exam_items .list .inner a {
    padding: 10px 25px 10px 0;
  }
  .exam_items .list .inner a:after {
    right: 8px;
  }
  
  /*********************************
  *　合格体験記
  *********************************/
  .pg_interview .results_nav ul li {
    width: 50%;
  }
  .pg_interview .results_nav ul li:nth-child(n+3){
    margin-top: 10px;
  }
  
  .pg_interview .results_nav ul li:nth-child(n+6){
    display: block;
  }
  .pg_interview .results_nav ul li:nth-child(n+7){
    display: none;
  }
  
  .interview_hdr {
    height: 110px;
    margin: 40px auto 40px;
    padding: 0 0 5px;
  }
  .interview_hdr p {
    font-size: 18px;
  }
  .interview_data {
    justify-content: center;
  }
  .interview_data .img {
    width: 60%;
    margin-bottom: 10px;
  }
  .interview_data .txt {
    width: 100%;
    margin-left: 0;
  }
  .interview_detail .box + .box {
    margin-top: 60px;
  }
  .interview_data .txt .inner {
    min-height: inherit;
  }
  
  .voice_student_items .item .img {
    width: 70%;
    margin: 0 auto;
  }
}