@charset "UTF-8";

.program--difference1,
.program--difference2 {
	background: #eee;
	padding: 4rem;
	margin: 4rem auto;
}

.program--difference1 {
}

.program__tit {
	margin: 0 0 4rem;
	font-size: 3.4rem;
	padding: 0;
	text-align: center;
}

.program__stit {
	margin: 0 0 4rem;
	font-size: 2.8rem;
	padding: 0;
	text-align: center;
}

.program__box-area {
	background: #fff;
	padding: 4rem;
	margin: 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.program__box-area__tit {
	margin: 0 0 4rem;
	font-size: 2.4rem;
	width: 100%;
	text-align: center;
	background: none;
	border: 0;
	color: #333;
	padding: 0;
}

.program__box-area__tit span {
	font-size: 2rem;
}

.program__box-area__step {
	width: calc((100%/4) - 15px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	background: #f5f5f5;
	text-align: center;
	padding: 0 0 10px;
}

.program__box-area__num {
	background: #aaa;
	color: #fff;
	position: relative;
	font-size: 2rem;
	padding: 5px;
	margin-bottom: 2rem;
	width: 100%;
}

.program__box-area__num:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #aaa;
}

.program__box-area__stit {
	color: #111;
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 1rem;
	width: 100%;
	line-height: 1.2;
}

.program__box-area__in-box {
	background: none;
	color: #333;
	font-size: 1.6rem;
	margin-bottom: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.program__box-area__in-box p {
	line-height: 2;
	margin: auto;
}
.program__box-area__in-box span {
	background: #fff;
	border-radius: 20px;
	font-size: 1.8rem;
	padding: 5px 15px;
	margin: 0 0px;
}



.program__box-area__inner {
	background: none;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.program__box-area__step.step1.long {
	width: calc((100%/2) - 10px);
}

.program--difference2 {
}

.program--difference2 table {
	border-collapse: collapse;
	border: solid 1px #e85b01;
	width: 100%;
	background: #eee;
	font-size: 1.8rem;
	table-layout: auto;
}

.program--difference2 table th,
.program--difference2 table td {
	border: solid 1px #aaa;
	/**/
	padding: 2.5rem 1rem;
	line-height: 1.2;
	vertical-align: text-bottom;
}

.program--difference2 thead {
	background: #777;
	color: #fff;
	font-weight: bold;
}

.program--difference2 thead td.program__table__color_change {
	background: #ffa000;
	color: #fff;
}

.program--difference2 tbody td.program__table__color_change {
	background: #fff8ed;
	color: #ffa000;
	font-weight: bold;
}

.program--difference2 table tr:nth-child(2n) {
	background: #fff;
}

.program--difference2 table th {
	color: #111;
	white-space: nowrap;
	padding: 1rem;
}

.program--difference2 table p {
	margin: 1rem 0;
}



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


	.program--difference1, .program--difference2 {
		padding: 5%;
	}


	.program__stit {
		font-size: 2.2rem;
		margin: 0 0 2rem;
		font-weight: bold;
	}

	.program__box-area {
		padding: 5%;
	}
	.program__box-area__tit span {
		display: block;
		font-size: 1.2rem;
	}

	.program__box-area__step {
		width: 100%;
		margin: 0 auto 2rem;
	}

	.program__box-area__step.step1.long {
		width: 100%;
	}

	.program__box-area__inner {
		width: 90%;
		margin: auto;
	}

	.program__box-area__stit {
		width: 90%;
		font-size: 2rem;
		margin: 0 auto 1em;
	}

	.program__box-area__in-box span {
		font-size: 1.4rem;
	}

	.program__box-area__num {
		font-size: 1.4rem;
	}

.program--difference2 table th, .program--difference2 table td {
    padding: 1rem;
    font-size: 1.4rem;
}

}