@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
  
  footer .ftr_links li + li {
    padding-left: 12px;
    margin-left: 12px;
  }
  
  /* **********************************
   *  検体測定
   * ********************************* */
  .pg_specimen .section#sec1 .box li p {
    font-size: 16px;
    line-height: 1.5;
  }

  /* **********************************
   *  患者様へ
   * ********************************* */
  .pg_guide .section#sec1 dd .box {
    width: 33.33%;
  }
  .pg_guide .section#sec1 dd .box .ttl {
    width: 40%;
  }
  .pg_guide .section#sec1 dd .box p:not(.ttl) {
    width: 60%;
  }
}

@media only screen and (max-width:1023px){
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  .gnav li a {
    font-size: 14px;
  }
  
  footer .ftr1 {
    text-align: center;
  }
  footer .ftr1 .info {
    width: 100%;
  }
  footer .ftr1 .menu {
    width: 100%;
    padding-top: 50px;
    margin-left: 0;
  }
  footer .ftr_links,
  footer .hdr_contact{
    justify-content: center;
  }
  
  /* **********************************
   *  Home
   * ********************************* */
  .mv {
    height: 52vw;
  }
  .pg_home .section#sec3 .btns{    
    flex-wrap: nowrap;
  }
  .link_1 {
    max-width: 300px;
    margin: 0 10px;
  }
  .pg_home .section#sec3 .check .movie iframe{
    height: 24.8vw;
  }
  
  /* **********************************
   *  検体測定
   * ********************************* */
  .pg_header .bg {
    height: 25vw;
  }
  .pg_specimen .section#sec1 .box .ttl {
    font-size: 19px;
  }

  /* **********************************
   *  感染症予防対策
   * ********************************* */
  .list_3 .item {
    width: 50%;
  }
  .list_3 .item:nth-child(n+3){
    margin-top: 20px;
  }
  .pg_prevention .section#sec3 .txt {
    width: 55%;
  }
  .pg_prevention .section#sec3 .img {
    width: 45%;
    padding-top: 5px;
    padding-left: 30px;
  }

  /* **********************************
   *  会社概要
   * ********************************* */
  .common_tbl th {
    width: 220px;
  }

  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec1 .txt {
    padding-right: 30px;
  }
  .pg_recruit .section#sec1 .txt .orange.bold {
    font-size: 20px;
  }
  .pg_recruit .section#sec1 .movie {
    height: 470px;
  }
  .pg_recruit .list_3 {
    margin: 0 -35px;
  }
  .pg_recruit .item {
    padding: 0 35px;
  } 
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  header .hdr1 {
    margin-bottom: 20px;
  }
  header .hdr1,
  header .hdr1 .hdr_logo{
    display: block;
  }
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
  }
  header .hdr1 .hdr_logo{
    margin-bottom: 20px;
  }
  .hdr_contact .form{
    display: none;
  }
  .hdr_contact {
    padding-left: 0;
    justify-content: center;
  }
  .hdr_contact .tel {
    margin-right: 0;
  }
  
  footer {
    padding: 40px 0 0;
  }
  footer .ftr1 .info .logo {
    margin-bottom: 20px;
  }
  footer .ftr_links{
    display: none;
  }
  footer .ftr1 .menu .hdr_contact {
    margin: 0;
  }
  footer .copy {
    font-size: 12px;
    padding: 12px 0;
  }
  .footer_fix{
    display: block;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f116d;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
    border-right: 0;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
  }
  .gnav > ul > li:after {
    height: 4px;
    bottom: 0;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
    /*padding-bottom: 5px;*/
  }
  .contact_form td{
    /*padding-top: 0;*/
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }
  
  .contact_form td .wpcf7-text,
  .contact_form td .wpcf7-textarea,
  .contact_form td .wpcf7-select{
    width: 100%;
    font-size: 16px;
  }
  
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"]{
    width: 90%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
  
  /* **********************************
   *  Home
   * ********************************* */
  .pg_home .section#sec1 .news_box {
    font-size: 15px;
    padding: 20px 15px;
  }
  .pg_home .section#sec2 {
    padding: 48px 0;
  }
  .pg_home .section#sec2 h2 {
    font-size: 24px;
  }
  .pg_home .section#sec2 p{
    text-align: left;
  }
  .pg_home .section#sec3 {
    padding: 40px 0;
  }
  .pg_home .section#sec3 h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pg_home .section#sec3 h2 span {
    font-size: 16px;
  }
  .pg_home .section#sec3 .check .txt,
  .pg_home .section#sec3 .check .movie {
    width: 100%;
    padding-right: 0;
  }
  .pg_home .section#sec3 .check .movie{
    margin-bottom: 20px;
  }
  .pg_home .section#sec3 .check .movie iframe{
    height: 54vw;
  }
  .pg_home .section#sec3 .txt h3 {
    font-size: 18px;
  }
  .pg_home .section#sec3 .txt li {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .pg_home .section#sec3 .btns {
    margin: 50px 0 0;
    flex-wrap: wrap;
  }
  .link_1 {
    margin: 0;
  }
  .link_1 + .link_1{
    margin-top: 10px;
  }
  .pg_home .section#sec4 {
    padding: 50px 0 100px;
  }
  .pg_home .section#sec4 .txt {
    width: 100%;
    padding-right: 0;
  }
  .pg_home .section#sec4 .txt h2 {
    font-size: 18px;
  }
  .pg_home .section#sec4 .txt .orange {
    font-size: 16px;
    line-height: 1.5;
  }
  .pg_home .section#sec4 .txt .link_1 {
    margin: 35px 0;
  }
  .pg_home .section#sec4 .img {
    width: 100%;
    padding-top: 0;
  }
  .pg_home .section#sec5{
    background-position: right center;
  }
  .pg_home .section#sec5 .container {
    padding: 40px 10px 45px;
    justify-content: center;
  }
  .pg_home .section#sec5 .txt {
    padding-right: 0;
  }
  .pg_home .section#sec5 .text {
    font-size: 18px;
  }
  .pg_home .section#sec5 .link_1 {
    margin: 30px auto 0;
  }
  .pg_home .section#sec6 {
    padding: 50px 0 0;
  }
  .pg_home .section#sec6 iframe{
    height: 300px;
  }
  .pg_home .section#sec6 .bg {
    margin: -30px auto 0;
  }
  
  /* **********************************
   *  検体測定
   * ********************************* */
  .pg_header .bg {
    height: 35vw;
    margin-bottom: 15px;
  }
  .pg_header .ttl {
    font-size: 20px;
    padding: 18px 0;
  }
  .pg_specimen .section#sec1 .center{
    text-align: left;
  }
  .pg_specimen .section#sec1 .center .link_2 {
    margin: 30px auto;
  }
  .pg_specimen .section#sec1 .center .link_2 + p{
    text-align: center;
  }
  .pg_specimen .section#sec1 .box {
    margin: 80px 0 20px;
  }
  .pg_specimen .section#sec1 .box .ttl {
    font-size: 16px;
    margin: -55px auto 20px;
    line-height: 1.5;
    border-radius: 18px;
  }
  .pg_specimen .section#sec1 .box ul {
    margin: 0;
  }
  .pg_specimen .section#sec1 .box li {
    width: 100%;
    padding: 0;
  }
  .pg_specimen .section#sec1 .box li:nth-child(n+2){
    margin-top: 10px;
  }
  .pg_specimen .section#sec1 .box {
    padding: 20px 10px 25px;
  }
  .pg_specimen .section#sec2 {
    padding: 115px 0 0;
  }
  .pg_specimen .section#sec2 .ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .pg_specimen .section#sec2 .ttl i {
    width: 130px;
    top: -35px;
    transform: translateX(45%);
  }
  .list_2 {
    margin: 0;
  }
  .list_2 .item {
    width: 100%;
    padding: 0;
	margin-top: 30px;
  }
  .pg_specimen .section#sec2 .item .bg {
    padding: 20px 15px 10px;
  }
  .pg_specimen .section#sec2 .item h3 {
    font-size: 16px;
  }
  .list_2 .item + .item{
    margin-top: 50px;
  }
  .pg_specimen .section#sec3 {
    padding: 50px 0 0;
  }
  .pg_specimen .section#sec3 .fee th, 
  .pg_specimen .section#sec3 .fee td {
    padding: 5px;
  }
  .link_2 {
    font-size: 16px;
    margin: 50px auto 0;
  }

  /* **********************************
   *  感染症予防対策
   * ********************************* */
  .pre_tt {
    font-size: 18px;
  }
  .orange.bold {
    font-size: 16px;
  }
  .pg_prevention .section#sec1 p:not(.orange),
  .pg_prevention .section#sec2 p:not(.orange){
    text-align: left;
  }
  .pg_prevention .section#sec1 .box h3 {
    font-size: 16px;
  }
  .pg_prevention .section#sec1 .box .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pg_prevention .section#sec1 .box + .box {
    margin-top: 55px;
  }
  .pg_prevention .section#sec1 .box + .box h3 {
    margin-bottom: 18px;
  }
  .pg_prevention .section#sec2 {
    padding: 85px 0 95px;
  }
  .pg_prevention .section#sec2 .list_3 {
    margin: 25px 0 0;
  }
  .list_3 .item {
    width: 100%;
    padding: 0;
  }
  .list_3 .item:nth-child(n+2){
    margin-top: 15px;
  }
  .pg_prevention .section#sec2 .item h3 {
    padding: 12px 0;
  }
  .pg_prevention .section#sec3 .txt {
    width: 100%;
  }
  .pg_prevention .section#sec3 .txt h2 {
    font-size: 18px
  }
  .pg_prevention .section#sec3 .img {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
  }

  /* **********************************
   *  患者様へ
   * ********************************* */
  .pg_guide .section#sec1 dl + dl {
    margin-top: 40px;
  }
  .pg_guide .section#sec1 dt {
    font-size: 14px;
  }
  .pg_guide .section#sec1 dd .flex{
    max-width: 373px;
    margin: 0 auto;
    justify-content: center;
  }
  .pg_guide .section#sec1 dd .box {
    width: 373px;
  }
  .pg_guide .section#sec1 dd .box:nth-child(n+2) {
    margin-top: 5px;
  }
  .pg_guide .section#sec1 dd .box:not(:nth-child(3n+1)){
    border-left: 1px solid #c9c9c9;
  }

  /* **********************************
   *  会社概要
   * ********************************* */
  .common_tbl th,
  .common_tbl td{
    padding: 15px;
    display: block;
  }
  .common_tbl th {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #c9c9c9;
  }
  .pg_company .section#sec1 iframe {
    margin-top: 50px;
    height: 350px;
  }

  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec1 .txt {
    width: 100%;
    padding-right: 0;
  }
  .pg_recruit .section#sec1 .img {
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
  .pg_recruit .section#sec1 .movie {
    height: 55vw;
    margin: 50px 0 0;
  }
  .pg_recruit .section#sec2 {
    padding: 80px 0;
  }
  .pg_recruit .rec_tt {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .pg_recruit .list_3 {
    margin: 0;
  }
  .pg_recruit .list_3 .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .pg_recruit .section#sec4 {
    padding: 85px 0 0;
  }

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .pg_contact .section#sec1 {
    padding: 0;
  }
  .contact_info {
    margin-bottom: 70px;
  }
  .contact_tt {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .contact_form th .require {
    margin-top: 0;
  }
  .pg_contact .privacy .contact_tt {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}