@charset 'utf-8';

/*サポートポータル202412*/

.c_button {
    font-weight: normal;
}

.mv-area .link-btn {
    margin-top: 20px;
}

.mv-area .link-btn a {
    display: block;
    width: 300px;
    color: #fff;
}

.suppTop-list-wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.suppTop-list-wrap .box-list {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.suppTop-list-wrap .box-list h3 {
    font-size: 20px;
}

.suppTop-list-wrap .box-list .link-panel {
    width: 100%;
    height: 160px;
    padding: 10px 0;
    box-sizing: border-box;
    display: table;
    position: relative;
}

.suppTop-list-wrap .box-list .link-panel.mb {
    margin-bottom: 125px;
}

.suppTop-list-wrap .box-list .link-panel a {
    width: 100%;
    height: 100%;
    display: table-cell;
    background-color: #F2F2F2;
    padding: 10px 20px 10px 110px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    position: relative;
    font-weight: 600;
    font-size: 1.1em;
}

.suppTop-list-wrap .box-list .link-panel:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 2;
    width: 70px;
    height: 70px;
}

.suppTop-list-wrap .box-list .link-panel.list01:after {
    background-image: url(../images/list-icon01.png);
}

.suppTop-list-wrap .box-list .link-panel.list02:after {
    background-image: url(../images/list-icon02.png);
}

.suppTop-list-wrap .box-list .link-panel.list03:after {
    background-image: url(../images/list-icon03.png);
}

.suppTop-list-wrap .box-list .link-panel.list04:after {
    background-image: url(../images/list-icon04.png);
}

.suppTop-list-wrap .box-list .link-panel.list05:after {
    background-image: url(../images/list-icon05.png);
}

.suppTop-list-wrap .box-list .link-panel.list06:after {
    background-image: url(../images/list-icon06.png);
}

.suppTop-list-wrap .box-list .link-panel.list07:after {
    background-image: url(../images/list-icon07.png);
}

.suppTop-list-wrap .box-list .link-panel.list08:after {
    background-image: url(../images/list-icon08.png);
}

.suppTop-list-wrap.justify-center {
    justify-content: center;
}

.suppTop-recommend-wrap {
    display: flex;
}

.suppTop-recommend-wrap .box-list {
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
}

.suppTop-recommend-wrap .box-list a {
    display: block;
}

.suppTop-recommend-wrap .box-list a img {
    width: 100%;
}

.suppTop-recommend-wrap .box-list a .text {
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .suppTop-list-wrap .box-list .link-panel.mb {
        margin-bottom: unset;
    }
    .suppTop-list-wrap .box-list h3 {
        margin-top: 30px;
    }
    .suppTop-list-wrap .box-list {
        width: 100%;
        padding: 0;
    }
    .suppTop-recommend-wrap {
        flex-wrap: wrap;
    }
    .suppTop-recommend-wrap .box-list {
        width: 50%;
    }
}


/*共通css*/

.support-h1 {
    font-size: 2em;
    margin-bottom: 30px;
}

.support-desc {
    margin-bottom: 30px;
}

.blue-btn a {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    font-size: 1.1em;
}

.greybtn-wrap {
    display: flex;
}

.greybtn-wrap .column4 {
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
}

.greybtn-wrap .column3 {
    padding: 10px;
    box-sizing: border-box;
    width: calc(100%/3);
}

.greybtn-wrap .greybtn a {
    background-color: #F2F2F2;
    display: block;
    font-weight: normal;
    padding: 30px;
}

.greybtn-wrap .column4:first-child,
.greybtn-wrap .column3:first-child {
    padding-left: 0;
}

.support-note {
    font-size: 0.8em;
    color: #aaa;
}

.squre-h2 {
    font-size: 1.3em;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px !important;
    text-align: left !important;
}

.squre-h2:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
}

@media screen and (max-width:767px) {
    .blue-btn a {
        display: block;
        margin-right: 0;
        font-size: 1em;
    }
    .greybtn-wrap {
        flex-wrap: wrap;
    }
    .greybtn-wrap .column4 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .greybtn-wrap .column3 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .greybtn-wrap .greybtn a {
        margin-right: 0;
    }
    .squre-h2 {
        font-size: 1.2em;
    }
}


/*使い方*/

.howto-wrapper h1 {
    font-size: 1.7em;
}

.howto-wrapper .lead {
    text-align: left;
}

.howto-wrapper h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 25px;
    position: relative;
}

.howto-wrapper h2:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000;
    top: 5px;
    left: 0;
}

.howto-wrapper .border-top {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.howto-wrapper .desc table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
}

.howto-wrapper .desc table th {
    color: #fff;
    padding: 5px 20px;
    background-color: #585858;
    border: 1px solid #000;
    box-sizing: border-box;
}

.howto-wrapper .desc table th:first-child {
    width: 250px;
}

.howto-wrapper .desc table th:last-child {
    width: calc(100% - 250px);
}

.howto-wrapper .desc table td {
    padding: 5px 20px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.howto-wrapper .desc table tr:nth-child(odd) {
    background-color: #F2F2F2;
}

@media screen and (max-width:767px) {
    .howto-wrapper .desc table th:first-child {
        width: unset;
    }
    .howto-wrapper .desc table th:last-child {
        width: unset;
    }
}


/*対応機種*/

#toner .TopSection__box {
    background-color: #fff;
}

#toner h2 {
    margin-bottom: 4.955%;
}

.iframe-information {
    display: block;
    font-size: 20px;
    height: 22em;
}

#toner-iframe {
    width: 100%;
    margin: 0 auto;
}

.tab-index {
    margin: 50px auto 30px;
}

.tab-index ul {
    position: relative;
    display: flex;
    justify-content: center;
}

.tab-index ul li {
    position: relative;
    width: 20%;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.55em;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.tab-index ul li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 0 solid #0a9bcd;
}

.tab-index ul li:hover:before {
    border-bottom-width: 3px;
}

.tab-index ul li.selected {
    background-color: #fff;
}

.tab-index ul li.selected:before {
    border-bottom-width: 3px;
}

#toner .layout .box {
    display: none;
}

#toner .layout .box:after {
    content: '';
    display: block;
    clear: both;
}

#toner .layout#selected-tab0 #tab-box1 {
    display: block;
}

#toner .layout#selected-tab1 #tab-box2 {
    display: block;
}

#toner .layout#selected-tab2 #tab-box3 {
    display: block;
}

#toner .layout {
    width: 100%;
    margin: 0 auto;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.hidden_box input {
    display: none;
}

.section-movie {
    margin-top: 50px;
    margin-bottom: 50px;
}

.movie-wrap {
    display: flex;
    justify-content: center;
}

.movie-wrap .video-wrap {
    width: calc(100%/3);
    padding: 10px;
    box-sizing: border-box;
}

.movie-wrap .color {
    text-align: center;
    margin-top: 10px;
}

.movie-wrap video-js {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.section-movie .accordion {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
}

.section-movie .accordion:last-child {
    border-bottom: 1px solid #ccc;
}

.section-movie .accordion .accordion_header {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.section-movie .accordion .accordion_header:after {
    content: "+";
    position: absolute;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-size: 35px;
}

.section-movie .accordion .accordion_header.open:after {
    content: "-";
    font-size: 50px;
    top: 45%;
}

.section-movie .accordion .accordion_inner {
    display: none;
}

.toner-note {
    margin-top: 50px;
    line-height: 1.5em;
}

@media screen and (max-width:767px) {
    .section-movie .accordion .accordion_header {
        padding-right: 40px;
    }
    .section-movie .accordion .accordion_header:after {
        text-align: right;
    }
    .tab-index ul {
        display: block;
    }
    .tab-index ul li {
        width: 100%;
    }
    .section-movie label {
        padding-right: 30px;
        box-sizing: border-box;
    }
    .section-movie label:after {
        width: unset;
    }
    .movie-wrap {
        display: block;
    }
    .movie-wrap .video-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .section-mv .mv-area dl dt .leftSide {
        padding: 30px 0 !important;
    }
    .section-mv .mv-area dl dt .leftSide .mv_tit {
        padding-left: 10px;
        padding-right: 0;
    }
    .section-mv .mv-area dl dt .leftSide .description {
        padding-left: 10px;
        padding-right: 0;
    }
}
