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

/* 基本カラー  */

:root {
	--basic-color:#3389d5;
}



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


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


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




/*===========================
txt
===========================*/
.txt01{
	text-align: center;
	color: var(--basic-color);
	border-bottom: 1px solid var(--basic-color);
	font-size: 1.2em;
	margin-bottom: 20px;
	padding-bottom: 10px;
}