@charset "utf-8";

body{font-size:100%;line-height:1;letter-spacing:0;}
html>/**/body{font-size:13px;line-height:1.3;letter-spacing:0;}
body{
	font-family:'Noto Sans JP',sans-serif;
	font:13px;
	*font-size:small;
	*font:x-small;
}

/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

html,body{
	height:100%;
	color:#000000;
}
a{color:#000000;}
a:hover{
	opacity: 0.6;
}

/* ---------------------------------- */

.overlay{
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
	position:fixed;
	z-index:20;
	display:none;
}

/* ---------------------------------- */

.menuIconWrap{
	width:40px;
	height:40px;
	position:fixed;
	/* background-color:rgba(255,255,255,0.5); */
	background-color:none;
	z-index:51;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	top:10px;
	right:10px;
}
.menuIconWrap .humIcon{
	width:40px;
	height:40px;
}

/* ---------------------------------- */

#panel-btn{
	display:inline-block;
	position:relative;
	width:100%;
	height:100%;
}
#panel-btn-icon{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:24px;
	height:2px;
	margin:-1px 0 0 -12px;
	background:#ee1d25;
	transition:.2s;
}
#panel-btn-icon.close{
	background:#fff;
}
#panel-btn-icon:before, #panel-btn-icon:after{
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:24px;
	height:2px;
	background:#ee1d25;
	transition:.3s;
}
#panel-btn-icon.close:before, #panel-btn-icon.close:after{
	background:#fff;
}
#panel-btn-icon:before{margin-top:-8px;}
#panel-btn-icon:after{margin-top:6px;}

#panel-btn .close{background:transparent;}
#panel-btn .close:before, #panel-btn .close:after{margin-top:0;}
#panel-btn .close:before{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#panel-btn .close:after{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

/* ---------------------------------- */

.navArea{
	height:100%;
	position:fixed;
	/*background-color:rgba(255,235,141,0.9);*/
	background-color:rgba(219,0,16,0.8);
	z-index:50;
}
.navArea .mainNav,
.navArea .snsNav{
	width:95%;
	margin-left:5%;
}
.navArea .mainNav li{
	color:#ee1d25;
	/*border-bottom:1px solid #ee1d25;*/
	border-bottom:1px solid #ffffff;
}
.navArea .mainNav li a{
	display:block;
	text-decoration:none;
	font-weight:400;
	/*color:#ee1d25;*/
	color:#ffffff;
	line-height:1;
}
.navArea .snsNav{
	text-align:center;
}
.navArea .snsNav li{
	width:12%;
	display:inline-block;
	margin-right:4%;
}



/*スマホ表示767px以下//////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:767px){
	.pcOnly{display:none !important;}

/* ヘッダー///////////////////////////////////// */

	.menuIconWrap{
		top:5px;
		right:5px;
	}
	.navArea{
		width:90%;
		right:-90%;
		padding-top:20%;
	}
	.navArea .mainNav li a{
		padding:5% 0 5% 3%;
		font-size:120%;
	}
	.navArea .snsNav{
		margin-top:10%;
	}


	.headWrap{
		width:100%;
		border-bottom:3px solid #ee1d25;
	}
	.headWrap .header{
		width:96%;
		margin:0 auto;
		padding:3% 0;
	}
	.headWrap .header .logoWrap{
		width:45%;
	}
	.headWrap .header .logoWrap li{
		float:left;
		text-align:center;
	}
	.headWrap .header .logoWrap li:nth-of-type(1){
		width:32%;
		margin-right:10%;
	}
	.headWrap .header .logoWrap li:nth-of-type(2){
		width:52%;
	}
/* トップメイン情報 ///////////////////////////////////// */

.mainVisWrap{
	background: url(/application/themes/qbb/images/lp/dochee2021spring/mainVis_bg_pc.png) no-repeat center top;
	background-size: cover;
	padding: 2.5%;
}

.mainVisWrap .mainVisItemWrap{
	width: 100%;
	margin: auto;
}

.mainVisItemWrap .mainVis_title{
	max-width: 1055px;
	margin: auto auto 30px;
}
.mainVisItemWrap .mainVis_subtitle{
	width: 80%;
	margin: auto;
}
.mainVisItemWrap .mainVis_subtitle .day{
    background: #000;
    border-radius: 50px;
    color: #fff;
    padding: 2px 5px;
    margin: auto;
    text-align: center;
    max-width: 220px;
    font-size: 14px;
    margin-top: -7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}
.mainVisItemWrap .mainVis_subtitle .day2{
    background: #000;
    border-radius: 50px;
    color: #fff;
    padding: 2px 5px;
    margin: auto;
    text-align: center;
    max-width: 220px;
    font-size: 14px;
    margin-top: -7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}


.mainVisItemWrap .content .contImg:first-of-type{
	margin-top:-4%;
	z-index: 10;
}
.mainVisItemWrap .content .contImg:last-of-type{
	margin-top:-7.5%;
	z-index: 10;
}
.mainVisItemWrap .content .text{
	text-align: center;
	line-height: 1.3;
}
.mainVisItemWrap .content .text .top{
	font-size: 3.8vw;
}
.mainVisItemWrap .content .text .bottom{
	font-size: 3.5vw;
}
.mainVisItemWrap .kindWrap{
	position: relative;
	margin-top: -5%;
}
.mainVisItemWrap .kindWrap:after{
	content: inherit;
	display: inherit;
	clear: inherit;
}

.mainVisItemWrap .kindWrap .kind{
	max-width: 940px;
	margin: auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mainVisItemWrap .kindWrap .kind:after{
	display: inherit;
	content: inherit;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap{
	width: 47.5%;
	display: flex;
	flex: 1 0 auto;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.mainVisItemWrap .kindWrap .kind .kindInnerWrap:first-of-type {
    margin-right: 2.5%;
}


.mainVisItemWrap .kindWrap .kind .kindInnerWrap .contImg {
	z-index: 10;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap:first-of-type .contImg {
	width: 81.3%;
	max-width: 292px;
	margin-top: 8%;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap:last-of-type .contImg {
	width: 86%;
	max-width: 309px;
	margin-left: auto;
}

.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card{
    border-radius: 9px;
    padding: 0 2.5% 5%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	flex-direction: column;
	margin-top: -2%;
}

.mainVisItemWrap .kindWrap .kind .kindInnerWrap:first-of-type .card{
	background: #c5ec7b;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap:last-of-type .card{
	background: #ffdc7f;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .img{
	margin-bottom:20px;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .img img{
	margin-top: -3px;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count{
	background: #fff;
	border-radius: 5px;
	margin: 0 5px 0;
	padding: 4%;
	margin-top: auto;
	height: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .title{
	text-align: center;
	font-size: 3.5vw;
	margin-bottom: 5px;
	
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .votes{
	background: #feda46;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	position: relative;
	font-weight: bold;
	margin-top: auto;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .votes:after{
	content:"票";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 14px;
	line-height: 28px;
}
.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .votes .unit{
	text-align: center;
	font-size: 28px;
}
.mainVisItemWrap .kindWrap .vsImg{
	position: absolute;
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 12.3%;
}

	/* 01　豪華プレゼントが当たる！ ///////////////////////////////////// */
	._01{
		padding: 45px 0;
	}
	._01 h3 {
		margin: auto auto 10px;
		max-width: 671px;
		width: 81%;
	}
	._01 .textArea{
		max-width: 671px;
		margin: auto auto 10px;
		text-align: center;
		font-weight: bold;
	}
	._01 .textArea .text.top{
		font-size: 5vw;
		margin-bottom: 10px;
		width: 81%;
		margin: auto auto 10px;
	}
	._01 .textArea .text.top .blue{
		color: #2c96d4;
	}
	._01 .textArea .text.bottom{
		font-size: 15px;
		display: table;
		margin: auto;
		width: 90%;
	}
	._01 .textArea .text.bottom .icon{
		padding: 0 5px;
		width: 22.3%;
	}
	._01 .textArea .text.bottom .icon img{
		max-width: 100px;
	}
	._01 .textArea .text.bottom > *{
		display: table-cell;
		vertical-align: middle;
		white-space: nowrap;
	}
	._01 .img{
		max-width: 886px;
		width:95%;
		margin: auto;
	}

	/* 02　Twitter投票対決キャンペーン応募方法はこちら ///////////////////////////////////// */
	._02 h3{
		background: #2c96d4;
		padding: 16px;
		text-align: center;
		font-size: 20px;
		color: #fff;
		letter-spacing: 1.0px;
	}
	._02 h3 span{
		font-size: 24px;
	}
	._02 .flowWrap{
		background: url(/application/themes/qbb/images/lp/dochee2021spring/area02_bg.jpg);
		padding: 30px 0 40px;
	}
	._02 .flowWrap .flow{
		width: 90%;
		margin: auto;
	}
	._02 .flowWrap .flow .stepBox{
		background: #fff;
		padding: 30px 10px;
		text-align: center;
		border: solid 4px #e7deba;
		position: relative;
	}
	._02 .flowWrap .flow .stepBox:first-of-type{
		padding-top: 20px;

	}
	._02 .flowWrap .flow .stepBox:not(:last-of-type){
		margin-bottom: 15%;
	}
	._02 .flowWrap .flow .stepBox:not(:last-of-type):after{
		content: "";
		display: block;
		height: 27px;
		background: url(/application/themes/qbb/images/lp/dochee2021spring/icon_arrow.png) no-repeat center center;
		background-size: contain;
		position: absolute;
		bottom: -43px;
		left: 0;
		right: 0;
	}

	._02 .flowWrap .flow .stepBox .number{
		position: absolute;
		left: -15px;
    	top: -25px;
		max-width: 83px;
	}
	
	._02 .flowWrap .flow .stepBox .number2{
		position: absolute;
		left: -15px;
    	top: -25px;
		max-width: 83px;s
	}

	._02 .flowWrap .flow .stepBox.flow1 .user{
		display: table;
		margin: auto auto 15px;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user > *{
		display: table-cell;
		vertical-align: middle;
		width: 47px;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user .icon{
		padding-right: 5px;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user .icon img{
		width: inherit;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user .id{
		font-size: 26px;
		font-weight: bold;
		color: #e61d3b;
		white-space: nowrap;
	}
	._02 .flowWrap .flow .stepBox .text{
		font-size: 16px;
		font-weight: bold;
	}
	._02 .flowWrap .flow .stepBox .text2{
		font-size: 8px;
	}
	._02 .flowWrap .flow .stepBox:not(:last-of-type) .text{
		margin-bottom: 20px;
	}
	._02 .flowWrap .flow .stepBox .btn{
		max-width: 174.5px;
		margin: auto;
	}
	._02 .flowWrap .flow .stepBox .btn2{
		width: 70%;
		margin: auto;
	}
	._02 .flowWrap .flow .stepBox .btn a{
		display: block;
		width: 100%;
	}
	._02 .flowWrap .flow .stepBox .btn img{
		width: 100%;
	}

	/* 03　キャンペーン概要 ///////////////////////////////////// */
	._03 {
		padding: 40px 0;
	}
	._03 h3{
		font-size: 24px;
		font-weight: bold;
		color: #ed1c24;
		margin-bottom: 30px;
		text-align: center;
	}
	._03 .listTable{
		max-width: 1005px;
		width: 95%;
		margin: auto auto 75px;
		font-size: 16px;
	}

	._03 .listTable table tr{
		vertical-align: top;
		vertical-align: top;
		border-bottom: solid #cdcdcd 1px;
	}

	._03 .listTable table th{
		white-space: nowrap;
		color: #ed1c24;
		font-weight: bold;
		padding: 15px 0 5px;
		text-align: left;
		display: block;
		width: 100%;
		font-size: 3.2vw;
	}

	._03 .listTable table td{
		display: block;
		width: 100%;
		padding-bottom: 15px;
		font-size: 3vw;
	}



	._03 .listTable_inner table tr{
		border: none;
	}

	._03 .listTable_inner table th{
		white-space: nowrap;
		color: inherit;
		font-weight: inherit;
		padding: 0 0 10px;
		width: inherit;
    	display: table-cell;
	}

	._03 .listTable_inner table td{
		padding: 0 0 10px ;
		width: inherit;
    	display: table-cell;
	}

	.agreementArea{
		width: 93.75%;
		margin: 8% auto 0;		
		background-color: #ffffff;
		border: 1px solid #ed1c24;
		padding: 3%;
	}
	.agreementArea h4 {
		font-size: 120%;
		color: #e61d3b;
		margin: 0 0 15px 0;
	}
	.agreementArea .wrapper .agreement {
		height: 370px;
		overflow-y: scroll;
	}
	.agreementArea .wrapper .agreement > p {
		font-size: 95%;
		line-height: 1.3;
	}
	.agreementArea .wrapper .agreement > h5 {
		margin: 20px 0 5px 0;
	}
	.agreementArea .wrapper .agreement > p.txtInd01 {
		text-indent: -1em;
		padding-left: 1em;
	}
	.btmSnsBtn {
		margin: 40px auto 0;
	}
	.btmSnsBtn:after{
		content: inherit;
		display: inherit;
		clear: inherit;
	}
	.btmSnsBtn li{
		width: 47.5%;
		margin: auto;
	}
	.btmSnsBtn li:not(:last-of-type){
		margin-bottom: 2%;
	}

	.rtt {
		display: block;
		display: block;
		width: 40px;
		position: fixed;
		bottom: 83px;
		right: 2.5%;
		z-index: 100;
	}
	
	
	

	.foot{
		color:#ffffff;
		text-align:center;
		font-size:3vw;
		padding:5% 0;
		background-color:#db0010
	}
	
	.socialBtn img{
		width:60%;
		margin:0 20%;
	}
	
	.spTxt{
		font-size: 80%;
		margin:20px auto;
		text-align:center;
	}
	

/* ///////////////////////////////////// */

	.photoList{
		width:100%;
		text-align:center;
		margin:0 auto;
		padding:20px 0 0 0;
	}
	
	.photoList img{
		width:40%;
		margin:5px;
	}
	
	.areaWrap.photo{
		text-align:center;
		width:100%;
		padding:65px 0 0 0;
	}
	.areaWrap.photo h2{
		width:86%;
		margin:0 auto 0;
	}


}


/* PC表示768px以上//////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:767px){
	.spOnly{display:none !important;}

/* ヘッダー///////////////////////////////////// */

	.menuIconWrap{
		top:10px;
		right:10px;
	}


	.navArea{
		width:380px;
		right:-380px;
		padding-top:150px;
	}
	.navArea .mainNav li a{
		padding:20px 0 20px 20px;
		font-size:120%;
	}
	.navArea .snsNav{
		margin-top:20px;
	}


	.headWrap{
		width:100%;
		border-bottom:3px solid #ee1d25;
	}
	.headWrap .header{
		/*width:1000px;*/
		width:100%;
		margin:0 auto;
		padding:10px 0 10px 3%;
	}
	.headWrap .header .logoWrap{
		width:300px;
	}
	.headWrap .header .logoWrap li{
		float:left;
		width:auto;
		text-align:center;
	}
	.headWrap .header .logoWrap li:nth-of-type(1){
		margin:0 40px 0 0;
	}
	.headWrap .header .logoWrap li:nth-of-type(1) img{
		height:40px;
		width:auto;
	}
	.headWrap .header .logoWrap li:nth-of-type(2) img{
		height:35px;
		width:auto;
	}

/* トップメイン情報 ///////////////////////////////////// */

	.mainVisWrap{
		background: url(/application/themes/qbb/images/lp/dochee2021spring/mainVis_bg_pc.png) no-repeat center top;
		background-size: cover;
		padding: 30px;
	}

	.mainVisWrap .mainVisItemWrap{
		width: 100%;
		margin: auto;
	}
	
	.mainVisItemWrap .mainVis_title{
		max-width: 1055px;
		margin: auto auto 30px;
	}
	.mainVisItemWrap .mainVis_subtitle{
		max-width: 566px;
		margin: auto;
	}
	.mainVisItemWrap .mainVis_subtitle .day{
		background: #000;
		border-radius: 50px;
		color: #fff;
		padding: 6px 10px;
		margin: auto;
		text-align: center;
		max-width: 237px;
		font-size: 16px;
		margin-top: -13px;
		margin-bottom: 25px;
		position: relative;
		z-index: 10;
	}
	.mainVisItemWrap .mainVis_subtitle .day2{
		background: #000;
		border-radius: 50px;
		color: #fff;
		padding: 6px 10px;
		margin: auto;
		text-align: center;
		max-width: 237px;
		font-size: 20px;
		margin-top: -13px;
		margin-bottom: 25px;
		position: relative;
		z-index: 10;
	}
	.mainVisItemWrap .content {
		max-width: 1085px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin:auto;
	}
	.mainVisItemWrap .content .contImg:first-of-type{
		margin-top:-5%;
		z-index: 10;
		width: 27%;
	}
	.mainVisItemWrap .content .contImg:last-of-type{
		margin-top:-7.5%;
		z-index: 10;
		width: 27%;
	}
	.mainVisItemWrap .content .text{
		text-align: center;
		line-height: 1.3;
	}
	.mainVisItemWrap .content .text .top{
		font-size: 15pt;
	}
	.mainVisItemWrap .content .text .bottom{
		font-size: 13pt;
	}
	.mainVisItemWrap .kindWrap{
		margin-top: -2.3%;
		position: relative;
	}

	.mainVisItemWrap .kindWrap .kind{
		max-width: 940px;
		margin: auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.mainVisItemWrap .kindWrap .kind:after{
		display: inherit;
		content: inherit;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap{
		max-width: 447px;
		display: flex;
    	flex: 1 0 auto; 
    	width: 47.5%;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap:first-of-type{
		margin-right: 5%;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card{
		border-radius: 30px;
		padding: 0 30px 40px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap:first-of-type .card{
		background: #c5ec7b;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap:last-of-type .card{
		background: #ffdc7f;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .img{
		margin-bottom:20px;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .img img{
		margin-top: -15px;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count{
		background: #fff;
		border-radius: 5px;
		margin: 0 5px 0;
		padding: 20px;
		margin-top: auto;
		height: 100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .title{
		text-align: center;
		font-size: 20px;
		margin-bottom: 15px;
		
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .votes{
		background: #feda46;
		border-radius: 5px;
		padding: 10px;
		width: 100%;
		position: relative;
		font-weight: bold;
		margin-top: auto;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .votes:after{
		content:"票";
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 16px;
		font-size: 22px;
		line-height: 36px;
	}
	.mainVisItemWrap .kindWrap .kind .kindInnerWrap .card .count .votes .unit{
		text-align: center;
		font-size: 36px;
	}
	.mainVisItemWrap .kindWrap .vsImg{
		position: absolute;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}


	/* 01　豪華プレゼントが当たる！ ///////////////////////////////////// */
	._01{
		padding: 95px 0;
	}
	._01 h3 {
		margin: auto auto 30px;
		max-width: 671px;
	}
	._01 .textArea{
		width: 95%;
		margin: auto auto 15px;
		text-align: center;
		font-weight: bold;
	}
	._01 .textArea .text.top{
		font-size: 33px;
		margin-bottom: 15px;
	}
	._01 .textArea .text.top .blue{
		color: #2c96d4;
	}
	._01 .textArea .text.bottom{
		font-size: 28px;
		display: table;
		margin: auto;
	}
	._01 .textArea .text.bottom .icon{
		padding: 0 10px;
	}
	._01 .textArea .text.bottom .icon img{
		max-width: 100px;
	}
	._01 .textArea .text.bottom > *{
		display: table-cell;
		vertical-align: middle;
	}
	._01 .img{
		max-width: 886px;
		width:95%;
		margin: auto;
	}

	/* 02　Twitter投票対決キャンペーン応募方法はこちら ///////////////////////////////////// */
	._02 h3{
		background: #2c96d4;
		padding: 30px;
		text-align: center;
		font-size: 30px;
		color: #fff;
		letter-spacing: 1px;
	}
	._02 h3 span{
		font-size: 36px;
	}
	._02 .flowWrap{
		background: url(/application/themes/qbb/images/lp/dochee2021spring/area02_bg.jpg);
		padding: 75px 0 95px;
	}
	._02 .flowWrap .flow{
		width: 90%;
		max-width: 775px;
		margin: auto;
	}
	._02 .flowWrap .flow .stepBox{
		background: #fff;
		padding: 70px 20px;
		text-align: center;
		border: solid 8px #e7deba;
		position: relative;
	}
	._02 .flowWrap .flow .stepBox:first-of-type{
		padding-top: 45px;

	}
	._02 .flowWrap .flow .stepBox:not(:last-of-type){
		margin-bottom: 15%;
	}
	._02 .flowWrap .flow .stepBox:not(:last-of-type):after{
		content:"";
		display: block;
		height: 54px;
		background: url(/application/themes/qbb/images/lp/dochee2021spring/icon_arrow.png) no-repeat center center;
		position: absolute;
		bottom: -90px;
		left: 0;
		right: 0;
	}

	._02 .flowWrap .flow .stepBox .number{
		position: absolute;
		left: -5%;
		top: -14%;
		width: 21.4%;
		max-width: 166px;
	}
	
	._02 .flowWrap .flow .stepBox .number2{
		position: absolute;
		left: -5%;
		top: -5%;
		width: 21.4%;
		max-width: 166px;
	}

	._02 .flowWrap .flow .stepBox.flow1 .user{
		display: table;
		margin: auto auto 30px;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user > *{
		display: table-cell;
		vertical-align: middle;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user .icon{
		padding: 0 10px;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user .icon img{
		width: inherit;
	}
	._02 .flowWrap .flow .stepBox.flow1 .user .id{
		font-size: 35px;
		font-weight: bold;
		color: #e61d3b;
	}
	._02 .flowWrap .flow .stepBox .text{
		font-size: 24px;
		font-weight: bold;
	}
	._02 .flowWrap .flow .stepBox .text2{
		font-size: 12px;
	}
	._02 .flowWrap .flow .stepBox:not(:last-of-type) .text{
		margin-bottom: 40px;
	}
	._02 .flowWrap .flow .stepBox .btn img{
		width: inherit;
	}
	._02 .flowWrap .flow .stepBox .btn2 img{
		width: 70%;
	}

	/* 03　キャンペーン概要 ///////////////////////////////////// */
	._03 {
		padding: 95px 0;
	}
	._03 h3{
		font-size: 38px;
		font-weight: bold;
		color: #ed1c24;
		margin-bottom: 65px;
		text-align: center;
	}
	._03 .listTable{
		max-width: 1005px;
		width: 83.7%;
		margin: auto auto 75px;
		font-size: 16px;
	}

	._03 .listTable table tr{
		vertical-align: top;
		vertical-align: top;
		border-bottom: solid #cdcdcd 1px;
	}

	._03 .listTable table th{
		white-space: nowrap;
		color: #ed1c24;
		font-weight: bold;
		padding: 21px 60px 21px 65px;
		text-align: left;
	}

	._03 .listTable table td{
		padding: 21px 65px 21px 0;
	}



	._03 .listTable_inner table tr{
		border: none;
	}

	._03 .listTable_inner table th{
		white-space: nowrap;
		color: inherit;
		font-weight: inherit;
		padding: 0 0 10px;
	}

	._03 .listTable_inner table td{
		padding: 0 0 10px ;
	}

	.agreementArea{
		max-width: 1005px;
		margin: 50px auto 0;
		background-color: #ffffff;
		border: 1px solid #b7b7b7;
		padding: 30px;
	}
	.agreementArea h4 {
		font-size: 120%;
		color: #e61d3b;
		margin: 0 0 20px 0;
	}
	.agreementArea .wrapper .agreement {
		height: 370px;
		overflow-y: scroll;
	}
	.agreementArea .wrapper .agreement > p {
		font-size: 95%;
		line-height: 1.3;
	}
	.agreementArea .wrapper .agreement > h5 {
		margin: 20px 0 5px 0;
	}
	.agreementArea .wrapper .agreement > p.txtInd01 {
		text-indent: -1em;
		padding-left: 1em;
	}
	.btmSnsBtn {
		max-width: 1050px;
		margin: 100px auto 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.btmSnsBtn:after{
		content: inherit;
		display: inherit;
		clear: inherit;
	}
	.btmSnsBtn li{
		width: 29.5%;
	}

	.rtt {
		display: block;
		display: block;
		width: 78px;
		position: fixed;
		bottom: 76px;
		right: 2.5%;
		z-index: 100;
	}


/* フッター///////////////////////////////////// */

	.foot{
		color:#ffffff;
		text-align:center;
		font-size:85%;
		padding:25px 0;
		background-color:#db0010
	}
	.foot span{
		font-weight:bold;
	}
	.socialBtn img{
		width:280px;
		margin:0 40px;
	}
	
/* ///////////////////////////////////// */



}