/* floatを解除 */
.cb{
    clear: both;
}
/*Only SP Mode*/
@media (max-width:1280px){
    .sp_only{
        display: contents;
    }
}
@media (min-width:1281px){
        .sp_only{
            display: none;
        }
}   
/*link color*/
a {
    color: #0037bf ;
}
.irog{
    color:#797979 !important;
}
#wrapper-hero img{
    max-height: 290px;
    object-fit: cover;
}
.pd-top-2percent{
    padding-top: 2%;
}
.mlr5 {
    margin: 0 5%;
}
.plr-10{
    padding: 0 10px;
}
.plr-15{
    padding: 0 15px;
}
.plr-20{
    padding: 0 20px;
}
.plr-8cent{
    padding: 0 8%;
}
.plr-10cent{
    padding: 0 10%;
}
.plr-15cent{
    padding: 0 15%;
}
.plr-20cent{
    padding: 0 20%;
}

.mb-100{
    margin-bottom:100px;
}
.mt-1rem{
	margin-top: 1rem;
}
.mt-3rem{
	margin-top: 3rem;
}
.mt-4rem {
    margin-top: 4.0rem;
}
.mt-5rem{
	margin-top: 5rem;
}
.mt-7 {
    margin-top: 3.5em;
}
.mt-8 {
    margin-top: 4em;
}
.mt-88 {
    margin-top: 8em;
}
.mb-7 {
    margin-bottom: 3.5em;
}
.mb-8 {
    margin-bottom: 4em;
}
.mg-center{
    margin: 0 auto;
}

@media (max-width:767px){
.mbpt55 {
    padding-top: 55px !important;
}
.mbpt20{
    padding-top: 20px;
    }
.plr-20{
    padding: 0 10px;
    }
.plr-0-sp{
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-width: 326px;
    }
}
.lft-0{
	padding-left:15px !important;
}
/*お問い合わせメガメニュー色指定*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot > a.mega-menu-link {
    background-color: #03a9f4;
    border-radius: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot > a.mega-menu-link:hover {
    background-color: #44c5ff;
    border-radius: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot.mega-current-page-ancestor > a.mega-menu-link {
    background-color: #03a9f4;
    border-radius: 16px;
}
/*コロナ特設サイトメニュー背景*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-red-pot > a.mega-menu-link {
    background-color: #f40323;
    border-radius: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-red-pot > a.mega-menu-link:hover {
    background-color: #ff3333;
    border-color: #f40323;
    border-radius: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-red-pot.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot.mega-current-page-ancestor > a.mega-menu-link {
    background-color: #ff3333;
    border-color: #f40323;
    border-radius: 16px;
}
/*お役立ち情報メニュー背景*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-orange-pot > a.mega-menu-link {
    background-color: #FE822D;
    border-radius: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-orange-pot > a.mega-menu-link:hover {
    background-color: #ffb35d;
    border-color: #ffb35d;
    border-radius: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-red-pot.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-light-pot.mega-current-page-ancestor > a.mega-menu-link {
    background-color: #ff3333;
    border-color: #f40323;
    border-radius: 16px;
}
/*2023_0221_add*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:active {
    border-radius: 0px !important;
}

/*white-breadcrumbs*/
.breadcrumb-white {
    z-index: 900;
    color: #FFF;
}
.breadcrumb-white a{
    color: #FFF;
}
.breadcrumb-white a:visited{
    color: #FFF;
}
.breadcrumb-white a:hover{
    color: rgb(255, 231, 124);
}
/*triangle*/
.b-triangle{
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #069df9;
    margin: auto;
    position: relative;
    left: 25px;
}

.card{
    min-width: 100%;
}

.f-size-09rem{
    font-size:0.9rem;
}
.top-news-catbox{
    padding: 0 20px;
    margin-top:-4px;
}

/*h2 見出し装飾*/
.h-decorate-line > div > h2{
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.h-decorate-line > div > h2:before,
.h-decorate-line > div > h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
  }

  .h-decorate-line > div > h2:before {
    left:-1rem;
  }
  .h-decorate-line > div > h2:after {
    right: -1rem;
  }
/*/h2 見出し装飾*/
  

.card-small{
    width: 90%;
    margin: 0 auto;
}

 /*TOP Hit Slider の設定*/
 .slider-area{
     position: relative;
     top:31px !important;
 }
 .htslider-slider .slick-arrow {
     width:25px !important;
 }

 @media screen and (max-width: 767px){ 
    button.slick-prev, 
    button.slick-next,
    button.slick-next > svg
    {
        display:none !important;
    }
    .container-sm {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
 }

 /*2021_0622_add TOP hタグ装飾*/
 .h-decorate{
    border-left: 10px solid #8b91ff;
    margin-left: 15px;
}

/*nav*/
@media screen and (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1rem !important;
    }
}

.bg-primary2 {
    background-color: #2d04f9de;
}

/**Mega Menu **/
#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
    font-size: 14px !important;
    font-weight: 900 !important;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a{
    color: #FFF !important;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 3px #2eadd4 solid;
    margin-bottom: 5px;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li{
    margin-bottom: 5px;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-item>a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 3px #00abe0 solid;
    margin-bottom: 5px;
}
#wp-megamenu-primary>.wpmm-nav-wrap .wpmm_brand_logo_wrap img {
    margin-top: 12px !important;
}

#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a {
    border-left: solid 5px #00abe0;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu li, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li {
    padding-left:5px;
}
@media (max-width:768px){
    #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
        color: #3d3d3d !important;
        /*background-color: rgba(255, 255, 255, 0);*/
        /*border-bottom: 3px #2eadd4 solid;*/
        border-bottom: 0px;
        margin-bottom: 5px;
    }
}
#wp-megamenu-primary .wpmm-search-form input {
    color: #0c0c0c !important;
}

/*Max Mega Menu setting*/
#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
    margin-top: 15px;
}
.brand_logo_wrap,
.brand_logo_wrap-footer{
    position: absolute;
    top:14px;
    left:50px;
    z-index:3;
}
.brand_logo_wrap-footer{
    position: absolute;
    top:20px;
    left:50px;
    z-index:3;
}
@media (max-width:768px){
    .brand_logo_wrap{
        top:15px;
        left:30px;
    }
    .brand_logo_wrap-footer{
        position:unset;
        padding-bottom: 2rem;
    }
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 16px;
}

/*More BUtton*/
.btn-primary_agp{
    color: #fff;
    background-color: #0037bf;
    border-radius: 30px !important;
    padding: 5px 30px;
}
.btn-primary_agp:hover {
    color: #fff;
    background-color: #0036bf7a;
}
.btn{
    border-radius: 0%;
}

/*Title 見出し関連*/
.tit_bar_ue{
    width: 1px;
    border-left: 2px solid #908f8f;
    height: 57px;
    margin: 0 auto;
    position: relative;
    top: -31px;
}

.tit_bar_sita{
    width: 1px;
    border-left: 2px solid #000;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -29px;
}

.tit_position{
    position: relative;
    top: -8px;
}

.tit_act{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
    max-height: 250px;
    height: 100%;
    width: 100%;
}
/*page向け*/
.tit_act_4page{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
    max-height: 250px;
    height: 100%;
    width: 100%;
}
.font-space{
    letter-spacing: 0.25rem;
}
/*/page向け*/

.it_txt{
    font-weight: 600 !important;
}

.tit_bar_yoko_shita {
    width: 1px;
    border-left: 2px solid #fffefe;
    height: 76px;
    position: relative;
    top: 143px;
    left: 9%;
}
.it_txts{
    font-weight: 600 !important;
    padding-top: 6%;  
}
@media (max-width:767px){
    .it_txts{
        padding-top: 22%;  
    }
}

.it_txts::before{
    width: 1px;
    border-left: 2px solid #000;
    height: 30px;
    position: relative;
    left:-10px;
    content: ' ';
}
.it_txts::after{
    width: 1px;
    border-left: 2px solid #fffefe;
    position: relative;
    top: 47px;
    left: -140px;
    content: ' ';
    padding-bottom: 33px;
}
.it_txts2::before{
    width: 1px;
    border-left: 2px solid #000;
    height: 30px;
    position: relative;
    left:-10px;
    content: ' ';
}
.it_txts3{
    margin:0px;
    font-size:1.2em;
}
.it_txts3::before{
    width: 1px;
    border-left: 2px solid rgb(249, 247, 247);
    height: 30px;
    position: relative;
    left:-10px;
    content: ' ';
    padding-bottom: 77px;
}

.taxo-infotop ul li{
    display: inline-block;
    list-style: none;
    padding-right: 3%;
}
/*TOP画像関連*/
.top_ext{
    position: absolute; 
    /*top: 35%;*/
}
.top_pos{
    position: absolute; 
    /*top: 35%;*/
}
.linkbox {position: relative;}
.linkbox a {position: absolute; top: 0; left: 0; height:100%; width: 100%;}
.linkbox {border: solid 1px #004dc1; padding: 15px 0 10px 0; width: 30%;
margin: 0 auto; text-align: center; border-radius: 9px;}
.linkbox a:hover{background-color: #50b2de4d;}
@media (max-width:575px){.linkbox {width: 70%;}}


.top_vw{
    position: relative;
    width: auto;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 42.22222222222%;
    background-position: 50% 50%;
    background-size: cover;
}
.top_ext_box{
    width:900px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: +1;
    transition-duration: 0.2s;
    opacity: unset !important;
    background: #f0f8ffd1;
    padding: 15px 0 0 0;
}
@media screen and (max-width:1281px){
    .top_ext_box{
        display: none;
    }
}
.top_ext_txt{
    background: #f0f8ffd1;
    padding: 10px 0;
}
.top_vw_txtbox{
    width:650px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    opacity: unset !important;
}
.top_vw_txt{
    font-family: 'Roboto','Arial';
    font-weight: 400;
    width: 100%;
    background: RGBA(0,0,0,.5);
    opacity: 1;
    padding: 10px 0 10px 0;
    box-shadow: none;
    border-width: 0;
    border-color: RGBA(255,255,255,.5);
    border-radius: 0;
}
.fonts1{
    font-size: 244.75%;
}
.fonts2{
    font-size: 100%;
}
.fonts1eng{
    font-size: 134%;
}
.fonts2eng {
    font-size: 100%;
}
.top_vw_btn{
    font-family: 'Roboto','Arial';
    color: #fff;
    font-size: 118.75%;
    background: red;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border-radius: 10px;
    margin: 2.1875em 0em 0em;
}
@media screen and (min-width:1280px) {
    .top_ext{
        top: 2%;
    }
    .top_pos{
        top: 35%;
    }
    .disp2{
        display: none;
    }
}
@media screen and (min-width:568px) and (max-width:1279px) {
    .top_pos{
        top: 23%;
    }
    .disp2{
        display: none;
    }
}
@media screen and (min-width:568px) and (max-width:737px) {
    .fonts1 {
        font-size: 120% !important;
    }
    .fonts2 {
        font-size: 98% !important;
    }
    .spp{
         margin-bottom:0px !important;
    }
    .top_vw_btn {
        font-size: 78% !important;
        margin: 0 !important;
    }
    .disp2{
        display: none;
    }
}
@media(max-width:567px) {
    .top_vw {
        padding-top: 66.22222222222%;
    }
    .top_ext{
        display: none;
    }
    .top_pos{
        top: 12%;
    }
    .top_vw_txtbox{
        margin: 0 8%;
    }
    .fonts1 {
        font-size: 138.75% !important;
    }
    .fonts2 {
        font-size: 103% !important;
    }
    .spp{
        margin-bottom:11px !important;
    }
    .disp1{
        display: none;
    }
    .disp2{
        display: block;
    }
    .top_vw_btn {
        font-size: 107% !important;
        margin:0 !important;
    }
    .fonts1eng {
        font-size: 114%;
    }
}
/*/TOP画像関連*/

@media (max-width:767px){
.it_txts3::before{
	 padding-bottom: 20px;
	}
.taxo-infotop ul li {
    display: flex;
    padding-bottom: 10px;
    }
.fa-stack{    
    top: -23px;
    }
}
.my-yellow {
    color: #ffc107;
}
.fa-stack{
    width:2.0em !important;
}

/*animation s*/
.basic_anime{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
.aniv {
    animation-name: ani_va;
}

/*card*/
.card-title {
    margin-top: .55rem;
}

.news-top a{
    color: #313131;
    font-size: 1.0rem;
} 

.news-top a:hover {
    color: #2600e6;
}

/*View All*/
.btn-w{
    padding: 1rem 1rem;
}
/*only>> analysis service single_php*/
.wid-contl{
    padding-left: 50px;
    padding-right: 15px;
}
@media(max-width:768px){
    .wid-contl{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width:767px) {
    .wid-contl{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width:768px){
    .viewall {
        max-width: 33.3333% !important;
    }
}
@media (max-width:767px){
    .viewall{
        width:100% !important;
    }
}

.btn-secondary-re a{
    color: #FFF !important ;
    background-color: #0037BF !important;
    border-color: #0037BF;
}
.btn-secondary-re a:hover{
    
    color: #0037BF !important ;
    background-color: #FFF !important;
    border-color: #0037BF;
}
.btn-secondary-re::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f101";
    padding-right: 2px;
    color: #FFF !important ;
    font-size:medium;
    position: relative;
    left:40%;
    TOP:-41px;
}
.btn-secondary-re:hover::after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f101";
    padding-right: 2px;
    color: #0037bf !important ;
    font-size:medium;
    position: relative;
    left:40%;
    TOP:-41px;
}

/*CustomPost service*/
@media (max-width:767px){
    .tit_bar_ue {
        height: 39px;
    }
    .spmt-4{
        margin-top: 4rem !important;
    }
    .tit_act{
        min-height:auto;
    }
    .tit_position{
        top: -24px;
    }
    .it_txt{
        font-size:1.5rem !important;
    }
}
.card-img-top2 {
    height:240px;
	width: 100%;
    max-width: 95%;
    object-fit: cover;
    position: relative;
    left: -1.5rem;
    top: -1rem;
    padding: 5px 5px;
    background-color: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}
.dd_con{
    padding-top:30px;
}

.price3 dt{
    width: 5em;
    border-bottom: solid 1px #FFF;
    padding-bottom: 5px;
    margin-bottom: .5rem;
    margin-top: .5rem;
    color:#FFF;
}

.price3 dd {
    padding-left: 2em;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    font-weight: 600;
    margin-top: .5rem;
}

.price3 dd i{
    margin-top: 5px;
    color:#FFF;
    font-weight: 600;
}

.s-price > .elementor-widget-container >
 .elementor-clearfix p{
    font-size: 1.5em;
    font-weight: 600;
    border-bottom: 5px solid rgb(255, 145, 0);
    width: 70%;
    margin:-20px auto 0 auto;
 }

 .button100 > .elementor-widget-container >
 .elementor-button-wrapper a{
     width:100%;
     /*border-radius: 0px;*/
 }

 @media (min-width:768px){
     .sus-bt{
        margin-bottom: 5rem;
     }
}
/*CustomPost anaiysis*/
.card-img {
    min-height: 200px !important;
    height: 185px !important;
    max-height: 250px !important;
    object-fit: cover !important;
}

/*top-news*/
.card-img2 {
    min-height: 189px !important;
    height: 185px !important;
    max-height: 250px !important;
    object-fit: contain !important;
    padding:5px;
}

@media screen and (max-width:767px){
    .card-img2 {
        max-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        padding: 20px !important;
    }
}

/*CustomPost anaiysis Arcive*/
.tt-top{
    padding-top:100px;
}

@media (max-width:767px){
    .tt-top{
        padding-top:33px;
    }
}
.taxo-infotop ul li{
    font-weight: 600;
}
.card-img-top {
    height: 313px;
    object-fit: cover;
    object-position: center;
}
.card-body{
    text-align: left;
}
.btn-light{
    border-color: #ccc !important;
    border-radius: 25px;
    padding: 0 23px;
}
@media (max-width:767px){
    .btn-light{
        color: #fbfbfb;
        background-color: #476e90;
}
}
.btn-light:hover {
    color: #fbfbfb;
    background-color: #476e90;
    border-color: #dae0e5;
}
.border-top2{
    border-top: 1px solid #c3c3c3 !important;
}
.fa-stack2 {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em !important;
    top: -32px;
    background-color: #fbfafa;
    margin: 0 23px;
}

@keyframes ani_va {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -15px);
    }
}

.icon_position{
    position: relative;
    background-color: #FFF;
    top: -13px;
    padding: 15px 8px 0 8px;
}
.mobile_ns::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_6_mobile.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
  }

.marketing::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_7_markting.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
  }

.tourism_anly::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_8_kanko.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
  }

  .disaster_co::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_9_saigai.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
  }

  .town_plan::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_10_town.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
  }

  .event_anly::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_11_event.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
  }

  /*CustomPost service Arcive*/
.ai::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_1_ai.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
}

.bigdata::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_3_bigdata.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
}

.population_data::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_2_ryuudou.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
}

.visualization_tool::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_4_tool.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
}
/*.apps{
    display: none !important;
}*/
.apps::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_5_app.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
}
.technology::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 70px;/*画像の幅*/
    height: 70px;/*画像の高さ*/
    background-image: url(../images/icons/cat/icon_12_technology.png);
    background-size: contain;
    vertical-align: middle;
	position: relative;
    bottom: 25px;
}

/*footer_icon*/
/*.fbicon::before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
    content: "\f082";
    padding-right: 2px;
    color:#FFF;
    font-size:medium;
}*/
.fbicon, .twicon{
    color:#FFF;
    padding-left: 3%;
}
.fbicon::before{
    display: inline-block;/*忘れずに！*/
    content:url(../images/icons/sns/ico-facebook.png);
    padding-right: 8px;
    position: relative;
    top: 3px;
}
.twicon::before{
    display: inline-block;/*忘れずに！*/
    content:url(../images/icons/sns/ico-twitter.png);
    padding-right: 8px;
    position: relative;
    top: 3px;
}
.footcopyr{
    padding: 0px 0 24px 0;
}

/*Category News 一覧ページ*/
.news_bt_dec{
    margin-top: 30px;
    padding: 0 4%;
}

.news_content {
    padding: 40px 20px 0;
    overflow: hidden;
}

.cat_this{
    background: #00abdf;
    border: solid 1px #00abdf;
    color: white;
    display: inline-block;
    padding: 0.4em 1em;
    font-size:20px;
    width:100%;
    text-align: center;
}

.news_hr {
    padding: 30px 10px 5px 10px;
    border-top: 1px solid #ccc;
}

.news_border{
    padding:3px; 
    border: 1px solid #CCC;
}
.btn-flat-border {
    display: inline-block;
    padding: 0.4em 1em;
    text-decoration: none;
    color: #212529;
    font-size:20px;
    /*font-weight: 600;*/
    border: solid 1px #3d3d37;
    border-radius: 0px;
    transition: .4s;
    width:100%;
    text-align: center;
  }
  
.btn-flat-border:hover {
    background: #00abdf;
    border: solid 1px #00abdf;
    color: white;
    font-size:20px;
    /*font-weight: 600;*/
    text-decoration: none;
  }
/*news_insert_single_pages(2019-2014)*/
.entry-header{
    padding-top:5%;
}
.entry-title{
    font-size: 1.7rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}
.entry-content{
    padding:1% 0 5% 0;
}
.entry-content,.entry-content-top >.section_content>.box_content>.info{
   padding-bottom:5%;
}
/*news 2019.12以前*/
.link_info{
    border: 1px solid #ccc;
    padding: 0px 20px;
    margin-left: 19px;
}

.btn_news_list{
    text-align: center;
    padding-top:30px;
}
.btn_news_list a{
    border: 1px solid #ccc;
    padding: 0px 40px;
    text-decoration: none;
}
.btn_news_list a:hover{
    background-color: #ccc;
}

/*news 2020.01以降*/
.link_info2{
    border: 1px solid #ccc;
    padding: 0px 40px;
    background-color:#e2e2e2;
}
.nav-previous,.nav-next{
    max-width:50%;
    width:100%
}

.nav-previous{
    padding:0 3% 5% 0;
}
.nav-next{
    padding:0 0 5% 3%;
    text-align: right;
}
/*custom post analysis & service */
.ctm-entry-title{
    font-size: 2.6rem;
    padding-bottom: 50px;
    font-weight:normal;
    color: #8c8c8c;
}
@media (max-width:767px){
    .ctm-entry-title{
        font-size:1.6rem;
    }
}
/*news_single_pages(2020-)*/
.entry-title2{
    font-size: 1.76rem;
    padding-bottom: 20px;
}
.elementor a {
    word-break: break-word;
}
.table td, .table th{
    word-break: break-all;
}
/*.elementor h3,h4::before{
    content: '';
    border-left: 10px solid #2eadd4;
    padding-left: 13px !important;
}*/
.elementor-widget-heading .elementor-heading-title {
    font-weight: bold !important;
}

/*animation e*/
@media (min-width:575px){
.ml-5ps{
    margin-left: 5%;
    }
}

@media (max-width:575px){
    .card-img-top {
    position: unset !important;
    left: 0rem;
    top: 0rem;
    box-shadow: none !important;
    }
    .card-img-top2 {
        position: unset !important;
        left: 0rem;
        top: 0rem;
        box-shadow: none !important;
		height:100%;
   }
	.card-img {
		width:100%;
		height:100%;
   }
}
/*tab*/

/*タブ切り替え全体のスタイル*/
.tabs {
    /*margin-top: 50px;*/
    padding-bottom: 75px;
    /*background-color: #fff;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/4.5);
    height: 50px;
    border: 1px solid #3d3d37;
    background-color: #FFF;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #585852;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin: 0 0 0 1%;
    cursor: pointer;
}

@media screen and (max-width:576px){
    .tab_item {
        width: calc(100%/2.5);
        margin: 2% 0 0 1%;
    }
}


.tab_item:hover {
    background-color: #002be0;;
    color: #FFF;
}

.ant-h5{
    font-size: 1.2rem !important;
}
.ant-h52 {
    font-size: 1.08rem !important;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 80px 20px 40px 20px;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#info:checked ~ #info_content,
#press:checked ~ #press_content,
#media:checked ~ #media_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #002be0;
    color: #FFF;
}


.tabs input:checked + .cat-news {
    background-color: #00abdf;
    color: #FFF;
    border: 1px solid #00abdf;
}
/*end tab test2*/

/*企業ロゴアイコン*/
.container{
    max-width: 1440px !important;
}

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    margin:auto;
}

.fdb-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    position: relative;
    background-size: cover;
    /*background-color: #FFF;*/
}
/*logo width control */
.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: 50% !important;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    max-width: calc((100% - 16px)/2);
}

@media (min-width: 768px){
.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    max-width: calc((100% - 64px)/5) !important;
    margin-right: 16px;
    width:100%;
}
}
@media(max-width:767px){
    .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: 70% !important;
    }
}



/*accordion*/
.acode .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0% 0 3% 0;
    position: relative;
    top: -32px;
}
@media screen and (max-width:767px){
    .acode .accordion_one {
        top: -1px !important;
    }
}

.acode .accordion_one .accordion_header {
    background-color: #004dc1;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 2% 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    opacity: unset !important;
}

.acode .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.acode .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.acode .accordion_one .accordion_header:hover {
    opacity: .8;
}
.acode .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 30px;
    /*border: 1px solid #fff;*/
    margin-top: -15px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.acode .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.acode .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.acode .accordion_one .accordion_header .i_box .one_i:before, .acode .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.acode .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.acode .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.acode .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.acode .accordion_one .accordion_inner {
    display: none;
    padding: 30px 30px;
    border-left: 2px solid #004dc1;
    border-right: 2px solid #004dc1;
    border-bottom: 2px solid #004dc1;
    box-sizing: border-box;
    background-color: #FFF;
}
.acode .accordion_one:nth-of-type(2) .accordion_inner {
    border-left: 2px solid #ff9a05;
    border-right: 2px solid #ff9a05;
    border-bottom: 2px solid #ff9a05;
}
.acode .accordion_one:nth-of-type(3) .accordion_inner {
    border-left: 2px solid #1c85d8;
    border-right: 2px solid #1c85d8;
    border-bottom: 2px solid #1c85d8;
}
.acode .accordion_one .accordion_inner .box_one {
    height: auto;
}
.acode .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
.acode .accordion_one .accordion_inner .closeArea {
    width: 180px;
    margin: 0 auto;
}
.acode .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #1c85d8;
    padding: 6px 15px 6px 20px;
    text-decoration: none;
    line-height: 1.3;
    color: #1c85d8;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
}
.acode .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.acode .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}
.acode .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
    opacity: .8;
}
.acode .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 18px;
    height: 27px;
}
.acode .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .acode .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
    content: '';
    background-color: #1c85d8;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 11px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    transform-origin: center center;
}
.acode .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 4px;
    left: 7px;
}
@media screen and (max-width: 1024px) {
    .acode .accordion_one .accordion_header {
        font-size: 18px;
    }
    .acode .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .acode .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .acode .accordion_one .accordion_header {
        font-size: 13px;
        text-align: left;
        padding: 15px 60px 15px 15px;
        top: 0px !important;
    }
    .acode .accordion_one .accordion_inner {
        padding: 3%;
    }
    ul.select_job {
        width:92%;
    }
    ul.select_job li {
        text-align: left;
    width: 100%;
    }
    .tab_item {
        font-size:11px !important;
    }
}
/*/accordion*/

/*tagicon Fontawesome*/
.tagicon{
    padding-right:8px;
}
.tagicon::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f02b";
    padding-right: 2px;
    color:#9dbfe2;
    font-size:medium;
}
.text-muted {
    color: #7b7b7b !important;
    font-size: small;
}
.fs125{
    font-size: 1.25rem;
}

.badge {
    font-weight: 400 !important;
    padding: .55em .55em !important;
}

/*Back2top*/
#page-top{
    width: 50px;
    height: 50px;
    position: fixed;
    /*right: 15px; */
    right:6px;
    bottom: 15px;
    background: #FFF;
    border: 1px solid #6d6d6d;
    opacity: 0.6;
    z-index:999;
  }
  #page-top a{
    position: relative;
    display: block;
    width: 48px;
    height: 39px;
    text-decoration: none;
  }
  #page-top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #333;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  /*mailform_banner*/
  @media screen and (min-width: 768px) {
     .gogoform{
        position: fixed;
        display: block;
        /*bottom: 30px;*/
        /*left: 0px; */
        bottom:70px;
        right:-34px;
        z-index: 90;
    }
    .gogoform img{
        max-width:75%;
    }
    .gogoformsp{
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .gogoformsp{
       position: fixed;
       display: block;
       bottom: 0px;
       text-align: center;
    }
    .gogoformsp img{
        max-width:80%;
    }
    .gogoform{
        display: none !important;
    }
    #page-top{
        right: 11px !important;
        bottom: 108px !important;
    }
}

/*Footer_navi*/
#wrapper-footer-full1{
    background-color: #dcdcdc;
 }
#footer-full-content1{
    font-size:0.9rem;
}
#footer-full-content1 ul li a{
    color:#636363;
    font-weight: 600;
}

.footer-icons-fit figure{
    padding-right:10px;
}

#wrapper-footer-full{
   background-color: #000c2a;
}
   .menu-foot_navi-container ul li{
    display: inline;
    list-style: none;
    padding-right: 5px;
	font-size: small;
}

.menu-foot_navi-container ul li::before{
    border-left: #FFF 1px solid;
    content: "";
    padding-right: 10px;
}
.menu-foot_navi-container ul li a{
    color: #FFF;
}
#wrapper-footer{
    background-color: #000c2a;
}
.site-info{
    color: #FFF;
    padding-left: 0 !important;
    font-size: 0.9rem;
}
.site-footer{
    position: relative;
    top: 6px;
}
@media screen and (max-width: 767px) {
    .menu-foot_navi-container ul{
        padding-inline-start: 10px;
    }
    .menu-foot_navi-container ul li {
        display: block;
        padding-bottom: 7px;
    }
    .site-info{
        margin-bottom: 50px;
    }
    #wrapper-footer{
        position: relative;
        top: -1px;
    }
    .widget-area{
        margin-top:15%;
    }
	.sp-wrapper {
        padding: 30px 0;
    }
}

/*各個別ページ*/
.wrapper_post{
    padding: 40px 0 91px 0;
}
.border-b{
    border-bottom: 1px solid #54595F;
    font-weight: 600;
    color:#54595F;
}
.mt-10{
    margin-top: 10em;
}

@media screen and (min-width: 767px) {
.sp-brk{
    display: none;
    }
}
@media screen and (max-width: 767px) {
    .sp_block1 > .elementor-element-populated {
        margin: 4px 4px !important;
    }
    .tab-w-w >.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated{
        padding:0;
    }
    .tab-w-w >.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap>.elementor-widget-html>.elementor-widget-container{
        padding:0;
    }

    .sp-w10{
        width:10px;
    }
    .sp-p95{
        padding:0.90rem;
    }
    .pd-start{
        padding-inline-start: 15px;
    }
    .comp-50 ul{
        padding-inline-start: 15px;
    }
    .comp-map td {
        padding: 0.15rem;
    }
}

/*side_menu_right*/
.menu-head_navi-container,.menu-sideb-service-container,
 ul {
    list-style: none;
}

#menu-sideb-service>.menu-item-has-children>a{
    border-left: solid 5px #00abe0;
    padding-left: 8px;
}
#menu-sideb-analysis>.menu-item-has-children>a{
    border-left: solid 5px #00abe0;
    padding-left: 8px;
}
.sub-menu{
    padding-bottom:30px;
    padding-bottom: 30px;
    padding-left: 1rem;
}
.sub-menu li{
    padding-top:5px;
}
.sub-menu > li > a{
    font-weight: 100 !important;
}
.sscap{
    padding-bottom:20px;
}
.sscap caption{
    text-align: center;
    caption-side: top;
}

/*list-style-ON*/
.listyle-on{
    list-style-type: disc !important;
    line-height: 1.9rem;
}
.listyle-on li{
        color: #4dd2ff;
}
      
.listyle-on li span {
        color: #222222;
}
.small_list_sub li{
    padding-bottom: 15px;
}
/*inline-height custom*/
.line-h17{
    line-height: 1.7rem;
}
/*Contactform7 */
.w90{
    width:90% !important;
}
.tit_blue{
    border-left: solid 5px #00abe0;
    padding-left: 8px;
    font-weight: 600;
}
#select-p > span.wpcf7-list-item {
    display: block;
}
span.wpcf7-list-item {
    display: block !important;
}
/*search box*/
.wpmm-search-input-wrap .search-wrap .form-control{
    padding-left: 3%;
    font-size: 1.1rem !important;
}
/*privacy policy NEW*/
.su-accordion .su-spoiler {
    margin-bottom: 1.7% !important;
}
.su-spoiler-title {
    padding-left:40px !important;
    font-size: 1.2rem !important;
    color: #6ec1e4;
}
.su-spoiler-icon-plus .su-spoiler-icon:before {
    padding-left: 16px;
}
.su-accordion .su-spoiler {
    border-left:1px #c7c7c7 solid;
    border-right:1px #c7c7c7 solid;
    border-bottom:1px #c7c7c7 solid;
}
.su-spoiler-style-default>.su-spoiler-title {
    border-top:1px #c7c7c7 solid;
    border-bottom:1px #c7c7c7 dotted;
}
.su-spoiler-style-default>.su-spoiler-content {
    padding: 0 1.5em !important;
}
.su-spoiler-content h3, h4{
    line-height:1.5;
}
.tabl-wid{
    width:90%;
}
@media(max-width:767px){
    .page_cstm{
        font-size:1.4rem;
    }
    .su-spoiler-content h3,h4{
        font-size:1.25rem;
    }
    .tabl-wid{
        width:100%;
    }
}
#h-no-decorate h4::before{
    content: '';
    border-left-style: none !important;
    /*padding-left: 13px !important;*/
}
/*.su-spoiler-content h3, h4::before {
    content: '';
    border-left: 10px solid #2eadd4;
    padding-left: 13px !important;
}*/
.su-spoiler-content ol li{
    padding-bottom: 20px;
    line-height: 1.5;
    margin-top: 15px;
    list-style: disc;
}
.btn-square-little-rich {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    color: #FFF;
    background-color: #5bc0de;
    border-radius: 4px;
  }
  .btn-square-little-rich:active {
    /*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
  }
  .su-spoiler-content a:hover{
    color:#CCC;
    text-decoration: none;
  }
  .page_cstm::before {
        content: '';
        border-left: 10px solid #2eadd4;
        border-left-width: 10px;
        border-left-style: solid;
        border-left-color: rgb(46, 173, 212);
        padding-left: 13px !important;
    }

　.grecaptcha-badge { 
	visibility: hidden; 
}

/*Hit-Slider 画像センタリング不具合対策*/
.slider-img-center img{
    display: inline !important;
}
.htslider-slider .slick-dots{
    bottom: 20px !important;
}
.display-inline > .elementor-widget-container > .elementor-image img{
    display:inline-block !important;
}

/*TOP期間限定お知らせ*/
.news-lines{
    border: 1px solid #f00 !important;
    padding: 25px 10px 10px 10px;
    border-radius: 15px;
}
@media screen and (max-width:576px){
    .news-lines{
        margin-left:5px;
    }
}
@media screen and (max-width:767px){
	.elementor-widget-image img{
    	display: inline-block !important; 
	}
	.slick-slide img{
		display:inline-block !important;
	}
}

/*footer Youtube Btn*/
.foot-youtube-bnr{
    position: fixed;
    right: 20px;
    bottom: 16px;
    width: 222px;
    height: 260px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    z-index: 2000;
}
.foot-youtube-bnr::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0e182e;
    opacity: 0.75;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    position: absolute;
    left: -4px;
    top: 1px;
}
@media screen and (max-width:767px){
	.foot-youtube-bnr {
    	display: none !important;
	}
}

.close-btn {
    display: flex;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    position: absolute;
    right: -15px;
    top: -16px;
    transform: rotate(181deg);
    z-index: 2001;
}
.fontawe-xy{
    position:relative;
    left:7px;
    top: 2px;
}
.movie-youtube {
    position: relative;
    left: -3px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}
a.movie-youtube:hover{
    text-decoration:none;
}
.point{
    text-align: center;
    color: #FFF;
}
.point-small{
    font-size: small;
}

.movie-youtube .movie_img img {
    max-width: 100%;
    width: 100%;
}

.inquiry-btn .btn {
    background-color: #fff;
    color: #00538f;
    height: 36px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 24px;
    top: 179px;
    font-size: 13px;
    font-weight: 600;
}

#move-page-top2{
    position: relative;
    top: 48px;
    left: 63px;
    background-color: #0b1324;
    font-size: 11px;
    padding: 4px 13px 1px 13px;
    border-radius: 8px 8px 0 0;
    color: #FFF;
}

/*Mail-Form Radio-Button&Check-Box*/
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    transform: scale(1.5);
    margin-right: 10px;
}

/*document 見出し*/
.doc-tit h2::before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 2%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgb(207 207 207);
    border-radius: 2px;
  }

  .doc-tit h3::before,
  .doc-tit h4::before,
  .doc-tit h5::before{
  content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 37px;
    height: 2px;
    left: 1.7%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgb(207 207 207);
    border-radius: 2px;
  }
  /*footer fit cntent*/
  #entry-content-mb30{
    margin-bottom: -30px !important;
    padding: 1% 0 0 0  !important;
  }

/*Cookie control 初回のみの表示用*/
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}
.btn_area {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    /*text-align: center;*/
    z-index: 2;
    overflow: scroll;
}
.btn_area .ttl {
    font-weight: bold
}
.btn_area p {
    padding: 15px
}
.btn_area button {
    display: block;
    margin: 0 auto;
    background: #fff0;
    border: none;
}

button > input[type=submit]:disabled{
    padding: 0 4rem;
}
button > input[type=submit]:not(:disabled):not(.disabled){
    padding: 0 4rem;
}
button .wpcf7-spinner{
    display: none;
}

    /*テスト追加用*/
.overlay_2 {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    }
    .btn_area_2 {
    width: 400px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    z-index: 2
    }
    .btn_area_2 .ttl {
    font-weight: bold
    }
    .btn_area_2 p {
    padding: 15px
    }
    .btn_area_2 button {
    display: block;
    margin: 0 auto;
    background: #333;
    color: #fff;
    padding: 20px 40px;
    border: none
    }
    /*テスト追加用*/
/*/Cookie control 初回のみの表示用*/

/*特定のページ（マチレポ広告用）のヘッダ・フッタを非表示*/
.postid-37751 .site{
    display:none;
}

.postid-37751 #wrapper-footer-full1{
    display:none;
}
.fixed-top-ad {
    position: fixed !important;
    top: auto;
}
