@charset "utf-8";

.l-content .raNavi {
    width: 950px;
    margin: 35px auto 30px;
}

.l-content .raNavi .naviList {
    display: flex;
    position: relative;
    background-color: #fff;
}

.l-content .raNavi .naviList .naviItem {
    display: flex;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    height: 60px;
    border-top: 1px dotted #ccc;
    padding-top: 4px;
    border-bottom: 1px dotted #ccc;
}

.l-content .raNavi .naviList .naviItem:hover {
    background-color: #ced8e5;
}

.l-content .raNavi .naviList .naviItem.is-active {
    background-color: #00398c;
    color: #fff;
}

.l-content .raNavi .naviList .naviItem .naviTxt {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.l-content .raNavi .naviList .naviItem:not(:first-child) .naviTxt {
    border-left: 1px solid #ccc;
}

.l-content .raNavi .naviList .naviItem .naviName {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 17px;
    font-weight: bold;
}

/* naviList naviInner */
.l-content .raNavi .naviList .naviInner {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 20;
    box-sizing: border-box;
    width: 950px;
    border-bottom: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    background: #ced8e5;
}

.l-content .raNavi .naviList .naviInner li {
    width: 25%;
}

.l-content .raNavi .naviList .naviInner li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    padding-top: 4px;
    background: url("/maker/misumi/mech/special/actuator_portal/ra/common/img/icon_gnavi_list.png") no-repeat 22px center;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.l-content .raNavi .naviList .naviInner li a:link {
    color: #333;
    text-decoration: none;
}

.l-content .raNavi .naviList .naviInner li a:visited {
    color: #333;
    text-decoration: none;
}

.l-content .raNavi .naviList .naviInner li a:hover {
    background: url("/maker/misumi/mech/special/actuator_portal/ra/common/img/icon_gnavi_list.png") no-repeat 22px center #00398c;
    color: #ffffff;
    text-decoration: none;
}


/* contactArea */
.l-content .contactArea .supportList {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.l-content .contactArea .supportList .support {
    position: relative;
    width: 150px;
    height: 140px;
}

.l-content .contactArea .supportList .support .caption {
    position: absolute;
    bottom: 1px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    word-break: keep-all;
    transform: translateX(-50%);
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__ttl {
    padding: 12px 0 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__main {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 15px 0;
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__main .tel {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__main .tel .num {
    font-size: 29px;
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__main .note {
    position: relative;
    padding-left: 13px;
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__main .note::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__main .btn>a {
    width: 320px;
    padding: 10px 0 10px;
    font-size: 18px;
}

.l-content .contactArea .m-asideSubBox .m-asideSubBox__main .btn>a::after {
    vertical-align: -2px;
}

/* faqList */
.l-content .faqList .VN_accordion {
    width: 900px;
    margin: 0 auto;
}

.l-content .faqList .VN_accordion:not(:first-child) {
    margin-top: 15px;
}

.l-content .faqList .VN_accordion .VN_accordionButton {
    padding: 10px 15px;
    background: #fafafa;
    font-weight: bold;
    cursor: pointer;
}

.l-content .faqList .VN_accordion .VN_accordionButton span.VN_accordionOpen,
.l-content .faqList .VN_accordion .VN_accordionButton span.VN_accordionClose {
    margin-left: auto;
}

.l-content .faqList .VN_accordion .VN_accordionButton span.VN_accordionClose {
    display: none;
}

.l-content .faqList .VN_accordion .VN_accordionMore {
    box-sizing: border-box;
    width: 900px;
    padding: 15px 15px 20px;
}

.l-content .faqList .VN_accordion .VN_accordionButton .question {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.l-content .faqList .VN_accordion .VN_accordionButton .question .icon_q {
    width: 60px;
    color: #00398c;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}

.l-content .faqList .VN_accordion .VN_accordionMore .answer {
    display: flex;
}

.l-content .faqList .VN_accordion .VN_accordionMore .answer .icon_a {
    width: 60px;
    color: #d00;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}