/*トップページのみ*/
.logo-swich{background-image:url("../img/top/logo-mark_swich.png") ;}
.logo-off{display: none;}

/*タイトル*/
.title_m{font-size: 1.2em;
	margin:0;}
.title_y{background-color: #fbd69d;
	font-weight: bold;
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 5px;
	height: 27px;
	font-size: 1.2em;
	margin:0;
	box-sizing: border-box;
	}
.title_gr{background-color: #bedccf;
	font-weight: bold;
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 5px;
	height: 27px;
	font-size: 1.2em;
	margin:0;
	box-sizing: border-box;
	}
.titel_or{background-color: #f7bb9b;
	font-weight: bold;
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 5px;
	height: 27px;
	font-size: 1.2em;
	margin:0;
	box-sizing: border-box;
	}
.titel_or_2{background-color: #ea5504;
	font-weight: bold;
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 5px;
	height: 27px;
	font-size: 1.2em;
	margin:0;
	box-sizing: border-box;
	}
.title_bl{background-color:#bdc8e3;
	font-weight: bold;
	border-radius: 4px;
	padding-top: 5px;
	padding-left: 5px;
	height: 27px;
	font-size: 1.2em;
	margin:0;
	box-sizing: border-box;
	}

h4{font-size: 1em;}


/*パネル*/
.panel-o{border-radius: 4px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
	box-sizing: border-box;
	}

/*トップページ　その他*/
.background-orange{background-color: #ea5505;
	color: #FFF;
	}
.background-orange.height-55{height: 55px;}


/*追加 21.05.21*/
table.tariff{
	width: 100%;
	display: block;
	font-size: 1.2rem;
}

table.tariff thead{
	display: block;
	float:left;
	background-color:#f0fff8;
}

table.tariff tbody{
	display: block;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
}

tbody::-webkit-scrollbar{
	height: 15px;
}
tbody::-webkit-scrollbar-track{
 background: #c9e7f2;
}
tbody::-webkit-scrollbar-thumb {
 background:#3ca7cf;
}
table.tariff tbody th{
	text-align: center;
	font-weight: normal;
}

table.tariff td,
table.tariff th{
	border:1px solid #ccc;
	padding: 5px;
}

table.tariff span{
	font-size: 0.9rem;
}

table.tariff .h90{
	height: 90px;
}

table.tariff .h45{
	height: 45px;
}


