@charset "UTF-8";
#menu {
  position: fixed;
  z-index: 3;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  overflow: scroll;
  background-color: #fff;
  padding: 30px;
  font-size: 20px;
  transition-duration: .5s;
}
#menu ul {
  margin-bottom: 40px;
}
#menu li {
  /* margin-bottom: 13px; */
  /* border-bottom: 1px solid #000; */
  /* padding: 13px 0; */
  transition-duration: .5s;
}
#menu li:last-child {
  border-bottom: none;
}
nav a {
  /* transition-duration: .5s; */
  transition-property: all;
  display: block;
  color: #002D72;
}
.menu li {
  margin-bottom: 0!important;
  
}
.menu li.h3 {
  font-size: 13px;
}
.menu a {
  transition-property: all;
  display: block;
  color: #002D72;
  text-decoration: none!important;
}
#menu li a:hover {
  /* color: skyblue;
  color: #e987eb; */
  /* border-color: blue; */
  transform: translate(3px,0);
}
.menu a:hover {
  transform: translate(3px,0);
}
#menu.show {
  right: 0;
}
#menuBtn {
  position: fixed;
  top: 1vw;
  right: 2vw;
  z-index: 3;
  width: 4vw;
  height:4vw;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.15);
  font-size: 0;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .3s;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0, 0);
}
#menuBtn:hover {
  opacity: .8;
  border-color: rgba(0,0,0, 0.35);
}
#menuBtn span {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 3vw;
  height: 30px;
  width: 100%;
  position: relative;
}
#menuBtn i {
  width: 50%;
  height: 2px;
  background-color: #fff;
  line-height: 0;
  font-size: 0;
  transition-duration: .5s;
}
#menuBtn i.q1 {
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
#menuBtn i.q2 {
  opacity: 0;
}
#menuBtn i.q3 {
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
}
#cover {
  position: fixed;
  top: 0;
  left: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  z-index: 1;
  opacity: 0;
  transition-duration: .3s;
}
#cover.show {
  opacity: .7;
  /* z-index: 1; */
  /* top: 100%; */
}
#cover.go {
  left: 0;
}
nav ul {
  list-style: none;
  font-size: 13px;
}
nav li {
  /* height: 50px; */
  line-height: 50px;
  line-height: 1.1;
  padding: 10px 0;
}
nav li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
li.h2 {
  font-size: 15px;
  font-weight: bold;
  font-weight: 500;
  display: flex;
}
li.h2::before {
    content: "■";
}
li.h3 {
  padding-left: 22px;
  position: relative;
  margin-left: 16px;
}
li.h3::before {
  content: '|';
  font-size: 14px;
  position: absolute;
  top: 10px;
  top: 10px;
  left: 5px;
}
li.h4 {
  padding-left: 37px;
  position: relative;
}
li.h4::before {
  content: '・';
  font-size: 15px;
  position: absolute;
  top: 9px;
  left: 22px;
}
main section h2 {
  transition-duration: .3s;
}
.scroll-container {
  scroll-behavior: smooth;
}

.home {
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 14px;
}
.home a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #002D72;
  color: #002D72;
  text-align: center;
  transition: .3s;
}
.home a:hover {
  background-color: #002D72;
  color: #fff;
}
#menu a.twitter {
  border: 1px solid #1C9DEB;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition-duration: .3s;
  color: #1C9DEB;
  display: block;
  margin-left: 10px;
  font-size: 14px;
  
}
#menu a.twitter:hover {
  color: #fff;
  background-color: #1C9DEB;
}
.menu_twi {
  margin-bottom: 20px;
}
.page_top {
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-bottom: 40px;
  font-size: 14px;
}
.page_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #002D72;
  color: #002D72;
  text-align: center;
  transition: .3s;
}
.page_top a:hover {
  background-color: #002D72;
  color: #fff;
}
.menu_parts {
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.menu_parts a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #002D72;
  color: #002D72;
  text-align: center;
  transition: .3s;
  font-size: 14px;
}
.menu_parts a:hover {
  background-color: #002D72;
  color: #fff;
}
.menu.close {
  height: 92px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.menu {
  padding: 20px 50px;
  padding-top: 20px;
  border: 2px solid #5f80ac;
  /* transition: .3s; */
  margin-bottom: 50px;
}
main.single .menu ul, main.single .menu ol {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 16px;
  transition: .3s;
}
.mokuzi_h {
  display: inline-block;
  font-size: 24px;
  margin-right: 16px;
  color: #002D72;
}
.mokuzi_btn {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #002D72;
  padding: 0 10px;
  color: #002D72;
  transition: .3s;
  cursor: pointer;
  user-select: none;
}
.menu.close .mokuzi_btn {
  background-color: #002D72;
  color: #fff;
}
.mokuzi_btn:hover {
  /* background-color: #002D72;
  color: #fff; */
  /* transform: scale(1.2); */
  opacity: .9;
}
.mokuzi_flex {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
}
.div_mokuzi_h {
  margin-bottom: 20px;
}
.div_mokuzi_h a.mokuzi_h {
  font-size: 30px;
}