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

/****************************************************************************************

施設オーナー様へ：空きスペース活用のご提案（owner）

*************************************************************************************** */

/*******共通ファイル部分修正*******/
#page #contents{
	padding:25px 0 0 0;
}
/*******共通ファイル部分修正 end*******/
/*中ページ用横余白有用*/
#page #contents .innerWrap{
	padding: 0 15px;
}
/*中ページ用横幅100%用*/
#page #contents .innerMaxWrap{
	width: 100%;
}


/*******お困りでありませんか*******/
.buildingBox {
	display: table;
	width: 100%;
	margin-bottom: 12vw;
}
.buildingBox li {
	display: table-cell;
	vertical-align: top;
}
.buildingBox li:last-child {
	display: none;
}
.buildingBox li h4 {
	color: #005cab;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.buildingBox li p {
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*******運営ポイント*******/
.pointBox {
	background: #f2f2f2;
	position: relative;
}
.pointBox h4 {
	position: absolute;
	top: -5vw;
	left: 50%;
	width: 90vw;
	margin-left: -45vw;
}
.pointBox .inner {
	padding: 13vw 5vw 8vw;
	text-align: center;
}

.pointList {
	width: 42.5vw;
	float: left;
	margin-right: 5vw;
	counter-increment: num;
}
.pointList:nth-of-type(2n) {
	margin-right: 0;
}
.pointList:nth-of-type(n+3) {
	margin-top: 5vw;
}
.pointList dt {
	display: table-cell;
	vertical-align: middle;
	width: 42.5vw;
	height: 42.5vw;
	position: relative;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding-top: 9%;
	
	background: #ffb400;
	background: -moz-linear-gradient(-45deg, #ffb400 0%, #ffb400 49%, #ffa900 50%, #ffa900 100%);
	background: -webkit-linear-gradient(-45deg, #ffb400 0%,#ffb400 49%,#ffa900 50%,#ffa900 100%);
	background: linear-gradient(135deg, #ffb400 0%,#ffb400 49%,#ffa900 50%,#ffa900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb400', endColorstr='#ffa900',GradientType=1 );
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	color: #fff;
	font-size: 4.3vw;
	font-weight: bold;
	line-height: 1.5;
}
.pointList dt:before {
	position: absolute;
	content: '0'counter(num);
	color: #ffecbf;
	font-family: 'Ubuntu', sans-serif;
	font-size: 7vw;
	line-height: 1;
	top: 5vw;
	left: 50%;
	margin-left: -0.5em;
}
.pointList dd {
	font-size: 3.5vw;
	margin-top: 0.8em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.pointList dd.left {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*******サポート文字*******/
h4.supportTitle {
	color: #005cab;
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 1.2em 0 1.5em;
}

/*******施工事例*******/
h5.caseTitle {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.caseBox dl {
	width: 100%;
	margin-bottom: 5vw;
}
.caseBox dl dt {
	font-size: 3.8vw;
}
.caseBox dl dt span {
	color: #005cab;
}
.caseBox dl img {
	vertical-align: bottom;
	width: 100%;
}


/********************************************************
Media Query for PC
********************************************************/
@media print, screen and (min-width: 750px){

/*******共通ファイル部分修正*******/
#contents{
	width: 100%;
}
#page #contents{
	 padding: 15px 0 0 0;
}
/*******共通ファイル部分修正 end*******/
/*中ページ用横余白有用*/
#page #contents .innerWrap{
	width: 940px;
	margin: 0 auto;
	padding: 0 15px;
}



/*******お困りでありませんか*******/
.buildingBox {
	margin-bottom: 95px;
}
.buildingBox li:first-child {
	padding-right: 20px;
}
.buildingBox li:last-child {
	display: table-cell;
	width: 460px;
}
.buildingBox li h4 {
	font-size: 28px;
}
.buildingBox li p {
	font-size: 16px;
}


/*******運営ポイント*******/
.pointBox h4 {
	top: -40px;
	left: 50%;
	width: 620px;
	margin-left: -310px;
}
.pointBox .inner {
	width: 940px;
	margin: 0 auto;
	padding: 70px 15px 45px;
}

.pointList {
	width: 220px;
	margin-right: 20px;
}
.pointList:nth-of-type(2n) {
	margin-right: 20px;
}
.pointList:nth-of-type(n+3) {
	margin-top: 0;
}
.pointList:nth-of-type(4n) {
	margin-right: 0;
}
.pointList:nth-of-type(n+5) {
	margin-top: 20px;
}
.pointList:nth-of-type(4) dd {
	margin-right: -1em; /*改行調整用*/
}
.pointList dt {
	width: 220px;
	height: 220px;
	font-size: 20px;
}
.pointList dt:before {
	font-size: 36px;
	top: 25px;
}
.pointList dd {
	font-size: 14px;
	text-align: center;
	text-justify:auto;
}

/*******サポート文字*******/
h4.supportTitle {
	font-size: 28px;
}

/*******施工事例*******/
h5.caseTitle {
	font-size: 20px;
}

.caseBox dl {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 0;
}
.caseBox dl:nth-of-type(3n) {
	margin-right: 0;
}
.caseBox dl dt {
	font-size: 16px;
}
















}