@charset 'UTF-8';
/*----------------------------------------
	- cost
	- note
	- list
	- other
	- table_houseplan
	- table_procedure1
	- table_course

-----------------------------------------*/

/*----------------------------------------
	cost
-----------------------------------------*/
#cost {
	width: 84.32vw;
	max-width: 1200px;
	margin: 80px auto 0;
}

#cost .table {
	margin: 60px 0;
}

#cost .table_course th:nth-child(1) {
	width: 50%;
}

#cost .table_course th:nth-child(2) {
	width: 30%;
}

#cost .table_course th:nth-child(3) {
	width: 20%;
}

#cost .table_course th:nth-child(3) .font20_16>span {
	display: inline-block;
}

#cost .table_course td {
	height: 115px;
}

#cost .table_course td:nth-child(1) {
	padding: 30px 20px 0;
	vertical-align: bottom;
}

#cost .table_course td:nth-child(1)>div {
	display: flex;
	flex-direction: inherit;
}

#cost .table_course td:not(1)>div {
	justify-content: center;
}

#cost .table_course td>div>.icon {
	position: relative;
	/*min-width: 127px;*/
	min-width: 33%;
	padding-bottom: 15px;
}

#cost .table_course td>div>.icon>div {
	width: 68px;
	margin: 0 auto 10px;
}

#cost .table_course td>div.discount {
	padding-top: 30px;
	color: #7f7f7f;
}

#cost .table_course td>div.free {
	padding-top: 30px;
	color: #e83828;
}

@media screen and (min-width: 768px) and (max-width: 850px) {
	.table_course th [class*=font] {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	#cost {
		width: 89.33vw;
		margin: 13.33vw auto 0;
	}

	#cost .table {
		margin: 8.53vw -5.3vw 16vw 0;
	}

	#cost .table_course {
		border-left: none;
	}

	#cost .table_course th:nth-child(1) {
		width: 50%;
	}

	#cost .table_course th:nth-child(2) {
		width: 30%;
	}

	#cost .table_course th:nth-child(3) {
		width: 20%;
	}

	#cost .table_course td:nth-child(1) {
		padding: 5.4vw 10.6vw 0;
	}

	#cost .table_course td>div>.icon {
		padding-bottom: 4.53vw;
	}

	#cost .table_course td>div>.icon>div {
		margin-bottom: 1.86vw;
	}
}

/*----------------------------------------
	note
-----------------------------------------*/
.note {
	width: 84.32vw;
	max-width: 1200px;
	margin: 0 auto 10px;
	padding: 75px 50px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}

.note:last-child {
	margin-bottom: 0;
}

.note>p:not(.title_small),
.note>ul {
	margin-left: 33px;
}

.note>.title_small {
	margin-bottom: 40px;
}

.note>.title_small+.list_circle {
	margin-bottom: 30px;
}

.note p.note_first_txt {
	margin-bottom: 26px;
}

.note p.note_indent {
	padding-left: 1.2em;
}

.note .note_column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 33px;
}

.note .note_column .btn {
	width: 248px;
	box-sizing: border-box;
}

@media screen and (max-width: 920px) {
	.note .note_column {
		display: block;
		margin: 0 0 0 4.33vw;
	}

	.note .note_column .btn {
		margin-top: 4vw;
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.note {
		width: 89.33vw;
		padding: 10.66vw 5.33vw;
		box-sizing: border-box;
	}

	.note>p:not(.title_small),
	.note>ul {
		margin: 0 0 0 4.33vw;
	}

	.note>.title_small {
		margin-bottom: 8.8vw;
	}

	.note>.title_small+.list_circle {
		margin-bottom: 6.66vw;
	}

	.note p.note_first_txt {
		margin-bottom: 8vw;
	}

	.note .note_column .btn {
		width: 50vw;
		margin-top: 8vw;
		padding: 0 1.5em;
	}

	.note>p.note_txt {
		margin-bottom: 0;
	}
}

/*----------------------------------------
	list
-----------------------------------------*/
.list_circle {
	padding-left: 1em;
}

.list_circle>li::before {
	position: absolute;
	transform: translateX(-100%);
	content: '・';
}

.list_circle_column {
	display: flex;
}

.list_circle_column>span:first-child {
	width: 183px;
}

@media screen and (max-width: 767px) {
	.list_circle_column {
		display: block;
	}

	.list_circle_column>span {
		display: block;
	}

	.list_circle_column>span:first-child {
		width: auto;
	}
}

/*----------------------------------------
	other
-----------------------------------------*/
.font30_26 {
	font-size: 3rem;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.font30_26 {
		font-size: 6.93vw;
		line-height: 2;
	}
}

/*----------------------------------------
	table_houseplan
-----------------------------------------*/
.table_houseplan {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.table_houseplan th {
	position: relative;
	width: 20%;
	height: 175px;
	border-bottom: 4px solid #aaa;
	text-align: center;
}

.table_houseplan th [class*=font] {
	line-height: 1.3;
}

.table_houseplan th>div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
}

.table_houseplan th>div>figure {
	position: relative;
	padding-bottom: 6px;
}

.table_houseplan th figure span.chip {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	margin: auto;
}

.table_houseplan th figure span.chip.yellow {
	background-color: #f6b240;
}

.table_houseplan th figure span.chip.blue {
	background-color: #408ec9;
}

.table_houseplan th figure span.chip.green {
	background-color: #40b273;
}

.table_houseplan th figure span.chip.terracotta {
	background-color: #ee6a5e;
}

.table_houseplan th figure span.chip.black {
	background-color: #4c4c4c;
}

.table_houseplan th>div>p {
	margin: 12px 0 15px;
}

.table_houseplan td {
	position: relative;
	width: 20%;
	height: 122px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}

.table_houseplan td p.lh05 {
	line-height: .5;
}

.table_houseplan td [class*=font] {
	line-height: 1.3;
}

.table_houseplan td span.chip {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 6px;
	margin: auto;
}

.table_houseplan td span.chip.yellow {
	background-color: #fbdba6;
}

.table_houseplan td span.chip.blue {
	background-color: #a6cae6;
}

.table_houseplan td span.chip.green {
	background-color: #a6dbbd;
}

.table_houseplan td span.chip.terracotta {
	background-color: #f7b9b4;
}

.table_houseplan td span.chip.black {
	background-color: #aaa;
}

.table_houseplan td span.chip.empty {
	display: none;
}

.table_houseplan td>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.table_houseplan td .label {
	width: 150px;
	height: 38px;
}

@media screen and (max-width: 767px) {
	.table_houseplan {
		width: 226vw;
		min-width: 100%;
		border-right: #fff solid 5.3vw;
		border-left: #fff solid 5.3vw;
	}

	.table_houseplan td {
		height: 29.33vw;
	}
}

/*----------------------------------------
	table_procedure1
-----------------------------------------*/
.table_procedure1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.table_procedure1 th {
	position: relative;
	width: 25%;
	height: 175px;
	border-bottom: 4px solid #aaa;
	text-align: center;
}

.table_procedure1 th [class*=font] {
	line-height: 1.3;
}

.table_procedure1 th:nth-of-type(n+2) {
	width: 15%;
}

.table_procedure1 tr:nth-of-type(n+2) th {
	position: relative;
	width: 25%;
	height: 103px;
	border-bottom: 1px solid #aaa;
}

.table_procedure1 th>div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
}

.table_procedure1 tr:nth-of-type(n+2) th>div {
	align-items: flex-start;
	height: auto;
}

.table_procedure1 th>div>figure {
	position: relative;
	padding-bottom: 6px;
}

.table_procedure1 th figure span.chip {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	margin: auto;
}

.table_procedure1 th figure span.chip.yellow {
	background-color: #f6b240;
}

.table_procedure1 th figure span.chip.blue {
	background-color: #408ec9;
}

.table_procedure1 th figure span.chip.green {
	background-color: #40b273;
}

.table_procedure1 th figure span.chip.terracotta {
	background-color: #ee6a5e;
}

.table_procedure1 th figure span.chip.black {
	background-color: #4c4c4c;
}

.table_procedure1 th>div>p {
	margin: 12px 0 15px;
}

.table_procedure1 tr:nth-of-type(n+2) th>div>p {
	margin: 0;
}

.table_procedure1 td {
	position: relative;
	width: 15%;
	height: 103px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}

.table_procedure1 td p.lh05 {
	line-height: .5;
}

.table_procedure1 td [class*=font] {
	line-height: 1.3;
}

.table_procedure1 td span.chip {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 6px;
	margin: auto;
}

.table_procedure1 td span.chip.yellow {
	background-color: #fbdba6;
}

.table_procedure1 td span.chip.blue {
	background-color: #a6cae6;
}

.table_procedure1 td span.chip.green {
	background-color: #a6dbbd;
}

.table_procedure1 td span.chip.terracotta {
	background-color: #f7b9b4;
}

.table_procedure1 td span.chip.black {
	background-color: #aaa;
}

.table_procedure1 td span.chip.empty {
	display: none;
}

/* カラーチップ4個セット */
.table_procedure1 td span.chip4 {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 95px;
	height: 6px;
	margin: auto;
}

.table_procedure1 td span.chip4 span.chip {
	position: static;
	width: 20px;
}

/* カラーチップ5個セット */
.table_procedure1 td span.chip5 {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 6px;
	margin: auto;
}

.table_procedure1 td span.chip5 span.chip {
	position: static;
	width: 20px;
}

.table_procedure1 td>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.table_procedure1 td[colspan='4'] {
	width: 64%;
}

.table_procedure1 td[colspan='5'] {
	width: 80%;
}

@media screen and (max-width: 767px) {
	.table_procedure1 {
		width: 226vw;
		min-width: 100%;
		border-right: #fff solid 5.3vw;
		border-left: #fff solid 5.3vw;
	}

	.table_procedure1 tr:nth-of-type(n+2) th,
	.table_procedure1 td {
		height: 29.33vw;
	}
}

/*----------------------------------------
	table_course
-----------------------------------------*/
.table_course {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.table_course th {
	position: relative;
	width: 25%;
	height: 86px;
	border-bottom: 4px solid #aaa;
	text-align: center;
}

.table_course th [class*=font] {
	line-height: 1.3;
}

.table_course tr:nth-of-type(n+2) th {
	position: relative;
	width: 25%;
	height: 130px;
	border-bottom: 1px solid #aaa;
	text-align: left;
}

/* th分割 */
.table_course th.split_th {
	/*width: 15% !important;*/
	width: auto !important;
}

.table_course th.split_th:nth-of-type(n+2) {
	width: 10% !important;
}

.table_course th>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.table_course tr:nth-of-type(n+2) th>div {
	align-items: flex-start;
	height: auto;
}

/* th分割 センター寄せ */
.table_course th.split_th_center>div {
	align-items: center !important;
}

.table_course th>div {
	position: relative;
}

.table_course th span.chip {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	margin: auto;
}

.table_course th span.chip.yellow {
	background-color: #f6b240;
}

.table_course th span.chip.blue {
	background-color: #408ec9;
}

.table_course th span.chip.green {
	background-color: #40b273;
}

.table_course th span.chip.terracotta {
	background-color: #ee6a5e;
}

.table_course th span.chip.black {
	background-color: #4c4c4c;
}

/* カラーチップ3個セット */
.table_course th span.chip3 {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 30px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.table_course th span.chip3 {
	width: 100px;
	height: 4px;
}

.table_course th span.chip3 span.chip {
	position: static;
	width: 30px;
}

.table_course th>div>p {
	margin: 0 0 35px;
}

.table_course tr:nth-of-type(n+2) th>div>p {
	margin: 0;
}

.table_course td {
	position: relative;
	width: 25%;
	height: 130px;
	border-bottom: 1px solid #aaa;
	text-align: center;
}

.table_course td p.lh05 {
	line-height: .5;
}

.table_course td [class*=font] {
	line-height: 1.3;
}

.table_course td [class*=font]>span {
	display: inline-block;
}

.table_course td span.chip {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 6px;
	margin: auto;
}

.table_course td span.chip.yellow {
	background-color: #fbdba6;
}

.table_course td span.chip.blue {
	background-color: #a6cae6;
}

.table_course td span.chip.green {
	background-color: #a6dbbd;
}

.table_course td span.chip.terracotta {
	background-color: #f7b9b4;
}

.table_course td span.chip.black {
	background-color: #aaa;
}

.table_course td span.chip.empty {
	display: none;
}

/* カラーチップ3個セット */

.table_course td span.chip3 {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.table_course td span.chip3 {
	width: 70px;
	height: 6px;
}

.table_course td span.chip3 span.chip {
	position: static;
	width: 20px;
}

.table_course td>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.table_course td[colspan='3'] {
	width: 70%;
}

@media screen and (max-width: 767px) {
	.table_course {
		width: 226vw;
		min-width: 100%;
		border-right: #fff solid 5.3vw;
		border-left: #fff solid 5.3vw;
	}

	.table_course tr:nth-of-type(n+2) th,
	.table_course td {
		height: 29.33vw;
	}
}