@charset "utf-8";

/*
 * 既存からの修正
 */

.sec-mainContents {
  width: auto;
  padding: 0;
}

.mod-breadcrumb,
.mod-contHeader,
.mod-areaSearch,
.mod-searchHomes,
.mod-sameCategory,
.mod-keyword,
.mod-freeArticleFooter {
  width: 940px;
  margin: 1em auto;
  box-sizing: border-box;
}

.mod-searchHomes .heading {
  width: 940px;
  height: 41px;
  background: url("../img/bg_search_homes_customize.png") no-repeat 0 0;
}

.ui-frame-orange-bar {
  border: none;
}

.sec-wrap .sec-main {
  float: none;
  width: 100%;
}

.sec-wrap .sec-sub {
  display: none;
}

.mod-articleDetail .date {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

/*
 * 取説の設定は以下から開始
 * 記事はsec-manualCategoryArticle
 * 量産するのでクラスは極力付与しない
 */
.sec-manualCategoryArticle {
  --homescolor: #ed6103;
  --basecontentwidth: 900px;

  font-family: LIFULLFONT, LIFULLYUGO, "Yu Gothic", YuGothic, LIFULLHIRAGINO,
    sans-serif;
}

.wrap-manualInner {
  background: #f9f9f9;
  padding: 50px 20px;
}

.wrap-manualInner > div {
  width: 820px;
  margin: 0 auto;
}

/*
 * 大きなタイトル部分
 */
.mod-manualCategoryHeader {
  background-color: #fff;
  padding: 13px 0;
}

.mod-manualCategoryHeader .manualCategoryInner {
  width: calc(var(--basecontentwidth) + 40px);
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; /* ナビゲーションがあってもなくても場合に中央配置になるように指定 */
  gap: 40px;
}

/*
 * ローカルナビゲーション部分
 */
.mod-manualCategoryNav .manualCategoryNavGroup {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.mod-manualCategoryNav .navList {
  flex-shrink: 0;
}

.mod-manualCategoryNav .navLink {
  background-color: #d8d8d8;
  color: #797979;
  border-radius: 4px;
  padding: 12px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.mod-manualCategoryNav .is-current {
  background: var(--homescolor);
  color: #fff;
  position: relative;
}

.mod-manualCategoryNav .is-current::after {
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: var(--homescolor) transparent transparent transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
}

/*
 * メインビジュアル部分
 * カテゴリーTOPと同じではない
 */

.mod-manualCategoryVisual {
  background-image: url("../img/main_shinchikukodate_3-9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 160px;
  padding: 160px 20px 0;
}

.mod-manualCategoryVisual .manualCategoryHeading {
  padding: 30px 40px 0;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  width: var(--basecontentwidth);
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  bottom: -130px;
}

.mod-manualCategoryVisual .manualCategoryText {
  font-size: 38px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 60px 40px 40px;
  position: relative;
}

.mod-manualCategoryVisual .manualCategoryText .step {
  font-size: 16px;
  color: #fff;
  background-color: #ffab00;
  border-radius: 4px;
  position: absolute;
  top: 25px;
  padding: 4px 8px;
}

/*
 * L字フォーカス部分
 */
.mod-manualCategoryVisual .focus {
  position: relative;
}

.mod-manualCategoryVisual .icon {
  background-image: url("../img/lifull_focus_l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 26px;
  height: 26px;
}

.mod-manualCategoryVisual .topLeft {
  top: 0;
  left: 0;
}

.mod-manualCategoryVisual .topRight {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.mod-manualCategoryVisual .bottomLeft {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}

.mod-manualCategoryVisual .bottomRight {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

/*
 * 以下記事内の設定
 */

/* ポイント部分 */
.mod-manualCategoryArticle .pointArea {
  margin-bottom: 50px;
}

.mod-manualCategoryArticle .pointArea h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.mod-manualCategoryArticle .pointArea h3::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_point.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.mod-manualCategoryArticle .pointArea h3 + p {
  font-size: 16px;
  line-height: 1.8;
  margin: 30px;
}

.mod-manualCategoryArticle .pointArea > ol {
  background-color: #fff;
  padding: 30px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 4px;
}

.mod-manualCategoryArticle .pointArea > ol > li {
  counter-increment: step;
  position: relative;
  padding-left: 35px;
}

.mod-manualCategoryArticle .pointArea > ol > li::before {
  content: counter(step);
  width: 24px;
  height: 24px;
  background-color: var(--homescolor);
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 0;
}

.mod-manualCategoryArticle .pointArea > ol > li + li {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 20px;
}

/* ポイント部分 1 */
.mod-manualCategoryArticle .pointArea1 {
  margin-bottom: 50px;
}

.mod-manualCategoryArticle .pointArea1 h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.mod-manualCategoryArticle .pointArea1 h3::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_flow2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 42px;
}

.mod-manualCategoryArticle .pointArea1 h3 + p {
  font-size: 16px;
  line-height: 1.8;
  margin: 30px;
}

.mod-manualCategoryArticle .pointArea1 > ol {
  background-color: #fff;
  padding: 30px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 4px;
}

.mod-manualCategoryArticle .pointArea1 > ol > li {
  counter-increment: step;
  position: relative;
  padding-left: 35px;
}

.mod-manualCategoryArticle .pointArea1 > ol > li > strong {
  font-weight: bold;
}

.mod-manualCategoryArticle .pointArea1 > ol > li > strong > span {
  color: var(--homescolor);
}

.mod-manualCategoryArticle .pointArea1 > ol > li::before {
  content: counter(step);
  width: 24px;
  height: 24px;
  background-color: var(--homescolor);
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 0;
}

.mod-manualCategoryArticle .pointArea1 > ol > li + li {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 20px;
}

/* ポイント部分 2 */
.mod-manualCategoryArticle .pointArea2 {
  margin-bottom: 50px;
}

.mod-manualCategoryArticle .pointArea2 h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.mod-manualCategoryArticle .pointArea2 h3::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_flow2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 42px;
}

.mod-manualCategoryArticle .pointArea2 h3 + p {
  font-size: 16px;
  line-height: 1.8;
  margin: 30px;
}

.mod-manualCategoryArticle .pointArea2 > ol {
  background-color: #fff;
  padding: 30px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 4px;
}

.mod-manualCategoryArticle .pointArea2 > ol > li {
  counter-increment: step;
  position: relative;
  padding-left: 35px;
  line-height: 1.8;
}

.mod-manualCategoryArticle .pointArea2 > ol > li > .pointhead {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}

.mod-manualCategoryArticle .pointArea2 > ol > li > .pointtxt {
display: block;
margin-left: -2em;
}

.mod-manualCategoryArticle .pointArea2 > ol > li::before {
  content: counter(step);
  width: 24px;
  height: 24px;
  background-color: var(--homescolor);
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 0;
}

.mod-manualCategoryArticle .pointArea2 > ol > li + li {
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 20px;
}

/*
 * ポイント以下 記事の共通設定
 */
.mod-manualCategoryArticle > .article {
  margin: 0 30px;
}

.mod-manualCategoryArticle > .article > * {
  font-size: 16px;
  line-height: 1.75;
}

/* 見出し(h3) */
.mod-manualCategoryArticle .article h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.mod-manualCategoryArticle .article h3 ~ h3 {
  margin-top: 50px;
}

.mod-manualCategoryArticle .article h3::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 28px;
  background-color: var(--homescolor);
  left: 0;
  top: 2px;
  border-radius: 4px;
}

/* 小見出し(h4) */
.mod-manualCategoryArticle .article h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin: 40px 0 20px;
  padding-left: 20px;
}

.mod-manualCategoryArticle .article h4::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  background-color: #a5a5a5;
  left: 0;
  top: 2px;
  border-radius: 4px;
}

.mod-manualCategoryArticle .article strong {
  font-weight: bold;
}

/* 表組み */
.mod-manualCategoryArticle .article table {
  margin: 1em 0;
  width: 100%;
  background-color: #fff;
}

.mod-manualCategoryArticle .article table > caption {
  text-align: left;
  font-weight: bold;
}

.mod-manualCategoryArticle .article table th,
.mod-manualCategoryArticle .article table td {
  border: 1px solid #d8d8d8;
  padding: 16px;
}

/* ulに対してdiscを付与したい場合 */
.mod-manualCategoryArticle .article .disc {
  list-style-type: disc;
  margin: 1em;
}

/* ボタンの枠組み設定（ボタンが２つの場合は並列に並ぶ） */
.mod-manualCategoryArticle .article .buttonLinkArea {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* ボタン設定 */
.mod-manualCategoryArticle .article .buttonLinkArea a {
  background-color: var(--homescolor);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  padding: 1em;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 300px;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  height: 100%;
  align-items: center;
}

.mod-manualCategoryArticle .article .buttonLinkArea a::after {
  content: "";
  display: inline-block;
  border-top: 2px;
  border-right: 2px;
  border-color: #fff;
  border-style: solid solid none none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  align-self: center;
  flex-shrink: 0;
}

/*
 * Dialogで出る STEP風ボタンの設定
 */
.mod-manualFlow .categoryTitle::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.mod-manualFlow .caption {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mod-manualFlow .caption::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_flow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.mod-manualFlow .manualFlow {
  position: relative;
}

.mod-manualFlow .manualFlow::before {
  content: "";
  position: absolute;
  left: 25px;
  height: 100%;
  border-left: 3px solid #ffab00;
}

.mod-manualFlow .stepButtonLink {
  background-color: #fff;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  text-decoration: none;
}

.mod-manualFlow .stepButtonLink::after {
  content: "";
  display: inline-block;
  border-top: 2px;
  border-right: 2px;
  border-color: var(--homescolor);
  border-style: solid solid none none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 26px;
}

.mod-manualFlow .stepButtonLink .stepButtonLinkInner {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.mod-manualFlow .stepButtonLink .step {
  background-color: #ffab00;
  color: #fff;
  font-size: 12px;
  width: 50px;
  padding: 6px 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mod-manualFlow .stepButtonLink .stepNum {
  font-size: 22px;
}

.mod-manualFlow .stepButtonLink .stepText {
  align-self: center;
  padding-right: 40px;
}

.mod-manualFlow .manualFlowList.is-current .stepButtonLink {
  border: 1px solid var(--homescolor);
  pointer-events: none;
}

.mod-manualFlow .manualFlowList.is-current .stepButtonLink .step {
  background-color: var(--homescolor);
}

.mod-manualFlow .manualFlowList.is-current .stepButtonLink::after {
  display: none;
}

/*
 * Dialogの指定
 */
.mod-manualCategoryDialog {
  background-color: #f9f9f9;
  width: 460px;
  padding: 20px 40px;
  box-sizing: border-box;
  border: none;
}

.mod-manualCategoryDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}

.mod-manualCategoryDialog .footer {
  text-align: center;
  margin-top: 20px;
}

.mod-manualCategoryDialog .manualCategoryDialogCloseButton {
  color: var(--homescolor);
  font-size: 12px;
  border: 2px solid var(--homescolor);
  padding: 0;
  appearance: none;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
}

/*
 * 固定で出るナビゲーションボタン
 */
.mod-fixedManualCategoryNav {
  width: 940px;
  margin: 0 auto;
}

.mod-fixedManualCategoryNav .fixedManualCategoryNavButton {
  position: fixed;
  z-index: 10; /* 他のコンテンツに隠れるのであえて指定 */
  margin-left: 870px;
  bottom: 74px;
  color: var(--homescolor);
  font-size: 12px;
  border: 2px solid var(--homescolor);
  padding: 0;
  appearance: none;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
}

.mod-fixedManualCategoryNav .fixedManualCategoryNavButton span {
  display: block;
}

/*
 * 記事下のリンク群
 */
.mod-manualCategoryExtraLinks {
  background-color: #f9f9f9;
}

.mod-manualCategoryExtraLinks .manualCategoryExtraInner {
  width: 760px;
  margin: 0 auto;
  padding: 50px 60px;
  border-top: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.mod-manualCategoryExtraLinks .aroundArticleNav {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}

.mod-manualCategoryExtraLinks .stepButtonLink {
  background-color: #fff;
  color: inherit;
  font-weight: bold;
  line-height: 1.4;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
  width: 300px;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  height: 100%;
}

.mod-manualCategoryExtraLinks .stepButtonLink .stepText {
  color: var(--homescolor);
  font-size: 16px;
  margin-bottom: 1em;
}

.mod-manualCategoryExtraLinks .stepButtonLink.is-prev .stepText::before,
.mod-manualCategoryExtraLinks .stepButtonLink.is-next .stepText::after {
  content: "";
  display: inline-block;
  border-top: 2px;
  border-right: 2px;
  border-color: var(--homescolor);
  border-style: solid solid none none;
  width: 6px;
  height: 6px;
  vertical-align: 2px;
}

.mod-manualCategoryExtraLinks .stepButtonLink.is-prev .stepText::before {
  transform: rotate(225deg);
  margin-right: 0.5em;
}

.mod-manualCategoryExtraLinks .stepButtonLink.is-next .stepText {
  text-align: right;
}

.mod-manualCategoryExtraLinks .stepButtonLink.is-next .stepText::after {
  transform: rotate(45deg);
  margin-left: 0.5em;
}

.mod-manualCategoryExtraLinks .stepButtonLink .inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mod-manualCategoryExtraLinks .stepButtonLink .articleTitle {
  font-size: 15px;
}

.mod-manualCategoryExtraLinks .stepButtonLink .stepNum {
  background-color: #ffab00;
  color: #fff;
  font-size: 9px;
  width: 40px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  flex-shrink: 0;
}

.mod-manualCategoryExtraLinks .stepButtonLink .stepNum .num {
  display: block;
  font-size: 18px;
}

.mod-manualCategoryExtraLinks .manualCategoryLinkText {
  color: var(--homescolor);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.mod-manualCategoryExtraLinks .manualCategoryLinkText::before {
  content: "";
  display: inline-block;
  border-top: 2px;
  border-right: 2px;
  border-color: var(--homescolor);
  border-style: solid solid none none;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  vertical-align: 2px;
}

.mod-manualCategoryExtraLinks .link + .link {
  margin-top: 1em;
}

/* 関連記事の枠修正 */
.mod-articleRelatedPosts {
    width: 940px;
    margin: 1em auto;
    box-sizing: border-box;
}