.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

._pc {
	display: none !important;
}

body {
	background: #f6f7fb !important;
}

main {
	color: #000;
}
main img {
	width: 100%;
}

main .content_wrap {
	background-attachment: fixed !important;
	background: url(../../images/healthysleeplab/bk_main_sp.jpg) 0 50% no-repeat;
	background-size: 100% auto;
}

main #mv {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 4% 60px 4%;
	box-sizing: border-box; /* background:url(../../images/healthysleeplab/bk_main_sp.jpg) 0 50% no-repeat; background-size:100% auto;*/
	background: none;
}
main #mv .logo {
}
main #mv .logo img {
	width: 100%;
}
main #mv p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto 40px auto;
}
main #mv p strong {
	color: #c6113a;
	font-weight: bold;
}
main #mv h3 {
	font-size: 24px;
	color: #c6113a;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

main #news {
	max-width: 100%;
	margin: 0 auto 60px auto;
	padding: 0 4%;
	box-sizing: border-box;
}
main #news .title {
	margin-bottom: 0;
	text-align: center;
}
main #news .title img {
	width: 100%;
}
main #news h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
main #news h3 .date {
	font-size: 18px;
	font-weight: normal;
	color: #4c4c4c;
	display: block;
}
main #news ul {
	border-top: 1px#d9d9d9 solid;
}
main #news ul li {
	list-style: none;
	border-bottom: 1px#d9d9d9 solid;
	padding: 20px 0;
}
main #news ul li a {
	color: #00a5d4;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	background: url(../../images/healthysleeplab/icon_arrow.png) 0 5px no-repeat;
	background-size: 21px 21px;
	padding-left: 30px;
	display: inline-block;
}

main #news-detail {
	max-width: 100%;
	margin: 0 auto 60px auto;
	padding: 0 4%;
	box-sizing: border-box;
}
main #news-detail h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
main #news-detail h3 .date {
	font-size: 18px;
	font-weight: normal;
	color: #4c4c4c;
	display: block;
}
main #news-detail .read {
	font-size: 15px;
	line-height: 2;
	color: #333;
	margin-bottom: 20px;
}
main #news-detail .box {
	border: 1px#d9d9d9 solid;
	margin-bottom: 60px;
}
main #news-detail .acd-check {
	display: none;
}
main #news-detail .acd-label {
	display: block;
	background: #fff;
	margin-bottom: 1px;
	padding: 15px 36px 15px 20px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
main #news-detail .acd-label:after {
	background: url(../../images/healthysleeplab/icon_plus.png) 0 0 no-repeat;
	background-size: 21px 21px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 41px;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 20px;
}
main #news-detail .acd-content {
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	margin: 0 10px 0 10px;
	transition: all 0.3s ease-out; /*visibility: hidden; background:#fff;*/
	overflow: hidden;
}
main #news-detail .acd-check:checked + .acd-label:after {
	background: url(../../images/healthysleeplab/icon_minus.png) 0 0 no-repeat;
	background-size: 21px 21px;
}
main #news-detail .acd-check:checked + .acd-label + .acd-content {
	height: auto;
	opacity: 1;
	padding: 10px; /*visibility: visible;*/
}
main #news-detail h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
main #news-detail h4:before {
	content: "■";
	display: inline-block;
}
main #news-detail h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
main #news-detail ul {
	margin-bottom: 60px;
}
main #news-detail ul li {
	width: 100%;
	margin-bottom: 40px;
}
main #news-detail ul li:nth-child(4) {
	margin-bottom: 0;
}
main #news-detail .wrapper {
	position: relative;
	margin-bottom: 35px;
}

main #news-detail p.link a {
	background: url(../../images/healthysleeplab/icon_arrow_right.png) 0 8px
		no-repeat;
	background-size: auto 10px;
	padding-left: 15px;
	color: #c90436;
	display: inline-block;
	margin-top: 15px;
}
/*main #news-detail p.link a:hover{opacity: 0.7;}*/

main #team h3 {
	margin-bottom: 0;
	text-align: center;
}
main #team h3 img {
	width: 100%;
}
main #team .wrapper {
	background: #fff;
}
main #team .box {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
main #team .image {
	width: 100%;
	margin-bottom: 30px;
}
main #team .text {
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 35px;
}
main #team .member {
	background: #eefafe;
	margin: 0 auto 40px auto;
	width: 92%;
	padding: 13px 0px;
}
main #team .member h4 {
	border-bottom: #c5e0e9 1px solid;
	font-size: 18px;
	font-weight: bold;
	padding: 0 13px 13px 13px;
	margin-bottom: 13px;
}
main #team .member p {
	font-size: 15px;
	font-weight: bold;
	padding: 0 13px;
}

main #team .member span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 13px;
	box-sizing: border-box;
}
main #team .postscript {
	color: #666666;
	font-size: 18px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: bold;
}
main #team strong {
	color: #c60e3b;
}
main #team .note {
	font-size: 13px;
	color: #676767;
	margin-bottom: -35px;
	padding: 0 4% 80px 4%;
	box-sizing: border-box;
}
