@charset "utf-8";
* {
    font-size: 14px;
}

#contact {
    padding: 0 10px 30px;
    background: #fff;
}

.page_guide {
	text-align: center;
	padding: 20px;
}

.contact_form__table {
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 0 0;
    line-height: 1.5em;
}

.contact_form__table,
.contact_form__table tbody,
.contact_form__table tr,
.contact_form__table th,
.contact_form__table td {
    display: block;
    text-align: left;
    font-weight: normal;
    line-height: 1.4;
}

.contact_form__table td {
    margin: 0 0 15px;
}

.contact_form__table input[type="text"],
.contact_form__table input[type="mail"],
.contact_form__table textarea {
    border: 1px solid #999;
    margin: 3px 0;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

.contact_submit {
    text-align: center;
}

.contact_submit input {
    margin: 0 5px;
}

.required,
.contact_form__table .error {
    color: red;
}

.contact_submit input:disabled {
	opacity: .5;
	cursor: default;
}

.agree-box {
	margin: 0 0 40px;
	padding: 15px 0 25px;
	border-bottom: 1px solid #cccccc;
}

.agree-box__title {
	text-align: center;
	margin: 0 0 25px;
}

.privacy-box {
    height: 150px;
	overflow: scroll;
	padding: 14px;
	border: 1px solid #cccccc;
	background: #fff;
	box-sizing: border-box;
}

.privacy-box p {
    line-height: 1.4;
    margin: 0 0 1em;
}

.agree-input {
	text-align: center;
	padding: 25px 0;
}

.contact_send {
    margin: 0 0 1em;
    position: relative;
}

input[type="submit"].send,
input[type="button"].send {
    width: 100%;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
}

.contact_send:after {
    content: "\f138";
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    top: 30%;
    right: 5%;
}

.regist_btn {
    padding: 1.5em 0;
    background: #ee6300;
    border-bottom: 5px solid #aa4501!important;
}
.back_btn {
    padding: 1em 0;
    background: #aaaaaa;
    border-bottom: 5px solid #000000!important;
}

.change_btn,
.unregist_btn {
    padding: 1em 0;
    background: #005ab4;
    border-bottom: 5px solid #003d79!important;
}