@charset "UTF-8";
/************************************************************
* reset
************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,
img {
  border: none;
  vertical-align: top;
}

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

th {
  text-align: left;
  font-weight: normal;
}

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-size: 105%;
}

ul,
ol,
li {
  list-style-position: outside;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

/* clearfix */
/************************************************************
 * common style
 ************************************************************/
body,
select,
textarea,
th,
td,
li,
a,
input {
  font-family: 'メイリオ', 'meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Helvetica', 'sans-serif';
}

body,
select {
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

body {
  background-color: #FFFFFF;
}

textarea {
  font-size: 12px;
  line-height: 1.4;
}

/* img hover */
a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

div,
p,
table,
td,
th,
dl,
dt,
dd,
ul,
ol,
li,
a,
span {
  word-break: break-all;
}

sup {
  vertical-align: top;
}

/************************************************************
 * anchor-link
 ************************************************************/
a:link {
  color: #004CCA;
}

a:visited {
  color: #6219DB;
}

a:hover {
  color: #048ADE;
  text-decoration: none;
}

a:active {
  color: #048ADE;
  text-decoration: none;
}

.cbx_relative {
  position: relative;
}

.cbx_resize input[type='checkbox'] {
  width: 23px;
  height: 23px;
}

.ie .cbx_resize input[type='checkbox'] {
  width: auto;
  height: auto;
}

input[type="text"] {
  padding: 5px;
  border: 1px solid #E6EDE0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type='checkbox'],
input[type='radio'] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
  zoom: 1;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  cursor: default;
}

input[type='checkbox'] + label {
  background: url(/edit/assets/suumo/img/sprite/checkbox.png) no-repeat;
  background-position: 0 0;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
}

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  background-position: 0 -100px;
}

input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
  background-position: 0 -200px;
  cursor: default;
  color: #CCCCCC;
}
input[type='checkbox']:disabled + label .area_unit-placename,
input[type='radio']:disabled + label .area_unit-placename {
  color: #CCCCCC;
}

input[type='checkbox']:disabled + label + span,
input[type='radio']:disabled + label + span {
  color: #CCCCCC;
}

.ie input[type='checkbox'],
.ie input[type='radio'] {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  outline: none;
  visibility: visible;
}

.ie input[type='checkbox'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

.ie input[type='radio'] + label {
  background: none;
  line-height: 1.4;
  display: inline;
  padding-left: 0;
  *padding-left: 14px;
  cursor: pointer;
  visibility: visible;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  padding: 7px 7px;
  background-image: url(/edit/assets/suumo/img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding: 7px 20px 7px 7px;
  }
}
.header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #6FBA2C;
}
.header .header-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 90px 10px 20px;
  box-sizing: border-box;
}
.header .header-logo {
  width: 70px;
}
.header .header-title {
  flex-grow: 1;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.footer {
  line-height: 1;
  padding-bottom: 10px;
}
.footer.footer--layout {
  margin-top: auto;
}

.section_foot .section_foot-header {
  padding-top: 8px;
  padding-left: 10px;
  padding-bottom: 7px;
  background-color: #F5F5F5;
  font-size: 13px;
  font-weight: bold;
}
.section_foot .section_foot-body {
  margin-top: 10px;
}

.footlink {
  padding-left: 10px;
  padding-right: 10px;
}
.footlink .footlink-link {
  text-decoration: none;
}

.copyright {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.copyright.copyright--layout {
  margin-top: 20px;
}
.copyright .copyright-link {
  width: 216px;
  height: 27px;
  content: url(/edit/baikyaku/satei_form/img/recruit_logo_copyright.png);
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.satei_form.satei_form--layout {
  margin-top: 20px;
}
.satei_form .satei_form-wrap {
  max-width: 680px;
  padding: 0 15px 40px;
  box-sizing: border-box;
  margin: auto;
}
.satei_form .satei_form-item {
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
}
.satei_form .satei_form-item:first-child {
  margin-top: 0;
}
.satei_form .satei_form-header {
  padding-left: 21px;
  position: relative;
}
.satei_form .satei_form-header::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: -1px;
  left: 0;
  background-size: contain;
}
.satei_form .satei_form-header.satei_form-header--shubetsu::before {
  background-image: url(/edit/baikyaku/satei_form/img/icon_shubetsu.png);
}
.satei_form .satei_form-header.satei_form-header--zip::before {
  background-image: url(/edit/baikyaku/satei_form/img/icon_zip.png);
}
.satei_form .satei_form-list {
  display: flex;
  margin-top: 5px;
}
.satei_form .satei_form-list_item {
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-right: 5px;
}
.satei_form .satei_form-list_item:last-child {
  margin-right: 0;
}
.satei_form .satei_form-shubetsu {
  display: none;
}
.satei_form .satei_form-shubetsu:checked + .satei_form-shubetsu_label {
  background-color: #61aa12;
  box-shadow: none;
  color: #fff;
  border: 1px solid #61aa12;
}
.satei_form .satei_form-shubetsu_label {
  display: inline-block;
  padding: 13px 0 12px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #f1f1f1;
  box-sizing: border-box;
}
.satei_form .satei_form-shubetsu_label:hover {
  cursor: pointer;
}
.satei_form .satei_form-zip {
  position: relative;
  margin-top: 5px;
}
.satei_form .satei_form-zip::before {
  content: "\3012";
  position: absolute;
  font-size: 14px;
  top: 10px;
  left: 11px;
}
.satei_form .satei_form-zip_input {
  width: 100%;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  font-size: 13px;
  box-sizing: border-box;
  padding: 9px 0 9px 33px;
}
.satei_form .satei_form-zip_input::placeholder {
  color: #C5C5C5;
}
.satei_form .satei_form-policy {
  text-align: center;
  margin-top: 20px;
}
.satei_form .satei_form-button {
  position: relative;
  width: 100%;
  max-width: 340px;
  background-color: #F77C00;
  box-shadow: 0px -4px 0px 0px #e15f00 inset;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  margin: 30px auto 0;
}
.satei_form .satei_form-button::before {
  content: 'かんたん60秒入力！';
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -60px;
  padding: 2px 0;
  line-height: 1;
  height: 17px;
  width: 120px;
  color: #f77c00;
  font-size: 11px;
  border: 1px solid #f77c00;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.satei_form .satei_form-button:hover {
  cursor: pointer;
}
.satei_form .satei_form-button_link {
  display: block;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
  padding: 15px 10px 16px;
}
