@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用

*******************************************************/

/* mvLower */
.mvLower__img {
	background-image: url("/img/flow/mv.jpg");
}



/* flow */
.flow {
	background-color: #FFFFFF;
}

.flow__steps {
	max-width: 840px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.flow__step {
	position: relative;
	display: flex;
	align-items: stretch;
	background-color: #FFFFFF;
	border: 2px solid var(--color-primary);
	border-radius: 8px;
	padding: 20px 24px;
}

.flow__step:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -24px;
	width: 0;
	height: 24px;
	border-left: 2px dashed var(--color-primary);
}

.flow__step-num {
	flex: 0 0 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #E0E0E0;
	padding-right: 24px;
}

.flow__step-label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--color-primary);
	line-height: 1;
}

.flow__step-no {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: var(--color-primary);
	line-height: 1;
	margin-top: 8px;
}

.flow__step-body {
	flex: 1;
	padding-left: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flow__step-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-text);
	line-height: 1.5;
	margin-bottom: 6px;
}

.flow__step-txt {
	line-height: 1.8;
}



/* fee */
.fee {
	background-color: var(--color-bg-gray);
}

.fee__lead {
	max-width: 960px;
	margin: 0 auto;
	line-height: 2;
}

.fee__table-wrap {
	max-width: 960px;
	margin: 48px auto 0;
}

.fee__table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}

.fee__table thead th {
	background-color: var(--color-primary);
	color: #FFFFFF;
	font-weight: 700;
	padding: 14px 12px;
	text-align: center;
	line-height: 1.4;
}

.fee__table tbody td {
	padding: 18px 12px;
	text-align: center;
	line-height: 1.6;
	border-bottom: 1px solid #E0E0E0;
}

.fee__table tbody tr:last-child td {
	border-bottom: none;
}

.fee__table tbody tr:nth-child(even) td {
	background-color: #FAFAFA;
}

.fee__cat {
	font-weight: 700;
	color: var(--color-primary);
}

.fee__price {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-primary);
}

.fee__remarks {
	color: #999;
	margin-top: 20px;
	font-size: 14px;
}

.fee__extra {
	max-width: 960px;
	margin: 48px auto 0;
}

.fee__extra-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-text);
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #DDDDDD;
}

.fee__list li {
	line-height: 2;
	padding-left: 1em;
	position: relative;
}

.fee__list li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: var(--color-primary);
}

.fee__notice {
	max-width: 960px;
	margin: 32px auto 0;
	background-color: #FFFBE6;
	border: 2px solid var(--color-accent);
	border-radius: 8px;
	padding: 24px 32px;
}

.fee__notice-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 12px;
}

.fee__notice-txt {
	margin-top: 12px;
	line-height: 1.8;
}







/******************************************************

タブレットの設定 960px〜1199pxの場合に適用

*******************************************************/

@media screen and (max-width: 1199px){




}



/******************************************************

タブレットの設定 768px〜959pxの場合に適用

*******************************************************/

@media screen and (max-width: 959px){




}



/******************************************************

SPの設定 767px以下の場合に適用

*******************************************************/

@media screen and (max-width: 767px){

/* flow */
.flow__steps {
	gap: 20px;
}

.flow__step {
	padding: 16px 18px;
}

.flow__step:not(:last-child)::after {
	bottom: -20px;
	height: 20px;
}

.flow__step-num {
	flex: 0 0 70px;
	padding-right: 14px;
}

.flow__step-label {
	font-size: 10px;
}

.flow__step-no {
	font-size: 28px;
	margin-top: 4px;
}

.flow__step-body {
	padding-left: 16px;
}

.flow__step-title {
	font-size: 16px;
	margin-bottom: 4px;
}


/* fee */
.fee__table-wrap {
	margin-top: 32px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.fee__table {
	min-width: 640px;
}

.fee__table thead th {
	padding: 10px 8px;
	font-size: 13px;
}

.fee__table tbody td {
	padding: 12px 8px;
	font-size: 13px;
}

.fee__price {
	font-size: 16px;
}
	
.fee__remarks {
	margin-top: 10px;
	font-size: 12px;
}

.fee__extra {
	margin-top: 32px;
}

.fee__extra-title,
.fee__notice-title {
	font-size: 16px;
}

.fee__notice {
	margin-top: 24px;
	padding: 20px 20px;
}


}
