.s-flow_form-wrap {
	margin-bottom: 96px;
}

.s-flow_form-list-item_text,
.s-flow_form-list-item_box,
.s-flow_form-list-item_text-button {
	text-align: center;
}

.s-flow_form-list-item_text,
.s-flow_form-list-item_text-button {
	background-color: #f6f6f6;
	padding: 16px;
	line-height: 1.8;
	border-radius: 4px;
	margin-top: 64px;
}

.s-flow_form-list-item:first-child .s-flow_form-list-item_text {
	margin-top: 0;
}

.s-flow_form-list-item_box {
	margin-top: 32px;
	margin-bottom: 32px;
	font-size: 16px;
}

.s-flow_form_list_item_box_checkbox,
.s-flow_form_list_item_box_radio,
.s-agreement_form-box_checkbox {
	display: none;
}

.s-flow_form_list_item_box_label,
.s-agreement_form-box_label {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	position: relative;
	padding-left: 26px;
}

.s-flow_form_list_item_box_radio + .s-flow_form_list_item_box_label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.s-flow_form_list_item_box_checkbox + .s-flow_form_list_item_box_label::before,
.s-agreement_form-box_checkbox + .s-agreement_form-box_label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.s-flow_form_list_item_box_radio:checked + .s-flow_form_list_item_box_label:before {
	border-color: #00aeef;
}

.s-flow_form_list_item_box_radio:checked + .s-flow_form_list_item_box_label::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin-top: auto;
	margin-bottom: auto;
	width: 10px;
	height: 10px;
	background-color: #00aeef;
	border-radius: 50%;
}

.s-flow_form_list_item_box_checkbox:checked + .s-flow_form_list_item_box_label:before,
.s-agreement_form-box_checkbox:checked + .s-agreement_form-box_label::before {
	border-color: #00aeef;
}

.s-flow_form_list_item_box_checkbox:checked + .s-flow_form_list_item_box_label::after,
.s-agreement_form-box_checkbox:checked + .s-agreement_form-box_label::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin-top: auto;
	margin-bottom: auto;
	width: 10px;
	height: 10px;
	background-color: #00aeef;
	border-radius: 2px;
}

.s-flow_form-list-item_notes-indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

.s-flow_form-list-item_notes {
	color: #777;
	margin: 16px 32px;
}

.s-flow_form-list-item_notice {
	border: solid 1px #00a0e9;
	border-radius: 4px;
	padding: 16px;
	margin: 32px 0;
	text-align: center;
}

.s-flow_form-list-item_fail,
.s-flow_form-list-item_fail-hide {
	color: #d32f2f;
	border: solid 1px #d32f2f;
	border-radius: 4px;
	padding: 16px;
	margin: 32px 0;
	text-align: center;
}

.s-flow_form-list-item_fail-hide {
	display: none;
}

.s-flow_form-list-item_text-button_text {
	display: block;
	margin-bottom: 24px;
}

.s-button--disable {
	pointer-events: none;
	background-color: #CCC;
}

.s-flow_button {
	position: relative;
	width: 100%;
	text-align: left;
	padding: 24px 0 24px 24px;
	background-color: #f6f6f6;
	font-weight: bold;
	border-top: solid 1px #e7e7e7;
}

.s-flow_button:last-of-type {
	border-bottom: solid 1px #e7e7e7;
}

.s-flow_button .s-flow_button-up,
.s-flow_button .s-flow_button-down {
	color: #00aeef;
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.s-flow_button .s-flow_button-up,
.s-flow_button.is-open .s-flow_button-down {
	display: none;
}

.s-flow_button.is-open .s-flow_button-up,
.s-flow_button .s-flow_button-down {
	display: block;
}

.s-flow_date-wrap {
	display: flex;
	border-top: solid 1px #e7e7e7;
}

.s-date_table:last-of-type .s-flow_date-wrap:first-child {
	border-top: none;
}

.s-date_table:last-of-type .s-flow_date-wrap:last-of-type {
	border-bottom: solid 1px #e7e7e7;
}

.s-flow_class {
	width: 300px;
	padding: 16px 24px;
}

.s-flow_date {
	flex-grow: 1;
}

.s-flow_date-item {
	padding: 16px 24px;
	border-bottom: solid 1px #e7e7e7;
}

.s-flow_date-item:last-child {
	border: none;
}

.s-flow_date-item_long {
	background-color: #fff9c4;
}

.s-flowdate-item--full {
	color: #d32f2f;
	padding-left: 16px;
}

@media only screen and (max-width: 768px){
	.s-flow_date-wrap {
		flex-direction: column;
	}

	.s-flow_class {
		width: 100%;
	}

	.s-flowdate-item--full {
		display: block;
		margin-top: 8px;
		padding: 0;
	}

	.s-flow_date-item:first-child {
		border-top: solid 1px #e7e7e7;
	}
}

/*add 2020/10/27 LP*/
.s-agreement_form-box {
	margin-bottom: 16px;
}

.o-content__inner .s-content__inner--narrow {
	width: 100%;
	margin-top:32px;
}

/* add 2021/10/20 */
.s-flow_form-list-item {
	margin-top: 64px;
}
.s-flow_form-list-item_text,
.s-flow_form-list-item:first-child {
	margin-top: 0;
}
.s-flow_form-list-number {
	background-color: #1e50a2;
	color: #FFF;
	display: block;
	padding: 8px 16px;
}
.s-form_valid .s-text--cl {
	text-indent: -7em;
	margin-left: 7em;
}
.s-flow_form-list-item_text {
	text-align: left;
}

/* 20230112 ボタン注釈追加 */
.s-mb0 {
	margin-bottom: 0;
}
.s-button_notetxt {
	font-size: 13px;
	font-weight: bold;
	margin-top: 6px;
	line-height: 1.3;

	text-align: left;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.s-txt-indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

/* 20231120 ボタン見出し追加 */
.a-button__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	margin-bottom: 6px;
	max-width: 560px;
}
.a-button__title:first-child {
	margin-top: 0px;
}
/*@media only screen and (max-width: 768px){
	.a-button__title {
		margin-top: 16px;
	}
	.a-button__title:first-child {
		margin-top: 0px;
	}
}*/
/* ボタンスタイル調整 */
.a-button--type_fill {
	margin-bottom: 0;
}
.a-button__text {
	line-height: 1.4;
}
.s-button--type_original01 {
    background: #fcd7a1;
    -webkit-box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    color: #333
}
@media only screen and (min-width: 769px){
	.s-button--type_original01:hover {
	  background: #ffd18c;
	  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.2);
	  box-shadow: 0 0 5px 1px rgba(0,0,0,.2)
	}
}

/* 開催は終了表示 */
.s-closed250317 {
	position: relative;

}
.s-closed250317:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
}
.s-closed250317:after {
	position: fixed;
	content: 'リバブル確定申告会の開催は終了いたしました。';
	font-size: 26px;
	line-height: 48px;
	font-weight: bold;
	z-index: 3;
	max-width: 768px;
	max-height: 0;
	background: #fff;
	border: solid 8px #5081a5;
	display: flex;
	inset: 0;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 60px;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px){
	.s-closed250317:after {
		width: 92%;
		font-size: 20px;
		line-height: 28px;
		padding: 50px 30px;
		text-align: center;
	}
}
