@charset "UTF-8";
.wrap {
  overflow: hidden;
}
.flex {
	display: flex;
	justify-content:space-between;
}
.smp {display: none;}
@media (max-width:768px) {
	.flex {
		display: block;
	}
	.smp {
		display: block;
	}
	.pc {
		display: none;
	}
}
.main {
	text-align: center;
	color: rgba(0,0,0,1.00);
}
.pageTitle {
	padding-top: 74px;
	padding-bottom: 260px;
}
h1 {
	margin-bottom: 200px;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
}
p.head {
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 150px;
}
.comfortBlock {
	border-top: 1px solid rgba(0,0,0,1.00);
}
.container  {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
}
.container figure {
	margin-bottom: 35px;
}
.container figure + p {
	font-size: 14px;
}
.comfortBlock h2 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
}
.comfortBlock h2 icon {
	display: block;
}
.comfortBlock h2 + p {
	font-size: 14px;
	line-height: 30px;
}
.confort1 {
	padding-top: 110px;
	padding-bottom: 110px;
}
.confort1 h2 {
	margin-bottom: 50px;
}
.confort1 h2 icon {
	margin-bottom: 25px;
}
.confort1 h2 + p {
	margin-bottom: 60px;
	line-height: 30px;
}
.confort1 figure + p{
	line-height: 30px;	
}
.confort2 {
	padding-top: 65px;
	padding-bottom: 210px;
}
.confort2 figure:first-child {
	margin-left: 35px;
}
.confort2 figure:last-child {
	margin-right: 35px;
}
.confort2 h2 {
	margin-bottom: 32px;
}
.confort2 h2 icon {
	margin-bottom: 30px;
}
.confort2 h2 + p {
	margin-bottom: 50px;
}
.confort2 figure .thum {
	padding-top: 18px;
	font-size: 14px;
}
.confort3 {
	padding-top: 48px;
	padding-bottom: 100px;
}
.confort3 h2 {
	margin-bottom: 70px;
}
.confort3 h2 icon {
	margin-bottom: 30px;
}
.confort3 h2 + p {
	margin-bottom: 46px;
}
.confort3 h2 + p small {
	font-size: 9px;
}
@media (max-width:1000px) {
	.pageTitle {
		padding-top: 22px;
		padding-bottom: 63px;
	}
	.pageTitle img {
		width: 64px;
		height:auto;
	}
	h1 {
		margin-bottom: 53px;
		font-size: 28px;
		font-weight: 400;
		line-height: 1;
	}
	p.head {
		/*font-size: 9px;
		line-height: 17px;*/
		font-size: 13px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.comfortBlock {
		border-top: none;
	}
	.container  {
		width: 67%;
		margin-left: auto;
		margin-right: auto;
	}
	.container figure {
		margin-bottom: 15px;
	}
	.comfortBlock h2 {
		font-size: 25px;
	}
	.comfortBlock h2 icon {
		display: block;
	}
	.comfortBlock h2 + p {
		font-size: 10px;
		line-height: 15px;
    letter-spacing: 0.12em;
	}
	.confort1 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.confort1 h2 {
		margin-bottom: 25px;
	}
	.confort1 h2 icon {
		margin-bottom: 16px;
	}
	.confort1 h2 icon img {
		width: 40px;
		height:auto;
	}
	.confort1 h2 + p {
		margin-bottom: 32px;
	}
	.confort1 figure + p{
		font-size: 8px;
		line-height: 15px;	
	}
	.confort2 {
		padding-top: 60px;
		padding-bottom: 0px;
	}
	.confort2 figure:first-child {
	margin-left: 0;
	padding-left: 29px;
	padding-right: 29px;
	padding-bottom: 15px;
	}
	.confort2 figure:last-child {
		margin-right: 0;
	}
	.confort2 h2 {
		margin-bottom: 27px;
	}
	.confort1 h2 icon img {
		width: 42px;
		height:auto;
	}
	.confort2 h2 icon img {
		width: 42px;
		height:auto;
	}
	.confort2 h2 icon {
		margin-bottom: 17px;
	}
	.confort2 h2 + p {
		margin-bottom: 22px;
	}
	.confort2 figure .thum {
	padding-top: 0px;
	font-size: 8px;
	line-height: 15px;
	}
	.confort3 {
		padding-top: 72px;
		padding-bottom: 50px;
	}
	.confort3 h2 {
		margin-bottom: 27px;
	}
	.confort3 h2 icon img {
		width: 42px;
		height:auto;
	}
	.confort3 h2 icon {
		margin-bottom: 20px;
	}
	.confort3 h2 + p {
		margin-bottom: 13px;
	}
	.confort3 h2 + p small {
		font-size: 6px;
	}
}
@media (max-width:375px) {
	.comfortBlock h2 + p {
		font-size: 9px;
    letter-spacing: 0.1em;
	}
}
@media (max-width:375px) {
	.comfortBlock h2 + p {
		font-size: 9px;
    letter-spacing: 0em;
	}
}