@charset "UTF-8";



body:not(.home) .c-site-branding.c-site-branding--has-logo {
	width: 120px;
	height: auto;
}

.c-site-branding.c-site-branding--has-logo a {
	display: block;
}

.c-site-branding__description {
	margin-top: 1em;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
}

.home .l-container,
.l-header {
	background-color: var(--cct_blue);
}

.l-contents__inner:first-child {
	padding-top: 0;
}

.l-contents {
	position: relative;
}


.l-header__content {
	padding-bottom: var(--_padding-1) ;
	padding-top: var(--_padding-1) !important;
}

body.home .l-header__content {
	padding-bottom: 0 !important;
}

@media (min-width: 1024px) {

}

@media (min-width: 769px) and (max-width: 1023px){

}

@media ( min-width: 769px ) {
	.c-entry {
		padding-top: calc( var(--_padding-1) * 2 ) ;
	}

	.l-header__content {
		padding-bottom: 0;
		padding-top: 0 !important;
	}

	/* .l-center-header__row:first-child {
		padding-top: calc(var(--_padding-1) * 2);
	} */

	.home .l-header .c-site-branding__title a {
		display: block;
		width: 220px;
		height: auto;
	}

	.home .l-header .c-site-branding__title a img {
		width: 100%;
		height: auto;
	}

	.portal_header {
		position: absolute;
		top: var(--_padding-1);
		left: var(--_padding-1);
	}


	.previous_button {
		display: flex;
		align-items: center;
		gap: 6px;
		width: auto;
		height: 40px;
		border: none;
		background-color: #565A8E;
		color: #fff;
		font-weight: 400;
		padding: 0 1.25em 0 .875em;
		line-height: 1;
		cursor: pointer;
		text-decoration: none;
	}

	.previous_button::before {
		content: "";
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: 4px 0 6px 7px;
	}

}


@media ( max-width: 768px ) {

	article.page.c-entry {
		padding-top: var(--_padding-1) ;
	}

	body:not(.home) .c-site-branding.c-site-branding--has-logo {
		width: 80px;
		height: auto;
	}

	body:not(.home) .c-site-branding__description {
		display: none;
	}

	body.home .c-site-branding.c-site-branding--has-logo {
		width: 65%;
		height: auto;
		transition: width 0.4s ease-in-out;
	}

	body.home.logo-shrink .c-site-branding.c-site-branding--has-logo {
		width: 27.5%;
	}

	h1.c-entry__title {
		font-size: 1.385rem;
	}

	.c-row > .c-row__col.u-invisible-lg-up {
		/* padding-right: 0 !important; */
	}

	button[aria-expanded="false"].c-hamburger-btn {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #000;
	}

	.l-header .c-hamburger-btn__bar {
		background-color: #fff;
	}

	.c-drawer__inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

		.icon_nav-list {
		display: grid;
		gap: 16px;
		padding-right: var(--_list-item-indent);
		margin: 2em 0 4em;
	}

	.c-drawer__inner .icon_nav-list {
		margin: 0;
	}

	.icon_nav-list li {
		list-style: none;
		text-align: center;
	}

	.icon_nav-list a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}





	.icon_nav-list li.is-custom-active a {
		flex-direction: row;
		justify-content: flex-start;
		padding: 12px;
		background-color: #fff;
		border-radius: 12px;
	}

	/* 正方形 */

	.icon_nav-list li:not(.is-custom-active) a {
		background-color: #fff;
		border-radius: 12px;
		aspect-ratio: 1;
		display: flex;
	}

	.icon_nav-list li.is-custom-active:not(:has(~ li.is-custom-active)) {
		margin-bottom: 12px !important;
	}


	.icon_nav-list li.is-custom-active > span.menu-text {
		display: none;
	}

	.icon_nav-list li:not(.is-custom-active) a span.menu-text-active {
		display: none;
	}

	.icon_nav-list li.is-custom-active a span.menu-text-active {
		text-align: left;
	}

	.icon_nav-list li:not(.is-custom-active) > span.menu-text {
		color: #fff;
		font-size: .75rem;
		text-align: center;
		display: block;
		margin-top: 6px;
		line-height: 1.3;
	}

	.menu-icon {
		width: 54px;
	}

	.icon_nav-list li.is-custom-active .menu-icon {
		margin-right: 16px;
		margin-bottom: 0;
	}

	.menu-text-active {
		font-weight: bold;
		color: #000;
		font-size: 1.125rem;
	}

	.icon_nav-list li.is-custom-authentication figure.wrap_menu-icon {
		position: relative;
	}

	.icon_nav-list li.is-custom-authentication figure.wrap_menu-icon::before {
		content: "";
		background: url(../img/icon/key.svg) no-repeat 0 0;
		background-size: contain;
		display: block;
		width: 21px;
		height: 21px;
		position: absolute;
		top: -6px;
		left: -6px;
	}


	.icon_nav-list {
		grid-template-columns: repeat(4, 1fr);
	}
	.icon_nav-list li.is-custom-active {
		grid-column: span 4;
	}

	.emergency-modal {
		width: 100%;
	}

	.emergency {
		border-bottom: 1px solid #ccc;
	}

	.emergency_title h2 {
		background-color: #c6221c;
		color: #fff;
		margin: 0 calc(50% - 50vw);
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
	}

	ul.emergency-posts {
		list-style: none;
		padding: 0;
	}

	ul.emergency-posts li a {
		display: block;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: var(--_global--container-margin);
		padding-right: var(--_global--container-margin);
		text-decoration: none;
	}

	ul.emergency-posts li + li {
		border-top: 1px dotted #ddd;
	}

	[id=drawer-nav].c-drawer--overall .c-drawer__inner {
		/* height: 100%; */
	}

	[id=drawer-nav].c-drawer--overall .c-drawer__controls {
		right: var(--_global--container-margin);
		padding: var(--_padding-1) 0;
		right: var(--_padding-1);
		left: inherit;
		width: 48px;
		height: 48px;
	}

	.c-drawer__control .c-hamburger-btn {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #000;
	}

	.c-drawer__inner .logo_nav {
		width: 80px;
		margin: calc( var(--_padding-1) + 1px ) auto 24px;
	}




	[id=drawer-nav].c-drawer--overall {
		padding-top: 0;
		display: block;
	}

	.logo_nav a {
		display: block;
		z-index: 1;
	}

	.previous_button {
		display: flex;
		align-items: center;
		gap: 6px;
		width: 100%;
		height: 40px;
		border: none;
		background-color: #fff;
		font-weight: 400;
		padding: 0 1.25em 0 .875em;
		line-height: 1;
		color: inherit;
		text-decoration: none;
	}

	.previous_button::before {
		content: "";
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #333;
		border-left: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: 4px 0 6px 7px;
	}

	.portal_header {
		margin: 0 calc(50% - 50vw);
		background-color: #fff;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.portal_header-active {
		margin: 0 calc(50% - 50vw);
		box-shadow: 0 0 10px rgba(0,0,0,.3);
		transition: .3s;
	}


}


@media (any-hover: hover) {

}