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



/** ミユキサブリースシステム
---------------------------------------------------------------------------------*/
.sub_lease{
	padding-top: 100px;
	padding-bottom: 80px;
}
.marker {
	background: linear-gradient(transparent 75%, #ffa337 75%);
	font-weight: bold; 
}
.sub_lease h2{
	text-align: center;
    display: block;
    font-size: 24px;
    margin: 0 auto;
    width: 580px;
	margin-bottom: 40px;
}
.house_flex{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.house_flex p img{
	margin: 0 10px;
}
.house_pic_01{
	width: 140px;
	height: auto;
}
.house_pic_02{
	width: 130px;
	height: auto;
}
.house_pic_03{
	width: 134px;
	height: auto;
}
.sub_lease>p{
	text-align: center;
}


/** メリット１
---------------------------------------------------------------------------------*/
.advantage_title{
	display: flex;
	align-items: center;
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #2da9e9;
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.advantage_title div{
	background-color: #2da9e9;
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 12px 28px 5px;
	text-align: center;
}
.advantage_title div span{
	display: block;
}
.advantage_en{
	font-size: 12px;
	font-family: "Aller", "Montserrat", sans-serif;
	font-weight: normal;
}
.advantage_title h3{
    font-size:28px;
	padding-left: 30px;
}
.advantage_01 p img{
	width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.advantage_01 p{
	text-align: center;
	padding-bottom: 30px;
}
.advantage_01 ul li span{
	color: #fff;
	background-color: #90c7dd;
	border-radius: 4px;
	padding: 5px 15px;
	margin-right: 15px;
}
.advantage_01 ul li{
	padding-bottom: 12px;
}
.advantage_01 ul{
	width: 760px;
	margin: 0 auto;
}
.advantage_01{
	padding-bottom: 50px;
}


/** メリット2
---------------------------------------------------------------------------------*/
.advantage_02{
	padding-bottom: 50px;
}
.advantage_02 p{
	text-align: center;
	padding-bottom: 30px;
}
.work_detail{
	display: flex;
	width: 1400px;
	margin: 0 auto;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.7em;
}
.work_detail>div{
	border-radius: 10px;
	background-color: #f2f2f2;
}
.work_detail>div:first-child{
	margin-right: 20px;
	width: 33%;
}
.work_detail>div:nth-child(2){
	width: 33%;
    margin-right: 20px;
}
.work_detail>div:nth-child(3){
	width: 33%;
}

.work_detail>div>div{
	display: flex;
}
.work_detail h4{
	background-color: #90c7dd;
	color: #fff;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 5px 0;
	font-size: 26px;
}
.work_detail>div>div>div:first-child{
	padding: 0px 20px 0px 0;
}
.work_detail>div>div{
	padding: 0px 20px 20px 20px;
}
.work_detail:nth-child(2)>div{
	margin-right: 20px;
	width: 33%;
}
.work_detail:nth-child(2)>div:last-child{
	margin-right: 0;
}
.support_link{
	color: #303030;
	border-bottom: 2px solid #2da9e9;
	padding-bottom: 2px;
	transition: .3s;
}
.support_link:hover{
	color: #2da9e9;
}
.other{
	display: block!important;
}
.work_detail:nth-child(2){
	margin-bottom: 30px;
}
.work_detail_btn{
	
}
a.work_detail_btn {
  background: #ffa337;
    width: 200px;
    height: 50px;
}

a.work_detail_btn span{
    font-size:26px;
    line-height: 2;
}
a.work_detail_btn:before {
  background: #e79433;
}


/** メリット3
---------------------------------------------------------------------------------*/
.advantage_03>p{
	padding-bottom: 30px;
	text-align: center;
}
.tenken{
	width: 30px;
	height: auto;
	padding-right: 10px;
}
.advantage_03 div h4{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #2da9e9;
	padding-bottom: 15px;
}
.check_01{
	border: solid 3px #2da9e9;
	border-radius: 14px;
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.check{
	background-color: #f1f8fc;
	margin: 0 4px;
	width: 50%;
	padding: 15px;
	font-size: 14px;
	line-height: 1.8em;
	height: 138px;
}
.check_box_01{
	display: flex;
	padding-bottom: 10px;
}
.check_01>p{
	padding-bottom: 15px;
	font-size: 14px;
}
.check_title{
	font-weight: bold;
	border-bottom: solid 1px #303030;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.check_detail{
	padding-left: 20px;
}
.check_flex{
	display: flex;
}
.check_flex p:last-child{
	padding-left: 20px;
}
.check_box_02{
	display: flex;
}
.check_box_03{
	display: flex;
}
.check_box_03 p{
	width: 50%;
}
.check_box_03 p img{
	width: 100%;
}
.check_box_03 p:last-child{
	padding-left: 25px;
}
.advantage_03{
	padding-bottom: 20px;
}


/** メリット4
---------------------------------------------------------------------------------*/
.advantage_04_owner{
	width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}
.advantage_04 p:last-child{
	width: 800px;
	display: block;
	margin: 0 auto;
}
.advantage_04{
	padding-bottom: 50px;
}


/** メリット5
---------------------------------------------------------------------------------*/
.gallery{
	width: 600px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.gallery img{
	width: 100%;
	height: auto;
}
.advantage_05{
	padding-bottom: 150px;
}
.advantage_05>p{
	width: 800px;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}
.advantage_05 a img{
	 transition: .3s;
}
.advantage_05 a img:hover{
	 opacity: .8;
}



/** オーナー様からのよくあるご質問
---------------------------------------------------------------------------------*/
.question_text{
	width: 60%;
	display: block;
	margin: 0 0 0 auto;
	border-top: solid 1px #2686c8;
	border-left: solid 1px #2686c8;
	border-bottom: solid 1px #2686c8;
	padding: 5% 5% 5% 15%;
	margin-bottom: 160px;
	box-sizing: border-box;
}
.question_text div h3{
	display: inline-block;
	font-size: 24px;
	background: linear-gradient(transparent 85%, #ffa337 85%);
	font-weight: bold; 
	margin-bottom: 30px;
}
.question_text>div{
	width: 400px;
	text-align: center;
	position: relative;
}
.question_text div p{
	padding-bottom: 30px;
}
.question_ownerbox{
	top: -40px;
    left: 10%;
	position: absolute;
	width: 37%;
}
.question_owner{
	width: 100%;
	height: auto;
}
.question{
	position: relative;
}


@media print, screen and (max-width: 980px) {

/** ミユキサブリースシステム
---------------------------------------------------------------------------------*/
.sub_lease {
	padding-top: 45px;
	padding-bottom: 20px;
	text-align: center;
}	
.sub_lease h2 {
    text-align: center;
    display: inline;
    font-size: 18px;
    width: auto;
    margin-bottom: 40px;
}
.house_flex{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	margin-top: 25px;
}
.house_flex p img{
	margin: 0 10px;
}
.house_pic_01{
	width: 84px;
	height: auto;
}
.house_pic_02{
	width: 81px;
	height: auto;
}
.house_pic_03{
	width: 78px;
	height: auto;
}
.sub_lease>p{
	text-align: left;
	padding: 0px 20px 30px 20px;
	max-width: 600px;
	margin: 0 auto;
}
	

/** メリット１
---------------------------------------------------------------------------------*/
.advantage_title{
	display: flex;
	align-items: center;
	line-height: 1em;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px solid #2da9e9;
	width: 100%;
	margin-bottom: 20px;
}
.advantage_title div{
	background-color: #2da9e9;
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 12px 12px 7px;
	text-align: center;
}
.advantage_title div span{
	display: block;
	font-size: 13px;
}
.advantage_en{
	font-size: 9px!important;
}
.advantage_title h3 {
    padding-left: 12px;
	line-height: 1.5em;
}
	.advantage_wrapper{
		width: 92%;
		margin: 0 auto;
		max-width: 600px;
	}
	.advantage_01 p {
		text-align: left;
		padding-bottom: 20px;
	}
	.advantage_01 p img {
		width: 100%;
	}
	.advantage_01 ul {
		width: auto;
		margin: 0 auto;
	}
	.advantage_01 ul li span {
		color: #fff;
		background-color: #90c7dd;
		border-radius: 4px;
		padding: 8px 15px;
		margin-right: 8px;
		display: block;
		width: fit-content;
		line-height: 1em;
		margin-bottom: 5px;
	}
	.advantage_01 ul li {
		padding-bottom: 10px;
		line-height: 1.5em;
	}
	.advantage_01 {
		padding-bottom: 35px;
	}
	.advantage_02 p {
		text-align: left;
		padding-bottom: 20px;
	}
	.work_detail>div>div {
		display: block;
		margin-bottom: 20px;
	}
	.work_detail {
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 1.7em;
	}
	.work_detail>div:first-child {
		margin-right: 0px;
		width: 100%;
	}
	.work_detail>div:nth-child(2) {
		width: 100%;
	}
	.work_detail:nth-child(2)>div {
		margin-right: 0px;
		width: 100%;
	}
	.advantage_02 {
		padding-bottom: 40px;
	}
	.advantage_03>p {
		padding-bottom: 20px;
		text-align: left;
	}
	.check_box_01 {
		display: block;
		padding-bottom: 0px;
	}
	.check_box_02 {
		display: block;
	}
	.check_01 {
		border: solid 3px #2da9e9;
		border-radius: 14px;
		width: 100%;
		margin: 0 auto;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.check {
		background-color: #f1f8fc;
		margin: 0 0 15px 0;
		width: auto;
		padding: 15px;
		font-size: 14px;
		line-height: 1.8em;
		height: auto;
	}
	.check_01>p {
		padding-bottom: 15px;
		font-size: 14px;
		line-height: 1.8em;
	}
	.check_title>span{
		font-size: 13px;
	}
	.check_box_03 {
		display: block;
	}
	.check_box_03 p {
		width: 100%;
		padding-bottom: 0;
	}
	.check_box_03 p:last-child {
		padding-left: 0;
		font-size: 14px;
   		line-height: 1.8em;
	}
	.check_box_03 p img {
		padding-bottom: 15px;
	}
	.advantage_04_owner {
		width: 240px;
		padding-bottom: 20px;
	}
	.advantage_04 p:last-child {
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.advantage_04 {
		padding-bottom: 40px;
	}
	.advantage_05>p {
		width: auto;
		padding-bottom: 20px;
	}
	.advantage_05 {
		padding-bottom: 60px;
	}
	.question_text {
		width: 90%;
		display: block;
		margin: 0 auto;
		margin-bottom: 80px;
		border: solid 1px #2686c8;
		padding: 5%;
		box-sizing: border-box;
		max-width: 600px;
	}
	.question_text div h3 {
		display: inline-block;
		font-size: 18px;
		background: linear-gradient(transparent 85%, #ffa337 85%);
		font-weight: bold;
		margin-bottom: 20px;
	}
	.question_text>div {
		width: auto;
		text-align: center;
		position: relative;
	}
	.question_text div p {
		padding-bottom: 20px;
	}
	.gallery {
		width: auto;
		height: auto;
		display: block;
		margin: 0 auto;
		max-width: 400px;
	}
	
	
	
	
	
	

















}
