ul.hatsubai{display:flex;flex-wrap:wrap;}
ul.hatsubai li:nth-of-type(1){width:27%;margin-right:1%;}
ul.hatsubai li:nth-of-type(2){width:7%;margin-right:1%;text-align:center;}
ul.hatsubai li:nth-of-type(3){width:56%;margin-right:1%;text-align:center;}
ul.hatsubai li:nth-of-type(4){width:7%;text-align:center;}
ul.hatsubai li:nth-of-type(1) th{height:101px;}
ul.hatsubai li:nth-of-type(2) th{height:101px;background:#519a3d;}
ul.hatsubai li:nth-of-type(4) th{height:101px;background:#cc7540;}
ul.hatsubai li:nth-of-type(3) th{height:40px;line-height:1.2em;background:#4890a8;}

ul.event{display:flex;flex-wrap:wrap;margin-top:30px;}
ul.event li{width:calc(100%/3 - 15px);margin:0 22px 20px 0;}
ul.event li:nth-child(3n){margin:0 0 20px 0;}

ul.custommarker01 {
	list-style-type: none;
	margin-left:20px;
}
ul.custommarker01 li:before {
	content: '※ ';
	margin-left:-20px;
}
ul.custommarker02 {
	list-style-type: none;
	margin-left:20px;
}
ul.custommarker02 li:before {
	margin-left:-20px;
}
ul.custommarker02 li:nth-child(1):before {content: '① ';}
ul.custommarker02 li:nth-child(2):before {content: '② ';}
ul.custommarker02 li:nth-child(3):before {content: '③ ';}
ul.custommarker02 li:nth-child(4):before {content: '④ ';}
ul.custommarker02 li:nth-child(5):before {content: '⑤ ';}
ul.custommarker02 li:nth-child(6):before {content: '⑥ ';}
ul.custommarker02 li:nth-child(7):before {content: '⑦ ';}
ul.custommarker02 li:nth-child(8):before {content: '⑧ ';}
ul.custommarker02 li:nth-child(9):before {content: '⑨ ';}

@media all and (min-width: 0px) and (max-width: 767px) {
ul.hatsubai{display:flex;flex-wrap:wrap;width:700px;}
ul.hatsubai li:nth-of-type(1) th, ul.hatsubai li:nth-of-type(2) th, ul.hatsubai li:nth-of-type(4) th {height:91px;}
ul.event li{width:calc(100%/3 - 5px);margin:0 7px 5px 0;}
ul.event li:nth-child(3n){margin:0 0 5px 0;}

ul.custommarker01 {
	font-size: 14px;
}
ul.custommarker02 {
	font-size: 14px;
}

.sub_con table.tbl0 td {
	font-size: 11.5px;
}

}