@media only screen and (max-width:1100px) {

/* subnav */
/*--------------------------------------------------------------------------------*/
#subnav:before{
	content:"タップするとメニューが展開します。";
	font-size:12px;
	margin-bottom:10px;
	display:block;
	line-height:1.4;
	color:#999;
}
#subnav_title a{
	font-size:16px;
	padding-right:40px;
}

#subnav_btn{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	z-index:1;
	display:block;
}

#subnav_btn:before,
#subnav_btn:after{
	content:"";
	width:16px;
	height:2px;
	background:#FFF;
	position:absolute;
	right:12px;
	top:calc(50% - 1px);
	transition:0.3s;
}
#subnav_btn:after{
	transform: rotate(90deg);
}

#subnav > ul{
	display:none;
}
#subnav_btn.subnav_open{
	width:40px;
	background:#007575;
}
#subnav_btn.subnav_open:before{
	transform: rotate(90deg);
	opacity:0;
}
#subnav_btn.subnav_open:after{
	transform: rotate(180deg);
}



.rss_date {
  width: 14%;
}
.rss_title {
  width: 86%;
}
.rss_contents {
  padding-left: calc(14% + 15px);
}


#side_digest_title,
#side_digest_in{
	background:#1C5F8F;
}


/*------------------------------------------------------------------------------*/
}



@media only screen and (min-width:691px) and (max-width:1100px) {
	
/*-----------------------------------------------------------------*/
/* order */
/*-----------------------------------------------------------------*/
.product_list_step li{width:28%;font-size:110%;}
.product_list_step_txt{font-size:15px;}

/*------------------------------------------------------------------------------*/
}