@charset "utf-8";

/*---------------------------------------------------------------------------------------------
-------------------------------------- page_contact -------------------------------------------
-----------------------------------------------------------------------------------------------*/

/*----Maincolumn---*/

#maincolumn {
	font-size: 13px;
	line-height: 170%;
}
#maincolumn .corner_ttl {
	background: url(../images/contact/icon01.png) no-repeat left center;
	margin-bottom: 13px;
	padding: 5px 0 5px  37px;
	font-size: 18px;
	line-height: 120%;
}
#maincolumn table, #maincolumn table th, #maincolumn table td {
	border: 0;
	border-collapse: collapse;
}
#maincolumn table {
	margin: 0 0 20px;
	width: 100%;
}
#maincolumn table th, #maincolumn table td {
	padding: 15px 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #969696;
}
#maincolumn table th {
	background: #D1E4FF;
}
#maincolumn table th span {
	background: #D11818;
	float: right;
	display: inline-block;
	padding: 5px 5px 3px 5px;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	border-radius: 5px;
}
#maincolumn table td .text-red {
	color: #d11818;
}
#maincolumn .confirm_text span {
    font-size: 20px;
    font-weight: 700;
}
.thanks {
 font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;

}
.back_btn01 {
		  padding: 16px 63px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #d5d5d5;
    background-color: #d5d5d5;
    color: #fff;
     margin: 30px 14px 0 0;
    font-size: 16px;
        cursor: pointer;
}
.contact_btn01 {
	  padding: 16px 63px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #FB7B05 ;
    background-color: #FB7B05 ;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
        cursor: pointer;
}

input[type="text"] {
	padding: 5px;
	width: 33%;
}
input[type="email"] {
	padding: 5px;
	width: 40%;
}
textarea {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
#maincolumn .text_area {
	margin-bottom: 57px;
	text-align: center;
	line-height: 200%;
}
#maincolumn .text_area span {
	font-size: 20px;
	font-weight: 700;
}
#maincolumn .box_privacy {
	background: #EFEFDD;
	padding: 10px;
	border-radius: 5px;
}
#maincolumn .box_privacy .inner_privacy {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
#maincolumn .box_privacy .ttl_privacy {
	background: #FB7B05 url(../images/contact/icon02.png) no-repeat 16px center;
	margin-bottom: 20px;
	padding: 8px 16px 8px 40px;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
}
#maincolumn .box_privacy dl {
	margin: 0 0 5px;
	clear: both;
}
#maincolumn .box_privacy dt {
	font-weight: 700;
}
#maincolumn .box_privacy dd {
}
@media screen and (max-width:640px) {
	div#main_area {
		width: 100%;
		box-sizing: border-box;
	}
	#contents div {
		width: 100% !important;
		box-sizing: border-box;
		padding: 10px 2% !important;
		height: auto;
	}
	#contents div div {
		width: 100% !important;
		box-sizing: border-box;
		padding: 10px 0 !important;
	}
	#maincolumn .corner_ttl {
	}
	#maincolumn table, #maincolumn table th, #maincolumn table td {
	}
	#maincolumn table {
	}
	#maincolumn table th, #maincolumn table td {
		display: block;
	}
	#maincolumn table th {
		display: block;
	}
	#maincolumn table th span {
	}
	#maincolumn table td .text-red {
	}
	input[type="text"] {
		padding: 1em !important;
		width: 100%;
		box-sizing: border-box;
	}
	input[type="email"] {
		padding: 1em !important;
		width: 100%;
		box-sizing: border-box;
	}
	textarea {
	}
	#maincolumn .text_area {
	}
	#maincolumn .text_area span {
	}
	#maincolumn .box_privacy {
		padding: 10px 2% !important;
	}
	#maincolumn .box_privacy .inner_privacy {
		padding: 10px 2% !important;
	}
	#maincolumn .box_privacy .ttl_privacy {
	}
	#maincolumn .box_privacy dl {
	}
	#maincolumn .box_privacy dt {
	}
	#maincolumn .box_privacy dd {
	}
}