/* ==================================================
   reset
   ================================================== */
p, ul, dl {
    margin-top: 0;
}
a:link,
a:visited
{
    text-decoration: none;
    color: #4b4949;
}
a.btn
{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;

  text-align: center;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  background: #ef7a00;
  cursor: pointer;
}
a.btn:hover{
  opacity: .8;
}

/* ==================================================
   base
   ================================================== */
html
{
    font-size: 62.5%;
}

body
{
    font-size: 13px;
    font-size: 1.3rem;
}

#lxl-contents{
    font-family: -apple-system, BlinkMacSystemFont, HiraKakuProN-W3, Meiryo, sans-serif;
    line-height: 1;
}

#lxl-header{
    font-size: 116.9%;
}

#lxl-footer{
    font-size: 93.6%;
}

.clearfix::after
{
    display: table;
    clear: both;

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

@media only screen and (max-width: 767px)
{
    .sp-hide
    {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1360px)
{
    .pc-hide
    {
        display: none !important;
    }
}

@media only screen and (min-width: 1361px)
{
    .pc-hide
    {
        display: none !important;
    }
}
