@charset "UTF-8";
/* CSS Document */

/* 植物資源材リサイクル事業 改修 */

.contact_title {
	background:url("../images/contact/title.png");
	background-position: center top;
	width: 100%;
	height: 340px;
}
.contact_title h2 {
	font-size: 60px;
	text-align: center;
	color:#70b42b;
	font-weight: 600;
	line-height: 0.8;
	margin: 0;
	padding: 0;
	padding-top: 120px;
	font-family:"Arial";
}
.contact_title h2 span {
	font-size: 18px;
	text-align: center;
	color:#222;
}

.pageh2 {
	font-size: 36px !important;
	color:#70b42b;
	padding: 0 !important;
	margin: 0 0 30px !important;
}

.contact_cta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contact_cta_item {
	width: 49%;
	background: #fdfce8;
	border: 2px solid #70b42b;
	border-radius: 15px;
	padding: 40px 40px 30px 40px;
	box-sizing: border-box;
}
.contact_cta_item h4 {
	font-size: 20px;
	border-bottom: 2px dotted #70b42b;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.contact_tel,
.contact_fax {
	font-size: 48px;
	font-family:"Arial";
	font-weight: 600;
	color:#3a5800;
	position: relative;
	display: inline-block;
	padding-left: 65px;
}
.contact_tel::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 58px;/*画像の幅*/
  height: 58px;/*画像の高さ*/
  background:url("../images/contact/tel.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top:-7px;
  left: 0px;
}
.contact_fax::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 58px;/*画像の幅*/
  height: 58px;/*画像の高さ*/
  background:url("../images/contact/fax.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top:-7px;
  left: 0px;
}

.contact_contents .bg01 {
	padding-top: 50px;
	padding-bottom: 10px !important;
}

.contact_contents .bg03 {
	padding-top: 80px !important;
	padding-bottom: 10px !important;
}

.wpcf7-submit {
	background: #86ab3e !important;
	font-size: 26px !important;
	height: auto !important;
	padding: 25px !important;
	width: 330px !important;
	border-radius: 15px !important;
	font-weight: 600  !important;
}


@media screen and (max-width: 1200px){

/* 森林伐採 改修 */
	
.contact_title {
	background:url("../images/contact/title.png");
	background-position: center top 0px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}
.contact_title h2 {
	font-size: 40px;
	text-align: center;
	color:#70b42b;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	padding: 0;
	padding-top: 90px;
	
}
	
	
.pageh2 {
	font-size: 24px !important;
	color:#70b42b;
	padding: 0 !important;
	margin: 0 0 10px !important;
}

.contact_cta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.contact_cta_item {
	width: 49%;
	background: #fdfce8;
	border: 2px solid #70b42b;
	border-radius: 15px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}
.contact_cta_item h4 {
	font-size: 14px;
	border-bottom: 2px dotted #70b42b;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.contact_tel,
.contact_fax {
	font-size: 24px;
	font-family:"Arial";
	font-weight: 600;
	color:#3a5800;
	position: relative;
	display: inline-block;
	padding-left: 45px;
}
.contact_tel::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 36px;/*画像の幅*/
  height: 36px;/*画像の高さ*/
  background:url("../images/contact/tel.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top:-7px;
  left: 0px;
}
.contact_fax::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 36px;/*画像の幅*/
  height: 36px;/*画像の高さ*/
  background:url("../images/contact/fax.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top:-7px;
  left: 0px;
}

.contact_contents .bg01 {
	padding-top: 50px;
	padding-bottom: 10px !important;
}

.contact_contents .bg03 {
	padding-top: 40px !important;
	padding-bottom: 10px !important;
}

.wpcf7-submit {
	background: #86ab3e !important;
	font-size: 20px !important;
	height: auto !important;
	padding: 25px !important;
	width: 330px !important;
	border-radius: 15px !important;
	font-weight: 600  !important;
}
}

@media screen and (max-width: 640px){

/* 森林伐採 改修 */
	
.contact_title {
	background:url("../images/contact/titlesp.png");
	background-position: center top 0px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}
.contact_title h2 {
	font-size: 30px;
	text-align: center;
	color:#70b42b;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	padding: 0;
	padding-top: 60px;
	
}
.contact_title h2 span {
	font-size: 14px;
	text-align: center;
	color:#222;
}
	
.pageh2 {
	font-size: 18px !important;
	color:#70b42b;
	padding: 0 !important;
	margin: 0 0 5px !important;
}

.contact_cta {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 0px;
}

.contact_cta_item {
	width: auto;
	background: #fdfce8;
	border: 2px solid #70b42b;
	border-radius: 15px;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.contact_cta_item h4 {
	font-size: 14px;
	border-bottom: 2px dotted #70b42b;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.contact_tel,
.contact_fax {
	font-size: 26px;
	font-family:"Arial";
	font-weight: 600;
	color:#3a5800;
	position: relative;
	display: inline-block;
	padding-left: 45px;
}
.contact_tel::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 36px;/*画像の幅*/
  height: 36px;/*画像の高さ*/
  background:url("../images/contact/tel.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top:-7px;
  left: 0px;
}
.contact_fax::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 36px;/*画像の幅*/
  height: 36px;/*画像の高さ*/
  background:url("../images/contact/fax.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top:-7px;
  left: 0px;
}

.contact_contents .bg01 {
	padding-top: 20px;
	padding-bottom: 5px !important;
}

.contact_contents .bg03 {
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}

.wpcf7-submit {
	background: #86ab3e !important;
	font-size: 16px !important;
	height: auto !important;
	padding: 15px !important;
	width: 80% !important;
	border-radius: 15px !important;
	font-weight: 600  !important;
}
}