@charset "utf-8";

.docl {
	float:left;
	width:480px;
}
.docr {
	float:right;
	width:480px;
}
.rw a {
	display:block;
	border-bottom:1px dotted #ccc;
	padding:0 0 12px 25px;
	margin-bottom:12px;
	background-image:url(../../img/link.png);
	background-position:15px 0.5em;
	background-size:4px 10px;
	background-repeat:no-repeat;
}

.faq dt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: bold;
    color: #1a2c70;
}
.faq dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5em;
}
.faq dd strong {
    margin-left: 1em;
    color: #c60;
}
.faq dd:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 499px) {
	
.docl {
	float:none;
	width:auto;
}
.docr {
	float:none;
	width:auto;
}
	
}

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

}
.li_pl{padding-left: 1.5em;}
.table3 th {
    vertical-align: inherit!important;
}
.koe_msg{text-align: right;}
