.p-info-contents {
	padding-top: 90px;
}
@media screen and (max-width: 767px) {
	.p-info-contents {
		padding-top: 45px;
	}
}

/******************************/
/* --トップへ戻るボタンのスタイル-- */
/******************************/
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333; /* ダークグレー */
    color: #fff;
    border: none;
    border-radius: 50%; /* 正円にする */
    width: 30px; /* 直径を設定 */
    height: 30px; /* 直径を設定 */
    padding: 0; /* 余白を削除 */
    cursor: pointer;
    text-align: center; /* テキストを中央に配置 */
    line-height: 30px; /* テキストを垂直方向に中央に配置 */
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333; /* 二重線の影を追加 */
}

/******************************/
/* --トップへ戻るボタンのスタイル-- */
/******************************/