/* CSS Document */
.bgccc {
	font-size:18px;
	background:#ccc;
	padding:7px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.bg000 {
	font-size:18px;
	background:#000;
	padding:7px;
	color: #fff;
	text-align: center;
}
.container {
	counter-reset: number 0;
	width: 100%;
	line-height: 1.5em;
}
.container p {
	margin-bottom: 1em;
	margin-top: 1em;
}
.number::before {
  	counter-increment: number 1;
	content:counter(number);
}
.number {
	width:40px;
  	height:40px;
	line-height:200%;
	background:#eb503c;
  	border-radius: 50%;
  	text-align: center;
  	box-sizing: border-box;
	font-size:20px;
	font-weight: bold;
	color:#fff;
}
.box {
	display: flex;
  	flex-wrap: wrap;
  	justify-content:space-between;
	border: 1px solid #999;
	margin-bottom: 15px;
}
.box2 {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 15px;
}
.column {
  	width:100%;
	padding:10px;
	text-align: center;
}
.number_list {
	list-style: decimal!important;
	margin-left:2.5em;
}
.box li {
	list-style: disc;
	margin-left:2.5em;
}
.bg_gray {
	background-color: #F0F0F0;
	text-align:left!important; 
}
.close_bt {
	margin:auto;
	text-align: center;
	margin-bottom:50px;
}
.hosok {
	border: 1px solid #999;
	padding: 10px;
	font-size:13px;
	margin:50px auto;
}
.hosok p {
	color:#eb503c;
	font-weight: bold;
}
.hosok li {
	list-style: disc;
	margin-left:1.5em;
}
@media (min-width:768px) {
  .column {
    width:45%;
	
  }
}
.menu_link {
	width: 100%;
	padding-left: 0px;
	margin-bottom: 40px;
}
.menu_link li {
	list-style: none;
	background-color: #eee;
	text-align: center;
	border-radius:3px;
}
.menu_link li a:hover {
	opacity: 0.7;
}
.menu_link li a {
	color:#000;
	text-decoration: none;
	display: block;
	padding: 20px;
	margin: 20px 0px;
}
