@charset "UTF-8";

/* 表示コントロール */
.page-active_control {
    display: none;
}
.page-active_control.active {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* 2col box */
.support-wiring-box-2col {
    display: flex;
    gap: 10px;
    max-width: 950px;
    margin: 40px auto 0;
}
.support-wiring-box-2col-item {
    width: 50%;
    border: 1px solid #e0e0e0;
    padding: 30px;
}
.support-wiring-box-2col-item-title + .support-wiring-box-2col-item-detail {
    margin-top: 30px;
}
@media screen and (max-width: 900px) {
    .support-wiring-box-2col {
        flex-wrap: wrap;
        margin: 30px auto 0;
    }
    .support-wiring-box-2col-item {
        width: 100%;
        padding: 10px;
    }
    .support-wiring-box-2col-item-title + .support-wiring-box-2col-item-detail {
        margin-top: 20px;
    }

}

/* flow-title */
.support-wiring-flow-title {
    display: flex;
    align-items: stretch;
    gap: 20px;
    max-width: 950px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
.support-wiring-flow-title .support-wiring-flow-title-num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 38px;
    background-color: #333;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .8px;
}
.support-wiring-flow-title .support-wiring-flow-title-text {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
    .support-wiring-flow-title {
        max-width: 100%;
        gap: 10px;
    }
    .support-wiring-flow-title .support-wiring-flow-title-num {
        min-width: 90px;
        width: 90px;
    }
}

/* 確認事項 */
.support-wiring-checkpoint {
    display: flex;
    gap: 10px;
    max-width: 950px;
    margin: 40px auto 0;
}
.support-wiring-checkpoint > li {
    width: 33.3%;
    background-color: white;
    padding: 20px;
}

.support-wiring-checkpoint-fig {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 280px; */
    margin-bottom: 20px;
}
.support-wiring-checkpoint img {
    max-width: 280px;
}
.support-wiring-checkpoint-fig-caption_top {
    margin-bottom: 20px;
}
.support-wiring-checkpoint-fig-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 900px) {
    .support-wiring-checkpoint {
        flex-direction: column;
        gap: 20px;
    }
    .support-wiring-checkpoint > li {
        width: auto;
    }
    .support-wiring-checkpoint {
        height: auto;
    }
    .support-wiring-checkpoint img {
        max-height: 200px;
    }
}

/* hover */
@media (hover: hover) {
    .support-link-text:hover,
    .support-button-type01 > a:hover,
    .support-input-type01 .support-input-item:hover,
    .support-input-type02 .support-input-item:hover,
    .support-input-type01 .support-input-item:hover::before,
    .support-input-checkbox input:hover::before,
    .support-accordion-trigger:hover {
        opacity: 0.6;
    }
}

/* 1col button */
.support-button-type-radio a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 40px 60px;
    box-sizing: border-box;
    color: #333;
    font-weight: bold;
    opacity: 1;
    background-color: white;
    outline: 8px solid #e0e0e0;
    outline-offset: -8px;
    transition: 0.4s;
    cursor: pointer;
}
.support-button-type-radio a:hover {
    opacity: 0.6;
}
.support-button-type-radio a:after {
    position: absolute;
    right: 20px;
    content: url(/internet/set/data/support/common-ms/img/shared/button-arrow.svg);
    display: block;
    line-height: 1;
    width: 28px;
    height: 28px;
    filter: brightness(400%);
}
.support-button-type-radio a[target="_blank"] > .icon-svg {
    display: none;
}
@media screen and (max-width: 900px) {
    .support-button-type-radio a {
        padding: 20px 46px;
        min-height: 100px;
        outline-width: 4px;
        outline-offset: -4px;
    }
    .support-button-type-radio a:after {
        right: 16px;
        width: 20px;
        height: 20px;
    }
}

/* pink_socket-content */
#support-wiring-pinkSocketContent {
    display: none;
}
#support-wiring-pinkSocketContent.active {
    display: block;
    animation: pink_socket 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes pink_socket {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.support-connect-fig + img {
    margin-top: 16px;
}

.support-page-model_name .page-active_control.active {
    display: inline-flex;
    margin: 0;
}

/* phone-service-content */
#support-wiring-phoneServiceContent {
    display: none;
}
#support-wiring-phoneServiceContent.active {
    display: block;
    animation: phone_service 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes phone_service {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.support-page-flex-c {
    display: flex;
    gap: 10px 10px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.support-page-flex-l {
    display: flex;
    gap: 10px 10px;
    justify-content: flex-start;
}
@media screen and (min-width: 901px) {
    .support-page-pc-flex-c {
        display: flex;
        gap: 10px 10px;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }
    .support-page-pc-flex-l {
        display: flex;
        gap: 10px 10px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 900px) {
    .support-page-sp-flex-c {
        display: flex;
        gap: 8px 8px;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }
    .support-page-sp-flex-l {
        display: flex;
        gap: 8px 8px;
        justify-content: flex-start;
    }
}

/* 機種名 model_name */
.support-page-model_name {
    display: flex;
    gap: 10px 10px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.support-page-model_name-title {
    white-space: nowrap;
}

.support-page-model_name-item {
    display: flex;
    gap: 10px 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
    .support-page-model_name {
        display: block;
    }
    .support-page-model_name-item {
        justify-content: center;
        margin-top: 8px;
    }

}
.support-page-model_name-color-01 {
    background-color: #00999b;
    color: #fff;
}
.support-page-model_name-color-02 {
    background-color: #eb6877;
    color: #fff;
}


/* 機器選択
.wiring-model-item {
    flex-direction: column;
}
.wiring-model-item div {
    width: 100%;
}
.wiring-model-item img {
    height: 220px;
}
.wiring-model-item .wiring-model-item-title {
    width: 100%;
    margin-top: 10px;
    white-space: pre;
    text-align: left;
}
.wiring-model-item .wiring-model-item-text {
    width: 100%;
    text-align: left;
    font-weight: normal;
}
.wiring-model-pre-item {
    font-weight: normal !important;
}
.wiring-model-pre-item span {
    font-weight: bold !important;
}
@media screen and (max-width: 900px) {
    .support-input-type01 .wiring-model-item {
        flex-direction: row;
        padding: 15px 30px 15px 10px;
    }
    .wiring-model-item div {
        width: 100%;
    }
    .wiring-model-item img {
        height: 100px;
    }
    .wiring-model-item .wiring-model-item-title {
        margin-top: 0;
    }
    .wiring-model-pre-item {
        max-height: 100px;
    }
}
 */

 /* 分岐ページ */

.custom-listitem01 {
    counter-reset: connectNumber;
}
.custom-listitem01 > li {
    counter-increment: connectNumber;
    list-style: none;
}
.custom-listitem01 > li::before {
    display: block;
    width: 22px;
    height: 22px;
    content: counter(connectNumber);
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ff3333;
}
.cc-close {
    pointer-events: none;
    opacity: 0.6;
}
.chat-closed-text {
    display: none;
}
.cc-close + .chat-closed-text {
    display: block;
    margin-top: 10px;
}
.yes-content,
.no-content {
    display: none;
}
.autonumber {
    counter-reset: autoNumber;
}
.autonumber > li > section > .autonumber-items {
    counter-increment: autoNumber;
}
.autonumber > li > section > .autonumber-items::after {
    content: " " counter(autoNumber, decimal-leading-zero);
}
