@charset "utf-8";
/* =============================================================
 * 家づくりの流れ
 * ============================================================= */
.content {
 	padding: 5% 0;
  color: #FFF;
}
.wrap01 {
	width: 80%;
	margin: 0 auto 3%;
	background: #FFF;
	color: #000;
	box-sizing: border-box;
	padding: 2%;
}
.wrap02 {
	width: 80%;
	margin: 0 auto;
	background: #FFF;
	color: #000;
	box-sizing: border-box;
	padding: 2%;
}
.headline {
	margin: 0 0 2%;
	border-bottom: 1px dotted #000000;
	font-size: 1.8vw;
	font-weight: bold;
	clear: both;
}
.wrap01 .txt01 {
	margin: 0 0 3%
}
.wrap01 .image01 {
	width: 70%;
	margin: 0 auto;
}
.wrap01 .image02 {
	width: 25%;
	margin: 0 auto;
}
.wrap02 .txt01  {
	width: 30%;
	float: left;
}
.wrap02 .image01 {
	width: 65%;
	margin: 0 0 3%;
	float: right;
}
.wrap02 .txt02 {
	width: 100%;
	margin: 0 0 3%;
	clear: both;
}
.wrap02 .txt03 {
	margin: 0 0 1%;
	font-size: 1.4vw;
	font-weight: bold;
}
.wrap02 .image02 {
	width: 30%;
	margin: 0 0 5%;
}
.wrap02 .txt04 {
	width: 65%;
	margin: 0 0 1%;
	float: right;
}
.wrap02 .txt05 {
	font-weight: bold;
	color: #00003A;
	width: 65%;
	margin: 0 0 5%;
	float: right;
}
.wrap02 .txt06 {
	width: 65%;
	float: right;
}
.wrap02 .txt07 {
	margin: 0 0 3%;
}
.wrap02 .zeh-wrap {
	margin: 0 0 1%;
	padding: 0 0 3%;
	width: 100%;
	display: table;
	border-bottom: 1px dotted #000000;
}
.zeh-wrap .box01 {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}
.zeh-wrap .box02 {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 5%;
	box-sizing: border-box;
}
.wrap02 .txt08 {
	margin: 0 0 3%;
	color: #00003A;
	font-weight: bold;
}
.wrap02 .box03 {
	width: 50%;
	float: left;
}
.wrap02 .box04 {
	float: right;
	width: 48%;
}
.wrap02 .image03 {
	width: 100%;
	margin: 0 0 3%;
}
/* 
=============================
　　　　スマホ
=============================
*/
@media screen and (max-width: 699px) {
.wrap01 {
	width: 90%;
}
.wrap02 {
	width: 90%;
}
.headline {
  font-size: 16px;
}
.wrap01 .image01 {
  width: 100%;
}
.wrap02 .txt01 {
  width: 100%;
  float: none;
	margin: 0 0 5%;
}
.wrap02 .image01 {
  width: 100%;
  margin: 0 0 3%;
  float: none;
}
.wrap02 .txt03 {
  font-size: 14px;
}
.wrap02 .txt04 {
  width: 100%;
  float: none;
}
.wrap02 .txt05 {
  width: 100%;
  float: none;
}
.wrap02 .txt06 {
  width: 100%;
  float: none;
}
.wrap02 .image02 {
  width: 100%;
  margin: 0 0 5%;
}
.wrap02 .box03 {
  width: 100%;
  float: none;
}
.wrap02 .box04 {
  width: 100%;
  float: none;
}
}
