@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_exercises {
	width: 96%;
	margin:auto;
	overflow: hidden;
}

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

.exercises_cont + .exercises_cont {
	margin-top: 40px;
}

.exercises_ttl {
	color: #e50044;
	font-size: 1.8rem;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	letter-spacing: 1px;
	border-bottom:3px solid #cfcfcf;
	padding:0 0 10px 20px;
	margin-bottom: 20px;
	position: relative;
}

.exercises_ttl:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/icn_circle01.png) no-repeat center center;
	background-size: 14px;
	position: absolute;
	left:0;
	top: 2px;
}

.exercises_txtBox {
	overflow: hidden;
}

.exercises_txt {
	display: block;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: justify;
	width: 63%;
	padding-right: 4%;
	float: left;
}

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

.exercises_list {
	padding: 20px 0 0 0;
}

.exercises_list li {
	display: table;
}

.exercises_list .category {
	display: table-cell;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	width: 4em;	
	padding: 0 0.5em 0 0;
}

.exercises_list .comment {
	display: table-cell;
}

.exercises_profile {
	background: #fff7f8;
	margin:30px 0 0 0; 
	padding: 4% 4% 6% 4%;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: justify;
}

.exercises_profile dt {
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	padding: 0 0 1em 0; 
}

.exercises_profile dt span {
	color: #e50044;
	font-size: 1.6rem;
}

.exercises_profile dd + dd {
	margin-top: 1em;
}

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

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

	.exercises_txt {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}

	.exercises_profile {
		font-size: 1.3rem;
		line-height: 2.1rem;
		margin-top:20px; 
	}

	.exercises_profile dt span {
		font-size: 1.5rem;
	}	

}

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

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

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

	.exercises_profile {
		padding: 7% 7% 8% 7%;
	}	

}