#inquery_category{
	margin-top: 10px;
}
#inquery_category dt{
    display:block;
    background-color: #FFF;
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.5;
	padding: 10px 30px 10px 10px;
    border: #ddd 1px solid;
    cursor:pointer;
	position: relative;
}

#inquery_category dt:before {
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.8rem;
    color: #15447e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) rotate(90deg);
    right: 20px;
}
#inquery_category dt.open:before {
    transform: translateY(-50%) rotate(-90deg);
}

#inquery_category dd{
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.5;
    padding: 10px;
    display:none;
}
#inquery_category dd li{
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 10px;
}
#inquery_category dd li::before{
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.8rem;
    color: #15447e;
    position: absolute;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
#inquery_category dd li a:hover{
	color: #15447e;
    text-decoration: underline;
}

#inquery_category dt.direct_link::before{
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.8rem;
    color: #15447e;
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
	left: 10px;
	width: 5px;
}
#inquery_category dt.direct_link{
	padding-left: 20px;
}
#inquery_category dt.direct_link a{
	display: block;
}