/*
 Theme Name:   rc.1.11.0
 Theme URI:    http://www.recycle-clean.co.jp/
 Description:  recycle-clean mail-magazine
 Author:       Cricket Inc. Oba
 Author URI:   http://www.recycle-clean.co.jp/
 Template:     tpl.1.11.0
 Version:      rc.1.11.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
@import url("rccss/rctop.css");
@import url("rccss/banner507.css");


strong {
	font-weight: bold;
}

article {
	font-size: 1.4rem;
}



/******** top banner*******/
ul.banner li#top-widget-pc {
	max-width: 1024px !important;
	width: 100% !important;
}

ul.banner li#top-widget-pc-507 {
	max-width: 507px !important;
}


@media screen and (min-width: 481px) {
	ul.banner li#top-widget-mobile{
		display: none !important;	
	}
}
/*
@media screen and (max-width: 480px) {
	ul.banner li#top-widget-pc{
		display: none !important;	
	}
}
*/
@media screen and (max-width: 480px) {
	div.info-area dl {
		padding: 10px 20px 2px 20px !important;
	}
	div.info-area dl dd {
		margin-bottom: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
}


/*** 2019/03/22 ***/

@media screen and (min-width: 481px) {
	h2.h2_under {
		font-size: 2.4rem !important;
	}

	div.info-area dl {
		padding: 20px 20px 0px 20px !important;
	}

	div.info-area dl dd {
		padding-bottom: 1.3em !important;
		/* margin-bottom: 1.5em !important; */
	}
}

@media screen and (max-width: 480px) {
	h2.h2_under {
		font-size: 2.2rem !important;
	}

	h3.h3_bar {
		font-size: 2.2rem !important;
	}

	#wrapper h2 {
		font-size: 2.8rem;
	}

	div.margin-top-25px {
		margin-top: 25px !important;
	}
}


/***** about_us *****/
@media (min-width: 800px) { /*  for tablet or pc*/
	table.keiei_mokuhyou {
		margin-top: 10px;
		margin-bottom: 30px;
		width: 50% !important;
	}
}