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


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

/*===========================
qr
===========================*/
.qr{
	width: 160px;
	margin: 0 auto;
}


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


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


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


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

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


/*===========================
box01
===========================*/
.box01{
 padding: 2rem 1rem;
	margin: 0 2%;
	background:
		linear-gradient(135deg, #000538 0 100%),
		repeating-linear-gradient(45deg, #bbbdd4 0px 2px, transparent 2px 4px);
	background-repeat: no-repeat;
	background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
	background-position: 0 0, 0.5rem 0.5rem;
	color: #fff;
}

.box01 p{
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
	.box01 p{
		font-size: 1.1em;
	}
}
@media screen and (max-width: 600px) {
	.box01 p{
		font-size: 1.0em;
	}
}






/*===========================
table0
===========================*/
.table0{

}

.table0b{
	margin: 0 auto;
}

.table0 th,
.table0b th{
	text-align: left;
	font-weight: normal;
	width: 50px;
}

.table0 p,
.table0b p{
	text-indent: -1em;
	padding-left: 1em;
}

.boxFrame.lineFrame {
	border:3px solid #00B900 !important;
}


/*===========================
table0
===========================*/
.contactBtn.line a{
	background-color: #00B900;
}
