@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secMain */
.secMain .boxSitemap{
    display: flex;
    margin-top: 6.2rem;
}
.secMain .sitemapList{
    width: calc((100% - 36rem) / 5);
}
.secMain .sitemapList:nth-child(n+2){
    margin-left: 7.2rem;
}
.secMain .sitemapList:nth-child(3){
    margin-left: 4.2rem;
}
.secMain .sitemapList:nth-child(4){
    margin-left: 17.2rem;
}
.secMain .sitemapList:nth-child(5){
    margin-left: 9.2rem;
}
.secMain .sitemapList .sitemapItem:nth-child(n+2){
    margin-top: 4.3rem;
}
.secMain .link{
    display: block;
    font-size: var(--pcFontSize18);
}
.secMain .link.sub{
    display: inline-block;
    font-size: var(--pcFontSize18);
    width: max-content;
}
.secMain .sitemapList:nth-child(3) .sitemapItem:nth-child(n+2){
    margin-top: 2.5rem;
}
.secMain .sitemapList:nth-child(3) .link{
    font-size: var(--pcFontSize16);
    width: max-content;
}
.secMain .iconLink{
    margin: 0 auto;
    margin-top: 7.8rem;
    width: 15rem;
}
.secMain .boxIcon{
    display: flex;
    justify-content: center;
}
.secMain .boxIcon .icon{
    width: calc((100% - 2rem) / 2);
}
.secMain .boxIcon .icon:nth-child(2){
    margin-left: 2rem;
}
.secMain .boxTxt{
    border-top: 0.1rem dotted var(--borderColor);
    margin-top: 7rem;
    padding-top: 11rem;
    padding-bottom: 15rem;
}
.secMain .boxTxtInner{
    display: flex;
}
.secMain .boxTxt .txt01{
    font-size: var(--pcFontSize16);
    position: relative;
    padding-left: 1.6rem;
    /* letter-spacing: 0.01em; */
}
.secMain .boxTxt .txt01::before{
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    border-radius: 50%;
    background: var(--textColor);
}
.secMain .bnrBox{
    display: flex;
    margin-left: 4rem;
    margin-top: -4rem;
}
.secMain .bnrBox .brnlink{
    margin-right: 2rem;
}
.secMain .bnrBox .brnlink:last-child{
    margin-right: 0;
}
@media only screen and (max-width:1505px){
    .secMain .boxTxt .txt01 {
        font-size: var(--pcFontSize14);
        line-height: var(--pcLineHeight14_24);
        /* letter-spacing: 0.01em; */
    }
}
@media only screen and (max-width:1215px){
    .secMain .boxSitemap{
        display: block;
        margin-top: 2.5rem;
    }
    .secMain .sitemapList{
        width: 100%;
    }
    .secMain .sitemapList:nth-child(n+2){
        margin-left: 0;
    }
    .secMain .sitemapList:nth-child(3){
        margin-left: 0;
    }
    .secMain .sitemapList:nth-child(4){
        margin-left: 0;
    }
    .secMain .sitemapList:nth-child(5){
        margin-left: 0;
        border-bottom: 0.1rem solid var(--borderColorGray4);
    }
    .secMain .sitemapList .sitemapItem:nth-child(n+2){
        margin-top: 0;
    }
    .secMain .link{
        display: block;
        font-size: var(--spFontSize14);
        padding: 2rem 0 2.1rem;
        padding-top: 0.1rem unset;
        border-top: 0.1rem solid var(--borderColorGray4);
        position: relative;
        padding-left: 1.3rem;
    }
    .secMain .link::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        left: 0;
        top: calc(50% - 0.3rem);
        border-top: 0.3rem solid transparent;
        border-bottom: 0.3rem solid transparent;
        border-left: 0.5rem solid var(--textColor);
    }
    .secMain .link.sub01{
        border-top:none;
        font-size: var(--spFontSize12) !important;
        padding: 0;
        padding-left: 0.7rem;
    }
    .secMain .sitemapList:nth-child(3) .sitemapItem:nth-child(6) .link.sub01{
        padding-bottom: 2rem;
    }
    .secMain .link.sub01::after{
        display: none;
    }
    .secMain .link.sub{
        display: inline-block;
        font-size: var(--spFontSize14);
        width: 100%;
    }
    .secMain .sitemapList:nth-child(3) .sitemapItem:nth-child(n+2){
        margin-top: 0;
    }
    .secMain .sitemapList:nth-child(3) .link{
        font-size: var(--spFontSize14);
        width: 100%;
        padding-bottom: 1.4rem;
    }
    .secMain .iconLink{
        margin: 0 auto;
        margin-top: 3rem;
        width: 11.4rem;
    }
    .secMain .boxIcon{
        display: flex;
        justify-content: center;
    }
    .secMain .boxIcon .icon{
        width: calc((100% - 2rem) / 2);
    }
    .secMain .boxIcon .icon:nth-child(2){
        margin-left: 2rem;
    }
    .secMain .boxTxt{
        border-top: 0.1rem dotted var(--borderColor);
        margin-top: 3.4rem;
        padding-top: 3rem;
        padding-bottom: 9rem;
    }
    .secMain .boxTxtInner{
        display: block;
    }
    .secMain .boxTxt .txt01{
        font-size: var(--spFontSize12);
        position: relative;
        padding-left: 1.2rem;
        /* letter-spacing: 0.01em; */
        line-height: 1;
    }
    .secMain .boxTxt .txt01::after {
        content: "";
        position: absolute;
        top: 0.1rem;
        left: 0;
        width: 1rem;
        height: 0.1rem;
        background-color: #d3d3d3; /* 薄いグレーのバー */
    }
    .secMain .boxTxt .txt01::before{
        content: "";
        position: absolute;
        top: 0.2rem;
        left: 0;
        width: 0;
        height: 0;
        background: none;
        border-radius: 0;
        border-left: 0.5rem solid transparent;
        border-right: 0.5rem solid transparent;
        border-top: 0.7rem solid #333; /* 下向きの三角形 */
    }
    .secMain .bnrBox{
        display: flex;
        margin-left: 0;
        margin-top: 30px;
        display: none;
    }
    .secMain .bnrBox .brnlink{
        margin-right: 2rem;
    }
    .secMain .bnrBox .brnlink:last-child{
        margin-right: 0;
    }
    .secMain .spbnrBox{
        margin-top: 1.8rem;
    }
    .secMain .brnlink{
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    .secMain .brnlink::after{
        background: url(../img/sitamap/spIconawro.png) right center no-repeat;
        background-size: 100% auto;
        width: 1.3rem;
        height: 0.7rem;
        position: absolute;
        content: "";
        right: 0;
        top: calc(50% - 0.3rem);
    }
    .secMain  .spflex{
        display: flex;
        align-items: center;
    }
    .secMain  .spflex .imgBox{
        max-width: 13rem;
    }
    .secMain .linktxt{
        font-size: var(--spFontSize12);
        padding-left: 1rem;
    }
}
