@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/

@media screen and (min-width: 980px) and (max-width: 1280px) {

  /* fook */
  .only_pc_none {
    display: none !important;
  }

  .sp_br {
    display: none;
  }
}

@media screen and (min-width: 741px) {

  /* fook */
  .only_pc_none {
    display: none !important;
  }

  .sp_br {
    display: none;
  }

  /* float */
  .float_L {
    float: left !important;
  }

  .float_R {
    float: right !important;
  }

  body {
    min-width: 1200px;
  }

  .wpcf7-not-valid-tip {
    margin-left: 10px;
  }




  /* 見出し h */
  /*---------------------------------------------
 ** h2
---------------------------------------------*/
  h2 {
    margin-bottom: 30px;
  }

  /*---------------------------------------------
 ** h3
---------------------------------------------*/

  /*---------------------------------------------
 **  h4
---------------------------------------------*/
  h4 {}

  /*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
  .nav-toggle {
    display: none !important;
  }

  #nav {
    position: relative;
    height: 55px;
  }

  #nav>ul {
    width: 879px;
    /* margin: 0 auto; */
    padding: 0;
    justify-content: unset;
  }

  #nav ul li {
    /* display: block; */
    text-align: center;
    padding: 0 0 0;
    float: left;
    z-index: 1;
    /* background: #fff; */
    line-height: 1.6;
    font-size: 16px;
    /* width: calc(100% / 6); */
  }

  #nav ul li:last-of-type {
    margin-right: 0px;
  }

  #nav>ul>li>a {
    width: 100%;
    height: 100%;
    padding: 40px 20px 35px 16px;
    position: relative;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
  }

  #nav ul li {
    position: relative;
  }

  #nav ul li a:after {
    width: 1px;
    height: 28px;
    border-right: 1px solid #000;
    position: absolute;
    top: 38px;
    right: 0px;
    content: "";
  }

  #nav ul li a:hover {

    /* background: #bdd5e8; */
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha( opacity=40 )";
  }


  /* hover */
  .hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hover:hover {}


  /*---------------------------------------------
 **  メガメニュー
---------------------------------------------*/
  .gnav>li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 20px 35px 20px 35px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .megamenu {
    width: 100%;
    background: #21A4AE;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    transition: all .3s ease-in;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  }

  .megamenu-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .megamenu-inner li {
    margin-right: 20px;
    width: 23%;
  }

  .megamenu-inner a {
    text-decoration: none;
  }

  .megamenu-inner li:last-of-type {
    margin-right: 0;
  }

  .megamenu-inner li p {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    margin: 4px 0 8px;
  }

  .megamenu ul li a:after {
    display: none;
  }

  /*---------------------------------------------
 ** width
---------------------------------------------*/
  .w1100 {
    width: 1100px !important;
  }

  /*---------------------------------------------
 ** margin
---------------------------------------------*/
  .mb0 {
    margin-bottom: 0 !important;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .display_flex {
    display: flex;
  }

  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flex_item_clounm_3 {
    width: 31.5%;
  }

  .flex_item_clounm_3.full {
    width: 33.33%;
  }

  .flex_item_clounm_2 {
    width: 48%;
  }

  .flex_item_clounm_4 {
    width: 23.5%;
    margin-bottom: 25px;
  }

  /*=================================================================================================================================*/
  /**  共通部分	*/
  /*=================================================================================================================================*/
  .clounm_LR_flip div:nth-of-type(odd) {
    order: 1;
  }

  /*=================================================================================================================================*/
  /**  共通部分	*/
  /*=================================================================================================================================*/



  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  /* ヘッダー */

  /* ロゴ */
  #logo {
    width: 165px;
    height: 142px;
    margin: 0px auto 0;
    display: block;
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 999;
  }

  /* ヘッダー */
  /* 内部ページ */
  body {
    padding-top: 170px !important;
  }

  body#strongcoolx,
  body#strongcool7,
  body#outertower,
  body#hypersc,
  body#index {
    padding-top: 100px !important;
  }

  .header_wrapper {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
  }

  .header_inner {
    width: 100% !important;
    max-width: 1920px;
    padding: 0px 0px 20px 198px;
  }


  /* TEL */
  .tel {
    width: 493px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .tel_nbr {
    padding: 25px 0 0 0;
  }

  .icon_tel {
    padding-left: 1.6em;
    color: #20a4ad;
    font-size: 36px;
    line-height: 0.6;
    margin: 0px 0px 0 0;
    position: relative;
    font-weight: 500;
  }

  .icon_tel span {
    font-size: 14px;
    color: #000000;
    text-align: right;
    padding: 0px 0 0 16px;
    font-weight: bold;
  }

  .icon_tel p {
    margin: 0 0 3px 0;
  }

  .icon_tel:before {
    width: 40px;
    height: 25px;
    position: absolute;
    left: 0px;
    background: url(../img/free_tel.png) no-repeat;
    content: "";
  }

  .contact_bt {
    width: 180px;
    height: 115px;
    position: absolute;
    top: 0;
    right: 0px;
    text-align: center;
  }

  .contact_bt a {
    display: inline-block;
    background: #20a4ad;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;

  }

  .icon-mail {
    width: 30px;
    height: 20px;
  }

  .inner_contact {
    height: 100%;
    padding: 35px 0 0 0;
    font-weight: 500;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;


  }


  .top_4itm img {
    height: 100%;
  }

  /* メインイメージ */
  #top .main_img {
    height: 500px;
  }

  .main_img {
    text-align: center;
    position: relative;
  }

  .main_img_wrapper {
    max-width: 1343px !important;
    width: 100% !important;
    margin: -60px auto 54px !important;
  }

  .flex_item_clounm_2.main_L {
    width: calc((47% - 50px));
  }

  /*=================================================================================================================================*/
  /**  TOPコンテンツ	*/
  /*=================================================================================================================================*/

  /* メイン画像 */
  /* 左ストロングクール画像 */
  .main_L {
    max-width: 569px;
    height: 546px;
  }

  /* 右ストロングクールX */
  .main_h1 {
    max-width: 774px;
    height: 236px;
    position: relative;
    margin-bottom: 0;
  }

  .main_h1 img {
    position: absolute;
    top: -40px;
    left: 0;
  }

  /* 価格 */
  .rental_price {
    max-width: 561px;
    height: 283px;
    margin: 0 auto;
  }

  .main_img_wrapper>div:nth-of-type(1) {
    margin: 0 0 0 50px;
  }

  .main_img_wrapper div:nth-of-type(2) {
    margin: 0 50px 0 0;
  }


  .illust_wrapper {
    _zoom: 1;
    overflow: hidden;
    min-height: 436px;
    position: relative;
  }

  /* イラスト人間 */
  .illust_01 {
    width: 310px;
    height: 436px;
    position: absolute;
    top: 0px;
    left: -290px;
  }

  .illust_02 {
    width: 310px;
    height: 436px;
    position: absolute;
    top: 0;
    right: -270px;
  }

  .illust_03 {
    width: 310px;
    height: 436px;
    position: absolute;
    top: 0px;
    left: -170px;
  }

  .illust_04 {
    width: 317px;
    height: 315px;
    position: absolute;
    top: 0px;
    left: -20px;
    z-index: -1;
  }

  /*---------------------------------------------
 **  フッター
---------------------------------------------*/
  /* フッター */
  .footer_inner {
    width: 1200px;
    _zoom: 1;
    overflow: hidden;
  }

  /* ページTOPへ */
  #pageTop a {
    width: 65.5px;
    height: 77px;
  }

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/

  .mw_L {
    max-width: 530px;
  }


  .ex_minH {
    min-height: 217px;
  }

  .product_img {
    width: 50% !important;
    margin-left: 0;
    margin-top: 10px;
  }


  .wanone img {
    width: auto !important;
  }


  .tar {
    text-align: right;
  }

  .mt0 {
    margin-top: 0;
  }

  .fwc {
    justify-content: center;
  }

  .w32 {
    width: 32% !important;
  }

  .product_dl_list:nth-of-type(1) {
    border-top: 1px solid #000;
  }

  .product_dl {
    width: 29% !important;
  }






  .w50 {
    width: 47% !important;
  }


  .about_table:nth-of-type(1) {
    border-right: 2px solid #1FA4AC;
  }

  .price_bottom_wrapper {
    width: 1010px !important;
  }


  .send_price_height {
    align-items: baseline;
  }

  .form {
    padding: 50px 0;
  }

  .form img {
    max-width: 1200px;
  }



  .w100_input_txt input {
    width: 100%;
  }

  .w100_input_txt_add span:nth-of-type(1) input {
    width: 20%;
  }

  .w100_input_txt_add span:nth-of-type(2) input {
    width: 70%;
  }

  .form_clounm_2 dt {
    padding-left: 30px;
    width: 10.5% !important;
  }

  .form_clounm_2 dd {
    width: 25% !important;
  }


  .last_m {
    margin-left: 48px;
  }

  #blog .wp_inner_clounm {
    width: 1200px !important;
  }


  .hsc_price {
    width: 600px;
    width: auto;
    margin-top: 40px;
  }

  /*=================================================================================================================================*/
  /**  リニューアル ss-top	*/
  /*=================================================================================================================================*/
  .top-product div {
    width: 380px !important;
    margin-right: 30px;
  }

  .top-product div:last-of-type {
    margin-right: 0px;
  }

  .w819 {
    width: 819px !important;
  }

  /* メイン画像 */
  .main-img {
    margin: 86px auto;
    padding: 10px 10px 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.10);
  }


  .p0 {
    padding: 0;
  }

  .btn_p {

    padding: 2% 4%;
  }


  /* 製品比較表 */
  .js-scrollable>table,
  .js-scrollable2>table {
    width: 100%;
    margin: 15px auto;
  }

  .js-scrollable>table th,
  .js-scrollable2>table th {
    padding: 10px 0;
    width: 15%;
  }

  .js-scrollable>table td,
  .js-scrollable2>table td {
    padding: 10px 0;
  }



  /*=================================================================================================================================*/
  /**  ノートPC	*/
  /*=================================================================================================================================*/
  @media screen and (min-width: 980px) and (max-width: 1281px) {

    .illust_01,
    .illust_02,
    .illust_03 {
      display: none;
    }
  }

  @media screen and (min-width: 1280px) and (max-width: 1553px) {
    .icon_tel {
      /* position: absolute; */
      /* top: 140px; */
      /* right: 0; */
      text-shadow:
        #FFF 2px 0px 2px, #FFF -2px 0px 2px,
        #FFF 0px -2px 2px, #FFF -2px 0px 2px,
        #FFF 2px 2px 2px, #FFF -2px 2px 2px,
        #FFF 2px -2px 2px, #FFF -2px -2px 2px,
        #FFF 1px 2px 2px, #FFF -1px 2px 2px,
        #FFF 1px -2px 2px, #FFF -1px -2px 2px,
        #FFF 2px 1px 2px, #FFF -2px 1px 2px,
        #FFF 2px -1px 2px, #FFF -2px -1px 2px,
        #FFF 1px 1px 2px, #FFF -1px 1px 2px,
        #FFF 1px -1px 2px, #FFF -1px -1px 2px;
    }
  }


  @media screen and (min-width: 741px) and (max-width: 1470px) {
    #logo {
      width: 116px;
      height: 107px;
    }

    .header_inner {
      padding: 0px 0px 20px 152px;
    }

    #nav>ul>li>a {
      font-size: 14px;
      padding: 40px 10px 35px 10px;
    }

    .icon_tel {
      font-size: 31px;
    }

    .tel {
      width: 433px;
    }

    .icon_tel span {
      font-size: 12px;
      padding: 0px 0 0 0px;
    }

    .contact_bt {
      width: 170px;
    }
  }


  /*=================================================================================================================================*/
  /**  1920px以上	*/
  /*=================================================================================================================================*/
  @media screen and (min-width: 1750px) {

    #nav ul {
      width: 1059px;
    }

    #nav ul li {
      padding: 0 16px 0;
    }


    #nav ul li a {
      padding: 40px 31px 35px 5px;
    }

    .megamenu {
      width: 1140px;
    }

    .gnav>li:hover .megamenu {
      padding: 20px 35px 0px 35px;
    }

    .hsc_price {
      width: 600px;
      width: auto;
      margin-top: 40px;
    }

  }

}