@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  min-height: 100%;
  background: url("../img/ami_pre_bg.jpg") repeat center center;
  color: #000;
  font-family: 'Helvetica','Noto Sans Japanese','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

html.loading, body.loading {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#header {
  max-width: 960px;
  margin: 50px auto 35px;
/*
  padding: 40px 0px 35px 40px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
*/
}

#header h1 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 100%;
  font-weight: bold;
	color: #000;
}

#header h1 img {
	border-radius: 5px;
	width: 100%;
	max-width: 960px;
}

#header h2 {
	margin-top: 50px;
  margin-bottom: 30px;
	padding-bottom: 20px;
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #000;
}

#header .text {
	width: 100%;
  max-width: 960px;
	font-size: 14px;
  line-height: 150%;
	color: #000;
	padding: 0 10px;
	box-sizing: border-box;
}

#header .hc_present_banner {
	margin-bottom: 30px;
	width: 100%;
  max-width: 960px;
	padding: 0 10px;
	box-sizing: border-box;
}

#header .hc_present_banner img {
	width: 100%;
  max-width: 940px;
}

#header .end {
  display: inline-block;
  margin-top: 25px;
  color: #000;
  font-size: 13px;
  line-height: 150%;
  text-decoration: underline;
  cursor: pointer;
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
/*	background: #aaa;*/
	border: 1px solid #000;
/*	border-radius: 5px;*/
}

#header .end:hover {
  color: #000;
	background: #fff;
}

#form {
  margin: 0 auto;
  max-width: 960px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

#chuijikou {
	width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}

#copy {
  margin: 0 auto 10px;
	padding: 0 10px;
	width: 100%;
  max-width: 960px;
	text-align: center;
	font-size: 11px;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	color: #333;
}

input[type='text'],
textarea {
  width: 100%;
  height: 34px;
  padding: 10px 15px 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}

input[type='text']:focus,
textarea:focus {
  background-color: #f9ffc7;
  outline: none;
}

input[type='text']:placeholder-shown,
textarea:placeholder-shown {
  color: #cccccc;
}

input[type='text']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input[type='text']:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}

input[type='text']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}

input[type='text']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}

input[type='text'].short,
textarea.short {
  width: 180px;
}

textarea {
  height: 250px;
  font-size: 14px;
  line-height: 130%;
  resize: vertical;
}

select {
  width: 240px;
  height: 38px;
  margin-right: 5px;
  padding: 0 10px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
}

select:focus {
  background-color: #f9ffc7;
  outline: none;
}

.error_message {
  display: block;
  width: 100%;
  margin-top: 2px;
  border-radius: 4px;
  background-color: #d43030;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.error_message:empty {
  display: none;
}

dt {
  display: block;
  padding: 0 0 5px 0;
}

dt span {
  display: inline-block;
  padding: 2px 4px 2px 0;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  font-weight: bold;
}

dt span.required {
  padding: 2px 4px;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid #d43030;
  background-color: #f44949;
  color: #fff;
  font-weight: normal;
}

dt span.elective {
  padding: 2px 4px;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid #6170e3;
  color: #6170e3;
  letter-spacing: 0.02em;
  font-weight: normal;
}

.form_sns {
  position: relative;
}

.form_sns:after {
  position: absolute;
  display: inline-block;
  top: 6px;
  right: 8px;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #6170e3;
  background-color: #fff;
  color: #6170e3;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-weight: normal;
  content: "任意";
}

.form_sns.required:after {
  border: 1px solid #d43030;
  background-color: #f44949;
  color: #fff;
  content: "必須";
}

dd {
  padding: 0 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

dd .message {
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 170%;
  color: #539f6a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

dd .caution {
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 170%;
  color: #9f7653;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

dd .input_row {
  display: block;
  width: 35%;
  height: 34px;
  margin-bottom: 10px;
  padding: 10px 15px 0;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05) inset;
}

dd .input_row + input {
  width: 65%;
  margin-bottom: 10px;
  border-radius: 0 4px 4px 0;
}

dd .form_row_message {
  margin-left: 5px;
  color: #d43030;
  font-weight: normal;
  font-size: 16px;
}

dd .form_row_message:before {
  display: inline-block;
  padding-right: 3px;
  color: #aaa;
  content: "＝";
}

dd.mini .input_row {
  width: auto;
}

dd.mini .input_row + input {
  width: 80px;
  border-radius: 0;
}

dd.mini input + .input_row {
  width: auto;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

input[type=checkbox] {
  display: none;
}

input[type=radio] {
  display: none;
}

label {
  width: 100%;
}

input:checked + .maker {
  background-color: #f44949;
  border: 3px solid #f44949;
}

input:checked + .maker:after {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
}

.maker {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  top: 1px;
  border: 3px solid #ccc;
}

.value {
  display: inline-block;
  margin-left: 7px;
}

.submit_btn {
  display: none;
  width: 200px;
  height: 18px;
  margin: 30px auto 70px;
  padding: 15px 0;
  border-radius: 24px;
  background-color: #E36397;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  cursor: pointer;
}

.submit_btn:hover {
  opacity: 0.5;
}

.submit_btn_loading {
  display: none;
  width: 200px;
  height: 18px;
  margin: 30px auto 70px;
  padding: 15px 0;
  border-radius: 24px;
  background-color: #bbb;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
}

.dis_submit_btn {
  display: block;
  width: 300px;
  height: 18px;
  margin: 30px auto 70px;
  padding: 15px 0 15px 3px;
  border-radius: 24px;
  border: 2px solid #eee;
  color: #bbb;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
}

/*# sourceMappingURL=style.css.map */