@charset "utf-8";

ol li p.Qualification {
    font-size: 12px;
}

@media screen and (max-width: 480px) {
    ol li p.Qualification {
        font-size: 14px;
    }

    .slider01 .slider__notice>li>span.sp_small.Subscriber {
        font-size: 12px;
    }
}

.param_target.Commentary {
    font-size: 12px;
    color: #004090;
}

.param_target.Commentary:hover {
    text-decoration: underline;
    color: #0c52c7;
}

.slider01 .slider__notice>li>span.sp_small.Subscriber {
    text-align: inherit;
    font-size: 12px;
}

@media screen and (min-width: 751px) {
    .slider01 .slider__notice span.sp_small {
        font-size: 12px;
    }
}

/* news */
.news__area,
.faq__area {
    width: 1100px;
}

.news__img {
    width: auto;
}

.news-faq h2+p {
    width: 100%;
    display: block;
}

.news-faq ol,
.news-faq ul,
.news__area li,
.faq__area li,
.faq__area dt {
    width: 100%;
}

ul.faq_block {
    border: none;
    overflow-y: unset;
    height: auto;
    padding: 0;
}

.faq__area li {
    padding: 0;
}

.faq_li dt {
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    width: auto;
    background-color: #f8fafd;
    height: auto;
    padding: 18px 25px;
}

.faq_li dt::after {
    position: absolute;
    right: 10px;
    font-size: 1.8em;
    margin-left: auto;
    transition: transform 0.3s ease;
    color: #666;
    content: '+';
}

.faq_li dt.is-active::after {
    content: '-';
    transform: rotate(0deg);
    color: #007bff;
}

.faq__img {
    background: transparent;
    height: auto;
}

.faq__ttl {
    flex-grow: 1;
    height: auto;
}

.faq__ttl>p {
    color: #4472c4;
    font-size: 18px;
}



dd.faq__txt {
    display: none;
    padding: 18px 25px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

@media screen and (min-width: 751px) {
    .header .header_height_adjust {
        display: flex;
        flex-direction: column;
    }
}

.main {
    margin-top: 0;
}

section[class^="ideco"] {
    width: 1100px;
    margin: 20px auto;
}


a.textlink {
    color: #004090;
    font-size: 1.17rem;
    text-decoration: underline;
}

a.textlink:hover {
    text-decoration: none;
}

li.info-item p,
.user-guide p,
.feature-table-summary,
.app-item-flex p,
.news-faq h2+p {
    font-size: 17px;
    line-height: 22px;
}

/* nav */
li.nav__list-item {
    flex-grow: 1;
}

.ideco-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

ul.info-list {
    display: flex;
    flex-direction: column;
    flex: 6;
    gap: 10px;
}

li.info-item {
    border: 1px solid #12988a;
    border-radius: 5px;
    padding: 10px;
    flex-grow: 1;
}

li.info-item p {
    margin-top: 20px;
    margin-left: 10px;
}


.user-guide {
    flex: 4;
    background: #c6dede;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.user-guide .user-guide-link {
    margin: auto;
}

.user-guide img {
    margin: auto;
    display: block;
    padding: 10px;
}


/* feature */
ul.feature-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li.feature-item {
    border: 1px solid #12988a;
    border-radius: 5px;
    padding: 10px;
}

.feature-item-flow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.feature-item-arrow {
    display: block;
    margin: auto;
}

.feature-item-info {
    background: #c6dede;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}

.feature-item-info-banner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-item-info-banner a {
    padding: 0px 30px;
    background: #12988a;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 6px;
    border-bottom: 4px solid #016559;
}

.feature-item-info-banner a span {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin: 3px;
}

.feature-item-info-text {
    font-weight: bold;
    font-size: 30px;
}

.feature-item-qa {
    font-size: 20px;
    width: 670px;
    margin-left: auto;
    line-height: 30px;
}

.feature-item-qa span {
    display: block;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.feature-item-qa span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    margin-right: 5px;
    vertical-align: middle;
}

table.feature-table {
    width: 300px;
}

td.feature-table-index {
    display: flex;
    align-items: center;
    gap: 12px;
}

td.feature-table-index span:nth-child(1) {
    background: #f0015c;
    display: flex;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
}

td.feature-table-index span:nth-child(2) {
    color: #f0015c;
    font-weight: bold;
    font-size: 17px;
}

li.app-item {
    border: 1px solid #12988a;
    border-radius: 5px;
    padding: 10px;
}

.app-item-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.app-item-flex div {
    display: flex;
    flex-direction: column;
}

li.app-item p {
    font-size: 17px;
    line-height: 27px;
}

li.app-item .btn__request p {
    position: absolute;
    top: 45px;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

ul.app-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notes {
    border: 1px solid #4472c4;
    border-radius: 5px;
    margin: 20px 0;
}

img.notes-icon {
    width: 25px;
    margin: 0 10px;
}

.notes-title {
    height: 45px;
    background: #4472c4;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.notes-summary {
    padding: 15px;
}

.notes-summary h1 {
    font-size: 20px;
    line-height: 30px;
}

.notes-summary p a {
    color: #004090;
    font-size: 1.17rem;
}

.notes-annotation {
    background: #c6dede;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.notes-annotation p {
    color: red;
    font-weight: bold;
}

li.annotation-item {
    list-style-type: disc;
    line-height: 25px;
}

.notes-annotation ul {
    margin-left: 40px;
}

.title_colorbar {
    background-image: linear-gradient(to right, #12988a 30%, #00665a 30%);
    height: 6px;
}

.top_bnr_white {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 30px;
    line-height: 66px;
    font-weight: bold;
    text-indent: 15px;
    white-space: nowrap;
    background: #e7e7e7;
}

.top_bnr_white_shadow {
    cursor: pointer;
    display: flex;
    width: 395px;
    height: 40px;
    padding: 5px 10px;
    font-size: 20px;
    background: #ededed;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    justify-content: space-between;
    align-items: center;
}

.top_bnr_white_shadow .title_3min {
    width: 300px;
}

.top_bnr_white_shadow .btn_arrow {
    width: 22px;
}

.basic__ttl-01 {
    margin: 0 4px;
    font-size: 31px;
    line-height: 27px;
    color: #12988a;
}


.step {
    overflow: hidden;
    white-space: nowrap;
    font-size: 25px;
    line-height: 47px;
    font-weight: bold;
    color: #fff;
    text-indent: 50px;
    background: url(../../client/img/step.png) no-repeat;
    margin-bottom: 15px;
}

.btn__request.web_app>span::before {
    background: url(../../client/img/icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.btn__request.webrequest_materials>span::before {
    background: url(../../client/img/icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

a.btn__request.request_materials {
    margin: 15px 0;
}

section.accordion-faq {
    width: 1100px;
    margin: auto;
}

.faq-container {
    width: 100%;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 30px;
}

.faq-container h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 2em;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
}

.accordion-item {
    border: 1px solid #ddd;
    overflow: hidden;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-header {
    padding: 18px 25px;
    background-color: #f8fafd;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
}

span.question-text {
    color: #4472c4;
    font-size: 18px;
}

.accordion-header:hover {
    background-color: #e9f0f9;
    color: #1a56db;
}

.accordion-header::after {
    content: '+';
    font-size: 1.8em;
    margin-left: auto;
    /* 右端に配置 */
    transition: transform 0.3s ease;
    color: #666;
}

.accordion-item.active .accordion-header::after {
    content: '-';
    transform: rotate(0deg);
    color: #007bff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #ffffff;
    padding: 0 25px;
    /* 初期状態ではパディングを0に */
    border-top: 1px solid #eee;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    /* コンテンツの高さに合わせて十分に大きな値に設定 */
    padding: 15px 25px 20px;
}

.accordion-content p {
    margin: 0;
    line-height: 1.8;
}

.answer-icon {
    font-weight: bold;
    color: #28a745;
    font-size: 1.3em;
    margin-right: 10px;
    line-height: 1;
    float: left;
}

.accordion-content a {
    color: #007bff;
    text-decoration: none;
}

.accordion-content a:hover {
    text-decoration: underline;
}

p.textlink {
    font-size: 1.17rem;
    color: #004090;
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}

p.textlink:hover {
    text-decoration: none;
}

.justify-center {
    justify-content: center;
}

/* modal */
h2.modal_title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

.Vmodal section {
    height: 100vh;
}

.Vmodal__area {
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.video1 {
    font-size: 50px;
    line-height: 50px;
}

.transvection1 .top_bnr_white {
    width: auto;
    padding-left: 40px;
    text-indent: inherit;
}

.transvection1 p {
    font-size: 17px;
    line-height: 25px;
    margin: 20px 40px;
}

._hdg_3-01 {
    margin: 34px 0 17px 20px;
    border-bottom: 1px solid #00665a;
    padding: 0px 0 7px 0px;
    line-height: 1.3;
    color: #0c423c;
}

._hdg_3-01 span {
    position: relative;
    font-size: 22px;
    padding-left: 15px;
}

._hdg_3-01>span:before {
    height: 100%;
    background: #00665a;
}

._hdg_3-01>span:after {
    height: 15px;
    background: #14b87e;
}

._hdg_3-01>span:before,
._hdg_3-01>span:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
}

.transvection_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px;
}

.transvection_img img {
    width: 100%;
}

@media screen and (min-width: 751px) {
    .footer__inquiry {
        height: 188px;
    }
}

@media screen and (max-width: 750px) {
    nav.nav.sp-only {
        display: flex;
    }

    nav.nav.sp-only .nav__list {
        display: block;
        width: 50%;
    }

    .nav .nav__list .nav__list-item {
        border: 1px solid rgb(61, 61, 61);
    }

    .news-faq {
        height: 300px;
    }

    .news__area,
    .news-faq ul,
    .news__area li,
    .faq__area li,
    .faq__area dt {
        width: 100%;
    }

    .news-faq ol {
        width: 94%;
    }

    .news-faq h2+p {
        width: 94%;
    }

    .news__area dl {
        width: 90%;
    }

    .contents section {
        width: 100%;
    }

    .ideco-info {
        flex-direction: column;
        padding: 10px;
    }

    .top_bnr_white {
        font-size: 22px;
    }

    .top_bnr_white_shadow,
    a.BmodalOn {
        width: 95%;
        font-size: 17px;
        margin: auto;
    }

    .top_bnr_white_shadow .title_3min {
        width: 260px;
    }

    span.basic__ttl-01 {
        font-size: 24px;
    }

    .user-guide img {
        width: 95%;
    }

    ul.feature-list {
        padding: 10px;
    }

    table.feature-table {
        width: 100%;
    }

    td.feature-table-index span:nth-child(2) {
        font-size: 20px;
    }

    .feature-item-flow {
        flex-direction: column;
    }

    img.feature-item-arrow {
        display: none;
    }

    .feature-item-info {
        flex-direction: column;
        height: 180px;
        margin-top: 20px;
    }

    .feature-item-info-text {
        font-size: 20px;
    }

    .feature-item-info-banner a {
        font-size: 17px;
        padding: 0px 20px;
    }

    .feature-item-info-banner a span {
        font-weight: bold;
        font-size: 15px;
        margin: 1px;
    }

    .feature-item-qa {
        width: 100%;
        font-size: 17px;
        line-height: 22px;
    }

    .feature-item-qa span {
        font-size: 14px;
    }

    .app-item-flex {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .btn__request.web_app {
        margin-top: 0;
    }

    ul.app-list {
        padding: 10px;
    }

    .step {
        font-size: 23px;
        line-height: 42px;
    }

    a#request_materials {
        margin: 20px auto;
    }

    li.app-item p {
        font-size: 15px;
        line-height: 22px;
    }

    li.app-item .btn__request p {
        top: 40px;
        left: 0;
        font-size: 11px;
        width: 100%;
    }

    .notes-title {
        font-size: 16px;
    }

    .notes-summary h1 {
        font-size: 16px;
    }

    .notes-summary p,
    .notes-annotation p {
        font-size: 13px;
        line-height: 20px;
    }

    .notes-annotation ul {
        margin-left: 19px;
    }

    .tel__list .sp-only a {
        display: block;
    }

    .tel__list .sp-only a span {
        display: block;
    }

    ._hdg_3-01 span {
        font-size: 17px;
        display: block;
    }

    .transvection_img {
        padding: 20px;
    }

    .faq__area {
        width: 100%;
    }

    .faq_li dt::after {
        display: none;
    }

    .footer__copy-pagetop {
        padding: 0;
    }

    .footer__inquiry {
        position: static;
    }

    .footer__pagetop a {
        bottom: 15px;
    }
}