/*-----------*/
/* ヘッダー   */
/*-----------*/
.header-v3 .site-contact {
    padding-top: 20px;
    padding-bottom: 18px;
}
.header-v3 .site-header-widget i {
    font-size: 25px;
}
/*
20220605
sp版のロゴの大きさ修正
*/
@media only screen and (max-width: 700px) {
    .site-logo a img{
        width: 200px;
    }
}
@media only screen and (max-width: 450px) {
    .site-logo a img{
        width: 150px;
    }
}
/* 電話番号　*/
#custom_html-3 {
    margin-top: 10px;
    line-height: 1;
}
.header-v3 .site-header-widget span {
    float: left;
    margin-top: 2px;
    font-size: 22px;
}
.header-v3 .site-header-widget .widget h4,
.header-v4 .site-header-widget .widget h4 {
    color: #ff0000;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 2px;
}
/* 言語選択 */
#sp_display {
    display: none;
}
@media only screen and (max-width: 1200px) {
    #sp_display {
        display: block;
    }
}
#pc_display {
    display: block;
}
@media only screen and (max-width: 1200px) {
    #pc_display {
        display: none;
    }
}
.globe-mark {
    margin-top: 15px;
    font-weight: normal;
    position: relative;
}
.globe-mark:before {
    position: absolute;
    background: url(../images/earth.png) no-repeat center center / contain;
    width: 27px;
    height: 27px;
    content: "";
    top: -11px;
    left: -33px;
}
#custom_html-2 {
    padding: 0 15px;
    margin-top: 10px;
    margin-right: 20px;
}
.flaticon-globe {
    margin-top: 15px;
    font-weight: normal;
}
.cargo-office-location-widget .office-switcher i {
    font-size: 15px;
    padding-right: 5px;
}
.cargo-office-location-widget .office-switcher i:before {
    font-size: 26px;
    color: #666666;
}
.cargo-office-location-widget .office-switcher {
    padding: 5px 10px 15px 10px;
    position: relative;
    float: left;
    border: none;
}
@media only screen and (max-width: 1200px) {
    .cargo-office-location-widget .office-switcher {
        position: absolute;
        right: 45px;
        top: 8px;
    }
    #masthead .widget{
        margin-bottom: -50px;
    }
}
@media only screen and (max-width: 700px) {
    .cargo-office-location-widget .office-switcher {
        top: 0px;
    }
}
@media only screen and (max-width: 450px) {
    .cargo-office-location-widget .office-switcher {
        top: -5px;
    }
}

.cargo-office-location-widget .current-office {
    color: #555555;
    font-size: 15px;
    padding-right: 17px;
    top: -8px;
    position: relative;
}
.cargo-office-location-widget .current-office:after {
    content: "\f107";
    font-family: FontAweSome;
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    color: #ff0000;
    z-index: 99;
}
.cargo-office-location-widget .office-switcher ul {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    background-color: #fff;
    color: #222;
    width: 100%;
    padding: 5px 5px;
    left: 5px;
    top: -webkit-calc(100% + 20px);
    top: calc(100% + 100px);
    font-weight: 400;
    -webkit-box-shadow: 0 3px 16.6px 3.4px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 16.6px 3.4px rgb(0 0 0 / 20%);
    z-index: 90;
}
.cargo-office-location-widget .office-switcher ul li {
    padding: 0 0 0 15px;
    font-size: 14px;
    cursor: pointer;
}
.cargo-office-location-widget .office-switcher.show-office ul {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    top: -webkit-calc(100% + -10px);
    top: calc(100% - 10px);
}
/* ナビゲーション */
.nav a {
    font-weight: 600;
    font-size: 18px;
    color: #222;
    display: block;
    font-family: "Montserrat", sans-serif;
}
.nav ul.menu > li.has-children > a:before {
    content: "\f107";
    font-family: FontAweSome;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav ul.menu > li.active > a:before {
    content: "";
    font-family: FontAweSome;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* OUR PROMISE */
h4.box-title a {
    color: #ff0004;
}
.fh-service-box.style-1 {
    background-color: rgba(12, 18, 57, 0.9);
    border: 1px solid #dcdce3;
}
/* 関連コンテンツ */
ul.kanren li a:hover {
    color: #ff0004;
}
/* 引越しまでの流れ */
.secpadd {
    padding: 50px 0px;
}
/*
2020/06/04
タイトル(よくある質問)の幅を100%
*/
.faq .container {
    width: 100%;
}
.faq .container .row {
    width: 1170px;
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    .faq .container{
        padding: 0;
    }
    .faq .container .row{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .faq .container .row {
        width: 970px;
    }
}
@media only screen and (max-width: 993px) {
    .faq .container .row {
        width: 100%;
    }
}

h4.box-title {
    color: #ff0004;
}
/* よくある質問 */
.faq {
    color: #00c5cd;
    padding-top: 0;
}
.faq h3 {
    background-color: #00c5cd;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px;
}
.faq-content {
    padding: 0 20px;
}
.faqimgleft {
    float: right;
}
p.faq2 {
    margin: 15px 0 5px 10px;
    color: #00c5cd;
    font-size: 22px;
    font-weight: bold;
}
.faq .kanren a {
    color: inherit;
}
/* お知らせ */
.col-sm-8 {
    padding: 5px;
    margin-bottom: 10px;
}
/* 引越しに関するご相談 */
.stripcontact {
    background: #fff;
    text-align: center;
    padding: 0;
}
.stripcontact .container {
    background: #f7f7f7;
    padding: 40px 10px;
    text-align: center;
    width: 100%;
}
.stripcontact p {
    color: #26c9d0;
    text-align: center;
    float: none;
    font-weight: bold;
}
.stripcontact-tel {
    color: #ff0004;
}
/*pick up*/
.entry-summary .entry-title {
    text-align: center;
}
/* フッター */
.site-footer {
    background-color: #ff0004;
}
/*
2020/06/04
フッターの各要素を二行に表示するように変更
*/
@media (max-width: 767px) {
    .footer-sidebars .col-sm-6{
        width: 50%;
    }
}


/*----------------------*/
/* デスクトッップのみの設定 */
/*----------------------*/
@media (min-width: 992px) {
    /* OUR SPECIAL SERVICE */
    .row2 {
        display: flex;
    }
    .fh-service-box {
        width: 30%;
        margin: 15px;
    }
    /* お知らせ */
    .col-sm-8 {
        padding: 20px 30px;
        margin-bottom: 80px;
    }
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

/*media Queries スマホサイズ（480px以下）
    ----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
