/* 画面見出し */
.title {
	/* width: 100vw; */
	height: 60px;
	line-height: 60px;
	padding-left: 5px;
	text-align: center;
	background-image: linear-gradient(180deg, #6fde5f 0%, #339a23 100%);
}
.title p {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.50);
}
/* 画面見出しの戻るボタン */
.title .btn-back {
	top: calc(50% - 32px/2);
	position: relative;
	height: 35px;
	line-height: 32px;
	width: 70px;
	background: none;
	margin-left: 0px;
	margin-right: -90px;
	border: none;
	float: left;
}
.title .btn-background {
	background-image: url('/assets/images/form/okbaccount/back_btn.png');
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000000;
	vertical-align: middle;
	padding-left: 5px;
}
/* 小見出し */
.form.setup .subheading {
	line-height: 1.35;
	padding: 8px 4px 8px 15px;
	border-left: 10px solid #339a23;
	background: #efefef;
	font-size: 16px;
	color: #339a23;
}
/* テキストボックス */
/* 手順案内等 */
.form.setup .text-boder {
	padding: 10px;
	border: #CCCCCC solid 1px;
	color: #252525;
	word-break: break-all;
}
/* 規定等 */
.form.setup .regulations {
	padding: 10px;
	background: #F4F4F4;
}
/* キーボード入力 */
.form.setup .textbox-number {
	border: 4px solid #79c26e;
	border-radius: 10px;
	color: #339a23;
	padding-left: 10px;
	height: 42px;
}
::placeholder {
	color: #999999;
}
/* ドロップダウン */
.form.setup .drop-okb {
	border: 4px solid #79c26e;
	border-radius: 10px;
	color: #339a23;
	padding-left: 10px;
	background: none;
	height: 42px;
}
.form.setup .select-color {
	accent-color: #339a23;
}
/* ラジオボタンとチェックボックス */
.form.setup input[type=checkbox], .form.setup input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition: all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border-radius: 10%;
}
/* Checkbox */
.form.setup input[type=checkbox]:before, .form.setup input[type=checkbox]:after {
	position: absolute;
	content: "";
	background: #fff;
	transition: all .2s ease-in-out;
}
.form.setup input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.form.setup input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: .2s;
}
.form.setup input[type=checkbox]:checked:before {
	left: 1px;
	top: 10px;
	width: 6px;
	height: 2px;
}
.form.setup input[type=checkbox]:checked:after {
	right: 5px;
	bottom: 1px;
	width: 2px;
	height: 14px;
}
.form.setup input[type=checkbox]:indeterminate:before, .form.setup input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.form.setup input[type=checkbox]:indeterminate:before {
	left: 1px;
	top: 7px;
}
.form.setup input[type=checkbox]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}
/* Radio */
.form.setup input[type=radio] {
	border-radius: 50%;
}
.form.setup input[type=radio]:checked:before {
	transform: scale(1);
}
.form.setup input[type=radio]:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 3px;
	transform: scale(0);
	transition: all ease-out 250ms;
}
/* 色設定 */
.form.setup input[type=checkbox].color-okb, .form.setup input[type=radio].color-okb {
	border: 2px solid #79c26e;
}
.form.setup input[type=checkbox].color-okb:checked, .form.setup input[type=checkbox].color-okb:indeterminate, .form.setup input[type=radio].color-okb:checked:before {
	background: #339a23;
}
.form.setup label.radio-label, .form.setup label.check-label {
	color: #339a23;
}
/* 全てのボタンボタンベース */
.form.setup .btn-white, .form.setup .btn-green, .form.setup .btn-red, .form.setup .btn-new-white {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	box-shadow: 5px 5px 10px rgba(35, 24, 21, .2);
}
.form.setup .btn-white:hover, .form.setup .btn-green:hover, .form.setup .btn-red:hover, .form.setup .btn-new-white:hover {
	opacity: 0.6;
}
/* 白ボタン */
.form.setup .btn-white {
	background-image: linear-gradient(90deg, #C9C9C9 0%, #b3b3b3 100%);
}
/* 緑ボタン */
.form.setup .btn-green {
	background-image: linear-gradient(90deg, #74DA65 0%, #4DB33D 100%);
}
/* 赤ボタン */
.form.setup .btn-red {
	background: linear-gradient(to right, #FE5B19 0%, #CB4914 100%);
}
/* 新白ボタン */
.form.setup .btn-new-white {
	background-color: #fff;
	color: #000;
	border: solid 2px #79c26e;
}
/* ベースCSSではデフォルトになっているため削除する */
.form.setup button:after {
	border: 0px;
	transform: none;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	top: calc(50% - 5px);
}
/* ＜左矢印 */
.form.setup .arrow-l:after {
	right: auto;
	left: 5px;
	background: url("/assets/images/form/okbaccount/left_arrow.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
/* 右矢印＞ */
.form.setup .arrow-r:after {
	right: 5px;
	left: auto;
	background: url("/assets/images/form/okbaccount/right_arrow.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/*以下、KCSの追加CSS*/
html::after {
	display: none;
}
main {
	padding-bottom: 10px !important;
}
.title form {
	height: 100%;
	display: inline;
}
.form .gray-line {
	height: 1px;
	background-color: #CCCCCC;
}
.form .green-accent {
	color: #339a23;
}
.form .m5 {
	margin: 5px;
}
.form .m10 {
	margin: 10px;
}
.form .m15 {
	margin: 15px;
}
.form .m20 {
	margin: 20px;
}
.form .p5 {
	padding: 5px;
}
.form .p10 {
	padding: 10px;
}
.form .p15 {
	padding: 15px;
}
.form .p20 {
	padding: 20px;
}
.form .em5 {
	width: 5em !important;
	max-width: 500px;
}
.form .em7 {
	width: 7em !important;
	max-width: 500px;
}
.form .em10 {
	width: 10em !important;
	max-width: 500px;
}
.form .em15 {
	width: 15em !important;
	max-width: 500px;
}
.form .em20 {
	width: 20em !important;
	max-width: 500px;
}
.form .em25 {
	width: 25em !important;
	max-width: 500px;
}
.form .w100 {
	width: 100% !important;
	max-width: 500px;
}
.form input[type="checkbox"], .form input[type="radio"] {
	visibility: visible;
	width: unset;
}
.form.setup .input-item {
	position: relative;
	margin: 10px 0 20px 10px;
}
.form.setup .btnarea {
	margin-top: 40px;
}
.form.setup .footer-button {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0px;
	z-index: 99;
	text-align: center;
	background-color: #fff;
	padding: 14px 0;
}
.form.setup .footer-button button {
	vertical-align: bottom;
}
.form.setup .line2 input {
	display: inline-block;
	vertical-align: middle;
}
.form.setup .line2 label {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.6em;
}
.form.setup ol.policy {
	padding-left: 30px;
	list-style-type: decimal;
}
.form.setup ol.list-parentheses {
	padding-left: 13px;
	text-indent: -13px;
}
.form.setup ol.list-parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
.form.setup ol.list-parentheses li:before {
	display: marker;
	content: "("counter(cnt) ")";
}
@media (max-width: 767px) {
	main {
		padding-top: 0;
	}
	.no-overflow-x {
		overflow-x: visible !important;
	}
	.form.setup .footer-button .w100 {
		width: 80% !important;
	}
	.form.setup .btnarea button {
		width: 45%;
	}
	.form.setup .footer-button button {
		width: 41%;
	}
	.form.setup .formError {
		right: 0 !important;
		left: auto !important;
	}
}