@charset "UTF-8";



/***************************************************

	lifeline-services

***************************************************/

#page_header{
	background-image: url('../images/lifeline-services/cont_header01.jpg');
}


.cont_area_wrapp01 {
	margin: 0 0 70px;
}

.cont_area_wrapp01:last-child {
	margin-bottom: 0;
}

.cont_area_wrapp01 .table_wrapp {
    height: 300px;
}

.cont_area_wrapp01:nth-child(odd) .text_area {
	right: auto;
	left: 0;
}

.cont_area_wrapp01:nth-child(odd) .image_area {
	left: auto;
	right: 0;
}

.cont_area_wrapp01 .text_area h2{
	font-size: 33px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 45px;
	position: relative;
}

.cont_area_wrapp01 .text_area h2::after {
	content: '';
	width: 50px;
	height: 3px;
	background: #b48845;
	position: absolute;
	bottom: -24px;
	left: 0;
}

.cont_area_wrapp01 .table_wrapp .text_area p {
	margin-bottom: 4px;
	line-height: 1.8;
}





/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

#page_header{
	background-image: url('../images/lifeline-services/cont_header01_sp.jpg');
}


.cont_area_wrapp01 {
	margin: 0 0 30px;
}

.cont_area_wrapp01 .table_wrapp {
    height: auto;
}

.cont_area_wrapp01 .text_area h2{
	font-size: 4.8vw;
	margin: 0 0 40px;
	text-align: center;
}

.cont_area_wrapp01 .text_area h2::after {
	height: 2px;
	bottom: -21px;
	right: 0;
	margin: auto;
}






}
