@charset "UTF-8";

* {
  box-sizing: border-box;
}
body {
  line-height: 1.8;
  color: #282828;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 1;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.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;
  margin: 0;
}
ul,
ol,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
button {
  padding: 0;
  cursor: pointer;
}
.slick-list {
  overflow: inherit;
}
.scroll-target {
  scroll-margin-top: 80px;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
body.is-fixed .wrap {
  margin-top: 70px;
}
.main-wrap {
  padding: 0 40px;
  margin: 106px 0 100px;
}
.main-wrap-inner {
  max-width: 1362px;
  margin: auto;
}
.page-content-width {
  max-width: 1100px;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 896px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .main-wrap {
    padding: 0 24px;
    margin: 60px 0 24px;
  }
}

.common-post-item > a {
  display: block;
}
.common-post-img {
  position: relative;
  margin: 0 0 8px;
}
.common-post-img > img {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s;
}

.common-post-detail {
  position: relative;
}
.common-post-detail-left {
  padding-right: 48px;
}
.new {
  display: flex;
  width: max-content;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  background: #7ac7ff;
  padding: 2px 6px;
  margin: 0 0 4px;
}
.common-post-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px;
}
.common-post-ttl span {
  background: linear-gradient(#282828, #282828) 0 100%/0 1px no-repeat;
  transition: background 0.3s;
}
.common-post-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: #a8adac;
  line-height: 1.4;
  margin: 0 0 8px;
  transition: 0.3s;
}
.common-post-setting {
  display: flex;
  align-items: center;
  gap: 0 12px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}
.common-post-date {
  font-family: "Open Sans";
  font-size: 13px;
  color: #a8adac;
}
.common-post-category {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}
.common-post-category span {
  font-size: 10px;
  color: #a8adac;
  line-height: 1.4;
  border-radius: 9999px;
  background: #e6e6e6;
  padding: 2px 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.common-post-editor {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  color: #a8adac;
  line-height: 1.4;
}
.common-post-editor img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.common-post-item .common-post-keep-btn {
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .common-post-item > a:hover .common-post-img > img {
    opacity: 0.7;
  }
  .common-post-item > a:hover .common-post-ttl span {
    background-size: 100% 1px;
  }
  .common-post-item > a:hover .common-post-txt {
    color: #282828;
  }
}

@media screen and (max-width: 767px) {
  .common-post-txt {
    margin: 0 0 4px;
  }
}
.common-post-favorite-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  background: transparent;
  background-image: url(/upload/static/web_heart_animation.png);
  background-repeat: no-repeat;
  background-size: 1150px;
  background-position: 0 50%;
  z-index: 6;
  cursor: pointer;
}
.common-post-favorite-btn.is-registered {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: steps(28);
  animation-timing-function: steps(28);
  background-position: right;
  -webkit-animation-name: heartBlast;
  animation-name: heartBlast;
}

.common-post-keep-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  background: transparent;
  background-image: url(/upload/static/bookmark_animation.png);
  background-repeat: no-repeat;
  background-size: 1172px;
  background-position: 0 50%;
  z-index: 5;
  cursor: pointer;
}
.common-post-keep-btn.is-registered {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: steps(28);
  animation-timing-function: steps(28);
  background-position: right;
  -webkit-animation-name: heartBlast;
  animation-name: heartBlast;
}

@-webkit-keyframes heartBlast {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
@keyframes heartBlast {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@media screen and (min-width: 768px) {
  .common-post-favorite-btn:hover::after {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 3px 4px;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    background: #f6f6f6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -100%);
  }
  .common-post-keep-btn:hover::after {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 3px 4px;
    border-radius: 2px;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    background: #f6f6f6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -100%);
  }
}

/* breadcrumbs */
.breadcrumbs {
  margin: 0 0 12px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li + li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a8adac;
  border-right: 2px solid #a8adac;
  transform: rotate(45deg);
  margin: 0 16px;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-size: 14px;
  color: #a8adac;
}
.breadcrumbs ul li span {
  display: inline-block;
  font-size: 14px;
  color: #a8adac;
}

@media screen and (min-width: 768px) {
  .breadcrumbs ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 80px 0 12px;
  }
  .breadcrumbs ul li + li::before {
    width: 4px;
    height: 4px;
    margin: 0 8px;
  }
  .breadcrumbs ul li a {
    font-size: 12px;
  }
  .breadcrumbs ul li span {
    font-size: 12px;
  }
}

/* ページタイトル */
.page-ttl {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

.editor-section-li {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.editor-section-item a {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  padding: 24px 16px;
}
.editor-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin: 0 20px 0 0;
}
.editor-icon img {
  object-fit: cover;
  border-radius: 50%;
}
.editor-detail {
  flex: 1;
}
.editor-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px;
}
.editor-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 12px;
  color: #848484;
  line-height: 1.4;
}
.editor-more {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  margin: 2px 0 0;
}

@media screen and (min-width: 768px) {
  .editor-section-item a:hover {
    background: #f0f0f0;
  }
  .editor-section-item a:hover .editor-more {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .editor-section-li {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
  }
  .editor-section-item a {
    padding: 16px 24px;
  }
}

/* 共通ボタン */
.common-btn {
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  background: #282828;
  padding: 14px 24px;
  transition: 0.3s;
}
.common-btn:visited {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .common-btn:hover {
    background: #000;
  }
}


/*ログインしないでお気に入り保存*/
.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;
}

.hidden {
  display: none;
}

.common-post-detail .post-list-editor {
  display: flex;
  flex-wrap: wrap;
}

.common-post-editor {
  padding: 0 8px 0 0;
}

/** 2024/10/11 fix css login*/
.efo-form-right-container {
  padding: 80px 0;
}
.efo-input-row {
  margin: 0 0 16px;
}

.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;
}

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

.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 {
  position: relative;
}

.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-message {
  margin: 6px 0 10px 0 !important;
  font-size: 12px;
  min-height: 1.8em;
  color: #D93600;
  opacity: 1;
}

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


.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;
}

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

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

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

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

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

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

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

@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;
  }
  .service-form-inner {
    display: block;
    margin: 0;
  }
  .service-form-column {
    width: auto;
  }
}

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

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

/** 2024/10/11  regist */
.form-flow {
  margin: 0 0 48px;
}

.form-sec-ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 24px;
}
.step {
  display: flex;
  margin: 0 0 24px;
}
.step.is-current .step-num {
  color: #fff;
  background: #333;
}
.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.is-current .step-ttl {
  color: #333;
}
.step-ttl {
  font-size: 14px;
  color: #999;
}

.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;
}
.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;
}
.efo-submit-container {
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.efo-submit-container button[type="submit"]:disabled, .efo-form-submit-button:disabled {
  background: #bfbfbf;
  cursor: default;
  opacity: 1;
}
.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-input-checkbox.input-ng label:before {
  background: #fff;
}
.efo-input-checkbox label:before {
  border-color: #1571DA;
}
.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;
}
input[type=checkbox], input[type=radio] {
  display: none;
}
.efo-input-checkbox label:before {
  border-color: #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: #fff !important;
}

/** 2024/10/11 パスワード再発行 */
.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 a {
  color: inherit;
}
.breadcrumb li + li:before {
  content: "/";
  display: block;
  margin: 0 16px;
  position: static;
  border: none;
  transform: none;
  width: auto;
  height: auto;
}

.btn a:hover {
  text-decoration: none;
}
.btn-center {
  text-align: center;
}
.btn {
  margin: 20px 0 120px;
}
.btn a {
  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 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 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;
}
label {
  display: inline-block;
  max-width: 100%;
}