/*---------- customize 2025.06 ----------*/

/* レイアウト */
.ec-mypageRole,
.ec-contactRole,
.ec-contactConfirmRole {
	padding: 0;
}
.l-footer .c-reason {
	display: none;
}

/* 見出し */
.ec-page .ec-pageHeader {
	margin: 0 0 20px;
}

/* 共通パーツ */
.ec-required {
	display: inline-block;
	background: #B71B1B;
    border-radius: 4px;
    padding: 0 6px;
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
	font-size: 10px;
	line-height: 2;
}

/*ーー プログレス ーー*/
.ec-progress {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	padding-bottom: 30px;
}
.ec-progress .ec-progress__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
	text-align: center;
	padding: 10px 0;
	width: calc(100%/3 - 10px);
}
.ec-progress .ec-progress__number {
	display: none;
}
.ec-progress .ec-progress__label {
	font-size: 1.1rem;
}
.ec-progress .ec-progress__label b {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 0 auto 5px;
}
.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: 6px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 6px solid transparent;
	content: ' ';
	height: 0;
	top: 50%;
	left: auto;
	margin-top: -6px;
	right: -9px;
	position: absolute;
	width: 0;
	border-left-color: #222;
	background: transparent;
}


/*ーー お問い合わせ ーー*/

/* テキスト */
.ec-contactRole .ec-para-normal {
	line-height: 1.6;
	font-size: 1.3rem;
	margin: 0;
}
.ec-contactRole .ec-para-normal .ec-required {
	margin: 0 5px 0 0;
}

/* テーブル */
.ec-borderedDefs {
	margin: 30px 0;
    border-top: 1px solid #e0e0e7;
	border-right: 1px solid #e0e0e7;
	border-left: 1px solid #e0e0e7;
}
.ec-borderedDefs dl {
	padding: 0;
	border-bottom: 1px solid #e0e0e7;
}
.ec-borderedDefs dt {
    position: relative;
    display: flex;
	justify-content: space-between;
	align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e0e0e7;
    background: #F0F0F2;
    color: #222;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
}
.ec-borderedDefs dt label {
	margin-bottom: 0;
}
.ec-borderedDefs dd {
    display: block;
    width: 100%;
    padding: 12px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.ec-borderedDefs dd p {
	margin: 3px 0;
	font-size: 1.1rem;
	line-height: 1.5;
}

/* 入力エリア */
.ec-halfInput {
	line-height: 1.5;
}
.ec-borderedDefs .ec-errorMessage {
	margin-bottom: 5px;
}
.ec-borderedDefs dd input {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 7px;
    color: #222;
    background: #fff;
	margin-bottom: 8px;
    font-size: 1.3rem;
}

/* テキストエリア */
.ec-borderedDefs dd textarea {
    box-sizing: border-box;
    border: 1px solid #949bb7;
    width: 100%;
    min-height: 150px;
    border-radius: 4px;
    padding: 6px 12px;
    color: #222;
    box-shadow: inset rgba(148, 155, 183, 0.2) 2px 2px 4px;
    font-size: 1.3rem;
}

/* チェックボックス */
.ec-borderedDefs dd .m-checkbox li {
	margin-bottom: 8px;
	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-RegisterRole__actions {
	text-align: center;
}
.ec-RegisterRole__actions p {
	margin: 0;
	font-size: 1.4rem;
}
.form_btn_group {
	display: block;
	margin-top: 20px;
}
.form_btn_group .c-button {
	font-weight: 400;
	font-size: 1.4rem;
	margin-bottom: 10px;
}


/*ーーー 【確認画面】 ーーー*/

.ec-contactConfirmRole .ec-borderedDefs dt .ec-required {
	display: none;
}
.ec-contactConfirmRole .ec-borderedDefs {
	margin-top: 10px;
}


/*ーーー 【完了画面】 ーーー*/

.ec-contactCompleteRole {
	padding: 0;
}

/* 見出し */
.ec-contactCompleteRole .ec-reportHeading {
	text-align: left;
	border: none;
}
.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: 40px;
}
.ec-contactCompleteRole .form_btn_group .c-button {
	margin: auto;
}