@charset "utf-8";

/* メールフォーム */

div#form {
	margin: 20px auto;
	width: 1000px;
	padding: 20px 30px;
	color: #000;
	background-color: #fff;
	opacity: .9;
    box-sizing: border-box;
}

div#form ul {
	margin-left: 40px;
	margin-top: 40px;
}

div#form ul {
	margin-left: 20px;
	margin-top: 0;
}

div#form form {
	margin: 0;
}

div#form table {
	margin: 20px auto 30px;
	width: 95%;
	border-collapse: collapse;
	
}

div#form table th {
	background-color: #f0f0f0;
	padding: 15px;
	text-align: left;
	line-height: 1.5em;
	font-weight: normal;
	border: 1px solid #dadada;
	width: 250px;
}

div#form table td {
	padding: 15px;
	text-align: left;
	line-height: 1.5em;
	border: 1px solid #dadada;
	background: #ffffff;
}

td.radio {
	line-height: 13px;
}

td.lh22 {
	line-height: 22px;
}

.radiobtn {
	vertical-align: 0;
}

div#form form input[type="text"]{
    padding: 10px;
    font-size: 16px;
}

div#form form input[type="text"].w50 {
    width: 50%;
}

div#form form label {
    display: block;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 10px;
}

div#form .check label {
    display: block;
    font-size: 1.3em;
    line-height: 1.5em;
    width: 100%;
    margin: 30px auto 10px;
    text-align: center;
}

div#form .check input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
    margin-right: 10px;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

div#form .check input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

div#form form textarea {
	margin: 0;
	padding: 1px;
	line-height: 1.2;
	width: 400px;
}

div#form form select {
    width: 20%;
	padding: 13px;
    border-radius: 3px;
    border: 1px #666 solid;
    background: none;
}

div#form form input#button {
	width: 300px;
	height: 50px;
	font-size: 1.2em;
}

.notice, .msg {
	color: #F00;
}

div.form_message {
	width: 800px;
	margin: 10px auto;
}

.agree {
	margin: 30px auto;
	padding: 20px;
	clear:both;
	text-align: center;
	width: 60%;
}
.agree a {
	color: #ffffff;
	font-size: 20px;
	background: #7daa2a;
	border-radius: 5px;
	padding: 20px 0px;
	text-decoration: none;
	display: block;
}
.agree a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

br.br-none {
    display: none;
}

.agree_box {
    display: none;
}

.agree_box-e {
    display: none;
}

@media screen and (max-width: 767px) {
   
div#form {
	margin: 20px auto;
	width: 95%;
	padding: 20px 0;
	color: #000;
	background-color: #fff;
	opacity: .9;
    box-sizing: border-box;
}

div#form ul {
	margin-left: 0;
	margin-top: 40px;
}

div#form ul {
	margin-left: 0;
	margin-top: 0;
}

div#form form {
	margin: 0;
}

div#form table {
	margin: 20px auto 30px;
	width: 95%;
	border-collapse: collapse;
    box-sizing: border-box;
}

div#form table th {
    display: block;
	width: 100%;
	padding: 15px;
	line-height: 1.5em;
	font-weight: normal;
    box-sizing: border-box;
}

div#form table td {
    display: block;
	width: 100%;
	border: none;
	padding: 15px 0;
	line-height: 1.5em;
    box-sizing: border-box;
}

td.radio {
	line-height: 13px;
}

td.lh22 {
	line-height: 22px;
}

.radiobtn {
	vertical-align: 0;
}

div#form form input[type="text"]{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

div#form form input[type="text"].w50 {
    width: 40%;
}

div#form form label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
    
div#form form textarea {
	margin: 0;
	padding: 1px;
	line-height: 1.2;
	width: 80%;
}

div#form form select {
    width: 20%;
	padding: 13px;
    border-radius: 3px;
    border: 1px #666 solid;
    background: none;
}

div#form form input#button {
	width: 300px;
	height: 50px;
	font-size: 1.2em;
}

.notice, .msg {
	color: #F00;
}

div.form_message {
	width: 100%;
	margin: 10px auto;
}

.agree {
	margin: 30px auto;
	padding: 20px;
	clear:both;
	text-align: center;
	width: 60%;
}
.agree a {
	color: #ffffff;
	font-size: 20px;
	background: #7daa2a;
	border-radius: 5px;
	padding: 20px 0px;
	text-decoration: none;
	display: block;
}
.agree a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
    
br.br-none {
    display: block;
}
 
}