body.c-page-sub[data-path="/product/"] .c-personal__hero{
    background: url(/product/img/bg-personal-hero.webp) no-repeat 50%;
    background-size: cover;
    text-align: center;
    padding: 90px;
    height: 340px;
}

.c-bgcolor__gray01:not(.c-section), .c-bgcolor__gray01:not(.c-section__inner-w900), .c-bgcolor__gray01:not(.c-section__inner-w1290){
    padding:0 15px;
}

body.c-page-sub[data-path="/product/"] .c-personal__application-inner{
    max-width: 1030px;
    padding: 60px 15px;
}

body.c-page-sub[data-path="/product/"] .c-personal__others-support{
    background: #f5f7fa;
    padding: 60px 15px;
    margin-bottom:0;
}

body.c-page-sub[data-path="/product/"] .c-personal__others-inner{
    padding:60px 0px;
}

body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul{
    max-width: 970px;
    flex-direction: column;
    gap:24px;

}

body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul > li:first-child{
    margin-bottom: 0;
}

body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul > li:nth-child(2){
    width: 100%;
}

body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul > li:nth-child(3){
    width: 100%;
    margin-left: 0;
}

body.c-page-sub[data-path="/product/"] .c-personal__application{
    margin-bottom: 0;
}

/* body.c-page-sub[data-path="/product/"] .c-personal__important{
    margin-bottom: 0;
}

body.c-page-sub[data-path="/product/"] .c-personal__upper-inner{
    margin-bottom:0;
} */

.hp_justify_center{
  justify-content: center;
}

/* MV */
.hp_mv-img{
    display: none;

}

.c-personal__hero{
    position: relative;
}

.c-personal__hero-sub{
    position: absolute;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size:1.8rem !important;
    margin-top: 20px;

    span{
        color: #c74700;
    }
}



/* パネルコンポーネント基本設定 */

.panel-component._sp-toggle {
    /* border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out; */
}

.panel-component .list_wrap{
    border-top: 4px solid #0072bc;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 20px;
    background: #fff;
}


body.c-page-sub[data-path="/product/"] .c-personal__pannel-inner{
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
}


/* グリッドレイアウト */
.c-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
}

.c-grid.col3 {
    gap: 28px;
}

.c-grid.flex_wrap {
    flex-wrap: wrap;
}

/* リストアイテム */
.list_wrap {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
}


.list_wrap.lh-3 {
    line-height: 1.5;
}

.list_ttl{
    position: relative;
}


.list_ttl .icoAcLinkAfter {
    display: none;
}

/* タイトルエリア */
.list_ttl_ac {
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 15px;
}


.list_ttl h3 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    padding-bottom: 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;

}

.list_ttl h3 span {
    color: #1A1311;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: inline-block;

    /* &.fs_s{
        font-size:16px;
    } */
}

/* アイコン */
.icoAcLinkAfter {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

.icoAcLinkAfter:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
}


/* リスト */
.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list_item {
    margin:0 !important;
    padding: 0;
}

.list_item:last-child {
    margin-bottom: 0;
}

/* リンクスタイル */
.list_item a {
    display: block;
    padding: 8px 12px;
    text-decoration: none !important;
    color: #000 !important;
    border-radius: 4px;
    transition: all 0.2s ease;
    position: relative;
    font-size: 14px;


}

.list_item a:hover {
    background-color: #f0f8ff;
    color: #0066cc;
}

/* 矢印アイコン */
.list_item a.arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    width: 17px;
    height: 16px;
    margin: 0 0.3em;
    background: url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat 50%;
}

.list_item a.arrow:hover:after {
    border-color: #0066cc;
}

/* 外部リンクアイコン */
.list_item a.blank:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    width: 17px;
    height: 16px;
    background-image: url(/cmn3/img/icon/ic_blank.svg);
    background-size: 17px 16px !important;
    background-size: contain;
    transform: translateY(-50%);
}

._sp{
    display: none;
}


/* スマートフォン向けスタイル */
@media (max-width: 991px) {
    body.c-page-sub[data-path="/product/"] .c-personal__others-inner{
        padding:60px 15px;
    }

    body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul{
        display: flex;
    }

    body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul > li:nth-child(3){
        margin-top: 0;
    }
}




@media (max-width: 768px) {
    .c-grid.col3 {
        flex-direction: column;
        gap: 15px;
    }

    .c-grid._sp_noflex {
        display: block;
    }

    .list_wrap {
        min-width: auto;
        width: 100%;
        margin-right: 0 !important;
        height: auto !important;
        margin-bottom:30px;

        &:nth-of-type(3){
            margin-bottom: 0;
        }
    }

    .list_wrap.spHeightLineDestroy {
        height: auto !important;
    }

    .panel-component._sp-toggle .c-grid {
        padding: 15px;
    }

    .list_ttl h3 {
        font-size: 15px;
    }

    .list_item a {
        font-size: 13px;
        padding: 10px 12px;
    }

    .list_ttl_ac{
        margin-bottom: 0;
    }

    ._sp_noflex {
        display: block !important;
    }

    .panel-component._sp-toggle .list{
        display: none;
    }

    .panel-component._sp-toggle .list_wrap{
        padding: 10px 10px 10px;
        margin-bottom: 20px;
    }

    .panel-component._sp-toggle .list_wrap h3 span{
        line-height: 30px;
        padding-right: 20px;
        padding-left: 10px;
        text-align: left;
        font-size:17px;
    }

    .panel-component._sp-toggle .list_ttl h3 {
        border-bottom: none;
    }

}

@media (max-width: 480px) {
    .panel-component._sp-toggle .c-grid {
        padding: 10px;
    }

    .list_wrap {
        padding: 15px;
    }

    .list_ttl h3 {
        font-size: 14px;
    }

    .hp_mv-img{
        img{
           height: 109px !important;
        }

    }
}


@media (max-width: 767px) {

    .panel-component._sp-toggle .list_ttl .icoAcLinkAfter {
            display: inline-block;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            top: calc(50% - 10px);
            -webkit-transition: -webkit-transform 300ms;
            transition: -webkit-transform 300ms;
            transition: transform 300ms;
            transition: transform 300ms, -webkit-transform 300ms;
        }

    .panel-component._sp-toggle .list_ttl .icoAcLinkAfter:before {
        border-top: 2px solid #0072bc;
    }

    .panel-component._sp-toggle .list_ttl .icoAcLinkAfter:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1px;
        border-top: 2px solid #0072bc;
        width: 20px;
        height: 0px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: opacity 220ms ease 22ms;
        transition: opacity 220ms ease 22ms;
    }

    .panel-component._sp-toggle .list_ttl .icoAcLinkAfter:after {
        border-top: 2px solid #0072bc !important;
    }

    .panel-component._sp-toggle .list_ttl .icoAcLinkAfter:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1px;
        border-top: 2px solid #0072bc;
        width: 20px;
        height: 0px;
    }

    /*activeが付与*/

    .panel-component._sp-toggle .list.active {
        display: block;
    }

    .panel-component._sp-toggle .list_ttl_ac.active .list_ttl .icoAcLinkAfter:before{
        opacity: 0;
    }

    .panel-component._sp-toggle .list.active {
        border-top: 1px solid #d0d0d0;
        padding-top: 10px;
        margin-top: 10px;
    }

    .panel-component._sp-toggle .list_ttl_ac.active .list_ttl .icoAcLinkAfter {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*余白削除*/
    body.c-page-sub[data-path="/product/"] .c-personal__application{
        margin-bottom: 0;
    }

    body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul > li:nth-child(3){
        margin-top: 0;
    }

    body.c-page-sub[data-path="/product/"] .c-personal__others-support{
        padding:60px 0;
    }

    body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul{
        padding:0
    }

    body.c-page-sub[data-path="/product/"] .c-personal__others-inner {
        padding:60px 15px;
    }

    /*微調整*/
    body.c-page-sub[data-path="/product/"] .c-personal__others-support > ul{
        display: flex;
    }

   /*MV*/
    body.c-page-sub[data-path="/product/"] .c-personal__hero{
    height: auto;
    padding:0;
    background: none;
    }

    .c-personal__hero-sub{
        position: inherit;
        font-size:1.6rem !important;
    }

    .hp_mv-img{
        display: block;
        img{
            height: 135px;
            object-fit: cover;
            width: 100%;
        }

    }


}


/*MV*/
@media (min-width: 767px) and (max-width: 1079px) {
    /* body.c-page-sub[data-path="/product/"] .c-personal__hero{
        height:240px;
    } */

    body.c-page-sub[data-path="/product/"] .c-personal__hero-sub{
        font-size:1.6rem !important;
    }

    ._sp{
        display: block;
    }

}


/*余白*/
@media (max-width: 991px) {
    .c-personal__others .c-personal__upper-inner {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
