@charset "utf-8";

main {
    padding: 0 32px;
}

@media screen and (max-width: 767px) {
    #pankuzu, #breadCrumb, #breadCrumb_style {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #pankuzu, #breadCrumb, #breadCrumb_style {
        padding-top: 16px;
        margin: 0 auto 15px;
        box-sizing: content-box;
    }

    #pankuzu ul, ul#breadCrumb {
        display: block;
    }

    #pankuzu li, #breadCrumb li, #breadCrumb_style li {
        display: inline-block;
        float: left;
        color: #b2c5e0;
        font-size: 12px;
        font-weight: bold;
        height: 12px;
    }

    #pankuzu li:after, #breadCrumb li:after, #breadCrumb_style li:after {
        content: ' > ';
        color: var(--primary);
        font-weight: normal;
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

    #pankuzu li:last-child:after, #breadCrumb li:last-child:after, #breadCrumb_style li:last-child:after {
        content: none;
    }

    #pankuzu li a, #breadCrumb li a {
        text-decoration: none;
    }

    .kids #breadCrumb_style,
    .beginner #breadCrumb_style {
        padding-top: 10px !important;
    }

    #breadCrumb_style li, #breadCrumb_style li:after {
        color: #000;
    }
}

@media screen and (max-width: 869px) {
    #breadCrumb_style {
        font-weight: bold;
        font-size: 15px;
    }

    #breadCrumb_style li {
        display: inline-block;
        float: left;
        font-weight: bold;
        line-height: 25px;
    }

    #breadCrumb_style li:after {
        content: ' > ';
        color: var(--primary);
        font-weight: normal;
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

    #breadCrumb_style li:last-child:after {
        content: none;
    }
}

/*
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
} */

@media screen and (min-width: 870px) {
    .txt_page_category, .page_category {
        font-size: 20px;
        font-weight: bold;
        color: var(--primary);
        margin-bottom: 45px;
        padding-top: 29px;
    }
}

h1.txt_h1 {
    margin: 0 0 45px;
    font-size: 42px;
    line-height: 58px;
    color: var(--primary);
}

@media screen and (max-width: 869px) {
    main {
        padding: 0;
    }
}

.txt_h1 .spOnly {
    display: none;
}

@media screen and (max-width: 869px) {
    .txt_h1 .spOnly {
        display: block;
    }
}

@media screen and (max-width: 869px) {
    .txt_page_category, .page_category {
        font-size: 12px;
        font-weight: bold;
        color: var(--primary);
        padding-top: 16px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 869px) {
    .tone-general_main, .tone-product_spec_menu {
        padding: 0;
    }
}

@media screen and (max-width: 869px) {
    h1.txt_h1 {
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.6;
        margin: 0 0 45px;
    }

    .tone-general_main {
        margin-bottom: 75px !important;
    }

    .tone-product_app_list {
        padding-top: 0 !important;
    }
}

.tone-product_app_list ul {
    gap: 32px;
    justify-content: start;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tone-product_app_list ul li {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

.tone-product_app_list ul li>div {
    flex: 1;
}

.tone-product_app_list ul li:first-child {
    margin-left: 0px;
}

.tone-product_app_list ul li div:hover span {
    color: #00285e !important;
}

.tone-product_app_list ul li div a {
    background-color: var(--background-blue);
    border-radius: 8px;
    display: block;
    height: 100%;
}

.tone-product_app_list ul li div a:hover {
    background-color: var(--background-blue);
}

.tone-product_app_list ul li dl {
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--background-blue);
}

.tone-product_app_list ul li dt {
    padding-top: 12px;
    float: right;
}

.tone-product_app_list ul li dd {
    float: left;
    line-height: 22px;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    opacity: 0.5;
}

.SpOnly {
    display: none;
}

h1.txt_h1 {
    color: #333;
}

h2.txt_h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin: 0 0 40px auto;
    border-bottom: 2px solid #CDCDCD;
    padding-bottom: 8px;
    line-height: 1;
}

h2.txt_h2 span {
    display: block;
}

main img.pull-right {
    float: right;
}

.tone-product_app_list ul li h3 {
    color: #333;
    font-size: 18px;
    box-sizing: border-box;
    border-bottom: none;
    margin-bottom: 0;
}

.tone-product_app_list ul li h3>div {
    padding: 12px 0 8px;
    display: flex;
    gap: 4px;
}

.txt_page_category {
    color: #333;
}

.tone-product_app_list ul li h3.single {
    width: 100%;
}


.bg-yellow {
    background-color: #FFE700;
}

.tone-general_main {
    margin-bottom: 103px;
}

#model_links {
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
}

#model_links a {
    text-decoration: none;
}

.tone-video_bnr {
    margin-top: 120px;
}

.tone-general_list a {
    color: #333;
    background-image: url(image/icon-arrow-big.png) !important;
}

.tone-general_list a:hover {
    opacity: 0.5;
}


.app_disc {
    color: #333;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
    padding-top: 16px;
}

.app_catch {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.app_note {
    color: #7f7f7f;
    font-size: 12px;
}

.app_title {
    position: relative;
}

.bg-yellow {
    background-color: #FFE700;
}

.tone-general_main {
    margin-bottom: 103px;
}

#model_links {
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
}

#model_links a {
    text-decoration: none;
}

.tone-video_bnr {
    margin-top: 120px;
}

.tone-product_app_list a {
    min-height: 116px;
    text-decoration: none;
    padding: 20px;
    box-sizing: border-box;
}

.tone-general_list a {
    color: #333;
    background-image: url(image/icon-arrow-big.png) !important;
}

.tone-general_list a:hover {
    opacity: 0.5;
}

.app_device, .app_sim, .app_tone {
    color: #fff;
    font-size: 10px;
    background: var(--primary);
    background-size: 40px;
    padding: 5px 4px 5px;
    line-height: 1;
    border-radius: 2px;
}

.tone-product_app_list ul li div:hover span,
.single div:hover {
    color: #fff !important;
}

.app_device_none, .app_sim_none, .app_tone_none {
    color: #fff;
    font-size: 10px;
    background: #eee;
    background-size: 40px;
    padding: 5px 4px 5px;
    line-height: 1;
    border-radius: 2px;
}

.link-arrow {
    color: #333;
    background-image: url(image/icon-arrow.png);
}

.tone-product_app_list ul li a img {
    max-width: 88px;
}

/* 注釈 */
ul.notes {
    display: table;
    width: 100%;
    margin: 0;
    padding-left: 0;
}

ul.notes li {
    list-style: none;
    font-size: 12px;
    line-height: 1.6;
}

ul.notes li .notes_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.5em;
}

ul.notes li .notes_body {
    display: table-cell;
    vertical-align: top;
}

ul.notes li a {
    color: var(--key-color);
}

.cvButton-tertiary {
    font-size: 14px;
    justify-content: start;
    gap: 8px;
}

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

    .SpOnly {
        display: block;
    }

    .tone-product_app_list ul {
        gap: 24px;
    }

    .tone-general_main {
        padding: 0 !important;
        margin-bottom: 45px;
    }

    .txt_page_category {
        margin-bottom: 16px;
    }

    h1.txt_h1 {
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.6;
        margin: 0 0 45px;
    }

    h2.txt_h2 {
        font-size: 22px;
        padding-bottom: 8px;
    }

    .txt_content_catch {
        /*font-size: 12px;*/
    }

    .txt_content_catch br {
        display: none;
    }

    .tone-product_app_list {
        /*max-width: 500px;*/
        width: 100%;
        padding-top: 0 !important;
        margin: 0 auto;
    }

    .tone-product_app_list ul {
        margin-bottom: 0;
    }

    .tone-product_app_list ul li {
        float: none;
        margin-left: 0;
        margin-top: 16px;
    }

    .tone-product_app_list ul li a {
        width: 100%;
        padding: 16px;
    }

    .tone-product_app_list ul li a img {
        display: block;
        max-width: 88px;
        width: 100%;
    }

    .tone-product_app_list ul li a span {
        margin: 16px auto 0;
        box-sizing: border-box;
        position: relative;
        left: auto;
        /*bottom: auto;*/
    }

    #model_links {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
    }

    #model_links a {
        text-decoration: none;
    }

    .tone-video_bnr {
        margin-top: 45px;
    }

    .tone-video_bnr a {
        display: inline-block;
        padding-bottom: 63px;
        margin: 0 auto;
        background: url(/assets/img/sp/top/guide.png) no-repeat center top /288px 115px;
    }

    .tone-video_bnr img {
        visibility: hidden;
    }

    .tone-product_app_list ul li:nth-child(3n - 1) {
        margin-left: 0;
        margin-right: 0;
    }

    .tone-product_app_list ul li {
        width: 100%;
    }

    .tone-general_list.weak-border {
        margin-top: 45px;
    }

    .tone-footer_purchase {
        display: none;
    }
}

/* 注釈 */
ul.notes {
    display: table;
    width: 100%;
    margin: 0;
    padding-left: 0;
}

ul.notes li {
    list-style: none;
    font-size: 12px;
    line-height: 1.6;
}

ul.notes li .notes_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.5em;
}

ul.notes li .notes_body {
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .PcOnly {
        display: none;
    }

    .SpOnly {
        display: block;
    }

    .tone-general_main {
        padding: 0 !important;
        margin-bottom: 45px;
    }

    .txt_page_category {
        margin-bottom: 16px;
    }

    h2.txt_h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .txt_content_catch br {
        display: none;
    }

    .tone-product_app_list {
        /*max-width: 500px;*/
        width: 100%;
        padding-top: 0 !important;
        margin: 0 auto;
    }

    .tone-product_app_list ul {
        margin-bottom: 0;
        grid-template-columns: 1fr 1fr;
    }

    .tone-product_app_list ul li {
        float: none;
        margin-left: 0;
        margin-top: 16px;
    }

    .tone-product_app_list ul li a {
        width: 100%;
        padding: 16px;
    }

    .tone-product_app_list ul li a img {
        display: block;
        max-width: 88px;
        width: 100%;
    }

    .tone-product_app_list ul li a span {
        margin: 16px auto 0;
        box-sizing: border-box;
        position: relative;
        left: auto;
        /*bottom: auto;*/
    }

    #model_links {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
    }

    #model_links a {
        text-decoration: none;
    }

    .tone-video_bnr {
        margin-top: 45px;
    }

    .tone-video_bnr a {
        display: inline-block;
        padding-bottom: 63px;
        margin: 0 auto;
        background: url(/assets/img/sp/top/guide.png) no-repeat center top /288px 115px;
    }

    .tone-video_bnr img {
        visibility: hidden;
    }

    .tone-product_app_list ul li:nth-child(3n - 1) {
        margin-left: 0;
        margin-right: 0;
    }

    .tone-product_app_list ul li {
        width: 100%;
    }

    .tone-general_list.weak-border {
        margin-top: 45px;
    }

    .tone-footer_purchase {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .tone-product_app_list {
        /*max-width: 500px;*/
        padding-top: 0 !important;
        margin: 0 auto;
    }


    .tone-product_app_list ul li a span {
        margin: 16px auto 0;
        box-sizing: border-box;
        position: relative;
        left: auto;
        /*bottom: auto;*/
    }
}

@media screen and (max-width: 767px) {
    .tone-product_app_list {
        /*max-width: 500px;*/
        width: 100%;
        padding-top: 0 !important;
        margin: 0 auto;
    }

    .tone-product_app_list ul {
        margin-bottom: 0;
    }

    .tone-product_app_list ul li {
        float: none;
        margin-left: 0;
        margin-top: 16px;
    }

    .tone-product_app_list ul li a {
        width: 100%;
        padding: 16px;
    }

    .tone-product_app_list ul li a img {
        display: block;
        max-width: 88px;
        width: 100%;
    }

    .tone-product_app_list ul li a span {
        margin: 16px auto 0;
        box-sizing: border-box;
        position: relative;
        left: auto;
        /*bottom: auto;*/
    }

    .tone-product_app_list ul li:nth-child(3n - 1) {
        margin-left: 0;
        margin-right: 0;
    }

    .tone-product_app_list ul li {
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .tone-product_app_list ul {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }

    .tone-product_app_list ul li {
        margin-top: 0;
    }

    .tone-product_app_list ul li h3.single {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 4px;
    }
}
