.main-contact {
	padding-left: 0;
	padding-right: 0;
}
.main-contact .section_contact .wrap_title:not(:first-child) {
	padding-top: 60px;
}
.contact_img {
	background-repeat: no-repeat;
	background-image: url(../images/contact/contact_main.jpg);
	background-size: cover;
}
.banner_img h3 {
	left: 41%;
}
.wrap_title {
	color: #7ac943;
}
.item-contact {
	display: -webkit-flex;
	display: flex;
}
.txt-des {
	width: 50%;
	font-size: 14px;
    line-height: 32px;
    letter-spacing: 1.4px;
    transform: translateY(-10px);
}
.txt-des .txt-info {
	max-width: 530px;
	text-align: justify;
}
.txt-des p {
	margin-bottom: 0;
	color: #000000;
}

/*------------ 外部リンク ------------*/

.link-button {
	width: 50%;
}
.link-button a,
.link-button .ml-mail {
    justify-content: flex-end;
}
.link-button .inner-button {
	width: 91%;
}



.inner-email {
	border: 2px dotted #ccc;
	width: 91%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 22px 19px;
}
.inner-email .info-email p {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 0;
	color: #000;
	display: flex;
	align-items: center;
	letter-spacing: 0;
}
/*.inner-email .info-email p img {
	margin-right: 22px;
}*/
.inner-email .info-email p .icon-mail {
	margin-right: 22px;
}
.inner-email .info-email p span {
	color: #F7931E;
}
.inner-email .info-email p:first-child {
	margin-left: 42px;
}
.inner-email .info-email p.mg-left {
	margin-left: 30px;
}
.inner-email .info-email p.dis-center{
	display: block;
	text-align: center;
	margin-left: 0;
}
/*.page_banner {
 	text-align: center;
    padding: 60px 0;
    border-top: dashed 1px #727171;
}*/

@media (max-width: 1024px) {
	.main-contact {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 800px) {
	.item-contact {
		display: block;
	}
	.txt-des {
		width: 100%;
	}
	.link-button {
		width: 100%;
	}
/*	.link-button .inner-button {
		width: 100%;
		margin-top: 30px;
	}*/
	.inner-email {
		width: 100%;
	}
}
@media (max-width: 480px) {
/*	.link-button .txt-button {
		font-size: 14px;
	}
	.link-button .ic-next img {
		max-width: 65%;
	}*/
	.inner-email {
		padding: 10px;
		margin-bottom: 20px;
	}
	.inner-email .info-email p {
		font-size: 12px;
		line-height: 30px;
	}
/*	.inner-email .info-email p img {
		max-width: 9%;
		margin-right: 15px;
	}*/
.inner-email .info-email p .icon-mail {
		max-width: 9%;
		margin-right: 15px;
	}
/*	.link-button .inner-button {
		padding: 15px;
	}
	.link-button .ic-next {
		margin-right: 10px;
	}
	.link-button .inner-button {
	    margin-top: 0px;
	}*/
	.wrap_title h4 {
		font-size: 14px;
	}
}

@media (max-width: 320px) {
/*	.link-button .txt-button {
		font-size: 10px;
	}
	.link-button .inner-button {
	    padding: 10px;
	}
	.link-button .ic-next {
	    margin-right: 0px;
	}*/
	.inner-email .info-email p {
		font-size: 11px;
	}
	.txt-des p {
		font-size: 12px;
	}
}
