@charset "UTF-8";
/*--------------------------------------------------------------
	table-layout
--------------------------------------------------------------*/
.table-layout, .table-layout--vtop, .table-layout--image {
  display: table;
  width: 100%;
}
.table-layout .tr, .table-layout--vtop .tr, .table-layout--image .tr {
  display: table-row;
  width: 100%;
}
.table-layout .th, .table-layout--vtop .th, .table-layout--image .th,
.table-layout .td,
.table-layout--vtop .td,
.table-layout--image .td {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.table-layout .td.nopadding, .table-layout--vtop .td.nopadding, .table-layout--image .td.nopadding {
  padding: 0;
}
.table-layout .th, .table-layout--vtop .th, .table-layout--image .th {
  width: 30%;
}

.table-layout--vtop .th,
.table-layout--vtop .td {
  vertical-align: top;
}

.table-layout--image {
  border: 1px solid #cfcfcf;
}
.table-layout--image h2 {
  margin: 0 0 15px;
  font-size: 110%;
  font-weight: bold;
  color: #D41126;
  line-height: 2.65em;
  text-align: center;
  background: #fffae3;
}
.table-layout--image .td {
  padding: 0;
  vertical-align: top;
}
.table-layout--image .td:first-child {
  border-right: 1px solid #cfcfcf;
}
.table-layout--image .td img {
  display: block;
  margin: 0 auto 15px;
}

/*--------------------------------------------------------------
	form-layout
--------------------------------------------------------------*/
input,
select,
textarea,
option,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form-layout, .form-layout--separate, .form-layout--simple {
  font-size: 1.15rem;
}
.form-layout .table-layout, .form-layout--separate .table-layout, .form-layout--simple .table-layout, .form-layout .table-layout--vtop, .form-layout--separate .table-layout--vtop, .form-layout--simple .table-layout--vtop, .form-layout .table-layout--image, .form-layout--separate .table-layout--image, .form-layout--simple .table-layout--image {
  border-top: 1px solid #ccc;
}
.form-layout .table-layout .th, .form-layout--separate .table-layout .th, .form-layout--simple .table-layout .th, .form-layout .table-layout--vtop .th, .form-layout--separate .table-layout--vtop .th, .form-layout--simple .table-layout--vtop .th, .form-layout .table-layout--image .th, .form-layout--separate .table-layout--image .th, .form-layout--simple .table-layout--image .th {
  padding: 10px 10px 10px 20px;
  font-size: 108%;
  font-weight: normal;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
}
.form-layout .table-layout .th label, .form-layout--separate .table-layout .th label, .form-layout--simple .table-layout .th label, .form-layout .table-layout--vtop .th label, .form-layout--separate .table-layout--vtop .th label, .form-layout--simple .table-layout--vtop .th label, .form-layout .table-layout--image .th label, .form-layout--separate .table-layout--image .th label, .form-layout--simple .table-layout--image .th label {
  font-weight: normal;
}
.form-layout .table-layout .th .required, .form-layout--separate .table-layout .th .required, .form-layout--simple .table-layout .th .required, .form-layout .table-layout--vtop .th .required, .form-layout--separate .table-layout--vtop .th .required, .form-layout--simple .table-layout--vtop .th .required, .form-layout .table-layout--image .th .required, .form-layout--separate .table-layout--image .th .required, .form-layout--simple .table-layout--image .th .required {
  display: inline-block;
  float: right;
  padding: 3px 5px;
  color: #fff;
  font-size: 90%;
  text-align: center;
  line-height: 1.2em;
  background: #E16F76;
}
.form-layout .table-layout .td, .form-layout--separate .table-layout .td, .form-layout--simple .table-layout .td, .form-layout .table-layout--vtop .td, .form-layout--separate .table-layout--vtop .td, .form-layout--simple .table-layout--vtop .td, .form-layout .table-layout--image .td, .form-layout--separate .table-layout--image .td, .form-layout--simple .table-layout--image .td {
  border-bottom: 1px solid #ccc;
}
.form-layout .table-layout .td input, .form-layout--separate .table-layout .td input, .form-layout--simple .table-layout .td input, .form-layout .table-layout--vtop .td input, .form-layout--separate .table-layout--vtop .td input, .form-layout--simple .table-layout--vtop .td input, .form-layout .table-layout--image .td input, .form-layout--separate .table-layout--image .td input, .form-layout--simple .table-layout--image .td input,
.form-layout .table-layout .td select,
.form-layout--separate .table-layout .td select,
.form-layout--simple .table-layout .td select,
.form-layout .table-layout--vtop .td select,
.form-layout--separate .table-layout--vtop .td select,
.form-layout--simple .table-layout--vtop .td select,
.form-layout .table-layout--image .td select,
.form-layout--separate .table-layout--image .td select,
.form-layout--simple .table-layout--image .td select,
.form-layout .table-layout .td textarea,
.form-layout--separate .table-layout .td textarea,
.form-layout--simple .table-layout .td textarea,
.form-layout .table-layout--vtop .td textarea,
.form-layout--separate .table-layout--vtop .td textarea,
.form-layout--simple .table-layout--vtop .td textarea,
.form-layout .table-layout--image .td textarea,
.form-layout--separate .table-layout--image .td textarea,
.form-layout--simple .table-layout--image .td textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #cfcfcf;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.form-layout .table-layout .td input:focus, .form-layout--separate .table-layout .td input:focus, .form-layout--simple .table-layout .td input:focus, .form-layout .table-layout--vtop .td input:focus, .form-layout--separate .table-layout--vtop .td input:focus, .form-layout--simple .table-layout--vtop .td input:focus, .form-layout .table-layout--image .td input:focus, .form-layout--separate .table-layout--image .td input:focus, .form-layout--simple .table-layout--image .td input:focus,
.form-layout .table-layout .td select:focus,
.form-layout--separate .table-layout .td select:focus,
.form-layout--simple .table-layout .td select:focus,
.form-layout .table-layout--vtop .td select:focus,
.form-layout--separate .table-layout--vtop .td select:focus,
.form-layout--simple .table-layout--vtop .td select:focus,
.form-layout .table-layout--image .td select:focus,
.form-layout--separate .table-layout--image .td select:focus,
.form-layout--simple .table-layout--image .td select:focus,
.form-layout .table-layout .td textarea:focus,
.form-layout--separate .table-layout .td textarea:focus,
.form-layout--simple .table-layout .td textarea:focus,
.form-layout .table-layout--vtop .td textarea:focus,
.form-layout--separate .table-layout--vtop .td textarea:focus,
.form-layout--simple .table-layout--vtop .td textarea:focus,
.form-layout .table-layout--image .td textarea:focus,
.form-layout--separate .table-layout--image .td textarea:focus,
.form-layout--simple .table-layout--image .td textarea:focus {
  border-color: #cfab96;
  -moz-box-shadow: inset 0px 0px 6px #dfc7b9;
  -webkit-box-shadow: inset 0px 0px 6px #dfc7b9;
  box-shadow: inset 0px 0px 6px #dfc7b9;
}
.form-layout .table-layout .td .confirmation, .form-layout--separate .table-layout .td .confirmation, .form-layout--simple .table-layout .td .confirmation, .form-layout .table-layout--vtop .td .confirmation, .form-layout--separate .table-layout--vtop .td .confirmation, .form-layout--simple .table-layout--vtop .td .confirmation, .form-layout .table-layout--image .td .confirmation, .form-layout--separate .table-layout--image .td .confirmation, .form-layout--simple .table-layout--image .td .confirmation {
  color: #E16F76;
  font-size: 90%;
}
.form-layout .table-layout .td label, .form-layout--separate .table-layout .td label, .form-layout--simple .table-layout .td label, .form-layout .table-layout--vtop .td label, .form-layout--separate .table-layout--vtop .td label, .form-layout--simple .table-layout--vtop .td label, .form-layout .table-layout--image .td label, .form-layout--separate .table-layout--image .td label, .form-layout--simple .table-layout--image .td label {
  font-size: 90%;
  margin-right: 8px;
}
.form-layout .table-layout .reply-setting, .form-layout--separate .table-layout .reply-setting, .form-layout--simple .table-layout .reply-setting, .form-layout .table-layout--vtop .reply-setting, .form-layout--separate .table-layout--vtop .reply-setting, .form-layout--simple .table-layout--vtop .reply-setting, .form-layout .table-layout--image .reply-setting, .form-layout--separate .table-layout--image .reply-setting, .form-layout--simple .table-layout--image .reply-setting {
  font-size: 84%;
  color: #999;
  margin: 10px 0;
}
.form-layout .table-layout .inner--confirm, .form-layout--separate .table-layout .inner--confirm, .form-layout--simple .table-layout .inner--confirm, .form-layout .table-layout--vtop .inner--confirm, .form-layout--separate .table-layout--vtop .inner--confirm, .form-layout--simple .table-layout--vtop .inner--confirm, .form-layout .table-layout--image .inner--confirm, .form-layout--separate .table-layout--image .inner--confirm, .form-layout--simple .table-layout--image .inner--confirm {
  margin: 10px -10px 0;
  padding: 10px 10px 0;
  border-top: 1px dotted #b1b1b1;
}
.form-layout .compliance, .form-layout--separate .compliance, .form-layout--simple .compliance {
  margin: 20px 0;
  text-align: right;
  font-size: 90%;
}
.form-layout .submit, .form-layout--separate .submit, .form-layout--simple .submit {
  margin: 40px auto;
  text-align: center;
}
.form-layout .submit input, .form-layout--separate .submit input, .form-layout--simple .submit input,
.form-layout .submit button,
.form-layout--separate .submit button,
.form-layout--simple .submit button {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff7715;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e15e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7715', endColorstr='#FFE15E00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzcxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxNWUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7715), color-stop(100%, #e15e00));
  background-image: -moz-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: -webkit-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: linear-gradient(#ff7715 0%, #e15e00 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout .submit input:hover, .form-layout--separate .submit input:hover, .form-layout--simple .submit input:hover, .form-layout .submit input:focus, .form-layout--separate .submit input:focus, .form-layout--simple .submit input:focus,
.form-layout .submit button:hover,
.form-layout--separate .submit button:hover,
.form-layout--simple .submit button:hover,
.form-layout .submit button:focus,
.form-layout--separate .submit button:focus,
.form-layout--simple .submit button:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout .submit .edit, .form-layout--separate .submit .edit, .form-layout--simple .submit .edit {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #a48354;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #826843;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA48354', endColorstr='#FF826843');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0ODM1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyNjg0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a48354), color-stop(100%, #826843));
  background-image: -moz-linear-gradient(#a48354 0%, #826843 100%);
  background-image: -webkit-linear-gradient(#a48354 0%, #826843 100%);
  background-image: linear-gradient(#a48354 0%, #826843 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout .submit .edit:hover, .form-layout--separate .submit .edit:hover, .form-layout--simple .submit .edit:hover, .form-layout .submit .edit:focus, .form-layout--separate .submit .edit:focus, .form-layout--simple .submit .edit:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout label, .form-layout--separate label, .form-layout--simple label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.form-layout .error-message, .form-layout--separate .error-message, .form-layout--simple .error-message {
  display: inline-block;
  margin: 10px 0;
  padding: 3px 10px 2px;
  text-align: center;
  color: #dd0000;
}

.form-layout--separate .table-layout, .form-layout--separate .table-layout--vtop, .form-layout--separate .table-layout--image {
  border: none;
}
.form-layout--separate .table-layout .th, .form-layout--separate .table-layout--vtop .th, .form-layout--separate .table-layout--image .th {
  padding: 6px 10px 6px 30px;
  font-size: 104%;
  color: #5f3d31;
  background: #f6f1ee;
  border-bottom: 1px solid #f0eeee;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.form-layout--separate .table-layout .th label, .form-layout--separate .table-layout--vtop .th label, .form-layout--separate .table-layout--image .th label {
  font-weight: normal;
}
.form-layout--separate .table-layout .th label span, .form-layout--separate .table-layout--vtop .th label span, .form-layout--separate .table-layout--image .th label span {
  font-size: 80%;
}
.form-layout--separate .table-layout .th .required, .form-layout--separate .table-layout--vtop .th .required, .form-layout--separate .table-layout--image .th .required {
  display: inline;
  float: none;
  margin-left: 10px;
  padding: 0;
  color: #dd0000;
  font-size: 80%;
  line-height: 1.2em;
  background: none;
}
.form-layout--separate .table-layout .td, .form-layout--separate .table-layout--vtop .td, .form-layout--separate .table-layout--image .td {
  padding: 6px 10px;
  border-bottom: 1px solid #f0eeee;
}
.form-layout--separate .table-layout .td label, .form-layout--separate .table-layout--vtop .td label, .form-layout--separate .table-layout--image .td label {
  margin: 0 30px 0 0;
  vertical-align: middle;
}
.form-layout--separate .table-layout .td input[type="radio"], .form-layout--separate .table-layout--vtop .td input[type="radio"], .form-layout--separate .table-layout--image .td input[type="radio"] {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.form-layout--separate .table-layout .td.small input, .form-layout--separate .table-layout--vtop .td.small input, .form-layout--separate .table-layout--image .td.small input {
  width: 6em;
  margin-right: 5px;
}
.form-layout--separate .table-layout li:last-child .th, .form-layout--separate .table-layout--vtop li:last-child .th, .form-layout--separate .table-layout--image li:last-child .th,
.form-layout--separate .table-layout li:last-child .td,
.form-layout--separate .table-layout--vtop li:last-child .td,
.form-layout--separate .table-layout--image li:last-child .td {
  border: none;
}
.form-layout--separate .submit {
  margin: 20px auto;
  text-align: center;
}
.form-layout--separate .submit input {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff7715;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e15e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7715', endColorstr='#FFE15E00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzcxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxNWUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7715), color-stop(100%, #e15e00));
  background-image: -moz-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: -webkit-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: linear-gradient(#ff7715 0%, #e15e00 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout--separate .submit input:hover, .form-layout--separate .submit input:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout--separate .submit .edit {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #a48354;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #826843;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA48354', endColorstr='#FF826843');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0ODM1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyNjg0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a48354), color-stop(100%, #826843));
  background-image: -moz-linear-gradient(#a48354 0%, #826843 100%);
  background-image: -webkit-linear-gradient(#a48354 0%, #826843 100%);
  background-image: linear-gradient(#a48354 0%, #826843 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout--separate .submit .edit:hover, .form-layout--separate .submit .edit:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout--separate .submit .search {
  display: inline-block;
  position: relative;
  padding: 5px 50px;
  min-width: 255px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff7715;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e15e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7715', endColorstr='#FFE15E00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzcxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxNWUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7715), color-stop(100%, #e15e00));
  background-image: -moz-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: -webkit-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: linear-gradient(#ff7715 0%, #e15e00 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  /*
  &:before {
  	content: "";
  	display: block;
  	position: absolute;
  	top: 18%;
  	left: 25%;
  	width: 35px;
  	height: 26px;
  	background: url(/img/common/sprite_icon_40x40.png) left -158px  no-repeat;
  }
  */
  letter-spacing: 1.3em;
  text-indent: 2.3em;
}
.form-layout--separate .submit .search:hover, .form-layout--separate .submit .search:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.form-layout--simple .table-layout, .form-layout--simple .table-layout--vtop, .form-layout--simple .table-layout--image {
  padding: 5px 10px;
  border: 1px solid #cfcfcf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-layout--simple .table-layout .th, .form-layout--simple .table-layout--vtop .th, .form-layout--simple .table-layout--image .th {
  padding: 6px 10px;
  width: 20%;
  font-size: 108%;
  font-weight: bold;
  color: #7a5643;
  vertical-align: top;
  border: none;
  background: none;
}
.form-layout--simple .table-layout .th label, .form-layout--simple .table-layout--vtop .th label, .form-layout--simple .table-layout--image .th label {
  font-weight: bold;
}
.form-layout--simple .table-layout .th label span, .form-layout--simple .table-layout--vtop .th label span, .form-layout--simple .table-layout--image .th label span {
  font-size: 80%;
}
.form-layout--simple .table-layout .th .required, .form-layout--simple .table-layout--vtop .th .required, .form-layout--simple .table-layout--image .th .required {
  display: inline;
  float: none;
  margin-left: 10px;
  padding: 0;
  color: #dd0000;
  font-size: 80%;
  line-height: 1.2em;
  background: none;
}
.form-layout--simple .table-layout .td, .form-layout--simple .table-layout--vtop .td, .form-layout--simple .table-layout--image .td {
  padding: 6px 10px;
  border: none;
}
.form-layout--simple .table-layout .td label, .form-layout--simple .table-layout--vtop .td label, .form-layout--simple .table-layout--image .td label {
  margin: 0 30px 0 0;
  vertical-align: middle;
}
.form-layout--simple .table-layout .td input[type="radio"], .form-layout--simple .table-layout--vtop .td input[type="radio"], .form-layout--simple .table-layout--image .td input[type="radio"] {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.form-layout--simple .table-layout .td.small input, .form-layout--simple .table-layout--vtop .td.small input, .form-layout--simple .table-layout--image .td.small input {
  width: 6em;
  margin-right: 5px;
}
.form-layout--simple .table-layout li:last-child .th, .form-layout--simple .table-layout--vtop li:last-child .th, .form-layout--simple .table-layout--image li:last-child .th,
.form-layout--simple .table-layout li:last-child .td,
.form-layout--simple .table-layout--vtop li:last-child .td,
.form-layout--simple .table-layout--image li:last-child .td {
  border: none;
}
.form-layout--simple .submit {
  margin: 20px auto;
  text-align: center;
}
.form-layout--simple .submit input {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff7715;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e15e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7715', endColorstr='#FFE15E00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzcxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxNWUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7715), color-stop(100%, #e15e00));
  background-image: -moz-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: -webkit-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: linear-gradient(#ff7715 0%, #e15e00 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout--simple .submit input:hover, .form-layout--simple .submit input:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout--simple .submit .edit {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #a48354;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #826843;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA48354', endColorstr='#FF826843');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0ODM1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyNjg0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a48354), color-stop(100%, #826843));
  background-image: -moz-linear-gradient(#a48354 0%, #826843 100%);
  background-image: -webkit-linear-gradient(#a48354 0%, #826843 100%);
  background-image: linear-gradient(#a48354 0%, #826843 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout--simple .submit .edit:hover, .form-layout--simple .submit .edit:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout--simple .submit .search {
  display: inline-block;
  position: relative;
  padding: 5px 40px 5px 85px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ca6464;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f68e99;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF68E99', endColorstr='#FFED6D7B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNmNjhlOTkiLz48c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2VkNmQ3YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(42%, #f68e99), color-stop(53%, #ed6d7b));
  background-image: -moz-linear-gradient(top, #f68e99 42%, #ed6d7b 53%);
  background-image: -webkit-linear-gradient(top, #f68e99 42%, #ed6d7b 53%);
  background-image: linear-gradient(to bottom, #f68e99 42%, #ed6d7b 53%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  letter-spacing: 1.3em;
}
.form-layout--simple .submit .search:hover, .form-layout--simple .submit .search:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout--simple .submit .search:before {
  content: "";
  position: absolute;
  top: 18%;
  left: 8%;
  display: block;
  width: 35px;
  height: 26px;
  left: 25%;
  background: url(/img/common/sprite_icon_40x40.png) no-repeat;
  background-position: left -158px;
}

.form-wrap, .form-wrap--exp, .form-wrap--faq {
  padding: 6px;
  border: 1px solid #e4d6cd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form-wrap--exp {
  padding-right: 30px;
  border-color: #f3cab5;
}

.form-wrap--faq {
  padding-right: 30px;
  border-color: #7ec3a1;
}

/*--------------------------------------------------------------
	complete-block
--------------------------------------------------------------*/
.complete-block {
  padding: 20px;
  text-align: center;
  border: 4px solid #f2c1c1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.complete-block h2 {
  margin-top: 0;
  font-size: 140%;
  font-weight: bold;
  color: #E16F76;
}
.complete-block .back-home {
  margin: 20px 0 0;
  text-align: right;
}

.headline--reserve {
  margin: 20px 0;
  font-size: 2rem;
  font-weight: bold;
}

.img-progress {
  margin: 20px 0 30px;
  text-align: center;
}

.notice-text {
  padding-left: 20px;
  font-size: 92% !important;
  margin: 10px 0;
  color: #DD4A4A;
}

.form-layout, .form-layout--separate, .form-layout--simple {
  padding: 0 20px;
}
.form-layout .subhead--reserve, .form-layout--separate .subhead--reserve, .form-layout--simple .subhead--reserve {
  display: inline-block;
  margin: 30px 0 0;
  padding: 5px 15px 4px;
  color: #fff;
  font-size: 1.1rem;
  background: #9F8578;
  border-radius: 3px 3px 0 0;
}
.form-layout .subhead--reserve.first, .form-layout--separate .subhead--reserve.first, .form-layout--simple .subhead--reserve.first {
  margin-top: 0;
}
.form-layout .privacy, .form-layout--separate .privacy, .form-layout--simple .privacy {
  font-size: 90% !important;
  color: #555;
  text-align: center;
}
.form-layout .table-layout .th, .form-layout--separate .table-layout .th, .form-layout--simple .table-layout .th, .form-layout .table-layout--vtop .th, .form-layout--separate .table-layout--vtop .th, .form-layout--simple .table-layout--vtop .th, .form-layout .table-layout--image .th, .form-layout--separate .table-layout--image .th, .form-layout--simple .table-layout--image .th {
  width: 35%;
  background-color: #FFF3F3;
}
.form-layout .submit input, .form-layout--separate .submit input, .form-layout--simple .submit input,
.form-layout .submit button,
.form-layout--separate .submit button,
.form-layout--simple .submit button {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff7715;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e15e00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7715', endColorstr='#FFE15E00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzcxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxNWUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7715), color-stop(100%, #e15e00));
  background-image: -moz-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: -webkit-linear-gradient(#ff7715 0%, #e15e00 100%);
  background-image: linear-gradient(#ff7715 0%, #e15e00 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout .submit input:hover, .form-layout--separate .submit input:hover, .form-layout--simple .submit input:hover, .form-layout .submit input:focus, .form-layout--separate .submit input:focus, .form-layout--simple .submit input:focus,
.form-layout .submit button:hover,
.form-layout--separate .submit button:hover,
.form-layout--simple .submit button:hover,
.form-layout .submit button:focus,
.form-layout--separate .submit button:focus,
.form-layout--simple .submit button:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.form-layout .submit .edit, .form-layout--separate .submit .edit, .form-layout--simple .submit .edit {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  min-width: 200px;
  background-origin: border-box;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #a48354;
  box-shadow: 0 0 1px #fff inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #826843;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA48354', endColorstr='#FF826843');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0ODM1NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyNjg0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a48354), color-stop(100%, #826843));
  background-image: -moz-linear-gradient(#a48354 0%, #826843 100%);
  background-image: -webkit-linear-gradient(#a48354 0%, #826843 100%);
  background-image: linear-gradient(#a48354 0%, #826843 100%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.form-layout .submit .edit:hover, .form-layout--separate .submit .edit:hover, .form-layout--simple .submit .edit:hover, .form-layout .submit .edit:focus, .form-layout--separate .submit .edit:focus, .form-layout--simple .submit .edit:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.clinic-wrap {
  margin: 20px 20px 0;
  padding: 10px;
  background-color: #F9EDED;
}
.clinic-wrap #sec_main {
  padding: 10px;
  background-color: #fff;
}

.complete-block {
  margin: 0 auto 310px;
  width: 695px;
}
.complete-block h2 {
  margin-bottom: 15px;
}
