.submit {
	text-align:center;
}
.button {
    font-size: 14px;
    position: relative;
	background:#fff;
    display: inline-block;
    width: 320px;
    height: 30px;
    line-height: 30px;
    color: #36B7F4;
    border: solid 1px #36B7F4;
    border-radius: 4px;
    padding: 0px 10px;
}
.blue_btn {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    width: 96%;
    padding: 6px 8px;
    margin: 16px 2px 20px 7px;
    white-space: nowrap;
    letter-spacing: -.5px;
    color: #fff;
    background-color: #1877f2;
    border: 1px solid #1877f2;
    border-radius: 24px;
}
.white_btn {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    width: 96%;
    padding: 6px 8px;
    margin: 16px 2px 20px 7px;
    white-space: nowrap;
    letter-spacing: -.5px;
    color: #1877f2;
    background-color: #fff;
    border: 1px solid #1877f2;
    border-radius: 24px;
}
.red_btn {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    width: 96%;
    padding: 6px 8px;
    margin: 16px 2px 20px 7px;
    white-space: nowrap;
    letter-spacing: -.5px;
    color: #fff;
    background-color: #F13F79;
    border: 1px solid #F13F79;
    border-radius: 24px;
}
.regist_menu_list {
    font-size: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 20px auto;
    white-space: nowrap;
    height: 40px;
}
.regist_menu_list li {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 8px;
    margin: 4px 2px 2px 7px;
    white-space: nowrap;
    letter-spacing: -.5px;
    color: #1877f2;
    border: 1px solid #1877f2;
    border-radius: 14px;
    width: 45%;
    text-align: center;
}
.regist_menu_list li a {
    font-size: 14px;
    line-height: 16px;
    color: #1877f2;
}
.btn_on {
    background-color: #1877f2;
    color: #fff;
}
.regist_menu_list li .btn_on_a {
    color: #fff;
}
.line2 {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 17px;
	margin-top: 4px;
}
