@charset "UTF-8";
/* font family */
/* fon weight */
/*------------------------------------------------------

	指定学校CSS ※SASS

-------------------------------------------------------- */
/* 汎用追加 */
.u-bg--gray {
	background-color: var(--color-bg-sub);
}

.u-fontsize85 {
	font-size: 85%;
}

@media (min-width: 751px) {
	.u-text-pcright {
		text-align: right !important;
	}
}
/* ダウンロードリンク・ボタン */
.c-text > a[href$=".doc"]::after, .c-text a[href$=".docx"]::after, .c-text a[href$=".xls"]::after, .c-text a[href$=".xlsx"]::after {
	content: "";
	display: inline-block;
	margin-left: 0.25em;
	margin-right: 0.5em;
	width: 1em;
	height: 1em;
	background: url("/assets/img/icon/download.svg") no-repeat center/contain;
}

.c-textlink > a[href$=".doc"]::after, .c-textlink > a[href$=".docx"]::after, .c-textlink > a[href$=".xls"]::after, .c-textlink > a[href$=".xlsx"]::after {
	display: inline-block;
	-webkit-mask: url("/assets/img/icon/download.svg") no-repeat center/contain;
	mask: url("/assets/img/icon/download.svg") no-repeat center/contain;
}

.c-button__inner[href$=".doc"]::after, .c-button__inner[href$=".docx"]::after, .c-button__inner[href$=".xls"]::after, .c-button__inner[href$=".xlsx"]::after {
	mask-image: url("/assets/img/icon/download.svg");
}

/* 調整 */
.c-box .c-list > li + li {
	margin-top: 0.5em;
}

.c-table table td {
	border-left: 1px solid var(--color-border);
}

/* タイトル */
.c-heading-lv1__sub--bottom {
	margin-top: 5px;
	font-size: 1.8rem;
}
@media (min-width: 751px) {
	.c-heading-lv1__sub--bottom {
		font-size: 3rem;
	}
}

.c-heading-lv5 {
	font-weight: var(--fw-sb);
	font-size: 1.7rem;
	line-height: 1.3;
}
@media (min-width: 751px) {
	.c-heading-lv5 {
		font-size: 1.9rem;
	}
}

/* 背景の色分けセクション */
.l-section-bg-s {
	padding: 24px 0;
}
@media (min-width: 751px) {
	.l-section-bg-s {
		padding: 40px 0;
	}
}

.l-section-bg-m {
	padding: 40px 0;
}
@media (min-width: 751px) {
	.l-section-bg-m {
		padding: 60px 0;
	}
}

.l-section-bg-l {
	padding: 54px 0 64px;
}
@media (min-width: 751px) {
	.l-section-bg-l {
		padding: 80px 0;
	}
}

.l-section-bg-l--last {
	padding-bottom: 100px;
}
@media (min-width: 751px) {
	.l-section-bg-l--last {
		padding-bottom: 120px;
	}
}

/* スマホ時2カラム アンカーリンクボタン */
@media (max-width: 750px) {
	.c-button-container.c-button-container--sp2up {
		gap: 16px;
	}
	.c-button-container--sp2up {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
/* 指定学校について：丸数字リスト  */
.gakko-request-list-item + .gakko-request-list-item {
	margin-top: 45px;
}
@media (min-width: 751px) {
	.gakko-request-list-item + .gakko-request-list-item {
		margin-top: 60px;
	}
}
.gakko-request-list-item > dl > dt {
	display: inline-flex;
	align-items: center;
}
.gakko-request-list-item > dl > dd {
	padding-left: 20px;
}
@media (min-width: 751px) {
	.gakko-request-list-item > dl > dd {
		padding-left: 40px;
	}
}

.gakko-request-list-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-color: var(--color-theme-main);
	border-radius: 50%;
	color: #fff;
	font-size: 1.7rem;
}
@media (min-width: 751px) {
	.gakko-request-list-number {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		font-size: 1.9rem;
	}
}

/* 指定学校について：表 */
.c-table table td.ta-c {
	text-align: center;
}

.c-table table td.ve-m {
	vertical-align: middle;
}

.gakko-request-table table th,
.gakko-request-table table td {
	padding: 10px 14px;
}

.gakko-request-table table .c-table__title {
	background-color: var(--color-bg-sub);
}

.gakko-request-table table .c-table__sub {
	background-color: #F0FAF0;
}

.gakko-request-table table .c-table__sub.bg-blue {
	background-color: #F2F3F7;
}

.gakko-request-table table td.bg-ylw {
	background-color: #FCFCF0;
}

.gakko-request-table table .c-text > a[target=_blank]::after {
	margin-right: 0.25em;
}

/* 指定学校について：申請の流れの画像 */
.gakko-request-flow {
	display: grid;
	grid-template-columns: 1fr 2.8fr 1fr;
	align-items: center;
	row-gap: 20px;
}
@media (min-width: 751px) {
	.gakko-request-flow {
		grid-template-columns: 12% 32% 12% 32% 12%;
	}
}

.gakko-request-flow-inst {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.1333333333vw;
	height: 100%;
	border-radius: 3px;
	color: #fff;
	font-size: clamp(10px, 3.2vw, 20px);
	font-weight: var(--fw-sb);
	text-align: center;
}
@media (min-width: 751px) {
	.gakko-request-flow-inst {
		padding: 8px;
		font-size: clamp(12px, 1.9vw, 19px);
	}
}
.gakko-request-flow-inst.bg_SA {
	background-color: #866500;
}
.gakko-request-flow-inst.bg_SH {
	background-color: #2f5597;
}
.gakko-request-flow-inst.bg_JR {
	background-color: #008803;
}

.gakko-request-flow-arw {
	padding: 20px 0;
}/*# sourceMappingURL=railway_gakko.css.map */