@charset "UTF-8";

/* ==================================================

	common.css
	Version: 1.5

	オリジナルクラス命名規則（Bootstrapコンフリクト回避の為FLOCSS凝縮）
	[ UTILITY ] u-
	[ COMPONENT ] c-
	[ LAYOUT ] l-
	[ PROJECT ] p

	Bootstrap v5.3 （bootstrap.min.css）
	ブレイクポイントのみを変更しビルドしたcssを読み込んでいます
	
	BREAKPOINT
	@media (min-width: 414px)
	@media (min-width: 768px)
	@media (min-width: 1024px)
	@media (min-width: 1200px)
	@media (min-width: 1367px)
	
*/

/* ==================================================

	CONFIG

*/
:root {
  --color-primary: #29B5E8;
	--color-primary-hover: #077EA8;
	--color-mid-blue: #11567F;
	--color-mid-blue-hover: #013D61;
	--color-placeholder: #666;
}

/* ==================================================

	WEB FONT（Texta）

*/
@font-face {
	font-family: Texta;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	size-adjust: 126%;
	src: url(../fonts/TextaThin.woff) format("woff");
}
@font-face {
	font-family: Texta;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	size-adjust: 126%;
	src: url(../fonts/TextaLight.woff) format("woff");
}
@font-face {
	font-family: Texta;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	size-adjust: 126%;
	src: url(../fonts/TextaRegular.woff) format("woff");
}
@font-face {
	font-family: Texta;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	size-adjust: 126%;
	src: url(../fonts/TextaMedium.woff) format("woff");
}
@font-face {
	font-family: Texta;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	size-adjust: 126%;
	src: url(../fonts/TextaBold.woff) format("woff");
}
@font-face {
	font-family: Texta;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	size-adjust: 126%;
	src: url(../fonts/TextaHeavy.woff) format("woff");
}
@font-face {
	font-family: Texta;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	size-adjust: 126%;
	src: url(../fonts/TextaBlack.woff) format("woff");
}

/* ==================================================

	HTML

*/
html {
	scroll-behavior: auto !important;
	background-color: #000;
}
body {
	line-height: 1.5;
	font-weight: 400;
	font-family: Texta, "M PLUS 1p", sans-serif;
	color: #1e1e1e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
}
ul {
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	resize: none;
}

@media (min-width: 992px) {
	html {
		font-size: 100%;
	}
}

/* ==================================================

	PLACEHOLDER

*/
::-webkit-input-placeholder {
	color: var(--color-placeholder);
}
::-moz-placeholder {
	color: var(--color-placeholder);
}
:-moz-placeholder {
	color: var(--color-placeholder);
}
:-ms-input-placeholder {
	color: var(--color-placeholder);
}
::placeholder {
	color: var(--color-placeholder);
}


/* ==================================================

	MAIN

*/
main {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 74px 0 0 0;
	background-color: #fff;
}

/* ==================================================

	SECTION

*/
section {
	margin: 50px 0;
}
section:first-child {
	margin-top: 25px;
}

@media (min-width: 768px) {
	section {
		margin: 100px 0;
	}
	section:first-child {
		margin-top: 50px;
	}
}

/* ==================================================

	CONTAINER

*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-right: 23px;
	padding-left: 23px;
	max-width: 1366px;
}
@media (min-width: 768px) {
	.container {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media (min-width: 1024px) {
	.container {
		padding-right: 59px;
		padding-left: 59px;
	}
}

/* ==================================================

	BOOTSTRAP OVERWRITE

*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
a {
	color: var(--color-primary);
}
em {
	font-style: inherit;
}
dl, ol, ul {
	margin: 0;
}
p {
	margin: 0;
}
button {
	padding: 0;
}
.form-control {
	border-color: #809AA2;
	font-size: 16px;
}
.form-control:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #000 !important;
}
.lead {
	font-weight: inherit;
}
.modal-content {
	border: 0;
	border-radius: 0;
}
.form-check-input {
	border-color: #809AA2;
}
.form-check-input:checked {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}
.form-control {
	padding-top: 5px;
	padding-bottom: 7px;
}
.form-select {
	padding-top: 5px;
	padding-bottom: 7px;
	border-color: #809AA2;
}
.accordion-button {
	display: flex;
	align-items: center;
	width: auto;
}
.accordion-button::after {
	content: '';
	display: block;
	margin: 0.1em 0 0 0.3em;
	width: 0.9em;
	height: 0.9em;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-image: url(../img/icon-arrow-toggle.svg) !important;
	background-size: contain !important;
	transition: transform 0.3s ease;
}
.accordion-button[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	padding-right: 12px;
	background-image: none;
}
.form-select.is-invalid {
	padding-right: 36px !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.dropdown-item {
	color: inherit;
}

/* ==================================================

	ICON

*/
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	margin-top: 0.1em;
	width: 0.9em;
	height: 0.9em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.icon-arrow-link {
	margin-left: 0.2em;
	background-image: url(../img/icon-arrow-link.svg);
}
.icon-interpretation {
	background-image: url(../img/icon-interpretation.svg);
}
.icon-breakfast {
	background-image: url(../img/icon-breakfast.svg);
}
.icon-lunch {
	background-image: url(../img/icon-lunch.svg);
}
.icon-drink {
	background-image: url(../img/icon-drink.svg);
}
.icon-live {
	background-image: url(../img/icon-live.svg);
}

/* ==================================================

	LINK

*/
.u-link {
	color: inherit;
}
.u-link:hover {
	color: var(--color-primary);
}

.u-link-color {
	position: relative;
	display: inline-flex;
	padding: 0;
	border-bottom: 1px solid transparent;
}
.u-link-color i {
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: 0;
	transform: translateY(-43%);
}
.u-link-color:hover {
	border-color: var(--color-primary);
}

/* ==================================================

	COLOR

*/
.u-red {
	color: #E2493D;
}
.u-gray {
	color: #5B656E;
}

/* ==================================================

	FONT SIZE

*/
.fs-14 {
	font-size: 14px;
}

/* ==================================================

	BODY

*/
.l-body {
	flex: 1;
	width: 100%;
}

/* ==================================================

	HEADER

*/
.l-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}
.l-header .header {
	position: relative;
	z-index: 110;
	background-color: #fff;
	border-bottom: 1px solid #A0BBCC;
}
.l-header .header .container {
	display: flex;
	align-items: center;
	padding-left: 14px;
	height: 74px;
}
.l-header .header .logo {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: 10px;
}
.l-header .header .logo a {
	display: block;
}
.l-header .header .logo img:last-child {
	display: none;
}
.l-header .header .logo .mypage {
	margin-bottom: 0.2em;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}
.l-header .header .toggle {
	position: relative;
	width: 40px;
	height: 40px;
}
.l-header .header .toggle i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -9px;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #000;
}
.l-header .header .toggle i:nth-child(1) {
	margin-top: -6px;
}
.l-header .header .toggle i:nth-child(2) {
	margin-top: 4px;
}
.l-header .header nav {
	display: none;
	justify-content: flex-end;
	align-items: center;
	gap: 40px;
	flex: 1;
	font-weight: 500;
}
.l-header .header nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 40px;
}
.l-header .header nav .nav-content {
	display: none;
	font-weight: 500;
	font-size: 14px;
}
.l-header .header nav .nav-content > li > a,
.l-header .header nav .nav-content > li > button {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: inherit;
}
.l-header .header nav .nav-content > li > button svg {
	display: block;
	margin: 1px 0 0 5px;
	width: 15px;
	height: 15px;
	transition: transform 0.3s ease-in-out;
}
.l-header .header nav .nav-content > li > button[aria-expanded="true"] {
	color: var(--color-primary);
}
.l-header .header nav .nav-content > li > button[aria-expanded="true"] svg {
	fill: var(--color-primary);
	transform: rotate(180deg);
}
.l-header .header nav .nav-content > li > a:hover,
.l-header .header nav .nav-content > li > button:hover {
	color: var(--color-primary);
}
.l-header .header nav .nav-content > li > button:hover svg {
	fill: var(--color-primary);
}

@media (min-width: 768px) {
	.l-header .header .container {
		padding-left: 30px;
	}
	.l-header .header nav {
		display: flex;
	}
}

@media (min-width: 1024px) {
	.l-header .header .container {
		padding-left: 60px;
	}
	.l-header .header .toggle {
		display: none;
	}
	.l-header .header .logo img:first-child {
		display: block;
	}
	.l-header .header .logo img:last-child {
		display: none;
	}
	.l-header .header nav .nav-content {
		display: flex;
	}
}

@media (min-width: 1367px) {
	.l-header .header .logo img:first-child {
		display: none;
	}
	.l-header .header .logo img:last-child {
		display: block;
	}
}

/* ==================================================

	MENU

*/
.l-menu {
	display: none;
	position: fixed;
	top: 74px;
	left: 0;
	padding: 30px 0 40px 0;
	width: 100%;
	min-height: 140px;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	font-weight: 700;
	font-size: 14px;
	transform: translateY(-110%);
}
.loaded .l-menu {
	transition: transform 0.4s ease;
}
.l-menu[aria-hidden="false"] {
	transform: translateY(0%);
	z-index: 1;
}
.l-menu .h1 {
	font-size: 20px;
}
.l-menu .h2 {
	margin-top: 40px;
	font-size: 12px;
	color: #5B656E;
}
.l-menu .h2:first-child {
	margin-top: 0;
}
.l-menu a {
	color: inherit;
}
.l-menu a:hover {
	color: var(--color-primary);
}
.l-menu .h1 + .row {
	padding-top: 20px;
}
.l-menu li {
	margin-top: 10px;
}
.l-menu .col {
	flex-grow: 0;
}
.l-menu .menu-content .col {
	flex-basis: 25%;
}
.l-menu .menu-content .col:last-child {
	flex-basis: 50%;
}
.l-menu .menu-content .col:last-child ul {
	display: flex;
	flex-wrap: wrap;
}
.l-menu .menu-content .col:last-child ul li {
	flex-basis: 50%;
}
.l-menu .menu-expo .col {
	flex-basis: 25%;
}
.l-menu .menu-mypage .col {
	flex-basis: 25%;
}

@media (min-width: 1024px) {
	.l-menu {
		display: block;
	}
}

/* ==================================================

	MEGAMENU

*/
.l-megamenu {
	position: fixed;
	z-index: 99;
	top: 74px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	transform: translateX(-100%);
	overflow-y: auto;
	overscroll-behavior: none;
}
.loaded .l-megamenu {
	transition: transform 0.2s ease-in-out;
}
.l-megamenu[aria-hidden="false"] {
	transform: translateX(0%);
}
.l-megamenu nav {
	padding: 20px 0 40px 0;
	min-height: 100%;
}
.os-ios .l-megamenu nav {
	height: calc(100% + 1px);
}
.l-megamenu .nav-content > li > a,
.l-megamenu .nav-content > li > button {
	display: flex;
	align-items: center;
	padding: 10px 25px;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	color: inherit;
}
.l-megamenu .nav-content > li > button svg {
	display: block;
	margin: 0.1em 0 0 0.3em;
	width: 0.8em;
	height: 0.8em;
	transition: transform 0.3s ease-in-out;
}
.l-megamenu .nav-content > li > button[aria-expanded="true"] {
	color: var(--color-primary);
}
.l-megamenu .nav-content > li > button[aria-expanded="true"] svg {
	fill: var(--color-primary);
	transform: rotate(180deg);
}
.l-megamenu .nav-content > li > a:hover,
.l-megamenu .nav-content > li > button:hover {
	color: var(--color-primary);
}
.l-megamenu .nav-content > li > button:hover svg {
	fill: var(--color-primary);
}
.l-megamenu-list {
	overflow: hidden;
	height: 0;
	font-weight: 700;
	font-size: 14px;
	transition: height 0.2s ease-in-out;
}
.l-megamenu-list a {
	color: inherit;
}
.l-megamenu-list .container {
	padding: 5px 25px 15px 25px;
}
.l-megamenu-list .row {
	display: block;
}
.l-megamenu-list .h1 {
	font-size: 18px;
}
.l-megamenu-list .h2 {
	margin: 20px 0 10px 0;
	font-size: 12px;
	color: #5B656E;
}
.l-megamenu-list ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
}
.l-megamenu-list li {
	gap: 0 10px;
}
.l-megamenu-list .col .h1 {
	margin-bottom: 10px;
}
.l-megamenu .nav-other {
	padding: 20px 20px;
}

@media (min-width: 768px) {
	.l-megamenu .nav-content > li > a,
	.l-megamenu .nav-content > li > button {
		padding: 10px 30px;
	}
	.l-megamenu-list .container {
		padding: 5px 30px 15px 30px;
	}
	.l-megamenu-list ul {
		flex-direction: row;
		gap: 10px 20px;
	}
	.l-megamenu .nav-other {
		display: none;
	}
}

@media (min-width: 1367px) {
	.l-megamenu {
		display: none;
	}
}

/* ==================================================

	FOOTER

*/
.l-footer {
	padding: 50px 0;
	background-color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
.l-footer a {
	color: inherit;
}
.l-footer a:hover {
	border-bottom: 1px solid #fff;
}
.l-footer nav {
	padding-bottom: 20px;
}
.l-footer nav ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	font-size: 16px;
}
.l-footer .secretariat {
	margin: 20px 0;
}
.l-footer .secretariat p {
	padding: 0.5em 0;
}
.l-footer .note li {
	padding: 0.5em 0;
}
.l-footer small {
	display: block;
	margin-top: 30px;
	font-size: 14px;
}
@media (min-width: 1024px) {
	.l-footer {
		padding: 90px 0;
	}
	.l-footer nav {
		padding: 0;
	}
	.l-footer nav ul {
		flex-direction: row;
	}
}

/* ==================================================

	[ COMPONENT ] HEADING (見出し)

*/
.c-heading > span {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.5;
}
.c-heading > span.en {
	font-size: 15px;
	line-height: 1.4;
}
.c-heading > em {
	display: block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.c-heading > span {
		font-size: 14px;
	}
	.c-heading > span.en {
		font-size: 18px;
	}
	.c-heading > em {
		font-size: 36px;
	}
}

@media (min-width: 1024px) {
	.c-heading > span {
		font-size: 15px;
	}
	.c-heading > span.en {
		font-size: 19px;
	}
	.c-heading > em {
		font-size: 42px;
	}
}

@media (min-width: 1367px) {
	.c-heading > span {
		font-size: 16px;
	}
	.c-heading > span.en {
		font-size: 20px;
	}
	.c-heading > em {
		font-size: 48px;
	}
}

.c-heading-day {
	margin-bottom: 20px;
	padding-top: 30px;
	font-weight: 700;
	font-size: 24px;
	font-family: "Lato", sans-serif;
}

@media (min-width: 768px) {
	.c-heading-day {
		padding-top: 40px;
	}
}

.c-heading-confirm {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.c-heading-confirm {
		margin-bottom: 30px;
	}
}

/* ==================================================

	[ COMPONENT ] BUTTON (ボタン)

*/
.c-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 27px 0.18em 27px;
	height: 34px;
	border-radius: 999vw;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.c-btn-primary {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.c-btn-primary:hover {
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
}
.c-btn-outline-primary {
	background-color: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
.c-btn-outline-primary:hover {
	background-color: var(--color-primary);
	color: #fff;
}
.c-btn-mid-blue {
	background-color: var(--color-mid-blue);
	border: 1px solid var(--color-mid-blue);
}
.c-btn-mid-blue:hover {
	background-color: var(--color-mid-blue-hover);
	border-color: var(--color-mid-blue-hover);
}

/* ==================================================

	[ COMPONENT ] BADGE (バッジ)

*/
.c-badge {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
}
.c-badge span {
	display: block;
	min-width: 100px;
	padding: 0.14em 0.5em 0.23em 0.5em;
	border-radius: 999px;
}
.c-badge--handson span {
	background-color: #DBF4F6;
	color: #11567F;
}
.c-badge--repeat-session span {
	background-color: #9D73DB;
	color: #fff;
}
.c-badge--room span {
	background-color: #000;
	color: #fff;
}

/* ==================================================

	[ COMPONENT ] [ NAV ] BACK

*/
.c-nav-back {
	padding-top: 20px;
}
.session-container .c-nav-back {
	padding: 0 !important;
	max-width: initial !important;
}
.c-nav-back + section {
	margin-top: 20px;
}
.c-nav-back .wrap {
	display: flex;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
}
.c-nav-back .wrap a {
	display: flex;
	align-items: center;
}
.c-nav-back .wrap a::before {
	content: '';
	display: block;
	margin-right: 0.5em;
	width: 0.5em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/icon-arrow-back.svg);
	background-size: contain;
}
@media (min-width: 768px) {
	.c-nav-back {
		padding-top: 30px;
	}
	.c-nav-back + section {
		margin-top: 30px;
	}
	.c-nav-back .wrap {
		font-size: 16px;
	}
}

/* ==================================================

	[ COMPONENT ] [ SESSION ] DATE (日付)

*/
.c-session-date .day {
	padding-right: 5px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
}

/* ==================================================

	[ COMPONENT ] [ SESSION ] ID

*/
.c-session-id {
	line-height: 1.5;
	color: #5B656E;
}

/* ==================================================

	[ COMPONENT ] [ SESSION ] TITLE

*/
.c-session-title {
	font-weight: 700;
}
.c-session-title button {
	display: block;
	text-align: left;
	font-weight: inherit;
	color: rgb(30, 30, 30);
}
.c-session-title button:hover {
	color: var(--color-primary);
}
.c-session-title em {
	display: block;
}
.c-session-title span {
	display: block;
}

/* ==================================================

	[ COMPONENT ] [ SESSION ] STATUS (残席数)

*/
.c-session-status {
	display: flex;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}
.c-session-status span {
	display: block;
	padding: 0 0.4em 0.1em 0.4em;
	border: 1px solid #000;
}
.c-session-status .c-session-status--full {
	border-color: #FF0000;
	color: #FF0000;
}
.c-session-status .c-session-status--few {
	border-color: #11567F;
	color: #11567F;
}

/* ==================================================

	[ COMPONENT ] [ SESSION ] PROPERTY

*/
.c-session-property {
	font-size: 14px;
	line-height: 1.5;
	color: #808080;
}
.c-session-property div {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 1.7em;
}
.c-session-property i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	width: 1.5em;
	height: 1.5em;
}

/* ==================================================

	[ LAYOUT ] CONTAINER

*/
.l-container-short {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
}
.l-container-middle {
	margin-left: auto;
	margin-right: auto;
	max-width: 856px;
}

/* ==================================================

	[ LAYOUT ] FORM

*/
.l-form-input {
	padding-top: 10px;
}
.l-form-input .l-container-short {
	margin-top: 30px;
}

@media (min-width: 1024px) {
	.l-form-input {
		padding-top: 20px;
	}
	.l-form-input .l-container-short {
		margin-top: 50px;
	}
	
}

/* ==================================================

	[ LAYOUT ] FOOT COL2

*/
.l-foot-col2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

@media (min-width: 768px) {
	.l-foot-col2 {
		flex-direction: row;
		gap: 0;
	}
	.l-foot-col2 .col {
		flex-basis: 50%;
		padding: 0 25px;
	}
	.l-foot-col2 .col:first-child {
		display: flex;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.l-foot-col2 .col {
		flex-basis: 50%;
		padding: 0 25px;
	}
}

/* ==================================================

	[ LAYOUT ] INFORMATION

*/
.l-information {
	padding: 20px;
	background-color: #F7F9FA;
	border-radius: 4px;
	font-size: 16px;
}
.l-information .h {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
}
.l-information p {
	margin-bottom: 0.6em;
}
.l-information .block {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(65, 70, 75, 0.25);
}
.l-information .middle {
	font-size: 14px;
}

/* ==================================================

	[ LAYOUT ] REGISTER STEPS

*/
.l-register-steps {
	padding: 20px 0;
	background-color: #F5F7F8;
}
.l-register-steps ul {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0;
	font-size: 11px;
	line-height: 1.3;
}
.l-register-steps li {
	width: 100%;
	position: relative;
}
.l-register-steps li::before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	right: -50%;
	height: 2px;
	background-color: #d9d9d9;
}
.l-register-steps li:last-child::before {
	display: none;
}
.l-register-steps li div {
	position: relative;
}
.l-register-steps li div i {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #d9d9d9;
	font-style: normal;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	color: #000;
}
.l-register-steps li div p {
	margin: 0;
}
.l-register-steps li div span {
	display: inline-block;
}
.l-register-steps li.active::before {
	margin-top: -2px;
	height: 4px;
	background-color: var(--color-primary);
}
.l-register-steps li.active {
	color: var(--color-primary);
}
.l-register-steps li.active div i {
	background-color: var(--color-primary);
	background-image: url(../img/icon-check-register-steps.svg);
	background-size: contain;
	color: transparent;
}

@media (min-width: 576px) {
	.l-register-steps ul {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.l-register-steps {
		padding: 25px 0 0 0;
		height: 110px;
	}
	.l-register-steps ul {
		margin: 0 auto;
		max-width: 640px;
		font-size: 14px;
	}
	.l-register-steps li div p {
		padding: 0;
	}
}

/* ==================================================

	[ LAYOUT ] SPEAKER

*/
.l-speaker {
	margin: 40px 0;
	text-align: center;
	font-size: 12px;
}
.l-speaker ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	margin: 0 -15px;
}
.l-speaker li {
	padding: 0 15px;
	flex-basis: 50%;
}
.l-speaker .portrait {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}
.l-speaker .portrait span {
	display: block;
	overflow: hidden;
	max-width: 140px;
	border-radius: 50%;
}
.l-speaker .portrait img {
	width: 100%;
}
.l-speaker .profile {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}
.l-speaker .profile button {
	display: flex;
	align-items: center;
	font-weight: inherit;
	color: var(--color-primary);
}
.l-speaker .profile i {
	display: block;
}

@media (min-width: 768px) {
	.l-speaker {
		margin: 60px 0;
		font-size: 14px;
	}
	.l-speaker ul {
		gap: 40px 0;
	}
}

@media (min-width: 1024px) {
	.l-speaker li {
		flex-basis: 33.333%;
	}
}

@media (min-width: 1367px) {
	.l-speaker li {
		flex-basis: 25%;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] DETAIL HEAD

*/
.l-session-detail-head {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0 0 0.5rem 0;
	font-size: 14px;
}
.l-session-detail-head .badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}

@media (min-width: 1024px) {
	.l-session-detail-head {
		flex-direction: row;
		gap: 10px;
	}
	.l-session-detail-head .badges {
		margin-top: 0;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] DETAIL H1

*/
.l-session-detail-h1 {
	margin: 15px 0;
	font-weight: 800;
}
.l-session-detail-h1 em {
	display: block;
	font-size: 26px;
	line-height: 1.3;
}
.l-session-detail-h1 span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

@media (min-width: 1024px) {
	.l-session-detail-h1 em {
		font-size: 36px;
		line-height: 1.3;
	}
	.l-session-detail-h1 span {
		font-size: 18px;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] DETAIL H2

*/
.l-session-detail-h2 {
	margin: 20px 0;
	font-weight: 800;
}
.l-session-detail-h2 em {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.l-session-detail-h2 span {
	display: block;
	margin: 5px 0;
	font-size: 12px;
}

@media (min-width: 1024px) {
	.l-session-detail-h2 em {
		display: block;
		margin-top: 5px;
		font-size: 24px;
	}
	.l-session-detail-h2 span {
		display: block;
		margin: 5px 0;
		font-size: 14px;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] DETAIL PROPERTY

*/
.l-session-detail-property {
	margin: 20px 0 25px 0;
}
.l-session-detail-property .c-session-property {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] DETAIL LEAD

*/
.l-session-detail-lead {
	font-size: 15px;
	color: inherit;
}
.l-session-detail-lead .en {
	margin-top: 15px;
	font-size: 14px;
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] DETAIL TAGS

*/
.l-session-detail-tags {
	margin-top: 40px;
	font-size: 14px;
	line-height: 1.7;
}
.l-session-detail-tags .h {
	margin: 15px 0 5px 0;
	font-weight: 700;
}
.l-session-detail-tags li {
	padding: 2px 0;
}

@media (min-width: 768px) {
	.l-session-detail-tags {
		margin-top: 80px;
	}
}

/* ==================================================

	[ LAYOUT ] [ MODAL ] SPEAKER

*/
.l-modal-speaker .modal-dialog {
	margin: 0;
	max-width: 756px;
	height: 100%;
}
.l-modal-speaker .outer {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 23px;
}
.l-modal-speaker .modal-content {
	height: 100%;
	min-height: 400px;
}
.l-modal-speaker .modal-header {
	display: block;
}
.l-modal-speaker .modal-body {
	overflow-y: auto;
	min-height: 150px;
}
.l-modal-speaker .modal-footer {
	justify-content: center;
	flex-shrink: 0;
}

.l-modal-speaker .modal-header .h {
	font-weight: 800;
	font-size: 20px;
	color: inherit;
}
.l-modal-speaker .modal-header p {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.l-modal-speaker .modal-dialog {
		margin: 0 auto;
	}
	.l-modal-speaker .outer {
		padding: 30px 30px;
		height: auto;
	}
	.l-modal-speaker .modal-content {
		height: auto;
		min-height: initial;
	}
	.l-modal-speaker .modal-body {
		height: 34vh;
		max-height: 306px;
	}
}

/* ==================================================

	[ LAYOUT ] [ MODAL ] SESS

*/
.l-modal-sess .modal-dialog {
	margin: 0;
	max-width: 756px;
	height: 100%;
	min-height: 600px;
}
.l-modal-sess .outer {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 23px;
}
.l-modal-sess .modal-content {
	height: 100%;
}
.l-modal-sess .modal-header {
	display: block;
}
.l-modal-sess .modal-body {
	overflow-y: auto;
	min-height: 150px;
}
.l-modal-sess .modal-footer {
	justify-content: center;
	flex-shrink: 0;
}

.l-modal-sess .l-session-detail-head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}
.l-modal-sess .l-session-detail-head .badges {
	flex-basis: 100%;
}
.l-modal-sess .l-session-detail-h1 {
	margin: 10px 0;
}
.l-modal-sess .l-session-detail-h1:last-child {
	margin-bottom: 0;
}
.l-modal-sess .l-session-detail-h1 em {
	font-size: 18px;
}
.l-modal-sess .l-session-detail-h1 span {
	font-size: 14px;
}
.l-modal-sess .l-session-detail-h2 {
	margin: 10px 0;
}
.l-modal-sess .l-session-detail-h2:last-child {
	margin-bottom: 0;
}
.l-modal-sess .l-session-detail-h2 em {
	font-size: 14px;
}
.l-modal-sess .l-session-detail-h2 span {
	margin-bottom: 0;
	font-size: 12px;
}
.l-modal-sess .l-session-detail-property {
	margin: 0 0 15px 0;
}
.l-modal-sess .l-speaker {
	margin: 40px 0;
	text-align: left;
	font-size: 12px;
}
.l-modal-sess .l-speaker ul {
	flex-direction: column;
}
.l-modal-sess .l-speaker li {
	flex-basis: 50%;
	display: flex;
}
.l-modal-sess .l-speaker .portrait {
	display: block;
	margin: 0 20px 0 0;
	flex-basis: 80px;
	flex-shrink: 0;
}
.l-modal-sess .l-session-detail-tags {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.l-modal-sess .modal-dialog {
		margin: 0 auto;
	}
	.l-modal-sess .outer {
		padding: 30px 30px;
		height: auto;
	}
	.l-modal-sess .modal-content {
		height: auto;
		min-height: initial;
	}
	.l-modal-sess .modal-body {
		height: 34vh;
		max-height: 306px;
	}

	.l-modal-sess .l-session-detail-head .badges {
		flex-basis: auto;
	}
	.l-modal-sess .l-speaker ul {
		flex-direction: row;
	}
}

@media (max-height: 600px) {
	.l-modal-sess .l-session-detail-h1 em {
		font-size: 16px;
	}
	.l-modal-sess .l-session-detail-h1 span {
		font-size: 13px;
	}
	.l-modal-sess .l-session-detail-h2 em {
		font-size: 13px;
	}
	.l-modal-sess .l-session-detail-h2 span {
		font-size: 11px;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] CARD (カード)

*/
.l-session-card {
	display: flex;
	flex-direction: column;
	padding: 15px;
	height: 100%;
	background-color: #fff;
	border: 1px solid #D5D5D5;
	border-radius: 6px;
	font-size: 14px;
	color: inherit;
}
.l-session-card .card-body {
	flex: 1;
}
.l-session-card .day {
	padding-right: 5px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
}
.l-session-card .head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 5px 0 2px 0;
}
.l-session-card .title {
	text-align: left;
	font-weight: 700;
}
.l-session-card .title a {
	color: inherit;
}
.l-session-card .title a:hover {
	color: var(--color-primary);
}
.l-session-card .title em {
	display: block;
	font-size: 16px;
}
.l-session-card .title span {
	display: block;
	margin: 0.2em 0;
	font-size: 12px;
}
.l-session-card .company {
	margin: 10px 0;
}
.l-session-card .c-session-property {
	margin: 10px 0 15px 0;
}

@media (min-width: 768px) {
	.l-session-card .head {
		display: flex;
		align-items: center;
		gap: 10px;
		margin: 5px 0 2px 0;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] ARCHIVE (アーカイブ)

*/
.l-session-archive {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 20px 0;
	margin-bottom: 40px;
}
.l-session-archive:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.l-session-archive {
		flex-direction: row;
		gap: 30px 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	.l-session-archive .item {
		flex-basis: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 1024px) {
	.l-session-archive {
		margin-left: -25px;
		margin-right: -25px;
	}
	.l-session-archive .item {
		padding: 0 25px;
		flex-basis: 33.333%;
	}
}

@media (min-width: 1367px) {
	.l-session-archive .item {
		flex-basis: 25%;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] RELATED (関連セッション)

*/
.l-session-related {
	margin: 0;
	padding: 40px 0 50px 0;
	background-color: #F7F9FA;
}
.l-session-related .heading {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
}

@media (min-width: 768px) {
	.l-session-related {
		padding: 40px 0 70px 0;
	}
	.l-session-related .heading {
		font-size: 36px;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] SLIDER (スライダー)

*/
.l-session-slider {
	margin: 0 30px;
}
.l-session-slider .slick-list {
	overflow: visible;
}
.l-session-slider .slick-track {
  display: flex;
}
.l-session-slider .slick-slide {
  height: auto !important;
}
.l-session-slider .slick-arrow {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	background-color: rgba(0,0,0,0.2);
	background-size: contain;
	border-radius: 50%;
	margin-top: -15px;
}
.l-session-slider .slick-prev {
	left: -25px;
	background-image: url(../img/icon-arrow-prev.svg);
}
.l-session-slider .slick-next {
	right: -25px;
	background-image: url(../img/icon-arrow-next.svg);
}
.l-session-slider .l-session-card {
	margin: 0 10px;
}
@media (min-width: 1024px) {
	.l-session-slider {
		margin: 0 75px;
	}
	.l-session-slider .slick-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.l-session-slider .slick-prev {
		left: -20px;
	}
	.l-session-slider .slick-next {
		right: -20px;
	}
	.l-session-slider .l-session-card {
		margin: 0 25px;
	}
}

/* ==================================================

	[ LAYOUT ] [ SESSION ] DAYS (日付アンカー)

*/
.l-session-days {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0 20px 0;
	font-family: "Lato", sans-serif;
}
.l-session-days li {
	display: flex;
	justify-content: center;
}
.l-session-days .c-btn {
	padding-bottom: 0.06em;
}

@media (min-width: 768px) {
	.l-session-days {
		flex-direction: row;
		margin: 40px 0 20px 0;
	}
}

/* ==================================================

	SESSION LAYOUT
	絞り込み
	768px以下 モーダル配置
	768px以上 通常配置
	1367px以上 左固定配置
	タイムテーブル
	1200px以下 縦配置
	1200px以上 カラム配置
*/
.session-container {
	position: relative;
	padding: 30px 23px;
	min-height: 100vh;
}

@media (min-width: 768px) {
	.session-container {
		padding: 30px 30px;
	}
}

@media (min-width: 1024px) {
	.session-container {
		padding: 50px 60px 60px 60px;
	}
}

@media (min-width: 1367px) {
	.session-container {
		padding: 40px 30px 60px 250px;
	}
}

@media (min-width: 1580px) {
	.session-container {
		padding: 40px 30px 60px 300px;
	}
}

/* ==================================================

	ANC BAR

*/
.session-container.is-anc-bar {
	padding-top: 0;
}
.session-container .anc-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	margin: 0 -23px 30px -23px;
	padding: 15px 23px;
	background-color: #C9EDF9;
	text-align: center;
}

@media (min-width: 768px) {
	.session-container.is-anc-bar {
		padding-top: 100px;
	}
	.session-container .anc-bar {
		flex-direction: row;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 60px;
	}
}

/* ==================================================

	SESSION SEARCH

*/
.session-search {
	display: none;
	position: fixed;
	z-index: 90;
	inset: 0;
	top: 74px;
	margin: 0;
	padding: 20px 23px 30px 23px;
	overflow-y: auto;
	background-color: #fff;
	font-size: 16px;
}
.session-search .state-checker {
	display: none;
}
.session-search h2 {
	font-weight: 700;
}
.session-search .btn-close {
	position: absolute;
	top: 23px;
	right: 23px;
	width: 18px;
	height: 18px;
	background-image: url(../img/icon-close.svg);
	background-size: contain;
	opacity: 1;
}
.session-search-button {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.session-search .result-count {
	padding: 5px 0 10px 0;
	font-size: 12px;
}
.session-search .result-count span {
	display: inline-block;
	padding-right: 0.3em;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
.session-search .block {
	padding: 0 0 10px 0;
}
.session-search h2 + .block {
	margin-top: 10px;
}
.session-search h3 {
	margin: 0;
	font-weight: 700;
}
.session-search h3 button {
	font-weight: inherit;
	font-size: inherit;
}
.session-search .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.3;
}
.session-search .list li {
	padding: 0 15px 10px 0;
}
.session-search .list li:last-child {
	padding-bottom: 0;
}
.session-search .list label {
	position: relative;
	padding-left: 1.5em;
}
.session-search .list .form-check-input {
	position: absolute;
	top: 0.1em;
	left: 0;
	margin: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.session-search {
		position: static;
		display: block !important;
		margin: 30px 0 0 0;
		padding: 20px;
		border: 1px solid #D2D1D4;
		border-radius: 8px;
	}
	.session-search .state-checker {
		display: block;
	}
	.session-search .btn-close {
		display: none;
	}
	.session-search-button {
		display: none;
	}
}

@media (min-width: 1024px) {
	.session-search {
		margin: 40px 0 0 0;
		padding: 30px;
	}
}

@media (min-width: 1367px) {
	.session-search {
		display: block !important;
		position: fixed;
		z-index: 50;
		top: 75px;
		overflow-y: auto;
		margin: 0;
		padding: 40px 0 0 20px;
		width: 220px;
		background-color: #E2E5E7;
		border: 0;
		border-radius: 0;
		opacity: 1 !important;
	}
	.limit-search .session-search {
		position: absolute;
		top: auto !important;
		height: calc(100vh - 75px);
		height: calc(100dvh - 75px);
	}
	.session-search .outer {
		padding-bottom: 50px;
		width: 170px;
	}
	.session-search .result-count {
		padding: 10px 0 30px 0;
	}
	.session-search .block {
		padding: 0 0 20px 0;
	}
	.session-search .list {
		display: block;
		margin: 0;
		padding: 10px 0 20px 0;
	}
	.session-search .list li {
		padding: 0 0 10px 0;
	}
}

@media (min-width: 1580px) {
	.session-search {
		padding: 40px 0 60px 30px;
		width: 270px;
	}
	.session-search .outer {
		width: 210px;
	}
}

/* ==================================================

	TIMELINE

*/
.responsive-timetable-checker {
	display: none;
}
.timeline-section {
	margin-bottom: 20px;
	border-bottom: 1px solid #E2E5E7;
}
.timeline-wrap {
	background-color: #E2E5E7;
}
.timeline-time {
	display: none;
}
.timeline-item {
}
.timeline-card {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #E2E5E7;
	border-bottom: 0;
	font-size: 13px;
	color: inherit;
}
.timeline-card .time {
	display: flex;
	align-items: center;
}
.timeline-card .time input {
	display: block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
.timeline-card .c-badge {
	margin-top: 5px;
	font-size: 11px;
}
.timeline-card .title {
	margin-top: 5px;
	font-weight: 700;
	line-height: 1.3;
}
.timeline-card .title a,
.timeline-card .title button {
	display: block;
	text-align: left;
	font-weight: inherit;
	color: inherit;
}
.timeline-card .title a:hover,
.timeline-card .title button:hover {
	color: var(--color-primary);
}
.timeline-card .title em {
	display: block;
	font-size: 16px;
}
.timeline-card .title span {
	display: block;
	margin-top: 10px;
	font-size: 13px;
}
.timeline-card .company {
	padding: 7px 0;
	line-height: 1.3;
}
.timeline-card .company li {
	padding: 3px 0;
}
.timeline-card .c-session-status {
	margin-top: 10px;
}
.timeline-item-gs {
	width: 100% !important;
}
.timeline-item-gs .timeline-card {
	padding: 15px;
}
.timeline-item-gs .timeline-card .time {
	display: flex !important;
}
.timeline-item-gs .timeline-card .time input {
	top: 1px !important;
	margin-right: 5px !important;
}
.timeline-item-gs .c-session-property {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 5px;
}
.timeline-item-gs .title {
	margin-top: 10px;
}
.timeline-item-gs .title em {
	font-size: 20px;
}
.timeline-item-gs .title span {
	font-size: 14px;
}
.timeline-item-gs .lead {
	margin-top: 20px;
	font-size: 14px;
}
.timeline-item-gs .lead .en {
	margin-top: 20px;
	font-size: 12px;
}
.timeline-item-gs .l-speaker {
	margin: 30px 0 10px 0;
}
.timeline-item.disabled .timeline-card {
	background-color: #F6F6F6;
}
.timeline-item.disabled .timeline-card .time span,
.timeline-item.disabled .timeline-card .c-session-id,
.timeline-item.disabled .timeline-card .c-badge,
.timeline-item.disabled .timeline-card .company,
.timeline-item.disabled .timeline-card .c-session-property,
.timeline-item.disabled .timeline-card .c-session-status,
.timeline-item.disabled .timeline-card a,
.timeline-item.disabled .timeline-card button {
	filter: grayscale(1);
	opacity: 0.3;
}
.timeline-item.disabled .timeline-card a:hover,
.timeline-item.disabled .timeline-card button:hover {
	filter: grayscale(0);
	opacity: 1;
}
.timeline-item .timeline-card .time input:disabled {
	filter: grayscale(1);
	opacity: 0.3;
	pointer-events: none;
}

@media (min-width: 768px) {
	.timeline-section {
		margin-bottom: 40px;
	}
	.timeline-item-gs .l-speaker {
		margin: 40px 0 30px 0;
	}
	.timeline-item-gs .l-speaker li {
		flex-basis: 33.333%;
	}
	.timeline-item-gs .l-speaker .portrait span {
		width: 100px;
	}
}

@media (min-width: 1024px) {
	.timeline-item-gs .l-speaker {
		font-size: 12px;
	}
	.timeline-item-gs .l-speaker li {
		flex-basis: 25%;
	}
}

@media (min-width: 1200px) {
	.responsive-timetable-checker {
		display: block;
	}
	.timeline-wrap {
		display: flex;
		align-items: flex-start;
		border: 1px solid #E2E5E7;
		border-bottom: 0;
	}
	.timeline-time {
		display: block;
		position: relative;
		width: 40px;
		text-align: center;
		font-weight: 700;
		font-size: 20px;
		flex-shrink: 0;
		height: 100%;
	}
	.timeline-time span {
		display: block;
		padding: 10px 0;
		position: absolute;
		inset: -1px;
		background-color: #fff;
		border: 1px solid #E2E5E7;
	}
	.timeline-list {
		position: relative;
		flex: 1;
	}
	.timeline-item {
		position: absolute;
		z-index: 1;
		width: calc(1 / 8 * 100%);
	}
	.timeline-section-day2 .timeline-item-gs {
		width: calc(1 / 8 * 7 * 100%) !important;
	}
	.timeline-card {
		display: flex;
		flex-direction: column;
		margin: -1px -1px 0 0;
		padding: 5px;
		height: 100%;
		font-size: 10px;
	}
	.timeline-card-body {
		flex: 1;
		padding-bottom: 10px;
	}
	.timeline-card .c-session-id + .title {
		margin-top: 0;
	}
	.timeline-card .c-badge {
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: 0 50%;
	}
	.timeline-card .title em {
		font-size: 12px;
	}
	.timeline-card .title span {
		font-size: 10px;
	}
	.timeline-card .c-session-property {
		font-size: 11px;
	}
	.timeline-card .c-session-status {
		display: block;
		margin: 0;
		font-size: 11px;
	}
	.timeline-item-gs .timeline-card {
		padding: 10px;
	}
	.timeline-item-gs .head {
		display: flex;
		align-items: center;
		gap: 20px;
		margin-top: 5px;
	}
	.timeline-item-gs .c-session-property {
		margin: 0;
	}
	.timeline-item-gs .title em {
		font-size: 16px;
	}
	.timeline-item-gs .title span {
		font-size: 10px;
	}
	.timeline-item-gs .lead {
		font-size: 12px;
	}
	.timeline-item-gs .lead .en {
		font-size: 10px;
	}
	.timeline-item-gs .c-session-status {
		margin: 0;
	}
	.timeline-item-gs .l-speaker {
		font-size: 13px;
	}
}

@media (min-width: 1367px) {
	.timeline-card {
		padding: 10px;
		font-size: 13px;
	}
	.timeline-card .c-badge {
		margin-top: 5px;
		transform: scale(1);
	}
	.timeline-card .title em {
		font-size: 14px;
	}
	.timeline-card .title span {
		font-size: 11px;
	}
	.timeline-item-gs .title em {
		font-size: 20px;
	}
	.timeline-item-gs .title span {
		font-size: 14px;
	}
	.timeline-item-gs .l-speaker li {
		flex-basis: 25%;
	}
}

@media (min-width: 1580px) {
	.timeline-time {
		width: 54px;
		font-size: 20px;
	}
	.timeline-card {
		padding: 10px;
		font-size: 13px;
	}
	.timeline-card .c-badge {
		font-size: 11px;
	}
	.timeline-card .title em {
		font-size: 15px;
	}
	.timeline-card .title span {
		font-size: 12px;
	}
	.timeline-card .c-session-property {
		font-size: 13px;
	}
	.timeline-card .c-session-status {
		font-size: 13px;
	}
	.timeline-item-gs .title em {
		font-size: 21px;
	}
	.timeline-item-gs .title span {
		font-size: 15px;
	}
	.timeline-item-gs .lead {
		font-size: 14px;
	}
	.timeline-item-gs .lead .en {
		font-size: 12px;
	}
	.timeline-item-gs .l-speaker {
		font-size: 14px;
	}
	.timeline-item-gs .l-speaker .portrait span {
		width: 140px;
	}
}

@media (min-width: 1700px) {
	.timeline-time {
		width: 54px;
		font-size: 20px;
	}
	.timeline-card {
		padding: 10px;
		font-size: 14px;
	}
	.timeline-card .c-badge {
		font-size: 11px;
	}
	.timeline-card .title em {
		font-size: 16px;
	}
	.timeline-card .title span {
		font-size: 13px;
	}
	.timeline-card .c-session-property {
		font-size: 14px;
	}
	.timeline-card .c-session-status {
		font-size: 14px;
	}
	.timeline-item-gs .timeline-card {
		padding: 20px;
	}
	.timeline-item-gs .title em {
		font-size: 24px;
	}
	.timeline-item-gs .title span {
		font-size: 18px;
	}
	.timeline-item-gs .lead {
		font-size: 16px;
	}
	.timeline-item-gs .lead .en {
		font-size: 14px;
	}
}

/* ==================================================

	[ PROJECT ] [ MYPAGE ] HOME

*/
.p-mypage-home .user .h {
	font-weight: 700;
	font-size: 20px;
}
.p-mypage-home .user .id {
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 12px;
}
.p-mypage-home .user .id::before {
	content: '';
	display: block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon-user.svg);
	background-size: contain;
}
.p-mypage-home .menu {
	margin-top: 20px;
	text-align: center;
}
.p-mypage-home .menu ul {
	font-weight: 700;
	font-size: 14px;
}
.p-mypage-home .menu li {
	margin-bottom: 20px;
}
.p-mypage-home .menu a {
	position: relative;
	display: block;
	border: 1px solid #D2D1D4;
	border-radius: 8px;
	color: inherit;
}
.loaded .p-mypage-home .menu a {
	transition: box-shadow 0.25s cubic-bezier(.4,0,.2,1);
}
.p-mypage-home .menu i {
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -34px;
	width: 68px;
	border-radius: 50%;
	background-color: var(--color-primary);
}
.p-mypage-home .menu em {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0 20px 0;
	height: 170px;
}

@media (min-width: 768px) {
	.p-mypage-home .menu ul {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 0;
		margin: 0 -15px;
	}
	.p-mypage-home .menu li {
		flex-basis: 50%;
		margin: 0;
		padding: 0 15px;
	}
	.p-mypage-home .menu a:hover {
		box-shadow: 0 16px 16px rgba(0,0,0,0.16);
	}
	.loaded .p-mypage-home .menu i {
		transition: opacity .5s cubic-bezier(.4,0,.2,1);
	}
	.p-mypage-home .menu a:hover i {
		opacity: 0;
	}
	.loaded .p-mypage-home .menu em {
		transition: padding .5s cubic-bezier(.4,0,.2,1);
	}
	.p-mypage-home .menu a:hover em {
		padding-top: 20px;
	}
}

@media (min-width: 1024px) {
	.p-mypage-home .menu {
		margin-top: 40px;
	}
	.p-mypage-home .menu ul {
		gap: 50px 0;
		margin: 0 -25px;
	}
	.p-mypage-home .menu li {
		flex-basis: 33.333%;
		padding: 0 25px;
	}
}

@media (min-width: 1367px) {
	.p-mypage-home .menu li {
		flex-basis: 25%;
	}
}

/* ==================================================

	[ PROJECT ] [ MYPAGE ] MYTIMETABLE

*/
.p-mypage-mytimetable {
	margin-top: -10px;
}
.p-mypage-mytimetable .row {
	display: block;
}
.p-mypage-mytimetable .col {
	padding: 20px 0;
}
.p-mypage-mytimetable .h {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 17px;
	font-family: "Lato", sans-serif;
}
.p-mypage-mytimetable .list {
	border-bottom: 1px solid #809AA2;
}
.p-mypage-mytimetable .item {
	padding: 15px 0 25px 0;
	border-top: 1px solid #809AA2;
}
.p-mypage-mytimetable .item .head {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 14px;
}
.p-mypage-mytimetable .item .head-id {
	display: flex;
	gap: 25px;
	margin-bottom: 5px;
}
.p-mypage-mytimetable .item .c-session-title {
	margin-bottom: 5px;
}
.p-mypage-mytimetable .item .c-session-title em {
	font-size: 14px;
}
.p-mypage-mytimetable .item .c-session-title span {
	margin-top: 5px;
	font-size: 13px;
}
.p-mypage-mytimetable .item .middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-mypage-mytimetable .item .foot {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding-top: 20px;
	text-align: center;
}
.p-mypage-mytimetable .item .foot > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 27px;
	height: 34px;
	font-weight: 700;
	color: #A7B3B6;
}
.p-mypage-mytimetable .dropdown-toggle {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	color: var(--color-primary);
}
.p-mypage-mytimetable .dropdown-toggle::after {
	display: none;
}
.p-mypage-mytimetable .dropdown-menu {
	padding: 15px 0;
	border-color: #809AA2;
	border-radius: 7px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
	font-size: 14px;
	line-height: 1.3;
}
.p-mypage-mytimetable .dropdown-menu li {
	padding: 5px 0;
}
.p-mypage-mytimetable .dropdown-menu a {
	background-color: transparent;
}

@media (min-width: 768px) {
	.p-mypage-mytimetable {
		margin-top: 0;
	}
	.p-mypage-mytimetable .row {
		display: flex;
		margin: 0 -25px;
	}
	.p-mypage-mytimetable .col {
		padding: 0 25px;
		padding-top: 40px;
	}
}

@media (min-width: 1024px) {
	.p-mypage-mytimetable .item .head {
		flex-direction: row;
		gap: 25px;
		font-size: 14px;
	}
}

@media (min-width: 1367px) {
	.p-mypage-mytimetable .item .foot {
		flex-direction: row;
		align-items: center;
		gap: 20px;
		padding-top: 20px;
	}
	.p-mypage-mytimetable .item .foot > a {
		margin-top: 0;
	}
	.p-mypage-mytimetable .item .foot > div {
		margin-top: 0;
	}
}

/* ==================================================

	[ PROJECT ] [ MYPAGE ] 2D CODE

*/
.p-mypage-2d-code .head {
	margin-bottom: 30px;
	text-align: center;
}
.p-mypage-2d-code .head > div:first-child {
	font-weight: 700;
	font-size: 16px;
}
.p-mypage-2d-code .head .h {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 24px;
	color: #022043;
}
.p-mypage-2d-code .head .name {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 16px;
	color: #022043;
}
.p-mypage-2d-code .head .id {
	font-size: 14px;
	color: #525D6A;
}
.p-mypage-2d-code .qrcode {
	margin: 0 auto;
	width: 120px;
}
.p-mypage-2d-code .qrcode img {
	width: 100%;
}
.p-mypage-2d-code .notes {
	margin-top: 60px;
	color: #022043;
}
.p-mypage-2d-code .notes .h {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}
.p-mypage-2d-code .notes ul {
	font-size: 14px;
}
.p-mypage-2d-code .notes ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1em;
}
.p-mypage-2d-code .notes ul li::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}

@media (min-width: 768px) {
	.p-mypage-2d-code .head {
		margin-bottom: 50px;
	}
	.p-mypage-2d-code .notes {
		margin-top: 100px;
	}
	.p-mypage-2d-code .notes .h {
		text-align: left;
	}
}

/* ==================================================

	[ PROJECT ] [ MYPAGE ] REMINDER

*/
.p-mypage-reminder .subhead {
	margin: 20px 0;
	font-size: 20px;
}
.p-mypage-reminder .subhead em {
	display: block;
	font-weight: inherit;
	font-size: 17px;
}
.p-mypage-reminder .text > span {
	display: inline;
}

@media (min-width: 1024px) {
	.p-mypage-reminder .subhead {
		margin: 20px 0;
		font-size: 24px;
	}
	.p-mypage-reminder .subhead span {
		display: inline-block;
	}
	.p-mypage-reminder .subhead em {
		display: inline-block;
		font-size: inherit;
	}
	.p-mypage-reminder .text > span {
		display: block;
	}
}

/* ==================================================

	[ PROJECT ] [ MYPAGE ] SESS CONFIRM

*/
.p-mypage-sess-confirm {
	margin-top: -10px;
	margin-bottom: 30px;
}
.p-mypage-sess-confirm .row {
	display: block;
}
.p-mypage-sess-confirm .col {
	margin-top: 40px;
}
.p-mypage-sess-confirm .h {
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	font-size: 17px;
}
.p-mypage-sess-confirm .list {
	border-bottom: 1px solid #809AA2;
}
.p-mypage-sess-confirm .list .item {
	padding: 15px 0 17px 0;
	border-top: 1px solid #809AA2;
	font-size: 14px;
}
.p-mypage-sess-confirm .list .c-session-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.p-mypage-sess-confirm .list .c-session-title span {
	margin-top: 5px;
	font-size: 13px;
}

@media (min-width: 768px) {
	.p-mypage-sess-confirm {
		margin-top: 0;
	}
	.p-mypage-sess-confirm .row {
		display: flex;
		margin: 0 -25px;
	}
	.p-mypage-sess-confirm .col {
		margin-top: 50px;
		padding: 0 25px;
	}
	.p-mypage-sess-confirm {
		margin-bottom: 60px;
	}
}

@media (min-width: 1024px) {
	.p-mypage-sess-confirm .item .head {
		flex-direction: row;
		gap: 25px;
		font-size: 14px;
	}
}

@media (min-width: 1367px) {
	.p-mypage-sess-confirm .list .item {
		display: flex;
		align-items: center;
	}
	.p-mypage-sess-confirm .list .item .time {
		flex-basis: 110px;
		flex-shrink: 0;
	}
}

/* ==================================================

	[ PROJECT ] [ MYPAGE ] COMPLETE

*/
.p-mypage-complete .icon {
	margin: 40px auto 50px auto;
	width: 130px;
}
.p-mypage-complete .icon img {
	width: 100%;
}

@media (min-width: 1024px) {
	.p-mypage-complete .icon {
		margin: 50px auto 90px auto;
	}
}

/* ==================================================

	[ PROJECT ] [ MYPAGE ] SESS EDIT

*/
.p-mypage-sess-edit .timeline-card .time {
	margin-bottom: 5px;
}
.p-mypage-sess-edit .timeline-card .time input {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.p-mypage-sess-edit .timeline-card .time {
		display: block;
		margin-bottom: 0;
	}
	.p-mypage-sess-edit .timeline-card .time input {
		top: 0;
		margin-bottom: 3px;
	}
}

@media (min-width: 1367px) {
	.p-mypage-sess-edit .session-search {
		top: 184px;
	}
}

@media (min-width: 1640px) {
	.p-mypage-sess-edit .timeline-card .time {
		display: flex;
		margin-bottom: 2px;
	}
	.p-mypage-sess-edit .timeline-card .time input {
		top: 1px;
		margin-bottom: 0;
	}
}








/* ==================================================

	[ PROJECT ] [ REGISTER ] INPUT

*/
.p-register-input {
	margin-top: 30px;
}
.p-register-input fieldset {
	margin: 40px 0;
	border-bottom: 1px solid #D7D7D7;
	font-size: 16px;
}
.p-register-input fieldset:nth-child(1) {
	margin-top: 0;
}
.p-register-input fieldset .h {
	margin: 0 0 10px 0;
}
.p-register-input fieldset .h em {
	font-weight: 700;
	font-size: 24px;
}
.p-register-input fieldset .h span {
	display: block;
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: 14px;
}
.p-register-input fieldset .form-control-other {
	margin-top: 15px;
	font-size: 14px;
}
@media (min-width: 768px) {
	.p-register-input {
		margin-top: 50px;
	}
	.p-register-input fieldset .h span {
		display: inline-block;
		margin: 0 0 0 1em;
	}
}
@media (min-width: 1024px) {
	.p-register-input fieldset {
		margin: 70px 0 50px 0;
	}
}
/*  */
.p-register-input .input-row {
	padding: 15px 0;
	border-top: 1px solid #D7D7D7;
}
.p-register-input .input-row .th {
	position: relative;
	padding: 0 3.5em 0 0;
}
.p-register-input .input-row .th .badge {
	position: absolute;
	right: 0;
	top: 0;
}
.p-register-input .input-row .td {
	margin: 10px 0 0 0;
}
.p-register-input .input-row .td .text {
	margin: 5px 0;
	font-size: 14px;
}
@media (min-width: 1024px) {
	.p-register-input .input-row {
		display: flex;
		padding: 20px 0;
	}
	.p-register-input .input-row .th {
		flex-basis: 400px;
		padding: 7px 0 0 0;
	}
	.p-register-input .input-row .th .badge {
		top: 7px;
	}
	.p-register-input .input-row .td {
		flex: 1;
		margin: 0;
		padding: 0 0 0 45px;
	}
}
/*  */
.p-register-input .input-block {
	padding: 15px 0;
	border-top: 1px solid #D7D7D7;
}
.p-register-input .input-block .th {
	position: relative;
	padding: 0 3.5em 0 0;
}
.p-register-input .input-block .th .badge {
	position: absolute;
	right: 0;
	top: 0;
}
.p-register-input .input-block .th .invalid-feedback {
	display: block;
}
.p-register-input .input-block .td {
	margin: 10px 0 0 0;
}
@media (min-width: 768px) {
	.p-register-input .input-block {
		padding: 20px 0;
	}
	.p-register-input .input-block .th > div:first-child {
		display: flex;
	}
	.p-register-input .input-block .th .badge {
		position: static;
		margin: 0 1em;
	}
}
/*  */
.p-register-input .form-select {
	width: auto;
}
.p-register-input .form-control.w-50 {
	width: 100% !important;
}
@media (min-width: 768px) {
	.p-register-input .form-control.w-50 {
		max-width: 100%;
	}
}
@media (min-width: 1024px) {
	.p-register-input .form-control.w-50 {
		max-width: 460px;
	}
}
/*  */
.p-register-input .list-inline {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	margin: 0 -15px;
	font-size: 14px;
}
.p-register-input .list-inline li {
	padding: 0 15px;
}
.p-register-input .list-inline label {
	position: relative;
	padding: 0 0 0 1.5em;
	line-height: 1.5;
}
.p-register-input .list-inline label input {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
@media (min-width: 768px) {
	.p-register-input .list-inline {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px 0;
		margin-top: 15px;
	}
	.p-register-input .list-inline li {
		flex-basis: 50%;
		
	}
}
@media (min-width: 1024px) {
	.p-register-input .list-inline li {
		flex-basis: 33.333%;
	}
}
/*  */
.p-register-input .border-none {
	padding-top: 0;
	border: 0;
}
.p-register-input .border-dashed {
	border-top-style: dashed;
}
/*  */
.p-register-input .register-password {
	margin: 0 0 30px 0;
	border: 0;
}
.p-register-input .register-password .register-input-row {
	padding-bottom: 10px;
	border: 0;
}
@media (min-width: 768px) {
	.p-register-input .register-password {
		margin: 40px 0;
	}
	.p-register-input .register-password .register-input-row {
		padding-bottom: 10px;
	}
	.p-register-input .register-password .register-input-row .th {
		flex-basis: 270px;
	}
}

.p-register-input .badge {
	padding: 1px 8px 3px 8px;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
}
.p-register-input .badge-optional {
	background-color: #6C757D;
}
.p-register-input .badge-required {
	background-color: #DC3545;
}

.p-register-input .invalid-alert {
	margin: -20px 0 40px 0;
	text-align: center;
	color: #DC3545;
}

.p-register-input .input-row.is-invalid,
.p-register-input .input-block.is-invalid {
	background-color: #FFF2F2;
}

/* ==================================================

	[ PROJECT ] [ REGISTER ] SESS CONFIRM

*/
.p-register-sess-confirm {
	margin: 40px 0 30px 0;
}
.p-register-sess-confirm .row {
	display: block;
}
.p-register-sess-confirm .col {
	margin-bottom: 40px;
}
.p-register-sess-confirm .col:last-child {
	margin-bottom: 0;
}
.p-register-sess-confirm .h {
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	font-size: 17px;
}
.p-register-sess-confirm .list {
	border-bottom: 1px solid #809AA2;
}
.p-register-sess-confirm .list .item {
	padding: 15px 0 17px 0;
	border-top: 1px solid #809AA2;
	font-size: 14px;
}
.p-register-sess-confirm .list .c-session-title span {
	margin-top: 5px;
	font-size: 13px;
}
.p-register-sess-confirm .no-selected {
	text-align: center;
}
.p-register-sess-confirm .no-selected ul {
	margin-top: 5px;
	font-size: 14px;
	color: #6C757D;
}

@media (min-width: 768px) {
	.p-register-sess-confirm {
		margin: 70px 0 50px 0;
	}
	.p-register-sess-confirm .row {
		display: flex;
		margin: 0 -25px;
	}
	.p-register-sess-confirm .col {
		margin-bottom: 0;
		padding: 0 25px;
	}
}

@media (min-width: 1024px) {
	.p-register-sess-confirm .row {
		margin: 0 -25px;
	}
}

@media (min-width: 1367px) {
	.p-register-sess-confirm .list .item {
		display: flex;
	}
	.p-register-sess-confirm .list .item .time {
		flex-basis: 110px;
		flex-shrink: 0;
	}
}

/* ==================================================

	[ PROJECT ] [ REGISTER ] ENQ CONFIRM

*/
.p-register-enq-confirm {
	margin: 40px 0 30px 0;
}
.p-register-enq-confirm .list {
	border-bottom: 1px solid #809AA2;
}
.p-register-enq-confirm .list .item {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	padding: 15px 0 17px 0;
	border-top: 1px solid #809AA2;
	font-size: 14px;
}
.p-register-enq-confirm .list .item .title {
	font-weight: 700;
}

@media (min-width: 768px) {
	.p-register-enq-confirm {
		margin: 70px 0 50px 0;
	}
}

/* ==================================================

	[ PROJECT ] [ REGISTER ] COMPLETE

*/
.p-register-complete .c-heading > em {

}
.p-register-complete .subhead {
	margin: 20px 0;
	font-size: 20px;
}
.p-register-complete .subhead em {
	display: block;
	font-weight: inherit;
	font-size: 17px;
}
.p-register-complete .icon {
	margin: 40px auto 50px auto;
	width: 130px;
}
.p-register-complete .icon img {
	width: 100%;
}
.p-register-complete .text br {
	display: none;
}

@media (min-width: 768px) {
	.p-register-complete .text br {
		display: block;
	}
}

@media (min-width: 1024px) {
	.p-register-complete .subhead {
		margin: 20px 0;
		font-size: 20px;
	}
	.p-register-complete .subhead span {
		display: inline-block;
	}
	.p-register-complete .subhead em {
		display: inline-block;
		font-size: inherit;
	}
	.p-register-complete .icon {
		margin: 50px auto 50px auto;
	}
}

@media (min-width: 1024px) {
	.p-register-complete .c-heading > em {
		font-size: 40px;
	}
}

/* ==================================================

	[ PROJECT ] STATUS CODE

*/
.p-status-code {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 50px 0 70px 0;
	background: rgba(138,153,158,.07);
}
.p-status-code .container {
	position: relative;
	display: flex;
	align-items: center;
}
.p-status-code img {
	position: absolute;
	top: -30px;
	right: -60px;
	width: 174px;
}
.p-status-code h1 {
	position: relative;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.4;
}
.p-status-code p {
	position: relative;
	margin: 20px 0 30px 0;
}
@media (min-width: 768px) {
	.p-status-code img {
		top: 50%;
		right: -20px;
		transform: translateY(-40%);
		width: 250px;
	}
	.p-status-code h1 {
		font-size: 32px;
	}
	.p-status-code h1 br {
		display: none;
	}
}
@media (min-width: 1024px) {
	.p-status-code {
		padding: 0;
	}
	.p-status-code .container {
		min-height: 596px;
	}
	.p-status-code .wrap {
		padding: 0 40px;
	}
	.p-status-code img {
		right: -30px;
		transform: translateY(-50%);
		width: 400px;
	}
	.p-status-code h1 {
		font-size: 40px;
	}
}
@media (min-width: 1200px) {
	.p-status-code .container {
		min-height: 770px;
	}
	.p-status-code img {
		right: -40px;
		width: 622px;
	}
}