/*=====
eyecatch
=====*/
.mv{
  /*background: url("../images/common/eyecatch.jpg") no-repeat center 0%;*/
  background-size: cover;
}

/*=====
contents
=====*/
.main{
  padding-top: 2rem;
  padding-bottom: 10rem;
}
.contents {
  margin: 0 auto;
  padding: 0rem 0 4rem;
}
.contents-title{
  color: #303030;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.contents-title:after{
  background: #f0f0f0;
}
ol.contents-text{
  list-style-type: decimal;
  list-style-position: inside;
}
ul.inner-list{
  list-style-type: none;
  list-style-position: inside;
  text-indent: 1.5rem;
}
@media (max-width:991px){/*md*/
  ul.inner-list{
    text-indent: 0rem;
  }
}