@charset "euc-jp";
/* CSS Document */

.pagetitle {
	background-color: #F8CB88;
}
.pagetitle h1 {
	background-image: url(../images/menu1.png);
}
.tbl-con {
	margin-bottom: 2em;
}
.tblstyle2 {
	margin-bottom: 0;
}
.tblstyle2 th, .tblstyle2 td {
	text-align: center;
	vertical-align: middle;
}

.fxcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	list-style: none;
}
.fbox {
	width: 48%;
	padding: .5em 1.5em;
	background: #FFF;
	border-radius: .5em;
	box-shadow: 0 2px .5em rgba(0, 0, 0, 0.1);
	margin-bottom: 2em;
}
.fbox.hidden {
	padding: 0;
	margin: 0;
	height: 1px;
}
.fbox.hidden hr {
	display: none;
}

.fbox h3 {
	text-align: center;
}

#teikei ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#teikei ul li {
	width: 33%;
}
#teikei ul li.hidden::before {
	display: none;
}
#teikei ul li.hidden hr {
	display: none;
}

@media screen and (max-width:799px){
#teikei ul li {
	width: 48%;
}
}

@media screen and (max-width:699px){
.tbl-con {
	overflow-x: scroll;
}
.tblstyle2 th, .tblstyle2 td {
	font-size: 1.4rem;
}
span.vt {
	min-height: 4em;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	vertical-align: middle;
}
.minh-10 {
	min-height: 10em !important;
	min-width: 2em !important;
}
.minh-8 {
	min-height: 8em !important;
	min-width: 2em !important;
}
.minh-6 {
	min-height: 6em !important;
	min-width: 2em !important;
}
.fbox {
	width: 100%;
}
.fs_xs {font-size: 1.2rem !important;}
.fs_s {font-size: 1.4rem !important;}
}

@media screen and (max-width:499px){
.tblstyle2 th, .tblstyle2 td {
	font-size: 1.3rem;
}
#teikei ul li {
	width: 100%;
}
.fs_xs {font-size: 1.2rem !important;}
.fs_s {font-size: 1.4rem !important;}
}
