/*--------------------------------
 howtologin
---------------------------------*/
#howtologin .howtologin-section+.howtologin-section {
	margin-top: 60px;
}

#howtologin .howtologin-section:last-child {
	margin-bottom: 20px;
}

#howtologin .txt-strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
}

#howtologin .h2-ttl+.txt-strong {
	margin-top: 32px;
}

#howtologin .about-box{
	display: flex;
    align-items: center;
}
#howtologin .about-box__logo{
	flex: 0 1 30%;
}
#howtologin .about-box__txt{
	flex: 0 1 40%;
	line-height: 1.8;
}

#howtologin .step-box {
	margin-top: 32px;
	padding: 32px;
	background: #fff;
}

#howtologin .step-box+.step-box {
	margin-top: 16px;
}

#howtologin .step-box__ttl {
	display: flex;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 20px;
	align-items: center;
}

#howtologin .step-box__ttl .sub-ttl {
	display: inline-block;
	min-width: 88px;
	padding: 11px 10px 11px;
	margin-right: 20px;
	border: 1px solid #041D41;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	flex-shrink: 0;
}

#howtologin .step-box__ttl .sub-ttl>span {
	font-size: 24px;
	color: #CC0000;
	margin-left: 4px;
	vertical-align: -2px;
}

#howtologin .step-box__caption {
	font-size: 14px;
	line-height: 1.5;
	color: #7C7C7C;
	padding-left: 1em;
	text-indent: -1em;
}

#howtologin .flowchart {
	position: relative;
	max-width: 600px;
	margin: 10px auto 0;
}

#howtologin .flowchart__num {
	position: absolute;
	top: -10px;
	left: 20px;
	background: #fff;
	padding: 2px 10px;
	color: #CC0000;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
}

#howtologin .flowchart__body {
	border: 1px solid #000;
	border-radius: 4px;
	padding: 32px 32px 52px;
}

#howtologin .flowchart__ttl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

#howtologin .flowchart__ttl br {
	display: none;
}

#howtologin .flowchart__img {
	margin-bottom: 24px;
	text-align: center;
}

#howtologin .flowchart__next {
	margin-top: 12px;
	margin-bottom: 2px;
	text-align: center;
}

#howtologin .flowchart__branch {
	display: flex;
	margin-top: -20px;
	justify-content: center;
}

#howtologin .flowchart__branch>div {
	min-width: 233px;
	margin: 0 16px;
}

#howtologin .flowchart__link {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

#howtologin .flowchart__link a {
	color: #7C7C7C;
	background: #fff url("../images/howtologin/btn-arrow-gray.svg") right center no-repeat;
	padding-right: 24px;
}

#howtologin .flowchart__link a:hover {
	text-decoration: underline;
}

#howtologin .flowchart__note {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

#howtologin .flowchart__btn {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	border: 1px solid #000;
}

#howtologin .flowchart__btn-primary {
	color: #fff;
	background: #000;
	transition: ease 0.2s;
}

#howtologin .flowchart__btn-secondary {
	color: #000;
	background: #fff;
	transition: ease 0.2s;
}

#howtologin .flowchart__btn-primary:hover,
#howtologin .flowchart__btn-secondary:hover {
	color: #000;
	background: #E9E9E9;
}

#howtologin .step {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 32px;
}

#howtologin .step>div {
	width: 33.1%;
	padding: 8px 10px 8px 15px;
	border-left: 1px solid #ccc;
}

#howtologin .step>div:first-of-type {
	border-left: none;
}

#howtologin .step__ttl {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
}

#howtologin .step__txt {
	font-size: 16px;
	line-height: 1.4;
}

#howtologin .step__btn {
	margin: 32px auto 0;
	max-width: 600px;
}

#howtologin .step__btn .btn {
	margin-bottom: 0;
	font-weight: 600;
}

/*media Queries 768
----------------------------------------------------*/
@media screen and (max-width: 768px) {
	#howtologin .howtologin-section+.howtologin-section {
		margin-top: 40px;
	}

	#howtologin .txt-strong {
		font-size: 14px;
	}

	#howtologin .h2-ttl+.txt-strong {
		margin-top: 24px;
	}
	
	#howtologin .about-box{
		flex-wrap: wrap;
	}
	#howtologin .about-box__logo{
		flex: 0 1 100%;
		text-align: center;
	}
	#howtologin .about-box__txt{
		flex: 0 1 100%;
		margin: 30px 0 0 0;
	}

	#howtologin .step-box {
		margin-top: 24px;
		padding: 24px;
	}

	#howtologin .step-box__ttl {
		font-size: 16px;
	}

	#howtologin .step-box__ttl .sub-ttl {
		padding: 8px 10px 10px;
		font-size: 14px;
	}

	#howtologin .step-box__ttl .sub-ttl>span {
		font-size: 20px;
		vertical-align: inherit;
	}

	#howtologin .step-box__caption {
		font-size: 12px;
	}

	#howtologin .flowchart__body {
		padding: 24px 24px 36px;
	}

	#howtologin .flowchart__ttl {
		font-size: 14px;
	}

	#howtologin .flowchart__ttl br {
		display: block;
	}

	#howtologin .flowchart__img img {
		max-width: 170px;
	}

	#howtologin .flowchart__next {
		margin-top: 8px;
		margin-bottom: 0;
	}

	#howtologin .flowchart__branch {
		margin-left: -10px;
		padding: 0 12px;
	}

	#howtologin .flowchart__branch>div {
		min-width: 0;
		width: calc(50% - 10px);
		margin: 0 0 0 10px;
	}

	#howtologin .flowchart__link {
		font-size: 12px;
	}

	#howtologin .flowchart__anchor-link {
		margin-top: 8px;
		font-size: 11px;
	}

	#howtologin .step {
		margin-top: 20px;
	}

	#howtologin .step>div {
		padding: 12px 0;
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #ccc;
		display: flex;
	}

	#howtologin .step>div:first-of-type {
		border-top: 1px solid #ccc;
	}

	#howtologin .step__ttl {
		font-size: 14px;
		margin-bottom: 0;
	}

	#howtologin .step__txt {
		font-size: 14px;
	}

	#howtologin .step__body {
		margin-left: 10px;
	}

	#howtologin .step__btn {
		margin-top: 20px;
	}

	#howtologin .step__btn .btn {
		height: 42px;
	}
}
