h5 {
    color:#898989;
    margin: 10px 0px 5px 10px;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    font-size: 150%;
    border-bottom: 2px solid #ba8789;
}
.container .contentPage h3 a{
    border-bottom:none;
    color:#ffffff;
}

/**
* トップページ
* index.html
*/
.sys-header {
    position: fixed;
    left: 0;
    height: 50px;
    background-color: #a4586C;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 50%);
    z-index: 400;
}

.sys-footer {
    background-color: #a4586C;
}

.sys-copyright {
    color: #d3d3d3;
}

/**
* 上に戻るボタン
*/
/**オリジナル
#pageTop {
    position: fixed;
    margin-left: 500px; 
    top: 600px;
}
*/


#pageTop p {
	position: fixed;
	right: 20px;
	bottom: 20px;
}


/*	    Responsive Settings
-------------------------------------------------- */	



@media screen and (max-width:640px) {
        #pageTop {
                 max-width: 640px;
        }
}

