@charset "utf-8";
/*---- seminar/preview.html ----*/
#applicationbutton a:hover {
	cursor: pointer;
}

/*---- userenquete/index.html ----*/
.checkflex .input_checkbox,
.checkflex .input_radio {
	border: none;
}
.checkflex .ss_input > br {
	display: none;
}
.checkflex .input_checkbox label,
.checkflex .input_radio label {
	display: flex;
    align-items: center;
    cursor: pointer;
	border: none;
}
.checkflex label input {
	width: auto;
	padding: 10px;
	margin: 0 16px 0 3px;
	appearance: none;
    -webkit-appearance: none;
	position: relative;
	border: none;
	cursor: pointer;
}
.checkflex label input:focus {
	background-color: initial;
}
.checkflex .input_checkbox input::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #aaa;
}
.checkflex .input_checkbox input:checked::before {
	content: '';
    position: absolute;
    top: -1px;
    left: 6px;
    width: 6px;
    height: 16px;
    border: none;
    border-right: 2px solid #003A86;
    border-bottom: 2px solid #003A86;
    transform: rotate(45deg);
    background-color: transparent;
}
.checkflex .ss_input label:not(:last-of-type) {
    margin-bottom: 10px;
}
.input_pull {
    position: relative;
}
.input_pull::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #003A86;
    border-right: 2px solid #003A86;
    transform: rotate(45deg)translate(-50%,-50%);
}
.checkflex .input_radio input {
	color: #003A86;
}
.checkflex .input_radio input::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #aaa;
    border-radius: 10px;
}
.checkflex .input_radio input:checked::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    background-color: #003A86;
}
#bgimg {
	height: 899px;
}
.alert {
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    line-height: 150%;
}
.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

/* アクティングアラート */
#acting_alert {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	margin: 5px;
	z-index: 99999;
	opacity: .60;
	-moz-opacity: .60;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert p.close_alert {
	margin: 0;
	padding: 3px;
	background: #1393c0;
	text-align: right;
	height: 25px;
}
#acting_alert p.content {
	padding: 1em;
	margin: 0;
	background: #fff;
	border: 1px solid #1393c0;
	height: 100%;
}
#acting_alert span.top, #acting_alert span.bottom {
	display: block;
	background: #fff;
}
#acting_alert span.top span, #acting_alert span.bottom span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #1393c0;
}
#acting_alert span.r1 {
	margin: 0 5px;
}
#acting_alert span.r2 {
	margin: 0 3px;
}
#acting_alert span.r3 {
	margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
	margin: 0 1px;
	height: 2px;
}
#acting_alert span.item {
	font-size: 12px;
}
.close_alert a {
	background-image: url(/static/upload/www.m.tokyokeiki.jp/system/seminar_base/shared/img/bannerClose.gif);
	display: block;
	width: 23px;
	height: 23px;
}
.close_alert a img {
	display: none;
}

@media screen and (min-width:768px) {
	.checkflex .input_checkbox,
	.checkflex .input_radio {
		padding: 10px 15px;
		border: 1px solid #003A86;
    	border-top: none;
	}
	.checkflex .input_checkbox label,
	.checkflex .input_radio label {
		width: 100%;
	}
	.checkflex .input_checkbox label:not(:last-of-type),
	.checkflex .input_radio label:not(:last-of-type) {
		margin-bottom: 8px;
	}
	.input_pull {
		width: 65%;
		border-top: none;
		line-height: 1.2;
		display: flex;
		align-items: center;
	}
	.input_checkbox label:focus-within {
		background-color: rgba(0,58,134,0.1);
		outline: none;
	}
	.input_radio label:focus-within {
		background-color: rgba(0,58,134,0.1);
	}
	#goback {
		width: auto;
		cursor: pointer;
	}
}

.admin_login_plain {
	background-color: rgba(255,255,255,0.85);
}
.admin_login_plain .ss_contents {
	padding: 40px 0;
}

.erroralert {
	display: inline-block;
}