@charset "utf-8";


/*---------------------------------------------------------
cvBox
---------------------------------------------------------*/
#cvBox{
	background: url(../common/arw03.png) center top no-repeat;
	background-size: 48px 20px;
	-webkit-background-size: 48px 20px;
	-moz-background-size: 48px 20px;
	-ms-background-size: 48px 20px;
	padding-top: 35px;
}

/*---------------------------------------------------------
応募要項
---------------------------------------------------------*/
/* cntArea */
#cntArea {
	padding: 20px 0 20px;
}

/* cntList */
#cntList > li {
	border-top: #040000 dotted 1px;
	padding: 15px 10px 20px;
}

#cntList > li h3{
	text-align: center;
	margin-bottom: 20px;
}

/* num-list */
.num-list li{
    text-indent: -1.8em;
    padding-left: 1.8em;
	margin-bottom: 10px;
}
    .num-list li:last-child{
        margin-bottom: 0;
    }

/*lapseWaku*/
.lapseWaku{
	border: #040000 solid 1px;
	padding: 10px;
}

.lapseWaku li{
	background: url(../common/list01.gif) left 7px no-repeat;
	background-size: 11px 2px;
	-webkit-background-size: 11px 2px;
	-moz-background-size: 11px 2px;
	-ms-background-size: 11px 2px;
	padding-left: 15px;
	margin-bottom: 3px;
}

/*waku*/
.waku{
    border: #D80000 solid 1px;
    padding: 2px 10px 2px;
    margin-bottom: 5px;
}

/*対象商品*/
.both-buy-list{}

.both-buy-list > li{
    padding: 15px 20px;
    box-sizing: border-box;
}
    
    .both-buy-list > li.both-buy-list__item01{
        position: relative;
        background-color: #ffe3f0;
        margin-bottom: 30px;
    }
        .both-buy-list > li.both-buy-list__item01::before{
            position: absolute;
            content: "+";
            left: calc(50% - 10px);
            bottom: -24px;
            width: 20px;
            height: 20px;
            font-size: 1.4rem;
            font-weight: bold;
            line-height: 20px;
            text-align: center;
        }
        .both-buy-list > li.both-buy-list__item01::after{
            position: absolute;
            content: "";
            left: calc(50% - 10px);
            bottom: -25px;
            width: 20px;
            height: 20px;
            border: #333333 solid 1px;
            border-radius: 10px;
            box-sizing: border-box;
        }
        .both-buy-list > li.both-buy-list__item01 .both-buy-list__title{
            color: #bd1060;
        }
        .both-buy-list > li.both-buy-list__item01 .icon-list > li::before{
            color: #bd1060;
        }
    .both-buy-list > li.both-buy-list__item02{
        background-color: #d9f3ff;
    }
        .both-buy-list > li.both-buy-list__item02 .both-buy-list__title{
            color: #009fe8;
        }
        .both-buy-list > li.both-buy-list__item02 .icon-list > li::before{
            color: #009fe8;
        }

/*---------------------------------------------------------
応募フォーム
---------------------------------------------------------*/
/* form */
#formArea{
	background-color: #000;
	padding: 20px 0 20px;
}

/*intro*/
#formArea .intro{
	font-size: 1.2rem;
	color: #FFF;
}
	#formArea .intro img{
		margin-right: 5px;
	}

.blockTtl{
	font-size: 1.4rem;
	background-color: #FFF3D0;
	border: #CCCCCC solid 2px;
	padding: 9px 10px 7px;
}

.blockTtl .attentionTxt {
	color: #D80000;
	font-size: 1.15rem;
}


.formWrap{
	font-size: 1.2rem;
	border-bottom: #CCCCCC solid 2px;
	padding:0px;
}
	
	.formWrap > dd{
		background-color: #FFF;
		border-right: #CCCCCC solid 2px;
		border-left: #CCCCCC solid 2px;
		padding:10px;
	}
	.formWrap > dd.courseArea{
		padding: 0 !important;
	}
    
    .formWrap > dd.courseArea .courseArea__list > li{
        border-bottom: 1px dotted #909090;
        padding: 14px 10px;
    }
        .formWrap > dd.courseArea .courseArea__list > li:last-child{
            border-bottom: none;
        }

	.formWrap dd.courseArea dl {
		overflow:hidden;
	}
	
	.formWrap dd.courseArea dl dt {
		padding:12px 5px 0px 5px;
		float:left;
		border-top:1px dotted #909090;
	}
		
	.formWrap dd.courseArea dl dd {
		overflow:hidden;
		background:#fff;
		padding:14px 10px 14px 0px;
		border-top:1px dotted #909090;
	}	

	.formWrap dd.courseArea dl > dt:first-child {
		border-top: none;
	}

	.formWrap dd.courseArea dl > dt:first-child + dd {
		border-top: none;
	}

	.formWrap > dd dl.adList dt{
		float:left;
		padding:0px;
		margin-top: 5px;
		width:70px;
	}
  
	.formWrap > dd dl.adList dd{
		overflow:hidden;
		padding-bottom:10px;
	}
		.formWrap > dd dl.adList dd:last-child{
			padding-bottom: 0 !important;
		}

	.formWrap > dd dl.adList dd img{
    margin-left:3px;
    vertical-align:middle;
	}
	
	.formCheck dd{
		color: #14126F;
	}
	
	.formWrap input,
	.formWrap textarea,
	.formWrap select{
		font-size:116%;
	}
	
	.formWrap .w01,
	.formWrap .w02,
	.formWrap .w03{
		width:100%;
		border: #A8A8A8 solid 1px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing : border-box ;
		-moz-box-sizing : border-box ;
		box-sizing : border-box ;
	}
	
	.formWrap .w01{
		width:100%;
	}
	
	.formWrap .w02{
		width:40%;
	}

	.formWrap .w03{
		width:70%;
	}
	
	.formWrap .memo{
		height:120px;
	}
	
	.formWrap .errorMes{
		margin: 5px 0 0;
		color: #D80000;
	}
	
.must{
	background: url(../form/img/icon_hissu.gif) right top no-repeat;
	background-size: 38px 20px;
	-webkit-background-size: 38px 20px;
	-moz-background-size: 38px 20px;
	-ms-background-size: 38px 20px;
}

/*table*/
.formWrap .tbl01{
	width: 100%;
	background-color: #FFF;
	border-collapse: collapse;
}

	.formWrap .tbl01 th{
		width: 25%;
		color: #FFF;
		padding:10px;
		vertical-align: middle;
		border-bottom: #CCCCCC dotted 2px;
	}
		.formWrap .tbl01 tr:last-child th{
			border-bottom: none;
		}
		.formWrap .tbl01 th.courseA{
			background-color: #0061B1;
		}
		.formWrap .tbl01 th.courseBCD{
			background-color: #21AB38;
		}
		.formWrap .tbl01 th.courseEF{
			color: #000;
			background-color: #FDD000;
		}
		.formWrap .tbl01 th.courseGH{
			background-color: #C24C96;
		}
		
	.formWrap .tbl01 td{
		padding:10px;
		vertical-align: middle;
		border-bottom: #CCCCCC dotted 2px;
	}
		.formWrap .tbl01 tr:last-child td{
			border-bottom: none;
		}
	
#alertBox{
	width: 100%;
	margin:0 0px 15px;
}
	
	#alertBox span{
		display:block;
		padding:10px;
		background:#FFE6E6;
		border:#D80000 2px solid;
		
		color:#D80000;
		font-weight:bold;
		text-align:center;
	}


.confMes{
	color: #000;
	margin: 0 0 15px;
	padding: 15px 20px 15px;
	text-align: center;
	background-color: #FFF;
	border: 2px solid #CCCCCC;
}

.thanksMes {
	text-align: center;
	padding: 30px 30px 30px;
	background-color: #FFF;
}

.thanksTxt{
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
}

/*横並び*/
.colList li{
	display: table;
	position: relative;
	float: left;
	width: 48%;
	/*height: 50px;*/
	margin-top: 5px;
	margin-right: 2%;
}
	.colList li:nth-child(1),
	.colList li:nth-child(2){
		margin-top: 0;
	}
	.colList li:nth-child(2n){
		margin-right: 0;
	}
	.colList li:nth-child(2n + 1){
		clear: both;
	}

.cntList__line__text{
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 20px;
}

.cntList__inner dt{
    font-weight: bold;
}

.cntList__inner dt::before{
    content: '●';
    color: #c30d23;
}


.cntList__inner dd{
    margin-bottom: 10px;
    margin-left: 1em;
}

.icon-list li{
    text-indent: -1em;
    padding-left: 1em;
}

.icon-list li::before{
    content: '●';
    color: #c30d23;
}

/*チェックボックス*/
/*input[type="checkbox"]{
	border:1px solid #000000;
	position: absolute;
	width: 100%;
	height:100%;
	z-index:-1;
	opacity:0;
}

input[type="checkbox"] + label{
	display:table-cell;
	width: 100%;
	height:100%;
	font-weight: bold;
	line-height: 120%;
	text-align:center;
	vertical-align:middle;
	background-color: #EEEEEE;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	box-sizing:border-box;
	padding:3px 5px 3px 5px;
}

input[type="checkbox"]:checked + label{
	color:#FFFFFF;
	background-color: #F7B600;
	border:1px solid #F7B600;
}*/

/*ラジオボタン*/
/*input[type=radio] {
	display: none;
}

input[type=radio] + label {
	display: block;
	position: relative;
	width: 100%;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #A8A8A8;
	border-radius: 3px;
    padding: 10px 3px 10px;
	box-sizing: border-box;
	z-index: 1;
}

input[type=radio]:checked + label {
	color: #FFFFFF;
	background-color: #F7B600;
	border: 1px solid #F7B600;
}*/


