  @charset "utf-8";

/****
 *
 *
 * ¸üÐÂÈÕ: 2021/1/22
 *
 ****/

/*  Area
---------------------------------------------------------- */
div#body div#main.tech_body.index {
	width: 100%;
	background: none;
	border-left: none;
	border-right: none;
}

div#body{
	font-size: 16px;
	width: 100%;
}

#body .bread,
#body .content{
	width: 1160px;
	margin: 0 auto;
}


/* main
-----------------------*/
div#body h1.title{
	display: block;
	margin: 0 auto;
	width: 1130px;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	background: #2c4066;
	border-radius: 5px 5px 0 0;
	padding: 16px 13px 10px 17px;
}

div#body h1.title span.title_sub01,
div#body h1.title span.title_sub02{
    position: static;
	text-align: left;
	font-weight: normal;
}
div#body h1.title span.title_sub01,
div#body h1.title span.title_sub02{
	/* font-size: 1.75rem; */
	font-size: 1.6875rem;
	letter-spacing: 0;
}
div#body h1.title span.title_sub02{
	/* font-size: 1.625rem; */
	font-size: 1.578125rem;
	letter-spacing: 0.05em;
}

.main_visual .content{
	position: relative;
	background: #dde1ef;
	border-radius: 0 0 5px 5px;
	margin-bottom: 30px;
}

.main_visual .content .kajima_bcp{
	position: absolute;
	top: 260px;
	left: -20px;
}

.main_visual .lead{
	font-size: 1.03125rem;
	font-weight: normal;
	text-align: right;
	line-height: 2.35;
	margin-top: 45px;
	margin-right: 45px;
	margin-bottom: 0;
}

.bcp_menu_area{
	padding: 40px 50px 45px;
	display: flex;
	justify-content: space-between;
}

.bcp_menu_area .btn_bcp_menu a{
	display: flex;
	text-align: left;
	width: 510px;
	height: 110px;
	color: #363434;
	text-decoration: none;
	font-size: 1.3125rem;
	border: solid 3px #90b0da;
	box-sizing: border-box;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.35);
	background: url("/tech/bcp/common/images/arrow_right_l_blue.svg") no-repeat #fff 459px center / 23px 42px;
}
.bcp_menu_area .btn_bcp_menu a:hover{
	background: url("/tech/bcp/common/images/arrow_right_l_blue.svg") no-repeat #c3d5eb 459px center / 23px 42px;
	border: solid 3px #618fcb;
	opacity: 0.7;
}

.bcp_menu_area .btn_bcp_menu .img {
	width: 140px;
}
.bcp_menu_area .btn_bcp_menu a:hover .img{
	opacity: 0.7;
	background: #c3d5eb;
}
.bcp_menu_area .btn_bcp_menu .txt {
	width: 370px;
	padding-left: 1.5em;
	line-height: 110px;
	box-sizing: border-box;
}