@charset "UTF-8";
/*CommonCSS_link*/
body {
  overflow-x: hidden;
}

.list_terms dt {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: left;
    line-height: 1.3;
	font-family: "NotoSansBlack";
    font-size: 16px;
    color: #0a1759;
}
.list_terms dt::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 4px;
    content: "";
    background: #0a1759;
}

.list_terms dd {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    border-bottom: dotted 1px #808080;
}
