@charset"utf-8";
.campaign-page .main{
	background: #EFB93A;
}
.cmn-pad {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.block_campaign_head {
    padding: 30px 0
}
.block_campaign_head h2 {
	position: relative;
    text-align: left;
    margin-bottom: 40px;
    border-top: 2px solid #fff;
    padding: 30px 40px;
    z-index: 2;
    width: 1000px;
}
.block_campaign_head h2:before{
	content: "";
	position: absolute;
	bottom: -20px;
	right: 20px;
	background: url("../img/campaign-title-circle.png") no-repeat right bottom;
	width: 200px;
	height: 200px;
	background-size: 200px auto;
	z-index: -1;
}
.block_campaign_head h2:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url("../img/campaign-title-bottomline.png") no-repeat right bottom;
	width: 100%;
	height: 20px;
	background-size: 100% auto;
	z-index: 1;
}
.block_campaign_head h2 p:first-child{
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	z-index: 2;
	margin-bottom: 30px;
	line-height: 1.1;
}
.block_campaign_head h2 p span{
	font-style: italic;
}
.block_campaign_head h2 p + p{
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	width: 400px;
	line-height: 1.2;
}
.block_campaign_head h2 .img {
    max-width: 300px;
    height: auto;
    margin-right: 20px;
}
.block_campaign_head h2 .img img{
	width: 100%;
	height: auto;
}
.campaign-main{
	padding: 0 25px;
	width: 1000px;
}
.notetxt_box{
	position: relative;
}
.notetxt{
	position: absolute;
	left: 0;
	top: -22px;
	font-size: 1.2rem;
	color: #000;
}
.judgetxt{
	padding: 10px 0;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}
.video{
	
	max-height: 270px;
	background: #000;
	color: #000;
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.video span{
	font-style: italic;
}
.video + div{
	margin: 15px 0 10px;
	background: #EA5504;
	padding: 8px 25px;
	min-height: 230px;
}
.video + div h3{
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.video + div h3 span{
	font-style: italic;
	letter-spacing: 0.2em;
}
.video + div h3:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background: url("../img/campaign-title-bottomline.png") no-repeat center center;
	background-size: 100% auto;
	bottom: 0px;
	left: 0;
}
.video + div h3 + p{
	padding: 10px 20px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.campaign-txt{
	color: #000;
	font-weight: bold;
}
.campaign-txt h4{
	color: #D71518;
	font-weight: bold;
}
.campaign-txt span{
	font-style: italic;
}

.block_campaign_head img {
    width: 155px
}
.block_campaign_head .txt {
    font-size: 0.85714286rem;
    margin-bottom: 60px
}
@media screen and (max-width:815px){
    .block_campaign_head {
        padding: 50px 0
    }
    .block_campaign_head h2 {
        margin-bottom: 40px;
        width: 100%;
        padding: 30px 10px;
    }
    .block_campaign_head h2.f_box{
	    flex-flow: column wrap;
    }
    .block_campaign_head h2 .img {
		margin: 0 0 30px 0;
		width: 100%;
		max-width: none;
    }
    .block_campaign_head h2 p:first-child{
	    width: 100%;
	    font-size: 1.6rem;
	    margin-bottom: 15px;
    }
    .block_campaign_head h2 p + p{
	    width: 65%;
	    padding-bottom: 100px;
	    font-size: 1.2rem;
    }
    .block_campaign_head .txt {
        font-size: 0.64285714rem;
        margin-bottom: 30px
    }
	.campaign-main{
		padding: 0 0px;
		width: 100%;
	}
	.campaign-main > div.f_box{
		flex-flow: column wrap;
	}
	.campaign-main > div.f_box .w50ss:first-child{
		margin-bottom: 50px;
	}
	.notetxt{
		font-size: 12px;
	}
	.video + div h3{
		font-size: 2.0rem;
	}
	.video + div{
		min-height: auto;
	}
	.notetxt {
    	font-size: 1.0rem;
    	top: -27px;
		line-height: 1;
	}
}
.block_campaign_body .nav_block_team_single_body {
    padding-left: 8%;
    padding-right: 8%
}
.block_campaign_body .nav_block_team_single_body ul li {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%
}
@media screen and (max-width:815px){
    .block_campaign_body .nav_block_team_single_body ul li {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}
@media screen and (max-width:550px){
    .block_campaign_body .nav_block_team_single_body ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}