@charset "Shift_JIS";

/* stepBlockEnArea
-------------------------------------------------- */
@media screen and (min-width: 960px) {
	.stepBlock__body--1 .btn--typeDefault li:last-child {
		width: 70%;
	}
}

.stepBlock__body ol > li > ul {
	padding-left: 0;
	margin: 10px 0 0;
}

.stepBlock__body ol > li > ul > li {
	margin-bottom: 0;
	padding-left: 0
}

@media screen and (min-width: 960px) {
	.link--internal {
		font-weight: bold;
	}

	.link--internal:hover {
		text-decoration: none;
	}

	.link--internal:before {
		content: "";
		display: inline-block;
		overflow: hidden;
		padding-right: 12px;
		font-size: 12px;
		text-decoration: none;
		padding-left: 14px;
		background: url(/element_2017/images/arrow_middle_right_btn2.png) left 5px bottom no-repeat;
		width: 14px;
		height: 12px;
	}

	.btn {
		text-align: center;
		margin: 62px 0 0;
	}
}

@media screen and (max-width: 959px) {
	.link--internal {
		font-weight: bold;
		background: url(/element_2017/images/arrow_middle_btn_sp_1_red.png) no-repeat left 3px center /6px 9px;
		padding-left: 1.3em;
	}
}