
body {
	min-width: 1150px;
}

@media screen and (max-width: 568px){
	body {
		min-width: 100%;
	}
}

#flow #smartphone ul.note {
	margin: 1.5em 0;
}

#flow #onlinebk .how_box-bank ul.note {
	margin-top: 1em;
}
#flow #onlinebk ul.btn_block {
	display: none;
}

#flow #ekyc article div {
	margin-top: 1.5em;
}
#flow #ekyc p.box {
	position: relative;
	overflow: visible;
	border: 1px solid #75595f;
	margin-top: 2em;
	padding: 30px 20px 10px;
	border-radius: 0;
	color: #75595f;
	background: #FFF;
	font-size: 1.3rem;
	text-align: left;
}
#flow #ekyc p.box span {
	position: absolute;
	width: 240px;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #75595f;
	padding: 6px 5px 5px;
	border-radius: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#flow #ekyc .how_steparea .how_step {
	margin-bottom: 1.5em;
}
#flow #ekyc .how_steparea .how_step div {
  background: #ddf4fe;
}
#flow #ekyc span.textlink {
	text-decoration: underline;
	color: #00afff;
	font-size: 1.1rem;
	margin-top: 8px;
	cursor: pointer;
}

#flow #onlinebk .check_area,
#flow #ekyc .check_area {
	position: relative;
	display: inline-block;
	padding-left: 4.5em;
	text-align: left;
	margin-top: 2em;
}
#flow #onlinebk .check_area {
	margin: 0 0 2em;
}
#flow #onlinebk .check_area input,
#flow #ekyc .check_area input {
	display: none;
}
#flow #onlinebk .check_area .checking,
#flow #ekyc .check_area .checking {
	position: absolute;
	width: 1.05em;
	height: 1.05em;
	left: 1.5em;
	top: 0;
	display: block;
}
#flow #onlinebk .check_area .checking:before,
#flow #ekyc .check_area .checking:before {
	position: absolute;
	z-index: 1;
	top: 9px;
	left: 10px;
	width: 8px;
	height: 4px;
	content: "";
	transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
	transition: 0.2s;
	box-sizing: border-box;
}
#flow #onlinebk .check_area .checking:after,
#flow #ekyc .check_area .checking:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
	background: #ffffff;
	border: #9e9d9d 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
}
#flow #onlinebk .check_area input[type=checkbox]:checked + .checking:before,
#flow #ekyc .check_area input[type=checkbox]:checked + .checking:before {
	transform: rotate(-45deg) scale(3, 3);
}
#flow #onlinebk .check_area input[type=checkbox]:checked + .checking:after,
#flow #ekyc .check_area input[type=checkbox]:checked + .checking:after {
	background: #BB0404;
	border: none;
}
#flow #onlinebk .check_area span.text,
#flow #ekyc .check_area span.text {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6;
	margin-top: -3px;
}
#flow #onlinebk .check_area span.text {
	margin-top: 0;
}

#flow #netanswer.flowInn article p.suptext {
	font-size: 1.5em;
	margin: 2em 0 -0.5em;
}
#flow #netanswer article div {
	margin-top: 1.5em;
}
#flow #netanswer article ul.btn_block {
	display: block;
}
#flow #netanswer article ul.btn_block li span {
	font-size: 1.3rem;
	line-height: 1.5;
	display: inline-block;
	margin-top: 0.5em;
}

#flow #submit.flowInn {
	padding: 7em 0;
}

#retry .how_box-bank {
	max-width: 580px;
	margin: 3em auto 0;
}
#flow #error.flowInn article.not h3 {
	margin: 0
}
#flow #error02.flowInn article > div {
	width: auto;
	margin: 2em auto 0;
}
#flow #error02 .sokujiNG {
	display: none;
}
#flow #error02 article.not .btn_next {
	margin-top: 2em;
}

@media screen and (max-width: 568px) {

	#flow #netanswer ul.btn_block.btn04 {
		display: block;
	}
	#flow #error.flowInn article.not h3 {
		text-align: left;
	}
	#flow #error02.flowInn article > div {
		width: 90%;
		text-align: left;
	}
}

#receive .sokujiNG p {
	font-size: 1.8rem;
}

@media screen and (max-width: 568px) {

	#receive .sokujiNG {
		width: 85%;
		text-align: left;
	}
	#receive .sokujiNG p {
		font-size: 1.3rem;
		order: 2;
	}

}

#flow,
#flow > div {
  display: none;
}
#flow > div:nth-child(1) {
  display: block;
}

#cashing article .select_box {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 2em;
  position: relative;
  display:inline-block;
}
select:focus {
  border-color: #005eff;
  outline: none;
}
select:not(:disabled):focus,
select:not(:disabled):hover {
  border-color: #005eff;
  outline: none;
}

select:disabled,
select:disabled:focus,
select:disabled:hover {
  border-color: #ccc !important;
  background-color: #fff !important;
  color: #aaa !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
article select.pulldown {
  width: 500px;
  margin: auto;
  appearance: none;
  -webkit-appearance: none;
  padding: 10px 44px 10px 16px;
  border: 2px solid #0070d9;
  border-radius: 8px;
  background: #fff url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><polyline points='5,8 10,13 15,8' stroke='%230070d9' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 16px center/20px 20px;
}
article select.pulldown:disabled {
  color: #aaa !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  background: #fff url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><polyline points='5,8 10,13 15,8' stroke='%23CCCCCC' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 16px center/20px 20px !important;
}

.input_code .next {
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
article .input_code input[type="submit"] {
  font-size: 2.6rem;
  width: 60%;
  background-size: 11px auto;
  box-shadow: 0px 2px 0px 0px #0081CB;
  outline-style: none;
  transition: all .2s linear;
  background-image: url(/lineup/select/images/check.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 22px auto;
  padding: 0.8em 0;
}
.input_code .next:not(:disabled):hover,
.input_code .next:not(:disabled):focus {
  transform: scale(1.025);
  color: #0050a3;
}
.input_code .next:disabled,
.input_code .next:disabled:hover,
.input_code .next:disabled:focus {
  background: #eee;
  color: #ccc;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none !important;
  background-image: url(/lineup/select/images/check.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 22px auto;
  border: 2px solid #ccc;
}
.input_code .next.on {
  color: #fff;
  background-color: #0081CB;
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
  color: rgba(255, 255, 255, 1.00);
  background-image: url(/lineup/select/images/check_active.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 22px auto;
}

/* ラベルは横並び */
.agreement-section label {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 14px;
  position: relative;
  font-weight: normal;
}

/* チェックボックス本体を消す。位置はそのまま保つ（absoluteやleft/top指定を外す）*/
.agreement-section input[type=checkbox] {
  opacity: 0; /* ←display:noneはNG。チェックできなくなるため */
  width: 0;
  height: 0;
  position: absolute;
}

/* カスタムチェックボックス本体。左側アイコンとして出す */
.agreement-section .checking {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  background: #fff;
  border: #9e9d9d 1px solid;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

/* チェック状態の赤背景 */
.agreement-section input[type=checkbox]:checked + .checking {
  background: #BB0404;
  border-color: #BB0404;
}

/* チェックマーク（レ） */
.agreement-section .checking::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: -2px;
  width: 8px;
  height: 18px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  opacity: 0;
  transform: scale(0.7) rotate(35deg) !important;
  transition: 0.2s;
}

.agreement-section input[type=checkbox]:checked + .checking::after {
  opacity: 1;
  transform: scale(1) rotate(20deg);
}

/* テキスト */
.agreement-section .text {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  text-align:left;
}
.input_code .next.on,
.input_code .next.on:focus,
.input_code .next.on:hover {
  color: #fff !important;
  background-color: #0081CB !important;
  border-color: #0081CB !important;
  background-image: url(/lineup/select/images/check_active.png);
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 22px auto;
}
@media screen and (max-width: 568px){
	#cashing article .select_box {
		text-align: left;
	}
	#cashing.flowInn article div.select_box {
		font-size: 1.3em;
	}
	.agreement-section .text {
		font-size: 0.8em;
	}
	article select.pulldown {
		width: 80%;
		font-size: 1.1em;
	}
	article .input_code {
		margin-top: 1em;
	}
	article .input_code input[type="submit"] {
		width: 100% !important;
		padding: 0.8em 0;
		font-size: 1.6em;
	}
}
