@charset "UTF-8";

h1, .h1 {
    font-size: 6.3vw;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 25px 0 20px!important;
    color: #333;
    border-bottom: none;
    padding: 0;
    letter-spacing: .1rem;
    line-height: 1.7;
}

.campaign_wrap{
    margin: 25px;
}

.campaign_wrap .cpbox{
align-items: flex-start;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: solid 1px #afafaf;
    padding: 10px 0px 20px;
    margin-bottom: 20px;
    text-decoration: none!important;
    display: flex;
    flex-wrap: wrap;
}

.campaign_wrap .cpbox .img{
    width: 100%;
}


.campaign_wrap .cpbox .txt{
    width: 100%;
    margin: 15px 0;
}

.campaign_wrap .cpbox .txt .title{
    font-weight: 500;
    font-size: 18.5px;
}


.campaign_wrap .cpbox  .txt .day{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.8;
}

.campaign_wrap .cpbox  .txt .ex{
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 15px;
}


.campaign_wrap .cpbox  .txt p:last-child{
    margin-bottom: 0px;
}

.campaign_wrap .cpbox:last-child{
border-bottom: none;
}

.icon_wrap{
margin-bottom: 7px;
}
.icon{
    font-size: 11px;
    line-height: 1;
    padding: 4px 8px;
    background-color: #e6e6e6;
    display: inline-block;
    letter-spacing: .05rem;
    margin-right: 5px;
}
	.campaign_wrap .small_t{
		font-size: 11px!important;
		line-height: normal!important;
    display: inline-block;
	}
	.campaign_wrap .v_top{
    vertical-align: text-top;
display: inline-block;
	}
.campaign_wrap .cpbox .gwp{
width: 70%;
margin: auto;
margin-bottom: 15px;
}
.campaign_wrap .cpbox .txt a{
    text-decoration: underline;
}
.campaign_wrap .cpbox .text_right{
text-align: right;
}
.campaign_wrap .cpbox .text_right .text_link{
    display: inline-block;
    position: relative;
    padding-right: 10px;
    line-height: 1.2;
    font-size: 12px;
}
.campaign_wrap .cpbox .text_right .text_link:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1.2px #333;
    border-right: solid 1.2px #333;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
    position: absolute;
    top: 20%;
    right: 2%;
    opacity: 1;
}
.campaign_wrap .subject{
border: solid 1px #eee;
padding: 16px;
margin-bottom: 15px;	
}
.campaign_wrap .notes{
background-color: #f5f5f5;
padding: 16px;
}
.cp_fin{
  position: relative;
    margin: 20px 0;
    padding: 25px 0;	
}	

.cp_fin::after {
  content: "";
  width: 106%;
  height: 100%;
  background: rgba(51, 51, 51, .2);
  position: absolute;
  top: 0;
  left: -10px;
}
.cp_fin_txt{
position: absolute;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
width: 100%;
}

/*スライダー*/	
	.slider_wrap{
		margin:  0 40px;
	}
/*スライダー*/


/*------------------------------------ここからPC---------------------------------------*/

@media screen and (min-width: 780px) {
	
	h1, .h1 {
    font-size: 1.9rem;
    font-weight: 550;
    letter-spacing: .1rem;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 40px!important;
    color: #333;
    border-bottom: none;
    padding: 0;
    letter-spacing: .1rem;
    line-height: 1.3;
}

.campaign_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
padding: 0!important;
    margin-bottom: 60px;
}

.campaign_wrap .cpbox{
    justify-content: space-between;
    padding: 50px 0;
    margin-bottom: 0px!important;
}

.campaign_wrap .cpbox .img{
    width: 40%;
}

.campaign_wrap .cpbox .txt{
     width: 55%;
    margin: 0;
}

.campaign_wrap .cpbox .txt .title{
    font-size: 19px;
    margin: 0 0 5px;
}


.campaign_wrap .cpbox  .txt .day{
    margin-bottom: 7px;

}

.campaign_wrap .cpbox  .txt .ex{
    line-height: 1.9;
    font-size: 13.5px;
}


.campaign_wrap .cpbox .gwp{
width: 50%;
    margin-bottom: 13px;
}

.cp_fin{
  position: relative;
    margin: 20px 0;
}	
.cp_fin::after {
  content: "";
width: 106%;
  height: 100%;
  background: rgba(51, 51, 51, .2);
  position: absolute;
  top: 0;
left: -10px;
}
.cp_fin_txt{
position: absolute;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*スライダー*/	
	.slider_wrap{
		margin:  0 100px;
	}
/*//スライダー*/


/*動画*/	
.con_yt_movie {
    position: relative;
    width: 339px;
    margin: 20px auto;
}
/*//動画*/	

	
	
/*-------------消さない--------*/
	}
/*-------------消さない--------*/


