@charset "utf-8";


#contents_top {
margin-bottom	: 50px;
}

#contents_top p {
margin-bottom	: 25px;
}

#contents_top p:last-of-type {
margin-bottom	: 0;
}


.blueBox dd {
text-align		: left !important;
}


.fiduciaryList {
margin-top		: 50px;
}


.fiduciaryList dt {
color			: #004983;
font-size		: 18px;
line-height		: 1.4;
font-weight		: bold;
margin-bottom	: 10px;
}


.fiduciaryList dd {
font-size		: 15px;
line-height		: 1.7;
margin-bottom	: 50px;
}


.fiduciaryList dd p {
margin-bottom	: 25px;
}

.fiduciaryList dd p:last-of-type {
margin-bottom	: 0;
}


#memo {
font-size		: 12px;
line-height		: 1.7;
}

#memo ul {
margin-top		: 25px;
}

#memo li a {
display			: inline-block;
line-height		: 30px;
padding-left	: 25px;
position		: relative;
}

#memo li a::after {
content			: '';
width			: 20px;
height			: 20px;
background		: url(../img/common/icon_pdf.png) no-repeat;
background-size	: contain;
position		: absolute;
top				: 50%;
left			: 0;
transform		: translate(0, -50%);
}

#memo li:last-child {
text-align		: right;
}



