.func-tab{
    padding-bottom:0 !important;
}
.func-tab__nav{
    margin-bottom:0 !important;
}
.func-tab__content{
    padding-top:40px !important;
}
.ttl__wrapper{
    width:100%;
    height:240px;
    background: url(../img/fm_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom:40px;
}

.ttl__inner{
    width:1250px;
    padding:0 40px;
    margin:auto;
    display: table;
    height:240px;
}


.ttl__inner h1{
    /* max-width: 100%; */
    /* padding:40px !important; */
    /* margin: 0 auto !important; */
    position: relative;
    min-height: 60px;
    padding:0 40px 0 80px;
    display: table-cell;
    vertical-align: middle;
    margin-bottom:20px !important;
    line-height: 2.3em !important;
}
.ttl__inner h1::before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width:60px;
    height:60px;
    margin-top:-30px;
    background: url(../img/icon_fm.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
.ttl__inner .detail_title{
    display: table-cell;
    padding:0 !important;
    width: 50%;
    vertical-align: middle;
}
.ttl__inner .detail_title > h1 strong{
    margin-top:0 !important;
    font-size:30px;
    /*color:#fff;*/
}
.ttl__inner .detail_title > p{
    padding:20px 40px 0 80px !important;
    /*color:#fff;*/
    line-height: 1.6 !important;
}
.ttl__inner .detail_label{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.ttl__inner .detail_label dl {
    display: flex;
    margin:20px 0;
}
.ttl__inner .detail_label dl dt{
    flex-basis: 5em;
    border-left:3px solid #fff;
    padding:0 0 0 0.5em;
    line-height: 2;
    color:#fff;
    font-weight:bold;
    margin:5px 0;
}
.ttl__inner .detail_label dl dd{
    height: 40px;
    background:#fff;
    border-radius: 3px;
    padding:8px 20px 2px;
    text-align: center;
    margin-right:20px;
    font-size:12px;
    color:#f29b00;
}
.ttl__inner .detail_label dl dd span{
    font-size:18px;
    font-weight:bold;
    padding:0 0.25em;
}

.column2{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column2 .column-text{
    flex-basis: 38%;
}
.column2 .column-img{
    flex-basis: 58%;
    margin-top:0 !important;
}
.column2__half{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column2__half .col{
    flex-basis: 47%;
}
.column2__half .col img{
    margin-top:20px;
}
h2.ttl-type02{
    background:#f29b00;
    padding:10px 20px;
    font-size: 20px;
    font-weight:bold;
    color:#fff;
}
h3.ttl-type03{
    border-bottom:1px solid #053250;
    padding:0 0 10px 3px;
}

/*20200727追加*/
.sub{
	font-weight:bold !important;
	color:#fff !important;}

.column5{
	flex-wrap: wrap;
	max-width: 880px !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.column5 .column-img{
	margin:0 20px 40px 20px;
	float:left;
	flex-basis:20%;
	}
	
.img_title_1{
	padding-top:10px;
	padding-bottom:40px;
	font-weight: 700;
}

.img_title_2{
	padding-top:0;
	font-weight: 700;
}

.column2 .column-text_50 {
    flex-basis: 50%;
}	


/*20200821追加*/
.column2_mini{
    display:flex;
    flex-wrap: wrap;
	flex-basis: 50%;
    justify-content: space-between;
}
.column2_mini .column-text{
    flex-basis: 88%;
}
.column2_mini .column-img{
    flex-basis: 12%;
    margin-top:0 !important;
}

@media screen and (max-width: 767px){
    .page-ttl-wrap {
        margin-bottom: 0 !important;
    }

    .ttl__wrapper{
        /* width:100%; */
        height:initial !important;
        background: #f3f3f3 url(../img/fm_bg.jpg) no-repeat;
        background-size: auto 205px;
        background-position: 50% 0;
        margin-bottom:40px;
    }
    .ttl__inner{
        width:100%;
        padding:0 20px;
        margin:auto;
        display: block;
        height:initial !important;
    }
    .ttl__inner .detail_title{
        display:block;
        padding:0 !important;
        width: 100% !important;
        vertical-align: middle;
        height:205px;
        margin-bottom:0 !important;
    }
    .ttl__inner .detail_title > h1 {
        padding:25px 0px 0 0px !important;
        line-height: 1.5em !important;
    }
    .ttl__inner .detail_title > h1 strong{
        font-size:20px !important;
    }

    .ttl__inner h1 {
    line-height: 1.5em !important;
	}
    .ttl__inner h1::before{
        /* content:'';
        position: absolute; */
        left:0;
        top:50%;
        width:60px;
        height:60px;
        margin-top:-20px !important;
        /* background: url(img/icon_smart_building.png) no-repeat;
        background-size: contain;
        display: inline-block; */
    }
    /*.ttl__inner .detail_title > p{
        padding:15px 0 0 80px !important;
        
    }*/
    .ttl__inner .detail_label{
        padding-bottom:20px;
    }
    /* .ttl__inner .detail_label dl {
        display: flex;
        margin:20px 0;
    } */
    .ttl__inner .detail_label dl{
        display: block;
        clear:both;
        /* position:relative; */
        padding-left:80px;
        margin-bottom:10px;
    }
    .ttl__inner .detail_label dl dt{
        /* flex-basis: 5em; */
        border-left:3px solid #f29b00;
        /* padding:0 0 0 0.5em;
        line-height: 2; */
        color:#f29b00;
        font-size:13px;
        width:60px;
        float:left;
        margin-left:-80px;
        /* font-weight:bold;
        margin:5px 0; */
    }
    .ttl__inner .detail_label dl dd{
        float:left;
        margin:0 10px 10px 0;
        background:#f29b00;
        border-radius: 3px;
        padding:5px 20px 2px;
        text-align: center;
        margin-right:20px;
        font-size:11px;
        color:#fff;
    }
    .column2{
        display:block;
    }
    .column2 .column-text{
        width:100%;
    }
    .column2 .column-img{
        width:100%;
        margin-top:20px !important;
    }
    .column2__half{
        display:block;
    }
    .column2__half .col{
        flex-basis: 100%;
    }
    .column2__half .col img{
        margin-top:0;
    }
	.column5 .column-img{
		margin:0 10px;
	}
	.img_title_1{
		padding-top:10px;
		padding-bottom:40px;
		font-weight: 700;
		font-size:12px;
	}
	.img_title_2{
		padding-top:0;
		font-weight: 700;
		font-size:12px;
	}
	.column-img figure {
    	margin-bottom: 20px;
	}
	.sp_img{
		max-width: 75% !important;
	}
    .ttl__inner .detail_title {
        margin: 0 0 35px !important;
        display: block;
        padding: 0 !important;
        width: 100% !important;
         vertical-align: middle;
        height: 205px;
        margin-bottom: 0 !important;
    }
}
