<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
:root {
    --primary: #045cb6;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}
*{color: #191919;}

.ic01{
	width:47px;
	padding: 3px 3px 3px 3px;
}
.ic02{
	width:38px;
	padding: 3px 3px 3px 3px;
}
.icon{
	border-radius:0.2em;
	width: 35px;
	height:35px;
	line-height: 1.0em;
	font-size: 1.6em;font-weight: bold;
	padding: 6px 3px 3px 4px;
	margin: 2px;
/*	-webkit-text-stroke: 0.5px #FFF;
	text-stroke:0.5px #fff;*/
	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;}


.ic{
	border-radius:0.3em;
 text-align: center;
	width: 31px;
	height:41px;
	line-height: 1.0em;
	font-size: 1.1em;font-weight: bold;
	padding: 4px 4px;
	margin: 0px 2px 1px;
/*	-webkit-text-stroke: 0.5px #FFF;
	text-stroke:0.5px #fff;*/
	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media (max-width: 768px) {
.ic{
 /*writing-mode: vertical-rl;*/
	border-radius:0.3em;
 text-align: center;
 height:40px;
 line-height:40px;
	width: 28px;
	line-height: 1.0em;
	font-size: 1em;
	padding: 3px 3px;
	margin: 3px;
/*	-webkit-text-stroke: 0.5px #FFF;
	text-stroke:0.5px #fff;*/
	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
 }
}
.car2{
	border: 1px #E85525 solid;
	background-color:rgba(232,85,37,0.3);
}
.tokusyu2{
	border: 1px #FBCC07 solid;
	background-color:rgba(251,204,7,0.3);
}
.bus2{
	border: 1px #4B4247 solid;
	background-color:rgba(75,66,71,0.3);
}
.gaisya2{
	border: 1px #00CB7C solid;
	background-color:rgba(0,203,124,0.3);
}
.track2{
	border: 1px #0160E0 solid;
	background-color:rgba(1,96,224,0.5);
}
.reito2{
	border: 1px rgba(80,46,223,0.50) solid;
	background-color:rgba(80,46,223,0.50);
}
.glass2{
 font-size: 0.8em;
 border: 1px #60BEF4 solid;
	background-color:rgba(94,189,244,0.50);
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
 dl.newsflex{
	display: flex;
	flex-wrap: wrap;
  width: 100%;
	 font-size:0.9rem;
}
.newsflex dt{
  width: 26%;
  padding: 3px 0 3px 1%;
  margin-bottom: 3px;
  background-color: #F3F3F3;
  font-weight: normal;
}
.newsflex dd{
  width: 74%;
  padding: 3px 0 3px 1%;
  margin-bottom: 3px;
  background-color: #fffafa;
}
.newsflex dd a{
	text-decoration-line: underline;
}
.fs-09em{
font-size:0.9em;
}
.fs-08em{
font-size:0.8em;
}
.fs-07em{
font-size:0.7em;
}
.fs-06em{
font-size:0.6em;
}
.fs-05em{
font-size:0.5em;
}
.lh-3{line-height: 1.6em;}
.colorp{
	color:fa5a5c; 
}
.text-primary {
  color: #045cb6 !important;
}
.topimg{
/*	max-width: 1200px;*/
	margin: 0 auto;
}
.topbutton{
	font-size:1.5em;
	font-weight: 500;
	margin: 15px 0;
}
/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}
.navibackcl{
position: relative;
  /*padding: 0.2em 0.3em;*/
  background: -webkit-linear-gradient(to top, rgb(16, 19, 26), #3e4a66);
	background: linear-gradient(to top, rgb(16, 19, 26), #3e4a66);
}
.navibackcl .navbar-nav{
padding: 5px 0!important;
color: #fff!important;
	max-width: 1200px;	align-items: flex-start;
}

.navbar-toggler{
	border: 1px #fff solid!important;
}

.navbar .navbar-nav .nav-link {
    /*margin-right: 35px;*/
    padding: 5px 5px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navList{
/*	display: block;display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin: 2px 0px!important;padding: 6px 0px!important;
	justify-content:space-between!important;*/
}
.navList .nav-item{
	border: none!important;
	padding: 3px 25px 0px 0px;
	list-style-type: none;
}
.navList .nav-item .nav-link{
	padding:1px!important;	margin:1px!important;display: block;
	}
.navList .nav-item .nav-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
@media (max-width: 768px) {
	.navbar .navbar-nav a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
    .navbar .navbar-nav {
	margin-top: 15px;
        border-top: 1px solid #EEEEEE;
		margin-right: 25px;
    }
	    .navbar .navbar-nav a{
		color: #FFF!important;
		font-size: 16px;
    }
	.navbar-toggler{
		padding: 0.2rem 0.4rem 0.6rem;
		color: #000;
		background-color: #fff;
	}
.navbar-toggler-icon{
		color: #000!important;		
	}
}
@media (min-width: 768px) {
.navbar .navbar-nav .nav-link  {
width:16%;
margin:0px!important;
padding: 1% 0%!important;
border-right: 2px solid #3e4a66;
}
.navibackcl .navbar-nav a{
color: #000;
background-color:#fff;
padding: 0px!important;
margin: 0 0%!important;
}
.navibackcl .navbar-nav a:hover{
background-color:#cc0000;
color:#fff!important;
}
}
@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

	.topbutton{
	font-size:2em;
	font-weight: 500;
	margin: 15px 0;
}
}


h2.midashi {
font-size: 1.4em;
margin:0 0 5px 11px;
padding: 0.2em 0.4em;
line-height: 1em;
color: #000;
background: transparent;
border-left: solid 7px #cc0000;
}

h4.h4title{
font-size: 1.3em;
padding: 0.3em 0.5em;
line-height: 1.5em;
color: #000;
background: #ECEAE8;

border-bottom: solid 2px #E4E4E4;
}

 dl.gaiyou{
	display: flex;
	flex-wrap: wrap;
  width: 100%;
	 font-size:0.9rem;
	       border-right: 1px solid #B3B2B2;
      border-bottom: 1px solid #B3B2B2;
      border-left: 1px solid #B3B2B2;
	  line-height: 1.5em;

}
.gaiyou dt{
  width: 20%;

  border-top: 1px #B3B2B2 solid;
  background-color: #FFCCCD;
  font-weight: normal;
  text-align: center;
	padding: 5px 0;
}
.gaiyou dd{
  width: 80%;
  border-top: 1px solid #B3B2B2;
  background: #fff;
  padding: 5px 0 0 10px;
   /*   border-left: 1px solid #B3B2B2;*/
  text-align: left;

}
table.tg{
border: 1px solid #B3B2B2;
line-height: 1.2em;
padding: 4px 0 0 7px;
font-size:0.9em;
	width: 100%;
}
table.tg tr{
border-bottom: 1px solid #B3B2B2;
}
.tg th{
	border-left: 1px solid #B3B2B2;
background-color: #FFCCCD;
/*line-height: 2.5em;*/
padding: 1% 0 1% 1%;
	font-weight:normal;
}
.tg td{
padding: 8px 3px 6px 3px;
	border-left: 1px solid #B3B2B2;
}
/*.tg th.th1{
width:8%;
}
.tg th.th2{
width:29%;
}
.tg th.th3{
width:18%;
}
.tg th.th4{
width:38%;

}
.tg th.th5{
width:6%;
}
.tg td.tg1{
width:8%;
}
.tg td.tg2{
width:29%;
}
.tg td.tg3{
width:18%;
}
.tg td.tg4{
width:38%;
}

.tg td.tg5{
width:6%;
}*/

.tgk  {border:none;line-height: 2.5em;font-size: 0.9em;margin: 0 0 0 10px;width: 100%;}
.tgk th{font-weight: normal;padding-left: 1%;width: 30%;border-bottom: #fff 1px solid;}
.tgk td{width: 70%;border-bottom: #fff 1px solid;}
.tgk td.tg-031e{width: 6%;}
.tgk .tg-n0w7{background-color:#ffccc9;color:#000000}
.tgk .tg-031e{color:#ffccc9}

.tgkk  {border:none;line-height: 1.5em;font-size: 0.9em;margin: 0 0 0 10px;width: 100%;}
.tgkk th{font-weight: normal;padding: 1% 1%;width: 30%;border: #aaa 1px solid;}
.tgkk td{width: 70%;padding: 1% 1%;border: #aaa 1px solid;}

.tgkk .tg-n0w7{background-color:#ffccc9;color:#000000;}




.bg-white-btn{
 background-color:#fff;
padding:3%;
	color: #5bc8ac;
  transition: .4s;
}
.bg-white-btn:hover{ 
	background-color:#045cb6;
	color: #fff!important;
	transition: .4s;
}
a img:hover{opacity: 0.7;}
.max-vw-50{
	max-width: 50vw;
}
.btn-dark:hover{opacity: 0.7;	
}
.btn-primary:hover{opacity: 0.7;	
}

img.title{
	max-width:100%;
}
img.logobw{
	max-width:50%;
}
@media (min-width: 768px) {
.addnav{
	display:inline-block!important;
	}}
@media (max-width: 575px) {
title{
	max-width:50%;
}
logobw{
	max-width:20%;
}
}

.v_table th{
	width:25%;
}
.v_table td{
	width:75%;
}
.s_table th{
	width:39%;
}
.s_table td{
	width:61%;
}
@media all and (max-width: 768px) {
.v_table th, .v_table td,.s_table th, .s_table td {
    display: block;
    width: 100%;
  /*  border-bottom: none;*/
	}
 .tg .tg2, .tg .th2{
  width: 35%;
 }
  .tg .tg4, .tg .th4{
  /*width: 60%;*/
 }
.tg .th4{
 font-size:0.9em;
 }
 .tg .tg1, .tg .th1{display: none;}
 .tg .tg3, .tg .th3{display: none;}
.v_table th, .s_table th {border-bottom: none;	}
.tgk  {border:none;line-height: 1.5em;font-size: 0.9em;width: 99%;margin: 0 0px 0 5px;}
.tgk td{width: 99%;display: block;padding:5px 0 10px 3px;word-break:break-word;margin: 0 10px 0 0;}
.tgk th{font-weight: normal;padding:5px 0 5px 3px;width: 99%;display: block;}
.tgk .tg-n0w7{background-color:#ffccc9;color:#000000;}
.tgk .tg-031e{display: none;}
.jgt{padding: 4% 0 1% 3%!important;}
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    /*transition: 5s;*/
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 50px;
    height: 50px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}


@media (min-width: 992px) {

.newsflex dt{
  width: 20%;
}
.newsflex dd{
  width: 80%;
}

}


/*** Footer ***/
.footer {
    color: #fff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color:#000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	font-size: 0.9em;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #BFB3B3;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}
</pre></body></html>