@charset "utf-8";



/*--------------------------------------------------
  Common
--------------------------------------------------*/

.nav_wrap {
    background: #fff;
}

@media screen and (max-width:799px) {
	/*SP-Tablet*/

}
@media screen and (max-width:479px) {
	/*SP*/

}

/*--------------------------------------------------
  Top Title
--------------------------------------------------*/

#top_title{
	background:#94E59E;
}

@media screen and (max-width:799px) {
	/*SP-Tablet*/

}

@media screen and (max-width:479px) {
	/*SP*/

}


/*--------------------------------------------------
  contact
--------------------------------------------------*/
#contact_content{
	padding:4rem 0;
	font-size: 1rem;
	text-align:center;
}
#contact_content a{
	color:#0062FF;
	text-decoration:underline;
}
#contact_content h4{
	margin-bottom:2rem;
	font-size:1rem;
}
#contact_content .text {
	margin-bottom:3rem;
	line-height:2;
	font-weight: bold;
}
#contact_content .btn_qanda {
	text-align:center;
	margin-bottom:2rem;
}
#contact_content .btn_qanda a{
	padding: 1.5rem 4rem;
	background: #00A213;
	font-size: 1rem;
	color: #fff;
	border-radius: 3rem;
	display: inline-block;
	line-height: 1;
	font-weight: bold;
	text-decoration:none;
	transition:0.3s;
}
#contact_content .btn_qanda a:hover{
	opacity:0.8;
}
#contact_content .mail{
	margin-bottom:5rem;
}
#contact_content .mail a{
	font-weight: bold;
	font-size:1.254rem;
	margin-bottom:2rem;
}
#contact_content .note{
	background-color: #F4F4F4;
	padding: 2rem 3rem;
	font-size: 0.75rem;
	text-align: left;
	line-height:1.5;
}
#contact_content .note a{
	font-weight: bold;
}

@media screen and (max-width:799px) {
	/*SP-Tablet*/

}

@media screen and (max-width:479px) {
	/*SP*/
	#contact_content .text {
		text-align:left;
	}
	#contact_content .note {
		padding: 1.5rem;
	}
}
