@charset "utf-8";

/*===============================================
●common_sp.css  画面の横幅が750px以下
===============================================*/
@media print,
screen and (max-width : 750px) {


  /*--------------------------------------------
		共通クラス／共通コンテンツ
--------------------------------------------*/

  .for_pc {
    display: none !important;
  }

  .last {
    margin-bottom: 0 !important;
  }

  .for_sp {
    display: block !important;
  }

  /*--------------------------------------------
		トップページ
--------------------------------------------*/

  #header {
    width: 100%;
  }

  #header .hdr_inner .hdr_logo {
    padding: 10px 5%;
  }

  /*　ハンバーガーメニュー　*/
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 5%;
    top: 26px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    left: 6px;
    background: #666;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 18px;
  }

  .hamburger span:nth-child(3) {
    top: 2px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    background-color: rgba(15, 76, 117, 0.8);
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 6% 0;
    text-decoration: none;
  }

  nav.globalMenuSp ul li a span {
    font-size: 3vw;
    color: #89cbf9;
    font-weight: normal;
  }

  .est_sp {
    background-color: rgba(249, 176, 49, 0.7);
  }

  .con_sp {
    background-color: rgba(15, 187, 169, 0.7);
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }

  #header .open {
    display: block !important;
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  #header #sp_nav li {
    width: 88%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #666;
    padding: 8px 6% 8px 6%;
    margin-bottom: 1%;
  }

  #header #sp_nav li:last-child {
    margin-bottom: 0;
  }

  #header #sp_nav li span {
    color: #ef6a16;
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
  }

  #header #sp_nav li p {
    border-bottom: #fff 1px dotted;
    padding-bottom: 5px;
    margin: 5px 0;
  }

  #header #sp_nav li a {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 13px;
    background: url(../Images/arrow_white_s.png) left center no-repeat;
    background-size: 6px;
    display: block;
    box-sizing: border-box;
    padding: 2% 2% 2% 4%;
  }

  #header #sp_nav li.nav01 a {
    float: none;
    font-size: 16px;
    background: none;
    padding: 0;
  }

  #header #sp_nav li.nav02 {
    background: #0a7ece;
  }

  .keyimg .bg {
    width: 100%;
    margin-top: 0;
  }

  .keyimg .catchcopy {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .box {
    position: absolute;
    top: 95%;
    right: 0;
    bottom: -15%;
    left: 0;
    margin: auto;
    height: 44%;
    padding: 10px;
    font-size: 1.8em;
  }

  #intro {
    padding: 60px 10px;
    text-align: center;
  }

  #inspection {
    padding: 0 10px 60px;
  }

  #banner {
    padding: 0 11px;
  }

  #banner img {
    display: block;
    margin: 0 auto 20px;
  }

  #news {
    padding: 60px 10px;
  }

  .news_ttl img {
    margin: 16px auto 0;
  }

  #news .ser_btn {
    margin: 20px auto 0;
  }

  #choice {
    padding: 60px 10px;
  }

  .choice_ques a {
    color: rgb(0, 183, 183);
    font-size: 14px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
  }

  .choice_ques {
    border-top: 2px solid #6a6a6a;
    border-bottom: 2px solid #6a6a6a;
    padding: 40px 0 0;
    margin-top: 60px;
  }

  #inspection h3 span,
  #news h3 span {
    font-size: 32px;
  }

  .main_content .news_ttl {
    font-size: 24px;
  }

  .ftr_contact h4 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .ftr_con {
    margin-top: 20px;
  }

  .ftr_est {
    background-color: rgba(255, 176, 0, 1);
    margin-bottom: 24px;
  }

  .ftr_link {
    background-color: rgba(238, 237, 237, 1);
    padding: 60px 20px;
  }

  .ftr_contact {
    text-align: center;
    padding-bottom: 80px;
    padding: 60px 10px;
  }

  .ftr_logo {
    width: 100%;
  }

  #myBtn {
    bottom: 34px;
    right: 10px;
    width: 55px;
    height: 55px;
    line-height: 53px;
  }


  /*--------------------------------------------
    業務案内
--------------------------------------------*/
  .page_ttl {
    margin-bottom: 5px;
    background-color: rgba(21, 168, 165, 1);
    height: 340px;
    position: relative;
  }

  .page_bg {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../img/bg01.png);
  }

  .page_ttl h2 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
  }

  .breadcrumb {
    padding: 0 10px;
  }

  .page_descrip {
    padding: 60px 10px;
  }

  .symbol {
    text-align: center;
  }

  .main_content {
    padding: 60px 10px;
  }

  .bg_01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .side_bar {
    margin-top: 40px;
  }

  /* ========================================
    業務案内
========================================= */
  .page_service {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/service01.png);
  }

  .ser_table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .ser_table td {
    padding: 6px 20px;
    width: 100%;
  }

  .specialtd {
    background: #fff !important;
    width: 100%;
    vertical-align: middle;
  }

  .ser_table tr td:nth-child(2) {
    width: 100%;
  }

  /* ========================================
    各種検査・分析の流れ
========================================= */
  .page_flow {
    background-position: right top;

  }

  .flow_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid rgba(225, 225, 225, 1);
    padding: 20px 0;
  }

  .flow_list img {
    margin: 20px 0;
  }

  /* ========================================
    運営会社情報
========================================= */
  .page_company {
    background-position: right top;
    background-size: contain;
  }

  /* ========================================
    faq
========================================= */
  .page_faq {
    background-position: right top;
    background-size: contain;
  }

  /* ========================================
    サービス・料金詳細
========================================= */
  .cost_est {
    background-color: rgba(255, 176, 0, 1);
    margin-bottom: 12px;
  }

  /* ========================================
    お問い合わせ
========================================= */
  .page_contact {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .contact_tel {
    margin-bottom: 30px;
  }

  .contact_text {
    text-align: center;
  }

  .sp_contact {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 20px;
  }
  
  .sp_contact div {
    flex: 1;
  }
  
  .sp_contact .cost_con {
    padding: 12px 9px;
  }
  
  .cost_tel_sp {
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans';
    letter-spacing: 3px;
    padding: 12px 9px;
    width: 100%;
    border-radius: 11px;
    background-color: rgba(111, 192, 79, 0.6);
  }
  
  .fa-phone {
    margin-right: 20px;
  }

}
