@charset "utf-8";
/* CSS Document */
.inner {
	width:100%;
	margin:auto;
}
.bread_crumbs {
	width:100%;
	max-width:1148px;
	margin:0 auto 30px;
	font-size:14px;
	padding-left:1.5em;
	padding-right:1.5em;
}
.d_plan .bread_crumbs {
	margin:0 auto 0;
}
section.under {
	
}
h1.page_hdline {
	text-align:center;
	font-weight:bold;
}


/*新規申請・変更申請*/
.apply_bx {
	width:100%;
	margin-bottom:30px;
}
h4.nmb::before {
	content: initial;
    display:  initial;
    margin-right:  initial;
    background-image:  initial;
}
h4.nmb {
	border-bottom: solid 2px #E6E2D4;
	margin-bottom:20px;
}
.reference_mc {
	padding-left: 1.25em;
	text-indent: -1.25em;
	font-size: 95%;
	line-height: 1.4;
	display: block;
}
.circle-numbers {
	padding: 0 1em;
}
.circle-numbers li {
	list-style-type: "\2460";
	padding-left: 0.25em;
	margin-bottom:0.5em;
}
.circle-numbers li:nth-child(n+2) {
	list-style-type: "\2461"; 
}
.circle-numbers li:nth-child(n+3) {
	list-style-type: "\2462"; 
}
.circle-numbers li:nth-child(n+4) {
	list-style-type: "\2463"; 
}
.circle-numbers li:nth-child(n+5) {
	list-style-type: "\2464"; 
}
.circle-numbers li:nth-child(n+6) {
	list-style-type: "\2465"; 
}
.circle-numbers li:nth-child(n+7) {
	list-style-type: "\2466"; 
}
.circle-numbers li:nth-child(n+8) {
	list-style-type: "\2467"; 
}
.circle-numbers li:nth-child(n+9) {
	list-style-type: "\2468"; 
}
.circle-numbers li:nth-child(n+10) {
	list-style-type: "\2469"; 
}
/* Q&A */
.qa_box {
	margin:auto;
}
.qa_box .cp_actab {
	position: relative;
	width: 100%;
	margin: 0 0 1em 0;
	border-radius: 0.5em;
	border: solid 1px #E6E2D4;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(12, 28, 32, 0.3));
	        filter: drop-shadow(1px 1px 1px rgba(12, 28, 32, 0.3));
}
.cp_actab-content {
	display: none;
}
/* 質問 */
.cp_actab-label {
	font-weight: bold;
	line-height: 20px;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 20px 2em 20px 2em;
	cursor: pointer;
	border-radius: 0.5em;
	background:#fff;
	min-height: 60px;
	will-change: filter;
}
.cp_actab-label.active {
	border-radius: 0.5em 0.5em 0 0;
}
/*.qa_box .cp_actab label:hover {
	border: solid 1px #F37615;
}*/
.cp_actab-label span {
	display:block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/* --質問の＋アイコン */
.cp_actab-label::after {
	position: absolute;
	top: 20px;
	right: 1em;
	content: '';
	font-size: 1.7em;
	font-weight:normal;
	line-height: 2em;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image:url(../img/guest/qa_open.svg);
	background-repeat:no-repeat;
	background-size: contain;
	text-align:center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
/* 答え */
.cp_actab-content {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 0.5em 0.5em;
	/*-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;*/
	transition: transform .2s;
	padding:0 2em;
	background:#fff;
}
.cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
.cp_actab-label.active::after {
	color: #000;
	border-radius: 0.5em 0.5em 0 0;
	background-image:url(../img/guest/qa_close.svg);
}







/*ページャー並び*/
.pager_box {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.pager_box .pager_item1, .pager_box .pager_item3 {
	display: grid;
}
.pager_box .pager_item1 {
	place-items: center;
}
.pager_box .pager_item1 p span {
	display:inline-block;
	font-weight:bold;
	font-size:22px;
}
.pager_box .pager_item3 {
	justify-content: end;
	place-items: center;
}



/*安否確認*/
ul.icon_spt {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.icon_spt li {
	width: fit-content;
	display: flex;
	margin-right:1em;
}
.icon_spt li span {
	display:inline-block;
	margin-right:5px;
}


/* 計画リスト囲み */
.pg_R2_org {
	border-top:solid 1px #E6E2D4;
	border-left:solid 1px #E6E2D4;
	border-right:solid 1px #E6E2D4;
	background:#FDECC9;
	margin:0 auto;
	width:100%;
	position:relative;
}
.pg_R2_wht {
	border-bottom:solid 1px #E6E2D4;
	border-left:solid 1px #E6E2D4;
	border-right:solid 1px #E6E2D4;
	background:#fff;
	width:100%;
}
/* タイトル */
.pg_R2_org h2 {
	font-weight:bold;
}
.detail .pg_R2_org h2 span {
	display:block;
	font-size:16px;
	line-height:1.6;
}
/* 計画ID等 */
.pg_R2_org .code_wrap{
	position:absolute;
	text-align:right;
}
.pg_R2_org .code_wrap span{
	color:#666;
	line-height:1.5;
}

/*基本情報と写真*/
.pg_R2_wht .list_flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	width:calc(100% - 4em );
	margin:0 auto 1.5em;
	position:relative;
}
.list_flex .photo {
	position:relative;
}

.icon_new{
	position:absolute;
	left:0;
	top:0.7em;
	width:50px;
}
/*建物ごとの写真幅*/
.build .list_flex .photo {
	width:44.5%;
	margin-right:4%;
	display: grid;
	place-content: center;
	place-items: center;
	align-content: start;
	max-height:410px;
}
.build .list_flex .photo img {
	max-height:410px;
}
/*建物ごとの基本情報幅*/
.build .list_flex .basic_info {
	width:51.5%;
}
/*部屋ごとの写真幅*/
.room .list_flex .photo {
	min-height:120px;
	max-height:410px;
	overflow:hidden;
	display: grid;
	place-content: center;
	place-items: center;
	align-content: start;
}
.room .list_flex .photo img.lazy {
	max-height:410px;
}
.basic_info table {
	width:100%;
	line-height:1.4;
}
.basic_info table th {
	width:30%;
	text-align:left;
}

.basic_info table td {
	text-align:left;
}
.basic_info table th, .basic_info table td {
	background: #F2F2F2;
	display:table-cell;
}
.basic_info table tr:nth-child(even) th,
.basic_info table tr:nth-child(even) td {
	background: #fff;
}
.icon_spt_inline {
	display: block;
	width:auto;
}
.icon_spt_inline span {
	display:inline-block;
	margin-right:5px;
	width:26px;
}
.icon_spt_inline p {
	width: fit-content;
	line-height:26px;
	display:block;
	width:100%;
}

/* 基本情報の問い合わせ先 */
.movein {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	line-height:1.4;
}

.build_repeat_box {
	border-top:solid 1px #E6E2D4;
	width:100%;
}
.build_repeat > li {
	border-bottom:solid 1px #E6E2D4;
	padding:1.5em 0;
}
.build_repeat_box.hide .build_repeat > li:nth-child(n+6) {
  display: none;
}
.build_repeat_btn {
	padding-top:1em;
}
.build_repeat_btn p.gdbb {
	cursor: pointer;
}
.build_repeat_btn p.gdbb.hide {
	opacity: 0;
    height: 0;
    margin: 0;
}
/*開閉ボタンもっと見る*/

.gdbb span {
	position:relative;
	width: fit-content;
	margin: auto;
	display: block;
	padding-right:30px;
	color:#F27614
}
.gdbb span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F27614;
  transition: background-color 1s;
}
.gdbb.under span::after {
	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(135deg);
  right: 10px;
}
.gdbb.above span::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 1px;
	transform: rotate(-45deg);
	right: 10px;
	top:1px;
}



/*建物一覧*/
.build_repeat ul {
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.build_repeat ul > li:first-child {
	display:grid;
	place-items: center;
}
.build_repeat ul > li:first-child img {
	max-width:100%;
}
/*.build_repeat ul li:nth-child(2) {
	width:calc(100% - 305px);
	padding:0 1em;
}*/
.build_repeat ul > li:last-child  {
	display:grid;
	place-items: center;
}
.room_base {
	margin-bottom:1em;
}
.build_repeat ul > li span, .room_base span {
	display:inline-block;
	margin-right:1em;
	margin-bottom:0.2em;
}
.build_repeat ul > li span.gray_bg, .room_base span.gray_bg {
	background:#f2f2f2;
}



/*詳細*/

.detail_box {
	width:100%;
	position:relative;
}

/*詳細ページナビ*/
.page_nav_wrap{
	width:100%;
	position:relative;
}
#page_nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 1em;
	border:solid 2px #F27614;
	padding:0.2em 0;
	background-color:#fff;
}

#page_nav li a {
	text-decoration: none;
	color:#F27614;
	display: grid;
	place-items: center;
	width:100%;
	
	background-image: url(../img/guest/under2.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 20px auto;
}
#page_nav li a span {
	font-weight:bold;
}
/*固定表示時*/
#page_nav.posfix{
	position:fixed;
	top:0;
	max-width: 1035px;
	z-index:20;
	margin:0 auto;
	left: 0;
    right: 0;
}

#apart_info {
	width: 100%;
	position: relative;
	padding:0;
}
.other_info_txt {
	margin-bottom:3em;
}
.cont_box {
	width: 100%;
	position: relative;
}

.red{
	color:#900;
}
.bold {
	font-weight:bold;
}
/*住宅の地図*/
.apart_map iframe{
	width: 100%;
	height: auto;
  	aspect-ratio: 21/9;
}


/* リンクのアイコンファイル別 */
.opn_ico a:before {
	display:inline-block; 
	vertical-align: middle;
	content:'';
	width:1em;
	height: 1em;
	margin-right: 0.5em;
	background-size: contain;
	background-repeat:no-repeat;
}
.opn_ico.pdf a:before {
	background-image:url(../img/guest/icon_pdf_red.svg);
}
.opn_ico.site a:before {
	background-image:url(../img/guest/icon_win.svg);
}
.opn_ico.doc a:before {
	background-image:url(../img/guest/icon_doc.svg);
}
.opn_ico.xls a:before {
	background-image:url(../img/guest/icon_xls.svg);
}
.opn_ico a.noicon:before {
	width:0.1em;
	background-image:none;
}
a.noicon {
  text-decoration: underline;
  color: #000;
}
a.noicon:hover {
	text-decoration:none;
}

/*制度について知る*/
.sys_sn {
	width: 100%;
}
.sys_sn > div {
	display:block;
	border-radius: 0.5em;
}
.sn_bx1, .sn_bx2 {
	margin-bottom:1.5em;
}
.sn_bx1 {
	border:solid 2px #137CB0;
}
.sn_bx2 {
	border:solid 2px #F37615;
}
.sn_bx3 {
	width:100%;
	border:solid 2px #7DA31A;
}
.sn_hd {
	padding: 0.5em 1em;
	border-radius: 0.2em 0.2em 0 0;
}
.sn_hd p {
	font-size:18px;
	color:#fff;
	font-weight:bold;
	display:block;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.sn_bx1 .sn_hd {
	background:#137CB0;
}
.sn_bx2 .sn_hd {
	background:#F37615;
}
.sn_bx3 .sn_hd {
	background:#7DA31A;
}
.sn_art {
	width:100%;
	padding:0.5em 1em 1em;
}
.sys_sn ul.list02 > li {
	margin-bottom:1.2em;
}
.sn_bld {
	font-weight:bold;
	font-size:17px;
}
.sn_art_inr {
	padding:0.5em;
	background:#efefef;
}
.sn_art_inr2 {
	padding-left: 1.25em;
	text-indent: -1.25em;
	font-size: 100%;
	padding-top:0.5em;
}
.sys_sn .reference_mc {
	font-size:90%;
	margin-bottom:0.4em;
}
.sn_bx3_lyout {
	width: 100%;
}


.sys_sp {
	width: 100%;
}
.sys_sp .reference_mc,
.sys_sp2 .reference_mc {
	font-size:80%;
	margin-bottom:0.4em;
}

@media screen and (min-width: 769px) {
	/*PC*/

	h1.page_hdline {
		font-size:38px;
		margin-bottom:50px;
	}
	
	/* 住宅一覧 */
	/*検索条件*/
	.condition_box {
		width:100%;
		display: flex;
		flex-wrap: wrap;
		border-radius: 1em;
		filter: drop-shadow(1px 1px 3px rgba(12, 28, 32, 0.3));
		background:#fff;
		margin-bottom:20px;
	}
	.condition_box > div:first-child, .condition_box > div:last-child {
		display: grid;
		place-items: center;
	}
	.condition_box > div:first-child {
		width:190px;
		border-right:solid 1px #E6E2D4;
		font-weight:bold;
	}
	.condition_box > div:last-child {
		width:180px;
	}
	.condition_box > div:nth-child(2) {
		width: calc(100% - 370px);
		padding:1em;
	}
	.condition_box ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.condition_box ul li {
		width: fit-content;
		margin-right:0.5em;
		padding:0.2em 0.4em;
		background:#F2F2F2;
		border-radius: 0.2em;
		margin-bottom:0.4em;
	}

	/*ページャー並び*/
	.pager_box {
		margin-bottom:40px;
	}
	.pager_box .pager_item1 {
		width:180px;
	}
	.pager_box .pager_item3 {
		width:200px;
	}
	.pager_box .pager_item2 {
		width: calc(100% - 380px);
	}
	.pager_box .pager_item2.under {
		margin:auto;
	}
	
	/*安否確認*/
	ul.icon_spt {
		padding:20px 0;
	}
	.d_plan ul.icon_spt {
		padding:10px 0;
	}
	.icon_spt li span {
		width:26px;
		height:26px;
	}
	.icon_spt li p {
		font-size:14px;
		line-height:26px;
	}

	/* 計画リスト囲み */
	.pg_R2_org {
		border-radius: 1em 1em 0 0;
		padding:1em 2em;
	}
	.pg_R2_wht {
		border-radius: 0 0 1em 1em;
		padding:2em 0;
		margin-bottom:40px;
	}
	.room .pg_R2_wht {
		padding-bottom:1em;
	}
	/* タイトル */
	.pg_R2_org h2 {
		font-size:30px;
		width:calc( 100% - 150px );
	}
	.detail .pg_R2_org h2 {
		width:calc( 100% - 260px );
	}
	/* 計画ID等 */
	.pg_R2_org .code_wrap{
		right:1.6em;
		top: 50%;
  		transform: translateY(-50%);
	}
	.detail .pg_R2_org .code_wrap{
		right:170px;
	}
	.pg_R2_org .code_wrap span{
		display:block;
		font-size:11px;
	}
	/*部屋ごとの写真幅*/
	.room .list_flex .photo {
		width:25%;
		margin-right:4%;
	}
	/*.room .list_flex .photo img.lazy {
		max-height:410px;
		width:auto;
	}*/
	/*部屋ごとの基本情報幅*/
	.room .list_flex .basic_info {
		width:71%;
	}
	/*詳細の写真幅*/
	.detail .list_flex .photo {
		width:51.5%;
		margin-right:4%;
	}
	/*詳細の基本情報幅*/
	.detail .list_flex .basic_info {
		width:44.5%;
	}
	/*建物ごとの基本情報幅*/
	.basic_info table {
		margin-bottom:1em;
	}
	.basic_info table th {
		padding:10px 15px;
	}
	.basic_info table td {
		padding:10px 20px 10px 0;
	}
	.room .basic_info table th {
		width:21%;
	}
	.room .icon_spt_inline {
		display:flex;
	}
	.room .icon_spt_inline p {
		display:inline-block;
		width: fit-content;
	}
	/*基本情報の問い合わせ先*/
	.movein li:first-child {
		width:30%;
		border:solid 1px #E6E2D4;
		background:#F2F2F2;
		padding:10px 20px;
		border-radius:0.5em 0 0 0.5em;
	}
	.movein li:last-child {
		width:70%;
		padding:10px 20px;
		border-radius:0 0.5em 0.5em 0;
		border-top:solid 1px #E6E2D4;
		border-right:solid 1px #E6E2D4;
		border-bottom:solid 1px #E6E2D4;
	}
	.room .movein li:first-child {
		width:21%;
	}
	.room .movein li:last-child {
		width:79%;
	}

	/*建物一覧*/
	.build_repeat ul {
		width:calc(100% - 4em);
	}
	.build_repeat ul > li:first-child {
		width:140px;
		padding-right:1em;
	}
	.build_repeat ul > li:first-child img {
		max-height:80px;
	}
	.build_repeat ul li:nth-child(2) {
		width:calc(100% - 305px);
		padding:0 1em;
	}
	.build_repeat ul > li:last-child  {
		width:165px;
	}
	.room_base {
		width:calc(100% - 170px);
	}
	.build_repeat ul > li span, .room_base span {
		padding:0.3em;
	}
	.build_repeat ul > li span.gray_bg, .room_base span.gray_bg {
		margin-right:0.3em;
		padding:0.3em 0.5em;
	}
	.build_repeat ul a.wh_btn.icon.be.right {
		display:block;
	}
	.build_repeat ul a.sp.wh_btn_curcle_right {
		display:none;
	}
	.detail_link {
		display:block;
		width:fit-content;
		margin:auto;
		padding:1em 0 0;
		position:absolute;
		top:0;
		right:0;
	}
	
	/* 詳細印刷ボタン */
	a.print {
		position:absolute;
		display:block;
  		top: 50%;
  		transform: translateY(-50%);
		right:2em;
		width:125px;
		height:50px;
		color:#F27614;
		font-weight:bold;
		background-color:#fff;
		border-radius:5px;
		border: solid 2px #F27614;
		background-image:url(../img/guest/print_off.svg);
		background-position:10px 10px;
		background-size:30px auto;
		background-repeat:no-repeat;
		padding-left:60px;
		line-height:50px;
	}
	a:hover.print {
		background-image:url(../img/guest/print_on.svg);
		background-color:#F27614;
		color:#fff;
	}

	/*詳細*/
	
	.detail_box {
		padding:0 2em;
	}
	/*詳細ページナビ*/
	.page_nav_wrap{
		height: 86px;
	}
	#page_nav li {
		width: calc(100% / 5 );
		display: grid;
		place-items: center;
		min-height:76px;
	}
	#page_nav li:not(:first-child){
		border-left:solid 1px #F27614;
	}
	#page_nav li a {
		text-align:center;
		font-size:16px;
		line-height:20px;
		padding:0 10px;
		min-height:76px;
		
		background-image: url(../img/guest/under2.svg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 20px auto;
	}
	#page_nav li a:hover {
		background-color:#F27614;
		color:#fff;
		background-image: url(../img/guest/under2w.svg);
	}
	#page_nav li:first-child a:hover {
		border-radius: 0.5em 0 0 0.5em;
	}
	#page_nav li:last-child a:hover {
		border-radius: 0 0.5em 0.5em 0 ;
	}
	/*固定表示時*/
	#page_nav.posfix{
		width : calc(100% - 7em);
	}
	
	.cont_box {
		padding:3em 2em 0;
	}
	/*住宅の地図*/
	.apart_map iframe{
  		aspect-ratio: 21/9;
	}
	/*お問い合わせ > 国による直接補助 */
	.auxiliary_txt {
		width:100%;
		margin:0 auto 30px;
		padding:0em 2em;
	}
	h5.mb0 {
		margin-bottom:0;
	}
	.auxiliary_txt p {
		margin-bottom:0.4em;
	}
	.auxiliary_txt p span {
		display:inline-block;
		padding-left:2em;
	}
	.auxiliary_txt p span b {
		text-decoration:underline;
	}
	/*サイトマップ*/
	.flex_box {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.flex_box > div {
		width:50%;
		padding-left:2em;
	}
	
	/* 制度について知る */
	.sys_sn {
		display: flex;
		flex-wrap: wrap;
		padding:2em 0 1em;
	}
	.sn_bx1, .sn_bx2 {
		width:48.5%;
	}
	.sn_bx1 {
		margin-right:3%;
	}
/*	.sn_hd p {
		font-size:18px;
		color:#fff;
		font-weight:bold;
		display:block;
		padding-left: 1.25em;
		text-indent: -1.25em;
	}
	.sn_bx1 .sn_hd {
		background:#096;
	}
	.sn_bx2 .sn_hd {
		background:#096;
	}
	.sn_bx3 .sn_hd {
		background:#096;
	}
	.sn_art {
		width:100%;
		padding:0.5em 1em 1em;
	}
	.sys_sn ul.list02 > li {
		margin-bottom:1.2em;
	}
	.sn_bld {
		font-weight:bold;
		font-size:17px;
	}
	.sn_art_inr {
		padding:0.5em;
		background:#efefef;
	}
	.sn_art_inr2 {
		padding-left: 1.25em;
		text-indent: -1.25em;
		font-size: 100%;
		padding-top:0.5em;
	}
	.sys_sn .reference_mc {
		font-size:90%;
		margin-bottom:0.4em;
	}*/
	.sn_bx3_lyout {
		display: flex;
		flex-wrap: wrap;
	}
	.sn_bx3_lyout .list02 {
		width:65%;
	}
	.sn_bx3_lyout_img {
		width:calc(35% - 0.5em);
		padding-left:2em;
	}
	
	.sys_sp {
		display: flex;
		flex-wrap: wrap;
		padding: 2em 0 1em;
		position:relative;
	}
	.sys_sp > div {
		width:31.2%;
		margin-right:3.2%;
		position:relative;
	}
	.sys_sp > div:last-child {
		margin-right:0;
	}
	.sys_sp2 {
		display:block;
		width:100%;
		overflow:hidden;
	}
	.sys_sp2 .reference_mc {
		display:block;
		width:31.2%;
		margin-left:68.8%;
	}
	
	.sys_story1 {
		position:absolute;
		display:block;
		width:40%;
		height:20%;
		background-image:url(../img/guest/system/system06.svg);
		background-repeat:no-repeat;
		background-size: contain;
		top:30%;
		right:-40%;
		z-index:+1;
	}
	.sys_story2 {
		position:absolute;
		display:block;
		width:22%;
		height:10%;
		background-image:url(../img/guest/system/system07.svg);
		background-repeat:no-repeat;
		background-size: contain;
		top:85%;
		left:-22%;
		z-index:+1;
	}

}
@media screen and (min-width: 1148px) {
	.sys_story1 {
		width:130px;
		height:90px;
		top:150px;
		right:-130px;
	}
	.sys_story2 {
		width:80px;
		height:30px;
		top:440px;
		left:-70px;
	}
}


@media screen and (max-width: 768px) {
	/*SP*/
	.bread_crumbs {
		padding-top:4px;
	}
	h1.page_hdline {
		font-size:24px;
		margin-bottom:30px;
	}
	
	/* 住宅一覧 */
	/*検索条件*/
	.condition_box {
		width:100%;
		display: block;
		border-radius: 1em;
		filter: drop-shadow(1px 1px 3px rgba(12, 28, 32, 0.3));
		background:#fff;
		margin-bottom:1em;
	}
	.condition_box > div {
		width:100%;
	}
	.condition_box > div:first-child {
		padding:1em;
		border-bottom :solid 1px #E6E2D4;
		font-weight:bold;
	}
	.condition_box > div:last-child {
		display: grid;
		place-items: center;
		padding:0.6em 1em 1em 1em;
	}
	.condition_box > div:nth-child(2) {
		padding:1em 1em 0 1em;
	}
	.condition_box ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.condition_box ul li {
		width: fit-content;
		margin-right:0.5em;
		padding:0.2em 0.4em;
		background:#F2F2F2;
		border-radius: 0.2em;
		margin-bottom:0.4em;
	}
	
	/*ページャー並び*/
	.pager_box {
		margin-bottom:20px;
	}
	.pager_box .pager_item1 {
		width:50%;
		justify-content: start;
		margin-bottom:20px;
	}
	.pager_box .pager_item3 {
		width:50%;
		margin-bottom:20px;
	}
	.pager_box .pager_item2 {
		order: 3;
		width:100%;
	}
	.pager_box .pager_item2.under {
		padding-left:1em;
		padding-right:1em;
	}
	
	/*安否確認*/
	ul.icon_spt {
		padding:1em 0 0.5em;
	}
	.icon_spt li span {
		width:21px;
		height:21px;
	}
	.icon_spt li p {
		font-size:10px;
		line-height:21px;
	}
	
	
	/* 答え */
	.cp_actab-content {
		padding:0 1em;
	}


	/* 計画リスト囲み */
	.pg_R2_org {
		border-radius: 0.5em 0.5em 0 0;
		padding:1.2em 1em 0.8em;
	}
	.pg_R2_wht {
		border-radius: 0 0 0.5em 0.5em;
		padding:1em 0;
		margin-bottom:20px;
	}
	/* タイトル */
	.pg_R2_org h2 {
		font-size:20px;
	}
	/*.detail .pg_R2_org h2 {
		width:100%;
	}*/
	
	/* 計画ID等 */
	.pg_R2_org .code_wrap{
		right:0.8em;
		top:-0.2em;
		line-height:1.2;
	}
	.pg_R2_org .code_wrap span{
		display: inline-block;
		font-size:9px;
		padding-left:0.2em;
	}









	/*基本情報と写真*/
	.pg_R2_wht .list_flex {
		display: block;
		width: 100%;
		width:calc(100% - 2em );
		margin:0 auto 1.5em;
	}
	.room .list_flex {
		margin-bottom:0;
	}
	/*建物ごとの写真幅*/
	.build .list_flex .photo {
		width:100%;
		margin-right:0;
		margin-bottom:1em;
		min-height: 120px;
	}
	/*部屋ごとの写真幅*/
	.room .list_flex .photo {
		width:100%;
		margin-right:0;
		margin-bottom:1em;
		min-height: 120px;
	}
	/*詳細の写真幅*/
	.detail .list_flex .photo {
		width:100%;
		margin-right:0;
		margin-bottom:1em;
	}
	/*詳細の基本情報幅*/
	.detail .list_flex .basic_info {
		width:100%;
	}
	/*建物ごとの基本情報幅*/
	.build .list_flex .basic_info {
		width:100%;
	}
	.basic_info table {
		margin-bottom:0.5em;
	}
	.basic_info table th {
		padding:8px 10px;
	}
	.basic_info table td {
		padding:8px 10px 8px 0;
	}
	/*.icon_spt_inline {
		display:block;
	}
	.icon_spt_inline span {
		display:inline-block;
	}
	.icon_spt_inline p {
		display:block;
		width:100%;
	}*/
	/*基本情報の問い合わせ先*/
	.movein li:first-child {
		width:100%;
		border:solid 1px #E6E2D4;
		background:#F2F2F2;
		padding:10px 20px;
		border-radius:0.5em 0.5em 0 0 ;
		text-align:center;
	}
	.movein li:first-child br {
		display:none;
	}
	.movein li:last-child {
		width:100%;
		padding:10px 20px;
		border-radius:0 0 0.5em 0.5em ;
		border-left:solid 1px #E6E2D4;
		border-right:solid 1px #E6E2D4;
		border-bottom:solid 1px #E6E2D4;
	}

	/*建物一覧*/
	.build_repeat ul {
		width:calc(100% - 2em);
	}
	.build_repeat ul > li:first-child {
		width:100px;
		padding-right:0.5em;
	}
	.build_repeat ul > li:first-child img {
		max-height:120px;
		width:auto;
	}
	.build_repeat ul li:nth-child(2) {
		width:calc(100% - 130px);
		padding:0 0.5em;
	}
	.build_repeat ul > li:last-child  {
		width:30px;
	}
	.room_base {
		width:100%;
	}
	.build_repeat ul > li span, .room_base span {
		padding:0.1em;
	}
	.build_repeat ul > li span.gray_bg {
		padding:0.1em 0.3em;
		display:block;
		width: fit-content;
		margin-bottom:0;
	}
	.room_base span.gray_bg {
		padding:0.1em 0.3em;
		display:inline-block;
		width: fit-content;
		margin-bottom:0;
	}
	.build_repeat ul a.wh_btn.icon.be.right {
		display:none;
	}
	.detail_link {
		display:block;
		width:fit-content;
		margin:auto;
		padding:1em 0 0;
	}
	
	/* 詳細印刷ボタン */
	a.print {
		display:none;
	}

	/*詳細*/
	
	.detail_box {
		padding:0 0.5em;
	}
/*	.detail_box:has(.posfix) {
		padding:0 0;
	}*/
	/*詳細ページナビ*/
	.page_nav_wrap{
		height: 108px;
	}
	#page_nav {
		padding:0;
	}
	#page_nav li {
		display: grid;
		place-items: center;
		min-height:36px;
	}
	#page_nav li:not(:last-child) {
		width:50%;
		border-bottom:solid 1px #F27614;
	}
	#page_nav li:last-child {
		width:100%;
	}
	#page_nav li:nth-child(even){
		border-left:solid 1px #F27614;
	}	
	#page_nav li a {
		text-align:center;
		font-size:14px;
		font-size: clamp(12px, 3.2vw, 14px);
		line-height:18px;
		padding:0 5px 0 20px;
		min-height:36px;
		
		background-image: url(../img/guest/under2.svg);
		background-repeat: no-repeat;
		background-position: 5px center;
		background-size: 16px auto;
	}
	#page_nav li:nth-child(2) a {
		font-size: clamp(10px, 3.1vw, 14px);
	}
	/*固定表示時*/
	#page_nav.posfix{
		width : calc(100% - 3em);
	}
	.cont_box {
		padding:2em 1em 0;
	}
	
	/*住宅の地図*/
	.apart_map iframe{
  		aspect-ratio: 16/9;
	}
	#apart_info {
	}
	
	/*テーブルデザイン*/
	/* ---------------- ---------------- ---------------- */
	/*アパートインフォの*/
	#apart_info table {
		font-size:14px;
	}
	#apart_info .table1 th {
		width:50%;
		display: table-cell;
		padding:7px 10px;
	}
	#apart_info .table1 td {
		width:50%;
		display: table-cell;
		padding:7px 10px;
	}
	#apart_info .table1.ver2 th {
		width:30%;
	}
	#apart_info .table1.ver2 td {
		width:70%;
	}
	#apart_info .table2 th {
		padding:7px 10px;
	}
	#apart_info .table2 td {
		padding:7px 10px;
	}
	/*#apart_info .table3 th {
		width:16%;
		padding:7px 10px;
	}
	#apart_info .table3 td {
		width:68%;
		padding:7px 10px;
	}*/
	.other_info_txt p {
		font-size:14px;
	}
	
	
	/*お問い合わせ > 国による直接補助 */
	.auxiliary_txt {
		width:100%;
		margin:0 auto 30px;
		padding:0em;
	}
	h5.mb0 {
		margin-bottom:0;
	}
	.auxiliary_txt p {
		margin-bottom:0.4em;
	}
	.auxiliary_txt p span {
		display:inline-block;
		padding-left:2em;
	}
	.auxiliary_txt p span b {
		text-decoration:underline;
	}

	/* 制度について知る */
	.sys_sn {
		padding:1em 0 0;
	}
	.sys_sp {
		padding: 0;
		position:relative;
	}
	.sys_sp > div {
		padding: 1em 0 0;
		width:100%;
		position:relative;
		margin-bottom:1em;
	}
	.sys_sp > div:first-child {
		margin-bottom:19.5vw;
	}
	.sys_sp > div:nth-child(2) {
		margin-bottom:5vw;
	}
	.sn_bx3_lyout_img img {
		padding:0 1em;
	}
	.sys_story1 {
		position:absolute;
		display:block;
		width:38%;
		height:20%;
		background-image:url(../img/guest/system/system08.svg);
		background-repeat:no-repeat;
		background-size: contain;
		background-position:center;
		top:99%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index:+1;
	}
	.sys_story2 {
		position:absolute;
		display:block;
		width:22%;
		height:10%;
		background-image:url(../img/guest/system/system09.svg);
		background-repeat:no-repeat;
		background-size: contain;
		background-position:center;
		top:-5%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index:+1;
	}


}
@media screen and (max-width: 400px) {
	.pager_box .pager_item1 {
		width:100%;
		margin-bottom:0;
	}
	.pager_box .pager_item3 {
		width:100%;
	}
	/*建物一覧*/
	.build_repeat ul > li:first-child {
		width:100%;
		padding-right:0;
		margin-bottom:0.5em;
	}
	.build_repeat ul li:nth-child(2) {
		width:80%;
		width:calc(100% - 30px);
		padding:0 0.5em 0 0;
	}
}
@media screen and (max-width: 376px) {
/* 制度について知る */
	.sys_sn,
	.sn_art_inr, .sn_art_inr2,
	.sys_sp, .sys_sp2 {
		margin-left:-1.5em;
		width: calc(100% + 1.5em);
	}
}
@media screen and (max-width: 360px) {
	/*安否確認*/
	ul.icon_spt {
		padding:4.4vw 0 2.2vw;
	}
	.icon_spt li {
		margin-right: 4.4vw;
	}
	.icon_spt li span {
		width:5.8vw;
		height:5.8vw;
	}
	.icon_spt li p {
		font-size:2.7vw;
		line-height:5.8vw;
	}
}