@charset 'UTF-8';
/*******************************
/* フォント
*******************************/
.t1 {
  font-size: 2.0em;
  font-family: "A1明朝", ",A1 Mincho", serif;
}
.t1 span {
  background: linear-gradient(transparent 60%, #eee  40%);
}
.t2 {
  font-size: 1.6em;
  font-family: "A1明朝", ",A1 Mincho", serif;
}
.t2 span {
  background: linear-gradient(transparent 60%, #eee  40%);
}
.t3 {
  font-size: 1.2em;
  font-family: "A1明朝", ",A1 Mincho", serif;
}
.t3 span {
  background: linear-gradient(transparent 60%, #eee  40%);
}
.t4 {
	color: #d40000;
	font-weight: bold;
}
.txt-small {
	font-size: 0.8em;
	color: #999;
}
.txtmin {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.4em;
}
.txtmin2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6em;
}
.marker {
	background:linear-gradient(transparent 60%, #FFDD00 40%);
}
.price {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  color: #d40000;
}
.price span {
    font-size: 1.6rem;
}
.underline {
    border-bottom: 2px solid #999;
}
/*******************************
/*下層ページ用
***************************/
.single_tit {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.0em;
}
.single_tit2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6em;
}
.staff_t1 {
  font-size: 1.4em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #8F7D67;
}
.txt-small2 {
  margin-top: 5px;
  letter-spacing: 4px;
  font-family: "Roboto Condensed", sans-serif;
  clear: both;
  color: #00b0a1;
}
.txt-small3 {
  margin-top: 5px;
  letter-spacing: 4px;
  font-family: "Roboto Condensed", sans-serif;
  clear: both;
  color: #f39700;
}
.red {
  color: #F00;
}
.lineup-ttl {
  display: block;
  font-size: 3.2rem;
  line-height: 1.0em;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.04em;
}
.staffs dt,dd {
  padding: 3px 10px;
  margin-bottom: 10px;
  background-color: #eee;
}
.staffs dt {
	color: #fff;
	background-color: #222;
	clear: left;
	float: left;
	width: 80px;
	text-align: center;
}
.staffs dd {
	margin-left: 100px;
}
.staff-dtdd dl {
	margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.staff-dtdd dt,
.staff-dtdd dd {
	padding: 10px 10px;
	margin-bottom: 10px;
  border-radius: 4px;        /* CSS3 */
  -webkit-border-radius: 4px;    /* Safari,Google Chrome*/
  -moz-border-radius: 4px;   /* Firefox */
}
.staff-dtdd dt {
	width: 18%;
  background-color: #565656;
  color: #fff;
  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;
}
.staff-dtdd dd {
	width: 80%;
	margin-left: 2%;
}
/* レスポンシブル対応
----------------------------------------------------------------------------------------------------*/
.responsible {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.responsible iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* box
----------------------------------------------------------------------------------------------------*/
.border-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 8px solid #eee;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.border-box2 {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
}
/*color-box---------------*/
.yellow-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #fff799;
  margin-bottom: 10px;
}
.Blue-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #8ED6F9;
  margin-bottom: 10px;
}
.green-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #bae0a8;
  margin-bottom: 10px;
}
.pink-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #F8ABAE;
  margin-bottom: 10px;
}
.gray-box {
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
.gray-left-line {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 28px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #eeeeee;
}
/* button
----------------------------------------------------------------------------------------------------*/
.page-area, .page-more, .page-more2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.page-area a {
	font-size: 1.0em;
	letter-spacing: 1px;
	border: 1px solid #222;
	padding: 10px;
	cursor: pointer;
	color: #222;
	background: none;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #fff;
  border-radius: 10px;        /* CSS3 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome*/
  -moz-border-radius: 10px;   /* Firefox */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-area a:hover {
	color: #fff;
	background-color: #555;
	text-decoration: none;
	border: 1px solid #555;
}
.page-more a {
	font-size: 1.0em;
	letter-spacing: 1px;
	border: 1px solid #222222;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background: none;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #222222;
  border-radius: 10px;        /* CSS3 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome*/
  -moz-border-radius: 10px;   /* Firefox */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-more a:hover {
	color: #fff;
	background-color: #565656;
	text-decoration: none;
	border: 1px solid #565656;
}
.page-more2 a {
	font-size: 1.0em;
	letter-spacing: 1px;
	border: 1px solid #222;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background: none;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #222;
  border-radius: 10px;        /* CSS3 */
  -webkit-border-radius: 10px;    /* Safari,Google Chrome*/
  -moz-border-radius: 10px;   /* Firefox */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.page-more2 a:hover {
	color: #fff;
	background-color: #565656;
	text-decoration: none;
	border: 1px solid #565656;
}
/**************************
固定ページヘッダー(ランダム)
**************************/
.page-head {
  height: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 110px;
}
.page-base_area {
	width: 50%;
}
.page-mvarea {
	width: 190%;
	height: 100%;
	margin-left: -95%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}
.page-back1 {
    background-image: url(../images/page-back1.jpg);
}
.page-back2 {
    background-image: url(../images/page-back2.jpg);
}
.page-back3 {
    background-image: url(../images/page-back3.jpg);
}
.page-back4 {
    background-image: url(../images/page-back4.jpg);
}
.page-back5 {
    background-image: url(../images/page-back5.jpg);
}
.head-bfont {
    width: 50%;
}
.head-content {
	width: 200%;
	height: 100%;
	margin-right: -100%;
	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;
	z-index: 10;
	position: relative;
}
.headttl {
	font-size: 1.1rem;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
}
.headttl img {
	display: block;
	width: 180px;
}
.headttl span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 6px;
	font-family: "游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.headttl span a {
    color: #fff;
    text-decoration: none;
}
.page-logo {
	max-width: 140px;
	margin-bottom: 14px;
}
.page-logo img {
    max-width: 100%;
}
@media screen and (max-width: 479px) {
  .page-head {
    height: 180px;
    /* margin-top: 64px; */
    margin-top: 110px;
  }
  .page-mvarea {
    width: 180%;
    margin-left: -90%;
  }
  .headttl span {
    font-size: 1.4rem;
    letter-spacing: 0.0em;
  }
}

/*************
/* ＃main
*************/
#main {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	margin-top: 5px;
	float: left;
	margin-bottom: 60px;
	padding-top: 0%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
}
#main2 {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	margin-top: 5px;
	float: left;
	margin-bottom: 60px;
	padding-top: 0%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
}
#main3 {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	margin-top: 5px;
	float: left;
	margin-bottom: 60px;
	padding-top: 0%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
}
#main4 {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	margin-top: 5px;
	float: left;
	margin-bottom: 60px;
	padding-top: 0%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
}
#main-plan {
	width: 100%;
	text-align: left;
	background-color: #FFF;
	margin-top: 5px;
	float: left;
	margin-bottom: 60px;
	padding-top: 0%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
}
 @media screen and (max-width: 479px) {
/* 479px以下用（タイトル改行）の記述 */
#main, #main2, #main3, #main4 {
	padding: 0%;
}
}
#main a:hover img, #main2 a:hover img, #main3 a:hover img, #main4 a:hover img, #main-plan a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*************
/* 見出し
*************/
/*normal*/
#main h1 {
    font-size: 1.6em;
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    background-color: #eee;
}
#main h1::after {
    content: '';
    position: absolute;
    top: .5em;
    left: .5em;
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #222222;
    border-radius: 4px;
}
#main h2 {
	font-size: 1.6em;
	position: relative;
	margin-bottom: 20px;
	clear: both;
    background-image: url(../images/slash.gif);
    padding: 14px;
    border-left: 6px solid #222222;
}
#main h3 {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.8em;
	font-size: 1.4em;
    background-color: #333;
    color: #fff;
}
#main h3:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 4%;
    z-index: 90;
    border-top: 18px solid #333;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 0;
}
#main h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 6px 0 6px;
	border-bottom: solid 3px #ccc;
	position: relative;
}
#main h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #222222;
  bottom: -3px;
  width: 20%;
}
/*GALLERY*/
#main2 h2 {
	margin: 6px;
	font-size: 1.04em;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 6px;
	border-bottom: 1px dotted #000;
	padding-top: 8px;
}
#main2 h2 a {
	text-decoration: none;
	color: #000;
}
/* 479px以下用の記述 */
 @media screen and (max-width: 479px) {
    #main2 h2 {
        font-size: 1.0em;
    }
}
/*archive*/
#main3 h2 {
    font-size: 1.1em;
    line-height: 1.5;
    padding: 10px 4px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
#main3 h2 a {
	text-decoration: none;
	color: #000;
}
/*archive_voice_event*/
#main4 h2 {
	font-size: 1.1em;
	line-height: 1.4;
	padding: 10px 4px;
    margin-bottom: 10px;
	border-bottom: 2px dotted #aaa;
}
#main4 h2 a {
	text-decoration: none;
	color: #000;
}
@media screen and (max-width: 768px) {
#main4 h2 {
	font-size: 1.0em;
	line-height: 1.3;
}
}
/*normal*/
#main-plan h1 {
    display: block;
    margin-bottom: 46px;
    font-size: 2.4rem;
    line-height: 1.0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#main-plan h1 .plan {
    font-size: 1.1rem;
    font-weight: 400;
}
#main-plan h1 .ja {
    display: block;
    font-size: 1.2rem;
    padding-top: 10px;
    font-family: "游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
#main-plan h2 {
	font-size: 1.6em;
	position: relative;
	margin: 0 16px 32px;
	clear: both;
	padding: 8px;
	border-bottom: 2px dotted #999;
	color: #565656;
	font-weight: bold;
}
#main-plan h3 {
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.8em;
	font-size: 1.3em;
	background-color: #1d1d1d;
	color: #fff;
	font-weight: bold;
}
#main-plan h3:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 4%;
    z-index: 90;
    border-top: 18px solid #1d1d1d;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 0;
}
#main-plan h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 6px 0 6px;
	border-bottom: solid 3px #ccc;
	position: relative;
}
#main-plan h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #1d1d1d;
  bottom: -3px;
  width: 20%;
}
/*******************************
/* ページ内枠付きリスト
***************************/
.pcheck {
	width: 100%;
	padding: 10px;
	background-image: url(../images/slash.gif);
	background-repeat: repeat;
}
.pcheck-box {
	padding: 20px;
	width: 100%;
	background-color: #FFF;
}
.pcheck ol li {
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 15px;
	padding-left: 30px;
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}
.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}

@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-6 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
	.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 10px;
    margin: 0 0 10px;
    text-align: center;
}
}

/**************************
沿革
**************************/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
.time {
	font-size: 1.4em;
	font-weight: bold;
}
/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
	width: 75%;
	float: left;
	padding-left: 30px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F1F1F1;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #222222;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
/*---------------------
timeline
-----------------------*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }
.timeline-badge.info {
    background-color: #222222 !important;
}
.timeline-badge.primary {
    background-color: #333333 !important;
}

.timeline-badge.success {
    background-color: #444444 !important;
}

.timeline-badge.warning {
    background-color: #555555 !important;
}

.timeline-badge.danger {
    background-color: #666666 !important;
}



.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
