/* GENERAL */

body {
  font-family: 'Meiryo', sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover,
a:visited,
a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  margin: 0 !important;
}

img {
  max-width: 100%;
}

.slidewrapper {
  position: relative;
  z-index: 1000 !important;
}

.rows {
  width: 100%;
  float: left;
}

.text-content-center {
  text-align: center;
}

/* END GENERAL */

/* ------------------------------------------------------------------------------------------------------------------------------*/

/* HEADER */

.navbar-brand {
  max-width: 300px;
}

.navbar-collapse {
  max-height: inherit !important;
}

/* MENU TOP*/

nav ul li {
  text-align: center;
  display: inline-block;
  position: relative;
}

nav ul li a {
  display: block;
  color: #656464;
  text-transform: uppercase;
}

nav ul li a i {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

nav ul li a:hover i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

nav ul li a:hover i.fa-facebook {
  color: #3b5998 !important;
}

nav ul li a:hover i.fa-twitter {
  color: #55acee !important;
}

nav ul li a:hover i.fa-google-plus {
  color: #dd4b39 !important;
}

.tooltips {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9999;
  width: 100px;
  padding: 5px 0;
  color: #fff;
  background: #000;
  text-align: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.tooltips:after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  top: -4px;
  border-top: 4px solid transparent;
  border-left: 4px solid #000;
}

nav ul li:hover .tooltips {
  display: block;
  opacity: 1;
}

/* END MENU */

/* END HEADER */

/* ------------------------------------------------------------------------------------------------------------------------------*/

/* SLIDE */

.section_overlay {
  background: rgba(250, 250, 250, .5);
}

.home_text {
  padding-top: 210px;
  padding-bottom: 210px;
}

.home_text h2 {
  color: #010101;
  font-size: 40px;
  letter-spacing: 13px;
}

.home_text h3 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  color: #404040;
}

.home_text ul {
  padding: 0;
  list-style: none;
  margin: 30px 0 0;
}

.home_text ul li {
  margin-bottom: 20px;
}

.home_text ul li a {
  color: #010101;
  border: 1px solid #010101;
  border-radius: 2px;
  padding: 5px 15px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.home_text ul li a:hover {
  text-decoration: none;
  background: #fff;
  padding: 7px 17px;
  font-size: 15px;
}

.scroll_down {
  padding-bottom: 50px;
}

.scroll_down h4 {
  font-size: 12px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

/* END SLIDE */

/* ------------------------------------------------------------------------------------------------------------------------------*/

/* KEY FRAME */

@keyframes shake {
  0% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  10% {
    transform: translate(-2px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-4px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(0px, 3px) rotate(0deg);
  }

  40% {
    transform: translate(2px, -2px) rotate(1deg);
  }

  50% {
    transform: translate(-2px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-4px, 2px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 2px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -2px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 4px) rotate(0deg);
  }

  100% {
    transform: translate(2px, -3px) rotate(-1deg);
  }
}

/* END KEY FRAME */

/* ------------------------------------------------------------------------------------------------------------------------------*/

/* GENERAL CONTENT */

.wrap-content {
  padding: 80px 0 0;
  position: relative;
}

section:last-child .container .wrap-content {
  padding-bottom: 80px;
}

.rows-title {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  text-align: center;
}

.rows-title h2 {
  text-align: center;
  float: left;
  width: 100%;
}

.rows-content {
  width: 100%;
  float: left;
}

/* END GENERAL CONTENT */

/* ------------------------------------------------------------------------------------------------------------------------------*/

/* NEWS */

.news-item {
  width: 100%;
  float: left;
}

.news-item i {
  font-size: 25px;
  color: #f73b56;
}

.news-item h2 {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
}

.news-item p {
  color: #404040;
  font-size: 14px;
}

.news-item img {
  opacity: .8;
}

.single_progress_bar .progress {
  height: 1px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #d5d5d5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.single_progress_bar .progress-bar {
  background-color: #2d3334;
}

.single_progress_bar h2 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.single_progress_bar h2 a {
  color: #000;
  text-decoration: none;
}

.about_us_p {
  font-size: 14px;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 21px;
}

.about_title h2 {
  font-size: 25px;
  color: #3d3d3d;
  text-transform: uppercase;
  margin-top: 85px;
  letter-spacing: 6px;
  margin-bottom: 21px;
}

.about_title img {
  margin-bottom: 70px;
}

.content-wrap-news {
  max-height: 300px;
  overflow: auto;
  width: 1005;
  float: left;
}

.content-wrap-news p {
  border-bottom: 1px dotted #ccc;
  width: 98%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  line-height: 180%;
  font-size: 14px;
  background: none !important;
  padding-left: 0px;
}

.content-wrap-news span.date2 {
  font-weight: bold;
  padding-right: 15px;
  color: #DA5B3B;
  background: none !important;
}

.content-wrap-news p span {
  background: none !important;
}

/* END NEWS */

.image-content {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}

.text-content {
  width: 100%;
  float: left;
}

/* Google Map */

.row-map iframe {
  width: 100%;
}

/* End Google map */

/* Content Add */

.l84-left-content iframe {
  width: 100%;
  float: left;
}

/* End content add */

/* Service */

.service-title {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}

.service-btn {
  width: 100%;
  float: left;
  text-align: center;
}

.service-des {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.service-btn a {
  display: block;
  background: #fff;
  padding: 10px;
  text-align: center;
  border: 1px #ccc solid;
  margin: 0 auto;
  color: #555;
}

/* End service */

/* Table */

.wrap-primary-table table {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.wrap-primary-table table tr td {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
}

.wrap-primary-table table tr:nth-child(odd) td {
  color: #fff;
}

/* End table */

/* Contact */

.wrap-primary-table-st1 input[type=text],
.wrap-primary-table-st1 textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

.wrap-primary-table-st1 input[type=text],
.wrap-primary-table-st1 textarea {
  border: none !important;
  border: 1px #ccc solid !important;
}

.wrap-primary-table-st1 input[type=text]:focus,
.wrap-primary-table-st1 textarea:focus,
.wrap-primary-table-st1 select:focus,
.wrap-primary-table-st1 input[type="radio"]:focus,
.wrap-primary-table-st1 input[type="checkbox"]:focus {
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
}

.wrap-primary-table-st1 button {
  border: none !important;
  background: none;
  cursor: pointer;
}

.wrap-primary-table-st1 button:focus {
  outline: none !important;
}

.btn_form {
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  min-width: 200px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 20px;
}

.wrap-primary-table-st1 table {
  width: 100%;
  float: left;
}

.wrap-primary-table-st1 table tr td {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}

.wrap-primary-table-st1 table tr td .form-group {
  margin-bottom: 0;
}

.wrap-primary-table-st1 table tr td input[type=text],
.wrap-primary-table-st1 table tr td textarea {
  width: 100%;
  float: left;
  border: none;
  border-radius: 5px;
  border: 1px #8d97aa solid;
  padding: 10px;
}

.wrap-primary-table-st1 table tr td input[type=text] {
  height: 37px;
}

.wrap-primary-table-st1 table tr td textarea {
  height: 140px;
  resize: none;
}

.wrap-primary-table-st1 table tr td select {
  width: 100%;
  box-shadow: none !important;
}

.wrap-primary-table-st1 table tr:last-child td {
  text-align: center;
  padding-bottom: 0;
}

#primary-contact form {
  width: 100%;
  float: left;
}

.wrap-primary-table-st1 input[type="radio"],
.wrap-primary-table-st1 input[type="checkbox"] {
  margin: 6px 0 0;
}

.wrap-primary-table-st1 label {
  font-weight: normal;
}

/* End contact */

/* Faq */

.wrap-faq {
  margin-bottom: 10px;
}

.wrap-faq .question p,
.wrap-faq .answer p {
  font-size: 13px;
}

.wrap-faq .question {
  cursor: pointer;
  position: relative;
  padding-right: 45px;
  padding-left: 45px;
}

.wrap-faq .question span,
.wrap-faq .answer span {
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff8400;
}

.wrap-faq .question span:first-child {
  color: #8c8c8c;
}

.wrap-faq .question span.pull-left {
  left: 15px;
}

.wrap-faq .question span.pull-right {
  right: 15px;
}

.wrap-faq .answer {
  display: none;
  position: relative;
  padding-left: 45px;
}

.wrap-faq .answer span.pull-left {
  left: 15px;
}

/* End faq */

/* ------------------------------------------------------------------------------------------------------------------------------*/

/*Testimonial*/

.testimonial {
  padding-top: 130px;
  padding-bottom: 80px;
}

.testimonial .icon:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #f73b56;
  top: 110px;
  left: 50%;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-left: -40px;
}

.testimonial .icon i {
  color: #fff;
  font-size: 47px;
  position: absolute;
  z-index: 555;
  left: 50%;
  margin-left: -23px;
}

.single_testimonial p {
  color: #404040;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 50px 15px;
}

.single_testimonial h4 {
  color: #404040;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

/*Googlemap*/

.container.map {
  padding: 30px 0 0;
  border-bottom: 1px solid #ddd;
}

.map .col-md-8 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*owl-carousel*/

.owl-carousel .owl-item .imgWrapper {
  height: 210px;
}

.owl-carousel .owl-item img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel .owl-item img:hover {
  width: 210px;
  height: auto;
}

/*Fun Facts*/

.fun_facts {
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
}

.fun_facts .section_overlay {
  background: rgba(71, 71, 71, .8);
  padding-bottom: 30px;
}

.single_count {
  padding-top: 120px;
}

.single_count i {
  color: #f73b56;
  font-size: 24px;
}

.single_count h3 {
  font-family: 'Amiri', serif;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
}

.single_count p {
  font-family: 'Amiri', serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.single_count p:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  left: 0;
  bottom: -4px;
  background: #bd9828;
}

.logo {
  position: relative;
  margin-top: -40px;
}

.logo img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  opacity: .8;
}

.single_image {
  position: relative;
  transition: all 1s;
}

.single_image img {
  width: 100%;
}

.single_image a {
  width: 100%;
  height: 100%;
  display: block;
}

.single_image:hover div.image_overlay {
  opacity: 1;
}

.image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 1s;
}

.image_overlay .full {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.image_overlay h2 {
  position: absolute;
  bottom: 28px;
  left: 20px;
  font-size: 25px;
  color: #3d3d3d;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.image_overlay h4 {
  position: absolute;
  bottom: 11px;
  left: 20px;
  color: #3d3d3d;
  font-size: 14px;
  text-transform: uppercase;
}

.no_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.work_title {}

.work_title h1,
.contact_title h1 {
  font-size: 25px;
  color: #3d3d3d;
  letter-spacing: 5px;
  padding-top: 80px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.work_title img,
.contact_title img {
  margin-bottom: 30px;
}

.work_title p {
  font-size: 14px;
  color: #000;
  margin-bottom: 100px;
}

.last_padding {
  padding-right: 0px;
}

.pad_top {
  padding-top: 2px;
}

.left h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.left p {
  margin-bottom: 60px;
  font-size: 14px;
  color: #000;
}

.baton {
  margin-top: 65px;
}

.cs-btn,
.cs-btn:active,
.cs-btn:visited,
.cs-btn:focus {
  color: #fff;
  background-color: #000;
  border-radius: 0px;
  outline: none;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 1s;
}

.call_to_action .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

#imagelightbox {
  position: fixed;
  z-index: 9999;
}

/* OVERLAY */

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  /* 色と透明度 */
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*Contact*/

.single_contact_info {
  padding-bottom: 21px;
}

.single_contact_info h2 {
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 1px;
}

.single_contact_info p {
  font-size: 15px;
  color: #3d3d3d;
}

.contact .container {
  padding-bottom: 40px;
}

.contact_title p {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
}

.contact-form {
  background-color: #f1f1f1;
  padding: 30px;
}

.contact-form .form-control {
  height: 43px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: 0px solid #fff;
}

.contact-form #message {
  height: 168px;
}

textarea.form-control {
  min-height: 169px !important;
  resize: none;
}

.form_submit {
  width: 100%;
  background: #00008b;
  border-radius: 0px;
  color: #fff;
  padding-top: 13px;
  padding-bottom: 10px;
  transition: all 1s;
  border: none;
}

.form_submit:hover {
  color: #fff;
}

.work-with {
  padding-bottom: 60px;
  padding-top: 10px;
}

.work-with h3 {
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
}

/*Footer*/

footer {
  padding: 50px 0;
  margin-top: 100px;
}

.footer_logo {}

.footer_logo img {
  max-width: 150px;
  object-fit: contain;
}

.social {
  padding-top: 65px;
}

.social h2 {
  text-transform: uppercase;
  font-size: 16px;
}

ul.icon_list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 20px;
}

ul.icon_list li {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
}

ul.icon_list li a {
  display: inline-block;
  color: #636363;
  border: 1px solid #636363;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

ul.icon_list li a:hover {
  transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
}

ul.icon_list li.ft_facebook a:hover {
  border: 1px solid #3b5998;
}

ul.icon_list li.ft_facebook a:hover i {
  color: #3b5998;
}

ul.icon_list li.ft_twitter a:hover {
  border: 1px solid #55acee;
}

ul.icon_list li.ft_twitter a:hover i {
  color: #55acee;
}

ul.icon_list li.ft_google a:hover {
  border: 1px solid #dd4b39;
}

ul.icon_list li.ft_google a:hover i {
  color: #dd4b39;
}

.copyright_text {
  padding-top: 80px;
}

.copyright_text a {
  color: #636363;
  text-decoration: none;
  font-size: 12px;
}

.img_responsive {
  width: 100%;
  height: auto;
}

/*Scroll*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
}

#page-top a {
  background: #ddd;
  text-decoration: none;
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-family: 'Open Sans', sans-serif;
}

#page-top a:hover {
  text-decoration: none;
  background: #ccc;
  cursor: pointer;
}

/*CUSTOM CSS*/

.navbar-brand {
  height: auto;
}

.menu-heaer {
  padding-top: 28px;
}

.services {
  margin-top: 50px;
  padding: 0;
  background: url(assets/images/bg_news.png) no-repeat top center;
}

/*p1-table1*/

.p1-table1 {
  width: 100%;
  height: auto;
  border: 0;
  border-top: solid 1px #E8E8E8;
  border-left: solid 1px #E8E8E8;
  margin: 10px 0;
}

.p1-table1 tr td {
  padding: 10px;
  border-bottom: solid 1px #E8E8E8;
  border-right: solid 1px #E8E8E8;
}

.p1-table1 tr td.col1 {
  background-color: #F2F2F2;
  width: 20%;
}

.p1-table1 tr.row1 td.col1 {
  border-top: solid 4px #000000;
}

.p1-table1 tr.row1 td.col2 {
  border-top: solid 4px #666;
}

.p1-table1 a.tel-number {
  color: #F00;
  text-decoration: underline;
}

/*end p1-table1*/
.contact-footer {
  float: left;
  width: 100%;
}

.ascrail2000-hr {
  display: none;
}

.time-line {
  float: left;
  width: 100%;
  padding: 15px 0;
}

.time-line table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;

}

.time-line th {
  min-width: 120px;
  padding: 20px 0;
  color: #3972B7;
  font-size: 18px;
  font-weight: bold;
}

.time-line td::before {
  color: #1d8f59;
  content: url("assets/images/circle.png");
  height: 16px;
  left: 45px;
  position: absolute;
  width: 16px;
  top: 20px;
}

.time-line tr:first-child td {
  background: rgba(0, 0, 0, 0) url("assets/images/ln_01_start.png") repeat-y scroll 49px top;
}

.time-line td {
  background: rgba(0, 0, 0, 0) url("assets/images/ln_01.gif") repeat-y scroll 49px top;
  padding: 20px 0 20px 100px;
  position: relative;
  font-size: 14px;
}

.time-line td.sub-step::before {
  content: url("assets/images/circle-sub.png");
  left: 44px;
}

.time-line tr:first-child td {
  text-transform: uppercase;
}

.time-line tr:last-child td {
  text-transform: uppercase;
}

.time-line td strong {
  color: #CA2026;
}

.ac-text {
  font-size: 11px;
  line-height: 210%;
}

.ac-content {
  text-align: center;
}

.navbar-brand>img {
  max-width: 70px;
}

/*#achievement{
  background: url('assets/images/ar-img.jpg') left center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}*/
/*END CUSTOM CSS*/

@media(max-width: 767px) {
  .home_text h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }

  .nav>li {
    font-size: 15px;
  }

  .navbar-brand {
    float: none;
    display: block;
  }

  nav li.nav_facebook,
  nav li.nav_twitter,
  nav li.nav_google {
    width: 33.3333333%;
    float: left;
    text-align: center;
    background: #fff;
    border-right: 1px solid #e7e7e7;
  }

  nav li.nav_facebook a,
  nav li.nav_twitter a,
  nav li.nav_google a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  nav li.nav_google {
    border-right: none;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .navbar-nav>li>a {
    border-bottom: 1px solid #fff;
    line-height: 30px;
  }

  .container {
    overflow: hidden;
  }

  .services {
    background-size: 100% auto;
  }

  .services .col-md-3 {
    margin-bottom: 40px;
  }

  .container.map {
    padding: 30px 15px;
  }

  .baton {
    margin-top: 30px;
  }

  .single_count {
    padding-top: 30px;
  }

  .col-sm-8 {
    padding-bottom: 15px;
    float: left;
    width: 100%;
  }

  .time-line th {
    font-size: 14px;
  }

  .time-line td {
    font-size: 14px;
  }

}

@media(max-width: 480px) {
  .time-line td {
    padding-left: 35px;
    background: rgba(0, 0, 0, 0) url(assets/images/ln_01.gif) repeat-y scroll 15px top;
    vertical-align: top;
  }

  .time-line tr:first-child td {
    background: rgba(0, 0, 0, 0) url(assets/images/ln_01_start.png) repeat-y scroll 15px top;
  }

  .time-line td::before {
    left: 11px;
  }

  .time-line th {
    min-width: 80px;
    vertical-align: top;
  }

  .navbar-brand>img {
    max-width: 50px;
  }
}

@media(max-width: 368px) {
  .p1-table1 tr td.col1 {
    width: 30%;
  }
}