@charset "utf-8";
/* CSS Document */


/* layout
=========================================== */

.mainCont {
	border:1px solid #cfcfcf;
	background: #FFF;
	padding-bottom: 6%;
}

.mainCont:before {
	content: '';
	display: block;
	width: 91%;
	height: 4px;
	background: #e50044;
	margin:auto;
}

@media screen and (max-width: 640px){

	.mainCont {
		border:none;
		border-bottom:1px solid #cfcfcf;
		padding-bottom: 12%;
		padding-top: 1%;
	}

	.mainCont:before {
		display:none;
	}

}


/* sec_lifestyle
=========================================== */

#sec_cali {
	width: 96%;
	margin:auto;
	overflow: hidden;
}

.sec_cali_in {
	width: 91%;
	margin:0 auto;
	position: relative;
}

.cali_intro {
	margin:0 auto;
	overflow: hidden;
}

.cali_txt {
	width: 63%;
	padding-right: 4%;
	float: left;
}

.cali_txt dt {
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ ProN W6";
	padding-bottom: 10px;
}

.cali_txt dd {
	font-size: 1.5rem;
	line-height: 2.4rem;
}


.cali_img {
	float: right;
	width: 33%;
}

@media screen and (max-width: 768px){

	.cali_ttl {
		line-height: 1.1em;
		font-size: 1.7rem;
	}

	.cali_txt dt {
		font-size: 1.5rem;
		line-height: 1.9rem;
	}

	.cali_txt dd {
		font-size: 1.4rem;
		line-height: 2.3rem;
	}	

}

@media screen and (max-width: 640px){

	.cali_txt {
		float: none;
		width: 100%;
	}

	.cali_img {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

}