@charset "UTF-8";
/* CSS Document */
/*閉鎖対応*/

.close{
    width: 770px;
    max-width: 80%;
    height: auto;
    background: rgba(0,43,94,0.8);
    position: absolute;
    z-index: 9999999;
    padding: 2%;
    left: 0;
    margin-top: 360px;
    right: 0;
    margin: 360px auto auto auto;
    line-height: 1.5em;
}

.close_text{
    color: #fff;
    font-size: 22px;
    border-bottom: 2px solid #fff;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.close_text_min{
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0 0;
}

@media screen and (max-width:640px){
    .close{
        max-width: 90%;
        margin-top: 400px;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .close_text{
        font-size: 30px;
        line-height: 1.3em;
    }

    .close_text_min{
        font-size: 25px;
        line-height: 1.5em;
    }
}

#header_glonavi #header_glonavi_l .glico_header_logo {
    padding-left: 90px!important;
        width: 165px;
}

body{
	font-family: 'Noto Sans JP', sans-serif!important;
}

section{
	position: relative;
}

.bg_r,
.bg_r2,
.bg_r3,
.bg_r4,
.bg_l,
.bg_l2,
.bg_l3,
.bg_l4,
.bg_r5,
.bg_l5,
.bg_r6,
.bg_l6,
.bg_r7,
.bg_l7,
.bg_r8,
.bg_r8_2,
.bg_l6_2{
	width: 180px;
}

.bg_l2{
	width: 150px;
}

.bg_r{
	position: absolute;
	right: 3px;
	top: -5%;
	z-index: 0;
}

.bg_l{
	position: absolute;
	left: 20px;
	top: 18%;
	z-index: 0;
}

.bg_r2{
	position: absolute;
	right: 20px;
	top: 60%;
	z-index: 1;
}

.bg_l2{
	position: absolute;
	left: 20px;
	top: 95%;
	z-index: 1;
}

.bg_r3{
	position: absolute;
	right: 20px;
	top: 103%;
	z-index: 1;
}

.bg_l3{
	position: absolute;
	left: 20px;
	top: 185%;
	z-index: 1;
}

.bg_r4{
	display: none;
}

.bg_l4{
	position: absolute;
	left: 20px;
	top: 328%;
	z-index: 1;
}

.bg_r5{
	position: absolute;
	right: -20px;
	top: 380%;
	z-index: 1;
}

.bg_l5{
	position: absolute;
	left: -20px;
	top: 400%;
	z-index: 1;
}

.bg_r6{
	position: absolute;
	right: -30px;
	top: 470%;
	z-index: 1;
}

.bg_l6{
	position: absolute;
	left: 0;
	top: 610%;
	z-index: 1;
}

.bg_l6_2{
	position: absolute;
	left: 0;
	top: 490%;
	z-index: 1;
}

.bg_r7{
	position: absolute;
	right: 0;
    top: 555%;
	z-index: 1;
}

.bg_l7{
	position: absolute;
	left: -75px;
    top: 710%;
	z-index: 1;
}

.bg_r8{
	position: absolute;
	right: -50px;
    top: 745%;
	z-index: 1;
}

.bg_r8_2{
	position: absolute;
	right: -50px;
    top: 650%;
	z-index: 1;
}


/*hover*/

.menu img:hover,
.period_btn a:hover{
	transform: translate(0, 5px);
	opacity: 0.8;
}

.btn:hover,
.btn_2:hover,
.btn_3:hover,
.accordion_content li a:hover{
	opacity: 0.8;
}

.menu:last-child:hover{
	transform: translate(0, 0);
}

/*hover end*/

.yoko_qr{
    position: fixed;
    top: 35%;
    right: -15px;
	z-index: 9999999999;
}
.yoko_qr img{
    width: 85%;
}


.pc{
	display: inline-block;
}

.up{
    display: block;
    position: fixed;
    bottom: 2%;
    right: 0%;
}

.up img{
    width: 50%;
    height: auto;
}

h1 img,
.top_pc img,
.period_box img,
.period_line img,
.gaiyou_line img,
.present_box_img img{
	width: 100%;
}

.top_section,
.campaign_box{
	background-image: url("../img/bg.png");
    background-repeat: repeat-y;
	background-size: contain;
}

.product_box{
	background-image: url("../img/bg2.png");
	text-align: center;
	background-size: contain;
    background-repeat: repeat-y;
}

.bg_line{
	width: 100%;
	height: auto;
}

.kikan_pc{
    max-width: 644px;
    width: 80%;
}

/*topview*/

h1{
	max-width: 1150px;
	width: 80%;
	padding-bottom: 0;
	margin: 0 auto;
	z-index: 9999;
	position: relative;
    padding-top: 10px;
}

.fadein {
    opacity: 0;
    animation: fadein 1s ease forwards;
    animation-name: fadeup;
}

@keyframes fadein {
    100%{
        opacity: 1;
    }
}
 
/*以下遅延の指定*/
.img_01 {animation-delay: 1s;}
.img_02 {animation-delay: 2s;}

@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(20px);
    }
to {
    opacity: 1;
    transform: translateY(0);
    }
}

.top_pc{
	max-width: 1064px;
	width: 85%;
	margin: -30px auto 30px auto;
	display: block;
	position: relative;
}

.period_box{
	width: 100%;
	margin-top: -80px;
	position: relative;
}

.period_inner{
	background: #f5e1b9;
	height: auto;
	width: 100%;
}

.period{
	max-width: 915px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.period_kikan_box{
	width: 183px;
	height: 46px;
	color: #3c0200;
	font-size: 19px;
	background: #fff;
	text-align: center;
	line-height: 46px;
	display: inline-block;
	margin-right: 15px;
}

.period_kikan{
	vertical-align: bottom;
	display: inline-block;
	color: #3c0200;
	font-size: 30px;
	width: 482px;
}

.period_kikan_big{
	font-size: 57px;
}

.period_kikan_maru{
	color: #fff;
	background: #3c0200;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	padding: 0 1.2%;
    font-size: 28px;
}

.period_line{
	max-width: 875px;
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
}

.period_text{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #3c0200;
	margin-bottom: 20px;
}

.period_text2{
	text-align: center;
	font-size: 17px;
	color: #3c0200;
	line-height: 31px;
}

.period_text3{
	font-size: 13px;
	color: #3c0200;
	text-align: center;
	padding-bottom: 35px;
	max-width: 1065px;
	width: 70%;
	margin: 0 auto;
}

.period_btn{
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

.period_btn img{
	width: 310px;
	height: auto;
}

.period_btn img:first-child{
	margin-right: 30px;
}


/*menu*/
.menubox{
	background: #002B5E;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 90px;
    display: block;
}

.menuinner{
	max-width: 1000px;
	width: 100%;
	height: 90px;
	margin:0 auto;
	text-align:center; 
	padding: 10px 0;
}

.menuinner ul{
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	max-width: 1000px;
	width: 98%;
}

.menuinner li{
	width: 16%;
	display: inline-block;
	height: 70px;
	vertical-align: middle;
}

.menu{
	background:#002B5E;
	margin: 0 auto;
    color: #fff;
    position: relative;
	font-size: 19px;
}

.menu img{
	max-height: 48px;
	height: 100%;
	width: auto;
	margin-top: 13px;
}

.menu:first-child::before,
.menu::after{
	content: "";
	position: absolute;
    top: 0;
    background: url("../img/menu_line.png");
	background-repeat: no-repeat;
    width: 6px;
    height: 70px;
    pointer-events: none;
	left: -4px;
}

.menu:last-child::before{
	content: "";
	position: absolute;
    top: 0;
    background: url("../img/menu_line.png");
	background-repeat: no-repeat;
    width: 6px;
    height: 70px;
    pointer-events: none;
	right: 0;
}

.share_box{
	display: inline;
}

.share_box img{
	width: 40px;
	height: auto;
	margin-top: 8px;
}

.share_box img:last-child{
	margin-left: 5px;
}
/*menu end*/

/*gaiyou*/
.campaign_box{
	margin-top: 90px;
}

.campaign_box_top{
	max-width: 821px;
	width: 100%;
	margin: 0 auto;
	padding-top: 65px;
	text-align: center;
}

.midasi_img{
	height: 68px;
	width: auto;
}

.campaign_box_top_inner{
	padding-top: 45px;
	max-width: 821px;
	width: 100%;
}

.campaign_box_top_brand{
	width: 538px;
	height: auto;
}

.gaiyou_line{
	max-width: 821px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

.gaiyou_text{
	font-size: 32px;
	color: #3c0200;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 25px;
}

.maker{
	background:linear-gradient(transparent 65%, #FFF100 0%);
}

.gaiyou_text2{
	font-size: 18px;
	color: #3c0200;
	line-height: 31px;
    font-weight: 500;
}

.campaign_box_bottom{
	max-width: 1028px;
	width: 95%;
	margin: 0 auto;
}

.campaign_box_bottom img{
	width: 100%;
	margin-top: -110px;
}

/*present*/

.present_box{
	margin: 0 auto;
	padding-top: 78px;
	text-align: center;
}

.present_box_img{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}

/*product*/

.product_box{
	margin: 0 auto;
}

.product_box_top{
	max-width: 1065px;
	width: 90%;
	margin: 0 auto;
}

.product_img{
	max-width: 1065px;
	width: 100%;
	margin: 20px auto auto auto;
	padding-bottom: 50px;
}

.product_img img{
	width: 100%;
}

.product_img img:first-child{
	margin-top: 60px;
}

.product_img img:last-child{
	margin-top: 10px;
	margin-bottom: 100px;
}

/*application*/

.application_box{
	width: 100%;
	background: linear-gradient(#D1B886, #E4D5B7);
}

.application{
	max-width: 1116px;
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.application_top{
	max-width: 1116px;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:70px 0 25px 0;
	margin: 0 auto;
}

.application_top_box{
	max-width: 362px;
	float: left;
}

.application_top_box img{
	width: 100%;
}

.step1_img{
	padding-bottom: 20px;
}

.application_line{
	padding-top: 20px;
}

.application_top_box_inner{
	max-width: 349px;
	width: 100%;
	height: auto;
	background: #fff;
	border-left: 1px solid #002B5E;
	border-right: 1px solid #002B5E;
	border-bottom: 1px solid #002B5E;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-left: 13px;
	padding: 0 9px;
}

.application_top_box:first-child{
	margin-right: 12px;
}

.application_top_box:last-child{
	margin-left: 12px;
}

.step_text{
	font-size: 15px;
	color: #002B5E;
	line-height: 25px;
	margin:21px 0;
	letter-spacing: -1px;
	vertical-align: middle;
	height: 100px;
	display: table-cell;
	width: 329px;
}

.btn a{
	color: #fff!important;
}

.btn_2 a,
.btn_3 a{
	color: #3C0200!important;
	background: #fff!important;
}


.btn{
	font-size: 17px;
	color: #fff!important;
	background: #E66000;
	border-radius: 25px;
	width: 253px;
	height: 50px;
	margin: 15px auto;
	line-height: 50px;
}

.btn_2{
	font-size: 14px;
	color: #3C0200!important;
	background: #fff!important;
	border-radius: 19px;
	border:1px solid #3C0200;
	width: 270px;
	height: 38px;
	margin: 15px auto 81px auto;
	line-height: 38px;
}

.btn_3{
	font-size: 14px;
	color: #3C0200!important;
	background: #fff!important;
	border-radius: 19px;
	border:1px solid #3C0200;
	width: 330px;
	height: 38px;
	margin: -20px auto;
	line-height: 38px;
	display: inline-block;
}

.step_min{
	font-size: 13px;
	color: #3C0200;
	margin-top:0;
	margin-bottom: 40px;
}

.step_min2{
	font-size: 13px;
	color: #3C0200;
	margin-top:0;
	margin-bottom: 26px;
}

.application_center{
	max-width: 1116px;
	width: 100%;
	padding-bottom: 5px;
	margin: 0 auto;
}

.application_bottom{
	max-width: 1116px;
	width: 100%;
	padding-bottom: 100px;
}

.application_center_img1{
	max-width: 740px;
	width: 66.5%;
	height: auto;
}

.application_center_img2{
	max-width: 363px;
	width: 32.5%;
	height: auto;
}

.application_bottom img{
	width: 98%;
	text-align: left;
	margin:40px 0 0 0;
}

.bg_line_product,
.bg_line_gaiyou{
	width: 100%;
}

/*receipt attention*/

.receipt_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #EBEBEB;
	padding: 85px 0;
}

.receipt{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.receipt img{
	width: 100%;
}

.attention{
	max-width: 1000px;
	width: 90%;
	background: #fff;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: 70px;
	text-align: center;
	padding: 85px 0;
}

.attention_midasi{
	max-width: 620px;
	width: 61%;
	margin: 0 auto;
	height: auto;
	padding-bottom: 55px;
}

.attention_midasi img{
	width: 100%;
}

.accordion_container {
  max-width: 845px;
  width: 90%;
  margin: 20px auto 0;
  border-bottom: 0;
}

.accordion_tab {
    padding: 10px 20px;
    cursor: pointer;
    border-top: 0;
	background: #002B5E;
	color: #fff;
	border-radius: 25px;
	font-size: 20px;
	margin-bottom: 15px;
    text-align: center;
}

.accordion_tab::after {
    content: "＋";
    right: 20px;
	float: right;
}

.accordion_tab.active::after {
    content: "ー";
	float: right;
}
  
.accordion_content {
    display: none;
    background: #fff;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 24px;
	padding:15px 0 33px 0;
}

.accordion_content{
	color: #3C0200;
}

.accordion_midasi{
	font-size: 15px;
	text-align: left;
	margin-top: 1em;
}

.accordion_content li{
	font-size: 14px;
	list-style: disc;
	text-align: left;
	margin-left: 2em;
}

.accordion_normal{
	list-style: none!important;
	margin-left: 0.5em!important;
}

.accordion_normal_2{
	list-style: none!important;
    margin-left: 2em!important;
}

.accordion_content li a{
	text-decoration: underline;
    color: #3C0200!important;
}

.red_text{
	color: #E50012;
}

/*contact*/
.contact_box{
	width: 100%;
	background: #fff;
	padding: 50px 0;
	color: #3C0200;
}

.contact{
	max-width: 600px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.contact_midasi{
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.tel_box{
	font-size: 19px;
	width: 255px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #3C0200;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
    margin: 20px 0;
}

.tel{
	font-size: 48px;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.tel a{
	color: #3C0200;
}

.tel_text{
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	margin: 20px 0 40px 0;
}


@media screen and (max-width:1150px){
    .yoko_qr{
        right: -28px;
    }
    .yoko_qr img{
        width: 70%;
    }
    .bg_r,
    .bg_r2,
    .bg_r3,
    .bg_r4,
    .bg_l,
    .bg_l2,
    .bg_l3,
    .bg_l4,
    .bg_r5,
    .bg_l5,
    .bg_r6,
    .bg_l6,
    .bg_r7,
    .bg_l7,
    .bg_r8,
    .bg_r8_2,
    .bg_r6_2{
        width: 120px;
    }
	.bg_l2 {
        left: 20px;
        top: 80%;
    }
    .bg_r3 {
        right: 20px;
        top: 110%;
    }
    .bg_l3 {
        left: 20px;
        top: 200%;
    }
    .bg_r4 {
        display: none;
    }
    .bg_l4 {
        left: 20px;
        top: 340%;
    }
    .bg_r5 {
        right: -20px;
        top: 395%;
    }
    .bg_l5 {
        left: -20px;
        top: 430%;
    }
    .bg_r6 {
        right: -30px;
        top: 500%;
    }
    .bg_l6 {
        left: 0;
        top: 565%;
    }
    .bg_r7 {
        right: -70px;
        top: 615%;
    }
    .bg_l7 {
        left: -75px;
        top: 675%;
    }
    .bg_r8 {
        right: -50px;
        top: 710%;
    }
}

@media screen and (max-width:1109px){
	.application_top{
		width: 95%;
	}
	.application_top_box{
		width: 32%;
	}
	.application_top_box_inner{
		width: 96.5%;
		margin-left: 3.5%;
	}
	.application_center{
		width: 95%;
	}
}

@media screen and (max-width:640px){  
	.pc{
		display: none;
	}
	.sp{
		display: inline-block;
	}
	h1{
		padding: 0;
        width: 100%;
        z-index: 99;
	}
	.top_sp{
		margin-top: -20px;
	}
	.period_box{
		margin-top: 30px;
	}
	.kikan_sp{
		margin-top: 15px;
	}
	.period_text{
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.period_text2{
		font-size: 25px;
		letter-spacing: -0.8px;
		line-height: 30px
	}
	.period_btn {
		width: 80%;
	}
	.period_btn img:last-child{
		margin-top: 10px;
	}
	.period_text3{
		font-size: 20px;
		letter-spacing: -1px;
		text-align: left;
	}
	.menu_section{
		width: 100%;
		height: 26%;
	}
    .menubox{
        width: 100%;
		height: auto;
    	overflow: auto;
		z-index: 999999;
    }
	.menuinner{
		height: auto;
    	overflow: auto;
	}
	.menuinner ul {
    	width: 100%;
		margin: 0 auto;
	}
	.menu{
		width: 40%;
		border-right: none;
		padding: 0 3px;
		margin: 20px 0;
		letter-spacing: -1px;
        font-size: 4.5vw;
	}
	.menuinner li{
		width: 44%;
		height: auto;
	}
	.menu img{
		height: 50px!important;
		width: auto!important;
	}
	.menu:first-child::before,
	.menu::after{
		content: "";
		position: absolute;
		top: 0;
		background: url("../img/menu_line_sp.png");
		background-repeat: no-repeat;
		width: 5px;
		height: 55px;
		pointer-events: none;
		left: -4px;
	}
	.menu:last-child::before{
		content: "";
		position: absolute;
		top: 0;
		background: url("../img/menu_line_sp.png");
		background-repeat: no-repeat;
		width: 5px;
		height: 55px;
		pointer-events: none;
		right: 0;
	}
	.menu:nth-child(2)::before,
	.menu:nth-child(4)::before{
		content: "";
		position: absolute;
		top: 0;
		background: url("../img/menu_line_sp.png");
		background-repeat: no-repeat;
		width: 5px;
		height: 55px;
		pointer-events: none;
		right: 0;
	}
	.menu:nth-child(5)::after{
		margin-top: -3px;
	}
	.menu_sp{
		text-align: left;
		padding-left: 10px;
	}
	.menu_sp_share{
		width: 32%;
    	float: left;
		font-size: 3.5vw;
        margin-top: -10px;
        margin-left: 10%;
        margin-right: 10px;
        font-weight: bold;
	}
	.campaign_box{
		margin-top: 50%;
	}
	.midasi_img{
		width: 60%!important;
		margin-top: 5%;
	}
	.midasi_img_campaign{
		width: 60%!important;
		margin-top: 20px;
	}
	.campaign_box_top_brand{
		width: 85%!important;
	}
	.gaiyou_line{
		width: 90%;
		margin-top: -5px;
	}
	.gaiyou_text{
		font-size: 40px;
	}
    .gaiyou_text2{
		font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.5em;
	}
	.campaign_box_bottom{
		width: 100%;
	}
	.campaign_box_bottom img{
		margin: 0;
	}
	.present_box{
		padding: 0;
	}
	.present_box_img{
		padding-top: 0px;
	}
	.present_box_img:first-child{
		padding-top: 5px;
	}
	.present_box_img:last-child{
		padding-bottom: 0;
	}
	.bg_line_gaiyou,
	.bg_line_product{
		margin-top: 0;
	}
	.bg_line_product{
		margin-top: 0%;
	}
	.bg_line{
		margin-top: -5%;
		position: relative;
	}
	.product_img img:first-child{
		margin: 20px 0 0 0;
	}
	.product_img img:last-child{
		margin: 0 0 20px 0;
	}
	.application_top{
		margin-right: 2px;
		position: relative;
		padding-top: 20px;
	}
	.application_bottom{
		width: 90%;
		margin-top: -40px;
		padding-bottom: 50px;
	}
	.btn{
		margin-top: -25%;
		margin-left: 7%;
		position: absolute;
		width: 55%;
		height: 2.5%;
		font-size: 4vw;
		line-height: 205%;
	}
	.btn_2{
		margin-top: -25%;
		margin-left: 7%;
		position: absolute;
		width: 55%;
		height: 4.5%;
		font-size: 4vw;
		line-height: 140%;
		text-align: left;
		padding-top: 2%;
		padding-left: 5%;
		font-weight: bold;
		border-radius: 40px;
	}
	.btn_2 span{
		margin-top: -18%;
		margin-left: 85%;
		display: block;
	}
	.btn_3{
		width: 85%;
		font-size: 3.5vw;
		height: 4%;
		font-weight: bold;
	}
	.receipt_box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.attention_midasi{
		width: 91%;
		padding-bottom: 0;
		font-size: 14px;
	}
	.accordion_midasi:first-child{
		margin-top: 0;
	}
	.attention{
		border-radius: 15px;
		padding: 10% 0;
		margin-top: 30px;
	}
	.accordion_tab {
    	padding: 0 10px;
		font-size: 5vw;
	}
	.accordion_content{
		padding-top: 0;
	}
    .accordion_midasi{
        font-size: 21px;
    }
	.accordion_content li {
    	font-size: 20px;
         line-height: 30px;
	}
	.contact{
		width: 90%;
	}
	.contact_midasi{
		font-size: 27px;
	}
	.tel_box{
		width: 35%;
		font-size:20px;
		margin-right: 3px;
        height: 50px;
        line-height: 50px;
	}
	.tel{
		width: 62%;
		font-size: 40px;
        text-align: left;
	}
	.tel_text{
		font-size: 18px;
		text-align: left;
	}
	.contact_box{
		padding-bottom: 30px;
	}
	
	.bg_r,
	.bg_r2,
	.bg_r3,
	.bg_r4,
	.bg_l,
	.bg_l2,
	.bg_l3,
	.bg_l4,
	.bg_r5,
	.bg_l5,
	.bg_r6,
	.bg_l6,
	.bg_r7,
	.bg_l7,
    .bg_r8,
    .bg_r8_2,
    .bg_r6_2{
		max-width: 140px!important;
        width: 80%;
	}

	.bg_l2{
		width: 150px;
	}

	.bg_r{
		position: absolute;
		right: -32px;
		top: 15%;
		z-index: 10;
	}

	.bg_l{
		position: absolute;
		right: -10px;
		left: auto;
		top: 59%;
		z-index: 10;
	}

	.bg_r2{
		position: absolute;
		left: -15px;
		top: 34%;
		z-index: 1;
	}

	.bg_l2,
	.bg_l5,
	.bg_r6,
	.bg_r7,
	.bg_r8,
    .bg_l6_2,
    .bg_r8_2{
		display: none;
	}

	.bg_r3{
		position: absolute;
		right: -20px;
		top: 114%;
		z-index: 9999999999;
	}

	.bg_l3{
		position: absolute;
		left: auto;
		right: 5px;
		top: 197%;
		z-index: 1;
	}

	.bg_r4{
		position: absolute;
		right: auto;
		left: 0;
		top: 246%;
		z-index: 1;
        display: block;
	}

	.bg_l4{
		position: absolute;
		left: auto;
		right: 0;
		top: 304%;
		z-index: 1;
	}

	.bg_r5{
		position: absolute;
		right: 0px;
		top: 485%;
		z-index: 1;
	}

	.bg_l5{
		position: absolute;
		left: -20px;
		top: 410%;
		z-index: 1;
	}

	.bg_r6{
		position: absolute;
		right: -30px;
		top: 470%;
		z-index: 1;
	}

	.bg_l6{
		position: absolute;
		left: auto;
        right: 5px;
		top: 468%;
		z-index: 1;
	}

	.bg_r7{
		position: absolute;
		right: -70px;
		top: 585%;
		z-index: 1;
	}

	.bg_l7{
		position: absolute;
		left: auto;
        right: 5px;
		top: 298%;
		z-index: 1;
	}

	.bg_r8{
		position: absolute;
		right: -50px;
		top: 674%;
		z-index: 1;
	}
    
    .clr{
        text-align: left!important;
    }

}