@charset "UTF-8";

/* Scss Document */
/*.page_nav {
	margin-bottom: 60px;
}*/
.btn_green {
	width: 380px;
	margin: 0 auto;
}

.btn_green a {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: .5em 1em .5em 2em;
	background: url(../images/ico_white_right.png) top 20px left 20px no-repeat #00471D;
	color: #FFF;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: -2px;
}

.btn_green a:hover {
	opacity: .6;
}

.btn_white {
	width: 380px;
	margin: 0 auto;
}

.btn_white a {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: .5em 1em .5em 2em;
	background: url(../images/ico_green_right.png) top 20px left 20px no-repeat #FFF;
	border: #00471D 2px solid;
	color: #00471D;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: -2px;
}

.btn_white a:hover {
	opacity: .6;
}

.btn_red {
	width: 380px;
	margin: 0 auto;
}

.btn_red a {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: .5em 1em .5em 2em;
	background: url(../images/ico_red_right.png) top 20px left 20px no-repeat #FFF;
	border: #D0111B 1px solid;
	color: #D0111B;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: -2px;
}

.btn_red a:hover {
	opacity: .6;
}

/*---------------------
index
土地活用をお考えの方へ ～賃貸住宅経営のススメ～
---------------------*/
.contents1 {
	margin-bottom: 0;
}

.contents1 .inner {
	padding-bottom: 60px;
	background: url(../images/bg_contents1.jpg) top 45px right -20px no-repeat;
}

.contents1 .text_left {
	padding-left: 95px;
	line-height: 2.4;
}

.case_list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 30px;
	border: #CCC 1px solid;
}

.case_list li:first-child,
.case_list li:nth-child(2) {
	align-items: flex-start;
}


.case_list .ttl {
	width: 330px;
	text-align: center;
}

.case_list .ttl .ttl_head {
	margin-bottom: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.case_list .ttl .ttl_head .case {
	font-size: 2.4rem;
	color: #00471D;
	letter-spacing: .05em;
}

.case_list .ttl .ttl_head .case span {
	font-size: 4rem;
}

.case_list .ttl .ttl_head .land {
	margin-left: 1em;
	padding: .25em .75em;
	background: #00471D;
	color: #fff;
	font-size: 1.6rem;
}

.case_list .ttl .ttl_head .land span {
	font-size: 3.6rem;

}

.case_list .ttl h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.case_list .ttl .text {
	margin-top: 2em;
	text-align: left;
}


.case_list .img {
	width: 700px;

}

.case_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.case_list .img li {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.case_list .img li:first-child {
	padding: 0 40px 0 0;
	background: url(../images/ico_red_right_big.png) top 50% right 10px no-repeat;
}

.case_list .img figcaption {
	font-size: 2.2rem;
	line-height: 1.5;
}

.case_list .img .before figcaption {
	color: #000;
}

.case_list .img .after figcaption {
	color: #00471D;
}

.case_list .img .plan {
	margin-top: 2em;
}

#case .contact p {
	margin-bottom: 30px;
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
}

/*#advantage .lead {
	margin-bottom: 60px;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.4;
}*/
.advantage_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advantage_list li {
	width: 550px;
	margin-bottom: 60px;
	text-align: center;
}

.advantage_list li img {
	margin-bottom: 20px;
}

.advantage_list li p {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.6;
}

/*---------------------
imodel
モデル収支
---------------------*/
/*.lead {
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
}*/
.flex_wrap {
	justify-content: space-between;
}

.flex_wrap .text {
	width: 550px;
}

.ex p {
	margin-bottom: 1em;
	line-height: 2.0;
	text-align: center;
}

#more_info .box {
	box-sizing: border-box;
	width: 950px;
	margin: 0 auto;
	padding: 30px;
	border: #DDD 4px solid;
}

#more_info .box .lttl {
	margin: 0 0 20px;
}

#more_info .box p {
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
}

/*---------------------
flow
賃貸住宅経営までの流れ
---------------------*/
.flow_1 .lead+p {
	text-align: center;
	line-height: 2.4;
}

#flow h2 {
	margin-bottom: 30px;
	padding-bottom: 14px;
	background: url(../images/ico_green_bottom.png) bottom 0px left 50% no-repeat;
}

#flow h2 span {
	display: block;
	padding: 5px;
	border: #00471D 2px solid;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#flow .flex_wrap {
	justify-content: space-between;
}

#flow .flex_left {
	width: 720px;
}

#flow .flow_list1 .flex_right {
	width: 386px;
	background: url(../images/bg_flow_list_1.jpg) top left no-repeat;
}

#flow .flow_list2 .flex_right {
	width: 386px;
	background: url(../images/bg_flow_list_2.jpg) top left no-repeat;
}

.flow_list dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	background: url(../images/bg_flow_list_line.png) top left 47px repeat-y;
}

.flow_list li:last-of-type dl {
	background: none;
}

.flow_list dt {
	width: 95px;
}

.flow_list dt span {
	display: block;
	padding: 5px;
	background: #00471D;
	color: #FFF;
	text-align: center;
}

.flow_list dd {
	width: 600px;
	padding-bottom: 40px;
}

.flow_list dd h3 {
	margin-bottom: 10px;
	color: #00471D;
	font-size: 2.4rem;
	font-weight: bold;
}

.flow_list2 li:last-of-type dt span {
	background: #D0111B;
}

.flow_list2 li:last-of-type h3 {
	color: #D0111B;
}

@media screen and (max-width:640px) {

	/*.page_nav {
	margin-bottom: 60px;
}*/
	.btn_green {
		width: 80%;
		/*margin: 0 auto;*/
	}

	.btn_green a {
		/* box-sizing: border-box;
  display: inline-block;*/
		width: 100%;
		/* padding: .5em 1em .5em 2em;*/
		background: url(../images/ico_white_right.png) top 15px left 20px no-repeat #00471D;
		/*color: #FFF;*/

		font-size: 1.6rem;
		/*text-align: center;
  letter-spacing: -2px;*/
	}

	/*
.btn_green a:hover {
  opacity: .6;
}
*/
	.btn_white {
		width: 80%;
		/*margin: 0 auto;*/
	}

	.btn_white a {
		/* box-sizing: border-box;
  display: inline-block;
  width: 100%;*/
		padding: .5em .5em .5em 1.5em;
		background: url(../images/ico_green_right.png) top 10px left 10px no-repeat #FFF;
		/*border: #00471D 2px solid;
  color: #00471D;*/
		font-size: 1.4rem;
		/*text-align: center;
  letter-spacing: -2px;*/
	}

	/*
.btn_white a:hover {
  opacity: .6;
}
*/
	.btn_red {
		width: 80px;
		/* margin: 0 auto;*/
	}

	.btn_red a {
		/* box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: .5em 1em .5em 2em;*/
		background: url(../images/ico_red_right.png) top 15px left 20px no-repeat #FFF;
		/* border: #D0111B 1px solid;
  color: #D0111B;*/
		font-size: 1.8rem;
		/* text-align: center;
  letter-spacing: -2px;*/
	}

	/*
.btn_red a:hover {
  opacity: .6;
}*/

	/*---------------------
index
土地活用をお考えの方へ ～賃貸住宅経営のススメ～
---------------------*/
	.contents1 {
		margin-bottom: 0;
	}

	.contents1 .inner {
		padding-bottom: 60px;
		background: none;
	}

	.contents1 .text_left {
		padding-left: 0;
		line-height: 2.4;
	}

	.case_list li {
		/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 5vw;
		/*margin-bottom: 20px;
	padding: 40px 30px 30px 0;
	border: #CCC 1px solid;*/
	}

	.case_list .ttl {
		width: 100%;
		margin: 0 0 20px 0;
		/*text-align: center;*/
	}

	.case_list .ttl .ttl_head {}

	.case_list .ttl .ttl_head .case {
		font-size: 4.8vw;
	}

	.case_list .ttl .ttl_head .case span {
		font-size: 8vw;
	}

	.case_list .ttl .ttl_head .land {
		font-size: 3.2vw;
	}

	.case_list .ttl .ttl_head .land span {
		font-size: 6.8vw
	}

	.case_list .ttl h2 {
		font-size: 4.8vw;
	}

	.case_list .ttl img {
		margin-bottom: 10px;
	}

	.case_list .img {
		width: 100%;
	}

	.case_list ul {
		display: block;
	}

	.case_list .img li {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}

	.case_list .img li img {
		max-width: auto;
		width: 100%
	}

	.case_list .img li:first-child {
		padding: 0 0 40px 0;
		background: url(../images/ico_red_bottom.png) bottom 20px left 50% no-repeat;
	}

	#case .contact p {
		/*margin-bottom: 30px;*/
		font-size: 1.8rem;
		/*line-height: 1.4;
	text-align: center;*/
	}

	/*
.advantage_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}*/
	.advantage_list li {
		width: 100%;
		margin-bottom: 30px;
		padding: 10px;
		border: #EEE 1px solid;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		font-size: 1.4rem;
		text-align: left;
	}

	/*
.advantage_list li img {
  margin-bottom: 20px;
}*/
	.advantage_list li p {
		/* margin-bottom: 20px;*/
		font-size: 1.4rem;
		/* line-height: 1.6;*/
	}

	/*---------------------
imodel
モデル収支
---------------------*/
	.lead {
		font-size: 1.8rem;
		/*line-height: 1.4;
  text-align: center;*/
	}

	.flex_wrap {
		/*justify-content: space-between;*/
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex_wrap figure {
		margin-bottom: 1em;
	}

	.flex_wrap .text {
		width: 100%;
	}

	.ex p {
		text-align: left;
	}

	#more_info .box {
		/*box-sizing: border-box;*/
		width: 100%;
		padding: 20px;
		/* margin: 0 auto;
  padding: 30px;
  border: #DDD 4px solid;*/
	}

	/*
#more_info .box .lttl {
  margin: 0 0 20px;
}*/
	#more_info .box p {
		/* margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.8;*/
		font-size: 1.4rem;
		text-align: left;
	}

	#more_info .box .btn_green {
		width: 100%;
	}

	#more_info .box .btn_green a {
		font-size: 1.6rem;
	}

	.w70 {
		display: block;
		width: 70%;
		margin: 0 auto;
	}

	/*---------------------
flow
賃貸住宅経営までの流れ
---------------------*/
	.flow_1 .lead+p {
		text-align: left;
		/*line-height: 2.4;*/
	}

	#flow h2 {
		margin-bottom: 10px;
		/*padding-bottom: 14px;
	background: url(../images/ico_green_bottom.png) bottom 0px left 50% no-repeat;*/
	}

	#flow h2 span {
		/*display: block;
	padding: 5px;
	border: #00471D 2px solid;*/
		font-size: 1.8rem;
		/*font-weight: bold;
	text-align: center;*/
	}

	/*
#flow .flex_wrap {
	justify-content: space-between;
}*/
	#flow .flex_left {
		width: 100%;
	}

	#flow .flex_right {
		display: none;
	}

	/*	
#flow .flow_list1 .flex_right {
	width: 386px;
	background: url(../images/bg_flow_list_1.jpg) top left no-repeat;
}
#flow .flow_list2 .flex_right {
	width: 386px;
	background: url(../images/bg_flow_list_2.jpg) top left no-repeat;
}
*/
	.flow_list {
		margin-bottom: 30px;
	}

	.flow_list li {
		margin-bottom: 20px;
		padding: 20px 10px;
		border: #EEE 1px solid;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

	.flow_list dl {
		/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;*/
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		background: none;
	}

	/*
.flow_list li:last-of-type dl {
	background: none;
}*/
	.flow_list dt {
		width: 100%;
	}

	/*
.flow_list dt span {
	display: block;
	padding: 5px;
	background: #00471D;
	color: #FFF;
	text-align: center;
}
	*/
	.flow_list dd {
		width: 100%;
		padding-bottom: 0;
	}

	.flow_list dd h3 {
		/*margin-bottom: 10px;
	color: #00471D;*/
		font-size: 1.8rem;
		text-align: center;
		/*font-weight: bold;*/
	}

	/*
.flow_list2 li:last-of-type dt span {
	background: #D0111B;
}
.flow_list2 li:last-of-type h3 {
	color: #D0111B;
}*/
}