.navbar-collapse {
    margin-top: 10px;
}

a {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
}
a:visited {
    color: #000000;
}


/* .anchorlist {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #aaa;
  font-size: 13px;
  list-style-type: none;
}

.anchorlist:after, .anchorlist:before{
  content: "";
  clear: both;
  display: block;
}

.anchorlist li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */
/*奇数のli要素に適応*/
/* .anchorlist li:nth-child(odd) {
  border-right: 1px solid #aaa;
}
.anchorlist a {
  display: block;
  line-height: 44px;
  color: #000;
  text-decoration: none;
}
.anchorlist a:hover {
  color: #000;
  background: #e6e6e6;
}

@media screen and (min-width: 767px) {
.anchorlist li:nth-child(odd) {
  border-right: none;
}
.anchorlist {
  display: table;
  table-layout: fixed;
  width: 80%;
  border-top: none;
  border-collapse: collapse;
  margin: 0 auto;

}
.anchorlist li {
  text-align: center;
  float: none;
  display: table-cell;
  width: 80%;
  border-bottom: none;
  border: 1px solid #aaa;
} */

#feature-icons>div {
    margin-bottom: .5em;
}
#feature-icons img {
    margin-bottom: .6em;
}
#feature-icons p {
    display: block;
    width: 137px;
    margin: 0 auto;
}
#how-to-use>div {
    margin-bottom: 1em;
}
#how-to-use .img-title {
    font-size: 1.1rem;
    font-weight: bold;
}
#how-to-use img {
    margin-bottom: .5em;
}
#usage-steps img {
    margin-bottom: 20px;
}
#how-to-use p {
    display: block;
    width: 283px;
    margin: 0 auto;
}

#page-anchors a {
    display: block;
    line-height: 3rem;
    /* padding: 1em; */
}
#page-anchors a:hover {
    background-color: #e6e6e6;
}
#item-anchors a {
    display: block ;
    line-height: 3rem;
    /* padding: 1em; */
}
#item-anchors a:hover {
	margin-top: 1px;
	margin-bottom: -1px;
}
#item-anchors-2 a {
    display: block ;
    line-height: 3rem;
    /* padding: 1em; */
}
#item-anchors-2 a:hover {
	margin-top: 3px;
	margin-bottom: -3px;
}
#feature-icons img {
    width: 137px;
    height: 137px;
}
@media screen and (max-width: 767px) {
    #feature-icons img {
        width: 65px;
        height: 65px;
    }
    #feature-icons p {
        width: 65px;
        font-size: .5rem;
    }
}

#figure_pc {
    display: block !important;
}
#figure_mb {
    display: none !important;
}
@media screen and (max-width: 767px) {
    #figure_pc {
        display: none !important;
    }
    #figure_mb {
        display: block !important;
    }
}
