@charset "UTF-8";

@media only screen and (max-width:1220px){
  /* **********************************
  *  求人情報
  * ********************************* */
  .pg_recruit .container,
  .pg_gakkai .container,
  .pg_ctmri .container,
  .pg_oushin .container,
  .pg_shitsuke .container,
  .pg_doctor .container{
    width: 100%;
  }
  .veterinarian .interview_top .img {
    padding-top: 50px;
  }
  .nurse .interview_top .ttl {
    width: 55%;
    top: 30px;
  }
  .trimmer .interview_top .ttl {
    background-position: 15% 0;
  }
}

@media only screen and (max-width:1023px){
    
  /* **********************************
  *  求人情報
  * ********************************* */
  .requirement_box table th {
    width: 180px;
  }
  .nurse .interview_top .ttl {
    width: 75%;
  }
  
  /* **********************************
   *  ドクターコラム
   * ********************************* */
   .pg_doctor .pagination .nav-posts .page-next, 
   .pg_doctor .pagination .nav-posts .page-prev,
   .pg_doctor .pagination .page-archive{
    min-width: 200px;
  }
  .pg_doctor .pagination .page-archive{
    width: auto;
  }
}

@media only screen and (max-width:767px){
 
  /* **********************************
   *  404
   * ********************************* */
  .error404 .pg_section {
    margin-bottom: 80px;
  }
  .error404 .golink {
    margin: 50px auto 0;
  }
  
  /* **********************************
   *  お知らせ
   * ********************************* */
  /* 詳細 */
  .pg_news .post_items .item.single_item .title {
    width: 100%;
    font-size: 18px;
  }
  
  /* **********************************
  *  求人情報
  * ********************************* */
  .recruit_sec {
    padding: 30px 0;
  }
  .recruit_sec.ov h4 {
    font-size: 18px;
  }
  .recruit_sec.movie{
    padding: 30px 10px;
  }
  .recruit_sec.movie .responsive_video {
    width: 100%;
    height: auto;
  }
  .veterinarian .container {    
    background-size: auto 50px;
    background-position: 3% top;
  }
  .recruit_sec .interview_top .ttl {
    position: inherit;
    top: 0;
  }
  .veterinarian .interview_top .img {
    padding-top: 0;
  }
  .recruit_sec .interview_top {
    margin-bottom: -50px;
  }
  .recruit_sec .interview {
    padding: 15px 0 0;
  }
  .recruit_sec .interview .question .ttl {
    font-size: 16px;
  }
  .recruit_sec .interview .question .a_2 {
    padding-left: 30px;
  }
  .recruit_sec .interview .question .a_3 {
    padding-left: 10px;
  }
  .recruit_sec .interview .continue_btn {
    height: 70px;
  }
  .nurse .interview_top .ttl {
    width: 100%;
  }
  .nurse .interview_top .ttl > p{
    margin-left: auto;
  }
  .nurse .interview .question dt {
    margin-right: 0;
  }
  .nurse .container {
    padding-top: 50px;
    background-size: auto 50px;
    background-position: 98% top;
  }
  .trimmer .interview_top .ttl {
    padding-top: 50px;
    background-position: 3% top;
    background-size: auto 50px;
  }
  .recruit_sec .interview .question dl {
    margin-bottom: 10px;
  }
  .requirement_box table,
  .requirement_box tbody,
  .requirement_box table tr,
  .requirement_box table th,
  .requirement_box table td{
    width: 100%;
    height: auto;
    display: block;
  }
  .requirement_box table th{
    padding: 15px 10px 0;
    text-align: center;
  }
  .requirement_box table td{
    padding: 15px 10px;
  }
  .pg_recruit .large_ttl {
    font-size: 21px;
  }
  .pg_recruit .large_ttl span {
    font-size: 16px;
  }
  .pg_recruit .contact_form_btns input[type="submit"], 
  .pg_recruit .contact_form_btns input[type="button"] {
    /*display: block;*/
  }
  .privacy_box {
    padding: 50px 0 0;
  }
  .privacy_box h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  /* **********************************
   *  学会発表
   * ********************************* */
  .gakkai_tbl,
  .gakkai_tbl tbody,
  .gakkai_tbl tr,
  .gakkai_tbl td,
  .gakkai_tbl th {
    width: 100%;
    display: block;
  }
  .gakkai_tbl th{
    padding: 15px 0 0;
    text-align: center;
  }
  
  /* **********************************
   *  CT・MRIについて
   * ********************************* */
  .ctmri_check dt span {
    width: 150px;
  }
  .ctmri_check dd .txt {
    width: 100%;
  }
  .ctmri_check dd .img {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    text-align: center;
  }
  
  /* **********************************
   *  往診
   * ********************************* */
  .homevisit_type li {
    width: 49%;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 25px;
  }
  .ctmri_check .tel span{
    display: block;
  }
  .ctmri_check .box {
    padding: 20px 15px;
  }
  
  /* **********************************
   *  しつけ教室について
   * ********************************* */
  .shitsuk_box .flex{
    justify-content: center;
  }
  .shitsuk_box .flex > div {
    margin: 0 20px 20px;
  }
  .ctmri_check dt span {
    min-width: 150px;
    width: auto;
    padding-right: 20px;
  }
  
  /* **********************************
   *  ドクターコラム
   * ********************************* */
  .pg_doctor .post_items .item {
    padding: 15px;
  }
  .pg_doctor .post_items .item .title {
    font-size: 14px;
  }
  .pg_doctor .post_items .item:after {
    right: 10px;
  } 
  
  .pg_doctor .pagination {
    margin-top: 50px;
  }
  .pg_doctor .pagination .nav-posts {
    display: block;
  }
  .pg_doctor .pagination .nav-posts .page-next, 
   .pg_doctor .pagination .nav-posts .page-prev,
   .pg_doctor .pagination .page-archive{
     max-width: 300px;
     width: auto;
     margin: 0 auto 10px;
   }
}