@charset "UTF-8"

/* .banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}

.banner a {
    text-decoration: none;
}
*/

.banner-back {
    width: 380px;
    background-color: #fff;
    border-radius: 15px;
}

.banner-copy {
    font-size: 34px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}

.banner-copy2 {
    font-size: 24px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}

.banner-copy .btn {
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: #F54900;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background-color: #ffffff;
    border-radius: 35px;
    padding: 12px 21px 12px 21px;
    white-space: nowrap;
}

.banner-bottom {
    padding: 10px 0px 2px 0px;
    line-height: 1.6;
}

.banner-body {
    width: 380px;
    background-image: url(./banner_bg.png);
/*    background-repeat: no-repeat; */
    padding: 12px 0px 0px 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

/*
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}
*/

.banner-close {
    font-weight: bold;
    position: absolute;
    line-height: 16px;
    top: -10px;
    right: -10px;
    z-index: 99999;
    padding: 4px 8px;
    color: #F54900;
    border: 1px solid #F54900;
    background-color: #f8f8f8;
    border-radius: 40px;
    cursor: pointer;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.10);
}

@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        margin: 0px;
        font-family: "Noto Sans JP", sans-serif;
        font-style: normal;
        font-weight: 700;
    	line-height: 100%;
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 100%;
        border-radius: 0px;
	background-image: url(./banner_bg_sp.png);
	/* background-repeat: no-repeat; */
    }
    .banner-back {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
    }

    .banner-bottom {
        padding: 10px 10px 4px 10px;
    }
    .banner-copy, .banner-copy2 {
        font-size: 14px;
	line-height: 160%;
	white-space: nowrap; 
    }

    .banner-copy .btn {
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	color: #F54900;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	background-color: #ffffff;
	border-radius: 35px;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
    }

    .banner-close {
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	line-height: 14px;
	z-index: 99999;
	padding: 3px 6px;
	color: #F54900;
	border: 1px solid #F54900;
	background-color: #f8f8f8;
	border-radius: 40px;
	cursor: pointer;
        -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.10);
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.10);
	top: 3px;
	right: 15px;
    }

    .banner-copy-br {
        display: none;
    }
}
