@charset "UTF-8";

@media print {
		#header,#contents_main,#side,#page_top,#footer {
				display: none !important;
		}
}

.faq-index .context:first-child {
    border-top: none;
}
.faq-index .context {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px dotted #000;
}

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

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

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

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

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

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