@charset "utf-8";

/*-------------------------------
	共通パーツ
-------------------------------*/

/*----- セクション */
.sec{
    margin-top: -10.1rem;
    padding-top: calc(7.5rem + 10.1rem);
    padding-bottom: 0;
}

/*----- 部 */
.Data-first{
    margin-bottom: 3.5rem;
}
.Data-first__title{
    font-size: 2.4rem;
    padding: 1.8rem 2rem;
    font-weight: 700;
    line-height: 1;
    background: #F3F3F5;
}
.Data-first__body{
    margin-top: 2rem;
}

/*----- 表 */
.Data__inner:not(:last-child) .Data-table-block{
    margin-bottom: 7rem;
}
.Data-table{
    width: 100%;
    border: .1rem solid #E5E5E5;
    table-layout: fixed;
}
.Data-table-scroll + .Data-table-scroll{
    padding-top: 4rem;
}
.Data-table__caption{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-align: right;
}
.Data-table tr{
    width: 100%;
}
.Data-table__header{
    width: 100%;
}
.Data-table__title{
    height: 5rem;
    padding: 1rem 1rem 1rem 1.5rem;
    border: .1rem solid #E5E5E5;
    font-weight: 700;
    text-align: center;
    background: #F3F3F5;
    vertical-align: middle;
}
.Data-table__text{
    height: 5rem;
    font-size: 1.6rem;
    padding: 1rem 1.8rem;
    border: .1rem solid #E5E5E5;
    color: #002562;
    vertical-align: middle;
    text-align: right;
}
.Data-table__header .Data-table__title:nth-of-type(1),
.Data-table__body .Data-table__title{
    /* width: 28.5rem; */
    width: 32rem;
    text-align: left;
}
.Data-table__header .Data-table__title:not(:nth-of-type(1)),
.Data-table__body .Data-table__text{
    /* width: calc((100% - 28.5rem) / 5); */
    width: calc((100% - 32rem) / 5);
}

@media screen and (min-width:769px) , print{

    .Data-table-scroll{
        overflow: hidden !important;
    }
    
}



/*-------------------------------
	ページ内リンク
-------------------------------*/

.Pagelink__inner{
    width: 100%;
}
.Pagelink__item{
    width: calc((100% - (1.5rem * 2)) / 3);
}
.Pagelink__item:not(:nth-last-of-type(-n+3)){
    margin-bottom: 1.5rem;
}
.Pagelink__item a{
    width: 100%;
    height: 6rem;
    font-size: 1.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEDF2;
    position: relative;
}
.Pagelink__item .arrow{
    right: 2.5rem;
    top: calc(50% - 0.2rem);
    position: absolute;
}
.Pagelink__item .arrow::after{
    background: #EDEDF2;
}

/* ページ内リンク */
.Pagelink__item--arrow a::after{
    width: 1.8rem;
    height: .9rem;
    right: 3rem;
    top: calc(50% - .45rem);
    position: absolute;
    background-image: url(../images/common/icon_triangle-arrow-rainbow.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    content: "";
}



/*-------------------------------
	イレギュラー余白
-------------------------------*/

/*----- イレギュラー余白 */
.m20{
    margin-bottom: 2rem;
}
.m30{
    margin-bottom: 3rem;
}
.m40{
    margin-bottom: 4rem;
}



/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) , print{

    /*-------------------------------
        共通パーツ
    -------------------------------*/

    /*----- セクション */
    .sec{
        margin-top: -10.1rem;
        padding-top: calc(7.5rem + 10.1rem);
        padding-bottom: 0;
    }

    /*----- 部 */
    .Data-first{
        margin-bottom: 6rem;
    }
    .Data-first__title{
        font-size: 4.4rem;
        padding: 2.8rem 2.5rem 3rem;
    }
    .Data-first__body{
        margin-top: 4rem;
    }

    /*----- 表 */
    .Data__inner:not(:last-child) .Data-table-block{
        margin-bottom: 10rem;
    }
    .Data-table-scroll{
        width: calc(100% + 6rem);
        padding-right: 3rem;
        padding-left: 3rem;
        transform: translate(-3rem,0);
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .Data-table{
        width: calc(24.5rem + (14rem * 5));
        border: .2rem solid #E5E5E5;
    }
    .Data-table-scroll + .Data-table-scroll{
        /* padding-top: 12.5rem;
        margin-top: -7.5rem; */
        padding-top: 5rem;
    }
    .Data-table__caption{
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .Data-table__title{
        height: auto;
        padding: 2.5rem 1.5rem 2.5rem 2.5rem;
        border: .2rem solid #E5E5E5;
        font-size: 2.9rem;
    }
    .Data-table__text{
        height: auto;
        font-size: 2.9rem;
        padding: 2.5rem 2rem;
        border: .2rem solid #E5E5E5;
    }
    .Data-table__header .Data-table__title:nth-of-type(1),
    .Data-table__body .Data-table__title{
        width: 24.5rem;
    }
    .Data-table__header .Data-table__title:not(:nth-of-type(1)),
    .Data-table__body .Data-table__text{
        width: 14rem;
    }

    /*----- scroll hint */
    .scroll-hint-icon{
        width: 22rem;
        height: 13rem;
        top: calc(50% - 6.5rem);
        left: calc(50% - 11rem);
        padding: 4rem 2.5rem 2rem;
        border-radius: 1.5rem;
    }
    .scroll-hint-text{
        display: none;
    }
    .scroll-hint-icon:before{
        width: 7rem;
        height: 7rem;
    }
    .scroll-hint-icon:after{
        width: 100%;
        height: 2.5rem;
        left: 0;
        top: 1rem;
        margin-left: 0;
        background-position: center center;
    }



    /*-------------------------------
        ページ内リンク
    -------------------------------*/

    .Pagelink__inner {
        width: calc(100% - 5rem);
        margin-left: auto;
        margin-right: auto;
    }
    .Pagelink__item{
        width: 100%;
    }
    .Pagelink__item:not(:last-child){
        margin-bottom: 1.5rem;
    }
    .Pagelink__item a{
        width: 100%;
        height: 10.8rem;
        font-size: 3rem;
    }
    .Pagelink__item .arrow{
        right: 2rem;
        top: calc(50% - .4rem);
    }

    /* ページ内リンク */
    .Pagelink__item--arrow a::after{
        width: 3.2rem;
        height: 1.6rem;
        right: 2.5rem;
        top: calc(50% - .8rem);
    }

    /*-------------------------------
        イレギュラー余白
    -------------------------------*/

    /*----- イレギュラー余白 */
    .m20{
        margin-bottom: 2rem;
    }
    .m30{
        margin-bottom: 3rem;
    }
    .m40{
        margin-bottom: 4rem;
    }

}