@charset "UTF-8";
/*-------------------------
 *
 *
 *
 * Page title
 *
 *
 *
-------------------------*/

.header_msg {
	text-align: center;
	line-height: 1.5;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	.header_msg {
		text-align: left;
	}

}

@media (max-width: 560px) {

}

/*-------------------------
 *
 *
 *
 * Form
 *
 *
 *
-------------------------*/

#contact_form > .inner {
	width: 100%;
	max-width: initial;
	padding-bottom: 50px;
}

#contact_form .mf {
	margin-bottom: 40px;
}

.forget_pw {
	text-align: center;
}

.register > .inner {
	max-width: 1082px;
}

.register_hl {
	font-size: 20px;
	margin-bottom: 16px;
	text-align: center;
}

.register_btn a {
	margin: 0 auto;
}

.survey {
	background: #EFEFEF;
	padding: 20px 0;
	margin-bottom: 40px;
}

.survey_hl {
	font-size: 16px;
	margin-bottom: 16px;
}

.agree_tos {
	text-align: center;
	margin-bottom: 16px;
}

.agree_status {
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	#contact_form > .inner {
		padding-bottom: 30px;
	}

}

@media (max-width: 560px) {

}



/*-------------------------
 *
 *
 *
 * Confirm
 *
 *
 *
-------------------------*/

#confirm > .inner {
    max-width: 960px;
    padding-bottom: 100px;
}

.confirm_item {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.confirm_item:first-of-type {
    border-top: 1px solid #ddd;
}

.confirm_item_hl {
    width: 240px;
    flex-shrink: 0;
    padding: 20px 30px;
    background: #F0F7F0;
    display: flex;
    align-items: center;

}

.confirm_item_desc {
    padding: 20px 30px;
}

.confirm_item_desc > * {
    margin-bottom: 1em;
}

.confirm_item_desc > *:last-child {
    margin-bottom: 0;
}

.confirm_item_desc ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

.confirm_item_desc li {
    margin-bottom: .25em;
}

.confirm_item_desc li:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

    .confirm_item {
        display: block;
    }

    .confirm_item_hl {
        width: 100%;
        display: block;
        padding: 16px 20px;

    }

    .confirm_item_hl br {
        display: none;
    }

    .confirm_item_desc {
        width: 100%;
        padding: 20px;
    }
}

/* 確認画面「入力内容を修正する（戻る）」ボタン：送信ボタンと区別したアウトライン型 */
.mf .send input[type=submit].back {
    background: #fff;
    color: #199A42;
    border: 2px solid #199A42;
    line-height: 52px;
    margin-top: 16px;
}

.mf .send input[type=submit].back:hover {
    background: #F0F7F0;
}
