@charset "UTF-8";

#shopping_help h3 {
    font-size: 17px;
    font-family: 'Lora', serif;
    color: #7a7c2c;
    margin: 50px 0 20px;
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 1px solid #7a7c2c;
    padding-bottom: 10px;
}
#shopping_help #gift img{
width:100%;
}

#shopping_help #return .return_place h3{
    margin: 0px 0 20px;
}


    .pc_none {
        display: none !important;
    }

    .sp_none {
        display: block !important;
    }
    
    .caution{
        width: calc(100% - 10px);
        padding-left: 20px;
        position: relative;
        font-size: 12px;
        text-indent:0rem !important;
        padding-left:1.5rem !important;
    }
    
    .caution::before{
        content: '※';
        top: 0;
        position: absolute;
        left: 0;
        width: 20px;
    }
    .gifttext_flex{
        display:flex;
        width: 100% !important;
        }
        
    .giftImg_flex{
    display:flex;	
    }
    
        .giftImg_flex .img_left{
    margin-right:10px !important;	
    }
    
    .gift_info_flex{
    display:flex;	
    margin-top:10px;
    }

            

    @media screen and (max-width:768px) {.products-nav{
justify-content: space-between;}}

    @media screen and (max-width:767px) {
    .gift_info_flex{
    display:block;	
    }
    }

    @media screen and (max-width:640px) {
    	#shopping_help h3 {
    font-size: 14px;
}


.gift_caption{
font-size:13px !important;
}
    	
       .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }   
   
   .giftImg_flex img{
   	height:140px;
   	object-fit: cover;
   } 
   .gifttext_flex text{
    display: block;
    width: 100%;
   }
   
      } 
      
   @media screen and (width:540px) {
    .giftImg_flex img{
   	height:160px;
   	object-fit: cover;
   }
   .gifttext_flex text{
    display: block;
    width: 100%;
  }
   }
      
      
   @media screen and (max-width:320px) {
   	   .giftImg_flex img{
   	height:120px;
   	object-fit: cover;
   }
   .gifttext_flex text{
    display: block;
    width: 100%;
}
   }