﻿/* 追加スタイル調整 */
.lineup .list4 {
	justify-content: center;
}

.sp .lineup .list4 .title_container.fixed {
	width: calc((250% - 40px) / 3);
}

.sp .lineup .list4 li:nth-child(2) .title_container.fixed {
	left: calc(320 / 375 * 100vw) !important;
}

.sp .lineup .list4 li:nth-child(3) .title_container.fixed {
	left: calc(620 / 375 * 100vw) !important;
}

@media screen and (max-width: 768px) {
	.lineup .list4 li {
		width: 33.3333%;
	}
}

.lineup .list5 li {
	width: calc(33.333% - 35px);
	margin-bottom: 0;
}

.custom .sec_title {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

footer .list7 {
	justify-content: center;
}

.sp footer .list7 li {
	width: calc(33.333% - 20px);
	margin: 0 10px;
}

.info {
    text-align: center;
    padding: 40px 20px 40px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}
