/*
Theme Name: Hokuhoku Rental Car Blog
Theme URI: https://hokuhokurentalcar.com
Description: ほくほくレンタカーナビ公式ブログテーマ
Author: TIDA Inc.
Version: 1.0.0
Text Domain: hokuhoku
*/

/* ========================================
   Laravel共用CSS（resources/css/style.css）
   ======================================== */
body{
    color:#636363;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li{
    margin:0;
    padding:0;
    line-height:1.6;
}
img{
    vertical-align: bottom;
}
table{
    width: 100%;
}
input[type="date"], select, button[type="submit"]{
    box-sizing: border-box;
}
.fwb{
    font-weight: bold;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
.mb90{
    margin-bottom: 90px;
}
.mb100{
    margin-bottom: 100px;
}
.fs10{
    font-size: 10px;
}
.fs11{
    font-size: 11px;
}
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs20, .f20{
    font-size: 20px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}.white{
    color:#fff!important;
}
.tac{
    text-align: center;
}
/*flex*/
.flexcsb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexcsbb{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.flexwp{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.flexc{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.flext{
    display: flex;

    justify-content: space-between;
     flex-grow: 1;
}
.flexr{
    display: flex;
    justify-content: flex-end;
}


.tac{
    text-align: center;
}

.shadow{
    box-shadow: 0px 0px 15px -5px #777777;
    border-radius: 10px;
}


.pc-head{
    background-color: #0071B9;
    padding:15px;

}

.box1000{
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;

}
.box78{
    max-width: 780px;
    width: 100%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

.search-box{
    background-color: #fff;
    box-sizing: border-box;
    padding:50px;
    border-radius: 8px;

}
.search-box input[type="date"] , .search-box select {
    border:1px solid #0071B9;
    padding:8px;
    min-height:43px;
    box-sizing: border-box;
    font-size:16px;
}
.search-box button[type="submit"]{
    min-height:43px;
    font-size:16px;
    box-sizing: border-box;
    background-color: #00B900;
    border:none;
    color:#fff;
    text-align: center;
    padding:0 15px;
    box-sizing: border-box;
}
.search-box h1 , .search-box p{
    font-size:29px;
    color:#0071B9;
    font-weight: bold;
}
.search-box i{
        color:#0071B9;
        margin-right: 6px;
        font-size:20px;
        position: relative;
        top:1px;
}
.search-btn i{
    color:#fff!important;

}
.area-box{
    max-width: 245px!important;
    width: 100%!important;
}
.location_area_select{
    max-width: 245px!important;
    width: 100%!important;
}
.start_time{
    max-width: 120px!important;
    width: 100%!important;
    border-left: none!important;
}
.end_time{
    max-width: 120px!important;
    width: 100%!important;
    border-left: none!important;
}
.start_date::-webkit-calendar-picker-indicator,
.end_date::-webkit-calendar-picker-indicator{
    display: none;
}
.start_date,
.end_date{
    -webkit-appearance: none;
    appearance: none;
}
.start_time,
.end_time{
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23636363'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 24px!important;
}
.search-btn{
    font-weight: bold;
    display: block;
    max-width: 110px;
    width: 100%;
}

.wback1{
        background-color: #fff;
    padding:100px 25px;
}
.gback{
    background-color: #FAFAFA;
    padding:100px 25px;
}
.yanback{
    background-color: #0071B9;
    padding:100px 25px 250px 25px;
    color:#fff;
    background-image:
        url(/images/yashi1.png),
        url(/images/yashi2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
}
.areaback{
    background-color: #FAFAFA;
    padding:100px 25px 250px 25px;
    background-image: url(/images/area.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.topicback{
    background-color: #0071B9;
    padding:100px 25px;
    color:#fff;
}
.departure , .return{
    max-width: 270px!important;
    width: 100%!important;
}

.car-check label{
    color:#0071B9;
    font-size: 13px;
    margin:8px 16px 8px 0;
}
.sp-category { display: none; }
.soubi-title{
    font-size: 16px;
    color:#fff;
    padding:8px 15px;
    border-radius: 20px;
    font-weight: bold;
    background-color:#0071B9;
}

/* Radio Button Styles */
.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 8px;
}

.radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 0;
}

.radio-mark {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #636363;
    border-radius: 50%;
    background-color: white;
    position: relative;
    flex-shrink: 0;
}

.radio-input:checked + .radio-mark {
    background-color: white;
}

.radio-input:checked + .radio-mark::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #0071B9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.hoku-location-badge{
    padding:15px;
    background-color: #0071B9;
    color: #fff;
    display: inline-block;
    min-width: 300px;
    border-radius: 30px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.hoku-plan-grid{
    display: flex;
    justify-content: space-between;

}
.hoku-plan-card{
    display: block;
    max-width: 300px;
    width: 100%;
    margin-right:50px;
    box-shadow: 0px 0px 15px -5px #777777;
    border-radius: 10px;
}
.hoku-plan-card:nth-child(3n){
    margin-right:0;
}
.hoku-plan-card img{
    width: 100%;
}
.hoku-plan-card {
    text-decoration: none;
    color: #0071B9;
}
.hoku-plan-shop-name{
    font-size:11px;
}
.hoku-plan-card-body{
    padding:25px 15px;
}

.hoku-plan-price{
    font-size:25px;
    font-weight: bold;
}
.hoku-plan-card-image{

    width: 100%;
}
.hoku-section-header-num{
    margin-right:auto;
    margin-left:auto;
    display: inline-block;
    background-image:
        url(/images/tl.png),
        url(/images/tr.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;

    padding: 0 50px;
}
.blue-num{
    background-image:
        url(/images/tlb.png),
        url(/images/trb.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;

}


.hoku-section-title{
    color:#0071B9;
    font-weight: bold;
    font-size:18px;
}
.hoku-plan-card-desc{
    color:#122646;
    font-size:16px;
    font-weight: bold;
}
.blue-btn{
    padding:25px;
    font-weight: bold;
    background-color: #0071B9;
    color:#fff;
    text-decoration: none;
    border-radius: 50px;
}


.yanba-box{
    border-radius: 10px;
    background-color: #fff;
    color:#122646;
}
.yanba-box img{
    max-width: 500px;
    width: 100%;
    height:auto;
}
.yanba-text-box{
    padding:60px;
}

.yanba-title-box{
    border-bottom:1px dotted #122646;
    padding-bottom:30px;
    margin-bottom: 30px;
    color:#0071B9;
}
.y-title{
    border-bottom:4px solid #FFE31A;
    max-width: 44px;
    text-align: center;
    margin-right:15px;
}

.y-num{
    position: relative;
    bottom:10px;
    margin-bottom:-10px;
    font-size: 30px;
}
.yanba-unde-tex{
    font-weight: bold;
    font-size:18px;
}

.white-btn{
    padding:25px;
    font-weight: bold;
    background-color: #fff;
    color:#0071B9;
    text-decoration: none;
    border-radius: 50px;
}

.areas div{
    margin-right:13.3333px;
    margin-bottom:13.3333px;
}
.areas div:nth-child(4n){
    margin-right: 0;
}

.hoku-company-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border:1px solid #D3D3D3;
    padding:10px;
    box-sizing: border-box;
    margin-right:32px;
    margin-bottom:30px;
}
.hoku-company-item:nth-child(6n){
    margin-right:0;
}
.hoku-company-item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.hoku-topic-card{
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    vertical-align: middle;
    text-decoration: none;
}
.hoku-topic-card-content{
    padding:25px;
    color:#122646;
    width: 100%;
    box-sizing: border-box;
}
.hoku-topic-img{
    background-color: #0EA5E9;
    border-radius: 10px  0 0 10px ;
}
.hoku-topic-img img{
    width: 320px;
    height:320px;

}
.hoku-topic-num-box{
    margin-right:15px;
    border-bottom: #FFE31A 4px solid;
}
.hoku-topic-header{
    width: 100%;
    margin-bottom: 15px;
    padding-bottom:15px;
    border-bottom:1px dotted #122646;
    color:#0071B9;
}
.hoku-topic-label{
    font-size:13px;
}
.hoku-topic-num{
    font-size:30px;
    font-weight: bold;
    position: relative;
    bottom:10px;
}

.faq-box{
    background-color: #D6E7F2;
    padding:20px;
    border-radius: 10px;
    color:#122646;
    font-weight: bold;
}
.q-icon{
    margin-right:15px;
}
.text-xs{
    padding-left:60px;
    border-top: #122646 1px dotted;
    margin-top:15px;
    padding-top: 15px;
    font-weight: normal;
    font-size:15px;
}

#footer{
    border-top:#0071B9 10px solid;
    padding:100px 25px;
}

#footer-bottom{
    background-color: #0071B9;
    padding:7px 0;
    color:#fff;

}
#footer-bottom p{
    font-size:12px;
}
.foot-menu-box ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type:none;
}
.foot-menu-box ul li a{
    color:#0071B9;
    text-decoration: none;
    font-weight: bold;
}
.foot-menu-box ul li a{
    background-image:url(/images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

/*pages*/

.about-table {
    width: 100%;
}
.about-table td, .about-table th{
    text-align: left;
    border-bottom:1px solid #dcdcdc;
    padding:25px 0px;
}
.about-table tr:last-child td , .about-table tr:last-child th{
    border-bottom:none;
}

.page-title-box{
    min-height:580px;
    background-image: url(/images/h-yashi.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom:-100px;
}
.page-title-inner-box{
    margin-left:auto;
    margin-right:auto;
    min-height:580px;
    max-width: 1350px;
    width: 100%;
    background-image: url(/images/h-car.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-title-inner-box h1{
    font-size:18px;
}
.page-msgbox{
    border-radius: 10px;
    background-color: #fff;
    padding:75px;
    box-sizing: border-box;
}
.page-msgbox h2{
    font-size:20px;
    margin-bottom:10px;
}
.page-msgbox h3{
    font-size:18px;
    margin-bottom:10px;
}
.page-msgbox p{
    font-size:14px;
}
.page-msgbox ol ,.page-msgbox ul{
    margin-bottom:30px;
}
.page-msgbox li{
    line-height: 1.6;
    font-size:14px;
    margin-bottom:8px;
    margin-left:20px;
}
.box3{
    max-width: 300px;
    width: 100%;
    margin-right:50px;
}
.box3:nth-child(3n){
    margin-right:0;
}
.box3 img{
    width: 100%;
    margin-bottom:15px;
}
.box3 a{
    text-decoration: none;
    color:#636363;
}
.beg-box p{
    font-size:15px;
}
.beg-box img{
    border-radius: 200px;
    margin-right:30px;
}
.beg-box h2{
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px dotted #636363;
}
.beg-box div{
    min-width: 670px;
}
.pdn{
    display: none;
}
.pdfn{
    display: none;
}

.hoku-news-card{
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -5px #777777;
    max-width: 300px;
    overflow: hidden;
}
.hoku-news-body{
    padding:15px;
}

.hoku-news-date{
    color:#0071B9;
}
.hoku-news-title{
    color:#0071B9;
}

/*----------------------------------------
    下層ページ
----------------------------------------*/
.page-header{
    background-color: #F4EFE9;
    padding:60px 25px 160px 25px;
    text-align: center;
}
.page-header h1{
    color:#0071B9;
    font-size:18px;
}


.ph-search{
    position: relative;
    bottom:100px;
}
.blue-badge{
    padding: 15px;
    background-color: #0071B9;
    color: #fff;
    display: inline-block;
    min-width: 300px;
    border-radius: 30px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size:18px;
}
.plan-card {
    width: 100%;
    padding:25px;
    margin-bottom:60px;
    box-sizing: border-box;
}
.plan-card img{
    width: 300px;
}
.plan-card td a{
    color:#0071B9;
}
.plan-card-title{
    color:#0071B9;
    margin-bottom:15px;
}
.plan-card-body{
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}
.plan-card-info{
    max-width: 325px;
    width: 100%;
}
.plan-badge{
    font-size:11px;
    padding:8px;
    background-color:#D82B61;
    color:#fff;
    border-radius: 3px;
    margin-bottom:5px;
    display: inline-block;
    min-width:74px;
    box-sizing: border-box;
    text-align: center;
}
.plan-badge-outline{
    font-size:11px;
    padding:8px;
    border:1px solid #D82B61;
    border-radius: 3px;
    min-width:74px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    margin-bottom:15px;
}
.plan-card-spec th{
    text-align: left;
    font-size:14px;
    padding-right:15px;
}.plan-card-spec td{
    font-size:14px;
}
.plan-card-price{
    max-width: 270px;
    width: 100%;
    text-align: right;
}
.plan-card-btn{
    display: inline-block;
    background-color: #00B900;
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    padding:10px 15px;
}
.plan-card-remaining{
    color:#D82B61;
    font-weight: bold;
}
.plan-card-price-value{
    font-size:31px;
    color:#0071B9;
    font-weight: bold;
}

/*========================================
  ページネーション
========================================*/
.pagination-list{
    display: flex;
    margin-bottom:100px;
}
.pagination-btn{
    width: 35px;
    height:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17.5px;
    text-decoration: none;
    background-color: #fff;
    color:#0071B9;
    margin-right:5px;
    box-shadow: 0px 0px 15px -5px #777777;
    font-weight: bold;
}
.active{
    background-color: #0071B9;
    color:#fff;
}
/*========================================
  ショップ
========================================*/
.breadcrumb ol{
    display: flex;
    font-size:12px;
    list-style-type: none;
}
.breadcrumb ol li{
    margin-right:8px;
}
.breadcrumb{
    background-color: #FAFAFA;
    padding:8px 0;

}
.shop-head{
    display: flex;
    justify-content: space-between;
}
.shop-head img{
    width: 215px;
    height:auto;
}
.shop-img-box{
    padding:10px;
    width: 235px;
    height:235px;
    border:1px solid #9b9b9b;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-info{
    max-width: 710px;
    width: 100%;
    text-align: left;
}
.shop-info h1{
    font-size:24px;
    margin-bottom:15px;
}
.shop-info h2 a{
    text-decoration: none;
    color:#2B2B2B;
    margin-bottom:10px;
}
.shop-info table {
    width: 100%;
}
.shop-info table tr th,.shop-info table tr td{
    border-top:1px dotted #2b2b2b;
    padding:10px 0;
    font-size:15px;
}
.shop-info table tr th{
    color:#0071B9;
    font-weight: bold;
    width: 25%;
}
.shop-info table tr td{
    font-weight: normal;
}
.shop-msg{
    padding:35px;
    box-sizing: border-box;
}
.shop-msg h2{
    font-size:22px;
    color:#0071B9;
    border-bottom: #2b2b2b dotted 1px;
    padding-bottom:15px;
    margin-bottom:15px;
}
.shop-ao{
    display: flex;
    justify-content: space-between;
}
.shop-access{
    width: 48%;
}
.shop-storage{
    width: 48%;
}
.shop-access img , .shop-storage img{
    width: 100%;
}

.shop-search-box h2{
    font-size:24px;
    color:#0071B9;
}

/*========================================
 お知らせ周り
========================================*/

.nsb-img{
    width: 100%;
    border-radius: 10px 10px 0 0 ;
}
.news-text-box{
    padding:30px;
}
.msg-bar{
    width: 100%;
}
.hoku-news-date{
    color:#565656;
    font-size:14px;
}
.hoku-news-img img{
    width: 100%;
}
.hoku-news-shop{
    text-decoration: none;
    color: #0071B9;
    font-weight: bold;

}

.hoku-news-card{
    text-decoration: none;
}

.blog-head{
    background-color: #0E84C6;
    background-image: url(images/yashi1.png);
    background-repeat: no-repeat;
    background-position: right 250px bottom;
}
.blog-head a{
    display: flex;
    text-decoration:none;
    align-items: center;
    color:#fff;
}
.blog-head img{
    height:500px;
    width: 500px;
    
}
.blog-head-text{
    max-width: 680px;
    margin-left:50px;
}

.blog-head-text h2{
    font-size:24px;
    color:#fff;
    border-bottom:1px dotted #fff;
    margin-bottom:20px;
    padding-bottom:20px;
}
.blog-head-text p{
    color:#fff;
}
.blog-head-text .tar p{
    display: inline-block;
    background-color: #fff;
    color:#0071B9!important;
    padding:15px 30px;
    border-radius: 30px;
    font-weight: bold;
}
.tar{
    text-align: right;
}
.blog-big-box{
    display: flex;
    justify-content: space-between;
}
.blog-single-box{
    max-width: 680px;
    width: 100%;
}
.blog-single-box img{
    width:100%;
    height:auto;
}
.blog-sidemenu{
    width:100%;
    max-width: 280px;
}
.sidemenu{
    width:100%;
    max-width: 300px;
    padding:25px;
    box-sizing: border-box;
}
.blog-text-box{
    padding:55px;
    box-sizing: border-box;
}
.blog-text-box h1{
    color:#0071B9;
    font-size:24px;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.title-date{
    margin-right:15px;
    font-size:18px;
    text-align: center;
    border-bottom:3px solid #FFE31A;
}
.blog-text-box span{
    display: inline-block;
}
.blog-text-box h2{
    color:#0071B9;
    font-size:22px;
    border-left:10px solid #0071B9;
    border-bottom:none!important;
    padding:8px 10px ;
}
.blog-text-box h3{
    background-color:#D6E7F2;
    padding:15px;
    border-radius: 5px;
}
.side-post-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:15px;
    text-decoration: none;
    font-weight: bold;
    color:#0071B9;
}
.side-post-item p{
    max-width: 140px;
    min-width: 140px;
}
.side-post-item img{
    width: 70px;
    height:auto;
}
.sidemenu-header-top{
    text-align: center;
    margin-bottom:30px;
}
.s-topic-head{
    background-image: url(images/tl.png), url(images/tr.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
    background-size: 7.5%;
}
.s-topic-head p{
    font-weight: bold;
    color:#0071B9;
    font-size:12px;
}
.blog-prev-next{
    margin-top:25px;
    border-top: #0071B9 1px solid;
    padding:25px 0;
}
.blog-prev-next a{
    text-decoration:none;
    color:#0071B9;
}
.result-date{
    border:none!important;
}
/*========================================
  SP（スマホ）
========================================*/
@media screen and (max-width: 768px) {
    .mb20{
        margin-bottom:16px;
    }
    .mb30{
        margin-bottom:24px;
    }
    .mb40{
        margin-bottom:30px;
    }
    .mb50{
        margin-bottom:40px;
    }
    .mb60{
        margin-bottom:50px;
    }
    .mb100{
        margin-bottom:70px;
    }
    p{
        font-size:14px;
    }
    .sfs13{
        font-size: 13px;
    }
    .sfs14{
        font-size: 14px;
    }
    .sfs20{
        font-size: 20px;
    }
    .search-box h1, .search-box p{
        font-size: 20px;
    }
    .sdn{
        display: none;
    }
    .pdn{
        display: block;
    }
    .pdfn{
        display: flex;
    }
    .sdisflex{
        flex-wrap: wrap;
    }
    .s100{
        width: 100%;
    }
    .pc-category { display: none; }
    .sp-category { display: block; }
    .s-selects{
        width: 100%;
    }
    .search-btn{
        max-width: 100%;
        width: 100%;
    }
    .area-box{
        max-width: 100%!important;
        width: 100%!important;
        margin-bottom: 10px;
    }
    .location_area_select{
        max-width: 100%!important;
        width: 100%!important;
    }
    .departure, .return{
        width: 100%;
        margin-bottom: 10px;
    }
    .start_date, .end_date{
        max-width: 100%!important;
        width: 50%!important;
    }
    .start_time, .end_time{
        max-width: 100%!important;
        width: 50%!important;
    }
    .hoku-section-header-num{
        padding: 0 35px;
        background-size: 18px;
    }
    .hoku-section-header-num img{
        width: auto;
        height:85px;
        margin-bottom:5px;
    }
    .hoku-section-title{

        font-size: 13px;

    }
    .hoku-plan-card{
        margin-right:0;
        margin-bottom:20px;
    }
    .hoku-plan-grid{
        justify-content: center;
    }
    .hoku-location-badge{
        display: block;
        max-width: 300px;
        width: 100%;
        margin-right:auto!important;
        margin-left:auto!important;
        box-sizing: border-box;
    }
    .flexr{
        justify-content: center;
    }
    .blue-btn{
        padding:25px 50px;
    }
    .yanba-text-box{
        padding:23px;
    }
    .areaback{
        padding:100px 25px;
    }
    .areas div{
        margin:0;
        width: 48%;
        margin-right:4%;
        margin-bottom:4%;
    }
    .areas div img{
        width: 100%;
    }
    .areas div:nth-child(2n){
        margin-right:0!important;
    }
    .search-box{
        padding:30px;
    }
    .gback{
        padding:80px 20px;
    }
    .wback1{
        padding:80px 20px;
    }
    .topicback{
        padding:80px 20px;
    }
    .yanback{
        padding:80px 20px 120px 20px;
        background-image: none;
    }
    .hoku-company-item {

        width: 30%;
        height: 30%;
        border: 1px solid #D3D3D3;
        padding: 10px;
        box-sizing: border-box;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .hoku-company-item:nth-child(3n){
        margin-right: 0!important;
    }
    .hoku-topic-card{
        max-width: 320px;
        width:100%;
        margin-right:auto;
        margin-left: auto;
    }
    .hoku-topic-img{
        border-radius: 10px 10px 0 0;
    }
    .hoku-news-card{
        margin-right:auto;
        margin-left:auto;
        margin-bottom:30px;
    }
        .blog-head a{
        display: flex;
        flex-wrap: wrap;
    }
        .blog-head img{
            width: 100%;
            height:auto;
        }
    .blog-head-text{
        margin-left:0;
        padding:35px;

    }
    .blog-big-box{
        flex-wrap: wrap;
    }
    .blog-text-box{
        padding:25px;
    }
    .blog-text-box h1{
        font-size:18px;
    }
    .blog-content h2{
        font-size:17px;
    }
    .blog-content h3{
        font-size:16px;
    }
        .blog-content p{
            font-size:14px;
        }
    .blog-sidemenu , .sidemenu{
        max-width: 100%;
    }
    .side-post-item{
        display: flex;
        justify-content: flex-start;
    }
    .side-post-item p{
        max-width: 100%;
        margin-left:10px;
    }
    .hoku-topic-title{
        font-size:18px;
    }
    .s-topic-head{

        margin-right:auto;
        margin-left:auto;
        background-size: 6%;
        display: block;

    }
    .spdt20{
        padding-top:20px!important;
    }
    .smt0{
        margin-top:0;
    }
}

/*========================================
  ヘッダー・ナビゲーション（Laravel共通）
========================================*/
.head-total-box{
    position: fixed;
    top:0px;
    width: 100%;
    padding-bottom:80px;
    z-index: 10125;
}
.h80{
    height:80px;
    width: 100%;
}
.pc-head{
    background-color: #0071B9;
    padding:15px;
    box-sizing: border-box;
}
.hum{
    width: 30px;
    cursor: pointer;
}
.hum div{
    height:3px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom:8px;
    transition: transform 0.3s, opacity 0.3s;
}
.hum div:last-child{
    margin-bottom:0;
}
.hum-open div:nth-child(1){
    transform: translateY(11px) rotate(45deg);
}
.hum-open div:nth-child(2){
    opacity: 0;
}
.hum-open div:nth-child(3){
    transform: translateY(-11px) rotate(-45deg);
}
.popup-nav{
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    justify-content: end;
    z-index: 999;
}
.popup-nav-list {
    max-width: 300px;
    width: 100%;
    position: relative;
    right:0;
    height:100vh;
    list-style: none;
    background-color: #0EA5E9;
    box-sizing: border-box;
}
.popup-nav-list a{
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color:#fff;
    padding:20px 15px;
    border-bottom:1px solid #fff;
}
/* 右からスライドインアニメーション */
.slide-enter{ transition: transform 0.3s ease-out; }
.slide-enter-start{ transform: translateX(100%); }
.slide-enter-end{ transform: translateX(0); }
.slide-leave{ transition: transform 0.3s ease-in; }
.slide-leave-start{ transform: translateX(0); }
.slide-leave-end{ transform: translateX(100%); }

@media screen and (max-width:768px){
    .h80{ height:70px; }
    .popup-nav{ top:70px; }
    .popup-nav-list{ max-width:100%; }
    .pc-head img{ height:40px; width:auto; }
}
