@charset "UTF-8";

/**
 * #content
 */
#content table.module th {
	color:#fff;
	background: #7B9437;
	white-space: normal;
}
#content table.module th,
#content table.module td {
	border-width: 0;
	padding: 15px;
	line-height: 1.4;
    font-size: 17px;
}

#content table.module td {
    border-bottom-width: 1px;
    padding: 15px;
    line-height: 1.4;
}
#content table.module tr th:nth-of-type(1) {
	width: 60%;
}
#content table.module tr th:nth-last-of-type(1) {
	border-right: none;
}
#content table.module + p {
	margin-top: 1em;
}
#content .procedure-list {
	font-weight: normal;
}
#content .procedure-list li {
	list-style: circle inside;
	margin-left: 0.25em;
}
#content .procedure-list li + li {
	margin-top: 0.5em;
}

#content .text,
#content .text p {
    font-size: 17px;
    line-height: 1.4;
}
@media only screen and (max-width:767px) {
    #content h1 {
        font-size: 24px;
    }
	#content table.module th {
		white-space:normal;
	}
	#content table.module th,
	#content table.module td {
		padding: 12px;
	}

    #content .text p {
        font-size: 15px;
        line-height: 1.4;
    }
}
