@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 320px
---------------------------------------------*/
@media screen and (max-width: 320px) {
  .header-sp-box {
    padding: 25px 10px 12px 10px !important;
  }
}

/*---------------------------------------------
 ** 740px
---------------------------------------------*/
@media screen and (max-width: 740px) {
  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
    font-size: 48%;
  }
  body {
    color: #444;
  }

  /* fook */
  .only_sp_none {
    display: none !important;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .flex_item_clounm_3 {
    width: 100%;
  }
  .flex_item_clounm_2 {
    width: 100%;
  }
  .flex_item_clounm_4 {
    width: 100%;
  }

  /*---------------------------------------------
 **  メイン画像
---------------------------------------------*/
  .main_img {
    width: 100%; /* height: 130px; */
    position: relative;
    background-size: cover;
    text-align: center;
  }
  .header_inner {
    width: 100% !important;
    height: 75px;
    background: #ffffff;
    margin: 0 !important;
  }

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/

  /*---------------------------------------------
 **  ロゴ
---------------------------------------------*/
  #logo {
    width: 105px;
    height: 98px;
    margin: 0;
  }
  #footer #logo {
    width: 224px;
    height: 77px;
    margin: 0 auto 15px;
  }
  .sp_tel {
    width: 39px;
    display: block;
    margin-bottom: 3px;
  }
  .sp_mail {
    width: 42px;
    display: block;
    margin-bottom: 3px;
  }

  .header-sp-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 70px;
    left: 105px;
  }

  .header-sp-box {
    width: 50%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 12px 20px;
  }
  .header-sp-box:nth-of-type(1) {
    border-right: 1px solid #d6d6d6;
  }

  /*---------------------------------------------
 **  タイトル
---------------------------------------------*/

  /*=================================================================================================================================*/
  /**  TOP	*/
  /*=================================================================================================================================*/

  /*=================================================================================================================================*/
  /**  フッター	*/
  /*=================================================================================================================================*/
  .footer_wrapper {
    margin: 0;
    padding-bottom: 10px;
  }

  /* フッターナビ */
  #footer nav ul {
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px 0 1px 0;
  }
  #footer nav li {
    width: 49.3%;
    margin: 1px;
  }
  #footer nav a {
    width: 100%;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
  }
  #footer nav a:after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 11px;
    background: url(../img/common/bt_icon_blue.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
  }

  /* ページTOPへ */
  #pageTop {
    right: 1%;
    bottom: 30px;
  }
  #pageTop a {
    width: 50px;
    height: 57px;
  }

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/

  .sp_nav_n {
    display: unset;
    flex-wrap: unset;
    justify-content: unset;
  }

  .main_L {
    display: none;
  }

  .illust_01,
  .illust_02,
  .illust_03,
  .illust_04 {
    display: none;
  }

  .img_01 {
    margin-top: 0;
  }

  .bg_01 {
    padding: 30px 0 20px 0;
  }
  .bg_02 {
    background: url(../img//bg_02.jpg) top center no-repeat;
    background-size: 130%;
  }
  .bg_03 {
    padding: 40px 0 0 0;
  }
  .bg_04 {
    padding: 20px 0 0 0;
    background: url(../img//bg_02.jpg) top center no-repeat;
    background-size: 100%;
  }

  .section_block {
    margin-bottom: 50px;
  }

  .colYellow {
    display: block;
  }

  .h2_strong_coolx:before {
    width: 90%;
    height: 88px;
    max-width: 277px;
    background: url(../img/strongcoolx.png) no-repeat;
    background-size: 100% !important;
    content: "";
  }

  .ex_hkd {
    width: 100px;
    height: 82px;
  }

  .dl_wrapper.ex dt {
    width: 100%;
    border-bottom: 1px solid #1fa4ac;
    border-right: unset;
  }
  .dl_wrapper.ex dd {
    width: 100%;
    padding: 15px;
  }

  .send_price > dl > dt {
    font-size: 2.4rem;
    padding: 0.5rem;
  }

  .send_price > dl {
    width: 47%;
    text-align: center;
  }

  .send_price > dl > dd > dl dt {
    width: 30%;
    margin: 0 auto 0.5rem;
    padding: 2px 0 0 0;
  }
  .send_price > dl > dd > dl dd {
    width: 100%;
    margin: 0 10px;
    text-align: center;
  }

  .send_price > dl > dd > dl {
    padding-bottom: 0.5rem;
  }

  .hn_h {
    font-size: 2.5rem;
    margin-bottom: 15px;
    padding-left: unset;
  }

  .product_dl dl {
    width: 100% !important;
  }

  .tab_area label {
    width: 50%;
    margin: 0 1.5% 10px;
    padding: 17px 0px 19px;
  }

  /*　faq*/
  .tab_area label {
    width: 47%;
    font-size: 1.8rem;
    display: block;
    border-bottom: 1px solid #1fa4ac;
  }

  #tab1 ~ .tab_area .tab1_label,
  #tab2 ~ .tab_area .tab2_label,
  #tab3 ~ .tab_area .tab3_label,
  #tab4 ~ .tab_area .tab4_label {
    top: 0px;
  }

  #tab1:checked ~ .tab_area .tab1_label,
  #tab2:checked ~ .tab_area .tab2_label,
  #tab3:checked ~ .tab_area .tab3_label,
  #tab4:checked ~ .tab_area .tab4_label {
    top: 0;
  }

  #tab1:checked ~ .tab_area .tab1_label {
    /* width: 50%; */
  }
  #tab2:checked ~ .tab_area .tab2_label {
    width: 47%;
  }
  #tab3:checked ~ .tab_area .tab3_label {
    width: 47%;
  }
  #tab4:checked ~ .tab_area .tab4_label {
    width: 47%;
  }

  .tab_area label {
    border-radius: 6px;
  }
  .tab_area {
    font-size: 0;
    margin: 0;
  }

  .faq dd:after {
    width: 40px;
    height: 40px;
    top: -7px;
    right: -24px;
    background: url(../img/faq_icon.png) no-repeat;
    background-size: 100%;
    content: "";
  }
  .faq dd {
    padding: 6% 10% 6% 10%;
  }

  .flow dl:after {
    display: none;
  }

  .about_table {
    width: 100%;
  }
  .about_table th {
    width: 100%;

    display: block;
    text-align: center;
  }
  .about_table td {
    width: 100%;
    display: block;
    text-align: center;
  }

  dd {
    margin: 0;
  }

  .send_price.flow > dl {
    width: 100%;
  }

  .top_4itm .flex_item_clounm_4 {
    width: 50% !important;
  }
  .top_4itm .flex_item_clounm_4:nth-of-type(1),
  .top_4itm .flex_item_clounm_4:nth-of-type(4) {
    display: none;
  }

  .top_01_features .flex_item_clounm_3 {
    margin-bottom: 10px;
  }

  /* お問い合わせフォーム */
  .form_inner dl {
    padding: 3.5rem 5% 3rem;
  }
  .form_inner dl dt {
    width: 100%;
    padding-left: 25px;
    margin-bottom: 2rem;
  }
  .form_inner dl dd {
    width: 100%;
    padding: 0;
  }
  .form_clounm_2 dt {
    padding-left: 0;
  }

  .form_inner dl dt:before {
    height: 25px;
  }

  .form_clounm_2 dd {
    margin-bottom: 20px;
  }
  .cb label {
    margin-right: 3rem;
    width: 100%;
    display: block;
  }
  .w100_input_txt_add input {
    width: 100% !important;
  }
  .w100_input_txt_add input:nth-of-type(1) {
    margin-bottom: 1rem;
  }

  .snd_db {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .form_inner input[type="text"],
  .form_inner input[type="number"],
  .form_inner input[type="email"],
  .form_inner input[type="tel"],
  .form_inner textarea {
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px 0px #eee inset;
  }

  .form_inner textarea {
    max-width: 100%;
    width: 100%;
  }

  .manual_bt {
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* 送料 */

  .send_wrapper {
    text-align: center;
  }
  .send_01 {
    margin: 0 auto;
  }

  .manual_bt {
    width: 80%;
  }

  .product_img_yoko img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /*=================================================================================================================================*/
  /**  h2	*/
  /*=================================================================================================================================*/
  .h2_ptn_01 {
    font-size: 3.9rem;
    text-align: left;
  }
  .h2_ptn_02 {
    text-align: left;
    line-height: 1.3;
    font-size: 3.65rem;
    margin-bottom: 0.6rem;
    width: 100%;
  }
  .h2_span_ptn_02 {
    margin-top: 1.1rem;
    line-height: 1.6;
  }

  /*=================================================================================================================================*/
  /**  アウター	*/
  /*=================================================================================================================================*/
  .outertower_img {
    width: 60%;
    margin: 0 auto;
  }
  .outertower_name {
    width: 90%;
    margin-bottom: 0;
  }

  .ot_img_02 {
  }
  .flex_item_clounm_2_sp {
    width: 50%;
    margin-bottom: 0;
  }
  .flex_item_clounm_3_sp {
    width: 33.33%;
    margin-bottom: 0;
  }

  /* .table_scl_x{
  overflow: auto;
  white-space: nowrap;
} */

  .outertower_page_specification_detail_table th {
    width: 100%;
    display: block;
    padding: 5px;
    text-align: center;
  }
  .outertower_page_specification_detail_table td {
    width: 100%;
    display: block;
    text-align: center;
  }




  /*=================================================================================================================================*/
  /**  HSC	*/
  /*=================================================================================================================================*/
  .hsc_img {
    width: 60%;
    margin: 0 auto;
  }
  .hsc_name {
    width: 90%;
    margin-bottom: 0;
  }



  .tac {
    text-align: left;
  }
  .header-sp-wrapper a {
    text-decoration: none !important;
    font-weight: bold;
    color: #4e4e4e !important;
    font-size: 10px;
    text-align: center;
  }

  /* リニューアルTOPページ */
  .main-img {
    padding: 10px 10px 4px;

  }

  .index_news {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 1.3rem;
  }
  .index_news_logo {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-align: center;
  }
  .index_news_date {
    width: 100%;
  }
  .index_news_title,
  .index_news_title a {
    width: 100%;
  }
  .index_news_content {
    width: 100%;
    height: auto;
    line-height: 1.5;
    padding: 4% 5%;
    flex-wrap: wrap;
    text-align: left;
    white-space: unset;
    overflow: unset;
  }
  .to_news_page a {
    display: none;
  }

  .main-wrapper {
    margin: 20px;
  }

  .wfull {
    width: 100% !important;
    margin: 0 !important;
  }

  .spacer-15 {
    height: 15px;
  }

  .flex_item_clounm_3.full {
    width: 33.33%;
  }

  /* 全国どこでもrental可能 */
  .img-top-rental-price {
    margin: 1.5rem auto 1rem;
    max-width: 291px;
    height: auto;
  }

  .btnex.sp {
    margin: 0 !important;
  }

  .top-2clo-bt-sp > div {
    margin-bottom: 1px !important;
  }
  .bt-L,
  .bt-R {
    margin: 0 !important;
  }

  .bt-L {
    margin-top: 3rem !important;
  }

  /* .header_wrapper{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:10;
} */

  .bg_04.bgno {
    padding: 70px 0 0 0;
  }
  .send_wrapper {
    border: 3px solid #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0rem auto 0.5rem;
    padding: 2rem 5%;
  }
  .send_01 {
    padding: 0.3rem 4rem 0.3rem;
    font-size: 1.8rem;
    margin: 0 auto;
    display: block;
    width: 52%;
  }

  .price-typ-01{
    padding: 0 !important;
  }
  .price-typ-01 .itme-h {
    border-right:unset;
    border-bottom: 1px solid #000;
  }

  .btnex{
    margin-right: 0;
  }


  #case_cat{
    margin-bottom: 0 !important;
  }
  .sec-title {
    padding: 0px 0px !important;
    margin: 130px 0 0px;
  }
  .wp-block-video video{
    width: 100%;
  }

  .h2_strong_coolx,
  .h2_strong_cool7 {
    text-align: center;
  }

  .h2_ptn_01-sp{
    text-align: center;
  }
  .fzl {
    font-size: 3.8rem;
  }
  strong.strong {
    line-height: 1.3;
    letter-spacing: -1px;
  }

  #main {
    padding-top: 30px;
  }
  #index #main {
    padding-top: 0;
  }
  
  #blog{
    padding-top: 100px;

  }

  #blog .sec-title strong {
    font-size: 29px !important;
  }
  .case-detail .heading {
    margin-bottom: 0 !important;
  }
  .txt-al-center{
    text-align: center;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  }
  body{
    padding-top: 75px;
  }
  .main-wrapper-single{
    margin: 25px 0 15px !important;
  }
  .main-wrapper-single img{
    display: block;

  }


/* 製品比較表 */
.js-scrollable > table,
.js-scrollable2 > table{
  width: 150%;
  margin: 15px auto;
}

.js-scrollable > table th,
.js-scrollable2 > table th{ 
  padding: 10px 0;
}

.js-scrollable > table th:first-child,
.js-scrollable2 > table th:first-child{ 
  padding: 10px 0;
  width: 20% !important;
}
.js-scrollable > table td,
.js-scrollable2 > table td{ 
  padding: 10px 0;
}




}