@charset "UTF-8";

/* // iphone
----------------------------------------------- */

.slideOpenBtn.btnA.orange3.taLeft.orange5 {
	background-color: #eb3f00;
}

.setting_step_inner {
	margin: 0 0 20px 0;
}

.steps_column {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0 0 20px 0;
}

.step_list {
	width: 75%;
	position:relative;
	margin: 0 0 50px 0;
}

.step_num {
	position: absolute;
	top: 0;
	left: 0;
	width: 78px;
	height: 78px;
}

.step_list:last-child {
	margin: 0;
}

.step_list:after{
	content: "";
	position: absolute;
	margin: 10px 0 0;
	border: 30px solid transparent;
	border-top-color: #1477C8;
	right:50%;
	top: 100%;
	transform:translateX(50%);
}


.step_list:last-child:after {
	content: none;
	display: none;
}

.step_img {
	width: 100%;
}

.caution_block ,
.caution_block02 {
	width: 100%;
	padding: 5px;
	border: 1px solid #ff0000;
	box-sizing: border-box;
}

.caution_block02 {
	border: 1px solid #000000;
}


.setting_caution_txt {
	color: #ff0000;
}

/* -----------------------------------------------
	// iphone */