html,
body {
  height: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}






@media screen and (min-width:787px) { 
.wp .header h1 {
	width: 100%;
	height: 800px;
	display: table;
	background-image: url(../img/top/slide/01.jpg);
	text-align: center;
}
.wp .header h1 p {
	display: table-cell;
	vertical-align: middle;	/*上下の中央揃え指定*/
	color: #FFFFFF;
}
}

@media screen and (max-width:786px) { 
.wp .header h1 {
	width: 100%;
	height: 500px;
	display: table;
	background-image: url(../img/top/slide/01b.jpg);
	background-size: auto 100%;
	text-align: center;
	margin-top: 0px;
}
.wp .header h1 p {
	display: table-cell;
	vertical-align: middle;	/*上下の中央揃え指定*/
	color: #FFFFFF;
}
}

@media screen and (min-width:787px) { 
.wp .content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.wp .content .space {
	padding: 15px;
}
.content p img {
	width: 100%;
	height: auto;
}

}

@media screen and (max-width:786px) { 
.wp .content {
	width: 100%;
}
.wp .content .space {
	padding: 15px;
}
.content p img {
	width: 100%;
	height: auto;
}
}

.content .space h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.space h2 .sub {
	font-size: 14px;
	color: #9A9A9A;
}
.content .space .benefitsh2 {
	margin-bottom: 40px;
}


@media screen and (min-width:787px) { 
.space .buisiness .images {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.space .buisiness .text {
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	}
}

@media screen and (max-width:786px) { 
.space .buisiness .images {
	margin-bottom: 0px;
}
.space .buisiness .images img {
	width: 100%;
}
.space .buisiness .text {
	background-color: #efefef;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	}
}

@media screen and (min-width:787px) { 
.space .service .images {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.space .service .text {
	height: 250px;
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	}
}

@media screen and (max-width:786px) { 
.space .service .images {
	margin-bottom: 0px;
}
.space .service .images img {
	width: 100%;
}
.space .service .text {
	background-color: #efefef;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	}
}

@media screen and (min-width:787px) { 
.space .benefits .images {
	width: 200px;
	height: 150px;
	float: left;
	margin-top: 7px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #CBCBCB;
	padding-right: 20px;
}
.space .benefits .images02 {
	width: 200px;
	height: 180px;
	float: left;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #CBCBCB;
	padding-right: 20px;
}
.space .benefits .text {
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	}
}

@media screen and (max-width:786px) { 
.space .benefits .images {
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.space .benefits .images02 {
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.space .benefits .images img {
	width: 100%;
}
}

.clear {
  clear: both;
  margin-bottom: 30px;
}


@media screen and (max-width:786px) { 
.content .space .faq {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
}

@media screen and (min-width:787px) { 
.content .space .faq {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.text p a {
	color: #05B7AE;
}

}



/* --- リストエリア --- */
ul.qa {
  margin: 0; 
  padding: 0;
  border-top: 1px #c0c0c0 dotted; /* リストエリアの上境界線 */ 
  list-style-type: none;
  font-size: 14px;
}

/* --- リスト項目 --- */
ul.qa li {
  padding: 20px 5px 14px; /* リスト項目のパディング（上、左右、下） */
  border-bottom: 1px #c0c0c0 dotted; /* リスト項目の下境界線 */
}

/* --- 項目の内容 --- */
ul.qa dl {
  margin: 0;
}

/* --- Questionエリア --- */
ul.qa dt {
  margin: 0;
  padding: 5px 0 12px 15px; /* Questionエリアのパディング（上右下左） */
  /*background: url(q6.gif) no-repeat left top; /* Questionエリアの背景 */
  font-weight: bold;
  line-height: 120%;
}

/* --- Answerエリア --- */
ul.qa dd {
  margin: 0;
  padding: 2px 0 6px 15px; /* Answerエリアのパディング（上右下左） */
  /*background: url(a5.gif) no-repeat left top; /* Answerエリアの背景 */
  line-height: 150%;
}
.content .space .company {
	text-align: center;
}
.company .text {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.company .text p {
	border-bottom: 1px solid #E3E3E3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.content .space .contact {
	text-align: center;
}
.contact .text {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.contact .text p {
	border-bottom: 1px solid #E3E3E3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.cpr {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
	margin-top: 30px;
}
