@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*　　　　メールフォーム用
------------------------------------------------------------------------------------------*/

.contact-form {
	width: 900px;
	margin: 0 auto;
}



table {
  border-collapse: collapse;
}



input[type="submit"],
input[type="text"],
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


select {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],
select,
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 550px;
  transition: 0.8s;
  border-radius: 0;
}


input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}


input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 100%;
}

.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}

.form-table th {
  background: #ffecea;
  padding-left: 30px;
  position: relative;
  text-align: left;
  width: 300px;
}











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


.contact-form {
	width: 100%;
}

	
input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}



input[type="text"],
select,
textarea {
  width: 100% !important;
}

textarea[name="content"] {
  display: inline-block;
  width: 100% !important;
  height: 200px;
}


.contact-form .form-table,
.contact-form .form-table tbody,
.contact-form .form-table tr,
.contact-form .form-table th,
.contact-form .form-table td
{
  display: block;
  width: 100% !important;
  border-bottom: none;
}



.contact-form .form-table {
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
}

.contact-form .form-table th {
  padding: 8px 15px;
}

.contact-form .form-table td {
  padding: 15px;
}

.contact-form .form-table textarea {
  height: 200px;
}

/*--------
f01
----------*/

.f01 .form-table th,
.f01 .form-table td {
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 0 1px;
}

}








input.push {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
	
}

input.push:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}









.privacy {
	width: 950px;
	margin: 20px auto;
	padding: 20px;
	border: rgba(215,215,215,1.00) solid 1px;
	font-size: 16px;
}


.privacy h3{
	font-size: 18px;
}



@media screen and (max-width: 768px) {
.privacy {
	width: 95%;
	margin: 20px auto;
	padding: 10px;
	border: rgba(215,215,215,1.00) solid 1px;
	font-size: 14px;
	line-height: 1.2em;
}
	
.privacy h3{
	font-size: 16px !important;
}
}









