/*------------------------------------------------
   BOOKOFF×かえるのピクルスとのコラボ商品
------------------------------------------------*/
#content {
	margin-left: 10px;
	margin-right: 10px;
}

#content img{
	width: 100%;
	height: auto;
}
#leadBox {
	display: flex;
	flex-direction: column-reverse;
	margin: 2rem 0;
}
#leadBox h2{
border: 1px solid #5f9c53;
    color: #5f9c53;
    margin: 10px 0;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1.3;
}
#leadBox p{
margin: 1rem 0 ;	
}

.sdgs {
 margin: 2rem 0;	
}

.sdgs p {
	margin: 1
		rem 0 0;
}

#collaboItem .fBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#collaboItem .fBox figure{
width: 48%;
	height:auto;
	margin-bottom:1rem;
}
#collaboItem .fBox figure figcaption{
	margin-top:0.5rem;
}

#pickles {
	margin: 2rem 0;
}

#pickles p {
	margin: 1rem 0 0;
}

#propose P {
	margin: 1rem 0 0;
}

#propose .imgtext img{
	height: auto;
	width: 45%;
	margin: 0  0 0 10px;
}
#propose .imgBox {
	margin: 1rem 0 0;
}