@charset "UTF-8";
.sticky-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    width: 480px;
}
.sticky-banner img {
    width: 100%;
}
.header-1 strong {
    color: #e1c52d;
    font-size:29px;
}
strong {
    font-weight: bolder;
}
.header-1 {
    position: fixed;
    width: 100%;
    max-height: 60px;
}

.header-1 {
    z-index: 2;
    padding: 12px 0;
    /*background-color: #7b5d9a;*/
    background-color: #010e13;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.header-1 iframe{
	margin-left: -22px!important;
	position: relative;
    top: 2px;
    left:-0px;
}
.wrapper0{
	padding-top:59px;
}
iframe{
	min-height:32px;
}
@media screen and (max-width: 800px){
	.sticky-banner {
		right: 0;
		bottom: 0;
		width: 100%;
	}
}
