@charset "UTF-8";

/* メンテナンス文言追加
---------------------- */
.mainte_wrap {
    max-width: 792px;
    width: 100%;
    padding: 24px 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFEFEC;
    border: 2px solid #FF6043;
    display: flex;
    gap: 24px;
    align-items: start;
    font-size: 14px;
    color: #D94729;
    margin: 0 auto 20px;
}

.mainte_wrap .mainte_txt_ttl {
    font-size: 18px;
    font-weight: bold;
    width: 150px;
    padding-bottom: 8px;
}

.mainte_wrap .mainte_txt {
    width: -moz-fit-content;
    width: fit-content;
    color: var(--black);
    font-size: 12px;
}

@media (max-width: 480px) {
    .mainte_wrap {
        padding: 16px;
        border: 2px solid #FF6043;
    }
}

/* 注釈ここから */
ul.annotation_box {
    width: 100%;
}

ul.annotation_box li {
    position: relative;
    margin-left: 1.4rem;
    font-size: 12px;
    line-height: 1.7;
    width: fit-content;
}

ul.annotation_box li::before {
    content: '※';
    position: absolute;
    left: -1.4rem;
}

ul.annotation_box.num li {
    margin-left: 2.4rem;
}

ul.annotation_box.num li::before {
    left: -2.4rem;
}

ul.annotation_box.num li.num_add {
    counter-increment: cnt;
}

ul.annotation_box.num li.num_add::before {
    content: "※" counter(cnt);
}

/* common
---------------------- */
body {
    font-size: 16px;
}

body small {
    font-size: smaller;
}

.tone-contents {
    max-width: 1024px;
}

.tablet-only {
    display: none;
}

.h2_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.h2_ttl_sub {
    color: var(--black);
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 12px;
    font-weight: bold;
    line-height: 170%;
    letter-spacing: 1.2px;
    opacity: 0.4;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
}


.fs-small {
    font-size: 90%;
}

@media screen and (max-width:869px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 28px;
        line-height: 1.3;
        text-align: center;
    }
}

.color_family500 {
    color: var(--family);
}

.color_primary {
    color: var(--primary);
}

.function_ttlBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: auto;
}

.function_ttlBox .flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.function_ttl {
    font-size: 24px;
    font-weight: bold;
}

.capable_devices {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    background: var(--background-gray);
    font-size: 12px;
    font-weight: normal;
}

/* mainVisual
---------------------- */

.mv_container {
    width: 100%;
    background: url(/family/img/top/fv_img_pc.jpg)center / cover no-repeat;
}

.mv_box {
    position: relative;
    padding: 10.9vw 0 6.5vw;
    width: 64vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.h1_ttl_sub img {
    max-width: min(18vw, 345px);
    width: 100%;
}

.h1_ttl img {
    max-width: min(36.5vw, 652px);
    width: 100%;
}

.tyoukyoutosisyouLogo {
    max-width: min(9vw, 172px);
    width: 100%;
}

@media screen and (max-width:1024px) {
    .mv_container {
        position: relative;
        background: none;
    }

    .pc-only {
        display: none;
    }

    .tablet-only {
        display: block;
    }

    .fv_img_tablet {
        margin: 7.5vw auto 0;
    }

    .mv_box {
        position: absolute;
        top: -2.8vw;
        right: 0;
        left: 0;
        margin: auto;
        align-items: center;
        width: fit-content;
        padding: 0 0 10vw;
    }

    .h1_ttl_sub img {
        max-width: min(32vw, 256px);
    }

    .h1_ttl img {
        max-width: min(32vw, 271px);
    }

    .tyoukyoutosisyouLogo {
        position: absolute;
        bottom: -0.6vw;
        right: -5.5vw;
        max-width: min(14.8vw, 178px);
    }
}

@media screen and (max-width:869px) {
    .mv_container .sp-only {
        display: none;
    }
}

@media screen and (max-width:672px) {
    .tablet-only {
        display: none;
    }

    .mv_container .sp-only {
        display: block;
    }

    .fv_img_sp {
        width: 94%;
        margin: 12vw auto 0;
    }

    .h1_ttl_sub img {
        max-width: 55vw;
    }

    .h1_ttl img {
        max-width: 66vw;
    }

    .mv_box {
        top: -5vw;
        gap: 2.2vw;
    }

    .tyoukyoutosisyouLogo {
        bottom: -13.6vw;
            right: -12vw;
            max-width: 30vw;
    }
}

/* familyAI
---------------------- */
.familyAI {
    padding: 80px 16px;
}

.familyAI_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.familyAI_contents {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.familyAI_txt_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.familyAI_img {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.familyAI_list {
    margin: auto;
    list-style-type: disc;
    padding-left: 1rem;
}

.familyAI_txt_flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.familyAI_txt_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 375px;
    width: 100%;
}

.familyAI_txt_decWrap {
    width: 100%;
    height: 100%;
    background: url(/family/img/top/blur_yellow.png)center / 80% no-repeat;
}

.familyAI_txt {
    position: relative;
    color: var(--family);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 180%;
    letter-spacing: 0.1rem;
}

.familyAI_txt .big {
    font-size: 28px;
}

.familyAI_txt::after,
.familyAI_txt::before {
    content: "";
    position: absolute;
    flex-shrink: 0;
    width: 29px;
    height: 61px;
    background: url(/family/img/top/Brackets_familypink.png)center / cover no-repeat;
}

.familyAI_txt::after {
    top: -12px;
    left: 0;
}

.familyAI_txt::before {
    bottom: -6px;
    right: 0;
    transform: scale(-1, -1);
}


.familyAI_subTxt {
    font-size: 14px;
}

.bg_white {
    background-color: var(--white);
}

.border_family500 {
    border: 3px solid var(--family);
}

@media screen and (max-width:869px) {
    .familyAI{
        padding: 56px 16px;
    }
    .familyAI_txt {
        font-size: min(18px, 4.5vw);
    }

    .familyAI_subTxt {
        font-size: 12px;
    }
}

/* toneCamera
---------------------- */
.toneCamera {
    padding: 80px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: var(--Family-50, #FFF6F6);
}

.toneCamera_container {
    max-width: 672px;
    width: 100%;
    margin: auto;
    padding: 40px 64px;
    border-radius: 8px;
    background: var(--white);
}

.toneCamera_list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 32px 16px;
    flex-wrap: wrap;
}

.toneCamera_list_ttl {
    font-size: 16px;
    font-weight: bold;
}

.toneCamera_list_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 47%;
    width: 100%;
}

.toneCamera_list_item img {
    width: 100%;
}

.toneCamera_secondaryBox {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 4px;
}

.toneCamera_secondaryBox h3 {
    font-size: 20px;
}

@media screen and (max-width:869px) {
    .toneCamera_container {
        padding: 0;
        background: none;
    }

    .toneCamera_secondaryBox h3 {
        font-size: 18px;
    }

    .toneCamera_container .capable_devices {
        background-color: var(--white);
    }
}

/* toneGPS
---------------------- */
.toneGPS {
    display: flex;
    padding: 80px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.toneGPS_container {
    max-width: 1024px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
}

.fuction_box_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-items: flex-start;
}

.fuction_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 428px;
    width: 100%;
}

/* appLock
---------------------- */

.appLock {
    display: flex;
    padding: 80px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background: #FFF4F4;
}

.appLock_container {
    display: flex;
    max-width: 1024px;
    width: 100%;
    padding: 40px 64px;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 8px;
    background: var(--white);
    flex-wrap: wrap;
}

@media screen and (max-width:869px) {
    .appLock_container {
        padding: 0;
        background: none;
    }

    .appLock_container .capable_devices {
        background-color: var(--white);
    }
}

/* othermimamori
---------------------- */
.othermimamori {
    display: flex;
    padding: 80px 16px 0px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.other_list {
    display: flex;
    max-width: 672px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    row-gap: 16px;
    flex-wrap: wrap;
}

.other_list_item {
    position: relative;
    display: flex;
    width: 49%;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Family-200, #FFC5C6);
    background: var(--white);
}

.other_h3_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.other_h3_wrap h3 {
    font-size: 18px;
}

.other_list_item .TONEAI_logo {
    position: absolute;
    top: 24px;
    right: 16px;
}

.other_list_item.development {
    width: 100%;
    background: var(--background-gray);
    border: none;
}

.development_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.setting_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.setting_wrap p {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width:869px) {
    .other_list {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
    }

    .other_list_item {
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .other_list_item.development {
        border-top: 1px solid var(--Family-200, #FFC5C6);
        border-bottom: 1px solid var(--Family-200, #FFC5C6);

    }
}

/* comparison
---------------------- */
.comparison {
    display: flex;
    max-width: 672px;
    width: 100%;
    margin: auto;
    padding: 80px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.comparison_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.accordion_wrap {
    position: relative;
    height: 450px;
    overflow-y: hidden;
}

.accordion_wrap.active {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.accordion_Btn {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 100px 0px 16px 0px;
    gap: 8px;
    color: var(--primary);
    font-weight: bold;
    background: linear-gradient(177deg, rgba(255, 255, 255, 0.00) 2.44%, #FFF 49.02%);
}

.accordion_Btn::after {
    content: "\f078";
    display: inline-block;
    margin: auto;
    font-size: 1.4em;
    font-weight: normal;
    font-family: "FontAwesome";
    transition: 0.3s ease;
}

.plans_feature_box {
    padding-bottom: 70px;
}

.active .accordion_Btn::after {
    transform: rotate(180deg) translateY(-4px);
}

.active .accordion_Btn {
    padding-top: 0px;
}

@media screen and (max-width:869px) {
    .comparison {
        padding: 80px 16px 0;
    }

    .accordion_wrap {
        height: 380px;
    }

    .accordion_Btn::after {
        right: 30vw;
    }

    .plans_feature_box td.android,
    .plans_feature_box td.iphone {
        font-size: 22px;
    }
}

/* price
---------------------- */
.price {
    max-width: 672px;
    width: 100%;
    margin: auto;
    display: flex;
    padding: 80px 16px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.price_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.familyPrice_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.familyPrice_box {
    display: flex;
    padding: 24px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Family-50, #FFF6F6);
}

.familyPrice_ttl {
    font-size: 18px;
    font-weight: bold;
}

.family_price {
    max-width: 280px;
}

.price_family_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}

.price_family_ttl .color_family500 {
    font-weight: bold;
}

.price_family_ttl .big {
    font-size: 20px;
}

.reflect {
    transform: scale(1, -1);
}

.plus {
    margin: auto;
}

.basicPrice_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.basicPrice_box p {
    font-size: 14px;
}

.tonefamily_secondaryBox {
    max-width: 672px;
    width: 100%;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 5px;
}

.tonefamily_secondaryBox h3 {
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width:869px) {
    .tonefamily_secondaryBox {
        width: 100%;
        padding: 24px;
        gap: 16px;
    }

    .tonefamily_secondaryBox h3 {
        font-size: 19px;
    }
}

/* simPlan
---------------------- */
.simPlan {
    display: flex;
    padding: 80px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background-color: var(--background-blue);
}

.simPlan_container {
    max-width: 627px;
    width: 100%;
    margin: auto;
}

.simPlan_box .accordion_container>div {
    height: 400px;
    overflow: scroll;
}

.simPlan_box #confirmed_operation_device #smartphoneList {
    background: none;
}

.simPlan_box .iPhone_contents {
    padding: 32px 0;
}

.carrier-section {
    padding: 32px 16px;
    display: block;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    background: var(--white);
    line-height: 1.5;
}

.smartphone-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    gap: 4px;
}

.smartphone-list li.smartphone-list-item {
    position: relative;
    padding: 12px 16px 12px 28px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.smartphone-list-item:nth-child(2n) {
    width: 100%;
    background: #fafafa;
}

.smartphone-list li.smartphone-list-item::before {
    content: "・";
    position: absolute;
    left: 12px;
}

.text-link {
    text-decoration: underline;
    font-weight: bold;
    color: var(--primary);
    transition: 0.3s ease;
}

@media (hover:hover) {
    .text-link:hover {
        text-decoration: underline;
        opacity: 0.5;
    }
}

@container (max-width: 600px) {
    .smartphone-list {
        padding: 24px;
        border-radius: 8px;
        box-shadow: none;
    }

    .smartphone-list li.smartphone-list-item::before {
        left: 8px;
    }

    .carrier-section {
        padding: 0 24px;
        border-radius: 8px;
        box-shadow: none;
    }

    #confirmed_operation_device #smartphoneList ul.smartphone-list,
    ul.smartphone-list {
        padding: 24px 0;
    }

    .smartphone-list li.smartphone-list-item {
        font-size: 14px;
    }
}

/* faq
---------------------- */
.faq {
    max-width: 672px;
    width: 100%;
    margin: auto;
    padding: 64px 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.accordion_faq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
