/* ----------------------------------------
　other（例）
---------------------------------------- */



/* other（例）
---------------------------------------- */



/* ----------------------------------------
　sitemap（サイトマップLP）
　/sitemap/用cssのため消さないこと。
---------------------------------------- */
.sitemap_title_h2 {
	margin: 30px auto 20px auto;
	font-size: 17px;
}
.sitemap_ti h2 {
    width: 90%;
    font-size: 24px;
    margin: 30px auto;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    border-bottom: none !important;
}

.sitemap_wrap {
    width: 90%;
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 30px 5%;
    box-sizing: border-box;
}

.sitemap_inner {
    margin-bottom: 30px;
}

.sitemap_inner:last-child {
    margin-bottom: 0;
}

.sitemap_inner h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.sitemap_inner ul {
    background: #fff;
    padding: 15px 5%;
}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 10% !important;
}

.sitemap_group_ti {
    margin-left: -5%;
}

/* sitemap
---------------------------------------- /


/* ----------------------------------------
owner
---------------------------------------- */
.owner_all_wrap {
    font-family: "Noto Sans JP", sans-serif;
}

.owner_all_wrap h3 {
    margin: 0;
    display: block;
    text-align: center;
}

.owner_all_wrap h3 img {
    width: 50%;
}

.owner_main_wrap {
    background-image: url(../owner/img/main_bg_sp.webp);
    background-size: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    width: 97%;
    margin: 0 auto;
    padding: 180px 0 60px;
}

.owner_main_inner {
    margin: 0 0 0 7%;
}

.owner_main_inner h2 {
    margin: 0;
    color: #ffffff;
    color: #ffffff;
    font-size: clamp(27px, 3.4vw, 30px);
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "M PLUS Rounded 1c", "Arial Rounded MT Bold", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.owner_main_inner p {
    color: #ffffff;
    font-size: clamp(14px, 3.1vw, 30px);
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "M PLUS Rounded 1c", "Arial Rounded MT Bold", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 12px 0 9vw;
}

.owner_main_inner h2 img {
    display: block;
    margin: 0 0 20px;
    width: 87%;
}

.kannri_main_medal {
    display: flex;
    align-items: center;
    gap: 0 2vw;
}

.kannri_main_medal li {
color: #71bf43;
    font-size: clamp(14px, 2.2vw, 25px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 5;
    width: clamp(100px, 13vw, 200px);
    text-align: center;
    &::after {
        content: '';
        width: clamp(100px, 13vw, 200px);
        height: clamp(100px, 13vw, 200px);
        background-image: url(../owner/img/main_medal.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: -1;
    }
}

.kannri_main_medal li span {
    color: #71bf43;
    font-size: clamp(35px, 3.2vw, 45px);
    font-weight: bold;
    line-height: 1;
    letter-spacing: -4px;
    margin-right: 4%;
}

.owner_onayami_wrap {
    margin: 50px auto 0;
    position: relative;
    z-index: 3;
}

.owner_onayami_wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 20%;
    height: 58px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -110px;
    background-image: url(../owner/img/sankaku.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

.owner_onayami_wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100px;
    aspect-ratio: 334 / 673;
    height: 210px;
    right: 2.5vw;
    bottom: -55%;
    background-image: url(../owner/img/suzuki_ryohei.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.owner_onayami_inner {
    width: 90%;
    margin: 0 auto;
}

.owner_onayami_inner h3 {
    color: #333333;
    font-size: clamp(22px, 3.8vw, 25px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin: 0px 0 40px;
    text-align: center;
}

.owner_onayami_inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px 0;
    margin: 0;
}

.owner_onayami_inner ul li {
    width: 48%;
    display: block;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #f8ffee;
    text-align: center;
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
    position: relative;
}

.owner_onayami_inner ul li::before {
    content: '';
    width: 32px;
    height: 24px;
    background-image: url(../owner/img/d_quote@3x.png);
    background-size: 60%;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    left: 15px;
}

.owner_strong_wrap {
    width: 100%;
    margin: 130px 0 0;
    padding: 10% 0 120px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.owner_strong_wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 400%;
    height: 2800px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background: #6bc63f;
    border-radius: 50%;
}

.owner_strong_inner{
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.owner_strong_inner h3 {
    display: block;
    text-align: center;
}

.owner_tl_txt {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 30px 0 0;
}

.owner_tl_txt span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    display: inline;
    padding: 2px 10px 3px;
    border-radius: 5px;
    background-color: #72bf44;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px;
}

.owner_strong_inner .owner_tl_txt {
    color: #ffffff;
}

.owner_strong_inner .owner_tl_txt span {
    color: #72bf44;
    background-color: #ffffff;
}

.owner_strong_inner ul {
    margin: 20px 0 0;
}

.owner_strong_inner ul li {
    width: 100%;
    display: block;
    padding: 17px 19px 20px;
    background-color: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
}

.owner_strong_inner ul li:not(:last-child) {
    margin-bottom: 20px;
}

.owner_strong_inner ul li img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 5px;
}

.owner_st_li_tl {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 2px dotted #b4dd9b;
}

.owner_st_li_tl span {
    color: #ec6941;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
}

.owner_st_li_txt {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
}

.owner_report_wrap {
    margin: -330px 0 0;
    background-color: #f4f4f4;
}

.owner_report_inner {
    width: 94%;
    margin: 0 auto;
    padding: 400px 0 75px;
}

.owner_report_inner .owner_tl_txt {
    color: #333333;
}

.owner_report_inner .owner_tl_txt span {
    background-color: #72bf44;
    color: #ffffff;
}

.owner_report_box {
    padding: 20px 4%;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
    margin: 40px 0 0;
}

.owner_report_midashi {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    text-align: left;
}

.owner_report_midashi span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    display: block;
    padding: 6px 3% 8px;
    background-color: #ec6941;
    border-radius: 7px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
}

.owner_report_rank {
    width: 100%;
    display: block;
    padding: 15px 5%;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #f8ffee;
    text-align: center;
    justify-content: space-between;
    margin: 16px 0 20px;
}

.owner_report_rank_l {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
}

.owner_report_rank_r {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px 10px;
    flex-wrap: wrap;
    margin: 10px 0 0;
}

.owner_report_rank_r li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 47%;
}

.owner_report_rank_r li:first-child .owner_report_rank_icon {
    background-color: #72bf44;
}

.owner_report_rank_r li:nth-child(2) .owner_report_rank_icon {
    background-color: #53a024;
}

.owner_report_rank_r li:nth-child(3) .owner_report_rank_icon {
    background-color: #336d11;
}

.owner_report_rank_r li:last-child .owner_report_rank_icon {
    background-color: #163901;
    font-size: 14px !important;
    width: 50px !important;
    padding: 5px 3% 7px !important;
    box-sizing: border-box;
}

.owner_report_rank_icon {
    width: fit-content;
    display: block;
    padding: 4px 8% 5px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    font-family: "Noto Sans JP", sans-serif;
}

.owner_report_rank_r li p {
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: left;
}

.owner_table {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #f8ffee;
    margin: 0;
    padding: 5px;
    position: relative;
    &::after {
        content: '';
        display: block;
        width: 18%;
        height: clamp(420px, 119%, 460px);
        background: #72bf44;
        border-radius: 8px;
        position: absolute;
        top: 40px;
        right: 0px;
        left: 7px;
        margin: auto;
        z-index: 0;
    }
}

.owner_table table {
    width: 100%;
    border-spacing: 6px 5px;
    border-collapse: separate;
}

.owner_table td {
    padding: 0 0 5px;
    font-size: 10px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
}

.owner_table tbody {
    position: relative;
    height: 436px;
}

/* ヘッダー */
.owner_table thead th {
    background: #8f8f8f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
}

.owner_table thead tr th:first-child {
    width: 40%;
}

.owner_table thead tr th:nth-child(2) {
    width: 20%;
}

.owner_table thead tr th:last-child {
    width: 40%;
}

/* 左側「敷地内」など */
.owner_table .category {
    width: 25px;
    background: #fff;
    color: #333333;
    font-weight: 500;
    font-size: 10px;
    vertical-align: middle;
    writing-mode: vertical-rl;
    letter-spacing: 0;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    text-align: center;
}

/* 対象項目 */
.owner_table tbody td {
    border-bottom: 2px dotted #b1dd93;
}

/* 状況 */
.owner_table .status {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  border: none;
  &::after {
    content: '';
    display: block;
    width: 55%;
    height: 2px;
    border-bottom: 2px dotted #bde1a8;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.owner_table .last_status::after {
    display: none;
}

.owner_report_condition {
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 4% 16px;
    margin: 30px 0 0;
}

.owner_report_condition li {
    width: 100%;
    display: block;
}

.owner_report_condition li:first-child {
    margin-bottom: 10px;
}

.owner_report_condition li p {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0 0 10px;
}

.owner_report_btn {
    margin: 15px auto 0;
    display: block;
}

.owner_report_btn p {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    display: block;
    width: fit-content;
    padding: 6px 19px;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 2px solid #72bf44;
    text-align: center;
    margin: 0 auto -15px;
    position: relative;
    &::after {
        content: "";
        position: absolute;
        top: 98%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 5px 0 5px;
        border-color: #ffffff transparent transparent transparent;
    }
}

.owner_report_btn a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    width: 85%;
    display: block;
    padding: 21px 0;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #72bf44;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

.owner_cv_wrap {
    background-image: url(../owner/img/cv_bg_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.owner_cv_inner {
    width: 90%;
    margin: 0px auto;
    padding: 50px 0 46px;
}

.owner_cv_h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin: 0 0 15px !important;
    text-align: center;
}

.owner_cv_txt {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
}

.owner_cv_inner ul {
    margin: 30px 0 0;
    padding: 0;
}

.owner_cv_inner ul li {
    list-style: none;
}

.owner_cv_inner ul li:first-child a {
    margin: 0 0 10px;
    font-size: 19px;
}

.owner_cv_inner ul li a {
    width: 100%;
    height: 70px;
    display: block;
    padding: 0;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    text-decoration: none;
    position: relative;
}

.owner_cv_inner ul li:first-child a {
     &::after {
        content: '';
        width: 7px;
        height: 7px;
        border-top: 2px solid #72bf44;
        border-right: 2px solid #72bf44;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        bottom: 0;
        margin: auto;
        right: 5.5vw;
    }
}

.owner_cv_inner a[href^="tel:"] {
    pointer-events: painted;
}

.owner_cv_inner ul li a:hover {
    background-color: #f5ffee;
}

.owner_cv_inner ul li a i {
    color: #72bf44;
    position: absolute;
    left: 10vw;
    font-size: 22px;
}

.owner_cv_inner ul li a div {
    color: #333333;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
}

.owner_cv_inner ul li a div span {
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.01em;
    display: block;
    margin: 5px 0 0;
}

.owner_reform_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
}

.owner_reform_con_ul li {
    width: 350px;
    display: block;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    margin: 30px auto 0;
}

.owner_reform_box {
    padding: 10px 10px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.owner_reform_cms_tag {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    width: fit-content;
    display: block;
    padding: 6px 4%;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #72bf44;
    text-align: center;
    text-decoration: none;
}   

.owner_reform_cms_tl {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.owner_reform_cms_shosai {
    display: flex;
    align-items: center;
    gap: 0 35px;
    margin: 10px 0 7px;
}

.owner_reform_cms_shosai p {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    margin: 0;
    text-decoration: none;
}

.owner_reform_cms_shosai p span {
    color: #ffffff;
    font-size:  14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: block;
    padding: 8px 13px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #72bf44;
    text-align: center;
    margin: 0 13px 0 0;
    text-decoration: none;
}

.owner_reform_cms_txt {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-decoration: none;
}

.owner_reform_con_ul {
    width: 100%;
    height: 880px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.owner_reform_con iframe {
    width: 100%;
    height: 930px;
}

.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    max-height: 100%;
    pointer-events: painted !important;
    z-index: 10;
}

.owner_reform_box .slider-container {
	position: relative;
	width: 100%;
	height: 180px;
	cursor: ew-resize;
	touch-action: none;
}
.owner_reform_box .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}
.owner_reform_box .image-wrapper img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	user-drag: none;
	user-select: none;
	pointer-events: none;
}
.owner_reform_box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 180px;
	overflow: hidden;
}
.owner_reform_box .overlay img {
	width: 300px;
	height: 180px !important;
	object-fit: cover;
    object-position: center;
	user-drag: none;
	user-select: none;
	pointer-events: none;
	max-width: unset;
}
.owner_reform_box .slider-bar {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #fff;
}

.owner_reform_box .slider-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	background: #ffffffe8;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	cursor: grab;
	display: flex;
	align-items: center;
	justify-content: center;
	& i {
		font-size: 20px;
        color: #333333;
	}
}

.owner_reform_box .image-wrapper::after,
.overlay::before {
  position: absolute;
  bottom: 15px;
  z-index: 5;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .6);
  pointer-events: none;
  white-space: nowrap;
}

/* BEFORE */
.owner_reform_box .overlay::before {
    content: "BEFORE";
    left: 10px;
    bottom: 10px;
    font-size: 13px;
}

/* AFTER */
.owner_reform_box .image-wrapper::after {
    content: "AFTER";
    right: 10px;
    bottom: 10px;
    font-size: 13px;
}

.owner_reform_box .image-wrapper {
  position: absolute;
  z-index: 1;
}

.owner_reform_box .overlay {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

.owner_reform_box .slider-bar {
  z-index: 3;
}

.owner_more_btn a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    width: 70%;
    display: block;
    padding: 21px 0;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #72bf44;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    transition: 0.3s;
    position: relative;
    &:hover {
        background-color: #4b8b25;
    }
    &::after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        bottom: 0;
        margin: auto;
        right: 5vw;
    }
}




.owner_service_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 100px;
}

.owner_service_inner h3 {
    margin: 0 0 30px;
}

.owner_service_inner .owner_tl_txt span {
    margin: 0 5px 0 0;
}

.owner_service_tl_flex ul {
    width: 100%;
}

.owner_service_inner ul {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.owner_service_inner ul li {
    width: 48%;
    display: block;
    margin: 20px 0 0;
}

.ow_se_img_box {
    width: 100%;
    margin: 0 auto;
    background-color: #f8ffee;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px 0;
}

.owner_service_inner ul li img {
    display: block;
    margin: 0 auto;
    width: 30%;
}

.owner_service_li_tl {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 20px 0 15px;
    padding: 0 0 0 15px;
    position: relative;
    &::before {
        content: '';
        display: block;
        width: 3px;
        height: 25px;
        background: #ec6941;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin: auto;
        left: 0px;
    }
}

.owner_service_li_txt {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    margin: 0;
}

.owner_faq_wrap {
    background-color: #f4f4f4;
}

.owner_faq_inner {
    width: 90%;
    margin: 0 auto;
    padding: 120px 0 100px;
}

.owner_faq_inner .accordionbox {

}

.owner_faq_inner .accordionlist {
    margin: 40px auto 0px;
    border-bottom: 1px solid #fff;
}

.faq_list:not(:last-of-type) {
    margin-bottom: 20px;
}

.faq_list {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
}

.faq_list dt {
    position: relative;
}

.faq_list .title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 38px 40px 35px 45px;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    font-size: 16px;
    line-height: 1 !important;
    color: #000;
    text-align: left;
    position: relative;
    border-radius: 0 !important;
}

.faq_list dt .title.active {
    border-bottom: none;
}

.faq_list dt .title p {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.faq_list dt .title p span {
    color: #72bf44;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: -8px 15px 0 0 !important;
}

.faq_list .accordion_icon {
    width: 20px;
    height: 20px !important;
    position: absolute;
    bottom: 0;
    top: 0px;
    margin: auto;
    right: 10px;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    background-color: #72bf44;
    border-radius: 30px;

}

.faq_list .accordion_icon span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.2s;
}

.faq_list .accordion_icon span:nth-of-type(1) {
    margin: auto;
    top: 1px;
    bottom: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.faq_list .accordion_icon span:nth-of-type(2) {
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.faq_list .accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.faq_list .accordion_icon.active span:nth-of-type(2) {
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.faq_list dd {
    display: none;
    padding: 20px 20px 25px 19px;
    margin: 0;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    color: #000;
    position: relative;
    &::before {
        content: '';
        display: block;
        width: 90%;
        height: 2px;
        border-bottom: 2px dotted #b1dd93;
        position: absolute;
        top: 0px;
        right: 0;
        left: 0;
        margin: auto;
    }
}

.faq_list dd div {
    display: flex !important;
    align-items: flex-start;
}

.faq_list dd span {
    color: #ec6941;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-right: 15px !important;
}

.faq_list dd p {
    margin: 0;
}

.owner_all_wrap footer {
    margin: -15px 0 0;
}





/* owner
---------------------------------------- */