<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    color: #333;
}
p {
    line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
}

.wp-br {
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
}

.lg-tab-show {
    display: none !important;
}

.sp-show {
    display: none !important;
}


@media (max-width:1024px) {
    .lg-tab-show {
        display: block !important;
    }
}

@media (max-width:750px) {
    .sp-show {
        display: block !important;
    }
}

/* ===================================================
hp
===================================================*/
.hp-fz1_25em {
    font-size: 1.25em !important;
}

.hp-pt0 {
    padding-top: 0 !important;
}

/* ===================================================
共通パーツ
===================================================*/

/* ========= inner =========*/
.inner {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px 82px;
}
.inner.tops {
	padding-bottom:0;
}
.inner.can-landix {
	padding: 50px 20px 0;
}
.inner.voice {
	padding: 0 30px 0;
}

/* ========= centering =========*/
.centering {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

/* ========= 見出し =========*/
.lv2-heading {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.lv2-heading.voice {
    margin-bottom: 0;
}
.inner.voice .lv2-heading {
    margin-bottom: 30px;
}

.lv2-heading__sub {
    font-size: 16px;
    display: block;
    color: #fe3500;
    margin-top: 17px;
}
.lv2-heading__sub.voice {
    margin-bottom: 30px;
    text-align: center;
}
.voice-text {
    font-family: 'Inter';
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    margin: 0 30px 40px;
    text-align: center;
    line-height: 22px;
}
@media (max-width:750px) {
    .voice-text {
        font-size: 14px;
        line-height: 17px;
    }
}

.lv2-heading__sub::after {
    content: "";
    display: block;
    width: 62px;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(90deg,#fe3500 0%,#fe3500 50%,#d1d1d1 50%,#d1d1d1 100%);
    margin-top: 20px;
    margin-bottom: 20px;
}

.lv2-heading__description {
  font-size: 16px;
  text-align: center;
}
.can-landix .lv2-heading__description {
    margin-top: 50px;
}
@media screen and (min-width: 750px) {
    .breakword {
        display: none; 
    }
}

.lv3-heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 34px;
    letter-spacing: .05em;
}

/* ========= 見出し（リクエストページなどで使用） =========*/
.lp-lv2-heading {
    color: #fe3500;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.73;
    text-align: center;
    margin-bottom: 40px;
}

/* ========= ボタン =========*/
.btn {
    display: inline-block;
    font-size: 20px;
    color: #fe3500;
    border: 3px solid #fe3500;
    border-radius: 90px;
    max-width: 540px;
    width: 100%;
    text-align: center;
    padding: 23px;
    background: #fff;
}

.btn.btn--inverted {
    color: #fff;
    border: 2px solid #fff;
    background: #fe3500;
}
.btn.btn--inverted:first-of-type {
    margin: 0 0 12px;
    color: #fe3500;
    background: #fff;
}
.btn.btn--inverted:first-of-type span {
    padding: 0 5px 1px 7px;
    margin-right: 10px;
    border-radius: 3px;
    color: #fff;
    background: #fe3500;
    transition: .15s;
}
.btn.btn--inverted:first-of-type:hover,.btn.btn--inverted:first-of-type:active{
    color: #fff;
    background: #fe3500;
}
    .btn.btn--inverted:hover span,.btn.btn--inverted:active span{
    color: #fe3500;
    background: #fff;
}

.btn-docreq {
    font: normal normal bold 14px/25px Noto Sans JP;
    color: #ffffff;
    border-radius: 5px;
    width: calc(100% - 2rem);
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(0deg, #021B79 0%, #0575E6 80%) 0% 0% no-repeat padding-box;
    margin: 0 auto 12px;
}

.btn-docreq.members .icon {
margin-left:12px;
}
.btn-docreq.members .icon.arrow-grey {
	display:none;
}
.btn-docreq.members:hover .icon.arrow-grey {
	display:block;
}
.btn-docreq.members:hover .icon.arrow-white {
	display:none;
}

.btn-docreq.members {
    background: #5d5d5d;
	 font-size:0.8rem;
	margin-bottom : 0;
}
.btn-docreq .back-white {
	color : #5d5d5d;
	background:#fff;
	margin-right:14px;
	padding: 0 0 0 5px;
	letter-spacing: 5px;
  white-space: nowrap;
}

.btn-docreq.registration {
  background: #fe3500;
  color: #fff;
  font-size: 14px;
  max-width: 460px;
  margin: 0 auto 20px;
  padding: 12px 0;
}

.btn-docreq.registration:hover {
  background: #fe3500;
}

.btn-docreq.registration .icon {
  margin-left: 0px;
}

.btn-docreq.back-red {
   background: transparent linear-gradient(0deg, #82272D 0%, #EE182D 77%) 0% 0% no-repeat padding-box;
}
.btn-docreq.back-red .back-white {
	color : #BE272D;
}

/* ========= アイコン =========*/
.icon {
    height: 18px;
    width: 18px;
    cursor: pointer;
}

@media (min-width:1025px) {
    .btn {
        transition: .15s;
    }

    .btn:hover {
        background: #fe3500;
        color: #fff;
    }

    .btn.btn--inverted:hover {
        background: #fff;
        color: #fe3500;
    }
}
@media (max-width: 750px) {
    .btn.btn--inverted{
        padding: 14px;
        border: 2px solid;
    }
    .btn.btn--inverted:first-of-type{
        margin-bottom: 8px;
    }
}

	.btn-docreq:hover {
        background: transparent linear-gradient(180deg, #021B79 0%, #0575E6 80%) 0% 0% no-repeat padding-box;
	}
	.btn-docreq.members:hover {
		border:1px solid #5d5d5d;
		background: #fff;
		color: #5d5d5d
	}
	.btn-docreq.members:hover .back-white{
    background:#5d5d5d;
	 color: #fff;
}
    .btn-docreq.members:hover .arrow-white{
      display: none;
    }
    .btn-docreq.members.arrow-grey{
      display: none;
    }
    .btn-docreq.members:hover .arrow-grey{
      display: block;
    }

	.btn-docreq.back-red:hover {
    background: transparent linear-gradient(180deg, #82272D 0%, #EE182D 77%) 0% 0% no-repeat padding-box;
}

/* ===================================================
ヘッダー
===================================================*/
.header {
    height: 90px;
}

.header__inner {
    display: flex;
    align-items: center;
    padding: 0 50px 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fe3500;
    color: #fff;
    z-index: 9999;
}

/* ========= g-nav =========*/
.g-nav {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
}

.g-nav__list {
    display: flex;
    align-items: center;
    margin: 0 auto 0 50px;
}

.g-nav__item {
    font-size: 12px;
    margin: 0 6px;
    font-weight: 400;
}

.g-nav__item a {
    padding: 0 8px;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    white-space: nowrap;
}

/* ========= login =========*/
.g-nav__login a {
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px ;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-right: 35px;
    white-space: nowrap;
}

.g-nav__login a::after {
    position: absolute;
    content: '';
    background: url(../img/arrow-fv.png)no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
}

/* ========= g-nav-btn =========*/
.g-nav-btn {
    display: none;
}

@media (min-width:1140px) {
    .g-nav__item a {
        transition: .15s ease;
    }

    .g-nav__item a:hover {
        background: #fff;
        color: #fe3500;
    }
}

/* ========= logo =========*/
.header__logo {
    width: 120px;
}

.header__logo a {
    display: inline-block;
}

.header__logo img {
    width: 100%;
}

/* ===================================================
FV
===================================================*/
.fv {
    position: relative;
    background: #fe3500;
    border-top: 1px solid #fff;
    color: #fff;
}

.fv__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.fv__heading {
    text-align: center;
    font-size: 24px;
	 font-weight:normal;
}

.fv__heading-em {
    font-size: 1.2em;
}

.fv__heading img {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto 38px;
}

/* ========= cta-register-fv =========*/
.fv__container {
  position: absolute;
  max-width: 710px;
  width: 100%;
  bottom: -221px;
  background-color: #fff;
  border: 1px solid #fe3500;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.fv__container-head {
    padding: 18px 0;
    background-color: #fe3500;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.fv__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
  }

.fv__content-box {
    position: relative;
    width: calc(100%/3);
    padding: 8px 0;
    border-right: 1px solid #d9d9d9;
}

.fv__content-box:last-child {
    border-right: none;
}

.fv__content-strong {
  font-size: 36px;
  padding: 0 3px;
  color: #fe3500;
  letter-spacing: 0;
  line-height: 1;
}

.fv__content-tag {
    position: absolute;
    width: 90%;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fe3500;
    border: 1px solid #fe3500;
}

.fv__btn{
    max-width: 400px;
    width: 90%;
    height: 45px;
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 14px;
    background: #fe3500;
    border-radius: 100px;
    border: 1px solid #fff;
    transition: ease.3s;
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, .2) 100%);
    box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 4px 0 rgba(133, 9, 0, 1);
}

.fv__btn span{
    margin: 2px 9px 0 0;
    padding: 3px 4px 5px 6px;
    color: #fe3500;
    background: #fff;
    border-radius: 3px;
    transition: ease .3s;
}

.fv__btn:hover,.fv__btn:active{
    position: relative;
    top: 4px;
    transition: ease.3s;
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, .2) 100%);
    box-shadow: inset 3px 4px 2px 0px rgba(255, 255, 255, .3), 0 0 0 rgba(133, 9, 0, 1);
}

.fv__empty {
  height: 222px;
}
@media (max-width: 750px) {
    .fv__empty{
        height: 234px;
    }
}

.fv__sp__container{
    display: none;
    position: absolute;
    max-width: 380px;
    width: calc(100% - 30px);
    bottom: -234px;
    background-color: #fff;
    border: 1px solid #fe3500;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.fv__sp__container-head {
    padding: 12px 0;
    background-color: #fe3500;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.fv__sp__content {
    padding: 20px 20px 0;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6;
    color: #000;
}

.fv__sp__content-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #d9d9d9;
}

.fv__sp__content-box &gt; div{
    text-align: left;
}

.fv__sp__content-num {
    display: flex;
    align-items: center;
}

.fv__sp__content-strong{
    font-size: 28px;
    padding: 0 3px;
    color: #fe3500;
    letter-spacing: 0;
    line-height: 1;
}

.fv__sp__content-tag {
    position: absolute;
    top: -9px;
    left: 0;
    padding: 0 4px;
    font-size: 10px;
    color: #fe3500;
    border: 1px solid #fe3500;
    background-color: #fff;
}

/* jpx-icon-fv */
.fv-jpx{
    position: absolute;
    width: auto;
    height: 28%;
    top: 15px;
    right: 10px;
}
@media (max-width: 750px) {
    .fv-jpx{
        top: 10px;
        right: 6px;
    }
}
/* ===================================================
bnr
===================================================*/
/* ========= topics-bnr =========*/
.bnr-topics{
    display: flex;
    gap: 16px;
    margin: 30px auto 10px;
    max-width: 540px;
    width: calc(100% - 30px);
}
.bnr-topics img{
    width: 100%;
}
@media (max-width: 750px) {
    .bnr-topics{
        flex-wrap: wrap;
        gap: 12px;
        margin: 20px auto -50px;
    }
}

/* ===================================================
会員登録CTA セクション
===================================================*/
/* ========= cta-register-sect =========*/
.cta-register-sect {
    margin: 60px auto 10px;
    padding: 40px 0;
    background: #f5f5f5;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.cta-register-sect .fv__container {
    position: relative;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.cta-register-sect .fv__container-head{
    border: none;
}

.cta-register-sect .fv__sp__container {
    position: relative;
    margin: 0 auto;
    bottom: 0;
    color: #fff;
}

.cta-register-sect .fv__sp__container-head {
    line-height: 20px;
    border: none;
}

@media (max-width: 1100px) {
    .cta-register-sect {
        margin: 30px auto -20px;
        padding: 30px 0;
    }

}

/* ===================================================
当社のみ取扱い物件　セクション
===================================================*/
.recommend-sect__btn-wrapper {
    text-align: center;
    margin-top: 90px;
}
.recommend-sect__btn-wrapper.tops {
    margin-top: -105px;
    padding: 90px 0 0;
    backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
    background: linear-gradient( 180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 40% );
    width: calc(100% - 16px);
	@media (max-width: 750px) {
	width: 100%;
   }
}
.recommend-sect__btn-wrapper.tops.just {
	margin-top: 1rem;
   padding: 0;
}

/* ===================================================
お知らせ　セクション
===================================================*/
.news-sec {
    background: #efefef;
}

.news-list {
    margin-top: -18px;
}

.news-item {
    font-size: 18px;
    letter-spacing: .05em;
}

.news-item__inner {
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 18px;
    padding: 25px 95px;
}

.news-item__time {
    color: #fe3500;
    width: 190px;
}

.news-item__ttl {
    width: calc(100% - 190px);
}

.news-item__time,
.news-item__ttl {
    line-height: 1.66;
}

@media (min-width:1025px) {
    a.news-item__inner {
        transition: .15s ease;
    }

    a.news-item__inner:hover {
        background: #fe3500;
        color: #fff;
    }

    a.news-item__inner:hover .news-item__time {
        color: #fff;
    }
}

/* ===================================================
人気のエリア（footer上）
===================================================*/
.popular-block {
    background: #444;
    color: #fff;
    text-align: center;
}

.popular-block__ttl {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1;
}

.popular-block__inner {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}

.popular-block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.popular-block__item a {
    display: inline-block;
    padding: 0 32px;
    border-right: 1px solid #fff;
}

.popular-block__item:last-of-type a {
    border-right: 0;
}

@media (min-width:1025px) {
    .popular-block__item a {
        transition: .15s ease;
    }

    .popular-block__item a:hover {
        color: #fe3500;
    }
}

/* ===================================================
footer
===================================================*/
.footer {
    background: #333;
    color: #fff;
    padding: 32px 0 0;
}

.footer__inner {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

/* ========= footer-upper =========*/

.footer-upper__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 32px;
}

.footer__tel,
.footer__address {
    font-size: 12px;
    font-weight: 400;
}

.footer__tel-area {
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
}

.phone {
    margin-right: 20px;
}

/* ========= footer-middle =========*/
.footer-middle {
    padding: 32px 0;
}

.footer-middle__col3 {
    width: 100%;
    margin-top: 32px;
    text-align: right;
}

.footer-middle__flex {
    display: flex;
    flex-wrap: wrap;
}

/* ========= topへ戻る =========*/
.footer__top-btn {
    font-size: 12px;
    position: relative;
    padding-right: 24px;
}

.footer__top-btn-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.footer__top-btn-icon img {
    max-width: 100%;
    height: auto;
}

@media (min-width:1025px) {
    .footer__top-btn {
        transition: .15s ease;
    }

    .footer__top-btn:hover {
        color: #fe3500;
    }
}

/* ========= jpx =========*/
.footer__jpx {
    width: 68px;
    margin-left: auto;
}

.footer__jpx img {
    width: 100%;
}

/* ========= footer-bottom =========*/
.footer-bottom {
    background: #000;
    padding: 24px 0;
}

.footer-bottom__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom__catch {
    font-size: 10px;
}

/* ========= logo =========*/
.footer__logo {
    width: 120px;
}

.footer__logo a {
    display: inline-block;
}

.footer__logo img {
    width: 100%;
}

/* ========= sns =========*/
.footer__sns {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
}

.footer__sns-item {
    margin: 20px 0 0 20px;
}

.footer__sns-item a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 90px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width:1025px) {
    .footer__sns-item a {
        transition: .15s ease;
    }

    .footer__sns-item a:hover {
        color: #fe3500;
        border-color: #fe3500;
    }
}

/* ========= f-nav =========*/
.f-nav-list {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
}

.f-nav {
    margin-bottom: -10px;
    width: 25%;
}

.f-nav__item {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.f-nav__item a {
    display: inline-block;
    padding: 5px;
}

@media (min-width:1025px) {
    .f-nav__item a {
        transition: .15s ease;
    }

    .f-nav__item a:hover {
        color: #fe3500;
    }
}

/* ========= copyright =========*/
.footer__copyright {
    font-size: 10px;
}

.footer__copyright small {
    font-size: inherit;
}

/* ========= 202211 =========*/
.fv__heading {
	font-size: 18px;
	line-height:1.6;
}

@media (min-width:751px) {
.fv__heading .sp{
	display:none;
}
}

/* ========= language =========*/
.footer__lang {
    font-size: 13px;
    margin-left: auto;
	 margin-right: 5px;
}

.f_lang{
    line-height: 20px;
}

.f_lang_current{
    line-height: 20px;
    text-decoration: underline;
}

/* ========= cta =========*/
.cta-container {
  text-align: center;
}

.portal-cta-pc {
    display: inline-block;
    width: 600px;
}

.portal-cta-sp {
    display: none;
    width: 100%;
}
 
/* ========= 目次 スタイル =========*/
.toc-container {
  border: 1px solid #ddd;
  background-color: #d4d5db;
  overflow: hidden;
  margin-bottom: 30px;
  width: 33%;
}

@media (max-width: 850px) {
  .toc-container {
    width: 100%;
  }
}

.toc-container a {
  text-decoration: none !important;
}

.toc-container summary {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #d4d5db;
}

.toc-container summary::-webkit-details-marker {
  display: none;
}

.toc-container details summary::after {
  content: "+";
}

.toc-container details[open] summary::after {
  content: "-";
}

.toc-container ul {
  background-color: #f5f5f5;
  display: block;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}

.toc-container li {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  list-style-type: none;
  margin-left: -20px;
}

.toc-container .toc-h3item {
  margin-left: 20px;
}

.toc-container .toc-h4item {
  margin-left: 40px;
}

/* ========= 著者 スタイル =========*/
#author-profile {
  scroll-margin-top: 50px;
}

.author-section {
  width: 100%;
  margin-bottom: 30px;
  padding: 16px 0 40px;
  border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
}

.author-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.author-section-header-image {
  flex-shrink: 0;
  margin-right: 12px;
}

.author-section-header-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.author-section-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.author-section-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
}

.author-section-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.author-section-article {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 10px 0;
}

@media (max-width: 850px) {
  .author-section-articles {
    flex-direction: column;
  }

  .author-section-article {
    width: 100%;
  }
}

.author-section-article-image img {
  width: 120px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.author-section-article-title {
  font-size: 14px;
  line-height: 1.4;
  margin-right: 10px;
}

/* ========= ぱんくず スタイル =========*/
.custom-breadcrumbs-wrapper {
  background-color: #f3f3f3;
}

.custom-breadcrumbs-container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 50px;
  margin-bottom: 30px;
}

@media (max-width:850px) {
  .custom-breadcrumbs-container {
    padding: 8px 50px;
    margin-bottom: 10px;
  }
}

@media (max-width:750px) {
  .custom-breadcrumbs-container {
    padding: 8px 16px;
    margin-bottom: 10px;
  }
}

.custom-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}

.custom-breadcrumbs-item {
  display: flex;

  a {
    color: #333;
    text-decoration: underline;
    font-weight: 400;
  }

  + .custom-breadcrumbs-item {
    padding-left: 8px;

    &amp;::before {
      display: inline-block;
      padding-right: 8px;
      padding-left: 8px;
      color: #333;
      content: url(/images/icons/ic_triangle.svg);
      transform: scale(1);
      position: relative;
      top: -1px;
      left: -2px;
    }
  }

  .custom-breadcrumbs-item-title {
  }

  &amp;.active {
    font-weight: bold;
  }
}

/* ========= シェアボタン スタイル =========*/
.share-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-buttons img {
  width: 40px;
  height: 40px;
}

/* ========= テーブル スタイル =========*/
.wp-block-table {
  border: none;
  border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
    border: none;
}
</pre></body></html>