@charset "UTF-8";




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

	
	
/*********** 共通・背景 *************/

.position-bg {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}
	
.cap-wrap li {
	width: 100%;
}
	

/*********** ↑共通・背景 *************/
	


	
	
.position_01-wrap {
	margin-top: 20px;
}

.position_01-wrap .cap-cover {
	right: 0;
	bottom: 32px;
}

.position_01-cap {
	font-size: 1.0rem;
	text-align: justify;
	margin-right: 0;
	margin-top: 10px;
}
	
	
	
	
/*********** jiyugaoka *************/

.jiyugaoka_01-wrap {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto;
	margin-top: 20px;
	padding: 0 4%;
}

.jiyugaoka_01-wrap li:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.jiyugaoka_01-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.jiyugaoka_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

/*********** ↑jiyugaoka *************/


	
	
	
	
/*********** futako *************/

.futako_01-wrap {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto;
	margin-top: 20px;
	padding: 0 4%;
}

.futako_01-wrap li:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.futako_01-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.futako_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}


/*********** ↑futako *************/

	
	

	
	
	
/*********** central *************/

.central_01-wrap {
	margin-top: 20px;
	padding: 0 4%;
}

.central_01-wrap li {
	width: 100%;
}

.central_01-wrap .txt {
	font-size: 1.7rem;
	font-weight: 500;
	top: 5px;
	left: 20px;
}

/*********** ↑central *************/

	
	
	
	
/*********** redevelopment *************/

.redevelopment_01-wrap {
	margin-top: 10px;
}

.redevelopment_01-wrap li {
	width: 100%;
	margin-top: 20px;
}

.redevelopment_03-wrap {
	margin-top: 30px;
}
	
.redevelopment_04-wrap {
	margin-top: 40px;
}

/*********** ↑redevelopment *************/


	
	
	
	
/*********** government *************/

.government_01-wrap {
	margin-top: 30px;
}

.government_01-wrap li:nth-child(1) {
	width: 100%;
}

.government_01-wrap li:nth-child(2) {
	width: 100%;
	margin-top: 20px;
}

.government_box-wrap {
	margin-top: 0;
}

.government_box-wrap li {
	width: 100%;
	margin-top: 20px;
}

.government_box-wrap .ttl {
	font-size: 1.7rem;
	text-align: center;
	min-height: auto;
	padding-bottom: 10px;
}

.government_box-wrap .txt {
	font-size: 1.4rem;
	margin-top: 10px;
}


/*********** ↑government *************/


	
	
	
	
	
	
	
	
	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.position_01-wrap .scroll-box div img {
  min-width: 700px;
}
	
.redevelopment_03-wrap .scroll-box div img {
  min-width: 800px;
}
	

	
	
	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
		
	
	
	
	
	
	
	
	

	
	
	
}








