@charset "UTF-8";

.owners_catch {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    text-align: center;
    display: block;
    margin: 80px 0 40px;
}
.owners_catch span {
    color: #D3232E;
}

.owners_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.owners_bnr {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px 16px 18px;
    border: 1px solid #DCDCDC;
}
.owners_bnr_img {
    width: 100%;
    overflow: hidden;
}
.owners_bnr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: scale 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.owners_bnr_txtArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owners_bnr_txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.owners_content {
    padding: 100px 0 0;
}
.owners_content_head {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #DCDCDC;
    margin: 0 0 40px;
}
.owners_content_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    display: block;
    margin: 0 0 8px;
}
.owners_content_head p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
@media (min-width: 920px) {
    .owners_catch {
        font-size: 28px;
        margin: 120px 0 60px;
    }
    .owners_nav {
        flex-direction: row;
        justify-content: center;
    }
    .owners_bnr {
        width: calc((100% - 20px) / 2);
        gap: 24px;
    }
    .owners_bnr_txt {
        font-size: 20px;
    }
    .owners_bnr:hover .owners_bnr_img img {
        scale: 1.07;
    }

    .owners_content {
        padding: 160px 0 0;
    }
    .owners_content_head {
        padding: 0 0 60px;
        margin: 0 0 60px;
    }
    .owners_content_ttl {
        font-size: 40px;
        margin: 0 0 24px;
    }
    .owners_content_head p {
        font-size: 24px;
    }
}

.am_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 0 40px;
}
.am_item-reverse {
    margin: 0;
}
.am_item_img {
    width: 100%;
}
.am_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.am_item_ttl {
    font-size: 18px;
    display: block;
    margin: 0 0 8px;
}
.am_item_point {
    padding: 30px 20px 20px;
    background-color: #F2F2F2;
    border-radius: 8px;
    margin: 40px 0 0;
    position: relative;
}
.am_item_point::after {
    content: "";
    position: absolute;
    background: url(../img/owners/am_point.svg) center center no-repeat;
    width: 117px;
    height: 45px;
    top: -17px;
    left: -10px;
}
.am_item_point h5 {
    font-size: 20px;
    display: block;
    margin: 0 0 8px;
}
@media (min-width: 920px) {
    .am_item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
        margin: 0 0 60px;
    }
    .am_item-reverse {
        flex-direction: row-reverse;
    }
    .am_item_img {
        flex: 0 1 min(36.4285714286vw, 510px);
    }
    .am_item_txtArea {
        flex: 1 1 0;
    }
    .am_item_ttl {
        font-size: 24px;
        margin: 0 0 24px;
    }
    .am_item_point {
        padding: 34px 24px 28px;
        margin: 57px 0 0;
    }
    .am_item_point::after {
        width: 117px;
        height: 45px;
        top: -17px;
        left: -10px;
    }
}

.warranty_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 60px;
}
.warranty_item_head {
    margin: 0 0 20px;
}
.warranty_item_head span {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    padding: 8px;
    background-color: #D3232E;
    border-radius: 500px;
    display: inline-flex;
}
.warranty_item_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    display: block;
    margin: 16px 0 0;
}
.warranty_item_catch {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin: 0 0 12px;
}
.warranty_item_txt p {
    text-align: justify;
}

.support_img {
    width: 100%;
}
.support_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.support_img-01,
.support_img-03 {
    margin: 0 0 24px;
}
.support_img-02 {
    margin: 0 0 41px;
}
.support_txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 32px;
}
.support_txt h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: justify;
    display: block;
    padding: 0 0 8px;
    border-bottom: 1px solid #282828;
    margin: 0;
}
.support_mn {
    padding: 40px 20px;
    background-color: #F2F2F2;
    border-radius: 8px;
}
.support_mn h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    margin: 0 0 20px;
}
.support_mn p {
    text-align: justify;
    display: block;
    margin: 0 0 20px;
}
.support_mn img {
    width: 100%;
}
.support_mn small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0;
}

.system_img {
    width: 100%;
}
.system_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.system_img-01 {
    margin: 0 0 32px;
}
.system_img-02 {
    margin: 0 0 40px;
}
.system_txt {
    margin: 0 0 40px;
}
.system_txt h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    margin: 0 0 20px;
}
.system_txt div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.system_txt p {
    text-align: justify;
}
.system_table img {
    width: 100%;
    display: block;
    margin: 0 0 8px;
}
.system_table small {
    font-size: 12px;
    line-height: 1;
    text-align: justify;
}
.system_table_txt {
    border-top: 1px solid #DCDCDC;
    margin: 20px 0 0;
    padding: 12px 0 0;
    text-align: justify;
}
@media (min-width: 920px) {
    .warranty_item {
        flex-direction: row;
        justify-content: space-between;
        gap: min(4.28571428571vw, 60px);
        margin: 0 0 120px;
    }
    .warranty_item-last {
        margin: 0 0 160px;
    }
    .warranty_item_side {
        flex: 0 1 min(39.6428571429vw, 555px);
    }
    .warranty_item_sticky {
        position: sticky;
        top: 120px;
    }
    .warranty_item_main {
        flex: 0 1 min(36.4285714286vw, 510px);
    }
    .warranty_item_head {
        margin: 0 0 40px;
    }
    .warranty_item_head span {
        font-size: 15px;
    }
    .warranty_item_ttl {
        font-size: 32px;
    }
    .warranty_item_catch {
        font-size: 20px;
        margin: 0 0 28px;
    }
    .support_mn {
        padding: 40px;
        background-color: #F2F2F2;
    }
    .support_mn h6 {
        margin: 0 0 24px;
    }
    .support_mn p {
        margin: 0 0 24px;
    }

    .system_img-02 {
        margin: 0 0 80px;
    }
    .system_txt h6 {
        letter-spacing: -0.01em;
        margin: 0 0 26px;
    }
    .system_table img {
        margin: 0 0 12px;
    }
    .system_table_txt {
        margin: 40px 0 0;
        padding: 16px 0 0;
    }
}

.owners_voice {
    padding: 80px 0;
    background-color: #F5F5F5;
}
.owners_voice_head {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.owners_voice_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    display: block;
    margin: 0 0 8px;
}
.owners_voice_head p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.owners_voice_txt {
    margin: 0 0 40px;
}
.owners_voice_txt p {
    text-align: center;
}
.owners_voice_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.owners_voice_item {
    width: 100%;
    display: flex;
    gap: 12px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
}
.owners_voice_user {
    width: 60px;
    height: 60px;
    flex: 0 1 60px;
    display: block;
    border-radius: 9999px;
}
.owners_voice_comment {
    flex: 1 1 0;
}
.owners_voice_comment img {
    width: 24px;
    height: 20px;
    display: block;
    margin: 0 auto 8px 0;
}
.owners_voice_comment p {
    text-align: justify;
}
@media (min-width: 920px) {
    .owners_voice {
        padding: 160px 0;
    }
    .owners_voice_head {
        margin: 0 0 60px;
    }
    .owners_voice_ttl {
        font-size: 40px;
        margin: 0 0 24px;
    }
    .owners_voice_head p {
        font-size: 24px;
    }
    .owners_voice_list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .owners_voice_item {
        width: calc((100% - 16px) / 2);
        display: flex;
        gap: 20px;
        padding: 24px;
    }
    .owners_voice_user {
        width: 80px;
        height: 80px;
        flex: 0 1 80px;
    }
}
@media (min-width: 1200px) {
    .owners_voice_item {
        height: 165px;
    }
}

.owners_app {
    padding: 80px 0;
    background: radial-gradient(74.9% 52.17% at 29.01% 27.55%, #E6222E 0%, #E1232E 25.52%, #D4262E 54.43%, #BD2A2D 84.87%, #AF2D2D 100%);
}
.owners_app .owners_head {
    color: #ffffff;
}
.owners_app_container {
    width: 100%;
    position: relative;
}
.owners_app_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.owners_app_txt {
    order: 1;
    margin: 0 0 40px;
}
.owners_app_txtArea {
    display: contents;
    color: #ffffff;
}
.owners_app_catch {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    display: block;
    margin: 0 0 16px;
}
.owners_app_txt p {
    text-align: center;
}
.owners_app_dlArea {
    max-width: 340px;
    border-top: 1px solid #A11B23;
    margin: 40px auto 0;
    padding: 16px 0 0;
    order: 4;
}
.owners_app_dlArea span {
    font-weight: 700;
    line-height: 1.5;
    display: block;
    margin: 0 0 12px;
}
.owners_app_dl {
    width: 100%;
    display: flex;
    gap: 10px;
}
.owners_app_info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
}
.owners_app_info_img {
    width: 48px;
    height: 48px;
    flex: 0 1 48px;
}
.owners_app_info_img img {
    width: 100%;
    height: 100%;
}
.owners_app_info_txt {
    flex: 1 1 0;
    color: #ffffff;
}
.owners_app_info_txt p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin: 0 0 8px;
}
.owners_app_info_txt small {
    font-size: 10px;
    line-height: 1;
    display: block;
}
.owners_app_bnr {
    width: calc((100% - 10px) / 2);
    display: flex;
    border-radius: 4px;
}
.owners_app_bnr img {
    width: 101%;
    height: 101%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.owners_app_point {
    order: 3;
}
.owners_app_point span {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    display: block;
    margin: 0 0 20px;
}
.owners_app_point_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.owners_app_point_list li {
    width: calc((100% - 8px) / 2);
    padding: 12px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 1px 10px 0px #00000033 inset;
    font-weight: 700;
    line-height: 1.5;
}

.owners_app_phone {
    width: min(71.7948717949vw, 280px);
    position: relative;
    margin: 0 auto 20px;
    order: 2;
}
.owners_app_phone .swiper {
    width: 100% !important;
}
.owners_app_phone_frame {
    width: 109%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 3;
    pointer-events: none;
}
.owners_app_phone_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 768px) {
    .owners_app_phone {
        margin: 0 0 auto 6.95652173913vw;
    }
    .owners_app_point {
        width: 320px;
        order: 0;
        position: absolute;
        top: 432px;
        right: 0;
    }
    .owners_app_point_list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .owners_app_point_list li {
        width: 100%;
        padding: 20px;
    }
}
@media (min-width: 820px) {
    .owners_app_point {
        width: 48.2926829268vw;
    }
}
@media (min-width: 920px) {
    .owners_app {
        padding: 160px 0 175px;
    }
    .owners_app_head {
        margin: 0 0 64px;
    }
    .owners_app_ttl {
        font-size: 40px;
        margin: 0 0 24px;
    }
    .owners_app_head p {
        font-size: 24px;
    }
    .owners_app_row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /*gap: min(31.7857142857vw, 445px);*/
    }
    .owners_app_txtArea {
        width: calc((100% - 31.7857142857vw) / 2);
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .owners_app_catch {
        font-size: 24px;
        text-align: left;
    }
    .owners_app_txt {
        order: 0;
        margin: 0;
    }
    .owners_app_txt p {
        text-align: justify;
    }
    .owners_app_point {
        width: calc((100% - 31.7857142857vw) / 2);
        position: relative;
        top: auto;
        right: auto;
    }
    .owners_app_point span {
        font-size: 20px;
        margin: 0 0 24px;
    }
    .owners_app_dlArea {
        max-width: 100%;
        margin: 0;
        padding: 24px 0 0;
        order: 0;
    }

    .owners_app_phone {
        width: 25%;
        max-width: 278px;
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        order: 0;
        margin: 0 auto 20px;
    }
}
@media (min-width: 1200px) {
    .owners_app_container {
        padding: 61px 0 0;
    }
    .owners_app_txtArea,
    .owners_app_point {
        width: 340px;
    }
    .owners_app_catch {
        font-size: 28px;
    }
    .owners_app_phone {
        top: -61px;
    }
}

.owners_support {
    padding: 80px 0;
    position: relative;
}
.owners_support_container {
    max-width: 799px;
    margin: 0 auto;
}
.owners_support_head {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.owners_support_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    display: block;
    margin: 0 0 8px;
}
.owners_support_head p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.owners_support_message {
    text-align: center;
    margin: 0 0 40px;
}
.owners_support_message p {
    display: block;
    margin: 0 0 20px;
}
.owners_support_point {
    width: 100%;
    max-width: 700px;
    border: 1px solid #DCDCDC;
    padding: 20px;
    margin: 0 auto 20px;
}
.owners_support_point_ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.04em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 16px;
}
.owners_support_point_list {
    width: 100%;
    list-style-type: disc;
    padding: 0 0 0 16px;
    text-align: left;
}
.owners_support_point_list li {
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
}
.owners_support_bnr {
    width: 100%;
    height: 64px;
    max-width: 391px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #282828;
    margin: 0 auto;
}
.owners_support_bnr .txt {
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    margin: 0;
    flex: 1 1 0;
}
.owners_support_bnr .icon-arrow {
    flex: 0 1 24px;
}
.owners_support_bnr .icon-arrow::before,
.owners_support_bnr .icon-arrow::after {
    background-color: #ffffff;
}

.owners_support_form .form_area__content {
    margin: 0;
}
.owners_support_form .form_container {
    margin-bottom: 40px;
}
.owners_support_form .form_input_box-index {
    background-color: transparent;
    border-radius: 0;
    display: block;
    border-bottom: none;
}
.owners_support_form .form_input_box-index:has(input:focus) {
    background: transparent !important;
    border-bottom: none !important;
}
.owners_support_form .form_input_box-index:has(input:focus)::after {
    content: none;
    scale: 0 0;
}

.owners_support_form .form_input_radio {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.owners_support_form .form_input_box input[type="radio"] {
    border: 1px solid #282828;
    background: transparent;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
}
.owners_support_form .side_caution {
    margin: 40px 0 0;
}
.owners_support_form .form_bottom {
    margin: 20px 0 0;
}
.owners_support_form .form_input_box input,
.owners_support_form .form_input_box select,
.owners_support_form .form_input_box textarea {
    font-size: 16px;
}
@media (min-width: 600px) {
    .form_input_box-indexTxt {
        margin: 8px 0 0 28px;
    }
}
@media (min-width: 920px) {
    .owners_support {
        padding: 160px 0;
    }
    .owners_support_head {
        margin: 0 0 60px;
    }
    .owners_support_ttl {
        font-size: 40px;
        margin: 0 0 24px;
    }
    .owners_support_head p {
        font-size: 24px;
    }
    .owners_support_message p {
        margin: 0 0 40px;
    }
    .owners_support_point {
        padding: 40px 38px;
        margin: 0 auto 40px;
    }
    .owners_support_point_ttl {
        margin: 0 0 32px;
    }
    .owners_support_point_list {
        padding: 0 0 0 20px;
    }
    .owners_support_bnr {
        height: 72px;
        padding: 0 24px;
        transition: background-color 0.3s ease-out;
    }
    .owners_support_bnr:hover {
        background-color: #D3232E;
    }

    .owners_support_form .side_caution {
        margin: 60px 0 0;
    }
    .owners_support_form .form_bottom {
        margin: 40px 0 0;
    }
}


.owners_step {
    padding: 80px 0;
    position: relative;
}
.owners_step_bg {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.owners_step_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.owners_step_head {
    width: 100%;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #DCDCDC;
    margin: 0 0 40px;
}
.owners_step_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    display: block;
    margin: 0 0 8px;
}
.owners_step_head p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.owners_step_message {
    margin: 0 0 20px;
}
.owners_step_message p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.owners_step_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.owners_step_bnr {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px 16px 18px;
    border: 1px solid #DCDCDC;
    background-color: #ffffff;
}
.owners_step_bnr_img {
    width: 100%;
    overflow: hidden;
}
.owners_step_bnr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: scale 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.owners_step_bnr_txtArea {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owners_step_bnr_txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
@media (min-width: 920px) {
    .owners_step {
        padding: 160px 0 190px;
    }
    .owners_step_head {
        padding: 0 0 60px;
        margin: 0 0 60px;
    }
    .owners_step_ttl {
        font-size: 40px;
        line-height: 1;
        margin: 0 0 24px;
    }
    .owners_step_head p {
        font-size: 24px;
    }
    .owners_step_message {
        font-size: 20px;
        margin: 0 0 46px;
    }
    .owners_step_nav {
        flex-direction: row;
        justify-content: center;
    }
    .owners_step_bnr {
        width: calc((100% - 20px) / 2);
        gap: 24px;
    }
    .owners_step_bnr_txt {
        font-size: 20px;
    }
    .owners_step_bnr:hover .owners_step_bnr_img img {
        scale: 1.07;
    }
}

.owners_faq {
    padding: 80px 0 0;
    position: relative;
}
.owners_faq_container {
    width: 100%;
    padding: 0 20px;
    max-width: 954px;
    margin: 0 auto;
}
.owners_faq_head {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.owners_faq_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    display: block;
    margin: 0 0 8px;
}
.owners_faq_head p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.owners_faq_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.owners_faq_que {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 0;
    transition: color 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.owners_faq_que_icon {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}
.owners_faq_que_ttl {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
}
.owners_faq_ans {
    display: flex;
    gap: 8px;
    padding: 12px 0 0;
    border-top: 1px solid #DCDCDC;
}
.owners_faq_ans_icon {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}
.owners_faq_ans_ttl {
    font-size: 15px;
    line-height: 1.5;
    margin: 4px 0 0;
}
.owners_faq .js-details {
    width: 100%;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    background-color: #F8F8F8;
    border-radius: 8px;
}
.owners_faq .js-details .js-summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 20px;
    cursor: pointer;
}
.owners_faq .js-details .js-summary .modal_mark {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    flex: 0 1 14px;
    margin: 0 9px 0 0;
}
.owners_faq .js-details .js-summary .modal_mark::before,
.owners_faq .js-details .js-summary .modal_mark::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #282828;
    transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    top: 50%;
    transform: translateY(-50%);
}
.owners_faq .js-details .js-summary .modal_mark::before {
    rotate: 90deg;
}
.owners_faq .js-details summary {
    list-style: none;
}
.owners_faq .js-details summary::-webkit-details-marker {
    display: none;
}
.owners_faq .js-details .content .content_inner {
    padding: 0 20px 20px 20px;
}
.owners_faq .js-details.is-opened .js-summary {
    padding: 20px 20px 12px 20px;
}
.owners_faq .js-details.is-opened .modal_mark::before {
    rotate: 0deg;
}

.owners_faq .js-details:hover .owners_faq_que {
    color: #D3232E;
}
.owners_faq .js-details.is-opened .owners_faq_que {
    color: #D3232E;
}
@media (min-width: 920px) {
    .owners_faq {
        padding: 160px 0 0;
    }
    .owners_faq_container {
        width: 100%;
        padding: 0;
        max-width: 954px;
        margin: 0 auto;
    }
    .owners_faq_ttl {
        font-size: 40px;
        line-height: 1;
        margin: 0 0 24px;
    }
    .owners_faq_head p {
        font-size: 24px;
    }
    .owners_faq_que_icon {
        font-size: 24px;
    }
    .owners_faq_que_ttl {
        font-size: 20px;
    }
    .owners_faq_ans_icon {
        font-size: 24px;
    }
    .owners_faq_ans_txt {
        font-size: 15px;
        margin: 5px 0 0;
    }
    .owners_faq .js-details .js-summary {
        padding: 24px 20px 24px 24px;
    }
    .owners_faq .js-details.is-opened .js-summary {
        padding: 24px 20px 12px 24px;
    }
    .owners_faq .js-details .content .content_inner {
        padding: 0 20px 24px 24px;
    }
}

.owners_cta .fixed_cta_item {
    width: 100%;
}
.owners_cta .fixed_cta_item::after {
    content: none;
}
.icon-sup::before {
    content: "";
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    aspect-ratio: 1/1;
    -webkit-mask-image: url(../img/owners/icon_sup.svg);
    mask-image: url(../img/owners/icon_sup.svg);
    display: block;
    width: 40px;
    height: 40px;
    background: #2D3132;
}


.owners_head {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.owners_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35;
    display: block;
    margin: 0 0 8px;
}
.owners_head p {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
@media (min-width: 920px) {
    .owners_ttl {
        font-size: 40px;
        line-height: 1;
        margin: 0 0 24px;
    }

    .owners_head p {
        font-size: 24px;
    }
}