@charset "utf-8";
html {
	min-height: 100%;
}
img {
	max-width: 100%;
}
body {
	min-height: 100%;
	background: #f2f5f6;
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
}
p {
	font-size: 16px;
	line-height: 24px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.text-right {
	text-align: right;
}
.text-s {
	font-size: 14px;
}
.text-color-notice {
	color: darkblue;
}
.text-red-notice {
	color: red;
}
.padding-top20 {
	padding-top: 20px;
}
.margin-left10 {
	margin-left: 10px;
}
.margin-right10 {
	margin-right: 10px;
}
.border-top-grey {
	border-top: solid 1px #8c8b8b !important;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.f-clear0 {
	clear: both;
}
h1.title {
	background: -moz-linear-gradient(top,  rgba(44,83,158,0.8) 0%, rgba(44,83,158,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(44,83,158,0.8) 0%,rgba(44,83,158,1) 100%);
	background: linear-gradient(to bottom,  rgba(44,83,158,0.8) 0%,rgba(44,83,158,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2c539e', endColorstr='#2c539e',GradientType=0 );
	border-top: solid 1px #1C2B66;
	border-bottom: solid 1px #1C2B66;
	color: #ffffff;
	padding-left: 10%;
	padding-top: 20px;
	padding-bottom:  20px;
	margin-top:  40px;
	margin-bottom: 40px;
	min-width: 800px;
}
h1.title img {
	width: auto;
	height: 30px;
	vertical-align: middle;
	margin-right: 20px;
}
.wizard-block {
	width: 80%;
	min-width: 800px;
	top: 155px;
	right:  0px;
	left: 0px;
	margin: 0 auto 40px auto;
	box-sizing:  border-box;
	padding: 20px 40px;
	background-color: #ffffff;
	border: solid 1px #596a72;
}
.line-grey {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
	margin-top:  30px;
	margin-bottom: 20px;
}
.line-add-form {
	border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
	margin-bottom: 20px;
}
hr.line-sep {
	padding: 0;
	border: none;
	border-top: medium double #999;
	color: #999;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
ul.error {
	color: #ff0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.error li {
	list-style: none;
}
.tbl-form {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.tbl-form,
.tbl-form tr,
.tbl-form td {
	border: none;
}
.tbl-form td {
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
}
input[type="text"],
input[type="password"],
input[type="email"] {
	padding: 3px 5px;
	font-size: 16px;
	width: 230px;
}
input[type="button"], input[type="submit"] {
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	box-shadow: none;
	background-color: #3b679e;
	color: #ffffff;
}
input[type="button"].btn-restore, input[type="submit"].btn-restore {
	background-color: #49a5bf;
}
input[type="submit"].btn-user-register-method {
	width: 200px;
}
select {
	max-width: 100%;
	padding: 3px 5px;
	margin-right: 10px;
}
label {
	font-size: 0.8rem;
	margin-left: 10px;;
}
.mk-check-wrapper {
	position: relative;
	display: inline-block;
}
input[type="checkbox"].img-checkbox {
	position: absolute;
	top: 0;
	left: 2px;
	width: 32px;
	height: 90%;
	opacity: 0;
}
.mk-check-wrapper input[type="checkbox"].img-checkbox {
	height: 30px;
	left: 0;
	top: -10px;
	width: 35px;
}
input[type="checkbox"].position-adjust {
	left: 0;
}
input[type="checkbox"].img-checkbox + label.mk-check {
	background-image: url(/static-wizard/image/pc/wizard/mk-check.png);
	background-size: 24px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0 0 28px;
}
input[type="checkbox"].img-checkbox:checked + label.mk-check {
	background-image: url(/static-wizard/image/pc/wizard/mk-check-on.png);
}
/* IEにのみ適用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
input[type="checkbox"].img-checkbox {
	position: relative;
	top: inherit !important;
	left: inherit !important;
	width: auto !important;
	height: auto !important;
	opacity: 1;
}
label.mk-check {
	display: none;
}
}
.form-button-block {
	padding-top: 10px;
	padding-bottom: 20px;
}
.form-button-block input[type="button"], .form-button-block input[type="submit"] {
	margin-left: 10px;
	margin-bottom: 5px;
}
.form-button-block input[type="button"].f-left, .form-button-block input[type="submit"].f-left {
	margin-left: 0;
}

/* 追加分 */

/* チュートリアル画像は自動拡縮可能にする */
.tutorial-screen {
	min-width:auto;
	margin-top: 10px;
}
.tutorial img {
	width:100%;
	height:auto;
}

/* チュートリアル画面の注意文 */
.tutorial-label {
	font-weight: bold;
	color: #ff0000;
}

.wizard-form-require {
	color: #ff0000;
}

.goto-box2 {
	text-align: center;
	margin: 30px 20px 10px 20px;
	padding: 20px;
	background-color: #f0efe9;
}
.goto-box2 .box2-link {
	margin: 20px;
	font-weight: bold;
	font-size: 2em;
}

/**
 * 説明文入力領域。
 */
textarea.description {
	height: 50px;
	width: 80%;
}

/* 社外ユーザチェック領域。 */
.outside {
	display: flex;
}
.outside .title {
	white-space: nowrap;
	padding-right: 10px;
}
