@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}


.bg_top {
	padding: 30px;
	background-color: #1CC569;
	color: #FFFFFF;
}

.bg_top h2:after {
	height: 0;
}

.bg_top h2 {
	margin-bottom: 1em;	
}

.top3ConBnr {
	display: flex;
	align-items: center;
	text-align: center;
	line-height: normal;
	padding: 0.4em 1em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	background-color: #0EAD57;
	font-size: 1.05em;
	margin-bottom: 0.5em;
}

.top3ConBnr a {
	display:block;
	width:100%;
	box-sizing: border-box;
	text-decoration:none;
	color:#FFF;
}


.top3ConBnr:hover {
	transform: scale(1.04);
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
	
#top3ConWrap {
	padding:6% 3%;
}

.top3ConBnr {
	padding:0.3em 0.5em;
	font-size:0.95em;	
}

}

@media screen and (max-width: 600px) {
	
.top3ConBnr {
	font-size:1em;	
}

}


.f-wrap_RE01{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.f-wrap_RE01 > div{
  width: 24%;
  display: flex;
  flex-direction: column;
}

.f-wrap_RE01 > div > p:first-child{
	text-align: center;
	color: #1CC569;
	font-size: 1.25em;
	line-height: 1;
	height: 1.75em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-wrap_RE01 > div > div{
	background-color: #EAFFE8;
	padding: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-content: center;
	border-radius: 6px;
}

.top_request .headContact{
	width: 50%;
}
.top_request .headContact a{
	font-size: 1.5em ;
	margin: 0;
}

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

.f-wrap_RE01{
  display: block;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.f-wrap_RE01 > div{
  width: 100%;
  margin-bottom: 20px;
}
.f-wrap_RE01 div:last-child{
  margin-bottom: 5px;
}
.top_request .headContact{
	width: 100%;
}
.top_request .headContact a{
	font-size: 100% ;
}
}

