@charset "UTF-8";

.dpN {
	display: none !important;
}

.fs_2s {
	font-size: 10px !important;
}

.fs_s {
	font-size: 12px !important;
}

.fs_L {
	font-size: 16px !important;
}

.fwb {
    font-weight: bold;
}

.mr0 {
	margin-right:0 !important;
}

.mb0 {
	margin-bottom:0 !important;
}

.mbM {
	margin-bottom: 1.6rem;
}

.mtM {
	margin-top: 1.6rem;
}

.taC {
	text-align:center;
}

.taR {
	text-align:right;
}

.vaM img {
	vertical-align: middle;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }

.red {
    color: #D90202;
}

@media screen and (max-width:750px) {
	
	.mbM {
		margin-bottom:1em !important;
	}
	
	.mbL {
		margin-bottom:2em !important;
	}
	
	.mbLL {
		margin-bottom:4em !important;
	}

}

@media screen and (min-width:751px) {

	.mbM {
		margin-bottom:10px !important;
	}
	
	.mbL {
		margin-bottom:20px !important;
	}
	
	.mbLL {
		margin-bottom:40px !important;
	}
	
	.pcN {
		display: none;
	}

}