@charset "utf-8";

.step {
	background: #fff;
}
.step .inner {
	width: 1240px;
	margin: 0 auto;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step h2 {
	font-weight: bold;
	font-size: 2.8rem;
}
.step-img {
	width: 589px;
}
.step-img.online {
	width: 413px;
}
.step-img ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: relative;
}
.step-img ul::before {
	content: "";
	position: absolute;
	display: block;
	width: 95%;
	height: 2px;
	background: #d9d9d9;
	top: 46px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
.step-img ul > * {
	position: relative;
	z-index: 0;
}
.step-img li img {
	margin-bottom: 10px;
	max-width: 96px;
}
.step-img li {
	font-size: 1.6rem;
	font-weight: bold;
	color: #cccccc;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
.step-img li.on {
	color: #000;
}
.entry-area {
	background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/bg_cont_top.png) 0 -53px repeat-y, url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/bg_cont_btm.png) right top repeat-y;
	overflow: hidden;
}
.entry-body {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.entry-info {
	width: 50%;
	padding: 80px 40px 80px 0;
}
.entry-info .lead .logo {
	width: 310px;
	margin-bottom: 35px;
}
.entry-info .lead dt {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 18px;
}
.entry-info .lead dd {
	line-height: 1.71;
	font-feature-settings: normal;
	margin-bottom: 50px;
}
.entry-info h3 {
	margin-bottom: 30px;
}
.entry-info .speak li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.entry-info .speak figure {
	width: 87px;
	margin-right: 15px;
	align-self: flex-start;
}
.entry-info .speak dl {
	font-size: 1.2rem;
	line-height: 1.8;
}
.entry-info .speak .name {
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 5px;
}
.entry-info .speak .name span {
	font-size: 1.1rem;
	font-weight: bold;
}
.entry-info .speak p {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
	margin: 45px 0 55px;
}
.entry-info .outline dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.57;
}
.entry-info .outline dt {
	width: 100px;
	margin-bottom: 20px;
}
.entry-info .outline dd {
	width: calc(100% - 100px);
	margin-bottom: 20px;
}
.entry-form {
	width: 50%;
	position: relative;
	padding: 80px 0 80px 52px;
}
.entry-form > * {
	position: relative;
}
.entry-form::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	z-index: 0;
}
.entry-form h3 {
	font-weight: bold;
	font-size: 1.8rem;
}
.entry-form h3 + .note {
	font-size: 1.2rem;
	margin: 18px 0 30px;
}
.entry-form .error-txt p {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.1;
	color: #f83370;
	margin-bottom: 30px;
}
.entry-form__box {
	display: flex;
	margin-bottom: 29px;
}
.entry-form__box dl {
	width: 100%;
}
.entry-form__box dt {
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.71;
}
.entry-form__box dd {
	margin: 10px 0 0;
}
.required {
	color: #f83370;
}
.entry-form__box.flbox {
	justify-content: space-between;
}
.entry-form__box.flbox dl {
	width: 48%;
}
.entry-form__check {
	display: flex;
	flex-wrap: wrap;
	margin: -15px 0 0 -20px;
}
.entry-form__check .form-checkbox,
.entry-form__check .form-radio {
	margin: 15px 0 0 20px;
	line-height: 1.7;
}
.entry-form__privacy {
	padding: 20px 25px;
	font-size: 1.2rem;
	line-height: 1.66666;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #dbdbdb;
}
.entry-form__privacy a {
	color: #333;
}
.agree-checkbox {
	margin-top: 20px;
}
.agree-checkbox .form-checkbox {
	display: inline-block;
}
.entry-form__bt button {
	position: relative;
	width: 404px;
	height: 83px;
	display: flex;
	font-size: 1.6rem;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 3px;
	background: #f83370;
	transition: opacity .3s;
	cursor: pointer;
}
.entry-form__bt button::after {
	content: "";
	position: absolute;
	display: block;
	width: 28px;
	height: 29px;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_offline.svg) center center / contain no-repeat;
}
.entry-form__bt button::before {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_arrow.svg) center center / contain no-repeat;
}

.online.entry-form__bt button {
	background: #0e51c0;
}
.online.entry-form__bt button::after {
	width: 23px;
	height: 27px;
	background-image: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_online.svg);
}
.entry-form__bt button:disabled {
	background: #dbdbdb;
	cursor: default;
}
.entry-form__bt button:disabled::before {
	display: none;
}

/* form
---------------------------------------------------------- */
.form-input {
	border: 1px solid #dbdbdb;
	height: 40px;
	padding: 0 10px;
	width: 100%;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	border-radius: 3px;
	background: #fff;
}
.form-checkbox {
	position: relative;
}
.form-checkbox__input {
	display: none;
}
.form-checkbox__label {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
}
.form-checkbox__label:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	margin-top: -9px;
	width: 18px;
	height: 18px;
	display: block;
	border: 1px solid #c8c8c8;
	background-color: #f7f7f7;
	border-radius: 3px;
}
.form-checkbox__label:after {
	opacity: 0;
	position: absolute;
	left: 6px;
	top: 50%;
	width: 6px;
	content: '';
	display: block;
	margin-top: -6px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
.form-checkbox__input:checked + .form-checkbox__label:before {
	background: #000;
}
.form-checkbox__input:checked + .form-checkbox__label:after {
	opacity: 1;
}
.form-radio {
	position: relative;
}
.form-radio__input {
	display: none;
}
.form-radio__label {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
}
.form-radio__label:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #f7f7f7;
	border: 1px solid #c8c8c8;
}
.form-radio__label:after {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 5px;
	content: "";
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f83370;
}
.form-radio__input:checked + .form-radio__label:after {
	opacity: 1;
}
.form-select {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 3px;
	background: #ffffff;
	border: 1px solid #dbdbdb;
}
.form-select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 38px 0 8px;
	height: 40px;
	font-size: 1.4rem;
	color: #666666;
}
.form-select select::-ms-expand {
	display: none;
}
.form-select::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.9em;
	width: 0;
	height: 0;
	margin: auto;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px solid #999999;
	pointer-events: none;
}

.form-error {
	background: #fddddd !important;
}


/*session-select
---------------------------------------------------- */
.select-body {
	width: 1240px;
	padding: 90px 20px;
	margin: 0 auto;
}
.select-body .lead {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.select-body .lead .hot {
	font-size: 2.8rem;
	line-height: 1.7142;
	font-weight: bold;
	margin-bottom: 17px;
}
.select-body .lead p span {
	font-size: 1.8rem;
}
.select-box + .select-box {
	margin-top: 70px;
}
.select-box h2 {
	font-size: 1.5rem;
	padding-bottom: 12px;
}
.select-box h2 span {
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 2.5rem;
}
.no-session p {
	margin-left: 30px;
	font-size: 1.8rem;
}
.session-period + .session-period {
	margin-top: 40px;
}
.session-period h3 {
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 2.2rem;
	margin: 0 0 18px 7px;
}
.session-list {
	background: #fff;
	padding: 20px;
}
.session-list tr {
	border-bottom: 1px solid #dbdbdb;
}
.session-list td {
	padding: 30px;
	border-right: 1px solid #dbdbdb;
	vertical-align: middle;
}
.session-list td:last-of-type {
	border-right: none;
}
.session-list tr:last-child {
	border-bottom: none;
}
.session-period .session-list td {
	padding: 24px 30px;
}
.session-list .disable td {
	color: #b2b2b2;
}
.session-list .choice input {
	position: relative;
	cursor: pointer;
}
.session-list .choice input::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #999999;
	border-radius: 3px;
	background: #f7f7f7;
}
.session-list .choice input[type='checkbox']:checked::before {
	background: #000;
	border-radius: 5px;
}
.session-list .choice input[type='checkbox']:checked::after {
	content: "";
	position: absolute;
	display: block;
	left: 8px;
	top: 50%;
	width: 8px;
	height: 14px;
	margin-top: -9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
.session-list .disable .choice input {
	cursor: default;
}
.session-list .disable .choice input::before {
	background: #fdfdfd;
	border-color: #e0e0e0;
}
.session-list .status {
	padding: 15px !important;
	width: 120px;
}
.session-list .status span {
	display: block;
	width: 90px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	line-height: 1.428;
	color: #fff;
	border-radius: 4px;
}
.session-list .status .few {
	background: #f83370;
}
.session-list .status .full {
	background: #cccccc;
}
.session-list .status .online {
	background: #0e51c0;
}
.session-list .day,
.session-list .time {
	white-space: nowrap;
}
.session-list .day p {
	font-weight: bold;
	font-size: 2.8rem;
	font-family: 'Poppins';
	display: flex;
	align-items: flex-end;
}
.session-list .day span {
	font-weight: bold;
	font-size: 1.6rem;
	padding: 0 0 5px 5px;
	text-align: center;
}
.session-list .time p {
	font-size: 1.8rem;
	text-align: center;
	font-family: 'Poppins';
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.session-list .time span {
	font-weight: bold;
	font-size: 2.8rem;
	margin-right: 5px;
}

.session-list .txt dl {
	display: flex;
	align-items: center;
	flex: 1;
}
.session-list .txt dt {
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 35px;
	font-family: 'Poppins';
}
.session-list .txt dd {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.75;
}

.session-period .session-list .txt-box {
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.session-period .session-list .txt dt {
	margin-right: 26px;
	font-size: 1.8rem;
}
.session-period .detail {
	flex-shrink: 0;
}
.session-period .detail a {
	display: block;
	width: 100px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #000;
	border-radius: 60px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	position: relative;
	margin-left: 30px;
}
.session-period .detail a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 14px;
	width: 13px;
	height: 13px;
	margin: auto;
	background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_detail.svg) 0 0 / cover no-repeat;
}

.select-body .next button {
	width: 404px;
	margin: 50px auto 0;
	background: #f83370;
	font-size: 1.6rem;
}


.conference-main {
	padding-bottom: 0;
}
.conference-main .entry-area,
.conference-share {
	display: none;
}

#select_error{
	width: 1240px; 
	margin: 50px auto 0 auto;
}

/*confirm
---------------------------------------------------- */
.confirm-box {
	margin: 0 auto;
	width: 1240px;
	padding: 100px 20px 120px;
}
.confirm-box .lead p {
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 70px;
}
.confirm-box .lead p span {
	display: block;
	font-size: 2rem;
	margin-top: 35px;
}
.confirm-box .form-txt {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.confirm-box .form-txt dl {
	width: 48.6%;
	line-height: 1.6;
}
.confirm-box .form-txt dt {
	font-weight: bold;
}
.confirm-box .form-txt dd + dt {
	margin-top: 15px;
}
.confirm-box .form-txt dd {
	padding: 10px 0 15px 10px;
	border-bottom: 1px solid #fff;
}
.confirm-box .btn-list ul {
	width: 840px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
.confirm-box .btn-list li {
	width: 404px;
}
.confirm-box .btn.back button::before {
	right: auto;
	left: 24px;
	transform: scale(-1, 1);
}


/*thanks
---------------------------------------------------- */
.thanks-box {
	width: 1240px;
	padding: 100px 20px 120px;
	margin: 0 auto;
	text-align: center;
}
.thanks-box .lead p {
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.7;
}
.thanks-box .lead p span {
	display: block;
	font-weight: bold;
	font-size: 2rem;
	margin: 45px 0;
}
.thanks-box .lead p a {
	text-decoration: underline;
	color: #f83370;
	font-weight: bold;
}
.thanks-box .txt p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 30px;
}
.thanks-box .btn a {
	width: 486px;
	height: 100px;
	margin: 52px auto 0;
	font-size: 2rem;
}
.thanks-box .btn a::before {
	right: 45px;
}
/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
	.entry-form__bt button,
	.session-period .detail a {
		transition: .3s;
	}
	.entry-form__bt button:hover,
	.session-period .detail a:hover {
		opacity: 0.7;
	}
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.step .inner,
	.entry-body {
		width: 100%;
	}
	.step .inner {
		display: block;
		padding: 7% 6.25% 9%;
	}
	.step h2 {
		font-size: 4.4vw;
		margin-bottom: 7.5%;
	}
	.step-img,
	.step-img.online {
		width: 104%;
		margin: 0 0 0 -2%;
	}
	.step-img ul::before {
		height: 0.3vw;
		top: 40%;
		width: 80%;
	}
	.step-img li {
		width: 23%;
		display: block;
		font-size: 2.85vw;

	}
	.step-img li img {
		width: 78%;
	}
	.step-img li.on img {
		width: 75%;
	}
	.entry-form__bt {
		margin-top: 20px;
		width: 100%;
	}
	.entry-area {
		background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/bg_cont_sp.png) 0 -8vw / 100% auto repeat-y;
	}
	.entry-body {
		display: block;
		padding: 0 6.25%;
	}
	.entry-info {
		width: 100%;
		padding: 14.3% 0 0 0;
	}
	.entry-info .lead .logo {
		width: 55.35%;
		margin-bottom: 7.2%;
	}
	.entry-info .lead dt {
		font-size: 5vw;
		line-height: 1.5625;
		margin-bottom: 7.2%;
	}
	.entry-info .lead dd {
		font-size: 3.8vw;
		line-height: 1.8333;
		margin-bottom: 13%;
	}
	.entry-info h3 {
		margin-bottom: 7.2%;
	}
	.entry-info .speak li {
		margin-bottom: 3.6%;
	}
	.entry-form__bt a:before {
		left: 20px;
		width: 25px;
		height: 26px;
		background: url(/static/upload/info.wingarc.com/seminar/28708/shared/user2022/img/ico_entry.png) 0 0 / 100% auto no-repeat;
	}
	.entry-info .speak figure {
		width: 30.7%;
		margin-right: 3.1vw;
	}
	.entry-info .speak dl {
		font-size: 3.15vw;
		line-height: 1.6;
	}
	.entry-info .speak .name {
		font-size: 4.1vw;
		margin-top: 2.3%;
	}
	.entry-info .speak .name span {
		font-size: 3.15vw;
	}
	.entry-info .speak p {
		font-size: 5vw;
		line-height: 1.625;
		margin: 5% 0 11% 0;
	}
	.entry-info .outline dl {
		font-size: 3.8vw;
		line-height: 1.666;
	}
	.entry-info .outline dt {
		margin-bottom: 7.2%;
		width: 22.7%;
	}
	.entry-info .outline dd {
		margin-bottom: 7.2%;
		width: calc(100% - 22.7%);
	}
	.entry-form {
		width: 100%;
		padding: 15% 0 25%;
		margin-top: 12%;
	}
	.entry-form::before {
		left: -6.25%;
	}
	.entry-form h3 {
		font-size: 5vw;
	}
	.entry-form h3 + .note {
		font-size: 3.15vw;
		margin: 5% 0 8%;
	}
	.entry-form .error-txt p {
		font-size: 3.8vw;
	}
	.entry-form__box {
		margin-bottom: 10%;
	}
	.entry-form__box dl {
		font-size: 3.8vw;
	}
	.entry-form__box dt {
		line-height: 1.666666;
	}
	.entry-form__box dd {
		margin: 2.5% 0 0 0;
	}
	.entry-form__check .form-checkbox, .entry-form__check .form-radio {
		margin: 2.5% 0 0 5%;
	}
	.entry-form__check {
		margin: -2.5% 0 0 -5%;

	}
	.form-checkbox__label {
		padding-left: 1.3em;
	}
	.form-checkbox__label:before {
		width: 1em;
		height: 1em;
		margin-top: -1.8vw;
	}
	.form-checkbox__label:after {
		width: 0.35em;
		height: 0.55em;
		border-width: 0.4vw;
		left: 1.2vw;
		margin-top: -1.4vw;
	}
	.form-radio__label {
		padding-left: 1.6em;
	}
	.form-radio__label:before {
		width: 1.2em;
		height: 1.2em;
		margin-top: -2vw;
	}
	.form-radio__label:after {
		width: 0.6em;
		height: 0.6em;
		left: 1.2vw;
		margin-top: -0.9vw;
	}
	.entry-form__privacy {
		font-size: 3.15vw;
		padding: 4%;
		line-height: 2;
	}
	.entry-form__bt button::after {
		left: 7%;
		width: 9.6%;
		height: 0;
		padding-top: 10%;
	}
	.entry-form__bt button {
		width: 90%;
		border-radius: 7px;
		height: 14vw;
		font-size: 4.15vw;
	}
	.entry-form__bt button::before {
		width: 5%;
		right: 6%;
	}
	.online.entry-form__bt button::after {
		width: 8%;
		height: 0;
		padding-top: 12%;
	}

	/*session
---------------------------------------------------- */
	.select-body {
		width: 100%;
		padding: 12.5% 6.25% 15%;
	}
	.select-body .lead {
		font-size: 3.75vw;
		line-height: 2;
		margin-bottom: 10.5vw;
	}
	.select-body .lead .hot {
		font-size: 4.4vw;
		margin-bottom: 3vw;
	}
	.select-body .lead p span {
		display: inline-block;
		font-size: 3.5vw;
		line-height: 1.72727;
	}
	.select-box + .select-box {
		margin-top: 9.5vw;
	}
	.select-box h2 {
		font-size: 3vw;
		display: flex;
		align-items: center;
		padding-bottom: 1.9vw;
		margin-bottom: 5.8vw;
	}
	.select-box h2 span {
		font-size: 5vw;
		padding-right: 1vw;
	}
	.no-session h2 {
		margin-bottom: 4vw;
	}
	.no-session p {
		font-size: 3.75vw;
		margin-left: 4vw;
		line-height: 1.8333;
	}
	.session-period + .session-period {
		margin-top: 7vw;
	}
	.session-period h3 {
		font-size: 4.4vw;
		margin-left: 1.5%;
		margin-bottom: 4.2vw;
	}
	.session-list {
		padding: 5% 3%;
	}
	.session-list td {
		padding: 3.9vw;
		vertical-align: top;
	}

	.session-period .session-list td {
		padding: 0 5vw !important;
	}
	.session-list .day {
		text-align: left;
		padding-left: 0;
		width: 26.8%;
	}
	.session-list .day p {
		font-size: 4.7vw;
	}
	.session-list .day span {
		font-size: 2.82vw;
		padding: 0 0 0.7vw 0.7vw;
	}

	.session-list .status {
		display: block;
		width: auto;
		border: none;
	}
	.session-list .status span {
		width: 31.3vw;
		height: auto;
		font-size: 3.5vw;
		border-radius: 4px;
		padding: 1.9vw 0 2.5vw;
		margin-top: 5vw;
	}
	.session-list .status span br {
		display: none;
	}
	.session-list .time {
		display: block;
		border: none;
	}

	.session-list .txt {
		display: block;
	}
	.session-list .time p {
		font-size: 3.5vw;
	}
	.session-list .time span {
		font-size: 4.7vw;
	}
	.session-list .txt {
		padding-top: 0;
	}
	.session-list .txt dl {
		display: block;
	}
	.session-list .txt dt {
		font-size: 4.4vw !important;
		margin: 0 0 2.5vw 0;
	}
	.session-list .txt dd {
		font-size: 4.1vw;
	}

	.session-period .session-list .choice {
		padding: 5vw 5vw 5vw 2vw !important;
	}
	.session-list .choice input::before {
		width: 5.625vw;
		height: 5.4705vw;
	}
	.session-list .choice input[type='checkbox']:checked::after {
		width: 1.8vw;
		height: 3vw;
		top: 2vw;
		left: 1.9vw;
		margin-top: -1.2vw;
		border-width: 0.6vw;
	}
	.session-period .session-list .time {
		padding: 4vw 5vw !important;
	}
	.session-period .session-list .txt {
		padding-bottom: 6vw !important;

	}
	.session-period .session-list .txt-box {
		display: block;
	}
	.session-period .detail a {
		margin: 3vw 0 0 0;
		width: 38.25%;
		height: 9.375vw;
		font-size: 3.5vw;
		padding-left: 6.25vw
	}
	.session-period .detail a::before {
		width: 14%;
		height: 0;
		right: 13%;
		padding-top: 14%;
	}
	.select-body .next button {
		width: 90.715%;
		height: 14.375vw;
		font-size: 4.1vw;
		margin-top: 6.5vw;
	}

	/*confirm
---------------------------------------------------- */
	.confirm-box {
		width: 100%;
		padding: 12.5% 6.25% 15%;
	}
	.confirm-box .lead p {
		font-size: 4.4vw;
		margin-bottom: 13%;
	}
	.confirm-box .lead p span {
		font-size: 3.5vw;
		margin-top: 7%;
	}
	.confirm-box .form-txt {
		display: block;
		margin-top: 8%;
	}
	.confirm-box .form-txt dl {
		width: 100%;
		font-size: 3.85vw;
	}
	.confirm-box .form-txt dl + dl {
		margin-top: 5.8vw;
	}
	.confirm-box .form-txt dd + dt {
		padding-top: 1.6vw;
	}
	.confirm-box .form-txt dd {
		padding: 1.6vw 0 4.5vw 1em;
	}
	.confirm-box .btn-list ul {
		width: 100%;
		display: block;
		margin-top: 7.5%;
	}
	.confirm-box .btn-list li {
		width: 92%;
		margin: 0 auto;
	}
	.confirm-box .btn-list li + li {
		margin-top: 3.6%;
	}
	.confirm-box .btn.back button::before {
		left: 6%;
	}

	/*thanks
---------------------------------------------------- */
	.thanks-box {
		width: 100%;
		padding: 12.5% 6.25% 15%;
	}
	.thanks-box .lead p {
		font-size: 4.4vw;
	}
	.thanks-box .lead p span {
		font-size: 4.1vw;
		margin: 3.5vw 0 5.9vw;
	}
	.thanks-box .txt p {
		font-size: 3.75vw;
		line-height: 1.8333;
		margin-bottom: 5.9vw;
	}
	.thanks-box .btn a {
		width: 89.2%;
		height: 12vw;
		font-size: 4.1vw;
	}
	.thanks-box .btn a::before {
		right: 6%;
	}
}

 /*申込ボタン制御
 ---------------------------------------------------- */
 .drawer-nav li.en-disnone{
	display: none;
 }
 .nav-sp li.en-disnone{
	display: none;
 }