@charset "UTF-8";
.responsive-pc{
	display: block;
}
.responsive-tb-sp,
.responsive-tb,
.responsive-sp{
	display: none;
}
.responsive-menu-overlay {
	display: none;
}

/*
	TABLET
*/
@media (max-width: 768px) { 
.responsive-pc{
	display: none;
}
.responsive-tb-sp,
.responsive-tb{
	display: block;
}
.content{
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
}

/* -------------------------------
	Header
------------------------------- */
#header *{
	box-sizing: border-box;
}
#headBar{
	position: fixed;
	top: 0;
	left:0;
	z-index: 9999;
	width: 100%;
}
#header{
	position: fixed;
	padding: 0;
	top:36px;
	left:0;
	z-index: 9999;
	width: 100%;
}
#headBar ul,
#header .content .right{
	display: none;
}
#headBar .left, #headBar .right,
#header .left, #header .right{
	float: none;
}
.headBar{
	
}
#wrapper #menu{
	width: 100%;
}

/* -------------------------------
	Navi
------------------------------- */
.responsive-menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	display: inline;
	font-size: 32px;
}
.responsive-menu-btn a{
	display: inline-block;
	text-decoration: none;
	/* safari hack */
	width: 63px;
	height: 63px;
	text-align: center;
	background: #74b31c;
}
.responsive-menu-btn a:hover{
	opacity: 1;
}

.btn-open .icon{
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff;
}
.btn-open .icon, .btn-open .icon:before, .btn-open .icon:after{
	width: 30px;
	height: 3px;
	border-radius: 1rem;
	top: 50%;
	margin-top: -3px;
}
.btn-open .icon:before, .btn-open .icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.btn-open .icon:before{
	margin-top: -12px;
}
.btn-open .icon:after{
	margin-top: 10px;
}

.btn-close .icon{
	position: relative;
	display: inline-block;
	padding: 0;
	width: 2px;
	height: 32px;
	background: #fff;
	transform: rotate(45deg);
	margin: -16px 0 -5px 0;
	top: 50%;
}
.btn-close .icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 32px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
}

.responsive-menu-overlay {
    position: fixed;
    top: 99px;
    left: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 120%;
    background: #74b31c;
}
.responsive-menu-overlay .responsive-menu{
	list-style-type: none;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.responsive-menu-overlay .responsive-menu li{
	flex: 0 0 50%;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.responsive-menu-overlay .responsive-menu li:nth-child(2n){
	border-left: 1px solid rgba(255,255,255,0.3);
}
.responsive-menu-overlay .responsive-menu li.top{
	padding-top: 0.6rem;
}
.responsive-menu-overlay .responsive-menu li.full{
	flex: 0 0 100%;
}
.responsive-menu-overlay .responsive-menu a{
	display: block;
	color: #fff;
	padding: 1rem 1rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.4;
}


/* -------------------------------
	Footer
------------------------------- */
#footer *{
	box-sizing: border-box;
}
#footer .content{
	padding: 1rem 0 0;
}
#footer .left,
#footer .right{
	float: none;
}
#footer ul,
#footer ul.left,
#footer ul.border{
	border: none;
	padding: 0;
	margin: 0;
}
#footer ul,
#footer ul.border,
#footer ul.right{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
#footer ul li{
	flex: 0 0 50%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background-position: left 10px center !important;
}
#footer ul li:nth-of-type(2n){
	border-left: 1px solid rgba(255,255,255,0.3);
}
#footer ul li a{
	display: block;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
}
#footer ul.left{
	border-top: 1px solid rgba(255,255,255,0.3);
}
#footer ul:nth-of-type(2){
	border-top: none;
}
#footer ul:nth-of-type(2) li:first-child{
	flex: 0 0 100%;
	background: none;
	text-align: center;
	padding: 0.5rem 1rem;
}
#footer ul:nth-of-type(2) li:nth-of-type(2){
	border-left: none;
}
#footer ul:nth-of-type(2) li:last-child,
#footer ul.right li:last-child{
	border-left: 1px solid rgba(255,255,255,0.3);
}
#footer ul.right{
	flex-wrap: nowrap;
	border-top: 1px solid rgba(255,255,255,0.3);
}
#footer ul.right li{
	float: none;
	text-align: left;
	margin: 0;
	flex: 0 0 33.3%;
}

#footer .footer-logo-wrap{
	display: table;
	margin: 0 1rem;
	margin-bottom: 2rem;
	background: #fff;
	color: #7CA933;
	padding: 1rem;
	border-radius: 8px;
}
#footer .footer-logo-wrap #footer-logo,
#footer .footer-logo-wrap .contact{
	display: table-cell;
	vertical-align: middle;
}
#footer .footer-logo-wrap #footer-logo{
	width: 40%;
	margin: 0;
	padding-right: 2rem;
}
#footer .footer-logo-wrap #footer-logo img{
	display: block;
	max-width: 100%;
}
#footer .footer-logo-wrap #footer-logo a{
	display: block;
	padding: 0 1rem;
	background: #fff;
}
#footer .footer-logo-wrap .contact{
	width: 60%;
	color: #666;
}
#footer .footer-logo-wrap #callNumber strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bolder;
	color: #7CA933;
	display: inline-block;
	margin-left: 3px;
	padding-bottom: 3px;
}
#footer .footer-logo-wrap #callNumber strong a{
	color: #7CA933;
}
#footer .footer-logo-wrap .form-btn-wrap{
	display: flex;
	justify-content: space-between;
}
#footer .footer-logo-wrap .form-btn{
	flex: 0 0 48%;
}
#footer .footer-logo-wrap .form-btn a{
	display: block;
	background: #7CA933;
	color: #fff;
	font-weight: bold;
	padding: 0.2rem 0;
	text-align: center;
	border-radius: 3px;
}

#footer .copyright{
	color: #fff;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1.6;
	padding: 0.5rem 0 1rem;
	margin-top: 2rem;
}

} /* max-width: 768px */








/*
	SP
*/
@media (max-width: 480px) { 
.responsive-tb-sp,
.responsive-sp{
	display: block;
}
.responsive-tb{
	display: none;
}

/* -------------------------------
	Header
------------------------------- */
#headBar h1{
	padding-top: 0.2rem;
	font-size: 0.7rem;
	float: none;
	line-height: 1.4;
}
#header img{
	display: block;
	width: 80%;
	max-width: 230px;
	padding-top: 0.5rem;
}

/* -------------------------------
	Footer
------------------------------- */
#footer ul li{
	text-indent: 2px !important;
}
#footer ul li a{
	padding: 0.5rem 0 0.5rem 1.5rem;
	font-size: 0.7rem;
}
#footer ul:nth-of-type(2) li{
	flex: 0 0 100%;
}
#footer ul.right{
	flex-wrap: wrap;
}
#footer ul.right li{
	flex: 0 0 100%;
}
#footer .footer-logo-wrap{
	display: block;
}
#footer .footer-logo-wrap #footer-logo,
#footer .footer-logo-wrap .contact{
	display: block;
	width: 100%;
}
#footer .footer-logo-wrap #footer-logo{
	margin: 0 auto;
	padding-right: 0;
}
#footer .footer-logo-wrap #callNumber{
	text-align: center;
}
#footer .footer-logo-wrap #callNumber img{
	display: inline-block;
	vertical-align: middle;
}
#footer .footer-logo-wrap #callNumber strong{
	vertical-align: middle;
}

} /* max-width: 480px */