@charset "utf-8";
/* CSS Document */

#midashi_wrap{
	font-size:15px;
	background-color: #f1e8e4;
}
#midashi{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#midashi h2{
	width :700px;
	height: 50px;
	padding-top: 15px;
	float:left;
	position: relative;
	box-sizing: border-box;
	font-weight:bold;
	font-size:25px;
	line-height:25px;
}
#midashi h2:before{
	content: "";
	width: 40px;
	height: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
  vertical-align: middle;
	display: inline-block;
	/*background: linear-gradient(90deg, #79191d 0%, #79191d 50%, #dbbc8e 50%, #dbbc8e 100%);*/
}
#midashi h2 .txtmini{
	margin-left: 5px;
	font-weight:bold;
	font-size: 16px;
	display: inline-block;
}
#midashi_sub{
	height: 50px;	
	line-height: 50px;
	padding-top: 3px;
	font-size: 70px;
	overflow: hidden;
	box-sizing: border-box;
	font-weight: bold;
	color: #79191d;
}

#midashi_contact{ display: none;}
#TENPO_CONTACT #midashi_contact{ display: inline-block;}

#midashi_counter{
	min-width: 200px;
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	vertical-align: bottom;
	color: #FFF;
	box-sizing: border-box;
	background-color: #79191d;
	border-radius: 20px 20px 0 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#midashi_counter dt,
#midashi_counter dd{
	display: inline-block;
}
#midashi_counter .midashi_count_num{
	color: #ffe33f;
	font-size: 30px;
	font-weight: bold;
}
#TENPO_CONTACT #midashi_counter{ display: none;}


/*見出しデザイン*/
.h_dg1{
	background:url(../img/common/bg_midashi.svg) left bottom 5px / 1080px auto no-repeat #79191d;
	/*border-radius: 30px 30px 0 0;*/
	font-size:26px;
	font-weight:bold;
	color: #FFF;
}
.h_dg1_in{
	padding-left:60px;
	height:70px;
	line-height:70px;
	box-sizing: border-box;
}
.h_dg1_in a{
	color: #FFF;
}


.h_dg2{
	border-bottom: 2px solid #333;
	/*background-color: #f0e8e5;*/
	/*border-left: 10px solid #79191d;*/
}
.h_dg2_in{
	height:50px;
	line-height:50px;
	/*padding-left:20px;*/
	font-size:22px;
	font-weight:bold;
	box-sizing: border-box;
	vertical-align: middle;
}



/* 2024.12 */
.h_dg1{
	background:url(../img/common/bg_midashi_1.svg) left bottom 5px / 1080px auto no-repeat #79191d;
}

