@charset "UTF-8";

.ele-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.ele-features {
		max-width: 280px;
		margin: auto;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
}
.ele-features > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #e83316;
	text-align: center;
	width: 170px;
	height: 170px;
	border-radius: 100px;
	background-color: #f9d9ae;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f9d9ae), color-stop(90%, #fff6e8));
	background: linear-gradient(#f9d9ae 10%, #fff6e8 90%);
}
@media screen and (max-width: 767px) {
	.ele-features > .item {
		font-size: 18px;
		width: 130px;
		height: 130px;
	}
}

@media screen and (max-width: 767px) {
	.step-list[data-responsive="false"] > .col::after,
	.step-list[data-responsive="false"] > [class*="col-"]::after {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		bottom: 0;
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}
}

.step-list[data-responsive="false"] > [class*="col-"]:nth-of-type(1)::after {
	right: -5px;
}

.step-list[data-responsive="false"] > [class*="col-"]:nth-of-type(2)::after {
	right: -15px;
}

.list-note>li.list-style-none {
	padding-left: 0;
}

.list-note>li.list-style-none::before {
	content: none;
}

/* hokkaido_juryo お知らせ アコーディオン */
.hokkaido_notice_box {
  max-width: 826px;
  width: 100%;
  margin: auto;
}
.hokkaido_notice_box .collapse-trigger {
  background: #fff;
  border: 1px solid #D0D0D0;
}

.hokkaido_notice_box .collapse-trigger.is-animating, .collapse-trigger.is-open {
  border-bottom: none;
}

.hokkaido_notice_box .collapse-container {
  background: #fff;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
}
