@charset "utf-8";
/* CSS Document */

/* 汎用 */
.dlType1{
    dt{
        padding: 1rem 2.8rem 1.1rem;
    }
    dd{
        margin-left: 6rem;
        margin-bottom: 7rem;
    }
}

.secNEW .dlType1{
    max-width: var(--inner-width);
    margin-inline: auto;
}


/* ヘッダ */
.hType1{
    padding: 2rem;
    img{
        height: 5rem;
    }
}

.hType3{
    padding: 1rem 2rem 1.2rem;
    font-size: 2.2rem;
    min-width: 28rem;
    margin-bottom: 4rem;
}

.hType4{
    text-align: left;
}

/* コンテンツ領域コンテナ */


/* フッター */
footer{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--section-bottom);
	flex-wrap: wrap;
	padding: var(--block-bottom) 0 10px 0;
    line-height: 2;
}

.footLogo{
	gap: 20px;
	margin-bottom: 0;
}

.footLogo .mark{
	width: 40px;
	padding: 0;
}

.footLogo .type{
	font-size: 2.4rem;
}

.secFootNavi ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	margin-bottom: 0;
	grid-auto-flow: column;
}

.secFootNavi ul li{
	border: none;
}

.secFootNavi ul li:nth-of-type(1),
.secFootNavi ul li:nth-of-type(2),
.secFootNavi ul li:nth-of-type(3),
.secFootNavi ul li:nth-of-type(4){
	grid-column: auto;
	grid-row: auto;
}

.secFootNavi ul li.row46{
	grid-row: 4/6;
}

.secFootNavi ul li a{
	padding: 0;
	margin: 0;
	display: inline;
}

.secFootNavi ul li:nth-of-type(2n-1) a{
	border-right: none;
}

.secFootNavi ul li.lv2{
	display: block;
}
.secFootNavi ul li.lv2:before{
	content: "笏�";
}
.copyright{
	width: 100%;
	font-size: 1.4rem;
}