/*
Theme Name:   BA_002 子テーマ
Template:     60l_design_b
Version:      1.0.0
Description:  BA_002_プロモーション重視の子テーマです
Author:       Visual Research
*/

.top_concept_story_roof {
	display: none;
}
.top_concept_story_box {
	background-color: rgba(22,98,144,0.1);
    position: relative;
}
.top_concept_story_box::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 470px 60px 470px;
    border-color: transparent transparent rgba(22,98,144,0.1) transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}

@media screen and (max-width: 980px){
	.top_concept_story_box::before {
	    border-width: 0 280px 60px 280px;
	}
}
/*
.company_imagebox_image img {
	display: none;
}
*/
.top_concept_story {
    font-size: 14px;
    line-height: 2rem;
}
.company_gmap {
	margin-top: 60px;
}
.wp-block-table td, .wp-block-table th {
	border-color: #999;
	padding: 1em;
}
.wp-block-table tr th {
	background-color: #A4CAE1;
	border: none;
    border-bottom: 1px solid #fff;
}
#select_area .orange_btn_submit {
    display: none !important;
}