
body {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: .04em;
}
a {
  text-decoration: underline;
  transition: .3s;
}
a:hover {
  text-decoration: none;
  opacity: 1;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
svg {
  vertical-align: top;
}
iframe {
  vertical-align: top;
}
.page-content-width {
  width: auto;
  max-width: 1100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
ul,
ol,
li,
dl,
dt,
dd {
  font-weight: 300;
}
.main-container {
  margin-top: 112px;
}
.slick-list {
  overflow: inherit;
}

@media screen and (max-width: 1100px) {
  .page-content-width {
    margin: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .main-container {
    margin-top: 56px;
  }
  .page-content-width {
    margin: 0 16px;
  }
  .page-content-width .page-content-width {
    margin: 0;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, .5) !important;
}
.remodal-wrapper {
  padding: 16px !important;
}
.remodal {
  max-width: 1100px !important;
  margin: 0 !important;
  padding: 80px !important;
  border-radius: 8px;
}
.remodal-close {
  top: 24px !important;
  right: 24px !important;
  left: auto !important;
  width: 18px !important;
  height: 18px !important;
}
.remodal-close:before,
.remodal-close:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 22px !important;
  height: 1px !important;
  background: #333 !important;
}
.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.remodal-close:after {
  transform: translate(-50%, -50%) rotate(135deg) !important;
}

@media screen and (max-width: 767px) {
  .remodal {
    padding: 24px !important;
  }
  .remodal-close {
    top: 16px !important;
    right: 16px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}
.main-container {
  margin-top: 0;
}
.main-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 140px;
  padding: 0 0 0 300px;
}
.top .main-wrap {
  margin-top: 0
}

.lower-page {
  width: 100%;
  margin: 0 auto;
}

.page-content-width {
  max-width: 1100px;
  width: auto;
  margin: auto;
  margin-bottom: 60px;
}


@media screen and (max-width: 1480px) {
  .main-wrap {
    margin: 140px 40px 0;
  }
  .top .main-wrap {
    margin: 40px 0 0;
  }

}

@media screen and (max-width: 767px) {
  body {
    margin-left: 0;
    font-size: 14px;
  }
  .pc-only {
    display: none!important;
  }
  .sp-only {
    display: block!important;
  }
  .main-container {
    margin-top: 0;
  }
  .main-wrap {
    margin: 56px 0;
    padding-left: 0;
  }
  .main-wrap-left {
    display: none;
  }
  .lower-page {
    padding: 0;
  }
  .page-content-width {
    margin: 0 16px;
  }
  .page-content-width .page-content-width {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .page-content-width {
    margin: 0 16px;
  }
}

@media screen and (max-width: 896px) {
  .main-container {
    margin-top: 0;
  }
  .page-content-width {
    margin: 0 16px;
  }
  .page-content-width .page-content-width {
    margin: 0;
  }
}



.pardot-description {
    margin: 0 0 40px;
}

.mandatory {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 0 6px;
    margin: 0 4px 0 0;
    background: #D93600;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

.alert-danger {
    display: none;
    font-size: 12px;
    color: #D93600;
    line-height: 2;
    padding: 12px;
    margin: 0 0 40px;
    border: 1px solid #D93600;
    background: #FDF3F0;
    border-radius: 4px;
}


.btn {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.btn-left {
  text-align: left;
}
.btn.btn-right {
  text-align: right;
}

@media screen and (max-width: 1100px) {
    .service-form-inner {
        margin: 0 16px;
    }
}


.page-ttl {
  position: relative;
  line-height: 1;
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: normal;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page-ttl {
    margin: 0 auto 32px;
    font-size: 28px;
  }
}

/*編集部紹介一覧*/
.member {
  position: relative;
  margin: 0 0 40px;
  padding: 64px 0 0;
}
.top .member {
  border-top: 1px solid #E6E6E6;
}
.member-ttl {
  line-height: 1.5;
  margin: 0 40px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.member-lead {
  padding: 0 0 0 40px;
  border-left: 1px solid #E6E6E6;
}
.member-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.member-list:after {
  content: "";
  display: block;
  width: 30.90909090909091%;
}
.member-list-item {
  display: flex;
  width: 30.90909090909091%;
  margin: 0 0 40px;
}
.member-list-item figure {
  width: 164px;
  height: 164px;
  overflow: hidden;
  margin: 0 24px 0 0;
  border-radius: 100%;
}
.member-list-item figure img {
  width: 164px;
  height: 164px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.member-list-item dl {
  flex: 1;
}
.member-list-item dt {
  margin: 0 0 8px;
  font-weight: bold;
}
.member-list-item dd {
  font-size: 12px;
}
.member-list-item dd + dd {
  margin-top: 16px;
}
.member-list-item dd a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.member-list-item dd a:hover {
  text-decoration: none;
}
.member-list-item dd a span {
  display: inline-block;
  position: relative;
  transition: .3s;
}
.member-list-item dd a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: .3s;
}
.member-list-item dd a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0 0 16px;
  border: 1px solid #333;
  border-radius: 100%;
  background: #333;
  box-sizing: border-box;
}
.member-list-item dd a i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 1px solid #333;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.member-list-item dd a i:after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url(/upload/static/icon-arrow-02.svg);
  background-size: 18px 10px;
  background-repeat: no-repeat;
  z-index: 10;
  transition: .3s;
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .member-list-item dd a:hover i:before {
    width: 40px;
    height: 40px;
  }
  .member-list-item dd a:hover i:after {
    filter: none;
  }
  .member-list-item dd a:hover span:before {
    transform: scale(0, 1);
  }
}

@media screen and (max-width: 767px) {
  .member {
    margin: 0 0 56px;
    padding: 56px 0 0;
  }
  .member-list {
    display: block;
  }
  .member-list-item {
    width: auto;
  }
  .member-list-item figure {
    width: 130px;
    height: 130px;
  }
  .member-list-item figure img {
    width: 130px;
    height: 130px;
  }
}

/*ログインしないでお気に入り保存*/
.not-login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 5000;
}
.not-login-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 532px;
  padding: 40px 56px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.not-login-ttl {
  line-height: 1.5;
  margin: 24px 0;
  font-size: 20px;
  font-weight: bold;}

.not-login-attention {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 28px;
  font-size: 12px;
  text-align: left;
}
.not-login-attention svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
}
.not-login-regist {
  margin: 0 0 32px;
}
.not-login-regist a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 4px;
  color: #fff;
  background: #1571DA;
}
.not-login-regist a svg {
  display: block;
  margin: 0 8px 0 0;
}
.not-login-form-ttl {
  margin: 0 0 8px;
  border-top: 1px solid #E1E3E5;
  font-size: 12px;
}
.not-login-form-ttl span {
  display: inline-block;
  padding: 0 16px;
  background: #fff;
  transform: translateY(-50%);
}
.not-login-login a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid #BAD6F4;
  border-radius: 4px;
  color: #1571DA;
  background: #E4EFFB;
}
.not-login-login a svg {
  display: block;
  margin: 0 8px 0 0;
  transition: .2s;
}
.not-login-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #202223;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.not-login-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.not-login-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
svg {
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .not-login-regist a:hover {
    background: #0A53BE;
  }
  .not-login-login a:hover {
    color: #fff;
    background: #1571DA;
  }
  .not-login-login a:hover svg {
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 767px) {
  .not-login-inner {
    right: 16px;
    left: 16px;
    width: auto;
    padding: 24px 16px 16px;
    border-radius: 4px;
    transform: translateY(-50%);
  }
  .not-login-ttl {
    font-size: 18px;
  }
  .not-login-attention {
    margin: 0 0 24px;
  }
  .not-login-regist a {
    padding: 8px 16px;
  }
  .not-login-login a {
    padding: 8px 16px;
  }
  .not-login-close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    transform: none;
  }
}

.not-login {
  display: none;
}

/*
============================================================ */
/* breadcrumb リスト
============================================================ */
.breadcrumb {
  /* border-bottom: 1px solid #EBEEEF; */
  margin: 0 0 24px;
  font-size: 12px;
  /* margin-left: 270px; */
}
.breadcrumb-inner {
  /* padding: 16px 0; */
}
.mod-panel-layout {
  display: flex;
  align-items: center;
  word-spacing: 0;
}
.mod-panel-layout > li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li {
  margin: 0;
}
.breadcrumb li + li:before {
  content: "";
  display: block;
  position: static;
  width: 8px;
  height: 8px;
  margin: 0 16px;
  border: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0 0 24px;
    font-size: 10px;
  }
  .breadcrumb-inner {
    padding: 8px 0;
  }
  .breadcrumb li + li:before {
    margin: 0 8px;
  }
}

/*一覧戻るボタン*/

.btn a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn a:hover {
  text-decoration: none;
}
.btn a span {
  display: inline-block;
  position: relative;
  transition: .3s;
}
.btn a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: .3s;
}
.btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 24px 0 0;
  border: 1px solid #333;
  border-radius: 100%;
  background: #333;
  box-sizing: border-box;
}
.btn i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 1px solid #333;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.btn i:after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url(/upload/static/icon-arrow-02.svg);
  background-size: 18px 10px;
  background-repeat: no-repeat;
  z-index: 10;
  transform: rotate(180deg);
  transition: .3s;
  filter: brightness(0) invert(1);
}

.btn {
  margin: 20px 0 120px;
}
.btn-right {
  text-align: right;
}
.btn-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn a:hover i:before {
    width: 56px;
    height: 56px;
  }
  .btn a:hover i:after {
    filter: none;
  }
  .btn a:hover span:before {
    transform: scale(0, 1);
  }
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 0 0 24px;
  }
  .btn i {
    width: 40px;
    height: 40px;
    margin: 0 16px 0 0;
  }
  .btn a:hover i:before {
    width: 40px;
    height: 40px;
  }
  .btn i:after {
    border-width: 2px 6px 2px 0;
  }
}

/* efo-form
================================================== */

.form-box {
  padding-top: 80px;
}
.service-form-case {
  padding: 80px 0;
}

.efo-form-right {
  width: 42.72727272727273%;
}

.efo-form-right-container {
  padding: 80px 0;
}

.efo-form-right-container>form {
  margin: 0 0 56px;
}

.efo-submit-container {
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.service-form {
  position: relative;
  background: #F6F7F7;
}

.service-form:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 20px rgb(0, 0, 0, .08);
  z-index: 1;
}

.service-form-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.form-company-inner.area-inner {
  padding: 120px 0 0;
}

.form-company-inner.is-current input[type=text],
.form-company-inner.is-current textarea {
  background: #FDF3F0;
  border-color: #D93600;
}

.form-company-inner.post-inner {
  display: flex;
  align-items: flex-end;
}

.service-form-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 48px;
}

.ttl-txt {
  margin: 0 0 48px;
}

.form-sec-ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 24px;
}

.form-flow {
  margin: 0 0 48px;
}

.step {
  display: flex;
  margin: 0 0 24px;
}

.step-num {
  width: 80px;
  line-height: 1;
  margin: 3px 20px 0 0;
  padding: 4px 0;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  color: #999;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-num:after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: 40px;
  background: #D6D6D6;
}

.step:last-of-type .step-num:after {
  content: none;
}

.step.is-current .step-num {
  color: #fff;
  background: #333;
}
.is-passed .step-num {
background: #E6E6E6;
}
.step.is-current .step-num:after {
  background: #333;
}

.step-ttl {
  font-size: 14px;
  color: #999;
}

.step.is-current .step-ttl {
  color: #333;
}

.form-type-item {
  padding: 0;
  margin: 0 0 48px;
}

.form-type-li {
  list-style: disc;
  margin: 0 0 16px 24px;
}

.company-file {
  margin: 0 0 24px;
}

.pdf-download a {
  color: #59AE9B;
  text-decoration: underline;
}


.pardot-description {
  margin: 0 0 40px;
}

.mandatory {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0 6px;
  margin: 0 4px 0 0;
  background: #D93600;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.alert-danger {
  display: none;
  font-size: 12px;
  color: #D93600;
  line-height: 2;
  padding: 12px;
  margin: 0 0 40px;
  border: 1px solid #D93600;
  background: #FDF3F0;
  border-radius: 4px;
}


.form-ttl {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 8px;
}

.form-ttl:after {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 8px;
}

.form-ttl.ttl-mandatory:after {
  content: "蠢���";
  background: #D93600;
}

.cer {
  content: "莉ｻ諢�";
  background: #999;
}


.check-li {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 0;
}

.efo-input-checkbox {
  display: flex;
  flex-direction: column;
}

.efo-input-checkbox label {
  position: relative;
  cursor: pointer;
  margin: 0 0 8px;
}

.efo-input-checkbox label:before {
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin: 4px 8px 0 0;
  border: 1px solid #D5D8D8;
  border-radius: 3px;
}
.efo-input-checkbox label:before {
  border-color: #1571DA;

}
.efo-input-checkbox label.check:before {
  background: #1571DA;
}

.efo-input-checkbox label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.efo-input-checkbox label.check:after {
  border-color: #E65377;
}

label {
  display: inline-block;
  max-width: 100%;
}

label.inline {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

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

.contact-check-input {
  margin: 4px 0 0;
}

.contact-check-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
}

.contact-check-label::before {
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 4px;
  border: 1px solid #D5D8D8;
  border-radius: 3px;
}

.contact-check-label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.contact-check-input:checked+.contact-check-label::before {
  background: #E65377;
  border-color: #E65377;
}

.contact-check-input:checked+.contact-check-label::after {
  opacity: 1;
}


.efo-input-radio.required.input-ng {
  width: 100%;
  border-radius: 4px;
}

.efo-input-radio .radio-li {
  display: inline-block;
}

.efo-input-radio .radio-red {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 0 8px;
  position: relative;
  text-indent: 1.8em;
  line-height: 1.8;
}

.efo-input-radio .radio-red:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
}

.efo-input-radio .radio-red::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  border: 1px solid #D5D8D8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.efo-input-radio input[type=radio]:checked+label:after {
  content: '';
  border-color: #E65377;
  background-color: #E65377;
}

.efo-input-radio {
  display: flex;
  flex-direction: column;
}

.efo-input-radio .radio-red {
  position: relative;
}

.efo-input-radio .radio-red {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 0 8px;
}

.efo-input-radio .radio-red.radio-label-form::before {
  background: #FFFFFF;
}

.efo-input-radio .radio-red.radio-label-form::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E65377;
}

.efo-input-radio .radio-red input {
  display: none;
}

.caution {
  font-size: 12px;
  color: #D93600;
  line-height: 2;
  margin: 0 0 40px;
}

.form-company-inner {
  margin: 0 0 48px;
}

.input-inner {
  margin: 0 0 8px;
}

.input-inner:empty {
  min-height: 3em;
}

.radio-box {
  margin: 0 0 16px;
}

.radio-li {
  display: inline-block;
  /*margin: ;*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
} */

@media screen and (max-width: 1100px) {
  .service-form-inner {
      margin: 0 16px;
  }
}

@media screen and (max-width: 896px) {
  .form-box {
    padding-top: 60px;
  }
  .efo-form-right {
      width: auto;
      background: #fff;
  }
  .efo-form-right-container {
      width: 82.935vw;
      padding: 56px 0;
      margin: 0 auto;
      max-width: initial;
  }
  .service-form-case {
      max-width: 460px;
      margin: 0 auto;
      padding: 56px 0;
  }

  .service-form-ttl {
      text-align: center;
  }
  .postal-code button {
      padding: 8px 24px 9px 16px;
  }
  .postal-code button:after {
      right: 12px;
      top: 15px;
  }
  .pc-only {
    display: none !important;
  }

}

@media screen and (max-width: 460px) {
  .service-form-case {
      margin: 0 16px;
  }
  .efo-form-right-container {
      width: auto;
      margin: 0 16px;
  }
}


/* efo-submit-container
================================================== */

.efo-dummy-select {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px!important;
  height: 43px!important;
  padding: 10px 12px;
  color: #999;
  font-size: 12px;
}

.efo-dummy-select:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(135deg);
  display: block;
  width: 6px;
  height: 6px;
  z-index: 5;
}

.efo-input-wrap {
  position: relative;
}

.efo-search-address {
  position: absolute;
  top: 0;
  right: 0;
  background: #F6F6F6;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  text-align: center;
  padding: 8px 36px 7px 24px;
  font-size: 12px;
  height: 40px;
  cursor: pointer;
  transition: .3s;
}

.efo-search-address:hover {
  opacity: .7;
}

.efo-search-address:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ljk1IiBoZWlnaHQ9IjguOTUiIHZpZXdCb3g9IjAgMCA0Ljk1IDguOTUiPg0KICA8ZyBpZD0i44Kw44Or44O844OXXzE5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMjAgLTI4OCkiPg0KICAgIDxyZWN0IGlkPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjIwIDI4OC43MDcpIHJvdGF0ZSgtNDUpIi8+DQogICAgPHJlY3QgaWQ9ImxpbmUtMiIgZGF0YS1uYW1lPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0LjI0MyAyOTIpIHJvdGF0ZSg0NSkiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  background-size: 5px 9px;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

.efo-input-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 8px;
}

.efo-input-title:after {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.icon-required {
  position: relative;
  margin: 0 0 0 8px;
}

.icon-required::after {
  content: "必須";
  background: #D93600;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  border-radius: 2px;
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
}

.efo-input-wrap>input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  max-width: 100%;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 40px;
}

.efo-input-wrap>.efo-input-zip {
  display: inline-block;
  width: calc(100% - 240px);
  max-width: 230px;
}

.efo-input-container select {
  position: relative;
  width: 220px;
  height: 43px;
  z-index: 1;
  opacity: 0;
}

select.input-ng {
  width: 100%;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.efo-input-message {
  margin: 6px 0 10px 0!important;
  font-size: 12px;
  min-height: 1.8em;
}

.efo-input-message.error {
  color: #D93600;
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .efo-search-address {
      display: inline-block;
      width: 180px;
      padding: 8px 24px 7px 4px;
  }
  .efo-search-address:after {
      right: 8px;
  }
  .efo-input-wrap>.efo-input-zip {
      width: calc(100% - 196px);
  }
}


/*  */

.efo-submit-container button[type="submit"],
.efo-form-submit-button {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  line-height: 3.5em;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  background: #EF9816;
  position: relative;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
  font-weight: bold;
}

.efo-submit-container button[type="submit"]:disabled,
.efo-form-submit-button:disabled {
  background: #bfbfbf;
  cursor: default;
  opacity: 1;
}


/*
================================================== */

.efo-input-checkbox.required.input-ng,
.efo-input-radio.required.input-ng {
  width: 100%;
  border-radius: 4px;
}

.efo-input-container .efo-input-checkbox {
  width: 100%;
}

.efo-input-container .efo-input-required-check {
  display: none;
}

.efo-input-container textarea {
  width: 100% !important;
  resize: vertical;
  border-radius: 4px;
  height: 100px;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
}

.efo-input-message {
  margin: 6px 0 10px 0!important;
  font-size: 12px;
  min-height: 1.8em;
  color: #D93600;
  opacity: 1;
}

.efo-input-message.error {
  color: #D93600;
  opacity: 1;
}

.efo-input-message:not(.error) {
  opacity: 0;
}


/*
================================================== */

.efo-form.confirm .efo-submit-container {
  margin: 48px 0 0;
}

.efo-form.confirm .efo-submit-container button[type="submit"] {
  padding: 16px 100px;
  border: none;
  border-radius: 4px;
  background-color: #E65377;
  color: #fff;
  border: 3px solid #E65377;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: .3s;
}

.efo-form.confirm .efo-submit-container button:hover[type="submit"] {
  opacity: .7;
}

.efo-input-row {
  margin: 0 0 16px;
}

.confirm .efo-input-wrap {
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}

.efo-submit-container {}


/*
================================================== */

.service-form-column {
  width: 42.72727272727273%;
}



.complete-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 40px;
}

.complete-txt {
  line-height: 1.8;
  margin: 0 0 40px;
}

.area-ttl {
  font-weight: bold;
  margin: 0 0 24px;
}

.contact-box {
  padding: 32px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin: 0 0 40px;
}

.contact-box:last-of-type {
  margin: 0 0 56px;
}

.tel a {
  font-size: 20px;
  line-height: 1.4;
}

.tel a:hover {
  text-decoration: none;
  cursor: inherit;
}

.complete-btn {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .service-form:after {
      content: none;
  }
  .service-form-inner {
      display: block;
      margin: 0;
  }
  .service-form-column {
      width: auto;
  }
  .complete-ttl {
      text-align: center;
  }
}
@media screen and (min-width: 897px) {
  .sp-only {
      display: none !important;
  }
}