@charset "UTF-8";

label {
	position: relative;
}
.fk-marker {
	position: absolute;
	top: 11px;
	right: 13px;
}
tr.zip .fk-marker ,
tr.tel .fk-marker {
	right: 50%;
	right: calc(50% + 5px);
}
textarea {
	overflow: auto;
}
input, textarea {
	padding-right: 25px;
	box-sizing: border-box;
}
/* 新しいフォーム */
table.form_new {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 20px 0 0;
}
table.form_new th, table.form_new td {
  padding: 1.0em;
  background: #fff;
  border: 1px solid #192546;
  text-align: left;
}
table.form_new th {
  text-align: left;
  width: 30%;
  background: #E2E4F4;
}
table.form_new td span.rei {
  line-height: 1.5;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
table.form_new th.required {
  background-image: url(../images/point_required.png);
  background-repeat: no-repeat;
  background-size: 55px;
  background-position: right 1.0em;
}
textarea {
  width: 100%;
  height: 10em;
}
label, input[type='checkbox'] {
  cursor: pointer;
  display: inline-block;
}
label {
  display: block;
  width: auto;
  padding: 0.5em;
}
label span {
  padding: 10px;
}
input.one {
  width: 100%;
  min-height: 30px;
}
input.post {
  width: 50%;
  min-height: 30px;
}
@media screen and (max-width: 890px) {
  table.form_new th, table.form_new td {
    display: block;
    width: auto;
  }
}