@charset "utf-8";
/*===========================
add
===========================*/
:root {
	--basic-color:#111;
}




.box-title01{
 text-align: center;
 background-color: var(--basic-color);
 color: #fff;
 font-size:1.1em;
	padding:1em 1em;
 margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

.box-title01 i{
 font-size: 2.5em;
 margin-bottom: 20px;
}

.box-title01 .txt01{
 background-color: #fff;
 color: var(--basic-color);
 margin-bottom: 10px;
 border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}



/*===========================
table
===========================*
/*table-line-no---*/

.table-line-no{
 margin: 0 auto;
}

.table-line-no th{
 text-align: left;
 padding-right: 10px;
}

@media screen and (max-width: 600px) {
 .table-line-no th,
 .table-line-no td{
  display: block;
  width: 100%;
 }
 .table-line-no td{
  padding-bottom: 10px;
 }
}


/*table-line-dot2---*/
.table-line-dot2 tr{
 text-align: left;
}
.table-line-dot2 td::before{
 content: "：";
}

@media screen and (max-width: 600px) {
 .table-line-dot2 th,
 .table-line-dot2 td{
  display: block;
  width: 100%;
 }
 .table-line-dot2 td{
  padding-bottom: 10px;
 }
}



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


/*===========================
line-height
===========================*/
.lh17{
	line-height: 1.7em;
}



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

.title-sahdow-none{
	text-shadow: none;
}



/*===========================
a
===========================*/
a:hover img{
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



/*===========================
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
===========================*/
.w150px{
 width: 150px;
}

.w150px-center{
 width: 150px;
 margin: 0 auto;
}

.w200px{
 width: 200px;
}


.w100p{
	width: 100% !important;
	display: block;
}


@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
	
	.w90Tablet{
		width: 90% !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,
	.w90Tablet,
	.w80Tablet,
	.w50Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}

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

	.width-sp-50 img{
		width: 50% !important;
	}
}


/*===========================
onOff
===========================*/
.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
	.pcOFFtabletOFFspON{display: none;}
	.pcONtabletOFFspOFF{display: none !important;}
	.pcONtabletOFFspON{display: none;}
}

@media screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
	.pcOFFtabletOFFspON{display: block;}
	.pcONtabletONspOFF{display: none;}
	.pcONtabletOFFspON{display: block;}
}