.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

._sp {
	display: none !important;
}

body {
	background: #fff !important;
}

main {
	color: #000;
}
main a {
	transition: all 0.3s ease-out;
}
main a:hover {
	opacity: 0.7;
}

main #mv {
	background: url(../../images/healthysleeplab/bk_main_pc.jpg) 0 50% no-repeat;
	background-size: cover;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	padding: 100px 0 80px 0;
	display: block;
}
main #mv .logo {
	margin-bottom: 70px;
	text-align: center;
}
main #mv .logo img {
	width: 500px;
}
main #mv p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto 40px auto;
	text-align: center;
	max-width: 570px;
}
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: 1060px;
	margin: 0 auto 90px auto;
	padding: 0 30px;
	box-sizing: border-box;
}
main #news .title {
	margin-bottom: 30px;
	text-align: center;
}
main #news .title img {
	width: 300px;
}
main #news h3 {
	font-size: 30px;
	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;
	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: 1060px;
	margin: 0 auto 90px auto;
	padding: 0 30px;
	box-sizing: border-box;
}
main #news-detail h3 {
	font-size: 30px;
	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;
	color: #333;
	margin-bottom: 40px;
}
main #news-detail .box {
	border-top: 1px#d9d9d9 solid;
	margin-bottom: 60px;
	position: relative;
}
main #news-detail .acd-check {
	display: none;
}
main #news-detail .acd-label {
	display: block;
	margin-bottom: 1px;
	padding: 35px 0 25px 0;
	position: relative;
	font-size: 26px;
	color: #c90436;
	font-weight: bold;
	line-height: 1.5;
	cursor: default;
}
main #news-detail .acd-label:after {
	display: none;
}
main #news-detail .acd-content {
	display: block;
	height: auto;
	font-size: 15px;
	line-height: 2;
}
main #news-detail .acd-check:checked + .acd-label:after {
	display: none;
}
main #news-detail .acd-check:checked + .acd-label + .acd-content {
	height: auto;
}
main #news-detail h4 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
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: 50px;
}
main #news-detail ul li {
	width: 47%;
	float: left;
}
main #news-detail ul li:nth-child(-n + 2) {
	margin-bottom: 100px;
}
main #news-detail ul li:nth-child(2n - 1) {
	margin-right: 6%;
}
main #news-detail #area2 .acd-label,
main #news-detail #area2 .acd-label,
main #news-detail #area2 .acd-content,
main #news-detail #area3 .acd-content {
	width: calc(100% - 350px);
	display: block;
}
main #news-detail #area2 {
	padding-bottom: 18%;
}
main #news-detail #area3 {
	padding-bottom: 0%;
}
main #news-detail .wrapper {
	position: relative;
}
main #news-detail .box-second {
	width: 300px;
	position: absolute;
	right: 0;
	top: 35px;
}

main #news-detail p.link a {
	background: url(../../images/healthysleeplab/icon_arrow_right.png) 0 52%
		no-repeat;
	background-size: auto 10px;
	padding-left: 15px;
	color: #c90436;
	display: inline-block;
	margin-top: 10px;
}
main #news-detail p.link a:hover {
	opacity: 0.7;
}

main #team h3 {
	margin-bottom: 30px;
	text-align: center;
}
main #team h3 img {
	width: 250px;
}
main #team .box {
	background: url(../../images/healthysleeplab/bk_team.jpg) 0 0 no-repeat;
	background-size: cover;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	padding: 30px 40px 0 25px;
}
main #team .image {
	float: left;
	width: 35%;
}
main #team .text {
	float: right;
	width: 62%;
	position: relative;
	top: -5px;
	font-size: 14px;
	line-height: 1.7;
}
main #team .member {
	background: #eefafe;
	margin: 0 auto 40px auto;
	width: 100%;
	max-width: 960px;
	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;
	line-height: 1.8;
	color: #676767;
	text-align: center;
	margin-bottom: 100px;
}
