@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document fee_01
--------------------------------------------------------- */

#fee_01 .container {
	margin-bottom: 120px;
	text-align: left;
}

#fee_01 .price {
	width: 500px;
	margin: 0 auto 60px;
	padding: 20px 0;
	border-radius: 10px;
	background: rgba(255, 207, 164, 0.3);
	text-align: center;
	line-height: 1;
}

#fee_01 .price .name {
	display: inline-block;
	vertical-align: top;
	width: 98px;
	height: 30px;
	margin-bottom: 20px;
	background: var(--orange);
	line-height: 30px;
	color: #fff;
}

#fee_01 .price .time {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

#fee_01 .price .time span {
	font-size: 36px;
}

#fee_01 .price .memo {
	font-size: 15px;
	color: rgba(75, 63, 57, 0.5);
}

#fee_01 ul {
	margin-bottom: 60px;
}

#fee_01 li {
	margin-left: 1em;
	text-indent: -1em;
}

#fee_01 .about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 55px 30px 30px;
	border-radius: 10px;
	border: solid 1px var(--orange);
}

#fee_01 .about .row {
	flex: 1;
	margin-right: 50px;
}

#fee_01 .about .name {
	margin-bottom: 0.5em;
	font-weight: 600;
	font-size: 16px;
	color: #FF8153;
}

#fee_01 .about figure {
	padding: 30px;
	border-radius: 10px;
	background: #F3E9E1;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}

#fee_01 .about figure img {
	height: 70px;
	margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document fee_02
--------------------------------------------------------- */

#fee_02 .container {
	margin-bottom: 120px;
	text-align: left;
}

#fee_02 .row {
	margin-bottom: 60px;
}

#fee_02 h4 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
}

#fee_02 h5 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
}

#fee_02 h5:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#fee_02 p {
	margin-bottom: 2em;
}

#fee_02 .table {
	display: table;
	width: 100%;
}

#fee_02 dl {
	display: table-row;
}

#fee_02 dt {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	padding: 20px;
	border: solid 1px var(--gray);
	background: #f5f5f5;
}

#fee_02 dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	border: solid 1px var(--gray);
}

#fee_02 .table dd .flex {
	display: flex;
	justify-content: space-between;
	width: 500px;
}

#fee_02 .table dd .flex span {
	width: 130px;
}

/* ---------------------------------------------------------
	CSS Document fee_03
--------------------------------------------------------- */

#fee_03 .container {
	margin-bottom: 120px;
	text-align: left;
}

#fee_03 h4 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
}

#fee_03 h4:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#fee_03 p {
	margin-bottom: 60px;
}

/* ---------------------------------------------------------
	CSS Document fee_04
--------------------------------------------------------- */

#fee_04 .container {
	margin-bottom: 120px;
	text-align: left;
}

#fee_04 .row {
	margin-bottom: 60px;
}

#fee_04 h4 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
}

#fee_04 h4:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#fee_04 p {
	margin-bottom: 2em;
}

#fee_04 .table {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

#fee_04 dl {
	display: table-row;
}

#fee_04 dt {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	padding: 20px;
	border: solid 1px var(--gray);
	background: #f5f5f5;
}

#fee_04 dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	border: solid 1px var(--gray);
}
