@charset "UTF-8";
/* .wp-block-table:not(:has(thead)) td:first-of-type {
	background-color: #fff;
	color: #000000;
	font-weight: 400;
} */
.pageTop {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #788793;
		background: #788793;
    border-radius: 30px;
		overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.pageTop a {
    text-align: center;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1em;
    padding: 24px 0;
    color: #fff;
		font-weight: bold;
}
.pageTop a:hover {
	background: #fff;
	color: #0168b7;
}
.pageTop.active {
    opacity: 1;
    visibility: visible;
}
.pageTop.absolute {
    position: absolute;
    top: -70px;
    bottom: auto;
}



@media screen and (min-width:480px) {
/* ------------------------------------- */
/* contents */
/* ------------------------------------- */

}
@media screen and (min-width:768px) {
/* ------------------------------------- */
/* contents */
/* ------------------------------------- */

}
@media screen and (min-width:1025px) {
/* ------------------------------------- */
/* contents */
/* ------------------------------------- */

}
@media (orientation: landscape) and (max-width: 767px){
/* デバイスが横向き、画面の横幅が 767px 以下の場合の記述 */
}