@charset "UTF-8";
.link-btn-dl {
 text-align: center;
 margin-top: 20px;
}
.main-content-inner table{
	border-collapse: collapse;
	margin-bottom: 30px;
}
.main-content-inner th, .main-content-inner td{
	border-bottom: solid 1px #e1e0e0;
	text-align: left;
}
.main-content-inner th{
	width: 20%;
	padding: 20px 15px;
	vertical-align: middle;
}
.main-content-inner td{
	font-size: 15px;
	line-height: 1.6;
	width: 80%;
	padding: 20px;
}
.main-content-inner td .red{
	color: red;
}
.main-content-inner td .under-line{
	color: red;
	text-decoration: underline;
}
.main-content-inner td dl dt{
	font-weight: bold;
	margin-top: 10px;
}
.main-content-inner td dl dd ul{
	font-size: 14px;
}
.main-content-inner .btn{
	background-color: #7e71de;
	width: 50%;
	border-radius: 3px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.main-content-inner .btn a{
	display: block;
	color: white;
	padding: 20px 30px;
}
.main-content-inner .explain{
	font-size: 14px;
}
.main-content-inner .explain p{
	color: red;
}
.main-content-inner .explain section{
	margin-top: 60px;
}
.main-content-inner .explain section .img{
	margin: 10px auto;
	width: 90%;
}
.main-content-inner .explain section ol{
	width: 90%;
	margin: 30px; auto;
}
.main-content-inner .explain section ol .none{
	list-style: none;
}
@media (max-width: 444px){
table{
	width: 100%;
	}
.main-content-inner th, .main-content-inner td{
	width: 100%;
	display: block;
}
.main-content-inner th{
	border:none;
	padding: 0;
}
.main-content-inner td{
	padding-left: 0;
	padding-top: 0;
}
}