/*===========================
add
===========================*/


.redOrange {
    color: #FF6B6D;
}

/* ------------------------------
   loopSlider
------------------------------ */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 267px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 400px;
    float: left;
    display: inline;
    overflow: hidden;
}
ol.number {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.number li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.number li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
 
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

a.btn-border {
    border: 2px solid #5492CF;
    border-radius: 0;
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #5492CF;
    padding-top: 15px;
    padding-bottom: 15px;
}

a.btn-border:hover {
    color: #fff;
    background-color: #5492CF;
    text-decoration: none;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.th_txtsize {
    font-size: 1.2rem;
    font-weight: bold!important;
}
.th_txtsize th {
    font-weight: bold!important;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
