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

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap');

.conRight{
	margin-top: 0px !important;
}

.campaign_area{
}

.campaign_area h2.c_midashi{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.3333;
	color: #e41f25;
	letter-spacing: -0.01em;
	margin: 0;
}

.campaign_area .c_inn{
	margin-top: 49px;
}

.campaign_area .c_inn + .c_inn{
	margin-top: 41px;
}

.campaign_area .c_inn h3.sub_midashi{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.3636;
	color: #444;
	border-bottom: 1px solid #444444;
	padding: 0 0 8px;
	box-sizing: border-box;
	margin: 0;
}

.campaign_area .c_inn h3.sub_midashi span{
	color: #e41f25;
	padding: 0 0.25em;
}

.campaign_area .c_inn .c_img{
	width: 100%;
	margin-top: 24px;
}

.campaign_area .c_inn .c_img img{
	width: 100%;
	height: auto;
}


.campaign_area .c_inn .flex_area{
	margin-top: 24px;
}

.campaign_area .c_inn .flex_area .c_img02{
	width: 100%;
}

.campaign_area .c_inn .flex_area .c_img02 + .c_img02{
	margin-top: 5px;
}

.campaign_area .c_inn .flex_area .c_img02 img{
	width: 100%;
	height: auto;
}

.form_tit{
	width: 100%;
	margin: 55px 0 20px;
}

.form_tit p{
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	background: #e41f25;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	padding-left: 13px;
	box-sizing: border-box;
}

#conForm tr td label{
	display: flex;
	align-items: center;
}

#conForm tr td label input{
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
}

#conForm tr td label p{
	width: calc(100% - 20px - 0.5em);
}

#conForm th {
		background: url(../img/campaign-new/thBG.png) repeat left top;
	}

.chuuiText {
	font-size: 70%;
}

.c_txt span{
	color: red;
}
.chuuiText  span{
	color: red;
}

#conForm th::before{
	content: '※' !important;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #e60012;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
#conForm tr:nth-child(7) th::before,
#conForm tr:nth-child(8) th::before,
#conForm tr:nth-child(9) th::before,
#conForm tr:nth-child(12) th::before,
#conForm tr:nth-child(13) th::before,
#conForm tr:nth-child( n + 15) th::before{
	content: none !important;
}