/* Author URI: http://www.af5.jp/ */
/* ------------------style--------------------- */
body {
  background: #f9f9f9;
  color: #474747;
}
a {
  color: #0000CC;
  text-decoration: none;
}
a:hover {
  color: #DA251D;
  text-decoration: none;
}
/* ------------------Header style-------------------- */
header {
  background: #ffffff;
  margin-bottom: 30px;
}
header .wrap-header {
  height: auto !important;
}
@media only screen and (min-width: 480px) and (max-width: 619px) {
  header {
    height: auto !important;
  }
}
@media only screen and (max-width: 479px) {
  header {
    height: auto !important;
  }
}
/* ------------------main-content style--------------------- */
#main-content article h2 {
  font-size: 22px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-content .content h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 10px;
  border-bottom: 3px solid #696969;
}
#main-content .content ul {
  list-style-type: square;
  margin-left: 20px;
}
#main-content .content ul li {
  padding: 5px;
}
#main-content .content ol {
  list-style-type: decimal;
  margin-left: 20px;
}
#main-content .content ol li {
  padding: 5px;
}
/* ------------------sidebar style--------------------- */
#sidebar .heading h2 {}
#sidebar .content {}
#sidebar .content ul {
  font-size: 14px;
  list-style-type: circle;
  margin-left: 20px;
}
#sidebar .content ul li {
  border-bottom: 1px solid #E1E1E1;
  padding: 5px;
  display: block;
  line-height: 35px;
  vertical-align: middle;
}
#sidebar .content ul li.topic {
  list-style-type: none;
  margin-left: -20px;
  font-weight: bold;
}
#sidebar .content ol {
  font-size: 14px;
  list-style-type: decimal-leading-zero;
  margin-left: 20px;
}
#sidebar .content ol li {
  padding: 5px;
}
img.imgeye {
  width: 50%;
  height: auto;
  padding: 2px;
  margin: 2px 10px 2px -20px;
  display: inline-block;
  vertical-align: middle;
}
/* #sidebar .content ul li:nth-last-child(1), #sidebar .content ul li:nth-last-child(2), #sidebar .content ul li:nth-last-child(3), #sidebar .content ul li:nth-last-child(4), #sidebar .content ul li:nth-last-child(5), #sidebar .content ul li:nth-last-child(6) {
  display: none;
}
.m-t20 ul li:nth-last-child(1), .m-t20 ul li:nth-last-child(2), .m-t20 ul li:nth-last-child(3) {
  display: block !important;
}*/

/* ------------------footer style--------------------- */
footer {
  background-color: #f9f9f9;
  margin-top: 30px;
}
.copyright {
  text-align: center;
  margin-top: 20px;
  background: #ffffff;
  padding: 10px 0px;
  color: #545B6B;
}
.copyright a {
  text-decoration: underline;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .zerogrid {
    width: 1160px !important;
  }
  #sidebar {
    padding: 1em;
  }
  #main-content {
    padding: 1.5em;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: 30px auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 3px solid transparent;
  border-radius: 50%;
  background-color: #ccc;
}
.menu div.menubar {
  width: 30px;
  margin: 17px auto;
}
.menu div.menubar .bar {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 3px;
  border-radius: 2px;
  background-color: #ffffff;
}
.menu ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  opacity: 0;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  display: inline-block;
  padding: 0.7em 0.5em;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: white;
  border-bottom: 4px solid transparent;
  height: 56px;
  line-height: 2em;
}
.menu ul li a:hover {
  color: #ffffff;
  background-color: #1b2538;
}
.menu ul li a:target {
  border-bottom-color: #1b2538;
}
/* クリックした時の動き */
#cp_navimenuid {
  display: none;
}
#cp_navimenuid:checked ~ .menu {
  width: 100%;
  height: 60px;
  border: 3px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
}
#cp_navimenuid:checked ~ .menu > ul {
  display: block;
  opacity: 1;
}
#cp_navimenuid:checked ~ .menu > .menubar {
  display: none;
}
.menu ul li {
  background: #a4a4a4 !important;
}