.cont_wrap {
	padding: 24px;
}
.cont_wrap p {
	color: #6e7590;
}
.cont_wrap .m-title-large {
	margin-bottom: 18px;
}

.form_btn_group {
	width: 504px;
	margin: 0 auto 22px;
}
.form_btn_group .btn_prev {
	display: block;
	width: 208px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.form_btn_group .btn_submit {
	display: block;
	width: 280px;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table_type-1 {
	width: 100%;
}
.table_title,
.table_data {
	border: 1px solid #e0e0e7;
	padding: 13px;
	box-sizing: border-box;
}
.table_title {
	width: 157px;
	background: #f0f0f2;
	font-weight: bold;
}
.table_title p {
	font-weight: bold;
}
.table_data {
	color: #6e7590;
}
.cont_wrap .m-checkbox input[type=checkbox] + label {
	font-size: 1.3rem;
}
.ssl_area {
	text-align: center;
}
.ssl_text {
	margin-bottom: 22px;
}

.cont_wrap .m-input_text {
	width: 494px;
	margin-bottom: 7px;
}
.cont_wrap .m-input_text.input-w200 {
	width: 200px;
}
.cont_wrap .m-label {
	margin-left: 0;
}
.consent_text {
	text-align: center;
	margin-bottom: 22px;
}
.consent_text a {
	color: #1b95e0;
}
.cont_wrap .m-label {
	display: inline-block;
	margin-top: 3px;
}
.m-checkbox li + li {
	margin-top: 16px;
}
.input_textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #949bb7;
    width: 100%;
    min-height: 140px;
    border-radius: 4px;
    padding: 6px 12px;
    font-family: inherit;
    color: #222;
    box-shadow: inset rgba(148, 155, 183, 0.2) 2px 2px 4px;
}
.name_text {
    display: inline-block;
    padding-left: 3px;
    padding-right: 23px;
}
.input-w200 {
    width: 200px;
}
input + .name_text {
    margin-left: 10px;
}
.text-red{
	color: #de1642;
}
/* 2016.10.04 add START */
.margin-top-7 {
	margin-top: 7px;
}
/* 2016.10.04 add END */