@charset "UTF-8";

@media screen and (max-width: 700px){
#top_access_parts + .widget_shop01 dt{
  border-bottom: 0;
  font-weight: 500;
}
}

@media screen and (max-width: 800px){
	#c3+div .inner_item {
             position: relative;
        }
	#c3+div .inner_item:nth-child(1):before {
             content: "";
             position: absolute;
             width: 100%;
             height: 80%;
			 z-index: 2;
             background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        }
	#c3+div .inner_item:nth-child(2):before {
             content: "";
             position: absolute;
             width: 100%;
             height: 80%;
			 z-index: 2;
             background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        }
	#c3+div .inner_item:nth-child(3):before {
             content: "";
             position: absolute;
             width: 100%;
             height: 80%;
			 z-index: 2;
             background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        }
	#c3+div .inner_item_txt {
		padding: 0 !important;
		z-index: 9;
            position: relative;
		margin-top: -20px;
	}
}

@media screen and (min-width:481px) and ( max-width:800px){
  #c3+div .inner_item:nth-child(1):before,
  #c3+div .inner_item:nth-child(2):before,
  #c3+div .inner_item:nth-child(3):before {
      height: 70%;
  }
}