/*----------------------------------------------------------------------------------------------------
 PC start
----------------------------------------------------------------------------------------------------*/
.mycommufa-login_parts .branch-login_section {
	padding: 0 0 20px;
}
.mycommufa-login_parts .parts-img_h{
	max-width: 320px;
	margin: 0 auto;
}
.mycommufa-login_parts .parts-img_w{
	max-width: 600px;
	margin: 0 auto;
}
.mycommufa-login_parts .parts-img_h img,
.mycommufa-login_parts .parts-img_w img{
	width: 100%;
	height: auto;
	border: 1px solid var(--color-gray-dark);
	padding: 5px;
}
.mycommufa-login_bottom{
	margin-top: 50px;
}
.mycommufa-login_bottom p{
	text-align: center;
	margin-bottom: 15px;
}

/*----------------------------------------------------------------------------------------------------
 PC end
----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------
 レスポンシブ start
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .btn_accent.btn_orange.arrow_right{
		width: 96%;
	}
	.mycommufa-login_bottom{
		margin-top: 30px;
	}
}

/*----------------------------------------------------------------------------------------------------
 レスポンシブ end
----------------------------------------------------------------------------------------------------*/