@charset "UTF-8";
/*-----------------------------------

	sitemap

-----------------------------------*/
/*-----------------------------------

	lower

-----------------------------------*/
#lower_img {
    /*background: url(../img/privacy/lower_img.png) no-repeat center center;*/
	background:#2d8a2a;
	background-image: linear-gradient(135deg, #2a2a2a 30px, transparent 0);
}
/* ==========================================
	contact_block
========================================== */

#contact_block {
	padding: 90px 0 180px;
}
#contact_block .intro_text {
	margin-top: 35px;
	display: inline-block;
}
#contact_block table {
	width: 1000px;
	font-size: 15px;
	margin: 30px 0 50px;
}
#contact_block table th {
	width: 260px;
	text-align: left;
	vertical-align: top;
	font-weight: 500;
	padding: 25px 0;
	border-bottom: 1px dotted #e6e6e6;
}
#contact_block span.require {
	color: #FF0004;
	margin-left: 10px;
}
#contact_block table td {
	padding: 25px 0;
	border-bottom: 1px dotted #e6e6e6;
}
#contact_block input,
#contact_block textarea{
	font-size: 16px;
	font-size: 1.6rem;
	padding:8px;
}
#contact_block input.w400{
	width:400px;
}
#contact_block input.w500{
	width:500px;
}
#contact_block textarea{
	width:500px;
	height:150px;
}
#contact_block #two_btn_area {
	width:540px;
	margin:0 auto;
}
#contact_block .detail_btnn input {
	display: block;
    width: 190px;
    padding: 15px;
	background: #2a2a2a;
	background-image: linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
	background-image: -moz-linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
	background-image: -webkit-linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
	cursor:pointer;
}
#contact_block .detail_btnn input:hover {
	background-color: #2d8a2a;
}
#contact_block .detail_btnn input.left {
	background: #2d8a2a;
	background-image: linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
	background-image: -moz-linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
	background-image: -webkit-linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
}
#contact_block .detail_btnn input.left:hover {
	background-color: #2a2a2a;
}
#contact_block .detail_btnn input.right {
	background: #2a2a2a;
	background-image: linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
	background-image: -moz-linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
	background-image: -webkit-linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
}
#contact_block .detail_btnn input.right:hover {
	background-color: #2d8a2a;
}
#contact_block .thanks_box {
	margin: 50px 0 180px;
}
#contact_block .thanks_box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #2d8a2a;
	margin-bottom:15px;
}

#contact_block .error {
	color: #FF0000;
}
#contact_block .alert {
	color: #C60000;
	border: 1px solid #C60000;
	background-color: #F7E6E6;
	margin: 10px 0;
	padding: 10px 15px;
}
#contact_block .contact_text {
	text-align: left;
    margin: 35px 0;
}

@media screen and (max-width: 840px) {
	
#contact_block table {
	width: 100%;
	box-sizing:border-box;
	margin-bottom: 30px;
}

#contact_block table tr{
	border-bottom:1px solid #EBEBEB;
}
#contact_block table th{
	padding:20px 0 10px;
}
#contact_block{
	padding: 40px 0 70px;
}

.contents_inner {
    width: 95%;
    margin: 0 auto;
	padding:0;
}
#contact_block .contact_text {
	text-align: left;
    margin: 35px 0;
}

}

@media screen and (max-width: 640px) {
#contact_block{
	padding: 40px 0 70px;
}

.contents_inner {
    width: 95%;
    margin: 0 auto;
	padding:0;
}
#contact_block table {
	width: 100%;
	box-sizing:border-box;
	margin-bottom: 30px;
}

#contact_block table tr{
	border-bottom:1px solid #EBEBEB;
}
#contact_block table th{
	display: block;
    width: 100%;
	padding:20px 0 10px;
}
#contact_block table td{
	display: block;
    width: 100%;
	padding-bottom:20px;
}
#contact_block input.w400{
	width:100%;
}
#contact_block input.w500{
	width:100%;
}
#contact_block textarea{
	width:100%;
	height:100px;
}
#contact_block #two_btn_area{
	width:100%;
}
#contact_block .detail_btnn input.left {
	background: #2d8a2a;
	background-image: linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
	background-image: -moz-linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
	background-image: -webkit-linear-gradient(-45deg, #2a2a2a 10px, transparent 0);
}
#contact_block .detail_btnn input.left:hover {
	background-color: #2a2a2a;
}
#contact_block .detail_btnn input.right {
	background: #2a2a2a;
	background-image: linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
	background-image: -moz-linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
	background-image: -webkit-linear-gradient(-45deg, #2d8a2a 10px, transparent 0);
}
#contact_block .detail_btnn input.right:hover {
	background-color: #2d8a2a;
}

#contact_block .detail_btnn input {
	margin: 0 auto 20px;
	float: none !important;
	padding: 20px;
	font-size: 16px;
    width: 80%;
}

#contact_block .contact_text {
	font-size:12px;
    margin: 30px 0 20px;
}
#contact_block .thanks_box {
	margin: 0;
	padding-top:50px;
}
}

