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

/* 基本カラー  */

.fcBasic {
	color:#24b087;
}

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


/*===========================
font
===========================*/
.fw-b{font-weight: bold;}


/*===========================
fb01
===========================*/
.fb01{
	margin-bottom: 20px;
}

/*===========================
wf
===========================*/
.wf-t-all ,ul.wf-t-all {
	width: fit-content !important;
	margin: auto !important;
}

@media screen and (min-width: 769px) {
	ul.wf-t,	ol.wf-t{
		width: fit-content;
		margin: auto;
	}
}


/*===========================
box01
===========================*/
@media screen and (min-width: 601px) and (max-width: 768px) {
	.box1 .f-item1-4 {
		width: 47% !important;
	}
}
