@charset "UTF-8";
/*====================================================================
common css
====================================================================*/
*, html {
  -webkit-text-size-adjust: none;
}

input, select, textarea {
  vertical-align: middle;
}

a, body, h1 {
  color: #333;
}

#wrapper, body, h2 {
  position: relative;
}

.btn-link, a, a:hover {
  text-decoration: none;
}

.fader, .slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

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

body, html {
  background: #fff;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Noto Sans Japanese", Verdana;
  font-size: 16px;
  line-height: 1.25;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

input, select, textarea {
  color: #333;
  font: 100% "Noto Sans Japanese", Verdana;
}

h1, h2 {
  line-height: 1.25;
  font-family: "Noto Sans Japanese", Verdana;
  font-weight: 700;
  text-align: center;
}

a {
  cursor: pointer;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}

a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

table {
  border-collapse: collapse;
}

.btn, h2 {
  vertical-align: top;
}

*, :after, :before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: content-box;
}

h2, h4 {
  margin: 0 0 10px;
}

.container:after, .row:after {
  content: "";
  display: block;
  clear: both;
}

.mb {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (min-width: 992px) {
  .tablet-mb {
    display: none !important;
  }
  .tablet-pc {
    display: block !important;
  }
  .tablet-pc-i {
    display: inline-block !important;
  }
  .tablet-mb-i {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .tablet-mb-i {
    display: inline-block !important;
  }
  .tablet-pc-i {
    display: none !important;
  }
  .tablet-mb {
    display: block !important;
  }
  .tablet-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .mb {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc-i {
    display: inline-block !important;
  }
  .mb-i {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .mb-i {
    display: inline-block !important;
  }
  .pc-i {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.hidden {
  display: none !important;
}

h1 {
  font-size: 30px;
  margin: 0;
}

h2 {
  display: inline-block;
  font-size: 2rem;
  color: #333;
  padding: 10px 12px;
}

h3, h4 {
  line-height: 1.25;
  font-family: "Noto Sans Japanese", Verdana;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}
h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  height: 2px;
  width: 100%;
}

h3 {
  font-size: 1rem;
  letter-spacing: -0.3px;
  text-align: center;
  margin: 0 0 48px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  h3 {
    font-size: 12px;
    margin: 0 0 30px;
  }
}
h4 {
  font-size: 1rem;
  text-align: left;
  padding: 0 10px;
  border-left: 3px solid #333;
}

#header, .btn, .btn-go-to-list, .main-nav .nav, .main-nav .nav li, .open-menu:after {
  text-align: center;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  h4 {
    font-size: 12px;
  }
}
p {
  margin: 0 0 15px;
}

/*====================================================================
header css
====================================================================*/
#header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 400;
  background: #fff;
  background: linear-gradient(to bottom, #fff 15%, #f0f0f0 70%, #f0f0f0 70%);
  color: #333;
  padding-top: 18px;
  z-index: 200;
}

#header .logo {
  float: left;
  width: 161px;
  height: 44px;
  background: url("../../images/inquiry/logo.png") no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -9999px;
}

#header .logo.-housing {
  width: 275px;
  height: 44px;
  background: url("../../images/inquiry/logo-housing.svg") no-repeat;
}

@media screen and (max-width: 991px) {
  #header {
    padding: 12px 0;
  }
  #header .logo {
    width: 111px;
    height: 31px;
    background: url("../../images/inquiry/logo.png") no-repeat;
    background-size: 100% auto;
  }
  #header .logo.-housing {
    width: 194px;
    height: 31px;
    background-size: 100% auto;
  }
}
#header .logo a {
  display: block;
  min-height: 100%;
}

#header .pc-header-holder {
  float: right;
  overflow: hidden;
  padding: 7px 0 24px;
}

#header .tb-header-holder {
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 991px) {
  #header .pc-header-holder {
    display: none;
  }
  #header .tb-header-holder {
    display: block;
  }
}
#header .tb-header-holder .btn-forward {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

#header .info-nav {
  float: right;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #header .info-nav {
    float: none;
  }
}
#header .info-nav > li {
  float: left;
  padding: 0 10px;
  min-height: 28px;
}

@media screen and (max-width: 991px) {
  #header .info-nav > li {
    float: none;
    display: block;
  }
  #header .info-nav > li + li {
    margin-top: 15px;
  }
}
#header .language-list {
  display: block;
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #header .language-list {
    display: inline-block;
    vertical-align: top;
  }
}
#header .language-list li {
  float: left;
  padding: 0 6px;
}

#header .language-list li a {
  display: block;
  line-height: 24px;
  margin: 0;
  padding: 1px;
  border-bottom: 2px solid #d0d0d0;
}

#header .language-list li a:hover {
  border-bottom: 2px solid rgba(208, 208, 208, 0);
}

#header .textsize {
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  #header .textsize {
    margin: 0 auto;
  }
}
#header .textsize span {
  margin-right: 2px;
}

#header .textsize .btn-textsize {
  display: inline-block;
  vertical-align: top;
  min-width: 28px;
  height: 28px;
  line-height: 1;
  text-align: center;
  border: 1px solid #666;
  margin: 0 1px;
  padding: 6px 2px;
}

#header .textsize .btn-textsize.active, #header .textsize .btn-textsize:focus, #header .textsize .btn-textsize:hover {
  color: #fff;
  background-color: #666;
}

/*====================================================================
footer css
====================================================================*/
#footer {
  background-color: #252525;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 16px;
  padding: 26px 0 28px;
}

#footer ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  #footer {
    font-size: 0.625rem;
  }
  #footer ul {
    text-align: left;
    margin: 0 -25px 18px;
  }
}
#footer p, .baner {
  text-align: center;
}

#footer ul li {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -1px;
  padding: 0 20px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  #footer ul li {
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0;
    padding: 6px 25px;
  }
}
@media only screen and (max-width: 450px) {
  #footer ul li:last-child {
    display: block;
  }
}
#footer ul li a {
  position: relative;
  display: block;
  color: #fff;
  opacity: 0.85;
  padding: 0 0 0 12px;
}

#footer ul li a:hover {
  opacity: 1;
}

#footer ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  border-top: 1px solid transparent;
  width: 5px;
  height: 5px;
  margin: auto;
  border-color: #fff;
  transform: rotate(135deg);
}

#footer p {
  margin: 0;
  opacity: 0.6;
  letter-spacing: 0.2px;
}

.footer-bar {
  padding: 40px 0;
  background-color: #e3e3e3;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .footer-bar {
    padding: 25px 0;
  }
}
.footer-bar .footer-bar-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.footer-bar .footer-bar-list > li {
  float: left;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  .footer-bar .footer-bar-list > li {
    width: 50%;
  }
  .footer-bar .footer-bar-list > li:last-child {
    width: 100%;
  }
}
.footer-bar .footer-bar_company, .footer-bar .footer-bar_ir, .footer-bar .footer-bar_news, .footer-bar .footer-bar_recruit, .footer-bar .footer-bar_service {
  padding: 12px 0 0;
  border-top: 2px solid #666;
  min-width: 170px;
  min-height: 82px;
}

.footer-bar .footer-bar_company ul, .footer-bar .footer-bar_ir ul, .footer-bar .footer-bar_news ul, .footer-bar .footer-bar_recruit ul, .footer-bar .footer-bar_service ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.footer-bar .footer-bar_company ul li, .footer-bar .footer-bar_ir ul li, .footer-bar .footer-bar_news ul li, .footer-bar .footer-bar_recruit ul li, .footer-bar .footer-bar_service ul li {
  display: block;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
  overflow: hidden;
}

/* inquiry */
#wrapper.inquiry {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  #wrapper.inquiry {
    padding-bottom: 0;
  }
}
.inquiry #header {
  padding: 16px 0;
}

@media screen and (max-width: 991px) {
  .inquiry #header {
    padding: 12px 0;
  }
}
body > #footer {
  margin-top: -70px;
  height: 70px;
}

/*====================================================================
title css
====================================================================*/
.inquiry h2 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 46px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .inquiry h2 {
    margin: 0 0 28px;
    letter-spacing: 0;
  }
}
.inquiry h2:after {
  display: none;
}

/*====================================================================
見出し css
====================================================================*/
.contact-form .form-box .smf-item--divider.c_form_heading, .contact-form .smf-item--divider.c_form_heading {
  border: none;
  height: auto;
  margin: 20px 0 10px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .form-box .smf-item--divider.c_form_heading, .contact-form .smf-item--divider.c_form_heading {
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: -5px;
  }
}
.contact-form .form-box .smf-item--divider.c_form_heading .smf-item__controls, .contact-form .smf-item--divider.c_form_heading .smf-item__controls {
  padding: 0;
  border: none;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .form-box .smf-item--divider.c_form_heading .smf-item__controls, .contact-form .smf-item--divider.c_form_heading .smf-item__controls {
    background: none;
  }
}
.contact-form .form-box .smf-item--divider.c_form_heading .smf-item__controls h3, .contact-form .smf-item--divider.c_form_heading .smf-item__controls h3 {
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .form-box .smf-item--divider.c_form_heading .smf-item__controls h3, .contact-form .smf-item--divider.c_form_heading .smf-item__controls h3 {
    font-size: 14px;
  }
}
/*====================================================================
flow css
====================================================================*/
.flow {
  padding: 44px 0 50px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .flow {
    padding: 26px 0 30px;
  }
}
.flow .flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .flow .flow-list {
    margin: 0 -20px;
  }
}
.flow .flow-list li {
  position: relative;
  float: left;
  width: 33.3333%;
  font-size: 18px;
  line-height: 22px;
  padding: 17px 15px;
  text-align: center;
  color: #fff;
  background-color: #666;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .flow .flow-list li {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 10px;
  }
}
.flow .flow-list li.active {
  background-color: #ffe100;
  color: #333;
}

.flow .flow-list li:last-child {
  border-right-color: transparent;
}

.flow .flow-list li:last-child:before,
.flow .flow-list li:last-child:after {
  display: none;
}

.flow .flow-list li:before,
.flow .flow-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-left: 15px solid #666;
  z-index: 2;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .flow .flow-list li:before,
  .flow .flow-list li:after {
    right: -18px;
    border: 8px solid transparent;
    border-left: 10px solid #666;
  }
}
.flow .flow-list li:after {
  border-left: 15px solid #fff;
  right: -26px;
  z-index: 1;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .flow .flow-list li:after {
    border-left: 10px solid #fff;
    right: -20px;
  }
}
.flow .flow-list li.active:before {
  border-left-color: #ffe100;
}

.flow .flow-list + p {
  margin-top: 50px;
}

/*====================================================================
contact-form css
====================================================================*/
.smf-form--simple-table .smf-item__col--controls {
  flex: initial;
  max-width: initial;
}

#wrapper.inquiry {
  margin-bottom: 0;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  #wrapper.inquiry {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form {
    margin: 0 -20px 28px;
  }
}
.contact-form .form-box,
.contact-form .smf-item {
  display: table;
  width: 100%;
  height: 70px;
  border: 1px solid #999;
  overflow: hidden;
  margin-top: -1px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .form-box,
  .contact-form .smf-item {
    display: block;
    width: auto;
    height: auto;
    border: 0;
    overflow: hidden;
    margin: 0;
  }
}
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-item + .smf-item {
    margin-top: 15px;
  }
}
.jcf-hidden {
  top: 0;
}

.smf-form--simple-table .smf-item {
  padding: 0;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-form--simple-table .smf-item {
    display: block;
    width: auto;
    height: auto;
    border: 0;
    overflow: hidden;
  }
}
.contact-form .form-box:first-child {
  margin: 0;
}

.contact-form .form-box .cell,
.contact-form .smf-item__col--label {
  display: table-cell;
  vertical-align: middle;
  width: 32%;
  background: #f1f1f1;
  border-right: 1px solid #999;
}

.contact-form .smf-item__col--label {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  padding: 0 72px 0 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .smf-item__col--label {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 60px 10px 20px;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    border-right: 0;
    background-color: #ddd;
  }
}
.contact-form .smf-item__col--label .smf-item__description {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  margin-top: 0;
}

.smf-form .smf-item .smf-text-control__control {
  display: inline-block;
  vertical-align: top;
  min-width: 360px;
  height: 38px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 16px;
  border: 1px solid #aaa;
  background: #fff;
  color: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-form .smf-item .smf-text-control__control {
    min-width: auto;
    font-size: 12px;
    width: 100%;
  }
}
.smf-form .smf-item .smf-textarea-control__control {
  display: inline-block;
  vertical-align: top;
  min-width: 360px;
  height: 38px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 16px;
  border: 1px solid #aaa;
  background: #fff;
  color: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s;
  min-height: 200px;
  resize: vertical;
  overflow: auto;
  width: 100%;
  min-width: auto;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-form .smf-item .smf-textarea-control__control {
    min-height: 160px;
    font-size: 12px;
  }
}
.smf-checkboxes-control__control .jcf-checkbox {
  margin: 1px 3px 0 0;
}

.smf-checkboxes-control__control .smf-label {
  margin-right: 1em;
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding-bottom: 0.3em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-checkboxes-control__control .smf-label {
    padding-bottom: 0;
  }
}
.smf-checkboxes-control__control .smf-label .smf-checkbox-control__control {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin: 0px;
}

.wp-block-snow-monkey-forms-item.smf-item.c_checkbox_free .smf-text-control__control {
  margin-top: 0.5em;
  display: none;
}

.smf-form .smf-item .smf-select-control {
  display: inline-flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-form .smf-item .smf-select-control {
    width: 100%;
  }
}
.smf-radio-cuttons-control {
  font-size: 12px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-radio-cuttons-control .smf-label + .smf-label {
    padding-top: 0.3em;
  }
}
.smf-form .smf-item .smf-radio-button-control__control {
  margin: 0;
  margin-right: 3px;
}

.smf-form .smf-item .smf-radio-button-control__control:checked {
  background-color: initial;
  border-color: initial;
  border: 1px solid #AAAAAA;
}

.smf-form .smf-item .smf-radio-button-control__control:checked:before {
  content: "";
  display: block;
  background: #000;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-checkboxes-control__control .smf-label + .smf-label {
    padding-top: 0.3em;
  }
}
.contact-form .c_input_zip .smf-item__controls {
  display: flex;
  flex-wrap: wrap;
}

.contact-form .c_input_zip .smf-item__controls .smf-text-control__control {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  padding: 8px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_zip .smf-item__controls .smf-text-control__control {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
    padding: 8px;
  }
}
.contact-form .c_input_zip .smf-item__controls .smf-placeholder:first-child {
  padding-right: 32px;
}

.contact-form .c_input_zip .smf-item__controls .smf-placeholder + .smf-placeholder {
  position: relative;
  margin-top: 0;
}

.contact-form .c_input_zip .smf-item__controls .smf-placeholder + .smf-placeholder:before {
  content: "";
  position: absolute;
  display: block;
  left: -16px;
  width: 15px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
  top: 50%;
}

.contact-form .c_input_zip p {
  margin: 0;
}

.contact-form .c_input_zip p a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
  padding: 0 4px;
  border-bottom: 1px solid #333;
  transition: all 0.3s;
  margin-left: 17px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_zip p a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 3px 4px;
    border-bottom: 1px solid #333;
    transition: all 0.3s;
    margin-left: 10px;
    min-width: auto;
  }
}
.contact-form .c_input_zip p a:hover {
  border-bottom: 1px solid transparent;
}

.contact-form .c_input_zip .c_note {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_zip .c_note {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 8px;
  }
}
.contact-form .c_input_zip.c_required .smf-item__col--controls {
  position: relative;
  overflow: hidden;
  padding: 16px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_zip.c_required .smf-item__col--controls {
    background-color: #f4f4f4;
    padding: 15px 20px;
  }
}
.contact-form .c_input_zip.c_required .smf-item__col--controls .smf-item__controls {
  padding: 0;
}

.contact-form .c_input_zip.c_required .smf-item__col--controls .error {
  width: 100%;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_zip.c_required .smf-item__col--controls .error {
    font-size: 12px;
  }
}
.contact-form .c_input_address .jcf-select {
  display: block;
  min-width: auto;
  max-width: 138px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_address .jcf-select {
    width: 100%;
    max-width: initial;
  }
}
.contact-form .c_input_address .smf-placeholder + .smf-placeholder {
  margin-top: 15px;
}

.contact-form .c_input_address .smf-select-control {
  width: 138px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_address .smf-select-control {
    width: 100%;
  }
}
.contact-form .c_input_area .smf-text-control:before {
  content: "約";
  vertical-align: bottom;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0 0.1em 0 0.4em;
}

.contact-form .c_input_area .smf-text-control:after {
  content: "㎡";
  vertical-align: bottom;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0 0.2em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_area .smf-text-control .smf-text-control__control {
    width: 40%;
  }
}
.contact-form .c_checkbox .smf-item__controls {
  padding: 16px 30px 10px 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_checkbox .smf-item__controls {
    padding: 16px 20px 10px 20px;
  }
}
.contact-form .form-box .input-holder .smf-item__col--controls, .contact-form .c_input_type02 .smf-item__col--controls {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-form .form-box .input-holder .smf-item__col--controls .smf-item__controls, .contact-form .c_input_type02 .smf-item__col--controls .smf-item__controls {
  padding: 0 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .form-box .input-holder .smf-item__col--controls .smf-item__controls, .contact-form .c_input_type02 .smf-item__col--controls .smf-item__controls {
    width: 100%;
    padding: 15px 20px;
  }
}
.contact-form .c_input_type02 {
  height: 90px;
}

.contact-form .c_input_type02 .smf-form--simple-table .smf-item__col--controls {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-form .c_input_type02 .smf-form--simple-table .smf-item__col--controls .smf-item__controls {
  padding: 0 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_type02 {
    height: auto;
  }
}
.contact-form .c_radio .smf-item__col--controls {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-form .c_radio .smf-item__col--controls .smf-item__controls {
  padding: 0 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_radio .smf-item__col--controls .smf-item__controls {
    display: block;
    width: 100%;
    padding: 0 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contact-form .c_input_age .smf-text-control:after {
  content: "歳";
  font-size: 14px;
  color: #AAAAAA;
  vertical-align: bottom;
  font-weight: normal;
  padding: 0 0.2em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_age .smf-text-control:after {
    font-size: 12px;
  }
}
.contact-form .c_input_age .smf-text-control__control {
  max-width: 140px;
  width: 100%;
  min-width: auto;
}

.contact-form .c_input_tfa .smf-text-control {
  position: relative;
  display: inline-block;
}

.contact-form .c_input_tfa .smf-text-control:after {
  content: "坪";
  font-size: 14px;
  color: #AAAAAA;
  vertical-align: bottom;
  font-weight: normal;
  padding: 0 0.2em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_tfa .smf-text-control:after {
    font-size: 12px;
  }
}
.contact-form .c_input_tfa .smf-text-control__control {
  max-width: 100px;
  width: 100%;
  min-width: auto;
}

.contact-form .c_input_floor .smf-text-control:after {
  content: "階建て";
  font-size: 14px;
  color: #AAAAAA;
  vertical-align: bottom;
  font-weight: normal;
  padding: 0 0.2em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_floor .smf-text-control:after {
    font-size: 12px;
  }
}
.contact-form .c_input_floor .smf-text-control__control {
  max-width: 100px;
  width: 100%;
  min-width: auto;
}

.contact-form .c_teltype .smf-placeholder + .smf-placeholder {
  margin-top: 15px;
}

.contact-form .c_input_by .smf-item__col--controls {
  padding: 16px 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_by .smf-item__col--controls {
    background: #f4f4f4;
    padding: 15px 20px;
  }
  .contact-form .c_input_by .smf-item__col--controls .error {
    font-size: 12px;
  }
}
.contact-form .c_input_by .smf-item__controls {
  display: flex;
  padding: 0;
}

.contact-form .c_input_by .smf-placeholder:first-child .smf-text-control:after {
  content: "年";
  font-size: 14px;
  color: #AAAAAA;
  vertical-align: bottom;
  font-weight: normal;
  padding: 0 0.2em;
}

.contact-form .c_input_by .smf-placeholder:last-child .smf-text-control {
  margin-left: 20px;
}

.contact-form .c_input_by .smf-placeholder:last-child .smf-text-control:after {
  content: "年築";
  font-size: 14px;
  color: #AAAAAA;
  vertical-align: bottom;
  font-weight: normal;
  padding: 0 0.2em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_by .smf-placeholder:last-child .smf-text-control:after {
    font-size: 12px;
  }
}
.contact-form .c_input_by .smf-text-control__control {
  max-width: 100px;
  width: 100%;
  min-width: auto;
}

.contact-form .c_input_com .jcf-select {
  min-width: 240px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_com .jcf-select {
    min-width: var(--size-360);
  }
}
.contact-form .c_input_com .smf-item__col--controls {
  overflow: hidden;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: inherit;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_com .smf-item__col--controls {
    padding: 15px 20px;
    background-color: #f4f4f4;
  }
}
.contact-form .c_input_com .smf-item__controls {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.contact-form .c_input_com .smf-radio-buttons-control__control .smf-label:last-child {
  margin-right: 10px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_com .smf-radio-buttons-control__control .smf-label:last-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_com .smf-radio-buttons-control__control {
    display: flex;
  }
  .contact-form .c_input_com .smf-radio-buttons-control__control .smf-label + .smf-label {
    padding-top: 0;
  }
}
.contact-form .c_input_com .smf-text-control:after {
  content: "時頃";
  font-size: 14px;
  color: #AAAAAA;
  vertical-align: bottom;
  font-weight: normal;
  padding: 0 0.2em;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_com .smf-text-control:after {
    font-size: 12px;
  }
}
.contact-form .c_input_com .smf-text-control__control {
  max-width: 100px;
  width: 100%;
  min-width: auto;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_input_com {
    font-size: 12px;
  }
}
.contact-form .c_radio_free .smf-item__col--controls,
.contact-form .c_radio .smf-item__col--controls {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_radio_free .smf-item__col--controls,
  .contact-form .c_radio .smf-item__col--controls {
    width: 100%;
    display: block;
  }
}
.contact-form .c_radio_free .smf-text-control,
.contact-form .c_radio .smf-text-control {
  margin-top: 5px;
  display: none;
}

.contact-form .c_form_title {
  background: none;
  border: none;
  height: auto;
}

.contact-form .c_form_title .smf-item__col--controls {
  display: none;
}

.contact-form .c_form_title .smf-item__col--label {
  padding: 0;
  border-right: none;
  background: none;
  margin: 20px 0 10px;
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_form_title .smf-item__col--label {
    padding-left: 15px;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
  }
}
.contact-form .c_type_hide {
  display: none;
}

.smf-item.c_required .smf-item__col--label {
  position: relative;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-item.c_required .smf-item__col--label {
    display: block;
    width: 100%;
    max-width: initial;
  }
}
.smf-item.c_required .smf-item__col--label:before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  background: #e60012;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 18px;
  padding: 0 8px;
  color: #fff;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-item.c_required .smf-item__col--label:before {
    right: 20px;
  }
}
.contact-form .txt-label {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  width: 100%;
  padding: 0 72px 0 30px;
}

.contact-form .txt-label small {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
}

.contact-form .txt-label span {
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  background: #e60012;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 18px;
  padding: 0 8px;
  color: #fff;
}

.contact-form .form-box .input-holder,
.smf-item__controls {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 16px 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .form-box .input-holder,
  .smf-item__controls {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    padding: 15px 20px;
    background-color: #f4f4f4;
  }
}
.contact-form .c_privacy {
  border: none;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: content-box;
  margin-top: 28px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_privacy {
    padding: 0 20px;
  }
}
.contact-form .c_privacy .smf-item__controls {
  padding: 10px 30px 25px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_privacy .smf-item__controls {
    background: none;
  }
}
.contact-form .c_privacy .smf-item__col--label {
  margin: 0 auto;
  position: initial;
  display: block;
  border: none;
  background: none;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: initial;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_privacy .smf-item__col--label {
    text-align: left;
  }
}
.contact-form .c_privacy .smf-item__col--label .smf-item__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 2px 7px;
  letter-spacing: -0.3px;
  text-align: center;
}

.contact-form .c_privacy .smf-item__col--label .smf-item__label:hover:after {
  opacity: 0;
  transition: 0.2s;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_privacy .smf-item__col--label .smf-item__label {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact-form .c_privacy .smf-item__col--label .smf-item__label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: 0.2s;
  background: #adadad;
  height: 2px;
  width: 100%;
}

.contact-form .c_privacy .smf-item__description {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #f1f1f1;
  padding: 12px 30px;
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .contact-form .c_privacy .smf-item__description {
    margin-left: 0;
    margin-right: 0;
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #f1f1f1;
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}
.contact-form .c_privacy .smf-checkbox-control__label {
  font-size: 15px;
}

.contact-form .c_privacy .smf-checkbox-control {
  flex-direction: row-reverse;
}

.contact-form .c_privacy .smf-checkbox-control .jcf-checkbox {
  margin-left: 5px;
}

.contact-form .c_privacy .smf-checkboxes-control__control > .smf-label {
  margin-right: 0;
}

.contact-form .c_privacy .smf-checkboxes-control__control .smf-label .smf-checkbox-control__control {
  height: 16px;
  width: 16px;
  position: initial;
  border-color: #d98585;
  opacity: 1;
  margin-left: 5px;
  border-radius: 0;
}

.contact-form .c_privacy .smf-checkbox-control__control {
  position: relative;
}

.contact-form .c_privacy .smf-checkbox-control__control:checked {
  position: relative !important;
  background: none;
}

.contact-form .c_privacy .smf-checkbox-control__control:checked:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 8px;
  top: 30%;
  left: 30%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

.smf-action .smf-button-control__control {
  font: 100% "Noto Sans Japanese", Verdana;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 13px 15px;
  min-width: 180px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-action .smf-button-control__control {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 12px;
    min-width: 192px;
  }
}
.smf-form--simple-table + .smf-action {
  margin-top: 0;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-form--simple-table + .smf-action {
    margin-bottom: 42px;
  }
}
/* select */
.jcf-select {
  color: #333;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  min-width: 360px;
  height: 38px;
  z-index: 1;
  transition: all 0.3s;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .jcf-select {
    min-width: auto;
    width: 100%;
    height: 38px;
  }
}
select:disabled,
.jcf-disabled {
  opacity: 0.4;
}

.jcf-drop-active {
  border: 1px solid rgb(28, 28, 34);
  z-index: 10;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 40px 9px 16px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .jcf-select .jcf-select-text {
    width: 100%;
  }
}
.jcf-select .jcf-select-text span {
  padding: 0;
  margin: 0;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  background: transparent;
  width: 34px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  background-color: #f1f1f1;
  transition: all 0.3s;
}

.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(0.01deg);
  width: 12px;
  height: 8px;
  background: url(../../images/inquiry/ico-select-arrow.png) 50% 50% no-repeat;
  transition: all 0.3s;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
  border-left: 1px solid rgb(28, 28, 34);
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  transform: translate(50%, -50%) rotate(180deg);
  width: 12px;
  height: 8px;
  background: url(../../images/inquiry/ico-select-arrow-active.png) 50% 50% no-repeat;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid rgb(28, 28, 34);
}

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 8px;
  color: #424248;
  min-height: 25px;
  height: 1%;
}

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: rgba(28, 28, 34, 0.8);
  color: #fff !important;
  transition: all 0.2s;
}

body > .jcf-select-drop {
  margin: -1px 0 0;
}

/*====================================================================
formConfirm css
====================================================================*/
[data-screen=confirm] .smf-item__col--label .smf-item__description {
  display: none;
}

[data-screen=confirm] label#BuildingYearGroup-error, [data-screen=confirm] label#ZipGroup-error {
  display: none !important;
}

[data-screen=confirm] .c_input_zip.c_required .smf-item__col--controls {
  display: table-cell !important;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  [data-screen=confirm] .c_input_zip.c_required .smf-item__col--controls {
    display: block !important;
  }
}
[data-screen=confirm] .smf-item.c_required .smf-item__col--label:before {
  display: none;
}

[data-screen=confirm] .smf-form--simple-table .smf-item__col--controls {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  [data-screen=confirm] .smf-form--simple-table .smf-item__col--controls {
    display: block;
  }
}
[data-screen=confirm] .c_privacy {
  display: none;
}

[data-screen=confirm] .c_input_zip .c_note, [data-screen=confirm] .c_input_zip p:has(.btn-contact-link) {
  display: none;
}

[data-screen=confirm] .c_input_zip .btn-contact-link {
  display: none;
}

[data-screen=confirm] .smf-action {
  margin-top: 56px;
}

[data-screen=confirm] .c_input_zip .smf-item__controls .smf-placeholder + .smf-placeholder:before {
  content: "-";
  position: initial;
  display: block;
  left: initial;
  width: initial;
  height: initial;
  background: initial;
  transform: initial;
}

[data-screen=confirm] .c_input_zip .smf-item__controls .smf-placeholder:first-child {
  padding-right: 0;
}

[data-screen=confirm] .c_input_zip .smf-item__controls .smf-placeholder + .smf-placeholder {
  display: flex;
}

[data-screen=confirm] .c_input_address .smf-placeholder + .smf-placeholder {
  margin-top: 5px;
}

[data-screen=confirm] .c_input_com .smf-placeholder.contact_time_is_active {
  display: flex;
  margin-left: var(--size-10);
}

[data-screen=confirm] .c_input_area .smf-placeholder.area_is_active {
  display: flex;
}

[data-screen=confirm] .c_input_area .smf-placeholder.area_is_active:before {
  content: "約";
}

[data-screen=confirm] .c_input_area .smf-placeholder.area_is_active:after {
  content: "㎡";
}

[data-screen=confirm] .c_input_age .smf-placeholder.age02_is_active {
  display: flex;
}

[data-screen=confirm] .c_input_age .smf-placeholder.age02_is_active:after {
  content: "歳";
}

[data-screen=confirm] .c_input_age .smf-placeholder.age_is_active {
  display: flex;
}

[data-screen=confirm] .c_input_age .smf-placeholder.age_is_active:after {
  content: "歳";
}

[data-screen=confirm] .c_input_tfa .smf-placeholder.tfa_is_active {
  display: flex;
}

[data-screen=confirm] .c_input_tfa .smf-placeholder.tfa_is_active:after {
  content: "坪";
}

[data-screen=confirm] .c_input_floor .smf-placeholder.floor_is_active {
  display: flex;
}

[data-screen=confirm] .c_input_floor .smf-placeholder.floor_is_active:after {
  content: "階建て";
}

[data-screen=confirm] .c_input_by .smf-placeholder.building_year01_is_active {
  display: flex;
}

[data-screen=confirm] .c_input_by .smf-placeholder.building_year01_is_active:after {
  content: "年";
}

[data-screen=confirm] .c_input_by .smf-placeholder.building_year02_is_active {
  display: flex;
}

[data-screen=confirm] .c_input_by .smf-placeholder.building_year02_is_active:after {
  content: "年築";
}

.smf-button-control__control[data-action=back] {
  background: transparent;
  border: 2px solid #000;
  color: #333;
}

.smf-button-control__control[data-action=back]:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

[data-action=back] .contact-form .c_input_address .smf-placeholder + .smf-placeholder {
  margin-top: 15px;
}

[data-action=back] .smf-placeholder[data-name=finq_address02], [data-action=back] .smf-placeholder[data-name=finq_address03] {
  margin-top: 15px;
}

.smf-action .smf-button-control + .smf-button-control {
  margin-left: 40px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
    margin-top: 15px;
    display: block;
  }
}
/*====================================================================
インプットエラー処理 css
====================================================================*/
label.error {
  display: block;
  color: red;
  z-index: 1;
}

input.smf-text-control__control.error {
  background: rgb(245, 196, 196);
}

/*====================================================================
エラー　ポップアップ css
====================================================================*/
.btn-transparent {
  background: transparent;
  border: 2px solid #000;
  color: #333;
}

.popup-fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 2;
  transition: opacity 0.3s;
  cursor: pointer;
}

.error-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  background: white;
  border: 1px solid black;
  padding: 20px;
  z-index: 5;
  border-radius: 8px;
}

.error-popup p {
  margin-bottom: 20px;
}

.close-popup.btn {
  background: transparent;
  border: 2px solid #000;
  color: #333;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 13px 15px;
  min-width: 180px;
}

.close-popup.btn:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

/* privacy */
.smf-complete-content {
  display: none;
}

.privacy {
  margin-bottom: 120px;
  text-align: center;
  display: none;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .privacy {
    margin-bottom: 42px;
    text-align: left;
  }
}
.privacy h3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 2px 7px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .privacy h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 14px;
    padding: 0 1px 5px;
  }
}
.privacy h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #adadad;
  height: 2px;
  width: 100%;
}

.privacy .privacy-block {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  background-color: #f1f1f1;
  padding: 12px 30px;
  margin-bottom: 31px;
}

.privacy .privacy-block._type02 {
  text-align: center;
  background: none;
  padding: 12px 30px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .privacy .privacy-block._type02 {
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .privacy .privacy-block {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    background-color: #f1f1f1;
    padding: 12px 15px;
    margin-bottom: 30px;
  }
}
.privacy .privacy-block p {
  margin-bottom: 0;
}

.privacy .btn-group .btn + .btn {
  margin-left: 40px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 13px 15px;
  min-width: 180px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

.btn:focus {
  outline: none;
}

.btn-transparent {
  background: transparent;
  border: 2px solid #000;
  color: #333;
}

.btn-transparent.active.focus,
.btn-transparent.active:focus,
.btn-transparent.active:hover,
.btn-transparent.dropdown-toggle.focus,
.btn-transparent.focus:active,
.btn-transparent:active,
.btn-transparent:active:focus,
.btn-transparent:active:hover,
.btn-transparent:focus,
.btn-transparent:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.btn-order {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.btn-order.active.focus,
.btn-order.active:focus,
.btn-order.active:hover,
.btn-order.dropdown-toggle.focus,
.btn-order.focus:active,
.btn-order:active,
.btn-order:active:focus,
.btn-order:active:hover,
.btn-order:focus,
.btn-order:hover {
  color: #fff;
  background: rgba(26, 26, 26, 0.8);
  border-color: #1a1a1a;
}

.contact-form .privacy {
  margin-top: 28px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .privacy .btn-group {
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column-reverse wrap;
  }
  a {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 12px;
    min-width: 192px;
  }
}
.c_form_heading_logo {
  max-width: 480px;
  margin: 48px auto 54px;
}

@media screen and (max-width: 991px) {
  .c_form_heading_logo {
    margin: 0 auto 20px;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .c_form_heading_logo {
    max-width: 70%;
    margin: 0 auto 20px;
    margin-left: var(--size-110);
  }
}
.c_form_heading_logo img {
  width: 100%;
}

.container._partnership_overview {
  padding-bottom: 70px;
}

.container._partnership_overview:after {
  display: none;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .container._partnership_overview {
    font-size: 12px;
    padding-bottom: 40px;
  }
}
.container._partnership_overview p {
  margin-bottom: 0;
}

.container._partnership_overview ul {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .container._partnership_overview ul {
    margin-bottom: 15px;
  }
}
.container._partnership_overview ul li {
  display: flex;
  align-items: baseline;
}

.container._partnership_overview ul li span {
  flex: 1;
}

.container._partnership_overview ul li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #333333;
  border-radius: 60px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .container._partnership_overview ul li:before {
    width: 10px;
    height: 10px;
  }
}
.container._partnership_overview .c_contact_tel {
  display: flex;
  align-items: center;
}

.container._partnership_overview .c_contact_tel p {
  margin-bottom: 0;
  margin-right: 10px;
}

.container._partnership_overview .c_contact_tel._type02 p {
  margin-top: -20px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .container._partnership_overview .c_contact_tel._type02 p {
    margin-top: -32px;
  }
}
.container._partnership_overview .c_contact_tel .c_tel a {
  font-size: 40px;
  color: #012C85;
  font-weight: 700;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .container._partnership_overview .c_contact_tel .c_tel a {
    font-size: 25px;
    padding-left: 0;
  }
}
.container._partnership_overview .c_contact_tel .c_img {
  font-size: 0;
  width: 400px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .container._partnership_overview .c_contact_tel .c_img {
    width: 60%;
  }
}
.container._partnership_overview .c_contact_tel .c_img img {
  width: 100%;
}

.content {
  font-weight: 400;
}

.spiral-form span.msg {
  display: block;
  width: 100%;
  text-align: left;
  color: red;
}

.spiral-form span.msg._privacy {
  text-align: center;
}

.spiral-form .body_tbl {
  width: 100%;
}

.spiral-form .smp_tmpl > .cf {
  display: flex;
  border: 1px solid #999;
  margin-top: -1px;
  min-height: 70px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf {
    flex-flow: column;
    border: none;
  }
}
.spiral-form .smp_tmpl > .cf .title {
  vertical-align: middle;
  width: 32%;
  background: #f1f1f1;
  border-right: 1px solid #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  padding: 0 72px 0 30px;
  text-align: left;
  display: flex;
  align-items: baseline;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .title {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 60px 10px 20px;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    border-right: 0;
    background-color: #ddd;
    display: block;
    width: 100%;
    max-width: initial;
  }
}
.spiral-form .smp_tmpl > .cf .title .need {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
}

.spiral-form .smp_tmpl > .cf .title .need:before {
  content: "必須";
  background: #e60012;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 18px;
  padding: 0 8px;
  color: #fff;
}

.spiral-form .smp_tmpl > .cf .data {
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 16px 30px;
  flex-flow: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .data {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    padding: 15px 20px;
    background-color: #f4f4f4;
  }
}
.spiral-form .smp_tmpl > .cf .data .input {
  display: inline-block;
  vertical-align: top;
  min-width: 380px;
  height: 38px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 16px;
  border: 1px solid #aaa;
  background: #fff;
  color: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .data .input {
    min-width: auto;
    font-size: 12px;
    width: 100%;
  }
}
.spiral-form .smp_tmpl > .cf .data textarea {
  width: 100%;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  min-width: 360px;
  height: 38px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 16px;
  border: 1px solid #aaa;
  background: #fff;
  color: #1a1a1a;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s;
  min-height: 200px;
  resize: vertical;
  overflow: auto;
  width: 100%;
  min-width: auto;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .data textarea {
    min-height: 160px;
    font-size: 12px;
  }
}
.spiral-form .smp_tmpl > .cf .phone > .cf, .spiral-form .smp_tmpl > .cf .zipcode > .cf {
  display: flex;
  gap: 30px;
}

.spiral-form .smp_tmpl > .cf .phone > .cf .input, .spiral-form .smp_tmpl > .cf .zipcode > .cf .input {
  min-width: initial;
  width: 80px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .phone > .cf .input, .spiral-form .smp_tmpl > .cf .zipcode > .cf .input {
    width: 70px;
  }
}
.spiral-form .smp_tmpl > .cf .phone .num01,
.spiral-form .smp_tmpl > .cf .phone .num02 {
  position: relative;
}

.spiral-form .smp_tmpl > .cf .phone .num01:before,
.spiral-form .smp_tmpl > .cf .phone .num02:before {
  content: "";
  position: absolute;
  display: block;
  right: -31px;
  width: 15px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
  top: 50%;
}

.spiral-form .smp_tmpl > .cf .zipcode .code01 {
  position: relative;
}

.spiral-form .smp_tmpl > .cf .zipcode .code01:before {
  content: "";
  position: absolute;
  display: block;
  right: -31px;
  width: 15px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
  top: 50%;
}

.spiral-form .smp_tmpl > .cf._address .data-block {
  display: flex;
  flex-flow: column;
  padding: 16px 0;
  gap: 0;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf._address .data-block {
    background-color: #f4f4f4;
  }
}
.spiral-form .smp_tmpl > .cf._address .data-block .data {
  padding-top: 0;
}

.spiral-form .smp_tmpl > .cf._address .data-block .data:last-child {
  padding-bottom: 0;
}

.spiral-form .smp_tmpl > .cf ._is-default .input {
  border: none;
  padding: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf ._is-default .input {
    background: none;
  }
}
.spiral-form .smp_tmpl > .cf .select-block {
  position: relative;
  width: 150px;
  border: 1px solid #aaa;
  box-sizing: content-box;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .select-block {
    background: #FFF;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
  }
}
.spiral-form .smp_tmpl > .cf .selector {
  display: block;
  height: 38px;
  padding: 2px 50px 2px 21px;
  max-width: 150px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  transition: border-color 0.3s;
  border: none;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .selector {
    width: 100%;
    max-width: initial;
  }
}
.spiral-form .smp_tmpl > .cf select:focus {
  outline: none;
  box-shadow: none;
}

.spiral-form .smp_tmpl > .cf .select-opener {
  position: absolute;
  background: transparent;
  width: 34px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  background-color: #f1f1f1;
  pointer-events: none;
}

.spiral-form .smp_tmpl > .cf .select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(0.01deg);
  width: 12px;
  height: 8px;
  background: url("//www.sumitomo-rd.co.jp/m/wp-content/themes/sumitomo/assets/images/inquiry/ico-select-arrow.png") 50% 50% no-repeat;
  transition: all 0.3s;
}

.spiral-form .smp_tmpl > .cf .item-note {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  margin-top: 0;
}

.spiral-form .smp_tmpl > .cf .data-note {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .data-note {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .smp_tmpl > .cf + .cf {
    margin-top: 15px;
  }
}
.privacy_checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  height: 16px;
  width: 16px;
}

.input#checkAgree {
  opacity: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: -3px;
}

.privacy_checkbox:has(input:checked) {
  position: relative;
}

.privacy_checkbox:has(input:checked):before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 10px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 37%;
  left: 50%;
}

.smf-action._submit {
  margin-bottom: 64px;
}

.smf-checkbox-control._flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
}

#checkSubmit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.spiral-form .smp_tmpl > .cf .data .input.error,
.spiral-form .smp_tmpl > .cf .data textarea.error {
  background: rgb(245, 196, 196);
}

.spiral-form .smp_tmpl > .cf .data.multi2 {
  justify-content: center;
}

.spiral-form .smp_tmpl > .cf .data.multi2 ul.radio.cf {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.spiral-form .smp_tmpl > .cf .data.multi2 ul.radio.cf li label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.spiral-form .smp_tmpl > .cf .data.multi2 ul.radio.cf li label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.spiral-form .smp_tmpl > .cf .data.multi2 ul.radio.cf li label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #777;
  border-radius: 50%;
  box-sizing: border-box;
}

.spiral-form .smp_tmpl > .cf .data.multi2 ul.radio.cf li label:has(input[type=radio]:checked)::before {
  border-color: #333;
  box-shadow: inset 0 0 0 3px #fff;
  background: #4d4848;
}

.spiral-form .smp_tmpl > .cf .data.multi2 ul.radio.cf li label:hover::before {
  border-color: #777;
}

.spiral-form .smp_tmpl > .cf .data.checkbox ul.radio {
  text-align: justify;
  display: flex;
  flex-flow: column;
  gap: 2px;
  margin-bottom: 5px;
}

.spiral-form .smp_tmpl > .cf .data.checkbox ul.radio li label {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.spiral-form .smp_tmpl > .cf .data.checkbox ul.radio li label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: initial;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #777;
  position: relative;
  cursor: pointer;
}

.spiral-form .smp_tmpl > .cf .data.checkbox ul.radio li label input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 40%;
  left: 50%;
}

.spiral-form .smp_tmpl > .cf .data.area .inpu-area {
  display: flex;
  align-items: end;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form .smp_tmpl > .cf .data.area .inpu-area input {
    width: 40%;
  }
}
.spiral-form .smp_tmpl > .cf .data.area .inpu-area:before {
  content: "約";
  vertical-align: bottom;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0 0.4em 0 0.1em;
}

.spiral-form .smp_tmpl > .cf .data.area .inpu-area:after {
  content: "㎡";
  vertical-align: bottom;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0 0.2em 0 0.4em;
}

.heading:has(+ .smp_tmpl) {
  border: none;
  height: auto;
  margin: 20px 0 10px;
}

.heading:has(+ .smp_tmpl) h3 {
  font-size: 1rem;
  letter-spacing: -0.3px;
  text-align: left;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .heading:has(+ .smp_tmpl) {
    padding-left: 20px;
    font-size: 14px;
  }
  .heading:has(+ .smp_tmpl) h3 {
    font-size: 14px;
  }
}
.spiral-form._confirm dd.data.multi2 {
  text-align: left;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form._confirm {
    margin: 0;
  }
  .spiral-form._confirm .container {
    padding: 0;
  }
  .spiral-form._confirm .smp_tmpl > .cf {
    border: none;
  }
  .spiral-form._confirm .smp_tmpl > .cf + .cf {
    margin-top: 15px;
  }
}
.spiral-form._confirm dd.data._textarea {
  text-align: left;
}

.spiral-form._confirm .smp_tmpl > .cf .data {
  justify-content: center;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form._confirm .smp_tmpl > .cf .data {
    text-align: left;
  }
}
.spiral-form._confirm .smf-action._confirm-btn-block {
  margin-top: 56px;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  .spiral-form._confirm .smf-action._confirm-btn-block {
    margin-bottom: 42px;
    display: inline-flex;
    flex-flow: column;
    gap: 15px;
  }
}
.spiral-form._confirm .smf-button-control__control._back {
  background: transparent;
  border: 2px solid #000;
  color: #333;
}

.spiral-form._complete .privacy {
  display: block;
}

@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
  #wrapper.spiral._complete {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=spiral.css.map */
