@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/






/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {
	.bnr-off {
		top: -3rem;
}
}
@media screen and (min-width: 600px) {

.bnr-off {
    font-weight: bold;
    position: absolute;
    top: 0rem;
    right: 1rem;
    line-height: 1.3;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #eee;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.bnr-off {
    top: -2rem;
    right: 0rem;
}
#fixBan {
        width: 300px;
    }
footer .botArea .copy {
    padding-bottom: 25px;
}
.supervis img {
    margin-bottom: 2rem;
}
	
	
	
	
	
	

}