
.related-link a:link, .related-link a:visited {
    color: #0035e3!important;
    text-decoration-line: underline!important;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}
.related-link a:hover{
  color: #657cc9!important;
  text-decoration-line: none!important;
}
.related-link a::before {
    position: absolute;
    content: "";
    display: block;
    left:5px;
    top: 6px;
    width: 7px;
    height: 11px;
    background-size: 7px 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/shared/img/rwd_icon_arrow_right02.svg);
}
.txt-name{
    font-size: 2.0rem;
}

@media print, screen and (min-width: 768px){
#rwd-content .rwd-notes-list-circle01 li:last-of-type {
    margin-bottom: 0!important;
}
#rwd-content .rwd-link-list01 li{
text-align: right!important;
}
#rwd-content .rwd-link-list01.link-right li::after{
background-image: none!important;
}
#rwd-content .rwd-link-list01 li a{
position: relative;
}
#rwd-content .rwd-link-list01 li a::before {
    position: absolute;
    content: '';
    display: block;
    left: 0; 
    top: 6px;
    margin: auto;
    width: 7px;
    height: 11px;
    background-size: 7px 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/shared/img/rwd_icon_arrow_right02.svg);
}

}
@media screen and (max-width: 767px){
#rwd-content .rwd-notes-list-circle01 li:last-of-type {
    margin-bottom: 0!important;
}
.rwd-table th{
    white-space: nowrap;
    width: 30%;
}
.rwd-table td{
    width: 70%;
}
.fig-w80 img{
	width: 80%!important;
}
.fig-w80{
	text-align: center;
}
.txt-name{
    font-size:1.8rem;
}

}