/* CSS Document */

.box_main {
	margin: auto;
	width: 70%;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	margin-bottom: 130px;
}
.box_sub {
	width: 50%;
	padding: 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	font-size: 120%;
}
.tmb {
	width: 40%;
	margin-bottom: 10px;
	border: solid 1px #CCC;
}
.tmb:hover{
	text-decoration:none;
	opacity:0.7;
}
.MB {
	margin-bottom: 130px;
}
.btn2 {
	width: 70%;
}

ul.menu_list {
	margin: 30px 10px 50px;
	list-style-type: none;
	border-top: 1px #999 dashed;
}
ul.menu_list li {
	position: relative;
	width: 33.3%;
	float: left;
	font-weight: bold;
	font-size: 122%;
	border-bottom: 1px #999 dashed;
	line-height: 2.5;
}
ul.menu_list li a {
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}
ul.menu_list li a:hover {
	background: #FED;
}
ul.menu_list li::before,ul.menu_list li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
ul.menu_list li::after {
	top: 13px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #EC407A;
	border-radius: 100%;
}
ul.menu_list li::before {
	z-index: 2;
	top: 17px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

@media screen and (max-width:640px){
.box_main {
	margin: auto;
	width: 100%;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	margin-bottom: 130px;
}
.box_sub {
	width: 50%;
	padding: 2%;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	font-size: 115%;
}
.tmb {
	width: 65%;
	margin-bottom: 10px;
	border: solid 1px #CCC;
}
.btn2 {
	width: 95%;
}

ul.menu_list {
	margin: 30px 10px 50px;
	list-style-type: none;
	border-top: 1px #999 dashed;
}
ul.menu_list li {
	position: relative;
	width: 100%;
	float: none;
	font-weight: bold;
	font-size: 122%;
	border-bottom: 1px #999 dashed;
	line-height: 2.5;
}
ul.menu_list li a {
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}
ul.menu_list li a:hover {
	background: #FED;
}
ul.menu_list li::before,ul.menu_list li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
ul.menu_list li::after {
	top: 13px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #EC407A;
	border-radius: 100%;
}
ul.menu_list li::before {
	z-index: 2;
	top: 17px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
}
