.logo-container h1{
 margin: 0;
}

.search_container{
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    display: block;
    padding: 3px 10px;
    border-radius: 20px;
    height: 2.3em;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;


}
.search_container input[type="text"]{
    border: none;
    height: 2.0em;
    display: block;
    font-size: 15px;
    width: calc(100% - 50px);
}
.search_container input[type="text"]:focus {
    outline: 0;
}
.search_container button[type="submit"]{
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #3879D9;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: -10px;
    outline : none;
}

.sp-nav-search{
    display: none;
    padding: 10px;
}

.sp-nav-search .search_container{
    margin: 0;
}

.mg-bottom {
    /* margin-bottom: 160px; */
}

.item-list,
.item-list-detail{
    max-width: 900px;
    margin: 0 auto;
}

.item-list .item a,
.item-list-detail .item
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item-list .item a .img,
.item-list-detail .item .img{
    width: 200px;
}
.item-list .item a .img img,
.item-list-detail .item .img img{
    width: 100%;

}

.item-list .item a .ttl,
.item-list-detail .item .ttl{
    width: calc(100% - 200px);
 font-weight: bold;
    padding-left: 10px;
    font-size: inherit;
}

.item-feature{
    max-width: 900px;
    margin: 0 auto;
}

.item-feature .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item-feature .item .img{
    width: 300px;
    /*height: 300px;*/
    /*border-radius: 50%;*/
    overflow: hidden;
}
.item-feature .item .img img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.item-feature .item .ttl{
    width: calc(100% - 300px);
    font-weight: bold;
    padding: 20px;
}


.item-feature .col-sm-12:nth-child(even) .img{
   order:2;
}
.item-feature .col-sm-12:nth-child(even) .ttl{
    order:1;
    text-align: right;
}


.item-explain{
    max-width: 900px;
    margin: 0 auto;
}

.item-explain .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item-explain .item .img{

}
.item-explain .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-explain .item .ttl{

    font-weight: bold;
margin-top: 20px;
}

.solution-list{
    border: 1px solid #ccc;
    padding: 80px 15px;
    margin-bottom: 80px;
}



.item-solution{
    max-width: 900px;
    margin: 0 auto;
}

.item-solution .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item-solution .item .img{

}
.item-solution .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-solution .item .img2 img{
	width:280px;
	height:210px;
}

.item-solution .item .ttl{

    font-weight: bold;
    margin-top: 20px;
}

.item-spec table{
    width: 100%;
    border: 1px solid #ccc;
}
.item-spec table tr{}
.item-spec table tr th{
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    width: 200px;
}
.item-spec table tr td{
    border: 1px solid #ccc;
    padding: 20px;
}


.main-v{
    position: relative;
padding: 80px 20px;
    background-image: url(https://www.nlc.co.jp/hubfs/font/blog-4.png);
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-v:before{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
content:"";
    width: 100%;
    height: 100%;
    z-index: 0;
}
.main-v h1{
    color: #fff;
    z-index: 1;
    position: relative;
}
.main-v .tag-list{
    position: absolute;
    right: 20px;
    bottom: 20px;
   padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
}

.main-v .tag-list li{
    display: inline-block;
}

.main-v .tag-list li a{
    background-color: #b4b2b0;
    padding: 5px 10px;
    color: #fff;
    display: block;
}

.parent-link{
    font-weight: bold;
    text-align: left;
}
.child-link{
    text-align: left;
    margin-left: 20px;
}

.parent-link::before {
    vertical-align: bottom;
    font-family: "nlc-icons";
    font-size: 10px;
    content: "\e81b";
    padding-right: 10px;
}

.mega-menu-wrapper {
    width: 100%;
}

.company-menu{
    margin-left: 157px;
}

@media (max-width: 768px) {
    .sp-nav-search{
        display: block;
    }
    .mg-bottom {
        margin-bottom: 40px;
    }


    .item-feature .item .ttl {
        width: 100%;
    }

    .item-feature .item .img {
        margin-left: auto;
        margin-right: auto;
    }

    .item-feature .col-sm-12:nth-child(even) .img{
        order:1;
    }
    .item-feature .col-sm-12:nth-child(even) .ttl{
        order:2;
        text-align: left;
    }

    .company-menu{
        margin-left: 0;
    }
}


.grecaptcha-badge { visibility: hidden; }