:root {
  --color-primary: #d41d23;
  --color-secondary: #007ABB;
  --color-accent: #f39800;
  --color-text: #333333;
  --color-muted: #777777;
  --color-border: #dddddd;
  --color-white: #ffffff;
  --color-black: #000000;
}
/*font
-------------------------------------------------- */
body#top main{
	margin-top: -48px;
}
@media (max-width:1060px)and (min-width: 768px)  {
	body#top main {
  margin-top: -30px;
}
	.navbar > .container-fluid{
		display: block;
}
.navbar-expand-md .navbar-collapse {
    justify-content: center !important;
	margin-bottom: -14px;
}

.navbar-brand img{
		margin: 10px auto;
	}
}
.navbar {
	font-size: .85em
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 0;
  white-space: nowrap;
}

.navbar-brand img{
	display: block;
	width: 90px;
	height: auto;
}

@media (min-width:768px) {
.navbar-brand img{
	width: 100px;
	height: auto;
	margin: auto;
}
}
table td,li,p{
	color: #444;
}
li {
    list-style-type: none;
	line-height: 2;
}
p{
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic",Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.8em;
	font-size: 1.15rem;
}
@media (max-width:768px) {
	p{
	line-height: 1.6;
	font-size: 1.1rem;
	}
}
a,a:link{
	/**/color: var(--color-secondary);
	text-decoration: none;
}

a.btn{
	color: currentColor;
	font-size: 1.3rem;
}

a.btn.btn-sm{
	font-size: .875rem;
}

section:nth-child(1){
	padding-top: 6rem!important;
}
@media (min-width:576px) {
	section:nth-child(1){
	padding-top: 9rem!important;
}
}
.courgette {font-family: 'Courgette', cursive;}
img{
	width: 100%;
	height: auto;
}

.bold{
	font-weight: bold
}
h4.border-y {
    font-size: 1.2rem;
    font-weight: 600;
    border-top: 2px solid var(--color-secondary);
    border-bottom: 2px solid var(--color-secondary);
    padding: 1em 0 1em .5em;
    color: #444;
	margin: 0 auto  2rem;
}

h4.border-y.bdr-white {
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

h4.border-y > i,
h4.border-y > span > i{
	margin-right: .2em;
	font-size: 20px;
}
h4.border-y  i.fa-globe-americas{font-size: 2.0rem;}

h4.border-y  i.fa-globe-americas+ span{
	vertical-align: 0.3rem;/*20220531 PDFをダウンロードでずれる*/
}

h4.box-main-color{
	font-size: .8rem;
	font-weight: 400;
	color: #FFF;
	background-color: #63bcc4;
	padding: 0.1em 0.5em; 
	display: inline-block;
}
@media (min-width:768px) {
	h4.border-y {
    padding: 1em 0 1em .5em;
    margin: 2rem auto;
    font-size: 1.5rem;
}
	h4.border-y > i{
	font-size: 24px;
}
h4.border-y  i.fa-globe-americas{
	font-size: 2.6rem!important;}
}

#contents p{
	margin-bottom: 2rem
}

.content-text{
	margin-left: 1rem;
}

.main-color{
	color: var(--color-secondary)!important;}

.text-small{
	font-size: .85em;
}

.indent-text{
    padding-left: 1em; 
    text-indent: -1em;}

.bg-main{
background-color: var(--color-primary);
	/*background-color: rgba(99,188,196,0.50)!important;*/}

.bg-main-light{
	background-color: rgba(0,122,187,0.20)!important;}

.bg-subcolor{
	background-color: var(--color-secondary)!important;}

.bg-gray {
    background-color: #dee2e6!important;
}
.bg-orange{
	background-color: rgba(255,188,105,1.00)!important;
}
.bg-green{
	background-color: #C8E960!important;
}
.bg-chestnut{
	background-color: rgba(194,132,40,1.00)!important;
}

.bg-bluegray {
    background-color: #A3B5C7!important;
}

.bg-vermillion {
    background-color: #CC474b!important;
}
.bg-pink{
	background-color: rgba(255,212,191,1.00)!important;
}

.bg-mustard{
	background-color: #DAC11B!important;
}
.bg-purple{
	background-color: #a87de2!important;
}

.bg-Myrtle_Flower{ #9eb3de!important;
}
.bg-black-opacity{
	background-color: rgba(0,0,0,0.4)!important;
}

.bg-black-check{
	background: url("/kishatore/assets/img/bg-check.png"); 
	background-size: 140px auto;
	background-position: top left; 
	background-repeat: repeat; 
	background-color:#FFF;
background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;}

.border-info {
    border-color: #64bcc7 !important;/*メインカラー*/
}

.border-warning{
    border-color: var(--color-secondary) !important;/*サブカラー*/
}

.border_main {
    border: 1px solid var(--color-secondary);
}
.border_main_3 {
    border: 3px solid var(--color-secondary);
}
.border-btm-main{
	border-bottom: 4px solid hsla(185,45%,58%,0.40);
}

.btn-subcolor {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-main {
	color: #FFF!important;
    background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}
.btn-main:hover {
    color: var(--color-secondary)!important;
	background-color: #FFF;
    border-color: var(--color-secondary);
}

.btn-outline-main {
    color: var(--color-secondary)!important;
    border-color: var(--color-secondary);
}
.btn-outline-main:hover {
    color: #FFF!important;
    background-color: var(--color-secondary);
}
a.btn-subcolor,
a.btn-subcolor:link{
     color: #fff;
}

.btn-subcolor:hover {
    color: #fff;
    background-color: #FFB64F;
    border-color: #FFB64F;
}

.rounded20{
	border-radius: 20px
}
.bg-top-1{
	background: no-repeat url("/kishatore/assets/img/top_3_1.jpg") bottom 10px center;
	background-size: 110px auto;
}
.bg-top-2{
	background: no-repeat url("/kishatore/assets/img/top_3_2.jpg") bottom 10px center;
	background-size: 110px auto;
}
.bg-top-3{
	background: no-repeat url("/kishatore/assets/img/top_3_3.jpg") bottom 10px center;
	background-size: 200px auto;
}


@media (max-width:575px) {
	.border_main{
	border: 3px solid #63bcc4;
	border-radius: .25rem;}
}

.hover-image{
	overflow: hidden
}

.hover-image img {
	transition: all 1s ease;}

.hover-image img:hover {
    transform: scale(1.05);
	transition: all 0.6s ease;}

.arrow-bottom{
width: 0;
height: 0;
border-style: solid;
border-width: 40px 50px 0 50px;
border-color: #007bff transparent transparent transparent;}


/* テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
 table.scroll {
	 min-width:620px;
       overflow-x: scroll;
    }

	/* 以下、スクロールバーを追加 */
 table.scroll::-webkit-scrollbar{　　
 height: 5px;
}
 table.scroll::-webkit-scrollbar-track{
 background: #333;
}
 table.scroll::-webkit-scrollbar-thumb {
 background: #999;
}
	
.scroll{
	width: 100%;
	overflow-x: scroll;
	}
.scroll table {
	 min-width:600px;

    }
}

/*nav
-------------------------------------------------- */
.navbar {
    padding-top: .6rem;
    padding-bottom: .6rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
@media (min-width:768px) {
.nav-link {
	padding: .7rem .7rem;
}
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
	color: rgba(255,255,255,1);
	padding-right: 0;
	padding-left: 0;
}

.navbar-collapse {
    flex-grow: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255,255,255,0.80);
    background-clip: padding-box;
    border: none;
    border-radius: 3px;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -10px;
    margin-top: .125rem;
}

.dropdown-item {
    display: block;
    width: 90%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #051404;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 3px;
	font-size: .8em;
    margin: auto;
}

li.nav-item {
    padding-right: .5em;
	padding-left:  .5em;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
	   /*border-bottom: 2px solid #FFF;*/
	background: rgba(255,255,255,0.3);
    padding-left: 5px;
    padding-right: 5px;
	border-radius: 3px;
}

.navbar-dark .navbar-nav .nav-link:focus a,
.navbar-dark .navbar-nav .nav-link:hover a{
    color: rgba(255,255,255,1);
	border-bottom: 2px solid #FFF;
}

/*
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link a{
    position: relative;
	display: block;
}
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .show > .nav-link a::after {
    content: "";
    border-bottom: 2px solid #FFF;
    bottom: 0spx;
    left: 50%;
    margin: 0 0 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    transition: all .3s ease;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link:hover::after {
	    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all .3s ease;
}*/


/*carousel
-------------------------------------------------- */
.carousel {
  margin-top: 90px;
}
@media (min-width:1440px) {
.carousel-item {
    height: 61vw;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    margin: auto;
    width: 100%;
    height: 61.1111vw;
}

.carousel-inner {
    height: auto;
}
}

.carousel-indicators {
 position:absolute;
 right:0;
 bottom:0;
 left:0;
 z-index:2;
 display:flex;
 justify-content:center;
 padding:0;
 margin-right:15%;
 margin-bottom:1rem;
 margin-left:15%;
 list-style:none
}
.carousel-indicators [data-bs-target] {
 box-sizing:content-box;
 flex:0 1 auto;
 width:30px;
 height:3px;
 padding:0;
 margin-right:3px;
 margin-left:3px;
 text-indent:-999px;
 cursor:pointer;
 background-color:#fff;
 background-clip:padding-box;
 border:0;
 border-top:10px solid transparent;
 border-bottom:10px solid transparent;
 opacity:.5;
 transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
 .carousel-indicators [data-bs-target] {
  transition:none
 }
}
.carousel-indicators .active {
 opacity:1
}

/*dropdown
-------------------------------------------------- */
@media (min-width:768px) {
.dropdown-menu {
    right: 0;
	left: auto;
}}

/*original
-------------------------------------------------- */
p.date{
	font-size: .95rem;
	color: #666;
}
.midashi-img {
	text-align: center;
}
.midashi-img img{
	max-width: 400px;
	margin: auto;
}
.heading-line {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.heading-line::after {
  content: "";
  display: block;
  width: 88px;          /* ラインの長さ */
  height: 5px;          /* 太さ */
  background-color: var(--color-accent); /* オレンジ */
  margin: 12px auto 0;  /* 上の余白＆中央寄せ */
}
.about2{
	padding-top: 5rem;
	padding-bottom: 3rem;
}

#contact{
	min-height:350px;
}

.bg_koushi{
	min-height:350px;
	background: url("/kishatore/assets/img/bg_koushi.png"); 
	background-size: 140px auto;
	background-position: top left; 
	background-repeat: repeat; 
	background-color:#FFF;
background-color:rgba(255,255,255,0.2);
background-blend-mode:lighten;
}
.height-contact{
	min-height: 200px
}
h2.section-heading{
	text-align: center;
	}
@media (min-width:576px) {
h2.section-heading{
	text-align: center;
	margin-bottom: 1.5rem !important;
	}}
h2.section-heading a{
	color: #333;
}
h2.section-heading a:hover{
	color: var(--color-secondary);
}
.section-heading-txt.en {
    font-size: 2.0rem;
    font-weight: 900;
    line-height: calc(50 / 42);
    letter-spacing: 0.08em;
}

.section-heading-txt.ja {
    margin: 0.6rem 0 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.section-heading span {
    display: block;
}

.casestudy-subttl{
	font-size: 1.3rem;
    font-weight: 700;
	margin-bottom: 1rem
}

img.circle {
   /*width: 190px;
   height: 190px;*/
   object-fit: cover;
   border-radius: 50%;
}

@media (min-width:768px) {
table.step-table th{
	font-size: .95rem;
	}

}

/*導入事例ページ
-------------------------------------------------- */
.contents-box {
    padding: 1.5rem 1.5rem 3rem ;
    width: 100%;
	 height: 100%;
    border: 1px solid #eee;
    background-color: #fff;
}

.contents-box .casestudy-subttl{
    font-size: 1.2rem;
}
.contents-box p{
    font-size: 1rem;
}
.contents-box .lavel{
	top:0;
	right:0;
	background-color: var(--color-secondary);
	color:#fff;
	font-size: .7em;
	line-height: 1;
	padding: 3px;
	z-index: 100;
}
/*.contents-box .lavel-student{
	background-color: #333;
	color:#fff;
}
.contents-box .lavel-carreer{
	top:0;
	left:0;
}*/
@media (min-width:768px) {
.readmore{
	position: absolute;
	bottom: 30px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 80%;
}
	}


/*contents紹介ページ
-------------------------------------------------- */
.table-service-work{
	/*border-color: var(--color-secondary) !important;*/
}

.table-service-work img {
	width: auto;
	height: auto;
	max-height: 200px;
	margin-bottom: 20px;
	max-width: 100%;
}

/*programページ
-------------------------------------------------- */
ol.point-content{
	letter-spacing: .025em;
	counter-reset: number;
}

ol.point-content li {
    position: relative;
    padding-left: 1.35em;
    margin: .7em 0;
	font-size: 1.15rem;
}

ol.point-content  > li::before {
	 position:absolute;
	 display:block;
 	text-align:center;
 	counter-increment:number 1;
 	content:counter(number);
 	border:1px solid #63bcc4;
	background-color: #63bcc4;
 	color:#fff;
 	width:1.6em;
 	height:1.6em;
 	line-height:1.5em;
	 font-weight:700;
 	border-radius:50%;
 	-webkit-transform:scale(.7);
	 transform:scale(.7);
   left: -10px;
   top: 2px;
}


/*footer
-------------------------------------------------- */
#footer {
	position: relative;
    background: #ecf5fa;
	background-color: #FFF;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #eee;
}

#footer p{
	color: #051404;
 	font-size: 12px;}

#footer p.footer-text{
	margin-bottom: 1rem;
	font-size: 1rem;}


#footer p.copyright {
	text-align: center;
	font-size: .7rem;
}

#footer .copyright-info {
	font-size: 12px;
}

#footer .copyright-info a,
#footer .copyright-info a:link{
color: #333;
text-decoration: none;
}

#footer  .footer-logo {
    padding-bottom: 10px;
}
#footer  .footer-logo a {
	display: block;
	 width: 170px;
	margin:  auto;
}

@media (min-width:768px) {
#footer p.footer-text{
	text-align: left;
	font-size: 14px;
 }
	#footer p.copyright-info,
	#footer p.copyright{
		text-align: right;
}
	#footer  .footer-logo a {
	margin-right: 0;
}
}


.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #63bcc4;
    color: #fff;
    transition: all 0.4s;
}

/**/
#page-top {
	background-color: rgba(255,255,255,0.90);
    position: fixed;
	width: 28px;
	height:28px;
    bottom: 30px;
    right: 30px;
	z-index:1000;
	padding: 0;
	border-radius: 20px;
	transition: all 0.6s ease;
}
#page-top  i{
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	line-height: 0;
    font-size: 30px;
	color: var(--color-accent);
	padding: 0;
}
#page-top a:hover {
    text-decoration: none;
    background: #007BC7;
	transition: 0.2s linear 0.2s;
}

.border-dark {
    border-color: #CCC !important;
}
.table > :not(caption) > * > * {
    padding: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.btn_fixed{
	display: none;
}
@media (min-width:768px) {
.btn_fixed{
	display: block;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 1030;
	background-color: #000;
	box-shadow: 2px 2px 4px rgba(166,166,166,1.00);
}

.btn_fixed a{
	display: block;
	width: 55px;
	height: 200px;
	background: no-repeat url("/kishatore/assets/img/btn_tate.png");
	background-size: 50px auto;
    background-position: top 10px right 4px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
	}

.online_bnr{
	 position: absolute;
    top:110px;
    right: 0px;
    z-index: 2;
    width: 40vw;
    height: auto;
}
.online_bnr a{
	display: block;
	padding: 3px;
	background-color: #FFF;
	border-radius: 3px;
}

@media (min-width:816px) {
	.online_bnr{
	top: 150px;
	right: 30px;
	width: 300px;
	height: auto;
}
}
@media (min-width:1028px) {
	.online_bnr{
	width: 400px;
	height: auto;
}
}
@media (max-width:414px) {
	.online_bnr{
	 top: 62vw;
    right: 0px;
	left: 0px;
	width: 300px;
	margin: auto
}}
@media (max-width:340px) {
.online_bnr {
	top: 210px;/*sp*/
    right: 0px;
    left: 0px;
    width: 280px;
    margin: auto;
}}

/*新着情報*/
ul.news li{
	font-size: 1.1em;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
ul.news.nascon-page li{
	margin-bottom: 0em;
}
#top ul.news li:nth-child(n+6) {
 display: none
}

ul.news li span{
	font-size: .8em;
	margin-left: 1em;
}

ul.news li a{
	color: #333;
	text-decoration: none;
}

ul.news li a:hover{
	color: #666;
	background-color: #EFEFEF;
}

ul.news li a i{
	color: var(--color-secondary);
}



.border-kishatore {
  border-color: var(--color-secondary) !important;
}

.flash{
	animation: flash 1.2s ease-in-out infinite alternate;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

/**/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #67b0d1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
position: absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto;
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}*/

.step-index {
  padding: 0;
}

.step-index__inner {
  max-width: 980px;
  margin: 0 auto;
}

/* ------------------------------
   各行
------------------------------ */
.step-card {
  --step-color: #f0a23a;
  padding: 5px 18px;
  border-bottom: 1px dotted #9b9b9b;
}

.step-card:first-child {
  border-top: 0;
}

.step-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
}

h2.step-card__title {
  margin: 0;
  color: #333;
  font-size: clamp(1.25rem, 1.5vw, 3.0rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

/* ------------------------------
   箇条書き
------------------------------ */
.step-card__list {
  margin: 12px 0 0 0;
  padding-left: 0;
  list-style: none;
  color: #333;
}

.step-card__list li {
  position: relative;
  padding-left: 1em;
  /*margin: 0 0 8px 0; 
  font-size: clamp(1.05rem, 1.4vw, 1.9rem);*/
  line-height: 1.5;
}

.step-card__list li:last-child {
  margin-bottom: 0;
}

.step-card__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------------
   PCレイアウト
------------------------------ */
@media (min-width: 768px) {
  .step-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    column-gap: 22px;
    align-items: center;
    padding: 0px 18px
  }

  .step-card__head {
    min-height: 98px;
  }

  .step-card__list {
    margin-top: 6px;
    padding-top: 2px;
  }
}

/* ------------------------------
   吹き出し
------------------------------ */
.step-badge {
  position: relative;
  flex: 0 0 auto;
  width: 94px;
  height: 72px;
  border-radius: 999px;
  background: var(--step-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.step-badge::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 25px;
  height: 16px;
  background: var(--step-color);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: rotate(20deg);
  transform-origin: center;
}

.step-badge__label {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.step-badge__num {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  color: var(--step-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}

/* ------------------------------
   SPレイアウト
------------------------------ */
@media (max-width: 767.98px) {
  .step-index__inner {
    max-width: 100%;
  }

  .step-card {
    padding: 18px 16px 18px;
  }

  .step-card__head {
    align-items: center;
    gap: 16px;
  }

  .step-card__title {
    font-size: 2.2rem;
    line-height: 1.22;
  }

  .step-card__list {
    margin-top: 16px;
    padding-left: 22px;
  }

  .step-card__list li {
    padding-left: 0.9em;
    font-size: 1.15rem;
    line-height: 1.65;
  }

  .step-badge {
    width: 80px;
      height: 62px;
  }
.step-badge__num {
  width: 26px;
  height: 26px;
  font-size: 1rem;
}
}

/* ------------------------------
   色
------------------------------ */
.step1 { --step-color: #eda137; }
.step2 { --step-color: #98cb4b; }
.step3 { --step-color: #c98028; }
.step4 { --step-color: #7d96a6; }
.step5 { --step-color: #c84b6d; }
.step6 { --step-color: #d5b347; }
.step7 { --step-color: #a66abb; }
.step8 { --step-color: #5b95ce; }
.step9 { --step-color: #ef9a94; }