/* CSS Document */

.sec_box{padding-bottom: 120px;}
.sec_box:last-child{padding-bottom: 150px;}
.sec_box h2.local{
	text-align: center;
	font-size: 200%;
	margin-bottom: 50px;
}
.sec_box .boshu_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px -30px 30px;
}
.sec_box .boshu_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:10em;
	border: solid 1px #333333;
	padding: 0.5em 0;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	margin: 10px 30px;
}
@media screen and (max-width: 999px) {
	.sec_box h2.local{
		font-size: 175%;
		margin-bottom: 36px;
	}
	.sec_box .boshu_btn{
		justify-content: flex-start;
		margin: -10px -7.5px 30px;
	}
	.sec_box .boshu_btn a{
		width:150px;
		margin: 10px 7.5px;
	}
}
.sec_box .boshu_btn a.current{
	border: none;
	color:#fff;
	background:-moz-linear-gradient(left, #009fff, #8316bd);
  background:-webkit-linear-gradient(left, #009fff, #8316bd);
  background:linear-gradient(to right, #009fff, #8316bd);
}
.sec_box .form_btn{margin-top: 100px;}
.sec_box .form_btn,
.sec_box .form_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_box .form_btn a{
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	color:#fff;
	padding: 1.25em 0;
	width:100%;
	max-width: 666px;
	background:-moz-linear-gradient(bottom, #009fff, #8316bd);
  background:-webkit-linear-gradient(bottom, #009fff, #8316bd);
  background:linear-gradient(to top, #009fff, #8316bd);
}
.sec_box .form_btn a:hover{opacity: 0.7;}