@charset "utf-8";

/***************************************************
  faq.css
***************************************************/

ul.list-anchor {
  margin-top: 20px;
}
.contents-main .margin-adjust{
  margin-bottom: 50px;
}
.contents-main p {
  margin-top: 30px;
  margin-bottom: 20px;
}
.contents-main p:first-child {
  margin-top: 0;
}
.under-line span {
  font-size: 16px;
  padding-left: 15px;
  vertical-align: top;
}
.box-progress {
  margin-bottom: 100px;
}
.box-progress:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .contents-nav-inner .list-anchor li {
    float: left;
    width: 46%;
    margin: 0 4% 20px 0;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  }
  .contents-nav-inner .under-line {
    margin-top: 30px;
  }
  .under-line span {
    padding-left: 0;
    padding-top: 5px;
    display: block;
  }
  ul.box-left-img li.left-box {
    color: inherit;
  }
  .box-progress {
    margin-bottom: 50px;
  }
}

#breadcrumb ul li:nth-child(5){
  display: none;
}