@charset "utf-8";

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic"!important;
    line-height: 1.5;
}
/*スクリプト動き*/
img{
  width: 100%;
  height: auto;
}
.img_auto_ml img{
	width: auto;
	height: auto;
}
.img_auto{
	width: auto;
	height: auto;
}
/*アニメーション要素のスタイル*/
.animation{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*スクロール動き　ナビゲーション*/
html {
  scroll-padding-top: 10vh; /* 固定ヘッダの高さ分 */
}
/*----------------------------------------------------------------------------
汎用class
----------------------------------------------------------------------------*/
.flexBetween {
	display: flex;
	justify-content: space-between;
}

.flexCenter {
	display: flex;
	justify-content: center;
}

.taCenter{
	text-align: center;
}

.mb5,
.allmb5 li {
	margin-bottom: 5px;
}

.mb10,
.allmb10 li {
	margin-bottom: 10px;
}

.mb20,
.allmb20 li {
	margin-bottom: 20px;
}

.mb30,
.allmb30 li {
	margin-bottom: 30px;
}

.mb40,
.allmb40 li {
	margin-bottom: 40px;
}

.mb50,
.allmb50 li {
	margin-bottom: 50px;
}

.mb60,
.allmb60 li {
	margin-bottom: 60px;
}

.mb70,
.allmb70 li {
	margin-bottom: 70px;
}

.mb80,
.allmb80 li {
	margin-bottom: 80px;
}
/* 単体用 */
.over_css:hover {
	opacity: 0.7;
}
/* 複数用 */
.over_css_ml a:hover img {
	opacity: 0.7;
}
/*header開始*/
.header{
	width: 95%;
	margin: 0 auto;
	height: 160px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-items: flex-end ;
}
.header p{
	width: 40%;
}
.header p img{
	width: 100%;
}
/*メニュー*/
.navigation{
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.8em;
	background-color: hsla(0,0%,100%,0.88);
	color: hsla(0,0%,100%,1.00);
}
.navigation a:nth-child(odd){
	background-color: #48B2B2;
}
.navigation a:nth-child(even){
	background-color: #A9D54F;
}
.navigation a{
	width: 33.3%;
	height: 50%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/*ついてくるボタン開始*/

.button{
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  transition: .3s;
	z-index: 999;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
/*スマホ共通領域開始*/


/*メイン画像開始*/
.top_main_sp{
	width: 100%;
	height: 42vh;
	background-image: url(../../images/main_haikei_sp.jpg);
	background-position: top center;
	background-size:cover;
	background-repeat: no-repeat;
}

.top_main_sp p {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
}
/*メイン下ナビゲーション開始*/
.ma_s_n_k{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/*家賃保証説明開始*/
.hos_setu{
	width: 100%;
	background-color: #EAF9F0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.hos_setu_siro{
	width: 95%;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #FFFFFF;
	filter: drop-shadow(0px 0px 7px #d3d3d3);
}
.hos_setu_siro dl{
	width: 85%;
	margin: 50px auto 0;
	padding-top: 40px;
	padding-bottom: 10px;
}
.hos_setu_siro dl dd{
	margin-top: 20px;
	line-height: 1.8em;
}
.hos_setu_siro dl dd p{
	color: #0F5E12;
}
.hos_setu_siro .hos_setu_zu{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}
/*保証サービス内容開始*/
.hos_sv{
	width: 100%;
	padding-top: 50px;
	background-image: url(../../images/naiyou_hai.jpg);
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
}
#house_service{
	height: 50px;
}
.hos_sv p img{
	width: 70%;
    margin-left: 4%;
}
.hos_sv ul {
	width: 90%;
	margin:  0 auto;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hos_sv ul li{
	width: 100%;
		margin-top: 20px;
	filter: drop-shadow(1px 4px 3px #D9D9D9);
}
/*ポイント開始*/
/*ポイント白開始*/
.poi{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 200px;
	background-image: url(../../images/poi_hai_sp.jpg);	
	background-position: top center;
	background-size:auto;
	background-repeat: no-repeat;
}
.poi_siro{
	width: 100%;
}
.poi_siro p{
	width: 90%;
	margin-left: 2%;
}
.poi_siro ul{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around ;
}
.poi_siro ul li{
	width:  45%;
	margin-top: 15px;	
}
/*ポイントｈ１開始*/
.poi_h1{
	text-align: center;
	margin: 50px;
	font-size: 2em;
	font-weight: bold;
	color: #0F5E12;
}
/*ポイント青開始*/	
  .poi_ao{
	width: 90%;
	margin: 120px auto 0;
	border-radius: 30px;
	border: 4px solid #003B83;
	background-color: #FFFFFF;
}
.poi_ao p{
	width: 60%;
	margin: -26px auto 0 auto;
}
.poi_ao ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin:  10px auto 30px auto;
}
.poi_ao ul li{
	width: 70%;
	margin:  20px auto 10px auto;
}
/*footer開始*/
.footer{
	width: 100%;
	margin-top: -100px;
	padding-top: 50px;
	background-image: url("../../images/foo_hai_up_sp.png");
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
}
#companyprofile{
	height: 50px;
}
/*footer会社概要開始*/
.foo_kai{
	width: 95%;
	margin: 0 auto;
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 30px;
}
.foo_kai h1{
	width:45%; 
}
.foo_kai ul{
	width: 100%;
	margin-top: 20px;
}
.foo_kai ul li{
	color: #0F5E12;
	line-height: 1.8em;
}
.foo_kai ul li br{
	display: block;
}
/*footer提携会社*/
.foo_tei{
	margin-top: 30px;
}
.foo_tei .foo_tei_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between ;
}
.foo_tei .foo_tei_ul li{
	width: 48%;
	margin-top: 3%;
}
.foo_tei p {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
/*footer下開始*/
	.foo_sita{
	width: 100%;
	padding-bottom: 200px;
	background-image: url("../../images/footer_sit_hai_sp.jpg");
	background-position: bottom center;
	background-size: auto;
	background-repeat: no-repeat;
	position: relative;
	background-color: #8ECEE8;
	}
.foo_sita ul{
	width: 95%;
	margin: 50px auto 0 auto;
	line-height: 2.5em;
	color: #FFFFFF;	
}
.foo_sita div{
	width: 100%;
	position: absolute;
	bottom: 1%;
}
.foo_sita div p {
	text-align: center;
	color: #8ECEE8;
	font-size: 95%;
}
/*オリジナルページ開始*/
/*メインイメージ開始*/
.original_main_img{
	background-image: url(../../item/original_main_img_sp.jpg);
	height: 440px;
	margin-top: 20px;
	background-position: left 50% center;
}
/*オリジナルページメイン下項目開始*/
.original_resident{
	width: 100%;
	height: auto;
	padding-top: 20px;
	color: #0F5E12;

}
#original_resident {
		background-image: url(../../item/original_main_down_img.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 0;
    padding-top: 50px;
    margin-top: -50px;
	}
.original_resident img{
	width: auto;
}
.original_resident div{
	width: 90%;
	margin: 40px auto 0;
}
.original_resident dl{
	margin-top: 30px;
}
.original_resident dl dt{
	font-size: 30px;
}
.original_resident dl dd{
	font-size: 15px;
	margin-top: 20px;
	line-height: 2em;
	text-align: left;
}
/*オリジナルページmessageオーナー様開始*/
.message_owner{
	margin: 100px auto 60px;
}
#message_owner_white {
	padding-bottom: 60px;
}
.message_owner dl dd{
	color: #003B83;	
	font-size: 15px;
	margin: 0;
}
.message_owner dl dd strong{
	font-size: 20px;
	font-weight: normal;

}
.message_owner dl dd:first-of-type{
	padding: 20px 0;
}
/*オリジナルページ選ばれる理由開始*/
.reason_selection{
	width: 85%;
	margin: 0 auto;
}
.reason_selection div{
	margin: 40px 0 40px;
}
.reason_selection dt{
	text-align: center;
	margin-top: 20px;
}
.reason_selection dt img{
	width: 95%;
}
.reason_selection dd{
	margin-top: 25px;
	color: #003B83;	
}
.reason_selection div p{
	color: #003B83;
	font-weight: bold;
    font-size: 140%;
}
/*footer上開始*/
.footer_up_contents{
	width: 100%;
	background-image: url(../../item/footer_up_bacimg_sp.jpg);	
	background-position: center 0;
	background-size: auto;
	padding-top: 70px;
}
/*安心サポート開始*/
.guarantee{
	width: 95%;
	max-width: 1250px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.guarantee img{
	width: auto;
	}
.guarantee_contents img{
	max-width: 256px;
	margin: 0 auto;
}
.guarantee_contents{
	width: 85%;
	margin: 0 auto;
	max-width: 280px;
	display: flex;
	flex-direction: column;
	color: #0F5E12;
	font-size: 17px;
}
.guarantee_contents p:first-of-type{
	margin-top: 39px;
}
.guarantee_contents p a{
	padding-top: 20px;
}
.guarantee .guarantee_contents_bac{
	width: 80%;
	margin: 0 auto 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #0F5E12;
	box-sizing: border-box;
	padding-top: 20px;
	height: 480px;
}
.guarantee_heading{
	max-width: 363px;
	margin: 0 auto 30px;
}
.guarantee_rink{
	margin-top: 20px;
	font-weight: bold;
	width: 136px;
	border-bottom: 1px solid #0F5E12;
}
.guarantee_rink{
	margin-top: 20px;
	font-weight: bold;
	width: 136px;
	border-bottom: 1px solid #0F5E12;
}
/*フッター上テーブル開始*/
.footer_up_tebl_contents{
	width: 95%;
	max-width: 1140px;
	padding-bottom: 260px;
	margin: 80px auto 0;
	flex-direction: column;
}
table{
	text-align: center;
	margin-top: 60px;
}
.original_footer{
	margin-top: -160px;
}
table th{
	background-color: #9BCE9D;
	width: 25%;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px;
	vertical-align: middle;
	padding: 10px;
	font-size: 16px;
}
.table_border_th{
	border-top: 1px solid #FFFFFF;
}
table td{
	width: 35%;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 10px;
	border-left: 0px;
	border-right: 1px solid #CCDFCC;
	border-bottom: 1px solid #CCDFCC;
	border-top: 0px;
	font-size: 14px;
}
table .table_border{
	border-top: 1px solid #CCDFCC;
}
table td p{
	font-size: 13px;	
}
table td p:nth-of-type(2){
	font-size: 12px;
}
table tr:first-of-type{
	font-weight: bold;
	font-size: 18px;
}

.footer_up_tebl_contents img{
	max-width: 300px;
	margin: 0 auto;
}
	table td p br{
		display: none;
	}
.message_owner_banner{
	width: 95%;
	margin: 0 auto;
}
/*不動産か者様へimage開始*/
.company_message_img_pc{
	display: none;
}
.company_message_img_sp{
	display: block;
}
@media screen and (min-width:600px){
	/*ipad領域*/
	/*header*/
	.header{
		height: 80px;
	}
	/*ipadメイン画像開始*/
	.top_main_sp{
	height: 60vh;
}
	.top_main_sp p {
	width: 65%;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
}
	/*メイン下ナビゲーション開始*/
    .ma_s_n_k a{
	width: 50%;
	
}
	/*保証サービス内容開始*/

.hos_sv p img{
	width: 55%;
	margin-left: 4%;
   }
/*ポイント開始*/
/*ポイント白開始*/

	.poi_siro p{
	padding-bottom: 20px;	
	}
/*ポイント青開始*/
	.poi_ao p{
	margin: -44px auto 0 auto;
}

/*ポイントｈ１開始*/
.poi_h1{
	text-align: center;
	margin: 80px;
	font-size: 3em;
	font-weight: bold;
	color: #0F5E12;
}
/*ナビゲーション開始*/
	.navigation a{
		width: 16.65%;
		height: 100%;
	}
	.navigation {
		height: 50px;
	}
	.header{
		margin-top: 60px;
	}
}
#house_down_white_ori{
	padding-top: 20px;
	margin-top: -20px;
}
#message_owner_banner{
    padding-top: 60px;
    margin-top: -60px;
}
#footer_up_tebl_contents{
	padding-top: 100px;
	margin-top: -20px;
}
@media screen and (min-width:800px){
	.top_main_sp{
	height: 75vh;
}
	/*メイン下ナビゲーション開始*/
    .ma_s_n_k a{
	width: 49%;
}
	.ma_s_n_k{
	width: 80%;
	margin: 0 auto;

	}
	.mani_sita_nav_up a {
		width: 50%;
	}
	.mani_sita_nav_dun {
		padding-bottom: 25px;
	}
	.main_sita_nav{
	width: 100%;
	padding-top: 110px;
	height: 50vh;
	background-image: url(../../images/main_s_hai.jpg);	
	background-position: top center;
	background-size:cover;
	background-repeat: no-repeat;
	}
	/*保証サービス内容開始*/
	.hos_sv ul li{
	width: 49%;
}
	.hos_sv p img{
	width: 43%;
	margin-left: 4.5%;
}
/*ポイント開始*/
/*ポイント白開始*/
	.poi{
	margin-top: 20px;
	}
	.poi_siro {
	width: 80%;
	margin: 0 auto;
	}
/*ポイント青開始*/	
.poi_ao p{
	width: 40%;
	margin: -45px auto 0 auto;
}
.poi_ao ul{
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.poi_ao ul li{
	width: 40%;
	margin: 50px auto 50px auto;
}
/*footer開始*/
.footer{
	background-image: url(../../images/foo_hai_up.png);
	    background-size: 100%;
	}

/*footer会社概要開始*/
.foo_kai{
	width: 80%;
}
.foo_kai h1{
	width:30%; 
}
/*footer提携会社*/
	.foo_tei h2{
		width: 70%;
	}
/*footer下*/
	.foo_sita ul{
	width: 80%;
	margin: 50px auto 0 auto;
}
/*originalメイン画像下開始*/
	.original_resident dl dd{
	width: 70%;
	margin: 20px auto 0;
}
/*オリジナルページ選ばれる理由開始*/
.reason_selection{
	width: 85%;
	margin: 0 auto;
}
.reason_selection div{
	margin: 60px 0 40px;
}
.reason_selection div dl{}
.reason_selection dt{
	text-align: center;
	margin-top: 20px;
}
.reason_selection dt img{
	width: 95%;
}
.reason_selection dd{
	margin-top: 25px;
	color: #003B83;	
}
.reason_selection div p{
	color: #003B83;
	font-weight: bold;
	font-size: 25px;
}
/*オリジナルページ選ばれる理由開始*/

.reason_selection div{
	width: 100%;
    max-width: 1056px;
}
.reason_selection div dl{
	display: flex;
    justify-content: space-between;
}
.reason_selection dt{
	text-align: center;
	margin-top: 20px;
}
	.reason_selection dd{
		padding-left: 20px;
		text-align: left;
		font-size: 20px;
	    max-width: 747px;
	}
.reason_selection dt img{
	width: 272px;
}
	.reason_heading{
		width:759px; 
	}
/*安心サポート開始*/
	.guarantee{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.guarantee .guarantee_contents_bac {
		width: 40%;
	max-width: 350px;
	}
/*不動産か者様へimage開始*/
.company_message_img_pc{
	display: block;
}
.company_message_img_sp{
	display: none;
}
}
@media screen and (min-width:1000px){
	/*PC領域*/
	/*header開始*/
    .header{
	width: 50%;
	height: 50px;
	margin-bottom: 20px
}
    .header p{
	width: 30%;
}
	.header p:last-child{
		width: 25%;
	}
    .header p img{
	width: 100%;
}

	/*メイン画像*/
		.top_main_sp{
	height: 52vh;
	background-image: url(../../images/main_pc_hai.jpg);
}
	.top_main_sp p {
		width: 45%;
		padding-top: 100px;
		padding-right: 190px;
	}
	/*メイン下ナビゲーション開始*/
	.main_sita_nav{
	width: 100%;
	margin-top: -50px;
	padding-top: 160px;
	padding-bottom: 35%;
	height: 66vh;
	background-image: url(../../images/main_s_hai.jpg);	
	background-position: top center;
	background-size:cover;
	background-repeat: no-repeat;
	}
    .ma_s_n_k a{
	width: 49%;
}
	.ma_s_n_k{
	width: 80%;
	margin: 0 auto;

	}
	.mani_sita_nav_up a {
		width: 49%;	
		filter: drop-shadow(5px 5px 6px #a9a9a9);
	}
	.mani_sita_nav_dun {
		margin-top: 10px;
		padding-bottom: 50px;
	}
	.mani_sita_nav_dun a{
		width: 24%;	
		filter: drop-shadow(5px 5px 7px #a9a9a9);
	}

/*家賃保証説明開始*/
.hos_setu_siro{
	width: 85%!important;
	margin-top: 40px;
}
	.hos_setu_siro dl dt{
		width: 80%;
		margin: 0 auto;
	}
.hos_setu_siro .hos_setu_zu{
	width: 80%;
	margin-top: 20px;
	margin-bottom: 50px;
	}
	/*保証サービス内容開始*/
	.hos_sv{
	background-image: url(../../images/naiyou_hai_sp.jpg);		
	}
	.hos_sv ul li{
	width: 48%;
	margin-bottom: 20px;
}
	.hos_sv p img{
	width: 33%;
	margin-left: 40px;
}
	/*保証サービス内容開始*/
	.hos_sv ul li{
	width: 49%;
}
	.hos_sv p img{
	width: 43%;
	margin-left: 4%;
	}
/*ポイント開始*/
/*ポイント白開始*/
	.poi{
	background-image: url(../../images/poi_siro_hai.jpg);	
	}
	.poi_siro {
	width: 80%;
	margin: 0 auto;
	}
	.poi_siro ul li{
		width: 32%;
	}
	.poi_siro ul li:nth-child(4){
		margin-left:  17%;
	}
	.poi_siro ul li:nth-child(5){
		margin-right:  17%;
	}

/*footer会社概要開始*/
.foo_kai{
	width: 70%;
}
.foo_kai h1{
	width:20%; 
}
.foo_kai ul li{
	line-height: 2.2em;	
	}
.foo_kai ul li br{
	display: none;
}
/*footer会社提携開始*/

.foo_tei h2{
	width: 50%;
}
.foo_tei .foo_tei_ul li{
	width: 21%;
}
.foo_tei p {
	width: 35%;
	margin-top: 60px;
}
/*footer下開始*/
	.foo_sita{
	background-image: url("../../images/footer_sit_hai.jpg");
	}
.foo_sita ul{
	width: 65%;
	margin: 50px auto 0 auto;
}
.foo_sita div{
	bottom: 5%;
}
.foo_sita div p {
	text-align: center;
}
/*リンク飛び開始*/
	html {
  scroll-padding-top: 2vh; /* 固定ヘッダの高さ分 */
}
		/*オリジナルページメイン画像下項目開始*/
.original_resident{
	width: 100%;
	height: auto;
	padding-top: 14px;
	color: #0F5E12;
}
	.original_resident div{
	width: 75%;
	margin: 30px auto 0;
	display: flex;
	flex-direction: row;
	}
	.original_resident_up dl{
		width: 850px;
		margin-left: 52px;
	}
	.original_resident dl dt{
		font-size: 40px;
	}
	.original_resident dl dd{
		font-size: 20px;
		width: 100%;
	}
	.original_resident_down{
		flex-direction: row-reverse!important;
	}
	.original_resident_down dl{
		margin-right: 52px;
	}
	.original_resident_up img{
		max-height: 260px;
	}
	.original_resident_down img{
		max-height: 310px;
	}
	/*1000px微調整追加開始*/
	.hos_setu_siro  {
		width: 100%;
		max-width: 1350px;
	}
/*オリジナルページmessageオーナー様開始*/
	#message_owner_white{
	width: 1350px;
	margin-top: 120px;
    padding-top: 1px;
	}
	.hos_setu_siro .message_owner_dl {
	padding-top: 0px;
	}
	#message_owner_white dd{
	font-size: 20px;
	line-height: 2.2em;
	}
	#message_owner_white dd:first-of-type{
	margin: 30px 0 10px;		
	}
	#message_owner_white dl dd strong{
	font-size: 30px;
	}
	#message_owner_white dl dt{
	margin: 0;
}
/*オリジナルページ選ばれる理由開始*/

.reason_selection {
	width: 65%;
	margin: 0 auto;
}
/*	footer上開始*/
	.footer_up_contents {
    width: 100%;
    background-image: url(../../item/footer_up_bacimg.jpg);
    background-position: center 0;
    background-size: auto;
    padding-top: 70px;
	margin-top: 120px;
}
/*安心サポート開始*/
	.guarantee{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.guarantee .guarantee_contents_bac {
	width: 40%;
	max-width: 350px;
	margin-top: 60px;
	}
}
@media screen and (min-width:1200px){
	/*header開始*/
	    .header{
	width: 50%;
	height: 60px;
	margin-bottom: 20px
}
		.top_main_sp{
	height: 70vh;
}
	/*メイン下ナビゲーション開始*/
	.main_sita_nav{
	height: 70vh;
	}
			.ma_s_n_k{
	width: 65%;
	margin: 0 auto;
	}
	.ma_s_n_k a{
		margin: 10px;
	}
	/*家賃保証説明開始*/
	.hos_setu_siro{
	width: 75%!important;
}
	.hos_setu_siro dl dt {
		width: 70%;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	/*保証サービス内容開始*/
	.hos_sv ul{
	width: 60%;
	}
	.hos_sv ul li{
	width: 48%;
	margin-bottom: 20px;
}
	.hos_sv p img{
	width: 25%;
    margin-left: 19.5%;
}
/*ポイント開始*/
/*ポイント白開始*/
	.poi_siro {
	width: 60%;
	}
	.poi_siro p{
		width: 75%;
	}
	.poi_siro ul li{
		width: 29%;
	}
	.poi_siro ul li:nth-child(4){
		margin-left:  17%;
		margin-top: 40px;
	}
	.poi_siro ul li:nth-child(5){
		margin-top: 40px;
		margin-right:  17%;
	}
/*ポイント青開始*/	
.poi_ao{
		width: 65%;
	margin: 150px auto 0 auto;
	}
.poi_ao p{
	width: 40%;
	margin: -40px auto 0 auto;
}
.poi_ao ul{
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.poi_ao ul li{
	width: 40%;
	margin: 50px auto 50px auto;
}
/*footer会社概要開始*/
.foo_kai{
	width: 65%;
	margin-top: 50px;
}
.foo_kai h1{
	width:18%; 
}
/*オリジナルページ1200開始*/
/*オリジナルページメイン画像*/
.original_main_img{
	background-image: url(../../item/original_main_img.jpg);
	height: 396px;
    background-position: 0 0;
}
			/*オリジナルページメイン画像下項目開始*/
#original_resident {
	background-image: url(../../item/original_main_down_img.jpg);	
	background-position: top 0 left center;
	background-size: 100%;
	}
/*フッター上テーブル開始*/
.footer_up_tebl_contents{
	width: 95%;
	max-width: 1140px;
	padding-bottom: 260px;
	margin: 80px auto 0;
	flex-direction: column;
}

table th{
	background-color: #9BCE9D;
	width: 240px;
	padding: 10px;
	font-size: 20px;
}
table td{
	width: 450px;
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 18px;
}
table td p:first-of-type{
	margin-top: 10px;
}
	table td p br{
		display: block;
	}
}
@media screen and (min-width:1700px){
	.header{
		height: 80px;
	}
		.top_main_sp {
			height: 80vh;
	}

	/*メイン下ナビゲーション開始*/
	.main_sita_nav{
	height: 75vh;
	}
			.ma_s_n_k{
	width: 60%;
	margin: 0 auto;
	}
	.ma_s_n_k a{
		margin: 30px;
	}
	/*家賃保証説明開始*/
	.hos_setu_siro{
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.hos_setu_siro dl dt {
		width: 50%;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.hos_setu_zu{
		width: 50%!important;
		padding-top: 50px;
	}
	/*保証サービス内容開始*/
	.hos_sv ul{
	width: 55%;
	}
	.hos_sv ul li{
	width: 44%;
	margin-bottom: 10px;
}
	.hos_sv p img{
	width: 22%;
    margin-left: 22%;
}
/*ポイントｈ１開始*/
.poi_h1{
	text-align: center;
	margin: 80px 80px 60px 80px;
	font-size: 3em;
	font-weight: bold;
	color: #0F5E12;
}
/*ポイント青開始*/	
.poi_ao{
		width: 65%;
	margin-top: 250px;
	}
.poi_ao p{
	width: 40%;
	margin-top: -53px;
}
	.poi_ao ul li{
	width: 40%;
	margin: 60px auto 60px auto;
}
.foo_kai h1{
	width:16%; 
}

	}
	/*footer会社概要開始*/

.header h1,h2{
	display: none;
	}