@charset "utf-8";
/* CSS Document */


/*------------------------------------base*/
body{
	font-family: YuGothic,'Yu Gothic',sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: none;
	line-height: 1.2;
	background:#dff2fc
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.inner{
	width: auto;
	max-width: 1020px;
	min-width: 1020px; 
	padding: 0 20px;
	margin: 0 auto;
}
.bg_black{
	background: #000;
	min-width: 1020px; 
}
.bg_gold{
	background: #beac72;
	min-width: 1020px; 
}
.topBack{
	margin: 0 auto;
	padding: 70px 0 70px 0;
	text-align: center;
}
.tab-list ul li{
	cursor: pointer;
}
.tab-contents{
	display: none;
}
.tab-contents.show{
	display: block;
}
.entry_btn_area{
	margin-bottom: 20px;
	margin-left:70px;
	margin-top:-60px;
}
/*------------------------------------top*/
#headWrap{
	text-align: center;
}


#headWrap .inner.main_visual{
	height: 800px;
	max-height: 800px;
	min-width: 1020px; 
	background: url(../images/hero-bg.jpg);
	background-position: center top; 
	background-position: center top; 
	background-repeat: no-repeat;
	-moz-background-size:100%;
	background-size:100%;
	text-align:left;

}
#headWrap .inner{
	position: relative;
}
#headWrap .inner > figure{
	padding-top: 15px;
	margin-bottom: 15px;
}
#logo img{
	position: absolute;
	right: 20px;
	top: 15px;
	width: 41px;
	height: 54px;
}
#headWrap .inner > figure{
	padding-top: 20px;
	margin-bottom: 15px;
}


.hero-maintxt{
margin-left:-20px;
margin-top:-20px;

}
#heaederSns{
	position: absolute;
	top: 21px;
	left: 240px;
}

#heaederSns li{
display: inline-block;
}

#heaederSns li img{
	display: block;
	margin-bottom: 10px;
	padding-right:2px;
}
#gNav ul{
	display: flex;
	justify-content: space-between;
}


.special-text{
	text-align:center;
}
.special-texts{
	padding:10px;
	padding-left:20px;
}

/* キャンペーンについて
================================================== */
#about{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

/* 賞品
================================================== */
#prize{
	text-align: center;
	padding-top: 40px;
}

#prize .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#prize h2{
}
#prize p{
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	font-size: 15px;
}
.prizeContents{
	margin: 0px auto;
	background-image: url("../images/border-line.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
	padding:10px 0;
	padding-bottom:0;
}
.prizeImage{
	margin-bottom: 35px;
}

.prizeImage:last-child{
	margin-bottom: 0px;
}
.fadein{
	transition: 1s;
}

/* 応募方法・エントリー
================================================== */
#entry{
	text-align: center;
	padding-top: 40px;
}
#entry h2{
}

#entry .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#entry .entryContents{
	margin: 0px auto;
	background-image: url("../images/border-line.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
	padding:10px 0;
}

#system{
	margin-top: 70px;
	position: relative;
	border-bottom: 3px solid #f2e28b;
}
#system p{
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}
#system figure{
	margin-bottom: 15px;
}
#system ul{
	display: flex;
	justify-content: space-between;
}
#system ul li{
	position: relative;
	padding: 82px 0 15px;
}
#system ul li::before{
	position: absolute;
	top: 0;
	left: 50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
	content: "";
	width: 68px;
	height: 42px;
	background: url(../images/arrow-down.png);
}
.stepH3{
	margin-bottom: 30px;
}
#stepTxt{
	padding-top: 40px;
	position: relative;
}
#stepTxt #stepTxt_pc a{
	position: absolute;
	top: 230px;
	left: 27px;
}

.entry_btn img{
margin:40px auto;
margin-bottom:0;
}

/* エントリー手順
================================================== */
#process{
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

#process .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#process .processContents{
	margin: 0px auto;
	background-image: url("../images/border-line.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
	padding:10px 25px;
}

#process .processContents .inner_box{
	border:3px solid #008cd6;
	background:#e0f2fc;
}

#process .tab-list{
	padding:30px 35px;
	padding-bottom:0;
}

#process .tab-list ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 67px;
}
#process .tab-list .selleft{
	position: absolute;
	left: 0;
	z-index: 1;
}
#process .tab-list .selright{
	position: absolute;
	right: 0;
}
#process .tab-list .selcenter{
	position: absolute;
	left: 50%;
   -webkit-transform: translate(-50%,0);
   transform: translate(-50%, 0);
}
#process .tab-list .selright.active{
	z-index: 2;
}
.entryTab ol{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.entryTab-box{
	width:380px;
	background-image: url("../images/entryTab-box_bg.png");
	background-position: right bottom; 
	background-repeat: no-repeat;
	background-size:90%;
	margin-bottom: 25px;
	text-align:right;
	
}

.entryTab-box img{
padding:15px 25px;
padding-bottom:10px;
}
.entryTab-box.step1{
}
.entryTab-box.step2{

}
.entryTab-box.step3{
}
.entryTab-box:nth-child(1),.entryTab-box:nth-child(2){
}
.entryTab-box:nth-child(3),.entryTab-box:nth-child(4){
}
.entryTab-box:nth-child(2n){
	margin-left: 15px;
}
.entryTab-box-top{
	margin-bottom:10px;
}
.entryTab{
	border:3px solid #1d2088;
	border-top:2px solid #1d2088;
	margin:0px 35px;
	margin-bottom:30px;
	padding-top:20px;
}
.step_text{
	position:relative;
	width:100%;
	padding-left:90px;
	text-align:left;
}

.step_text .step_img{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	border:none;
	radius:none;
}


.entryTab h3{
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
}
.entryTab p{
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.link_txt a,
.link_txt span {
	color:#4a97e1;
}
.postContact{
	text-align:center;
	margin:30px 0 ;
}
#entryBtn{
	width: 814px;
	margin: 0 auto;
}
#entryBtn a img{
	padding: 20px 0px 0px 0px;
}

.entry_btn_area2{
	text-align:center;
	margin:30px 0 ;
}
.case-03 .step2 h3{
	margin-bottom: 121px;
}
.case-03 .step3 h3{
	margin-bottom: 90px;
}
/* Q&A
================================================== */
#qa{
	padding-top: 40px;
}
#qa h2{
	text-align: center;
}

#qa .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#qa .questionContents{
	margin: 0px auto;
	background-image: url("../images/border-line.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
	padding:10px 25px;
}
#qa dl{
	padding: 15px;
	border-top: 1px solid #FFF;
}
#qa dl:last-child{
	border-bottom: 1px solid #FFF;
}
#qa dt {
	display: table;
	background: url('../images/faq-q-icon.png') 0 0 no-repeat;
	border-bottom: 2px solid #1d2088;  
	color: #1d2088;  
	font-size: 15px;
	font-weight: bold;
	width:100%;
}
#qa dt span {
    display: table-cell;
    padding-left: 60px; 
    color: #1d2088; 
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}
#qa dd {
    min-height: 51px;
    margin: 27px 0 0 0px;
    padding: 0 13px 0 60px;
    background: url('../images/faq-a-icon.png') 0 0 no-repeat;
    line-height: 22px;
    font-weight: bold;
}
#qa dd p{
	margin-bottom: 25px;
	font-weight: bold;
}
#qa dd a{
	font-size: 15px;
	//text-decoration: none;
	color: #4a97e1;
}
/* footer
================================================== */
#footerCopy{
	color: #FFF;
	font-family: Helvetica;
	padding-top:20px;
}
#footerCopy .inner{
	width: auto;
	max-width: 1020px;
	min-width: 1020px; 
	margin: 0 auto;
	padding:0;
	height:128px;
	max-height:128px;
	min-height:128px;
	background-image: url("../images/footer_bg.jpg");
	background-position: right bottom; 
	background-repeat: no-repeat;
	background-size:100%;
	position:relative;
}

.footerLogo{
position:absolute;
left:50px;
bottom:15px;
}
.footerLogo img{
}

#footerCopy .footerCopyright{
text-align:right;
position:absolute;
right:15px;
bottom:15px;
}
#heaederSns ul li:hover,
#gNav ul li a:hover,
.postContact a:hover,
#entryBtn a:hover,
.prizeImage a:hover{
	opacity: 0.7;
}