/*---------- customize 2025.06 ----------*/

/* レイアウト */
.ec-page {
	padding: 30px 0 0;
}
.ec-role {
	padding: 0;
}
.l-footer .c-reason {
	display: none;
}

/* 共通パーツ */
.ec-required {
	display: inline-block;
	background: #B71B1B;
	border-radius: 2px;
	padding: 2px 6px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}


/*ーー プログレス ーー*/
.ec-progress {
    display: flex;
    max-width: 100%;
    margin-bottom: 60px;
}
.ec-progress .ec-progress__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 312px;
    background: #eee;
    text-align: center;
    margin-right: 20px;
    padding: 20px 0;
    font-size: 1.6rem;
}
.ec-progress .ec-progress__number {
    display: none;
}
.ec-progress .ec-progress__label {
    font-weight: bold;
    font-size: 1.4rem;
}
.ec-progress .ec-progress__item.is-complete {
    background: #222;
}
.ec-progress .ec-progress__item.is-complete .ec-progress__label {
    color: #fff;
}
.ec-progress .ec-progress__item:after {
    content: none;
}
.ec-progress .ec-progress__item.is-complete:after {
    border-top: 8px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 8px solid transparent;
    content: ' ';
    height: 0;
    top: 50%;
    left: auto;
    margin-top: -8px;
    right: -10px;
    position: absolute;
    width: 0;
    border-left-color: #222;
    background: transparent;
}


/*ーー お問い合わせ ーー*/
.ec-borderedDefs {
	margin: 60px 0 30px;
    border-top: 1px solid #e0e0e7;
	border-right: 1px solid #e0e0e7;
	border-left: 1px solid #e0e0e7;
}

/* テキスト */
.ec-para-normal {
	line-height: 1.8;
}
.ec-para-normal .ec-required {
	margin: 0 5px 0 0;
}

/* テーブル */
.ec-borderedDefs dl {
	display: flex;
	justify-content: space-between;
	padding: 0;
	border-bottom: 1px solid #e0e0e7;
}
.ec-borderedDefs dt {
	width: 190px;
	flex-shrink: 0;
    font-size: 1.4rem;
    background: #f0f0f2;
    font-weight: bold;
	border-right: 1px solid #e0e0e7;
	padding: 13px;
	box-sizing: border-box;
}
.ec-borderedDefs dt label {
	margin-bottom: 0;
}
.ec-borderedDefs dd {
	flex-grow: 1;
	line-height: 1.5;
	padding: 13px;
}
.ec-borderedDefs dd p {
	margin: 5px 0;
	font-size: 1.1rem;
	line-height: 1.5;
}

/* チェックボックス */
.ec-borderedDefs dd .m-checkbox li {
	margin-bottom: 10px;
	line-height: 1.5;
}
.ec-borderedDefs dd .m-checkbox li label {
	line-height: 1.5;
	font-size: 1.3rem;
}
.ec-borderedDefs dd .m-checkbox li:last-child {
	margin-bottom: 0;
}

/* 入力エリア */
.ec-halfInput {
	line-height: 1.5;
}
.ec-borderedDefs .ec-errorMessage {
	margin-bottom: 5px;
}
.ec-borderedDefs dd input {
    box-sizing: border-box;
    border: 1px solid #949bb7;
    width: 100%;
    border-radius: 4px;
    font-family: inherit;
    color: #222;
    box-shadow: inset rgba(148, 155, 183, 0.2) 2px 2px 4px;
    padding: 6px 8px;
	margin-bottom: 8px;
	font-size: 1.3rem;
}

/* テキストエリア */
.ec-borderedDefs dd textarea {
	box-sizing: border-box;
	border: 1px solid #949bb7;
	width: 100%;
	min-height: 140px;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 1.3rem;
	color: #222;
	box-shadow: inset rgba(148, 155, 183, 0.2) 2px 2px 4px;
}


/*ーー 送信エリア ーー*/
.ec-RegisterRole__actions {
	text-align: center;
}
.ec-RegisterRole__actions p {
	margin: 0;
}
.form_btn_group {
	margin-top: 20px;
}
.form_btn_group .c-button {
	font-weight: 400;
	margin-right: 10px;
}
.form_btn_group .c-button:last-child {
	margin-right: 0;
}


/*ーーー 【確認画面】 ーーー*/

.ec-contactConfirmRole .ec-borderedDefs dt .ec-required {
	display: none;
}


/*ーーー 【完了画面】 ーーー*/

.ec-contactCompleteRole {
	padding: 0;
}

/* 見出し */
.ec-contactCompleteRole .ec-reportHeading {
	text-align: left;
}
.ec-contactCompleteRole .ec-reportHeading h2 {
	font-size: 2rem;
}

/* テキスト */
.ec-contactCompleteRole .ec-reportDescription {
	text-align: left;
}
.ec-contactCompleteRole .u-text--notes li {
	font-size: 1.3rem;
}
.ec-contactCompleteRole .u-text--notes li {
	text-indent: -1.3rem;
	padding-left: 1.3rem;
}

/* ボタン */
.ec-contactCompleteRole .form_btn_group {
	margin-top: 60px;
}
.ec-contactCompleteRole .form_btn_group .c-button {
	margin: auto;
}