
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* LAYOUT
-------------------------------------*/

body {
	color: #4a4a4a;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 350%;
	margin-bottom: 50px;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
	font-style: normal;
	line-height: 100%;
    color: #57AE5C;
}

h1 span {
    font-family: "Oswald", sans-serif;
	display: block;
	font-size: 30%;
	margin-top: 10px;
	vertical-align: middle;
	font-weight: 500;
    color: #4a4a4a;
	font-style: normal;
}

h2 {
	font-size: 160%;
	text-align: left;
	margin-bottom: 20px;
    padding-left: 15px;
	font-weight: 400;
	font-style: normal;
    border-left: 3px solid #57AE5C;
}

h2 span {
    background: #57AE5C;
	color: #FFFFFF;
	font-size: 50%;
    font-weight: 500;
	padding: 2px 10px 3px 14px;
    margin-left: 10px;
	border-radius: 100px;
	font-style: normal;
	vertical-align: middle;
    text-align: left;
    font-family: "Oswald", sans-serif;
}

h3 {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 400;
	font-style: normal;
}

h3::before {	
	content:"ー";
    font-weight: 400;
	color: #57AE5C;
	padding-right: 5px;
}

h3 span {
    display: block;
    text-align: left;
    margin-left: 30px;
	font-size: 60%;
	color: #57AE5C;
}

h3 strong {
	font-size: 60%;
	color: #999;
}

h3::before {	
	content:"ー";
    font-weight: 400;
	color: #57AE5C;
	padding-right: 5px;
}

h1 + h2 {
	margin-top: 50px;
}

p + h3 {
	margin-top: 50px;
}

p + h2 {
	margin-top: 50px;
}

ul.text + h2 {
	margin-top: 30px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 30px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ol.text {
	counter-reset:list;
	list-style-type:none;
	padding:0;
	text-align: left;
	margin-bottom: 50px;
}

ol.text li {
	position:relative;
	padding: 10px 0 10px 55px;
	font-weight: normal;
	font-size: 100%;
    margin: 5px 0;
}

ol.text li span {
	display: block;
	font-size: 75%;
}

ol.text li:before {
    font-family: "Rubik", sans-serif;
	font-size: 110%;
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
    padding: 5px;
    box-sizing: border-box;
	color: #fff;
	line-height: 30px;
	background: #488484;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* HEADER
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
    transition : all 500ms;
	box-sizing: border-box;
    /*
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    */
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}

#h_left {
	float: left;
	padding-left: 5%;
}

#h_left div {
	padding-top: 15px;
    transition : all 500ms;
}

#fix.fixed2 #h_left div {
	padding-top: 12px;
    transition : all 500ms;
}

#h_left div img {
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #h_left div img {
	transform: scale(0.9, 0.9) translate(-15%, 0%);
    transition : all 500ms;
}

#h_right {
	float: right;
}

/* NAVI
--------------------------------------------------------------------------*/

nav {
}

#header_btn {
    position: absolute;
    display: block;
    top: 0;
    right: 150px;
    z-index: 100;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

#fix.fixed2 #header_btn {
    right: 120px;
    transition: 0.3s;
}


#header_btn ul li {
    font-size: 80%;
    display: inline-block;
    margin-right: 5px;
}

#header_btn ul li a {
    display: block;
    background: #0B9EDB;
    padding: 7px 15px;
    color: #FFF;
    border-radius: 0 0 10px 10px;
}

#header_btn ul li a:hover {
    background: #0780CB;
}

#header_btn ul li:nth-child(2) a {
    display: block;
    background: #654A23 url("../img/header/pdf.svg") center left 20px no-repeat;
    padding: 7px 15px 7px 45px;
    color: #FFF;
    border-radius: 0 0 10px 10px;
}

#header_btn ul li:nth-child(2) a:hover {
    background: #473014 url("../img/header/pdf.svg") center left 20px no-repeat;
}

#navi {
	width: 100%;
}

#dropmenu {
    position: relative;
    z-index: 10;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#dropmenu li {
	position: relative;
	z-index: 1000;
	line-height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: center;
	box-sizing: border-box;
    font-weight: 500;
    font-style: normal;
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 50px 15px 20px 15px;
	color: #333333;
    font-weight: 500;
	line-height: 100%;
	text-decoration: none;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	width: 230px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#dropmenu li ul li span {
    margin: 0;
    padding: 0;
    font-size: 80%;
    line-height: 100%;
    color: #666;
}

#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
	border-right: none;
}

#dropmenu li ul li a {
	padding: 15px;
	text-align: left;
    font-weight: 500;
	color: #FFF;
}

#dropmenu > li:hover > a { background: none; color:#57AE5C; }
#dropmenu > li:hover li:hover > a {  background: #3C933F; color: #FFF; transition: 0.5s; }
#dropmenu li:hover > ul > li {
    position: relative;
    top: -10px;
	overflow: visible;
	height: 44px;
	background: #57AE5C;
	border-bottom: 1px solid #CBE6CD;
	box-sizing: border-box;
}

#dropmenu li #cat-nav-5 {
    padding-right: 140px;
}

#dropmenu li #cat-nav-7 {
	position: absolute;
	top: 0;
	right: 0;
	background: #57AE5C url("../img/header/mail.svg") center center no-repeat;
	padding: 50px 60px;
}

#dropmenu li a#cat-nav-7:hover {
	background: #3C933F url("../img/header/mail.svg") center center no-repeat;
}

#dropmenu li a#cat-nav-7 img:hover {
	opacity: 1;
}

#fix.fixed2 #dropmenu li a {
	padding: 50px 10px 15px 10px;
    margin-bottom: 10px;
}

#fix.fixed2 #dropmenu li a#cat-nav-5 {
    padding-right: 120px;
}

#fix.fixed2 #dropmenu li a#cat-nav-7 {
	padding: 40px 50px;
}

#fix.fixed2 #dropmenu li:hover li a {
	padding: 15px;
}

.tab_menu {
    margin-top: 40px;
    margin-bottom: 20px;
}

.tab_menu ul li {
    list-style: none;
    float: left;
	width: 23.5%;
    margin-right: 2%
}

.tab_menu ul li:nth-child(4) {
    margin-right: 0;
}

.tab_menu ul li a {
    display: block;
    background: #FFF;
    padding: 20px;
    border: 1px solid #57AE5C;
}

.tab_menu ul li a:hover {
    background: #57AE5C;
    color: #FFF;
}

.tab_menu ul li a.now {
    background: #57AE5C;
    color: #FFF;
}

body#soil .tab_menu ul li a#cat-nav-31,
body#recycle .tab_menu ul li a#cat-nav-32,
body#materials .tab_menu ul li a#cat-nav-33,
body#hitoichiba .tab_menu ul li a#cat-nav-41,
body#tanigumi .tab_menu ul li a#cat-nav-42,
body#yoro .tab_menu ul li a#cat-nav-43 {
    background: #57AE5C;
    color: #FFF;
}

#menu_btn {
	display: none;
}


/* COMMON
--------------------------------------------------------------------------*/

#container {
	position: relative;
	z-index: 1;
    margin-top: 80px;
}

#home #container {
	position: relative;
	z-index: 1;
    margin-top: 100px;
}

section {
	margin-bottom: 80px;
}

article {
    margin-bottom: 40px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18.4%;
	float: left;
	margin-right: 2%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left40 {
	float: left;
	width: 40%;
}

.right60 {
	float: right;
	width: 55%;
}

.left60 {
	float: left;
	width: 55%;
}

.right40 {
	float: right;
	width: 40%;
}

.left70 {
	float: left;
	width: 65%;
}

.right30 {
	float: right;
	width: 30%;
}


/* FOOTER
--------------------------------------------------------------------------*/

footer {
    margin-top: 60px;
}

#home footer {
    margin-top: 20px;
}

#footer_contact {
    background: url("../../img/footer/bg_contact.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer_contact_bg {
    background: rgba(0,0,0,0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 80px 0 40px;
}

#footer_contact h1 {
    font-size: 300%;
	color: #FFF;
    margin-bottom: 30px;
}

#footer_contact h1 span {
    color: #FFF;
}

#footer_contact_left {
	float: left;
	width: 47%;
}

#footer_contact_left p {
	color: #FFF;
}

#footer_contact_right {
	float: right;
	width: 47%;
}

#footer_contact_right p {
}

#footer_contact_right p a {
    display: block;
    text-align: right;
	background: url("../../img/footer/arrow_contact.png") center right no-repeat;
	transition: 0.3s;
	color: #FFF;
    text-decoration: none;
	padding: 90px 220px 90px 0;
	font-size: 120%;
}

#footer_contact_right p a:hover {
	background: url("../../img/footer/arrow_contact_over.png") center right 10px no-repeat;
	transition: 0.3s;
    color: #FFF500;
	text-decoration: none;
}

#footer_link {
    background: #F5F5F5;
    padding: 30px 0;
}

#footer_link ul li {
    list-style: none;
    /*
    float: left;
	width: 23.5%;
    margin-right: 2%
    */
    display: inline-block;
    margin: 0 5px;
}

#footer_link ul li:nth-child(4) {
    margin-right: 0;
}

#footer_main {
	padding-top: 60px;
}

#footer_main_left {
	float: left;
    width: 48%;
}

#footer_main_left p,
#footer_main_right p {
	font-size: 80%;
	margin-bottom: 20px;
    line-height: 150%;
}

#footer_main_right {
	float: right;
    width: 48%;
}

#footer_main_left .sitemap ul li {
    background: url("../../img/footer/sitemap_blue_arrow01.png") top 7px left no-repeat;
    padding-left: 15px;
}

#footer_main_left .sitemap ul li ul li {
    background: url("../../img/footer/sitemap_blue_arrow02.png") center left no-repeat;
    padding-left: 18px;
}

#footer_main_right .sitemap ul li {
    background: url("../../img/footer/sitemap_green_arrow01.png") top 7px left no-repeat;
    padding-left: 15px;
}

#footer_main_right .sitemap ul li ul li {
    background: url("../../img/footer/sitemap_green_arrow02.png") center left no-repeat;
    padding-left: 18px;
}

#footer_main_left_mt,
#footer_main_right_mt {
    margin-top: -20px;
}

.sitemap {
	float: left;
	text-align: left;
	font-size: 85%;
    width: 50%;
}

.sitemap ul li {
	list-style: none;
	margin-top: 15px;
}

.footer_border01,
.footer_border02 {
    margin-bottom: 0;
}
    
.footer_border01 a {
    display: block;
    background: url("../../img/footer/footer_border01.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

.footer_border02 a {
    display: block;
    background: url("../../img/footer/footer_border02.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

#footer_address {
	border-top: 1px solid #E5E5E5;
	padding: 30px 0 0;
	margin-top: 40px;
}

#footer_address_left {
    float: left;
}

#footer_address_left ul {
    margin-bottom: 40px;
}

#footer_address_left ul li {
    list-style: none;
    float: left;
    font-size: 85%;
    margin-right: 30px;
}

#footer_address_right {
    float: right;
    padding-right: 50px;
}

address {
    text-align: left;
    font-style: normal;
	font-size: 85%;
    color: #AAAAAA;
    font-family: "Oswald", sans-serif;
}


/* TOPPAGE
--------------------------------------------------------------------------*/

#main {
    position: relative;
	background: #FFF;
	z-index: 10;
	margin-top: 100px;
	height: auto;
    width: 95%;
    margin-left: 5%;
}

#main img {
    border-radius: 20px 0 0 20px;
}

#title {
	position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 11;
}

#title p {
    font-size: 750%;
    color: #FFF;
    line-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: 1px 1px 3px #AAA;
}

#title p span {
    display: block;
    margin-top: 20px;
    font-size: 30%;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.15em;
    font-family: "Oswald", sans-serif;
}

#main_news {
	position: absolute;
	bottom: 0%;
	right: 0%;
    z-index: 101;
    background: #FFF;
    border-radius: 20px 0 0 0;
    box-sizing: border-box; 
    padding: 30px 30px 10px;
    width: 50%;
    display: flex;
	justify-content: space-between;
	align-items: stretch;    
}

#main_news .newsUl {
    margin-bottom: 0px;
}

#main_news .newsUl ul li {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
    color: #999;
    transition: 0.3s;
}

#main_news .newsUl ul li a {
    display: block;
    background: url("../../img/common/arrow_gray.png") center right no-repeat;
    margin-left: 0;
    padding: 14px 80px 14px 0;
    transition: 0.3s !important;
}

#main_news .newsUl ul li a:hover {
    background: url("../../img/common/arrow_blue.png") center right 10px no-repeat;
    padding: 14px 80px 14px 0;
    transition: 0.3s !important;
}
/* about
-------------------------------------*/

.copy {
    font-size: 130%;
    font-weight: 400;
    line-height: 160%;
}

/* yard
-------------------------------------*/

.top_box {
    background: #FFF;
    box-shadow: 0 0 5px #E5E5E5;
    margin: 5px;
    padding: 20px 20px 1px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.top_box a {
    color: #4a4a4a;
}

.top_box p {
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: 500;
    font-size: 110%;
}

.top_box p span {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 90%;
    border-top: 1px solid #EEE;
    padding-top: 10px;
    margin-top: 10px;
}

#town {
    background: url("../../img/content/top/blue_town.svg") bottom right no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-bottom: 200px;
}

/* link
-------------------------------------*/

#bg_blue {
    background: #ECF8FB url("../../img/content/top/hibisei_mark.png") top 40px right 40px no-repeat;
    border-radius: 30px 0 0 30px;
    padding: 50px 0;
    margin-left: 5%;
    /*
    width: 95%;
    margin-left: 5%;
    */
    box-sizing: border-box;   
}

#bg_blue .width {
    width: calc(1100px - 5%);
}

#bg_blue h1 {
    color: #0B9EDB;
    margin-bottom: 30px;
    line-height: 120%;
    font-size: 250%;
}

#bg_blue h1 span {
    font-size: 45%;
    margin-top: 0px;
}

.ul_sand {
    margin-bottom: 30px;
}

.ul_sand ul {
    border-top: 1px solid #E5E5E5;
}

.ul_sand ul li {
    text-align: left;
    font-weight: 500;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_sand ul li a {
    display: block;
    padding: 25px 80px 25px 0;
    font-size: 110%;
    background: url("../../img/common/arrow_gray.png") center right no-repeat;
    color: #0B9EDB;
}

.ul_sand ul li a:hover {
    background: url("../../img/common/arrow_blue.png") center right 10px no-repeat;
}

.ul_sand ul li a span {
    display: block;
    color: #4a4a4a;
    margin-top: 5px;
    font-size: 70%;
    font-weight: 400;
}

/* news
-------------------------------------*/

.newsUl {
    width: 100%;
}

.newsUl ul {
	text-align:left;
    font-size: 85%;
}

.newsUl ul li {
	list-style: none;
	line-height: 160%;
    margin-bottom: 30px;
    border-bottom: 1px dotted #E5E5E5;
    padding-bottom: 20px;
    color: #999;
}

.newsUl ul li span {
    display: inline-block;
	text-align: center;
	background: #57AE5C;;
	color: #FFF;
	margin-right: 20px;
	padding: 3px 0 2px;
	width: 80px;
	font-size: 80%;
    border-radius: 100px;
    font-family: "Oswald", system-ui;
	font-weight: 400;
	font-style: normal;
    text-transform: uppercase;
}

.newsUl ul li a {
    display: block;
    transition: 0.3s;
    background: url("../../img/common/arrow_gray.png") center right no-repeat;
    padding: 15px 100px 15px 0;
}

.newsUl ul li a:hover {
    transition: 0.3s;
    background: url("../../img/common/arrow_blue.png") center right 10px no-repeat;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    position: relative;
	background: url("../img/common/prt_main_bg.jpg") top center repeat-x;
	z-index: 10;
    width: 100%;
	height: auto;
	margin-top: 100px;
}

#prt_main_bg {
    width: 95%;
    margin-left: 5%;
    padding: 80px 0 80px;
    border-radius: 20px 0 0 20px !important;
    margin-bottom: 20px;
}

#service #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/service/main.jpg") center center no-repeat; background-size: auto,cover;}
    #soil #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/service/soil/main.jpg") center center no-repeat; background-size: auto,cover;}
    #recycle #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/service/recycle/main.jpg") center center no-repeat; background-size: auto,cover;}
    #materials #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/service/materials/main.jpg") center center no-repeat; background-size: auto,cover;}
#yard #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/yard/main.jpg") center center no-repeat; background-size: auto,cover;}
    #hitoichiba #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/yard/hitoichiba/main.jpg") center center no-repeat; background-size: auto,cover;}
    #tanigumi #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/yard/tanigumi/main.jpg") center center no-repeat; background-size: auto,cover;}
    #yoro #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/yard/yoro/main.jpg") center center no-repeat; background-size: auto,cover;}
#visitors #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/visitors/main.jpg") center center no-repeat; background-size: auto, cover;}
#download #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/download/main.jpg") center center no-repeat; background-size: auto, cover;}
#faq #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/faq/main.jpg") center center no-repeat; background-size: auto, cover;}
#company #prt_main_bg { background: url("../img/common/mark_sand.png") center right 5% no-repeat ,url("../img/content/company/main.jpg") center center no-repeat; background-size: auto, cover;}

#prt_main h1 {
	background: none;
	margin: 0;
	text-align: left;
    padding-left: 5%;
    padding-bottom: 0;
    color: #FFF;
    font-size: 400%;
    text-shadow: 1px 1px 3px #AAA;
    font-family: "Oswald", sans-serif;
}

#prt_main h1 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
}

#list_navi {
    padding: 10px 0 30px;
}

#list_navi div {
	text-align: left;
	line-height: 100%;
    font-size: 80%;
}

#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 25px
}

#list_navi div a {
	color: #333;
	text-decoration: underline;
}

#list_navi div a:hover {
	text-decoration: none;
}

/* CONTENT
--------------------------------------------------------------------------*/

#content {
	float: left;
	width: 70%;
}

.picture {
	position: relative;
    margin-bottom: 30px;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.picture_box p {
    margin-bottom: 20px;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.8;
}

#bg_green {
    background: #F2F8F3;
    padding: 50px 0;
    box-sizing: border-box;   
}

.pic {
    background: #57AE5C;
    border: 5px solid #DEEEE0;
    box-sizing: border-box;
}

/* タイトル
-------------------------------------*/

/* service
-------------------------------------*/

.ul_menu ul {
    border-top: 1px solid #E5E5E5;
}

.ul_menu ul li {
    text-align: left;
    font-weight: 500;
    font-size: 100%;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_menu ul li a {
    display: block;
    padding: 20px 0;
    background: url("../../img/common/arrow_gray.png") center right no-repeat;
}

.ul_menu ul li a:hover {
    background: url("../../img/common/arrow_green.png") center right 10px no-repeat;
}

.ul_menu ul li a span {
    display: block;
    color: #57AE5C;
    font-size: 60%;
}

.ul_menu ul li a strong {
    font-size: 70%;
    color: #AAA;
}

/* soil
-------------------------------------*/

dl.no1 {
    margin-top: 60px;
    margin-bottom: 40px;
    background: url("../../sandrecycle/img/content/service/soil/no1.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 40px;
}

dl.no2 {
    margin-bottom: 40px;
    background: url("../../sandrecycle/img/content/service/soil/no2.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 40px;
}

dl.no3 {
    margin-bottom: 40px;
    background: url("../../sandrecycle/img/content/service/soil/no3.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 40px;
}

dl.no4 {
    margin-bottom: 40px;
    background: url("../../sandrecycle/img/content/service/soil/no4.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 40px;
}

dl.no1 dt,
dl.no2 dt,
dl.no3 dt,
dl.no4 dt {
    font-weight: 500;
    font-size: 120%;
}

dl.no1 dd,
dl.no2 dd,
dl.no3 dd,
dl.no4 dd {
    margin-left: 10px;
    font-size: 90%;
    margin-top: 5px;
}

dl.no1 dd::before,
dl.no2 dd::before,
dl.no3 dd::before,
dl.no4 dd::before {
    content:"・ ";
}

.step-list {
    margin-top: 40px;
}

.step-list_cell {
  vertical-align: top;
}

.step-list_cell2 {
  vertical-align: top;
}

.step-list_down-blue .step-list_rect {
  background-color: #57AE5C;
}

.step-list_down-blue .step-list_tri {
  border-top: 30px solid #57AE5C;
}

.step-list_rect {
  width: 40px;
  min-height: 100px;
  background-color: #57AE5C;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.step-list_rect2 {
  width: 40px;
  min-height: 150px;
  background-color: #57AE5C;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.step-list_tri {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #57AE5C;
}

.step-list_heading {
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px dotted #aaa;
}


/* Q&A
-------------------------------------*/

ul#tab {
    width: 100%;
    border-bottom: 4px solid #57AE5C;
}

#tab li {
	float: left;
    text-align: center;
    vertical-align: middle;
	list-style: none;
	cursor: pointer;
	width: 33%;
	margin-right: 0.5%;
	padding-bottom: 10px;
	box-sizing: border-box;
	font-weight: 400;
    padding: 18px 10px 15px;
    border-radius: 10px 10px 0 0;
    background: #FFF;
    border-left: 1px solid #57AE5C;
    border-right: 1px solid #57AE5C;
    border-top: 1px solid #57AE5C;
}

#tab li:nth-child(3) {
	margin-right: 0%;
}

#tab li.select {
    background: #57AE5C;
	color: #FFF;
}

#tab li:hover {
	transition: 0.3s;
}

.disnon {
	display: none;
}

.content_wrap {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

ul.faqMenu li {
	list-style: none;
}

.faqQ {
	background-image: url("../../img/content/sandrecycle/faq/faqQ.svg");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 0 10px 55px;
	margin-bottom: 10px;
	cursor: pointer;
    font-size: 100%;
    transition: 0.3s;
}

.faqQ:hover {
    color: #57AE5C;
    transition: 0.3s;
}

.faqA {
	background-color: #F2F8F3;
    border-radius: 20px;
	padding: 20px;
	margin: 0 0 20px 0;
    font-size: 105%;
}

.faqA p {
	background-image:url("../../img/content/sandrecycle/faq/faqA.svg");
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 10px 0 10px 60px;
}


/* SIDEBAR
--------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 25%;
}

#sidebar h3 {
	background: #488484;
	text-align: center;
	color: #FFF;
	padding: 15px 0;
	margin-bottom: 0;
    font-size: 100%;
}

#side_main {
    background: #FFF;
    border-left: 1px solid #D0DFDF;
    border-right: 1px solid #D0DFDF;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #D0DFDF;
	padding-left: 16px;
    font-size: 90%;
}

#sidebar ul li a {
	display: block;
	background: url("../img/side/side_arrow.png") center right 10px no-repeat;
	padding: 15px 0;
}

#sidebar ul li a:hover {
	background: url("../img/side/side_arrow.png") center right 5px no-repeat;
}

/* OTHER
--------------------------------------------------------------------------*/

.normalTbl input,
.normalTbl2 input {
	font-size: 100%;
	height: 35px;
	color: #666;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl label input[type="checkbox"],
.normalTbl2 label input[type="checkbox"] {
	height: 20px;
    width: 20px;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
}

.normalTbl input[type="radio"],
.normalTbl2 input[type="radio"] {
	height: 15px;
    width: 15px;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
}

.normalTbl select,
.normalTbl2 select {
	color: #666;
	font-size: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea,
.normalTbl2 textarea {
	color: #666;
	font-size: 120%;
	padding: 10px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus,
.normalTbl2 input:focus,
.normalTbl2 select:focus,
.normalTbl2 textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #FF8800;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	transition: 0.3s;
}

.formButton input:hover {
	background:#D95419;
	transition: 0.3s;
}

.formText {
    text-align: center;
    font-size: 120%;
    padding: 40px 0 0;
}

iframe {
	vertical-align:bottom;
}

/* LOADING
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	position: absolute;
    transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
    width: 15%;
}

/* OTHER
--------------------------------------------------------------------------*/

.btn {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
}

.btn a {
	transition: 0.3s;
	text-decoration: none;
	background: #57AE5C url("../../img/common/btn_arrow.svg") center right 20px no-repeat;
	display: block;
	color: #FFF;
    border-radius: 100px;
	padding: 18px 0;
	box-sizing: border-box;
}

.btn a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #3C933F;
}

.btn2 {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
}

.btn2 a {
	transition: 0.3s;
	text-decoration: none;
	background: #4BAED8 url("../../img/common/btn_arrow.svg") center right 20px no-repeat;
	display: block;
	color: #FFF;
    border-radius: 100px;
	padding: 18px 0;
	box-sizing: border-box;
}

.btn2 a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #0B9EDB;
}

.btn3 {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
}

.btn3 a {
	transition: 0.3s;
	text-decoration: none;
	background: #E56161 url("../../img/common/btn_arrow.svg") center right 20px no-repeat;
	display: block;
	color: #FFF;
    border-radius: 100px;
	padding: 18px 0;
	box-sizing: border-box;
}

.btn3 a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #D63737;
}

.btn4 {
	color: #FFF;
	text-align: center;
	line-height: 100%;
    font-size: 90%;
    font-weight: 500;
}

.btn4 a {
	transition: 0.3s;
	text-decoration: none;
	background: #70BC74 url("../../img/common/btn_arrow.svg") center right 20px no-repeat;
	display: block;
	color: #FFF;
    border-radius: 100px;
	padding: 18px 0;
	box-sizing: border-box;
}

.btn4 a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #57AE5C;
}

.btn_center {
     margin-left: auto;
    margin-right: auto;
}

.btn_300 {
    width: 300px;
}

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* PAGETOP
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 80%;
	z-index: 500;
}

#page-top a {
    background: #57AE5C;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #333;
}

#page-top a:hover img {
    opacity: 1;
}


/* WORDPRESS
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #488484;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #488484; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #73C2DC; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #488484; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

#title p {
    font-size: 550%;
    color: #FFF;
    line-height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: 1px 1px 3px #AAA;
}

#title p span {
    display: block;
    margin-top: 20px;
    font-size: 30%;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.15em;
    font-family: "Oswald", sans-serif;
}
}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 780px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

.width {
	width: 85%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 210%;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
	font-style: normal;
	line-height: 100%;
    color: #57AE5C;
}

h1 span {
	display: block;
	font-size: 25%;
	vertical-align: middle;
	font-weight: 500;
    color: #4a4a4a;
	font-style: normal;
}

h2 {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
    padding-left: 15px;
	font-weight: 400;
	font-style: normal;
    border-left: 3px solid #57AE5C;
}

h2 span {
    background: #57AE5C;
	color: #FFFFFF;
	font-size: 50%;
    font-weight: 500;
	padding: 2px 10px 3px 14px;
    margin-left: 10px;
	border-radius: 100px;
	font-style: normal;
	vertical-align: middle;
    text-align: left;
    font-family: "Oswald", sans-serif;
}

h3 {
	font-size: 110%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 400;
	font-style: normal;
}

h3::before {	
	content:"ー";
    font-weight: 400;
	color: #57AE5C;
	padding-right: 5px;
}

h3 span {
	float: right;
	font-size: 60%;
}

h3 span a {
	background: #791725;
	transition: 0.3s;
	text-decoration: none;
	display: block;
	color: #FFF !important;
	padding: 5px 20px;
	box-sizing: border-box;
}

h3 span a:hover {
	color: #FFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #A6153B;
}

h1 + h2 {
	margin-top: 50px;
}

p + h3 {
	margin-top: 50px;
}

p + h2 {
	margin-top: 50px;
}

ul.text + h2 {
	margin-top: 30px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 30px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
	padding-bottom: 20px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

/* HEADER
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: relative;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
    transition : all 500ms;
	box-sizing: border-box;
    padding-top: 30px;
}

#fix.fixed2 {
	position: relative;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}

#h_left {
	float: left;
	padding-left: 5%;
    width: 68%;
}

#h_left div {
	padding-top: 15px;
    transition : all 500ms;
}

#fix.fixed2 #h_left div {
	padding-top: 12px;
    transition : all 500ms;
}

#h_left div img {
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #h_left div img {
	transform: scale(1, 1) translate(0%, 0%);
    transition : all 500ms;
}

#h_right {
	float: right;
}

/* NAVI
--------------------------------------------------------------------------*/

nav {
}

#header_btn {
    position: absolute;
    display: block;
    top: 0;
    right: auto;
    left: 5%;
    z-index: 100;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

#fix.fixed2 #header_btn {
    right: auto;
    left: 5%;
    transition: 0.3s;
}


#header_btn ul li {
    font-size: 80%;
    display: inline-block;
    margin-right: 5px;
}

#header_btn ul li a {
    display: block;
    background: #0B9EDB;
    padding: 7px 15px;
    color: #FFF;
    border-radius: 0 0 10px 10px;
}

#header_btn ul li a:hover {
    background: #0780CB;
}

#header_btn ul li:nth-child(2) {
    display: none;
}

#navi {
	width: 100%;
    display: none;
}

.tab_menu {
    margin-top: 20px;
    margin-bottom: 0px;
}

.tab_menu ul li {
    list-style: none;
    float: left;
	width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}

.tab_menu ul li span {
    display: none;
}
    
.tab_menu ul li:nth-child(2n) {
    margin-right: 0;
}

.tab_menu ul li a {
    display: block;
    background: #FFF;
    padding: 15px 5px;
    font-size: 90%;
    border: 1px solid #57AE5C;
}

.tab_menu ul li a:hover {
    background: #57AE5C;
    color: #FFF;
}

.tab_menu ul li a.now {
    background: #57AE5C;
    color: #FFF;
}

body#soil .tab_menu ul li a#cat-nav-31,
body#recycle .tab_menu ul li a#cat-nav-32,
body#materials .tab_menu ul li a#cat-nav-33,
body#hitoichiba .tab_menu ul li a#cat-nav-41,
body#tanigumi .tab_menu ul li a#cat-nav-42,
body#yoro .tab_menu ul li a#cat-nav-43 {
    background: #57AE5C;
    color: #FFF;
}

#menu_btn {
	display: block;
    position: fixed;
    top: 0;
    right: 0;
}

#menu_btn a {
    padding: 30px;
	display: block;
    background: #57AE5C;
}


/* COMMON
--------------------------------------------------------------------------*/

#container {
	position: relative;
	z-index: 1;
    margin-top: 40px;
}

#home #container {
	position: relative;
	z-index: 1;
    margin-top: 100px;
}

section {
	margin-bottom: 40px;
}

article {
    margin-bottom: 40px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.column5:nth-child(5n) {
	margin-right: 2%;
}

.column5:nth-child(2n) {
	margin-right: 0;
}
    
.column5 p {
    margin-bottom: 10px;
}

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

.left40 {
	float: none;
	width: 100%;
}

.right60 {
	float: none;
	width: 100%;
}

.left60 {
	float: none;
	width: 100%;
}

.right40 {
	float: none;
	width: 100%;
}

.left70 {
	float: none;
	width: 100%;
}

.right30 {
	float: none;
	width: 100%;
}


/* FOOTER
--------------------------------------------------------------------------*/

footer {
    margin-top: 0px;
}

#home footer {
    margin-top: -80px;
}

#footer_contact {
    background: url("../../img/footer/bg_contact.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer_contact_bg {
    background: rgba(0,0,0,0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 60px 0 20px;
}

#footer_contact h1 {
    font-size: 220%;
	color: #FFF;
    margin-bottom: 20px;
}

#footer_contact h1 span {
    color: #FFF;
    margin-top: 0px;
}

#footer_contact_left {
	float: none;
	width: 100%;
}

#footer_contact_left p {
	color: #FFF;
}

#footer_contact_right {
	float: none;
	width: 100%;
}

#footer_contact_right p {
    font-family: "Oswald", sans-serif;
}

#footer_contact_right p a {
    display: block;
    text-align: right;
	background: url("../../img/common/arrow_gray.svg") center right no-repeat;
	transition: 0.3s;
	color: #FFF;
    text-decoration: none;
	padding: 12px 65px 12px 0;
	font-size: 150%;
}

#footer_contact_right p a:hover {
	background: url("../../img/common/arrow_green.svg") center right 10px no-repeat;
	transition: 0.3s;
    color: #FFF500;
	text-decoration: none;
}

#footer_link {
    background: #F5F5F5;
    padding: 20px 0 10px;
}

#footer_link ul li {
    list-style: none;
    float: left;
	width: 48%;
    display: inherit;
    margin: 0 4% 10px 0;
}

#footer_link ul li:nth-child(2n) {
    margin-right: 0;
}

#footer_main {
	padding-top: 20px;
}

#footer_main_left {
	float: none;
    width: 100%;
    margin-bottom: 30px;
}

#footer_main_left p,
#footer_main_right p {
	font-size: 70%;
	margin-bottom: 20px;
    line-height: 150%;
}

#footer_main_right {
	float: none;
    width: 100%;
}

#footer_main_left .sitemap ul li {
    background: url("../../img/footer/sitemap_blue_arrow01.png") top 7px left no-repeat;
    padding-left: 10px;
}

#footer_main_left .sitemap ul li ul li {
    background: url("../../img/footer/sitemap_blue_arrow02.png") center left no-repeat;
    padding-left: 13px;
}

#footer_main_right .sitemap ul li {
    background: url("../../img/footer/sitemap_green_arrow01.png") top 7px left no-repeat;
    padding-left: 10px;
}

#footer_main_right .sitemap ul li ul li {
    background: url("../../img/footer/sitemap_green_arrow02.png") center left no-repeat;
    padding-left: 13px;
}

#footer_main_left_mt,
#footer_main_right_mt {
    margin-top: -20px;
}

.sitemap {
	float: left;
	text-align: left;
	font-size: 75%;
    width: 50%;
}

.sitemap ul li {
	list-style: none;
	margin-top: 10px;
}

.footer_border01,
.footer_border02 {
    margin-bottom: 0;
}
    
.footer_border01 a {
    display: block;
    background: url("../../img/footer/footer_border01.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

.footer_border02 a {
    display: block;
    background: url("../../img/footer/footer_border02.png") center right no-repeat;
    border-bottom: 1px solid #E5E5E5;
    font-size: 120%;
    font-weight: 500;
    padding-bottom: 10px;
}

#footer_address {
	border-top: 1px solid #E5E5E5;
	padding: 30px 0 0;
	margin-top: 20px;
}

#footer_address_left {
    float: left;
    width: 60%;
}

#footer_address_left ul {
    display: none;
    margin-bottom: 0px;
}

#footer_address_left ul li {
    list-style: none;
    float: left;
    font-size: 85%;
    margin-right: 30px;
}

#footer_address_right {
    float: right;
    width: 40%;
    padding-right: 0;
    text-align: center;
}
    
#footer_address_right p {
    text-align: center;
}

address {
    text-align: left;
    font-style: normal;
	font-size: 85%;
    margin-bottom: 0px;
    color: #AAAAAA;
    font-family: "Oswald", sans-serif;
}


/* TOPPAGE
--------------------------------------------------------------------------*/

#main {
    position: relative;
	background: #FFF;
	z-index: 10;
	margin-top: 80px;
	height: auto;
    width: 95%;
    margin-left: 5%;
}

#main img {
    border-radius: 20px 0 0 20px;
}

#title {
	position: absolute;
    bottom: auto;
    top: 30%;
    left: 5%;
    z-index: 11;
}

#title p {
    font-size: 300%;
    color: #FFF;
    font-weight: 500;
    line-height: 100%;
}

#title p span {
    display: block;
    margin-top: 10px;
    font-size: 30%;
    color: #FFF;
    letter-spacing: 0.2em;
}

/*
#main_news {
    display: none;
	position: absolute;
	bottom: -20%;
	right: 0%;
    z-index: 101;
    background: #FFF;
    border-radius: 20px 0 0 0;
    box-sizing: border-box; 
    padding: 30px 20px 10px;
    width: 90%;
	justify-content: space-between;
	align-items: stretch;    
}
*/
    
#main_news {
	position: absolute;
	bottom: -20%;
	right: 0%;
    z-index: 101;
    background: #FFF;
    border-radius: 20px 0 0 0;
    box-sizing: border-box; 
    padding: 30px 20px 10px;
    width: 90%;
    display: flex;
	justify-content: space-between;
	align-items: stretch;    
}

#main_news .newsUl {
    margin-bottom: 0px;
}

#main_news .newsUl ul li {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
    color: #999;
    transition: 0.3s;
}

#main_news .newsUl ul li a {
    display: block;
    background: url("../../img/common/arrow_gray.png") center right no-repeat;
    margin-left: 0;
    padding: 5px 60px 5px 0;
    transition: 0.3s !important;
}

#main_news .newsUl ul li a:hover {
    background: url("../../img/common/arrow_blue.png") center right 10px no-repeat;
    padding: 5px 80px 5px 0;
    transition: 0.3s !important;
}



/* about
-------------------------------------*/

.copy {
    font-size: 130%;
    font-weight: 400;
    line-height: 160%;
}

/* yard
-------------------------------------*/

.top_box {
    background: #FFF;
    box-shadow: 0 0 5px #E5E5E5;
    margin: 5px;
    padding: 20px 20px 1px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.top_box a {
    color: #4a4a4a;
}

.top_box p {
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: 500;
    font-size: 110%;
}

.top_box p span {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 90%;
    border-top: 1px solid #EEE;
    padding-top: 10px;
    margin-top: 10px;
}

#town {
    background: url("../../img/content/top/blue_town.svg") bottom right no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-bottom: 200px;
}

/* link
-------------------------------------*/

#bg_blue {
    background: #ECF8FB url("../../img/content/top/hibisei_mark.png") top 40px center no-repeat;
    border-radius: 0px;
    padding: 40px 0;
    margin-left: 0%;
    /*
    width: 95%;
    margin-left: 5%;
    */
    box-sizing: border-box;   
}

#bg_blue .width {
    width: 85%;
}

#bg_blue h1 {
    color: #0B9EDB;
    margin-bottom: 30px;
    line-height: 120%;
    font-size: 210%;
}

#bg_blue h1 span {
    font-size: 45%;
    margin-top: 0px;
}

.ul_sand {
    margin-bottom: 0px;
}

.ul_sand ul {
    border-top: none;
}

.ul_sand ul li {
    text-align: left;
    font-weight: 500;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_sand ul li a {
    display: block;
    padding: 15px 80px 15px 0;
    font-size: 110%;
    background: url("../../img/common/arrow_gray.png") center right no-repeat;
    color: #0B9EDB;
}

.ul_sand ul li a:hover {
    background: url("../../img/common/arrow_blue.png") center right 10px no-repeat;
}

.ul_sand ul li a span {
    display: block;
    color: #4a4a4a;
    margin-top: 5px;
    font-size: 70%;
    font-weight: 400;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    position: relative;
	background: url("../img/common/prt_main_bg.jpg") top -80px center repeat-x;
	z-index: 10;
    width: 100%;
	height: auto;
	margin-top: 80px;
}

#prt_main_bg {
    width: 95%;
    margin-left: 5%;
    padding: 40px 0 50px;
    border-radius: 20px 0 0 20px !important;
    margin-bottom: 10px;
}

#service #prt_main_bg { background: none ,url("../img/content/service/main.jpg") center center no-repeat; background-size: 50%,cover;}
    #soil #prt_main_bg { background: none ,url("../img/content/service/soil/main.jpg") center center no-repeat; background-size: 50%,cover;}
    #recycle #prt_main_bg { background: none ,url("../img/content/service/recycle/main.jpg") center center no-repeat; background-size: 50%,cover;}
    #materials #prt_main_bg { background: none ,url("../img/content/service/materials/main.jpg") center center no-repeat; background-size: 50%,cover;}
#yard #prt_main_bg { background: none ,url("../img/content/yard/main.jpg") center center no-repeat; background-size: 50%,cover;}
    #hitoichiba #prt_main_bg { background: none ,url("../img/content/yard/hitoichiba/main.jpg") center center no-repeat; background-size: 50%,cover;}
    #tanigumi #prt_main_bg { background: none ,url("../img/content/yard/tanigumi/main.jpg") center center no-repeat; background-size: 50%,cover;}
    #yoro #prt_main_bg { background: none ,url("../img/content/yard/yoro/main.jpg") center center no-repeat; background-size: 50%,cover;}
#visitors #prt_main_bg { background: none ,url("../img/content/visitors/main.jpg") center center no-repeat; background-size: 50%, cover;}
#download #prt_main_bg { background: none ,url("../img/content/download/main.jpg") center center no-repeat; background-size: 50%, cover;}
#faq #prt_main_bg { background: none ,url("../img/content/faq/main.jpg") center center no-repeat; background-size: 50%, cover;}
#company #prt_main_bg { background: none ,url("../img/content/company/main.jpg") center center no-repeat; background-size: 50%, cover;}

#prt_main h1 {
	background: none;
	margin: 0;
	text-align: left;
    padding-left: 5%;
    color: #FFF;
    font-size: 250%;
}

#prt_main h1 span {
    color: #FFF;
    text-transform: uppercase;
}

#list_navi {
    padding: 10px 0 20px;
}

#list_navi div {
	text-align: left;
	line-height: 100%;
    font-size: 70%;
}

#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 5px 0 5px 25px
}

#list_navi div a {
	color: #333;
	text-decoration: underline;
}

#list_navi div a:hover {
	text-decoration: none;
}

/* CONTENT
--------------------------------------------------------------------------*/

#content {
	float: left;
	width: 70%;
}

.picture {
	position: relative;
    margin-bottom: 30px;
}

.picture_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.picture_box p {
    margin-bottom: 20px;
}

.picture_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap {
	overflow: hidden;
}

.picture_box a .imgWrap img {
	width: 100%;
	height: auto;
	transition: .3s;
	object-fit: cover;
}

.picture_box a:hover .imgWrap img {
	transform: scale(1.1) !important;
	opacity: 0.8;
}

#bg_green {
    background: #F2F8F3;
    padding: 50px 0;
    box-sizing: border-box;   
}

.pic {
    background: #57AE5C;
    border: 5px solid #DEEEE0;
    box-sizing: border-box;
}

/* タイトル
-------------------------------------*/

/* service
-------------------------------------*/

.ul_menu ul {
    border-top: 1px solid #E5E5E5;
}

.ul_menu ul li {
    text-align: left;
    font-weight: 500;
    font-size: 110%;
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
}

.ul_menu ul li a {
    display: block;
    padding: 25px 0;
    background: url("../../img/common/arrow_gray.png") center right no-repeat;
}

.ul_menu ul li a:hover {
    background: url("../../img/common/arrow_green.png") center right 10px no-repeat;
}

.ul_menu ul li a span {
    display: block;
    color: #57AE5C;
    font-size: 60%;
}

/* soil
-------------------------------------*/

dl.no1 {
    margin-top: 0;
    margin-bottom: 20px;
    background: url("../../sandrecycle/img/content/service/soil/no1.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 20px;
}

dl.no2 {
    margin-bottom: 20px;
    background: url("../../sandrecycle/img/content/service/soil/no2.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 20px;
}

dl.no3 {
    margin-bottom: 20px;
    background: url("../../sandrecycle/img/content/service/soil/no3.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 20px;
}

dl.no4 {
    margin-bottom: 40px;
    background: url("../../sandrecycle/img/content/service/soil/no4.svg") left top no-repeat;
    padding-left: 100px;
    text-align: left;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 40px;
}

dl.no1 dt,
dl.no2 dt,
dl.no3 dt,
dl.no4 dt {
    font-weight: 500;
    font-size: 120%;
    text-align: left;
}

dl.no1 dd,
dl.no2 dd,
dl.no3 dd,
dl.no4 dd {
    margin-left: 0px;
    font-size: 90%;
    margin-top: 5px;
}

dl.no1 dd::before,
dl.no2 dd::before,
dl.no3 dd::before,
dl.no4 dd::before {
    content:"・ ";
}

.step-list {
    margin-top: 40px;
}

.step-list_cell {
  vertical-align: top;
    padding-right: 20px;
}

.step-list_cell2 {
  vertical-align: top;
}

.step-list_down-blue .step-list_rect {
  background-color: #57AE5C;
}

.step-list_down-blue .step-list_tri {
  border-top: 30px solid #57AE5C;
}

.step-list_rect {
  width: 40px;
  min-height: 120px;
  background-color: #57AE5C;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.step-list_rect2 {
  width: 40px;
  min-height: 180px;
  background-color: #57AE5C;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.step-list_rect3 {
  width: 40px;
  min-height: 220px;
  background-color: #57AE5C;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.step-list_tri {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #57AE5C;
}

.step-list_heading {
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px dotted #aaa;
}

    
/* Q&A
-------------------------------------*/

ul#tab {
    width: 100%;
    border-bottom: none;
}

#tab li {
	float: left;
    text-align: center;
    vertical-align: middle;
	list-style: none;
	cursor: pointer;
	width: 100%;
	margin-right: 0%;
	padding-bottom: 10px;
	box-sizing: border-box;
	font-weight: 400;
    padding: 18px 10px 15px;
    border-radius: 0;
    background: #FFF;
    border-left: 1px solid #57AE5C;
    border-right: 1px solid #57AE5C;
    border-top: 1px solid #57AE5C;
    border-bottom: 1px solid #57AE5C;
}

#tab li:nth-child(3) {
	margin-right: 4%;
}

#tab li:nth-child(2n) {
	margin-right: 0%;
}

#tab li.select {
    background: #57AE5C;
	color: #FFF;
}

#tab li:hover {
	transition: 0.3s;
}

.disnon {
	display: none;
}

.content_wrap {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

ul.faqMenu li {
	list-style: none;
}

.faqQ {
	background-image: url("../../img/content/sandrecycle/faq/faqQ.svg");
	background-position: center left;
	background-repeat: no-repeat;
	padding: 12px 0 12px 55px;
	margin-bottom: 10px;
	cursor: pointer;
    font-size: 90%;
    transition: 0.3s;
    line-height: 160%;
}

.faqQ:hover {
    color: #57AE5C;
    transition: 0.3s;
}

.faqA {
	background-color: #F2F8F3;
    border-radius: 20px;
	padding: 20px;
	margin: 0 0 20px 0;
    font-size: 95%;
    line-height: 160%;
}

.faqA p {
	background-image:url("../../img/content/sandrecycle/faq/faqA.svg");
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 10px 0 10px 60px;
}


/* SIDEBAR
--------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 25%;
}

#sidebar h3 {
	background: #488484;
	text-align: center;
	color: #FFF;
	padding: 15px 0;
	margin-bottom: 0;
    font-size: 100%;
}

#side_main {
    background: #FFF;
    border-left: 1px solid #D0DFDF;
    border-right: 1px solid #D0DFDF;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #D0DFDF;
	padding-left: 16px;
    font-size: 90%;
}

#sidebar ul li a {
	display: block;
	background: url("../img/side/side_arrow.png") center right 10px no-repeat;
	padding: 15px 0;
}

#sidebar ul li a:hover {
	background: url("../img/side/side_arrow.png") center right 5px no-repeat;
}

/* OTHER
--------------------------------------------------------------------------*/

.normalTbl input,
.normalTbl2 input {
	font-size: 100%;
	height: 35px;
	color: #666;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl label input[type="checkbox"],
.normalTbl2 label input[type="checkbox"] {
	height: 20px;
    width: 20px;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
}

.normalTbl input[type="radio"],
.normalTbl2 input[type="radio"] {
	height: 15px;
    width: 15px;
	border: 1px solid #CCC;
    box-sizing: border-box;
    margin-right: 5px;
}

.normalTbl select,
.normalTbl2 select {
	color: #666;
	font-size: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea,
.normalTbl2 textarea {
	color: #666;
	font-size: 120%;
	padding: 10px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus,
.normalTbl2 input:focus,
.normalTbl2 select:focus,
.normalTbl2 textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #FF8800;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	transition: 0.3s;
}

.formButton input:hover {
	background:#D95419;
	transition: 0.3s;
}

.formText {
    text-align: center;
    font-size: 120%;
    padding: 40px 0 0;
}

iframe {
	vertical-align:bottom;
}

/* LOADING
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	position: absolute;
    transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
    width: 20%;
}

/* OTHER
--------------------------------------------------------------------------*/

.btn_center {
     margin-left: auto;
    margin-right: auto;
}

.btn_300 {
    width: 100%;
}

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* PAGETOP
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: auto;
    left: 5%;
    font-size: 80%;
	z-index: 500;
}

#page-top a {
    background: #57AE5C;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #333;
}

#page-top a:hover img {
    opacity: 1;
}

.normalTbl table th {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl table td {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl2 table th {
    display: block;
    width: auto;
    padding: 20px;
}

.normalTbl2 table td {
    display: block;
    width: auto;
    padding: 20px;
}
    


} /* /@media */

/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {



} /* /@media */
