/* only for 固定ページ */

ol, ol li {
	list-style: decimal outside !important;
}

ul, ul li {
	list-style: disc outside !important;
}

ol, ul {
	padding: 0 1em;
}

#memnav ul li, #gnav ul li {
    list-style: none !important;
}

.sub h3 {
	margin-bottom: 0.6em;
}

table {
	margin: 2em 0 4em;
	border-collapse: collapse;
}

table tr td:first-child {
	border: 1px dotted #fff;
}

table tr td:not(:first-child) {
	border: 1px dotted #ECECD9;
}

table tr td {
	padding: 0.8em 0.5em 0.8em 1.6em;
	font-size: 90%;
}

table tr td p {
	font-size: 90%;
	line-height: 1.6;
}

.abc li {
	list-style-type: lower-alpha !important;
	margin-left: 40px;
	margin-bottom: 1em;
}

.faq {
	max-width: 800px;
	margin: auto;
}

.faq h3 span {
	border: none;
}

.faq h3 {
	position: relative;
	width: 100%;
}

.faq h3:before {
	content: "";
	width: 120px;
	height: 4px;
	background: #9B1B2A;
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
}



@media screen and (min-width:1280px) {

	.wrapper {
		width: 960px;
		margin: 0 auto;
	}

	.planTbArea {
		width: 100%;
	}

}

@media screen and (max-width: 1279px) and (min-width:769px) {

    .wrapper {
        width: 80%;
        margin: 0 auto;
    }

	table {
		max-width: 100%;
	}

}

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

    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

	table {
		max-width: 100%;
	}

}
