@charset "UTF-8";

/* step
---------------------------------------------------------------------------*/
#head-imgslider .slick-track div:nth-of-type(1) {
	background-position: right center !important;
}

#head-imgslider .slick-track div:nth-of-type(2) {
	background-position: center center !important;
}

.step-box {
	position: relative;
	margin-bottom: 25px;
	padding: 30px;
}

.step-box .number {
  position: absolute;
	top: calc((90vw - 60px) * 0.65);
	left: 50%;
	transform: translateX(-50%);
}

.step-box .number img {
	width: 36px;
}

.step-box figure {
	margin-bottom: 35px;
}

.step-box figure img {
	width: 100%;
}

.step-box .step-box-right .tit {
	margin: 0 0 14px;
	color: #F39800;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
}

.step-box .step-box-right .tit span {
	display: inline-block;
	background: url(../img/share/line-dot-orange.svg) repeat-x left bottom;
	padding-bottom: 3px;
	line-height: 1;
}

.step-box .step-box-right p.txt {
	margin-bottom: 6px;
}