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


/*===========================
box01
===========================*/
.box01 .tel{
	text-align: center;
	margin-top: 15px;
}

.box01 .tel a{
	text-decoration: none;
	font-size: 1.7em;
	color: #358ebe;
}



/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*===========================
margin
===========================*/
@media screen and (min-width: 601px) and (max-width: 768px) {
	.ml20tablet{
		margin-left: 20px;
	}
}


/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}







/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}



