@charset "utf-8";

/*----------------------------------------------------
 費用
----------------------------------------------------*/
.intro {
	padding: 0 0 80px;
}
.description {
	line-height: 30px;
}
.caution {
	font-size: 14px;
	line-height: 22px;
}
.lawsuit {
	margin: 0 0 40px;
}

.fee_list {
	padding: 0 0 100px;
}
.fee_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fee_list ul li {
	width: calc(25% - 16px);
	margin: 0 0 24px;
	border: 1px solid #8fab1a;
	text-align: center;
}
.fee_list ul li a {
	padding: 18px 0;
	display: block;
	position: relative;
}
.fee_list ul li a::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-weight: normal;
	color: #8fab1a;
	position: absolute;
	top: 17px;
	right: 8px;
}
.fee_list ul li a:hover {
	background-color: #f3f9da;
	text-decoration: none;
}

.fee_detail {
	padding: 0 0 80px;
}
.fee_detail h3 {
	font-size: 18px;
	line-height: 24px;
	background-color: #8fab1a;
	color: #ffffff;
	padding: 18px 24px;
	margin: 0 0 18px;
}

.fee_detail table + h3 {
	margin: 40px 0 20px;
}
.fee_detail h4 {
	font-size: 18px;
	margin: 18px 0 12px;
	padding: 8px 0 8px 42px;
	position: relative;
	cursor: pointer;
}
.fee_detail h4 span {
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	margin-left: 1em;
}

.fee_detail h4::before {
	content: "\f107";
	font-family: "FontAwesome";
	font-weight: normal;
	color: #8fab1a;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	border: 1px solid	#8fab1a;
	text-align: center;
	line-height: 30px;
}
.fee_detail h4.active::before {
	content: "\f106";
}
.fee_detail .incidental {
	display: none;
}
.fee_detail .incidental.active {
	display: block;
}
.fee_detail .incidental + h3 {
	margin-top: 40px;
}

table {
  width: 100%;
  margin: 0 0 10px;
	line-height: 26px;
}
caption {
  display: none;
}
th {
  background-color: #f0f2df;
  color: #000000;
  padding: 10px;
  width: 15em;
  vertical-align: middle;
  border: solid 1px #ccc;
	text-align: left;
}
th span,
caption .title span,
td span {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	display: block;
}
th.subTH {
  background-color: #eeeeee;
  color: #000000;
  text-align: center;
  width: 5em;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
}
.housyuu td.head {
  width: 15em;
}
.dammy {
  display: none !important;
}

table.main th {
  background-color: #eeeeee;
}
table.main .thead th {
	width: auto;
}
table.main .thead th:first-child {
  width: 15em;
}

table.main td:first-child {
  background-color: #f0f2df;
	color: #000000;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.description {
		font-size: 15px;
		line-height: 26px;
	}
	.caution {
		font-size: 13px;
		line-height: 18px;
	}
	.lawsuit {
		margin: 0 0 30px;
	}
	.fee_list ul {
		justify-content: flex-start;
		margin-right: -14px;
	}
	.fee_list ul li {
		width: calc(50% - 14px);
		margin: 0 14px 14px 0;
		font-size: 15px;
	}
	.fee_list ul li a {
		padding: 14px 0;
	}
	.fee_detail h4 {
		margin: 14px 0 6px;
	}
	.fee_detail h4 span {
		display: block;
		font-size: 13px;
		margin: 8px 0 0;
		line-height: 20px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.fee_detail .incidental + h3 {
		margin-top: 20px;
	}
	.thead th:first-child {
    display: none;
  }
  caption {
    display: table-caption;
  }
	th,
	td {
		font-size: 15px;
		line-height: 22px;
	}
	th span,
	caption .title span,
	td span {
		font-size: 13px;
		line-height: 18px;
	}
	.housyuu td.head {
	  width: 10em;
	}
  .housyuu th {
    display: none;
  }
  .title {
    background-color: #f0f2df;
		color: #000000;
    padding: 10px;
    text-align: left;
		border-top: solid 1px #ccc;
		border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
		font-size: 15px;
		line-height: 22px;
  }
  .subtitle {
    background-color: #eeeeee;
    text-align: left;
    padding: 4px 10px;
		border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
}
@media screen and (max-width: 480px) {
	.fee_list ul {
		margin-right: 0;
	}
	.fee_list ul li {
		width: 100%;
		margin: 0 0 4px;
	}
}
