.wrap {
	padding: 1em 2em 0 1em;
	background-color: #FFF;
	border-radius: 10px;
}
/* Button */

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 2.85rem;
	line-height: 2.95rem;
	padding: 0 1.5rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	margin: 2em;
	width: 90%;
}
input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon {
	padding-left: 1.35rem;
}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
	margin-right: 0.5rem;
}
input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
}
input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
	font-size: 0.8rem;
}
input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big {
	font-size: 1.35rem;
}
input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}

@media screen and (max-width: 480px) {
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	padding: 0;
}
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	background-color: #f2f2f2;
	color: #000 !important;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
	background-color: white;
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
	background-color: #e5e5e5;
}
input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, button.alt, .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
	color: #555 !important;
}
input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, button.alt:hover, .button.alt:hover {
	background-color: rgba(144, 144, 144, 0.075);
}
input[type="submit"].alt:active, input[type="reset"].alt:active, input[type="button"].alt:active, button.alt:active, .button.alt:active {
	background-color: rgba(144, 144, 144, 0.2);
}
input[type="submit"].alt.icon:before, input[type="reset"].alt.icon:before, input[type="button"].alt.icon:before, button.alt.icon:before, .button.alt.icon:before {
	color: #bbb;
}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
	background-color: #3fa2f7;
	color: #ffffff !important;
}
input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover {
	background-color: #66ccff;
}
input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, button.special:active, .button.special:active {
	background-color: #439aea;
}
/* Form */


form {
	margin: 0 0 0 0;
}
form .field {
	margin-bottom: 2rem;
}
form .field.half {
	display: inline-block;
	width: 47%;
}
form .field.half.first {
	margin-right: 4%;
}
#message {
	width: 97%;
}

@media screen and (max-width: 980px) {
form .field.half {
	display: block;
	width: 100%;
}
form .field.half.first {
	margin-right: 0;
}
.wrap {
	padding: 1em 3em 0 1em;
}
}
label {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	margin: 0 0 1rem 0;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: none;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1rem;
	text-decoration: none;
	width: 100%;
}
 input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
 box-shadow: none;
}
.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}
.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.select-wrapper:before {
	content: '\f078';
	display: block;
	height: 2.75rem;
	line-height: 2.75rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75rem;
}
 .select-wrapper select::-ms-expand {
 display: none;
}
input[type="text"], input[type="password"], input[type="email"], select {
	height: 2.75rem;
}
textarea {
	padding: 0.75rem 1rem;
}
input[type="checkbox"], input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2rem;
	opacity: 0;
	width: 1rem;
	z-index: -1;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 300;
	padding-left: 2.4rem;
	padding-right: 0.75rem;
	position: relative;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	border-radius: 4px;
	border: solid 1px;
	content: '';
	display: inline-block;
	height: 1.65rem;
	left: 0;
	line-height: 1.58125rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65rem;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
	content: '\f00c';
}
input[type="checkbox"] + label:before {
	border-radius: 4px;
}
input[type="radio"] + label:before {
	border-radius: 100%;
}

	::-webkit-input-placeholder {
 opacity: 1.0;
}

	:-moz-placeholder {
 opacity: 1.0;
}

	::-moz-placeholder {
 opacity: 1.0;
}

	:-ms-input-placeholder {
 opacity: 1.0;
}
.formerize-placeholder {
	opacity: 1.0;
}
label {
	color: #555;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #3fa2f7;/* フォーム枠 */
	box-shadow: 0 0 0 1px #3fa2f7;
}
.select-wrapper:before {
	color: rgba(144, 144, 144, 0.25);
}
input[type="checkbox"] + label, input[type="radio"] + label {
	color: #444;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
	background-color: #3fa2f7;/* チェックbox背景 */
	border-color: #3fa2f7;
	color: #ffffff;
}
input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
	border-color: #3fa2f7;/* チェックbox枠 */
	box-shadow: 0 0 0 1px #3fa2f7;
}

	::-webkit-input-placeholder {
 color: #bbb !important;
}

	:-moz-placeholder {
 color: #bbb !important;
}

	::-moz-placeholder {
 color: #bbb !important;
}

	:-ms-input-placeholder {
 color: #bbb !important;
}
.formerize-placeholder {
	color: #bbb !important;
}

@media (max-width:800px) {
.main_ttl {
	font-size: 20px;
	width: 95%;
	padding: 10px 0 30px;
}
.kiyaku_box {
	width: 90%;
}
}
.kiyaku_box {
	width: 70%;
	margin: 10px auto;
	height: 220px;
	padding: 20px;
	background: rgba(144, 144, 144, 0.075);
	overflow: auto;
	text-align: left;
	border: solid 1px rgba(144, 144, 144, 0.25);
	border-radius: 4px;
	overflow-y: auto;
	font-size: 0.8em;
	line-height: 1.5;
}
 .kiyaku_box::-webkit-scrollbar {
 background:#ccc;
 width:10px;
}
 .kiyaku_box::-webkit-scrollbar-thumb {
 background:#aaa;
}
.kiyaku_box h4 {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 5px 0px 0px 5px;
	line-height: 1.5em;
	border-bottom: solid 1px rgba(144, 144, 144, 0.25);
	border-left: solid 6px rgba(144, 144, 144, 0.25);
	background-color: #FFF;
}
.kiyaku_box h5 {
	font-weight: bold;
}

@media (max-width:800px) {
.kiyaku_box {
	width: 90%;
}
}
#thanks {
	padding: 60px 0;
}
#thanks h3 {
	color: #000;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", Meiryo, メイリオ, serif;
	font-size: 1.5em;
	text-align: center;
	line-height: 2;
}
