html {
	scroll-behavior: smooth;
	margin: 0px;
	padding: 0px;
}
* {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;

}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}
p strong {
	font-weight: 600;
}


a:hover {
	text-decoration: none;
}

a:hover img,
input.btn:hover {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=70 )";
}


.------------------------------------h {
}

h1  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h2  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

h3  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h4  {
	font-weight: 500;
}
h5  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h6  {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}


.---------------------------------------------form {
}
.contents-form {
	text-align: center;
	margin: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
}
.contents_frame_form {
	width: 90%;
	background-color: rgba(255,255,255,0.6);
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	max-width: 1000px;
}
#form form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	width: 100%;
}

#form form dl {
	overflow: visible;
}
#form form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: normal;
	font-size: 18px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
}
#form form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}
#form form dl dt span {
	display: block;
	font-size: 80%;
	color: #A68B62;
}

#form form dt:first-child,#form
form dt:first-child + dd   {
	border: none;
}
#form form ul li input[type="radio"],
#form form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}
#form form ul li:first-child input[type="radio"],
#form form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
#form form select {
	font-size: 16px;
	margin-top: 0;
}
#form form ul {
	list-style-type: none;
}
#form form dl dd ul li label {
	font-size: 16px;
	float: left;
	line-height: 30px;
	padding: 10px;
}

#form form ul li label:hover {
	cursor: pointer;
}
#form form textarea {
	display: block;
	width: 96%;
	height: 200px;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	padding-top: 7px;
	padding-right: 2%;
	padding-bottom: 7px;
	padding-left: 2%;
	color: #000;
}
#form form input#company , #form form dl .required #name_1 , #form form dl dd #address , #form form dl dd #phone , #form form dl .required #mail_address , #form form dl dd #mail_address_confirm{
	padding-top: 8px;
	padding-right: 5%;
	padding-bottom: 8px;
	padding-left: 5%;
	width: 90%;
	font-size: 16px;
}
.------------------------------------ {
}
.wrap  .submit {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #A68B62;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	letter-spacing: 2.5px;
	line-height: 16px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 15px;
	height: 100%;
	background-size: auto;
	background-color: #FFF;
	border: 1px solid #A68B62;
  }
#form form .wrap      {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0%;
	padding-right: 15%;
	padding-bottom: 0%;
	padding-left: 15%;
	text-align: center;
}

.wrap .submit a img{
	width: 100%;
}
.wrap .submit:hover {
	background-color: #333333;
	box-shadow: 0px 15px 20px rgba(102,102,102,0.4);
	color: #FFF;
	transform: translateY(-7px);
	background-size: cover;
	border: 1px solid #333;
}
