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

/* 基本カラー  */

/* color:var(--basic-color); で利用 */ :root {
    --basic-color: #85766c;
}


/*===========================
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;
	}
}

/*===========================
background
===========================*/
.bak-fff{
	background-color: #fff !important;
}


/*===========================
table
===========================*/
.tdColor1{
	background-color: #fdf5f0 !important;
}


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





/*===========================
list-box
===========================*/
.list-box01{
	display: flex;
	flex-wrap: wrap;
}

.list-box01 li{
	width: 32%;
	background-color: var(--basic-color);
	color: #fff;
	margin-right: 2%;
	margin-bottom: 10px;
	text-align: center;
	padding: 8px 2px;
	font-size: 1.2rem;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (min-width: 601px) {
	.list-box01 li:nth-child(3),
	.list-box01 li:nth-child(6){
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.list-box01 li{
		font-size: 1rem;
	}
}

@media screen and (max-width: 600px) {
	.list-box01 li{
		width: 48%;
		margin-right: 2%;
	}

	.list-box01 li:nth-child(even){
		margin-right: 0;
	}
}



.list-box02{
	display: flex;
	flex-wrap: wrap;
}

.list-box02 li{
	width: 32%;
	background-color: var(--basic-color);
	color: #fff;
	margin-right: 2%;
	margin-bottom: 10px;
	text-align: left;
	padding: 8px 10px;
	font-size: 1.2rem;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-position: inside;
	list-style-type: decimal-leading-zero !important;
}

@media screen and (min-width: 769px) {
	.list-box02 li:nth-child(3),
	.list-box02 li:nth-child(6){
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.list-box02 li{
		font-size: 1rem;
	}

	.list-box02 li{
		width: 48%;
		margin-right: 2%;
	}

	.list-box02 li:nth-child(even){
		margin-right: 0;
	}

	@media screen and (max-width: 600px) {
		.list-box02 li{
			width: 100%;
			margin-right: 0;
		}
	}

}
