@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 991px) {
.main__sidebar_left.pc { display:block;}


	
.main__sidebar_left.pc > article:not(.guidemenu){display:none;}

}

.guidemenu {
  padding: 0;
  margin-bottom: 10px;
}
.guidemenu:after {
  content: "";
  clear: both;
  display: block;
}
.guidemenu li {
	list-style:none;
  float: left;
  width: 49.5%;
  margin-left: 1%;
}
@media screen and (max-width: 660px) {
  .guidemenu li {
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }
}
.guidemenu li:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 660px) {
  .guidemenu li:nth-child(odd) {
    margin-left: 2%;
  }
  .guidemenu li:first-child, .guidemenu li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.guidemenu li:nth-child(n+3) {
  margin-top: 1%;
}
@media screen and (max-width: 660px) {
  .guidemenu li:nth-child(n+3) {
    margin-top: 2%
  }
}
.guidemenu li a {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #eee;
  color: #333;
  font-weight: bold;
  padding-top: 57px;
  font-size: 12px;
}
.guidemenu .gm1 a {
  background-image: url(../images/guide/gm1.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm2 a {
  background-image: url(../images/guide/gm2.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm3 a {
  background-image: url(../images/guide/gm3.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm4 a {
  background-image: url(../images/guide/gm4.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm5 a {
  background-image: url(../images/guide/gm5.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm6 a {
  background-image: url(../images/guide/gm6.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm7 a {
  background-image: url(../images/guide/gm7.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm8 a {
  background-image: url(../images/guide/gm8.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm9 a {
  background-image: url(../images/guide/gm9.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm10 a {
  background-image: url(../images/guide/gm10.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm11 a {
  background-image: url(../images/guide/gm11.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm12 a {
  background-image: url(../images/guide/gm12.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm13 a {
  background-image: url(../images/guide/gm13.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm14 a {
  background-image: url(../images/guide/gm14.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu .gm15 a {
  background-image: url(../images/guide/gm15.png);
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: center 1em;
}
.guidemenu li .on {
  border: 2px solid #cc0000;
  background-color: #cc0000;
  color: #fff;
  height: 100px;
}