@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
.font_of {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

#qux_body{
	padding-top: 0;
}
.qux_header{
	position: relative;
	overflow: hidden;
}
.qux_kv{
	position: relative;
}
.qux_kv img{
	width: 100%;
}
.qux_header .ir_path{
	position: absolute;
	top: 130px;
	left: calc(50% - 600px);
}
.qux_header .ir_path li{
	color: #fff;
}
.ir_path li:nth-child(2)::before{
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.qux_header h1{
	text-shadow: none;
	font-size: 4rem;
	position: absolute;
	left: calc(50% - 560px);
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: 'AXIS Std', sans-serif; 
	line-height: 1;
}
.qux_header h1 strong{
	font-size: 6.3rem;
}
.qux_header h1 span{
	font-size: 2.87rem;
}
.ir_pic_fix_wp{
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
.qux_pic_fix{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/ir/img/quickexplanation/bg01_pc.jpg) no-repeat;
	background-size: cover;
}
.qux_pic_fix.is_fix {
    position: fixed;
}
.qux_leadbox{
	position: relative;
	top: 100px;
	z-index: 9;
	width: 100%;
	height: 0;
}
.qux_navi_wp{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
.qux_navi_wp.is_fix{
	position: fixed;
	top: 80px;
	padding: 10px;
}
.qux_navi{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qux_navi li {
	width: 15%;
}
.qux_navi li:first-child{
	width: 20%;
}
.qux_navi li a{
	display: block;
	padding: 20px 20px 20px 15px;
	border: 1px #4abcf2 solid;
	font-weight: bold;
	color: #4abcf2;
	border-radius: 5px;
	position: relative;
	text-align: center;
	background: #f7f7f7;
	text-decoration: none;
}
.qux_navi li:first-child a{
	padding-right: 35px;
}
.qux_navi li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-65%) rotate(135deg);
}
.qux_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qux_ren{
	background: #f7f7f7;
	border-radius: 30px;
	padding: 70px 100px;
	position: relative;
	top: -150px;
	z-index: 4;
}
.qux_col01{
	width: 35%;
}
.qux_col02{
	width: 55%;
	text-align: center;
}
.qux_h301{
	color: #4abcf2;
	font-size: 1.875rem;
	display: block;
	margin-bottom: 30px;
}
.qux_h301 span{
	color: #b2b2b2;
	margin-bottom: 10px;
	display: block;
	font-size: 1rem;
}
.qux_idpor{
	position: relative;
	top: -20px;
}
#menu01.qux_idpor{
	top: -130px;
}
.qux_illu01{
	position: absolute;
	left: -60px;
	bottom: -40px;
	width: 12.25%;
}
.qux_illu02{
	position: absolute;
	right: -13px;
	top: 65px;
	width: 8.9%;
}
.qux_illu03{
	position: absolute;
	left: calc(50% + 496px);
	top: -5.1%;
	width: 12.6%;
}
.qux_illu04{
	position: absolute;
	left: calc(50% - 695px);
	bottom: -30px;
	width: 11%;
}
.qux_illu05{
	position: absolute;
	left: calc(50% + 500px);
	top: -100px;
	width: 13%;
}
.qux_illu06{
	position: absolute;
	left: calc(50% - 750px);
	top: 31.7%;
	width: 14%;
}
.qux_illu07{
	position: absolute;
	left: calc(50% + 550px);
	top: 80.5%;
	width: 13.92%;
}
.qux_illu08{
	position: absolute;
	left: calc(50% - 600px);
	bottom: -5%;
	width: 12.6%;
}

.qux_busi{
	position: relative;
	z-index: 3;
	background: #fff url(../img/quickexplanation/bg02_pc.png) top center no-repeat;
	background-size: 100% auto;
	margin-top: 12.8vw;
}
.qux_busi::before{
	content: '';
	position: absolute;
	left: 0;
	top: -12.8vw;
	width: 100%;
	height: calc(12.8vw + 1px);
	background: url(../img/quickexplanation/bg02_pc.png) top center no-repeat;
	background-size: cover;
}
.qux_white{
	background: #fff;
	padding: 120px 0;
}
.qux_mbM{
	margin-bottom: 100px;
}
.qux_tit01{
	max-width: 300px;
	margin: 0 auto 50px;
}
.qux_job {
	position: relative;
}
.qux_job .qux_flex{
	flex-wrap: wrap;
}
.job_item{
	width: calc((100% - 20px)/2);
	background: #54c3f1;
	border-radius: 30px;
	padding: 45px 40px;
	margin-bottom: 20px;
}
.job_item:nth-child(1){
	background: #54c3f1;
	transition-delay:0.2s !important;
}
.job_item:nth-child(2){
	background: #a389d3;
	transition-delay:0.6s !important;
}
.job_item:nth-child(3){
	background: #ef8093;
	transition-delay:1s !important;
}
.job_item:nth-child(4){
	background: #50cfe0;
	transition-delay:1.4s !important;
}
.job_item h4{
	font-size: 1.75rem;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
.job_img {
	max-width: 508px;
	margin: 0 auto 25px;
}
.job_item dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	margin-bottom: 15px;
	font-size: 0.875rem;
}
.job_item dt{
	width: 21%;
}
.job_item dd{
	width: 78%;
	padding-left: 30px;
	border-left: 1px #fff solid;
}
.job_item a{
	width: 54%;
	display: block;
	background: #fff;
	border-radius: 30px;
	padding: 13px 0;
	margin: 40px auto 0;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	font-size: 0.93rem;
}
.job_item a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #4abcf2;
	border-right: 2px solid #4abcf2;
	transform: translateY(-50%) rotate(45deg);
}
.qux_adv_wp{
	padding: 120px 0;
}
.qux_adv_wp .qux_tit01 + p{
	margin-top: -20px;
	margin-bottom: 50px;
	text-align: center;
}
.qux_adv_item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc((100% - 60px)/4.0001);
	min-height: 110px;
	background: #f7f7f7;
	font-size: 0.875rem;
}
.qux_adv_item h5{
	font-size: 1.5rem;
	font-weight: 700;
	color: #49bbe8;
}
.adv_info{
	width: 35.6%;
	padding-top: 60px;
}
.adv_info .qux_tit01{
	margin: 0 0 30px 0;
}
.adv_round{
	width: 59%;
	flex-wrap: wrap;
}
.adv_blue{
	background: linear-gradient(130deg , #54c3f1 0% , #3da5fc 100%);
	color: #fff;
	width: 286px;
	height: 286px;
	border-radius: 143px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: -15px;
}
.adv_blue h5{
	font-size: 2rem;
	margin-bottom: 8px;
}
.adv_blue:nth-child(3){
	margin-left: -25%;
}
.adv_blue:nth-child(4){
	margin-left: 5.4%;
	margin-right: auto;
}
.qux_bluebg{
	background: #e9f6fc;
	padding: 120px 0 160px;
	overflow: hidden;
}
.qux_tit02{
	font-size: 1.5rem;
	color: #4abcf2;
	margin-bottom: 20px;
	font-weight: bold;
}
.qux_col03{
	width: 65.4%;
}
.data_box{
	background: #fff;
	border-radius: 30px;
	padding: 50px 36px;
}
.qux_col04{
	width: 32%;
}
.data_txt01{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.8;;
}
.data_txt01 span{
	font-size: 0.75rem;
	display: block;
	line-height: 1.4;
}
.data_number{
	font-size: 2rem;
	color: #197aa8;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.data_number span{
	font-size: 5.6rem;
}
.data_number strong{
	font-size: 4.5rem;
}
.data_col01{
	width: 42%;
}
.qux_img01{
	max-width: 402px;
	width: 58%;
}
.ui_mb30{
	margin-bottom: 30px;
}
.ui_mb0{
	margin-bottom: 0!important;
}
.ui_mb60{
	margin-bottom: 60px;
}
.qux_img02{
	max-width: 403px;
	width: 58%;
}
.qux_count{
	align-items: stretch;
}
.qux_img03{
	max-width: 278px;
	margin: 65px auto 0;
}
.data_box p{
	font-size: 0.93rem;
}
.data_pt01{
	padding-top: 70px;
}
.qux_alter{
	flex-direction: row-reverse;
	align-items: flex-start;
}
.data_col02{
	width: 55%;
}
.qux_img04{
	max-width: 284px;
	width: 41%;
}
.data_benefit{
	font-size: 1.375rem;
	color: #197aa8;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}
.data_benefit span{
	font-size: 3.25rem;
}
.data_benefit strong{
	font-size: 2.3rem;
}
.qux_img05{
	max-width: 303px;
	margin-top: 30px;
}
.qux_start{
	margin-left: auto;
	margin-top: -22.3%;
	align-items: stretch;
}
.data_col03{
	width: 48.5%;
	padding: 42px 30px;
}
.data_year{
	font-size: 1.875rem;
	color: #197aa8;
	font-weight: bold;
	line-height: 1.1;
	display: inline-block;
	white-space: nowrap;
}
.data_year span{
	font-size: 4.5rem;
}
.data_col04{
	width: 61%;
}
.qux_img06{
	max-width: 77px;
	width: 24.6%;
}
.data_txt02{
	margin-right: -10px;
}
.qux_img07{
	padding-bottom: 1%;
	width: 184px;
	height: 184px;
	width: 57.5%;
	position: relative;
	background: url(../img/quickexplanation/img_12.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.qux_img07 .data_txt01{
	line-height: 1.2;
}
.data_txt03{
	width: 38%;
}
.qux_flex_ac{
	align-items: center;
}
.data_percent{
	font-size: 1.625rem;
	color: #197aa8;
	font-weight: bold;
	line-height: 1;
}
.data_percent span{
	font-size: 3.45rem;
}
.qux_sub01{
	font-size: 0.7rem;
	vertical-align: -0.2em;
}
.qux_col05{
	width: calc((100% - 30px)/2);
}
.data_col05{
	width: 72.5%;
}
.qux_img08{
	max-width: 97px;
	width: 19.3%;
}
.qux_note01{
	font-size: 0.75rem !important;
}
.qux_img09{
	max-width: 127px;
	width: 25.2%;
	margin-top: -5%;
}
.qux_flex_ajs{
	align-items: stretch;
}
.qux_comp{
	position: relative;
}
.qux_graybg{
	background: #f7f7f7;
	padding: 120px 0;
}
.goal_item{
	width: calc((100% - 40px)/3);
	background: #fff;
	padding: 40px 0;
	text-align: center;
}
.qux_goal{
	margin-bottom: 60px;
}
.goal_item p{
	font-size: 0.875rem;
}
.goal_number{
	font-size: 1.25rem;
	font-weight: bold;
	color: #4abcf2;
	line-height: 1.1;
}
.goal_number span{
	font-size: 3rem;
}
.goal_number strong{
	font-size: 2.375rem;
}
.qux_btn01{
	background: linear-gradient(90deg , #54c3f1 0% , #3ca4fb 100%);
	border-radius: 30px;
	padding: 14px 0;
	width: 24%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.qux_btn01::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
}
.qux_pd0{
	padding: 0;
}
.qux_mb01{
	margin-bottom: 90px!important;
}
.qux_tac{
	text-align: center;
}
.qux_helper{
	flex-wrap: wrap;
}
.qux_helper li{
	width: calc((100% - 40px)/3);
	border: 1px #4abcf2 solid;
	border-radius: 5px;
	margin-bottom: 20px;
}
.qux_helper li a{
	padding: 20px;
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 0.93rem;
	font-weight: bold;
}
.qux_helper li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #4abcf2;
	border-right: 2px solid #4abcf2;
	transform: translateY(-65%) rotate(45deg);
}
.qux_tab_btn_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qux_tab_list{
	padding: 40px 50px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	background: #f7f7f7;
}
.qux_tab_item{
	width: calc((100% - 40px)/3.0001);
	text-decoration: none;
}
.qux_tab_item>p{
	padding: 10px 0;
	font-size: 0.875rem;
}
.qux_tab_btn_list .ir_tab_btn{
	border-radius: 0;
	width: calc((100% - 6px)/4.0001);
	height: 80px;
	background: #54c3f1;
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qux_tab_btn_list .ir_tab_btn.is_on{
	background: #f7f7f7;
	color: #54c3f1;
}
.qux_ib{
	display: inline-block;
}

.ir_tab_btn[data-for = "tag_1"]{
	background: #4abcf2;
}
.ir_tab_btn[data-for = "tag_2"]{
	background: #a289d3;
}
.ir_tab_btn[data-for = "tag_3"]{
	background: #ef7f92;
}
.ir_tab_btn[data-for = "tag_4"]{
	background: #4fcfe0;
}
.ir_tab_btn.is_on[data-for = "tag_2"]{
	color: #a289d3;
}
.ir_tab_btn.is_on[data-for = "tag_3"]{
	color: #ef7f92;
}
.ir_tab_btn.is_on[data-for = "tag_4"]{
	color: #4fcfe0;
}
.qux_tab_list[data-color = "tag_2"] .slick-prev,
.qux_tab_list[data-color = "tag_2"] .slick-next,
.qux_tab_list[data-color = "tag_2"] .slick-dots li.slick-active button{
	background: #a289d3;
}
.qux_tab_list[data-color = "tag_3"] .slick-prev,
.qux_tab_list[data-color = "tag_3"] .slick-next,
.qux_tab_list[data-color = "tag_3"] .slick-dots li.slick-active button{
	background: #ef7f92;
}
.qux_tab_list[data-color = "tag_4"] .slick-prev,
.qux_tab_list[data-color = "tag_4"] .slick-next,
.qux_tab_list[data-color = "tag_4"] .slick-dots li.slick-active button{
	background: #4fcfe0;
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.qux_header .ir_path{
		left: 5vw;
	}
	.qux_header h1{
		left: 12vw;
		font-size: 4vw;
	}
	.qux_header h1 strong{
		font-size: 6vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.qux_adv{
		display: block;
	}
	.adv_round{
		width: 100%;
		justify-content: center;
	}
	.adv_blue{
		margin: 0 10px 20px;
	}
	.adv_blue:nth-child(3),
	.adv_blue:nth-child(4){
		margin-left: 10px;
		margin-right: 10px;
	}
	.adv_info{
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	.qux_tit01{
		margin: 0 auto 20px!important;
	}
	
}
@media only screen and (min-width: 0) and (max-width: 767px) {
	.qux_idpor{
		position: relative;
		top: 0;
	}
	#menu01.qux_idpor,#menu02.qux_idpor{
		top: -90px;
	}
	.qux_header{
		padding-top: 55px;
	}
	.qux_kv{
		width: 100%;
	}
	.qux_header .ir_path{
		left: 5%;
		top: 10%;
	}
	.qux_header h1{
		left: 6%;
		top: 19%;
		transform: translateY(0);
		font-size: 2.6rem;
	}
	.qux_header h1 strong{
		font-size: 4.125rem;
	}
	.qux_header h1 span{
		font-size: 1.875rem;
	}

	.qux_navi{
		flex-wrap: wrap;
	}
	.qux_navi li{
		width: 48.7%;
		margin-bottom: 10px;
	}
	.qux_navi li:first-child {
	  width: 100%;
	}
	.qux_navi li a{
		padding: 11px 15px;
	}
	.qux_illu01,
	.qux_illu02,
	.qux_illu05,
	.qux_illu06,
	.qux_illu07,
	.qux_illu08{
		display: none;
	}
	.qux_ren{
		top: -50px;
		margin-bottom: 120px;
		padding: 48px 20px;
	}
	.qux_flex{
		display: block;
	}
	.qux_col01{
		width: 100%;
		margin-bottom: 40px;
	}
	.qux_col02{
		width: 100%;
	}
	.qux_h301{
		font-size: 1.625rem;
		margin-bottom: 20px;
	}
	.qux_h301 span{
		font-size: 0.93rem;
	}
	.qux_col01 p,
	.qux_col02 p{
		font-size: 0.875rem;
	}
	.qux_busi_oh{
		overflow: hidden;
	}
	.qux_busi{
		position: relative;
		margin-top: -10.27vw;
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.qux_busi::before {
	    top: -10.27vw;
	    height: calc(10.27vw + 1px);
	    background-image: url(../img/quickexplanation/bg02_sp.png);
	}
	.qux_mbM{
		margin-bottom: 50px;
	}
	.qux_tit01{
		width: 52%;
		margin-bottom: 30px;
	}
	.job_item{
		width: 100%;
		padding: 30px 15px;
		border-radius: 20px;
	}
	.job_item h4{
		font-size: 1.25rem;
	}
	.job_item dl{
		font-size: 0.875rem;
	}
	.job_item dt{
		width: 34%;
	}
	.job_item dd{
		padding-left: 25px;
		width: 66%;
	}
	.job_item a{
		width: 86%;
		margin-top: 30px;
	}
	.qux_illu03{
		position: absolute;
		right: -9%;
		left: auto;
		top: 24.4%;
		width: 26.6%;
	}
	.qux_illu04{
		position: absolute;
		left: -7.6%;
		top: 74.5%;
		width: 21%;
	}
	.adv_round {
		display: flex;
		width: 100%;
	}
	.qux_adv_wp{
		padding: 60px 0 20px;
	}
	.qux_adv_wp .qux_tit01 + p{
		margin: 0 0 20px;
		font-size: 0.875rem;
	}
	.qux_adv_item{
		margin-bottom: 10px;
		width: calc((100% - 10px)/2.0001);
		 min-height: 130px;
	}
	.qux_adv{
		display: flex;
		flex-wrap: wrap;
	}
	.adv_info{
		width: 100%;
	}
	.qux_tit01{
		margin: 0 auto 15px!important;
	}
	.adv_info p{
		font-size: 0.875rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.adv_blue{
		width: 168px;
		height: 168px;
		border-radius: 84px;
		margin-bottom: 10px;
	}
	.adv_blue:nth-child(3),
	.adv_blue:nth-child(4){
		margin: 0;
	}
	.adv_blue h5{
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.adv_blue p{
		font-size: 0.875rem;
	}
	.qux_bluebg{
		padding: 100px 0;
	}
	.data_box{
		padding: 35px 25px;
		border-radius: 20px;
	}
	.qux_col03,
	.data_col01{
		width: 100%;
	}
	.qux_col04{
		width: 100%;
	}
	.data_txt01{
		margin-bottom: 0;
	}
	.data_number{
		margin-bottom: 10px;
	}
	.data_number span {
	  font-size: 4.5rem;
	}
	.qux_img01,
	.qux_img02,
	.qux_img04{
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.ui_mb20sp{
		margin-bottom: 20px;
	}
	.qux_img03{
		max-width: 80%;
		margin-top: 20px;
	}
	.data_col02{
		width: 100%;
	}
	.qux_img05{
		max-width: 88%;
		margin: 20px auto 0;
	}
	.qux_start{
		margin-top: 0;
	}
	.data_col03{
		width: 100%;
	}
	.qux_flex_sp{
		display: flex;
	}
	.data_col04{
		width: 63%;
	}
	.qux_img06{
		max-width: 22%;
		margin-top: -11%;
	}
	.qux_img07{
		width: 184px;
		margin: 0 auto 20px;
	}
	.data_txt03{
		width: 100%;
	}
	.qux_col05{
		width: 100%;
	}
	.data_col05{
		width: 75%;
		margin-bottom: 20px;
	}
	.qux_img08{
		margin-top: -30%;
	}
	.qux_img09{
		max-width: 27%;
		margin-top: -34%;
	}
	.qux_white,
	.qux_graybg{
		padding: 100px 0;
	}
	.ui_mb40sp{
		margin-bottom: 40px!important;
	}
	.goal_item{
		width: 100%;
		margin-bottom: 10px;
		padding: 30px 0;
	}
	.qux_btn01{
		width: 80%;
	}
	.qux_img10 {
		width: 250%;
	}
	.qux_helper li{
		width: 100%;
		margin-bottom: 10px;
	}
	.ir_count{
		min-height: 91px;
		white-space: nowrap;
	}
	.data_year + .qux_note01{
		display: block;
	}
	.qux_tab_btn_list{
		margin-bottom: 2px;
		flex-wrap: wrap;
		gap:2px
	}
	.qux_tab_btn_list .ir_tab_btn{
		margin-bottom: 0;
		width: calc((100% - 2px)/2.0001);
		height: 50px;
		font-size: 0.875rem;
	}
	.qux_tab_list{
		padding: 30px 15px 40px;
	}
	.qux_tab_item{
		padding-right: 10px;
	}
	.qux_tab_list .slick-list {
		padding: 0 30px 0 0 !important;
	}
	.qux_tab_list .slick-prev, .qux_tab_list .slick-next{
		top: calc(50% - 20px);
		width: 30px;
		height: 30px;
		background: #4abcf2;
		opacity: 1;
	}
	.qux_tab_list .slick-prev{
		left: 2px;
	}
	.qux_tab_list .slick-next{
		right: 2px;
	}
	.qux_tab_list .slick-prev::after,.qux_tab_list .slick-next::after{
		border-color: #fff;
		width: 6px;
		height: 6px;
	}
	.qux_tab_list .slick-next::after{
		left: calc(50% - 5px);
	}
	.qux_tab_list .slick-dots{
		bottom: 25px;
	}
	.qux_tab_list .slick-dots li{
		margin-left: 0;
		margin-right: 0;
	}
	.qux_tab_list .slick-dots li.slick-active button{
		background: #4abcf2;
	}
	.qux_pic_fix{
		background-image: url(/ir/img/quickexplanation/bg01_sp.jpg);
	}
	.qux_leadbox{
		top: 60px;
	}
	
	
}




















