﻿@charset "utf-8";
/*
tailwind.cssにないものを記載しています
*/
ul.flow_list02 {
	position: relative;
	width: 100%
}
ul.flow_list02>li {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	background-color: #fff;
	border-top: 1px solid #E1CED2;
	box-sizing: border-box;
	padding: 40px 40px
}
ul.flow_list02>li .no {
	width: 60px
}
ul.flow_list02>li .no span {
	position: relative;
	z-index: 2;
	display: inline-block;
	height: 37px;
	width: 41px;
	background-image: url(../img/icon_bal2.png?20250207);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 41px 37px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-family: "utsukushi", serif;
	line-height: 40px;
	margin-right: 17px;
	padding-right: 3px
}
ul.flow_list02>li .wrap {
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-flow: row-reverse
}
ul.flow_list02>li .wrap .img {
	width: 264px
}
ul.flow_list02>li .wrap .text {
	width: calc(100% - 264px);
	padding-right: 20px;
	box-sizing: border-box
}
ul.flow_list02>li .wrap .title {
	color: #983169;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 10px;
	padding-top: 6px
}
ul.flow_list02>li:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 60px;
	top: 0px;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #983169
}
ul.flow_list02>li:first-child {
	border: none
}
ul.flow_list02>li:first-child:after {
	height: calc(100% - 60px);
	top: inherit;
	bottom: 0
}
ul.flow_list02>li:last-child:after {
	height: 60px
}
.wt100p {
	width: 100% !important
}
.price_table td:first-child.cell_price{
	text-align: right;
}