@charset "UTF-8";
/* CSS Document */

table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 960px) {
	table {
		width: 100%;
	}
}
table,th,td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 8px;
}

table td:nth-child(2) {
	width: 20%;
}


.Plan__buttom {
	display: block;
	position: relative;
	width: 60%;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #d3162c;
	background-color: #fff;	
	border: 2px solid #d3162c;
	border-radius: 100px;
}

@media screen and (max-width: 960px) {
	.Plan__buttom {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.Plan__buttom {
		font-size: 5vw;
	}
}

.Plan__buttom:hover {
	background-color: #d3162c;
	color: #fff;
	transition: 0.3s
}

.fa-chevron-right {
	position: absolute;
	right: 10%;
	top: 40%;
}

hr {
	margin: 50px 0;
}

.Plan__article--new {
	margin: 50px 0;
}

.Plan__article--new:first-child {
	margin: 0;
}

.Plan__article--old {
	padding: 24px 0;
}

.Plan__article--item {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.6rem;
}

@media screen and (max-width: 960px) {
	.Plan__article--item {
		flex-direction: column;
	}
}

.Plan__article--title {
	font-size: 2.4rem;
	margin-right: 4.8rem;
}

@media screen and (max-width: 960px) {
	.Plan__article--title {
		font-size: 2rem;
		margin-right: 0;
		text-align: center;
	}
}

.Plan__article--link {
	color: #d3162c;
}

.Plan__article--inner{
	margin-bottom: 50px;
}

.Plan__article--inner ol {
	margin-left: 24px;
}

.Plan__article--backbutton {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px; height: 40px;
	line-height: 40px;
	position: relative;
	background-color: #fff;
	color: #000;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	border-radius: 20px;
	text-decoration: none;
}

.Plan__article--backbutton:hover {
	background-color: #2B2B2B;
	color: #fff;
	transition: 0.3s;
}

.Plan__article--backbutton i {
	position: absolute;
	top: 12px;
	left: 24px;
}



/* Plan__article--All
======================================*/

.Plan__article--All {
	padding: 50px 30px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.03)) drop-shadow(0 0 2px rgba(0,0,0,0.03));
}

@media screen and (max-width:960px) {
	.Plan__article--All {
		width: 100%;
	}
}