@charset "UTF-8";
/* CSS Document */

#contents > .cf #sideNavi {
	width: 25%;
	float: left;
  position: sticky;
  position: -webkit-sticky;
  top: 160px;
	z-index: 100;
}
#contents > .cf #sideNavi {
	border-top: 1px solid #989898;
}
#contents > .cf #sideNavi ul {
	background: rgba(255,255,255,0.8);
}
#contents > .cf #sideNavi ul li {
	border-bottom: 1px solid #989898;
}
#contents > .cf #sideNavi ul li:last-child {
	border-bottom: none;
}
#contents > .cf #sideNavi ul li a {
	padding: 1em 0;
	transition: 0.4s;
}
#contents > .cf #sideNavi ul.one li:nth-child(1) a,
#contents > .cf #sideNavi ul.two li:nth-child(2) a,
#contents > .cf #sideNavi ul.three li:nth-child(3) a,
#contents > .cf #sideNavi ul.four li:nth-child(4) a,
#contents > .cf #sideNavi ul.five li:nth-child(5) a {
	color: #3071b6;
}
#contents > .cf #sideNavi ul li a span {
	display: block;
	padding: 0 1em;
	font-size: 87.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.5;
	position: relative;
	border-left: 4px solid #3071b6;
}
#contents > .cf #sideNavi ul li.fix01 a span {
	line-height: 3;
}
#contents > .cf > .inner01 {
	width: 75%;
	float: right;
	padding-left: 3%;
	box-sizing: border-box;
	border-left: 1px solid #989898;
}
#contents > .cf > .inner01 #section01 .cf {
	background: #eff4f9;
	margin-bottom: 4em;
}
#contents > .cf > .inner01 #section01 > div:last-child {
	padding-bottom: 6em;
}
#contents > .cf > .inner01 #section01 .cf .img {
	width: 60%;
}
#contents > .cf > .inner01 #section01 .cf .txt {
	width: 40%;
	padding: 2em;
	box-sizing: border-box;
}
#contents > .cf > .inner01 #section01 .cf .txt .ttl01 {
	color: #3071b6;
	font-size: 156.25%;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #3071b6;
}
#contents > .cf > .inner01 #section01 .cf .txt .txt01 {
	font-size: 93.75%;
}
#contents > .cf > .inner01 > #section02 {
	position: relative;
	padding-bottom: 6em;
}
#contents > .cf > .inner01 > #section02:after {
	display: block;
	content: '';
	width: 100vw;
	height: calc(100% - 10em);
	background: #eff4f9;
	background-size: cover;
	position: absolute;
	top: 160px;
	left: calc(-39% - calc(calc(100vw - calc(100% * 1.39)) / 2 ));
	bottom: 0;
	z-index: -1;
}
body.ie #contents > .cf > .inner01 > #section02:after {
	width: 200vw;
	left: -100vw;
}
#contents > .cf > .inner01 > #section02 > .ttl01 {
	padding-top: 3em;
	margin-bottom: 3em;
}
#contents > .cf > .inner01 > #section02 .inner01 {
	padding-bottom: 5em;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 > div {
	width: 48.5%;
	padding: 2em;
	box-sizing: border-box;
	background: #fff;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 div img {
	width: auto;
	height: 92.5px;
	margin: 0 auto 1em;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 div .ttl01 {
	color: #3071b6;
	font-size: 156.25%;
	text-align: center;
	margin-bottom: 0.5em;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 div .txt01 {
	font-size: 87.5%;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 div dl dt {
	color: #fff;
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	line-height: 2;
	margin-bottom: 0.5em;
	background: #3071b6;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 div dl dd {
	font-size: 87.5%;
}
#contents > .cf > .inner01 > #section02 .inner01 .box01 div dl dd.fix01 {
	padding-left: 1em;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > #section02 .inner01 .cap01 {
	font-size: 62.5%;
	line-height: 1.2;
}
#contents > .cf > .inner01 > #section02 .inner02 {
	padding-bottom: 5em;
}
#contents > .cf > .inner01 > #section02 h5 {
	color: #3071b6;
	font-size: 156.25%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
#contents > .cf > .inner01 > #section02 h5:after {
	display: block;
	content: '';
	width: 5em;
	height: 3px;
	margin: 0.5em auto 0;
	background: #d66ca6;
}
#contents > .cf > .inner01 > #section02 .inner02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents > .cf > .inner01 > #section02 .inner02 ul li {
	width: 32%;
}
#contents > .cf > .inner01 > #section02 .inner02 ul li p {
	color: #fff;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.5;
	padding: 0.5em 0;
	text-align: center;
	background: #3071b6;
}
#contents > .cf > .inner01 > #section02 .inner03 {
	padding-bottom: 5em;
}
#contents > .cf > .inner01 > #section02 .inner03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#contents > .cf > .inner01 > #section02 .inner03 ul:after {
	content: '';
	width: 90%;
	height: 1px;
	background: #c5639a;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
}
#contents > .cf > .inner01 > #section02 .inner03 ul li {
	text-align: center;
	width: 130px;
	height: 130px;
	border-radius: 65px;
	position: relative;
	z-index: 2;
}
#contents > .cf > .inner01 > #section02 .inner03 ul li:last-child {
}
#contents > .cf > .inner01 > #section02 .inner03 ul li .sp00 {
	display: block;
	content: '';
	width: 130px;
	height: 130px;
	border-radius: 65px;
	background: #fff;
	border: 1px solid #b0b1b2;
	position: relative;
	z-index: -1;
}
#contents > .cf > .inner01 > #section02 .inner03 ul li:last-child .sp00 {
	background: #3071b6;
}
#contents > .cf > .inner01 > #section02 .inner03 ul li .txtWrap01 {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
#contents > .cf > .inner01 > #section02 .inner03 ul li .txtWrap01 .txt01 {
	color: #3071b6;
	font-size: 300%;
	font-weight: 200;
	font-style: italic;
	text-indent: 0.1em;
	line-height: 1.2;
}
#contents > .cf > .inner01 > #section02 .inner03 ul li .txtWrap01 .txt02 {
	color: #000;
	font-size: 87.5%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.2;
}
#contents > .cf > .inner01 > #section02 .inner03 ul li:last-child .txtWrap01 p {
	color: #fff;
}
#contents > .cf > .inner01 > #section02 .inner04 {
}
#contents > .cf > .inner01 > #section02 .inner04 .txtWrap01 {
	padding: 2em 2em;
	margin-bottom: 2em;
	background:	#fff;
	border: 1px solid #b5b5b5;
}
#contents > .cf > .inner01 > #section02 .inner04 .txtWrap01 .txt01 {
	color: #3071b6;
	font-size: 200%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.5em;
}
#contents > .cf > .inner01 > #section02 .inner04 .txtWrap01 .txt02 {
	text-align: center;
	line-height: 2;
}
#contents > .cf > .inner01 > #section02 .inner04 ul li {
	font-size: 93.75%;
	letter-spacing: 0;
	padding-left: 1.3em;
	margin-bottom: 2em;
	position: relative;
}
#contents > .cf > .inner01 > #section02 .inner04 ul li:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0.4em;
	left: 0;
	background: #3071b6;
}
#contents > .cf > .inner01 > #section02 .inner04 ul li:last-child {
	margin-bottom: 0;
}
#contents > .cf > .inner01 > #section03 {
	padding-bottom: 10em;
	position: relative;
}
#contents > .cf > .inner01 > #section03:after {
	display: block;
	content: '';
	width: 100vw;
	height: calc(100% - 10em);
	background: url("../images/mansion-support/mansion-support_01_img10_pc.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 160px;
	left: calc(-39% - calc(calc(100vw - calc(100% * 1.39)) / 2 ));
	bottom: 0;
	z-index: -1;
}
body.ie #contents > .cf > .inner01 > #section03:after {
	width: 140vw;
	left: -40vw;
}
#contents > .cf > .inner01 > #section03 > .ttl01 {
	padding-top: 5em;
	background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 6px);
}
#contents > .cf > .inner01 > #section03 > .ttl01 .sp01,
#contents > .cf > .inner01 > #section03 > .ttl01 .sp02 {
	color: #fff;
}
#contents > .cf > .inner01 > #section03 > .inner01 > .txt01 {
	color: #fff;
	font-size: 93.75%;
	text-align: center;
	line-height: 2;
	margin-bottom: 1em;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul {
	margin-top: 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li {
	width: 32%;
	padding: 2em;
	background: #fff;
	box-sizing: border-box;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li p {
	color: #434343;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li .ttl01 {
	color: #3071b6;
	font-size: 135%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	text-align: center;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li .ttl01:after {
	display: block;
	content: '';
	width: 3em;
	height: 3px;
	margin: 0.5em auto 0;
	background: #d66ca6;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li .txt01 {
	line-height: 1.5;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li .txt01 span {
	display: block;
	font-size: 67.5%;
	line-height: 1.5;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li .imgWrap {
	padding: 1em 0;
	box-sizing: border-box;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li .imgWrap img {
	margin: 0 auto;
}
#contents > .cf > .inner01 > #section03 > .inner01 ul li .imgWrap img {
	width: 63.635%;
}
@media only screen and (max-width: 1200px) {
	#contents > .cf #sideNavi ul li a span {
    font-size: 75%;
	}
	#contents > .cf #sideNavi ul li.fix01 a span {
    line-height: 1.5;
	}
	#contents > .cf > .inner01 #section01 .cf .img,
	#contents > .cf > .inner01 #section01 .cf .txt {
    width: 100%;
	}
	#contents > .cf > .inner01 > #section02 .inner01 .box01 > div {
    padding: 1em;
	}
	#contents > .cf > .inner01 > #section02 .inner02 ul li p {
    font-size: 75%;
    letter-spacing: 0;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul {
    display: block;
		width: 70%;
    margin: auto;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul:after {
		display: none;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) {
		margin: -3em 0 0 auto;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(3),
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(5) {
		margin: -2em auto 0 0;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li .sp02 {
		display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
		left: auto;
    right: auto;
    z-index: -2;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp02 {
    border-width: 9vh 0 0 calc(33vw + 1px);
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp01 {
    border-color: transparent transparent transparent #c5639a;
    top: 50%;
    left: 6vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp02 {
    border-color: transparent transparent transparent #eff4f9;
    top: calc(50% + 1px);
    left: calc(6vw - 1px);
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp02 {
    border-width: 0 0 9vh 33vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp01 {
    border-color: transparent transparent #c5639a transparent;
		top: 55%;
    left: -24vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp02 {
    border-color: transparent transparent #eff4f9 transparent;
    top: calc(55% + 1px);
    left: calc(-24vw + 1px);
	}
	#contents > .cf > .inner01 > #section03:after {
		background: url(../images/mansion-support/mansion-support_01_img10_sp.png) no-repeat;
		background-size: cover;
	}
	#contents > .cf > .inner01 > #section03 > .inner01 ul li {
    width: 32.5%;
    padding: 1em;
	}
	#contents > .cf > .inner01 > #section03 > .inner01 ul li .ttl01 {
		font-size: 87.5%;
    letter-spacing: 0;
	}
}
@media only screen and (max-width: 960px) {
	#contents > .cf > .inner01 > section > .ttl01 .sp02 br {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	#contents > .cf #sideNavi ul li a:hover {
		color: #3071b6;
		background: #eee;
		transition: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	#contents > .cf #sideNavi {
		width: 100%;
    padding-bottom: 2em;
    position: static;
    float: none;
    border-right: 1px solid #989898;
    box-sizing: border-box;
	}
	#contents > .cf #sideNavi ul li {
    border-bottom: 1px solid #989898 !important;
	}
	#contents > .cf #sideNavi ul li a span {
		font-size: 112.5%;
	}
	#contents > .cf #sideNavi ul li.fix01 a span {
    line-height: 3;
	}
	#contents > .cf > .inner01 {
    width: 100%;
    float: none;
    padding-left: 0;
    border-left: none;
	}
	#contents > .cf > .inner01 #section01 .cf {
    padding-bottom: 0 !important;
		background: #fff;
	}
	#contents > .cf > .inner01 #section01 .cf .txt .ttl01 {
    text-align: center;
		margin-bottom: 1em;
	}
	#contents > .cf > .inner01 #section01 .cf .txt .txt01 {
		font-size: 112.5%;
	}
	#contents > .cf > .inner01 #section01 .cf .img,
	#contents > .cf > .inner01 #section01 .cf .txt {
    padding: 2em 0 0;
	}
	#contents > .cf > .inner01 > #section02:after {
    width: 120%;
		height: 100%;
		top: 5em;
    left: -10%;
	}
	#contents > .cf > .inner01 > #section02 > .ttl01 {
    padding-top: 1em;
	}
	#contents > .cf > .inner01 > #section02 .inner01 {
    padding-bottom: 3em;
	}
	#contents > .cf > .inner01 > #section02 .inner01 .box01 {
    display: block;
	}
	#contents > .cf > .inner01 > #section02 .inner01 .box01 > div {
    width: 100%;
		margin-bottom: 2em;
	}
	#contents > .cf > .inner01 > #section02 .inner01 .box01 div .txt01 {
		font-size: 112.5%;
	}
	#contents > .cf > .inner01 > #section02 .inner01 .box01 div dl dt {
    font-size: 125%;
	}
	#contents > .cf > .inner01 > #section02 .inner01 .box01 div dl dd {
		font-size: 112.5%;
	}
	#contents > .cf > .inner01 > #section02 .inner01 .box01 div dl dd.fix01 br {
		display: none;
	}
	#contents > .cf > .inner01 > #section02 .inner02 {
    padding-bottom: 2em;
	}
	#contents > .cf > .inner01 > #section02 .inner02 ul li {
    width: 100%;
    margin-bottom: 2em;
	}
	#contents > .cf > .inner01 > #section02 .inner02 ul li p {
		font-size: 125%;
	}
	#contents > .cf > .inner01 > #section02 h4:after {
    width: 4em;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul {
    width: 100%;
		margin-top: 6em;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li .txtWrap01 {
    top: 25px;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(3) .txtWrap01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(4) .txtWrap01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(6) .txtWrap01 {
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li .txtWrap01 .txt01 {
    font-size: 300%;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li .txtWrap01 .txt02 {
    font-size: 125%;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) {
    margin: -4em auto 0 0;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp02 {
    border-width: 13vh 0 0 60vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp01 {
    top: 32%;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp02 {
    top: calc(32% + 1px);
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) {
    margin: -5em 0 0 auto;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp02 {
    border-width: 0 0 13vh 60vw;
		left: -40vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp01 {
		top: 48%;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp02 {
    top: calc(48% + 1px);
	}
	#contents > .cf > .inner01 > #section02 .inner04 .txt01 {
    font-size: 156.25%;
    line-height: 1.5;
	}
	#contents > .cf > .inner01 > #section02 .inner04 .txt02 {
    font-size: 112.5%;
	}
	#contents > .cf > .inner01 > #section02 .inner04 ul li {
    font-size: 112.5%;
	}
	#contents > .cf > .inner01 > #section03 {
    padding-bottom: 3em;
	}
	#contents > .cf > .inner01 > #section03:after {
		width: 120%;
		height: 96%;
		background: url(../images/mansion-support/mansion-support_01_img10_sp.png) no-repeat;
    background-size: cover;
    top: 5em;
    left: -10%;
	}
	#contents > .cf > .inner01 > #section03 > .ttl01 {
    padding-top: 1em;
	}
	#contents > .cf > .inner01 > #section03 > .inner01 > .txt01 {
    font-size: 106.25%;
    letter-spacing: 0;
	}
	#contents > .cf > .inner01 > #section03 > .inner01 ul {
    display: block;
	}
	#contents > .cf > .inner01 > #section03 > .inner01 ul li {
    width: 100%;
		margin-bottom: 2em;
    padding-bottom: 2em;
	}
	#contents > .cf > .inner01 > #section03 > .inner01 ul li .ttl01 {
    font-size: 156.25%;
	}
	#contents > .cf > .inner01 > #section03 > .inner01 ul li .txt01 {
    font-size: 112.5%;
	}
}
@media only screen and (max-width: 400px) {
	#contents > .cf > .inner01 > #section02 .inner03 ul li .txtWrap01 .txt01 {
    font-size: 375%;
	}
}
@media (orientation: landscape) and (max-width: 700px){
	#contents > .cf > .inner01 > #section02:after {
    top: 3em;
	}
}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
	#contents > .cf #sideNavi {
    top: 50px;
	}
	#contents > .cf #sideNavi ul li a span {
    letter-spacing: 0;
		padding: 0 0.1em 0 0.5em;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp02 {
    border-width: 19vh 0 0 calc(33vw + 1px);
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp02 {
    border-width: 0 0 19vh 33vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp01 {
    top: 60%;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp02 {
    top: calc(60% + 1px);
	}
}
@media (orientation: landscape) and (max-width: 767px){
	#contents > .cf > .inner01 > #section02 {
    padding-bottom: 4em;
	}
	#contents > .cf > .inner01 > #section02 .inner02 {
    padding-bottom: 0;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li {
    width: 200px;
    height: 200px;
    border-radius: 100px;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) {
    margin: -3em 0 0 calc(100vw - 300px);
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li .sp00 {
    width: 200px;
    height: 200px;
    border-radius: 100px;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp02 {
    border-width: 30vh 0 0 60vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp01,
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(even) .sp02 {
    border-width: 0 0 30vh 60vw;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp01 {
    top: 42%;
	}
	#contents > .cf > .inner01 > #section02 .inner03 ul li:nth-child(odd) .sp02 {
    top: calc(42% + 1px);
	}
	#contents > .cf > .inner01 > #section03:after {
    top: 3em;
	}
}
