.wide_btn {
    display:block;padding:15px 5px; width:100%;
}

.sample_view {
    cursor: pointer;
}
/*予約テーブルcss*/
/*#reserve_table tbody tr:first-child th:first-child span  {
    position: relative;
    top: -22px;
}
#reserve_table tbody tr:first-child th:first-child span.op50  {
    position: relative;
    top: -8px;
}*/
#reserve_table td.not_reserve:hover {
    background: #666;
}
#reserve_table td.not_reserve_old:hover {
    background: #eee;
}
#reserve_table td.not_reserve_close:hover {
    background: #eee;
}
.not_reserve {
    background: #999 !important;
}
.not_reserve_old {
    background: #eee;
}
.not_reserve_close {
    background: #eee;
}
.not_reserve_last {
    background: #f1f1ff;
}

th.sort_link_box {
    position: relative !important;
}
th.sort_link_box div.sort_link {
    position: absolute;
    right:0px;
    top:0;
}
th.sort_link_box div.sort_link a {
    display:block;
    position: absolute;
    right:0px;
    top:0;
}


.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 40%;
}
.daterangepicker select.yearselect {
    width: 56%;
}



a.first_set {
    cursor: default;
}
.no-side-menu {
    cursor: default;
}
.left_col {
    cursor: default !important;
}
.no-side-menu li.active {
    background: none !important;
    border-right: none !important;
}
.nav.no-side-menu> li.active > a {
    background: none !important;
    border: none !important;
    box-shadow: none !important;    
}

.slideMenu ul.slideMenuContents {
    margin-top: 50px;
}
.slideMenu ul.slideMenuContents>li {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #222;
}
.slideMenu ul.slideMenuContents>li>ul {
    margin-top: 10px;
}

.slideMenu ul.slideMenuContents>li>ul li {
    padding: 5px;
    text-align: left;
    border-top: 1px solid #222;
}
.btnClose {
    position: absolute;
    top: -50px;
    left: 180px;
}
#sidebar-menu-mb .nav.side-menu>li>a {
    cursor: pointer;
}
#sidebar-menu-mb .nav.side-menu> li.active > a {
    background: #363636;
    border-bottom: 0;
}    
.slideMenu{
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 1000;
    width: 250px;
    height: 100%;
    background-color: #333;
    text-align: center;
    overflow: auto;
    color: #fff;
}
.slideMenu ul {
    list-style: none;
}
.slideMenu a {
    color: #fff;
}
.shade{
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


#single_cal2 {
    cursor: pointer;
}
#single_cal2:hover {
    color: #5A738E;
}

.tab-content {
    margin-top: 30px;
}
.btn {
    white-space: normal;
}
.input-group-btn .btn {
    white-space: nowrap;
}
.alert-warning {
    color: #fff;
}

 /* Webkit */
    :focus::-webkit-input-placeholder {
        color: transparent;
    }
    /* Firefox 18 以前 */
    :focus:-moz-placeholder {
        color: transparent;
    }
    /* Firefox 19 以降 */
    :focus::-moz-placeholder {
        color: transparent;
    }

.form-control {
    /*padding: 10px !important;*/
	height: inherit;
        line-height: inherit;
}
select.form-control, select.input {
    padding: 5px 12px;
}



.modal-footer .btn+.btn {
    margin-bottom: 5px;
    margin-left: 5px;
}
.topspace {
    margin-top: 80px;
}
.x_panel {
    border: 1px solid #c7dc68 !important;
    border-radius: 5px;
}
td,th {
    word-break: break-all;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f8f4e6;
}
body.nav-md .container.body .col-md-3.left_col {
    background: #739817;
    background-repeat: repeat-y;
    height: 100%;
    background-attachment: fixed;
    position: fixed;

}
li.current-page {
    background: #69821b;
}
.nav.side-menu> li.active > a {
    background: #69821b;
    border-bottom: 0;
}
body.nav-md ul.nav.child_menu li:before {
        background: #69821b;
}
body.nav-md ul.nav.child_menu li:after {
        background: #69821b;
}
.nav_title {
    background: #739817;
}

body {
    background: #F7F7F7;
    color: #333 !important;
/*    font-family: 'Noto Sans Japanese', serif;*/
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.p20 {
    padding: 20px;
}
.pb10 {
	padding-bottom: 10px !important;
}
.w100 {
    width: 100% !important;
}
.nav_menu {
    
}
.btn-primary {
    background-color: #F05A24 !important;
    border-color: #F06333 !important;
}
.btn-fb {
    background-color: #3B5998 !important;
    border-color: #3B5998 !important;
    color: #fff;
}
.btn-fb:hover {
    color: #fff;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.v-center {
    vertical-align: middle;
}
.t-center {
    text-align: center !important;
}
.t-right {
    text-align: right !important;
}
.t-left {
    text-align: left !important;
}
.table-fixed {
    table-layout: fixed;
}
.list-unstyled li {
    margin-bottom: 10px;
    font-size: 110%;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px 7px;
    text-align: left;
}

.cell_view {
    overflow: hidden !important;
}

.all_count {
    float: left;
    margin: 20px 10px 20px 20px;
    padding: 6px 12px 6px 0;
    font-weight: bold;
}

.search_conditions_table input, .search_conditions_table select {
    padding: 6px 12px;
}

.mt10 {
    margin-top: 10px !important;
}
.mt5 {
    display: inline-block;
    margin-top: 5px !important;
}
.m5 {
    margin: 5px !important;
}
.m10 {
    margin: 10px !important;
}
.m15 {
    margin: 15px !important;
}
.f-large {
    font-size: 120% !important;
    line-height: 200%;
}
.f-xlarge {
    font-size: 200% !important;
    line-height: 200%;
}
.f-small {
    font-size: 90% !important;
}
.f-xsmall {
	font-size: 80% !important;
}
.f-bold {
    font-weight: bold !important;
}
.error_message,.error_txt {
    color: #f00 !important;
}
.bt_none {
    border-top: none !important;
}

.input {
    padding: 6px 12px;
    border: ipx solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

[data-toggle=buttons]>.btn>input[type=radio], [data-toggle=buttons]>.btn>input[type=checkbox] {
    position: static;
    z-index: 1;
    filter: alpha(opacity=0);
    opacity: 1; 
}

.bb_dash {
    border-bottom: 1px dashed #ccc !important;
}
.information .title {
    font-size: 120%;
}
.ml10 {
    margin-left: 10px !important;
}

.panel .nav li a:hover {
    background: #00468c;
    color: #fff;
}
.panel .nav li a {
    border-radius: 0;
}
textarea {
    resize: none;
}

.comment_box {
    border: 1px solid #ccc;
    font-size: 110%;
}
.comment_box .comment_body {
    padding: 10px;
}
.comment_box .comment_footer {
    text-align: right;
    padding: 10px;
}
.comment_avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #ccc;
    border: 1px solid #fff;
    margin: 0 auto;
}
.thread_avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ccc;
    border: 1 solid #fff;
    margin: 0 auto;
}
.thread_footer {
    text-align: right;
    margin-bottom: -10px;
}

.free {
    font-weight: bold !important;
    background: #F05A24 !important;
    color: #fff !important;
}
.business {
    font-weight: bold !important;
    background: #007bbb !important;
    color: #fff !important;
}
.small_plan {
    font-weight: bold !important;
    background: #41b8a4 !important;
    color: #fff !important;
}
.profile_img {
    width: 100%;
    border-radius: 50%;
}
.thumnail {
    width: 80px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.bg_dark {
    background: #ccc;
}
@media (min-width: 992px) {
.modal-body p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 150%;
}
.modal-footer .btn {
    font-size: 1.5rem;
}

}
@media (max-width: 991px) {
.modal-body p {
    text-align: center;
    font-size: 1rem;
    line-height: 120%;
}
.modal-footer .btn {
    font-size: 1rem;
}

}
.modal-title {
    text-align: center;
    font-weight: bold;
}
.modal-header {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background: #eeeeee;

}
@media (min-width: 992px) {
.modal-body .confirm_modal th, .modal-body #confirm_modal_table th {
    text-align: right;
    padding-right: 5%;
    font-size: 1.5rem;
}
.modal-body .confirm_modal td, .modal-body #confirm_modal_table td {
    text-align: left;
    padding-left: 5%;
    font-size: 1.5rem;
}
}
@media (max-width: 992px) {
.modal-body .confirm_modal th, .modal-body #confirm_modal_table th {
    text-align: right;
    padding-right: 5%;
    font-size: 1rem;
}
.modal-body .confirm_modal td, .modal-body #confirm_modal_table td {
    text-align: left;
    padding-left: 5%;
    font-size: 1rem;
}
}
.nav-pills>li>a {
    font-size: 90%;
}
.nav-pills>li>a:hover {
    background: #73C017 !important;
}

.site-footer a:hover {
    text-decoration: none;
}
.help_content {
    color: #333;
}
.help_content h3 {
    font-size: 130%;
    margin: 10px;
}
.help_content ul  {
    list-style: none;
}.help_content ul li {
    margin: 5px;
}
.help_content ul li a {
    color: #5A738E;
}
.help_img {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #eee;
    max-width: 500px;
    cursor: pointer;
    margin: 5px;
}
.b-large {
    width: 30%;
    margin: 20px;
}
.btn-lg {
    padding: 15px 60px;
    font-size: 12px;
    line-height: 1.33;
    font-weight: bold;
    color: #fff;
    background-color: #bd1550;
}

.color_list {
    margin: 10px auto 10px;
}
.color_list .red {
    background: #bd1550;
}
.color_list .green {
    background: #b8d200;
}
.color_list .blue {
    background: #38a1db;
}
.color_list .black {
    background: #544a47;
}
.color_list .white {
    background: #fbfaf5;
}
.color_list .color_box {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
#payjp_checkout_box input[type=button] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 2px;
    display: inline-block;
    padding: .5em 1em;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #2FA0DC;
    color: #fff;
    background-color: #198fcc;
    background-image: -webkit-linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
    background-image: -moz-linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
    background-image: -o-linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
    background-image: linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
}
#payjp_checkout_box input[type=button]:hover {
    color: #5A738E;
}
.plan_btn {
    -webkit-appearance: none;
    text-decoration: none !important;
    width: 100%;
    border-radius: 2px;
    display: inline-block;
    padding: .5em 1em;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #2FA0DC;
    color: #fff;
    background-color: #198fcc;
    background-image: -webkit-linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
    background-image: -moz-linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
    background-image: -o-linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
    background-image: linear-gradient(#35a9e6 0,#319cd3 48%,#2590c7 100%);
}
.wrapps {
/*    background:#fff;*/
}
.noscroll {
    position: fixed;
    overflow-y: scroll;
}
#system_alert_body p {
    margin-top: 10px;
}
#system_alert_body {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    padding: 10px;
}
#system_alert_header {
    text-align: center;
    font-size: 30px;
    padding: 10px;
    color: #900;
}
#system_alert_contents {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    z-index: 100;
    position: absolute;
    top: 20%;
}
#system_alert {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.80;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}
#system_info_body p {
    margin-top: 10px;
}
#system_info_body p img.plan_img {
    width: 80%;
    background: #fff;
}
#system_info_body {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    padding: 10px;
}
#system_info_header {
    text-align: center;
    font-size: 30px;
    padding: 10px;
    color: #900;
}
#system_info_contents {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9999;
    position: absolute;
    top: 10%;
}
#system_info {
    width: 100%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.9;
    z-index: 9998;
    position: absolute;
    top: 0;
    left: 0;
}
.label-nbs {
    color: #fff;
    font-size: 85%;
    padding: 3px;
    cursor: default;
}
.label-nbs:hover {
    color: #fff;
}
.label-fb {
    color: #fff;
    font-size: 85%;
    padding: 3px;
    background-color: #3B5998;
    font-weight: normal;
}
.label-ed {
    color: #fff;
    font-size: 85%;
    padding: 3px;
    background-color: #73C017;
    font-weight: normal;
}
.facebook_join {
    cursor: pointer !important;
    text-decoration: none !important;
    letter-spacing: 1px;
}
.normal_join {
    cursor: pointer !important;
    text-decoration: none !important;
    letter-spacing: 1px;
}
.rating-y {
    color: #fa0;
}
.rating-n {
    color: #fa0;
}
.x_content {
    overflow-x: auto;
    overflow-y: hidden;
}



@media screen and (max-width: 768px) {
.x_panel {
    overflow-x: auto;
    overflow-y: hidden;
}

.x_content {
    overflow-x: auto;
    overflow-y: hidden;
}
.nav_menu {
/*    min-width: 768px;*/
}
body {
/*    min-width: 768px;*/
    overflow-x: auto;
}
.mobile_not {
    display:none !important;
}
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 1.2rem;
    color: #555;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

.nbs-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.select-box01 select {
    min-width: 70px;
    padding: 6px 42px 6px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background: #eee;
    background: #fff url(/images/arrow01.png) right 50% no-repeat;
    background: #fff url(/images/arrow01.png) right 50% no-repeat;
    background-size: 20px, 100%;
}
@media screen and (max-width: 991px) {
	.help_img {
		width: 90%;
	}
    .nbs-btn {
        font-size: 11px;
        white-space: normal;
    }
    .select-box01 select {
        min-width: 40px;
        padding: 6px 26px 6px 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #ccc;
        background: #eee;
        background: #fff url(/images/arrow01.png) right 50% no-repeat;
        background: #fff url(/images/arrow01.png) right 50% no-repeat;
        background-size: 20px, 100%;
    }
}

.nav-tabs {
    border-bottom: none;
    width: 100%;
    background: #F7F7F7;
    white-space: nowrap;
}
.nav-tabs>li {
    float: none;
    margin: 0;
    width: 1%;
    display: table-cell;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid #ccd1d9;
    border-bottom-color: #c7dc68;
    text-align: center;
    border-radius: 0;
}


.nav-tabs>li.active:first-child {
    border-left-color: #ccd1d9;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-top-color: #c7dc68 !important;
    border-right-color: #c7dc68 !important;
    border-left-color: #c7dc68 !important;
}
.nav-tabs>li>a:hover {
    background: #eeffee;
    border-top-color: #ccd1d9;
    border-right-color: #ccd1d9;
    border-left-color: #ccd1d9;
}


.language_tabs {
    width: 90%;
    margin: 0 auto;
    background: #f7f7f7;
    font-size: 85%;
    white-space: nowrap;
}
.language_tabs>li {
    float: none;
    margin: 0;
    width: 1%;
    display: table-cell;
}
.language_tabs>li>a {
    border-color: #ccd1d9 !important;
}
.language_tabs>li.active>a, .language_tabs>li.active>a:focus {
    border-color: #ccd1d9 !important;
    background: #fff;
}
.language_tabs>li>a:hover {
    background: #fff;
    border-color: #ccd1d9 !important;
}
.btn-large {
    display:block;padding:15px 5px; width:100%;
}

@media (max-width: 1300px) {
    .table_wrapp {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table_wrapp table {
        min-width: 1060px;
    }
}

.table_wrapp td, .table_wrapp th {
    white-space: nowrap;
}
.table_wrapp td {
    overflow: hidden;
}
.tab_panel {
    border-radius: 0 0 4px 4px; 
    border-top: none !important;
}
.label {
    display: inline-block;
    padding: 4px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin: 2px;
}
#sidebar-menu li {
    cursor: pointer;
}
.popover {
    z-index: 9999 !important;
    max-width: 40%;
    min-width: 240px;
}
@media (max-width: 768px) {
    .popover {
        z-index: 9999 !important;
        max-width: 70%;
        min-width: 0;
    }
}
#contact_table th, #contact_table td {
    padding: 15px;
    word-break: break-all;
    white-space: normal;
    line-height: 200%;
}
#contact_table th {
    text-align: right;
    padding-right: 25px;
}
#contact_table td {
    font-size: 1.4rem;
}

#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8880;
}
#loading img {
	position: absolute;
	top: 48%;
	left: 48%;
	z-index: 1081;
}
.Account__Login, .Default_Modal {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Account__Login__Body, .Default_Modal__Body {
  width: 280px;
  padding: 26px 24px;
  color: #333333;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 1px 2px 40px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 40px 1px rgba(0, 0, 0, 0.9);
  height: 90%;
}
.Default_Modal__Body.large {
    width: 90%;
    max-width: 800px;
}
.Default_Modal__Body.middle {
    width: 90%;
    max-width: 600px;
}
.Default_Modal__Body.small {
    width: 90%;
    max-width: 400px;
	height: auto;
}
.Default_Modal__Body.hauto {
    height: auto;
}
.Default_Modal__Contents {
    padding: 10px;
    max-height: 60%;
    overflow-y: auto;
}
.Default_Modal__Contents.auto {
    padding: 10px;
    height: auto;
    overflow: visible;
}


.Account__Login .Button, .Default_Modal .Button {
  width: 100%;
}

.Account__Login__Head , .Default_Modal__Head {
  position: relative;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ddd;
}

.Account__Login__Label, .Default_Modal__Label {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}

.Account__Login__CloseBtn, .Default_Modal__CloseBtn {
  font-size: 1.6rem;
  color: #999;
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
}
.Account__Login__Form {
	width: 80%;
	margin: 1rem auto;
	max-width: 400px;
}
.Account__Login__Form .input--Text {
  margin-top: 0.75em;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.Account__Login__LostPass {
  display: inline-block;
  margin-top: 0.75em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #7FC52D !important;
}

.Account__Login__Foot, .Default_Modal__Foot {
  margin-top: 1em;
}

.Account__Login__Foot .btn--KeyColor {
  margin-top: 0.75em;
}

.Account__Login__Foot .without--logging {
  margin-top: 1.5em;
}

.Account__Login.is--Open, .Default_Modal.is--Open {
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
}
.steps-title {
  width: 100%;
  margin: 0 .5em 1em 0em;
  background: rgba(38, 185, 154, 0.3);
  text-decoration: none;
  color: #444;
  position: relative;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.steps-title p {
  font-size: 13px;
  color: #fff;
}
.steps-title.active {
  background: rgba(38, 185, 154, 0.8);
}

.form-explain {
  min-height: 5em;
}

.steps-title::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(38, 185, 154, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 100%;
  z-index: 2;
}
.steps-title.active:after {
  border-left: 20px solid rgba(38, 185, 154, 0.8);
}
