#mainimg {
	background-image: url("../img/sleeping/bg_mainimg01_sp.png");
}
@media screen and (min-width: 600px) {
	#mainimg {
		background-image: url("../img/sleeping/bg_mainimg01_pc.png");
	}
}
/*  #intro
================================================ */
.secIntro .inner {
	padding-top: 35px;
	padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
	.secIntro .inner {
		padding-top: 70px;
		padding-bottom: 100px;
	}
}
.secIntro .leadTxt {
	padding-bottom: 30px;
	font-weight: 600;
	font-size: 25.6px;
	font-size: 1.6rem;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.secIntro .content {
		position: relative;
		padding-top: 36px;
	}
}
.secIntro .content .img {
	margin-right: -15px;
	margin-left: -15px;
}
.secIntro .content .txt {
	margin-top: 10px;
}
@media screen and (min-width: 600px) {
	.secIntro .content .img {
		position: relative;
		right: -500px;
		width: 1000px;
		margin: 0 0 0 auto;
	}
}
@media screen and (min-width: 600px) {
	.secIntro .content .txt {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		width: 550px;
		margin-top: -30px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.secIntro .subContent {
	margin-top: 20px;
}
.secIntro .subContent .txt {
	margin: 20px 0px -5px;
}
@media screen and (min-width: 600px) {
	.secIntro .subContent {
		margin-top: 80px;
		overflow: hidden;
	}
	.secIntro .subContent .img {
		width: 500px;
		float: left;
	}
	.secIntro .subContent .txt {
		margin-top: -5px;
		width: 540px;
		float: right;
	}
}
/*  #voice
================================================ */
.secVoice {
	background: #e8f3f4;
	background-image: url("../img/common/bg_border01.png");
	background-repeat: repeat-y;
	background-size: auto 1px;
}
@media screen and (min-width: 600px) {
	.secVoice {
		background-image: url("../img/common/bg_border01_pc.png");
		background-size: auto 2px;
	}
}
.secVoice .inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
	.secVoice .inner {
		padding-top: 80px;
		padding-bottom: 103px;
	}
}
.secVoice .beforeAfter {
	margin-top: 30px;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 55px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.secVoice .beforeAfter .item {
	border: 2px solid;
	background: #fff;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .item {
		float: left;
		box-sizing: border-box;
		width: calc(50% - 30px);
	}
}
.secVoice .beforeAfter .item:nth-child(1) {
	border-color: #909090;
}
.secVoice .beforeAfter .item:nth-child(2) {
	margin-top: 38px;
	border-color: #63c7cd;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .item:nth-child(2) {
		margin: 0 0 0 60px;
	}
}
.secVoice .beforeAfter .tit {
	padding: 6px;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .tit {
		padding: 11px 0 10px;
		font-size: 2.2rem;
	}
}
.secVoice .beforeAfter .tit span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-weight: 500;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .tit span {
		padding-left: 38px;
	}
}
.secVoice .beforeAfter .item:nth-child(1) .tit {
	background: #909090;
}
.secVoice .beforeAfter .item:nth-child(1) .tit span:before, .secVoice .beforeAfter .item:nth-child(1) .tit span:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	border-radius: 4px;
	background: #fff;
	content: "";
}
.secVoice .beforeAfter .item:nth-child(1) .tit span:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.secVoice .beforeAfter .item:nth-child(1) .tit span:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.secVoice .beforeAfter .item:nth-child(2) .tit {
	background: #63c7cd;
}
.secVoice .beforeAfter .item:nth-child(2) .tit span {
	padding-left: 35px;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .item:nth-child(2) .tit span {
		padding-left: 46px;
	}
}
.secVoice .beforeAfter .item:nth-child(2) .tit span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	border: 3px solid #fff;
	border-radius: 50%;
	content: "";
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .item:nth-child(2) .tit span:before {
		width: 32px;
		height: 32px;
		margin-top: -16px;
		border-width: 4px;
	}
}
.secVoice .beforeAfter .list {
	padding: 0 18px;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .list {
		padding: 0 28px;
	}
}
.secVoice .beforeAfter .list li {
	display: table;
	width: 100%;
}
.secVoice .beforeAfter .list li + li {
	border-top: 1px solid #e6e6e6;
}
.secVoice .beforeAfter .list .ico, .secVoice .beforeAfter .list .txt {
	display: table-cell;
	vertical-align: middle;
}
.secVoice .beforeAfter .list .ico {
	box-sizing: border-box;
	width: 60px;
	padding-right: 10px;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .list .ico {
		width: 70px;
		padding-right: 15px;
	}
}
.secVoice .beforeAfter .list .ico > span {
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	border-radius: 50%;
	background: #e9e9e9;
	color: #8f8f8f;
	font-weight: 500;
	font-size: 22.4px;
	font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .list .ico > span {
		width: 55px;
		height: 55px;
		font-size: 1.6rem;
	}
}
.secVoice .beforeAfter .list .txt {
	padding: 12px 0;
	font-size: 22.4px;
	font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
	.secVoice .beforeAfter .list .txt {
		box-sizing: border-box;
		height: 96px;
		line-height: 1.38;
		padding: 17px 0;
		font-size: 1.6rem;
	}
}
.secVoice .beforeAfter .item:nth-child(2) .list .ico {
	font-size: 17.6px;
	font-size: 1.1rem;
}
.secVoice .beforeAfter .item:nth-child(2) .list .ico > span {
	line-height: 1;
	padding-top: 12px;
	background: #eff9fa;
	color: #63c7cd;
}
.secVoice .beforeAfter .item:nth-child(2) .list .ico > span:first-line {
	font-size: 22.4px;
	font-size: 1.4rem;
}
.secVoice .comment {
	margin-top: 35px;
}
@media screen and (min-width: 600px) {
	.secVoice .comment {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.secVoice .comment li {
	position: relative;
	box-sizing: border-box;
	padding: 8px;
	background: #fff;
	box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
}
@media screen and (min-width: 600px) {
	.secVoice .comment li {
		width: calc(50% - 11px);
		padding: 9px;
	}
}
.secVoice .comment li + li {
	margin-top: 15px;
}
@media screen and (min-width: 600px) {
	.secVoice .comment li + li {
		margin: 0 0 0 22px;
	}
	.secVoice .comment li + li:nth-child(n + 3) {
		margin-top: 20px;
	}
	.secVoice .comment li + li:nth-child(odd) {
		margin-left: 0;
	}
}
.secVoice .comment .commentInner {
	padding: 15px 20px 16px;
	border: 1px solid #63c7cd;
}
@media screen and (min-width: 600px) {
	.secVoice .comment .commentInner {
		padding: 45px 40px 32px;
	}
}
.secVoice .comment .tit {
	position: relative;
	line-height: 1.56;
	padding-left: 50px;
	font-weight: 500;
	font-size: 25.6px;
	font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
	.secVoice .comment .tit {
		line-height: 1.45;
		padding-left: 60px;
		font-size: 2.2rem;
	}
}
.secVoice .comment .tit .ico {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding-top: 3px;
	border-radius: 50%;
	background: -webkit-linear-gradient(top, #59c5d1 0%, #59c5d1 50%, #37bcca 50%, #37bcca 100%);
	background: linear-gradient(180deg, #59c5d1 0%, #59c5d1 50%, #37bcca 50%, #37bcca 100%);
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 28.8px;
	font-size: 1.8rem;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
	.secVoice .comment .tit .ico {
		margin-top: -20px;
	}
}
@media screen and (min-width: 600px) {
	.secVoice .comment .tit .ico {
		top: 6px;
		left: 0;
		width: 44px;
		height: 44px;
		padding-top: 6px;
		font-size: 2rem;
	}
}
.secVoice .comment .tit .ico:before {
	display: block;
	padding-left: 4px;
	content: "Q";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 600px) {
	.secVoice .comment .tit .ico:before {
		padding: 0;
	}
}
.secVoice .comment .img {
	margin-top: 13px;
	padding: 0 26px;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.secVoice .comment .img {
		margin-top: 15px;
		padding: 0;
	}
}
/*  #about
================================================ */
.secAbout .inner {
	padding-top: 35px;
	padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
	.secAbout .inner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 600px) {
	.secAbout .leadTxt {
		padding: 10px 5px;
	}
}
/*  #target
================================================ */
.secTarget {
	margin: 30px -15px 0;
}
@media screen and (min-width: 600px) {
	.secTarget {
		margin: 43px 0 0;
	}
}
.secTarget .content {
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	.secTarget .content {
		padding: 0 15px;
	}
}
@media screen and (min-width: 600px) {
	.secTarget .img {
		float: left;
		width: 540px;
	}
}
.secTarget .areaTxt {
	padding: 15px 0;
}
@media screen and (min-width: 600px) {
	.secTarget .areaTxt {
		float: right;
		width: 515px;
		padding: 0;
	}
}
.secTarget .areaTxt li {
	padding-left: 1.5em;
	font-size: 22.4px;
	font-size: 1.4rem;
	text-indent: -1.5em;
}
@media screen and (min-width: 600px) {
	.secTarget .areaTxt li {
		font-size: 1.6rem;
	}
}
.secTarget .areaTxt li span {
	margin-right: .5em;
	color: #63c7cd;
}
/*  #doctor
================================================ */
.secDoctor {
	margin: 30px -15px 0;
}
@media screen and (min-width: 600px) {
	.secDoctor {
		margin: 60px 0 0;
	}
}
@media screen and (max-width: 599px) {
	.secDoctor .doctorInfo {
		padding: 0 15px;
	}
}
.secDoctor .nameBox {
	padding: 20px 20px 24px;
	background: #e8f3f4;
}
@media screen and (min-width: 600px) {
	.secDoctor .nameBox {
		position: relative;
		padding: 30px 30px 36px 215px;
	}
}
.secDoctor .img {
	float: left;
	width: 116px;
	margin-right: 20px;
}
@media screen and (min-width: 600px) {
	.secDoctor .img {
		position: absolute;
		top: 30px;
		left: 30px;
		width: 155px;
		margin-right: 0;
	}
}
.secDoctor .name {
	line-height: 1;
	padding: 37px 0 37px 10px;
	font-size: 33.6px;
	font-size: 2.1rem;
}
@media screen and (min-width: 600px) {
	.secDoctor .name {
		line-height: .8;
		padding: 10px 0 0 0;
		font-size: 2.4rem;
	}
}
.secDoctor .name span {
	font-weight: 700;
	font-size: 19.2px;
	font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
	.secDoctor .name span {
		display: block;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 600px) {
	.secDoctor .name span {
		margin-right: 15px;
		font-size: 1.8rem;
	}
}
.secDoctor .content {
	clear: both;
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #63c7cd;
	font-size: 19.2px;
	font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
	.secDoctor .content {
		margin-top: 18px;
		padding-top: 20px;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 600px) {
	.secDoctor .content dl {
		float: left;
		box-sizing: border-box;
		width: 360px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 599px) {
	.secDoctor .content dl + dl {
		margin-top: 15px;
	}
}
.secDoctor .content dt {
	line-height: 1;
	padding-left: 7px;
	border-left: 5px solid #63c7cd;
	font-weight: 500;
	font-size: 22.4px;
	font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
	.secDoctor .content dt {
		font-size: 1.6rem;
	}
}
.secDoctor .content dd {
	margin-top: 3px;
}
@media screen and (min-width: 600px) {
	.secDoctor .content dd {
		margin-top: 8px;
	}
}
/*  #price
================================================ */
.secPrice {
	margin: 40px -15px 0;
}
.secPrice .tit {
	position: relative;
	margin: 35px 15px -30px;
	height: 40px;
	line-height: 40px;
	background-color: #63c7cd;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}
.secPrice .tit::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 11px 0 11px;
	border-color: #63c7cd transparent transparent transparent;
}
@media screen and (min-width: 600px) {
	.secPrice {
		margin: 60px 0 0;
	}
	.secPrice .tit {
		margin: 50px auto -60px;
		width: 540px;
		height: 60px;
		line-height: 60px;
		font-size: 2.2rem;
}
.secPrice .tit::after {
	bottom: -13px;
	border-width: 13px 22px 0 22px;
}
}
@media screen and (max-width: 599px) {
	.secPrice .txt {
		padding: 0 15px;
	}
}
/*  #flow
================================================ */
.secFlow {
	background: #e8f3f4;
	background-image: url("../img/common/bg_border01.png");
	background-repeat: repeat-y;
	background-size: auto 1px;
}
@media screen and (min-width: 600px) {
	.secFlow {
		background-image: url("../img/common/bg_border01_pc.png");
		background-size: auto 2px;
	}
}
.secFlow .inner {
	padding-top: 35px;
	padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
	.secFlow .inner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}
.secFlow .flowList .box {
	position: relative;
	position: relative;
	padding: 25px 25px 20px;
	background: #fff;
	box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 49px 49px 49px 35px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.secFlow .flowList .box + .box {
	margin-top: 30px;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box + .box {
		margin-top: 40px;
	}
}
.secFlow .flowList .box + .box:before, .secFlow .flowList .box + .box:after {
	display: block;
	position: absolute;
	left: 50%;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.secFlow .flowList .box + .box:before {
	top: -40px;
	border-width: 20px 35px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	-webkit-filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, .15));
}
.secFlow .flowList .box + .box:after {
	top: -50px;
	width: 100px;
	height: 10px;
	background: #fff;
	box-shadow: none;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .areaImg {
		width: 480px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.secFlow .flowList .box .areaTxt {
	margin-top: 15px;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .areaTxt {
		width: 510px;
		margin-top: 0;
		padding: 4px 0 0 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.secFlow .flowList .box.is_full_column .areaTxt {
	width: 100%;
}
.secFlow .flowList .box .tit {
	position: relative;
	line-height: 1.6;
	padding-left: 104px;
	font-weight: 700;
	font-size: 32px;
	font-size: 2rem;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .tit {
		padding-left: 135px;
		font-size: 2.4rem;
	}
}
.secFlow .flowList .box .tit img {
	position: absolute;
	top: 6px;
	left: 0;
	width: 99px;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .tit img {
		width: 120px;
	}
}
.secFlow .flowList .box .copy {
	line-height: 1.5;
	margin-top: 12px;
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .copy {
		margin-top: 16px;
		font-size: 2rem;
	}
}
.secFlow .flowList .box .list {
	margin-top: 10px;
	padding: 15px 20px 13px;
	background: #fafafa;
	font-size: 20.8px;
	font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .list {
		line-height: 1.87;
		margin-top: 18px;
		margin-right: 18px;
		padding: 22px 24px;
		font-size: 1.5rem;
	}
}
.secFlow .flowList .box .list li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.secFlow .flowList .box .list li span {
	margin-right: .5em;
	color: #63c7cd;
}
.secFlow .flowList .box .txt {
	margin-top: 10px;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .txt {
		margin-top: 16px;
		font-size: 1.5rem;
	}
}
.secFlow .flowList .box .flow {
	margin-top: 18px;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .flow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 28px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .flow li {
		width: 300px;
	}
}
.secFlow .flowList .box .flow li + li {
	position: relative;
	margin-top: 20px;
	padding-top: 40px;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .flow li + li {
		margin: 0;
		padding: 0;
	}
}
.secFlow .flowList .box .flow li + li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -27px;
	border-width: 20px 27px 0;
	border-style: solid;
	border-color: #63c7cd transparent transparent;
	content: "";
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .flow li + li:before {
		top: 75px;
		left: -35px;
		margin: 0;
		border-width: 25px 0 25px 18px;
		border-color: transparent transparent transparent #63c7cd;
	}
}
.secFlow .flowList .box .flow .name {
	line-height: 1;
	padding-top: 20px;
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.secFlow .flowList .box .flow .name {
		padding-top: 30px;
		font-size: 2rem;
	}
}
/*  #faq
================================================ */
.secFaq .inner {
	padding-top: 35px;
	padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
	.secFaq .inner {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.secFaq .leadTit {
	font-weight: 500;
	font-size: 48px;
	font-size: 3rem;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.secFaq .leadTit {
		font-size: 5rem;
	}
}
.secFaq .list {
	margin-top: 30px;
}
@media screen and (min-width: 600px) {
	.secFaq .list {
		margin-top: 35px;
	}
}
.secFaq .post {
	border: 1px solid #e6e6e6;
	background: #fff;
}
.secFaq .post + .post {
	margin-top: 10px;
}
@media screen and (min-width: 600px) {
	.secFaq .post + .post {
		margin-top: 20px;
	}
}
.secFaq .post .tit {
	line-height: 1.57;
	padding: 15px 40px 15px 62px;
	font-weight: 500;
	font-size: 22.4px;
	font-size: 1.4rem;
	cursor: pointer;
}
@media screen and (min-width: 600px) {
	.secFaq .post .tit {
		line-height: 1.67;
		padding: 15px 30px 15px 100px;
		font-size: 1.8rem;
	}
}
.secFaq .post .tit:after {
	display: block;
	position: absolute;
	top: 23px;
	right: 15px;
	width: 10px;
	height: 6px;
	background: url("../img/common/ico_arw04.png") no-repeat center;
	background-size: contain;
	content: "";
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
@media screen and (min-width: 600px) {
	.secFaq .post .tit:after {
		width: 20px;
		height: 12px;
	}
}
.secFaq .post .tit.is_active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.secFaq .post .content {
	display: none;
	line-height: 2;
	padding: 12px 15px 12px 62px;
	border-top: 1px solid #e6e6e6;
	font-size: 22.4px;
	font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
	.secFaq .post .content {
		padding: 15px 30px 15px 100px;
		font-size: 1.6rem;
	}
}
.secFaq .post .content dl + dl {
	margin-top: 15px;
}
.secFaq .post .content dt {
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
	.secFaq .post .content dt {
		font-size: 1.6rem;
	}
}
.secFaq .post .content ul:after {
	display: block;
	clear: both;
	content: "";
}
.secFaq .post .content li {
	position: relative;
	padding-left: 15px;
	font-size: 20.8px;
	font-size: 1.3rem;
}
@media screen and (min-width: 600px) {
	.secFaq .post .content li {
		float: left;
		box-sizing: border-box;
		padding-left: 20px;
		font-size: 1.6rem;
	}
	.secFaq .post .content li:nth-child(odd) {
		clear: both;
		width: 50%;
	}
}
.secFaq .post .content li:before {
	display: block;
	position: absolute;
	top: 12px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #63c7cd;
	content: "";
}
@media screen and (min-width: 600px) {
	.secFaq .post .content li:before {
		top: 15px;
	}
}
.secFaq .post .tit, .secFaq .post .content {
	position: relative;
}
.secFaq .post .tit .ico, .secFaq .post .content .ico {
	display: block;
	position: absolute;
	top: 9px;
	left: 20px;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	padding-top: 3px;
	border-radius: 50%;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 600px) {
	.secFaq .post .tit .ico, .secFaq .post .content .ico {
		left: 40px;
		width: 44px;
		height: 44px;
		padding-top: 10px;
		font-size: 2rem;
	}
}
.secFaq .post .tit .ico:before, .secFaq .post .content .ico:before {
	display: block;
	padding-left: 2px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.secFaq .post .tit .ico {
	background: -webkit-linear-gradient(top, #59c5d1 0%, #59c5d1 50%, #37bcca 50%, #37bcca 100%);
	background: linear-gradient(180deg, #59c5d1 0%, #59c5d1 50%, #37bcca 50%, #37bcca 100%);
}
@media screen and (min-width: 600px) {
	.secFaq .post .tit .ico {
		padding-top: 4px;
	}
}
.secFaq .post .tit .ico:before {
	padding-left: 4px;
	content: "Q";
}
.secFaq .post .content .ico {
	padding-top: 1px;
	background: -webkit-linear-gradient(top, #c8ad88 0%, #c8ad88 50%, #c3a57b 50%, #c3a57b 100%);
	background: linear-gradient(180deg, #c8ad88 0%, #c8ad88 50%, #c3a57b 50%, #c3a57b 100%);
}
.secFaq .post .content .ico:before {
	content: "A";
}
/*  #attention
================================================ */
.secAttention {
	background: #e8f3f4;
	background-image: url("../img/common/bg_border01.png");
	background-repeat: repeat-y;
	background-size: auto 1px;
}
@media screen and (min-width: 600px) {
	.secAttention {
		background-image: url("../img/common/bg_border01_pc.png");
		background-size: auto 2px;
	}
}
.secAttention .inner {
	padding-top: 35px;
}
@media screen and (min-width: 600px) {
	.secAttention .inner {
		padding-top: 80px;
	}
}
@media screen and (min-width: 600px) {
	.secAttention .leadTxt {
		text-align: center;
	}
}
.secAttention .listWrap {
	position: relative;
	margin-top: 30px;
	padding: 8px;
	background: #fff;
	box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .15);
}
@media screen and (min-width: 600px) {
	.secAttention .listWrap {
		margin-top: 45px;
	}
}
.secAttention .list {
	padding: 23px 20px;
	border: 1px solid #63c7cd;
}
@media screen and (min-width: 600px) {
	.secAttention .list {
		line-height: 2.5;
		padding: 40px 97px 45px;
		font-size: 1.6rem;
	}
}
.secAttention .list li {
	position: relative;
	padding-left: 30px;
}
@media screen and (min-width: 600px) {
	.secAttention .list li {
		padding-left: 40px;
	}
}
@media screen and (max-width: 599px) {
	.secAttention .list li + li {
		margin-top: 15px;
	}
}
.secAttention .list li:before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 22px;
	height: 21px;
	background: url("../img/common/ico_check01.png") no-repeat center;
	background-size: contain;
	content: "";
}
@media screen and (min-width: 600px) {
	.secAttention .list li:before {
		top: 8px;
		width: 25px;
		height: 24px;
	}
}
.secAttention .btmTxt {
	position: relative;
	margin-top: 38px;
	padding-bottom: 240px;
}
@media screen and (min-width: 600px) {
	.secAttention .btmTxt {
		line-height: 1.67;
		margin-top: 60px;
		padding-bottom: 108px;
		font-size: 3rem;
	}
}
.secAttention .btmTxt:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 375px;
	height: 218px;
	background: url("../img/sleeping/bg_attention01_sp.png") no-repeat center;
	background-size: contain;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
	.secAttention .btmTxt:after {
		width: 1100px;
		height: 234px;
		background-image: url("../img/sleeping/bg_attention01_pc.png");
	}
}
/*# sourceMappingURL=maps/sleeping.css.map */
