@charset "utf-8";
/* CSS Document */
.cate1 .titlebox{
	width: 100%;
}
.cate1 .contact-wrap{
	gap:10px;
	flex-wrap: wrap;
	align-items: stretch;
}
.cate1 .contact-wrap .box{
	width: calc(50% - 5px);
	border: #5E6574 1px solid;
	padding: 15px;
	margin: 0 auto;
}
.cate1 .contact-wrap .icon{
	width: 40px;
}
.newstop_b .webgene-blog .webgene-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
}

.newstop_b .webgene-blog .webgene-item a .date {
    margin-right: 20px;
}
.newstop_b .webgene-blog .webgene-item a h3 {
    flex: 1;
	min-width: 0;
}
.newstop_b .webgene-blog .webgene-item a .catelabel {
    border: #fff solid 1px;
    border-radius: 50px;
	padding: 4px 10px;
}
.cate2 .more a,.more > div {
    border: #fff solid 1px;
}
.cate2 .more a::after{
    background: #fff;
}
.cate3 .box_wrap{
	width: 100%;
	flex-direction: column;
	gap:40px;
}
.cate3 .box_wrap .box{
	width: 100%;
}

.company_c .companywrap .boxwrap .box .title {
    border-bottom: 1px solid #9F9F9F;
}
.company_c .companywrap .boxwrap .box .txtbox {
    border-bottom: 1px solid #D8D8D8;
}
.company_c .companywrap .boxwrap .box > div {
    padding: 35px 0;
}
.company_c .companywrap .boxwrap .box .flex-column{
	align-items: flex-start;
	gap: 5px;
}
.company_c .companywrap .boxwrap .box .flex-column a{
	border-bottom: #222 solid 1px;
}
.company_c .companywrap .boxwrap .box .title { align-items: flex-start; }
.cate4 .mapbox .map-frame iframe{
	width: 100%;
	height: 100%; 
    border: 0;
    display: block;
}
.cate4 .map-frame{
	width: 100%;
	aspect-ratio: 16 / 9;
    overflow: hidden;
}

.pagelinks_b .tab-wrap{
	cursor: pointer;
}
.pagelinks_b .tab-wrap,.pagelinks_b .tab-wrap p{
	transition: ease 0.3s;
}
.pagelinks_b .tab-wrap p{}
.pagelinks_b .tab-wrap.active{
	background-color: #222222;
}
.pagelinks_b .tab-wrap.active p{
	color: #fff;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

	.cate1 .contact-wrap {
		flex-direction: column;
	}
	.cate1 .contact-wrap .box {
		width: 100%;
		padding: 7px;
	}
	.cate1 .contact-wrap .icon {
		width: 32px;
	}
	.newstop_b .webgene-blog .webgene-item a .date {
		margin-right: 10px;
	}
	.newstop_b .webgene-blog .webgene-item a .date {
		width: 90px;
	}
	.company_c .companywrap .boxwrap .box > div {
		padding: 25px 0;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

	.newstop_b .webgene-blog .webgene-item a > .label {
		width: 100%;
	}
	.newstop_b .webgene-blog .webgene-item a .catelabel {
		padding: 0px 5px;
	}
	.newstop_b .webgene-blog .webgene-item {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.company_c .companywrap .boxwrap .box > div {
        padding: 10px 0;
    }
    .company_c .companywrap .boxwrap .box {
        padding-bottom: 15px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

