@charset "utf-8";

.content-box > div:first-of-type p {
	margin-top: 10px;
}

.contents{
    padding:4vw;
}

.contents_color{
    background:#8DC21F;
}

.contents > div{
    background: #fff;
    border-radius: 10px;
    padding: 3vw;
}

.contents h2{
    text-align: center;
    border-bottom: 1px solid #8DC21F;
    color: #8DC21F;
    font-size: 1.8rem;
    padding:0 0 6px;
    margin-bottom: 1em;
}

.contents h3{
    margin-bottom: 1em;
}

.campaign img{
    width: 100%;
}

#Excluded_items li{
    display: inline-block;
    margin-right: 1em;
    line-height: 1.5;
    margin-bottom: 0.4em;
    padding-left: 1em;
    text-indent: -1em;
}



/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {

    
    .contents h2{
		font-size: 2em;
	}
    
    .contents h3{
		margin-bottom: 40px;
	}
    
}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

.content-box > div:first-of-type p {
	margin-top: 20px;
}

}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}