@charset "UTF-8";
/*
Theme Name: 堀内運送株式会社
Theme URL: https://www.horiuchiunso.co.jp/
Description: 堀内運送株式会社のテーマです。
Author: Re-tra Inc.
Version: 1
License: horiuchiunso
License URL: https://www.horiuchiunso.co.jp/
*/

.secServiceFaq {
    display: none;
}

@media screen and (max-width: 768px) {
    .page .c-tableWrapper .c-table th {
        width: 50%;
    }

    .page.vehicle .secVehicleItem .l-section__text + .c-tableWrapper {
        margin: 20px 0 0 0;
    }

    .page.warehouse .secWarehouseHeader.l-section__header  {
        padding: 0 0 0 0;
    }
    
    .page.warehouse .c-warehouseMap .map {
        height: 400px;
    }

    .page.warehouse .c-warehouseDetail__inner {
        flex-wrap: wrap;
        gap: 40px;
    }
        
    .page.warehouse .c-warehouseDetail__areaText, .page.warehouse .c-warehouseDetail__areaImage {
        width: 100%;
    }
    
    .page.warehouse .c-warehouseDetail__title {
        line-height: 1.5;
        font-size: 24px;
    }

    .page .warehouseDetail .mainVisual__title {
        margin: 0 0 40px 0;
    }
    
    .page .warehouseDetail .secWarehouseHeader .l-sectionTitle {
        line-height: 1.3;
    }
    
    .page .warehouseDetail .secWarehouseDetail .secWarehouseHeader {
        margin: 0 0 40px 0;
    }
    
    .page .warehouseDetail .c-warehouseDetail__mainImageTagList {
        display: none;
    }
    
    .page .warehouseDetail .c-warehouseDetail__inner {
        gap: 24px;
        flex-wrap: wrap;
    }
    
    .page .warehouseDetail .c-warehouseDetail__areaText, .page .warehouseDetail .c-warehouseDetail__areaImage {
        width: 100%;
    }
    .page .secWarehouseDetail .googleMap{
        height: 300px;
    }

    .page .c-linkList.l-3column .c-linkListItem{
        width: 100%;
    }
}


/*----------　チェックボックス対処*/
.c-formTable .mwform-checkbox-field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
    background: #eeeeee;
    border: 2px solid #989898;
    transition: background-color 0.2s, border-color 0.2s;
}

.c-formTable .mwform-checkbox-field input[type="checkbox"]:checked {
    background-color: #5597df;
    border-color: #5597df;
}

.c-formTable .mwform-checkbox-field input[type="checkbox"]:checked::before {
    content: '✔';
    color: white;
    display: block;
    text-align: center;
    font-size: 14px;
}

.c-formTable .mwform-checkbox-field label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.c-formTable .mwform-checkbox-field input[type="checkbox"]:hover {
    border-color: #0056b3;
}

.c-formTable .mwform-checkbox-field input[type="checkbox"]:focus {
    outline: 2px solid #0056b3;
}


.c-formTable .c-form__inputText.c-form__inputCheck {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mw_wp_form .c-formTable .c-form__inputText.c-form__inputCheck .horizontal-item + .horizontal-item {
	margin: 0;
}


.fixed-banner {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 9999;
  padding: 6px 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
  filter: drop-shadow(10px 10px 0 #024DA1);
  max-width: 16vw;
}

.fixed-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .fixed-banner {
    filter: drop-shadow(6px 6px 0 #024DA1);
  }
}