@charset "utf-8";
/* CSS Document */
#switchflat {
	display: none;
}

#flatgreen #swichbutton{
	margin:20px;
	padding-bottom:15px;
}

#flatgreen #switchflat #point ul li {
	text-indent: -1em;
	padding-left: 1em;
	list-style:none;
}


#flatgreen ul.navi_link {
	display: flex;
	justify-content: space-around;
}


#flatgreen .navi_link li {
	width: 45%;
	border: 2px solid #16130c;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	background: #ffffff;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

#flatgreen .tabcontents h2 {
	background: #F8F4E7;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}


#flatgreen .link_tit {
	font-weight: bold;
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.2;
}

#flatgreen .navi_link li:hover,
#flatgreen .navi_link li.select {
	background: #e3f0d8;
}

#flatgreen .navi_link li:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 4px solid #231815;
	border-right: 4px solid #231815;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

@media screen and (max-width: 640px) {
#flatgreen .tabcontents h2 {
	font-size: 1.2rem;
}

#flatgreen #swichbutton{
	margin:5px;
}


div#swichbutton section {
	width:93.7% !important;
}
#flatgreen ul.navi_link {
	display: block;
}

#flatgreen .navi_link li{
	width:90%;
	margin:5px 0;
}

#flatgreen .link_tit {
	font-size: 0.8rem;
}
}

