@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;/*タイマー時12px 0　なし時4px 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;/*タイマー時59px　なし時7px*/
}
.header-2 {
	background: url(../img/to_bg.jpg) no-repeat center top;
}
.header-2 .header-2-in {
	width: 980px;
	margin: 0 auto;
}
iframe{
	min-height:32px;
}
.form-privacy {
	background: #fff;
	padding: 15px 10px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.form-privacy_in {

}
.form-privacy_r{
	width: 10%;
	float: right;
	margin:0 0 0 20px;
}
.form-privacy_r img {
	width: 100%;
	height: auto;
}
.form-privacy_l{}
.form-privacy_l p {
	margin-bottom: 0 !important;
	font-size: 1em;
	line-height: 1.5;
}
.form-privacy2 {
	background: #fff;
	padding: 8px;
	width: 350px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.form-privacy2 .form-privacy_r{
	width: 15%;
	float: right;
	margin:0 0 0 8px;
}
.form-privacy_l2 p {
	margin-bottom: 0 !important;
	font-size: 0.7em;
	line-height: 1.3;
	letter-spacing: -1px;
}
@media screen and (max-width: 800px){
	.sticky-banner {
		right: 0;
		bottom: 0;
		width: 100%;
	}
.header-2 {
	background: none;
}
.header-2 .header-2-in {
	width: 980px;
	margin: 0 auto;
}
}
