@charset "shift_jis";
/* raikaku */

.raikaku_warp h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
}

.raikaku_warp h3 {
	margin: 0 0 10px 0;
	padding: 6px;
	background-color: #000099;
	font-size: 117%;
	font-weight: bold;
	color: #ffffff;
}

.raikaku-tb {
	border-collapse: collapse;
	border: 1px #cccccc solid;
}
.raikaku-tb th {
	padding: 4px 6px;
	background-color: #e9e9e9;
	border: 1px #cccccc solid;
}
.raikaku-tb td {
	padding: 3px 6px;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	font-size: 117%;
	text-align: right;
}
.raikaku-tb td:nth-child(1) {
	background-color: #f9f9f9;
}
.raikaku-tb .th01 {
	width: 45%;
}
.raikaku-tb .th02 {
	width: 10%;
}
.raikaku-tb .th03 {
	width: 45%;
}
.raikaku-tb .bg {
	background-color: #f0f0f0;
}


/* --------------------------------------------------------------------------------
 マージン調整
-------------------------------------------------------------------------------- */
.mb-5{	margin-bottom:5px !important;}
.mb-10{	margin-bottom:10px !important;}
.mb-15{	margin-bottom:15px !important;}
.mb-20{	margin-bottom:20px !important;}
.mb-30{	margin-bottom:30px !important;}
.mb-40{	margin-bottom:40px !important;}
.mb-50{	margin-bottom:50px !important;}
.mb-60{	margin-bottom:60px !important;}
.mb-70{	margin-bottom:70px !important;}


/* --------------------------------------------------------------------------------
 clear
-------------------------------------------------------------------------------- */
br.clear{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	line-height:1%;
	font-size:1%;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
.clearfix {
	display:inline-block;
}
/*Hides from IE-mac */
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}


/* --------------------------------------------------------------------------------
 mobile 202206
-------------------------------------------------------------------------------- */

@media screen and (max-width: 599px) {

.raikaku_warp h2 {
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #757575;
	margin-bottom: 10px;
}

.raikaku_warp h3 {
	padding: 2px 6px;
	background-color: #111;
	font-size: 100%;
}
}