@charset "utf-8";
/* CSS Document */
@media screen and (max-width:768px) {
.probootstrap-navbar.scrolled .navbar-brand {
  top: 15px;
  background-position: left 100%
}
}
#page_top{
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #06539A;
    opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.info2 h1 {
    background-color: #53350A;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.info2_2 h1 {
    background-color: #07549a;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.info2 dl dt {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.info2 dl dd {
    padding-left: 10em;
	padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width:480px){
.info2 dl dt {
    float: none;
    padding-top: 10px;
    padding-bottom: 0;
}
.info2 dl dd {
    padding-left: 0;
	padding-top: 0;
    padding-bottom: 10px;
}
}
.text-white {
  color: #fff!important;
}
a.text-white {
    text-decoration: underline;	
}
.bg-white {
    background-color: #FFFFFF;
}
.pull-right {
    margin-left: 15px;
    margin-bottom: 15px;
}
@media (max-width:480px){
	.pull-right {
    margin-left: 0;
    float: none!important;
}
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1em;
}
ol li {
    margin-bottom: 10px;
}
.li-none {
    list-style-type: none;
}
.li-none li {
    padding-top: 5px;
    padding-bottom: 5px;
}

ol.li-order {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.li-order li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.li-order li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #07549A;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}
