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

/* 基本カラー  */

:root {
	--basic-color:#207d45;
	--basic-color-rgb:32,125,69;
}






/*===========================
table-s1
===========================*/
.table-s1 th{
	text-align: left;
	font-weight: normal;
	width: 100px;
}

.table-s1 th,
.table-s1 td{
	padding: 5px 0;
}

@media screen and (max-width: 600px) {
	.table-s1 th{
		font-weight: bold;
	}

	.table-s1 th,
	.table-s1 td{
		width: 100%;
		display: block;
	}
}


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


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

	.w80Tablet{
		width: 80% !important;
		box-sizing: border-box;
	}

	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

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

	.w70sp{
		width: 70% !important;
		box-sizing: border-box;
	}
}
