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

/* 基本カラー  */

.fcBasic {
	color:#1a9962;
}



/*===========================
.txt01
===========================*/
.txt01{
	font-size: 1.5em;
	line-height: 170%;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.txt01{
		font-size: 1.3em;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
	.txt01{
		font-size: 1.1em;
	}
}



/*===========================
linebana
===========================*/
.linebana{
	width: 200px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
	.linebana{
		margin: 0 auto 20px;
	}
}


/*===========================
footer
===========================*/
footer .footerbana{
	width: 200px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
	footer .footerbana{
		width: 150px;
		margin: 0 auto 30px;
	}
}


/*===========================
footersns
===========================*/
.footersns{
	width: 120px;
	margin: 0 auto 30px;
}
.footersns ul{
	display: flex;
}

.footersns li{
	width: 50px;
	text-align: center;
}

.footersns li:nth-child(1){
	margin-right: 20px;
}


/*===========================
border-radius
===========================*/
.brnone img{
	border-radius: 0 !important;
}


/*===========================
box01
===========================*/
.f-wrap.box01{
	justify-content: start !important;
	
}

.f-wrap.box01 .f-item1-3{
	margin-right: 3%;
}

.f-wrap.box01 .f-item1-3:nth-child(3n){
	margin-right: 0;
}




/*fixation===========================*/

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


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

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


@media screen and (min-width: 601px) {
	ul.wf-pcONtabletONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}


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

@media screen and (max-width: 768px) {
	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
	.w100sp{
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*===========================
ol
===========================*/
ol li,
ol li.txtIconPoint{
	display: list-item !important;
	list-style-type: decimal;
}
