body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, table, th, tr, td {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
  list-style: none;
  font-weight: 400;
  font-size: 100%
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th {
  text-align: left
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: top
}
select option {
  padding: 0 5px
}
form label {
  cursor: pointer
}
input {
  font-size: 110%
}
textarea {
  font-size: 120%
}
.cf:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0
}
.cf {
  display: inline-block
}
* html .cf {
  height: 1%
}
.cf {
  display: block
}
body {
  color: #1c1c1c;
  font-size: 100%;
  line-height: 1.7;
  font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff
}
a {
  text-decoration: underline;
  color: #1c1c1c
}
a:link {
  text-decoration: underline;
  color: #1c1c1c
}
a:visited {
  text-decoration: underline;
  color: #1c1c1c
}
a:hover {
  text-decoration: none;
  color: #1c1c1c
}
a:active {
  text-decoration: none;
  color: #1c1c1c
}
a:hover img {
  opacity: .7
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto
}
.alignright {
  float: right;
  margin: 0 0 30px 30px
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0
}
strong.marker {
  background: linear-gradient(transparent 55%, #ff6 55%)
}
img {
  max-width: 100%
}
.fs-min {
  font-size: .8em
}
.mf-frame {
  width: 1000px;
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .mf-frame {
    width: auto
  }
}
#header .mf-inner {
  padding: 20px 0
}
@media screen and (max-width:768px) {
  #header .mf-inner {
    padding: 0vw 3vw;
    display: flex;
    align-items: center;
    height: 50px
  }
}
#header .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none
}
@media screen and (max-width:768px) {
  #header .logo a {
    display: block
  }
}
#header .logo a .logo1 {
  font-size: 1.5em;
  font-weight: 900;
  display: block;
  margin-right: 15px;
  line-height: 1
}
@media screen and (max-width:768px) {
  #header .logo a .logo1 {
    font-size: 1.2em;
    margin-right: 0;
    line-height: 1.3;
    font-weight: 700
  }
}
#header .logo a .logo2 {
  font-size: .8em;
  line-height: 1.3;
  font-weight: 400;
  display: block
}
@media screen and (max-width:768px) {
  #header .logo a .logo2 {
    font-size: .6em;
    letter-spacing: -.5px;
    margin-bottom: 5px
  }
  #header .logo a .logo2 br {
    display: none
  }
}
#header .hamburger-menu {
  display: none
}
@media screen and (max-width:768px) {
  #header .hamburger-menu {
    display: block
  }
}
#main-menu {
  background: #202f55
}
@media screen and (max-width:768px) {
  #main-menu {
    display: none
  }
}
#main-menu ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #fff
}
#main-menu ul li {
  flex: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  margin-left: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center
}
#main-menu ul a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%
}
#main-menu ul a:hover {
  background: rgba(255, 255, 255, .2)
}
#footer {
  background: #202f55
}
#footer .mf-inner {
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: .8em
}
@media screen and (max-width:768px) {
  #footer .mf-inner {
    pading: 3vw
  }
}
#pankuzu {
  background: #eee;
  border-bottom: 1px solid #202f55;
  border-top: 1px solid #202f55
}
#pankuzu .mf-inner {
  padding: 5px 0;
  font-size: .75em
}
@media screen and (max-width:768px) {
  #pankuzu .mf-inner {
    padding: 1vw 3vw
  }
}
#pankuzu .mf-inner ul {
  display: flex;
  flex-wrap: wrap
}
#pankuzu .mf-inner ul li:after {
  content: ">";
  margin: 0 5px
}
#pankuzu .mf-inner ul li:last-child:after {
  content: "";
  margin: 0
}
#contents .mf-inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px 0
}
@media screen and (max-width:768px) {
  #contents .mf-inner {
    display: block;
    padding: 3vw
  }
}
#contents #main {
  width: 630px
}
@media screen and (max-width:768px) {
  #contents #main {
    width: auto;
    margin-bottom: 50px
  }
}
#contents #side {
  width: 300px
}
@media screen and (max-width:768px) {
  #contents #side {
    width: auto
  }
}
.menu-btn {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 25px
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #000;
  position: absolute
}
.menu-btn span:before {
  bottom: 8px
}
.menu-btn span:after {
  top: 8px
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0)
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg)
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg)
}
#menu-btn-check {
  display: none
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 995;
  background-color: #fff;
  transition: all 0.5s
}
.menu-content .spmmenu {
  padding: 70px 20px 0 20px
}
#menu-btn-check:checked ~ .menu-content {
  left: 0
}
.menu-content .spmmenu .spmain-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0
}
.menu-content .spmmenu .spmain-menu li {
  width: calc((100% / 3) - 2px);
  background: #202f55;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center
}
.menu-content .spmmenu .spmain-menu a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: .9em;
  line-height: 1.7em
}
.menu-content .spmmenu h6 {
  font-weight: 700;
  margin: 0 0 10px 0
}
.menu-content .spmmenu .tags {
  background: #f5f5f5;
  padding: 15px;
  flex-wrap: wrap
}
.menu-content .spmmenu .tags {
  display: flex;
  margin: 0 0 30px 0
}
.menu-content .spmmenu .tags li {
  margin: 0 20px 10px 0;
  font-size: .9em;
  line-height: 1.7em
}
.menu-content .spmmenu .tags li:before {
  content: "#"
}
.menu-content .spmmenu .tags li a {
  text-decoration: none
}
.menu-content .spmmenu .home {
  padding: 0 20px;
  margin: 0 0 30px 0
}
.menu-content .spmmenu .home a {
  display: block;
  background: #202f55;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  text-align: center
}
.menu-content .spmmenu .links li {
  margin: 0 0 10px 0
}
.menu-content .spmmenu .links li a {
  display: flex;
  align-items: center;
  text-decoration: none
}
.menu-content .spmmenu .links li a:hover {
  text-decoration: underline
}
.menu-content .spmmenu .links li a img {
  margin: 0 5px 0 0
}
.navigation {
  padding: 30px 0 0 0;
  text-align: center;
  clear: both
}
.page-numbers {
  display: inline-block;
  border: 1px solid #202f55;
  background: #fff;
  padding: 2px 10px;
  border-radius: 5px
}
a.page-numbers {
  text-decoration: none
}
.page-numbers.current, a.page-numbers:hover {
  background: #202f55;
  color: #fff
}
#side .intro {
  background: #c7dc68;
  color: #000;
  padding: 20px;
  font-size: .85em;
  line-height: 1.8em;
  margin: 0 0 45px 0
}
#side .search, #side .catelist, #side .newent, #side .kwlist {
  margin: 0 0 45px 0
}
#side .newent h5 {
  background: #202f55;
  padding: 5px 10px;
  color: #fff
}
#side .newent .ebox {
  padding: 15px 0;
  border: 1px dashed silver;
  border-width: 0 0 1px 0
}
#side .newent .ebox .cimg {
  float: left
}
#side .newent .ebox .cimg img{
width: 100px;
height: 100px;
}


@media screen and (max-width:768px) {
  #side .newent .ebox .cimg {
    width: 25%
  }
#side .newent .ebox .cimg img{
width: 100px;
height: 100px;
}

}
#side .newent .ebox .cbody {
  float: right;
  width: 186px
}
@media screen and (max-width:768px) {
  #side .newent .ebox .cbody {
    width: 73%
  }
}
#side .newent .ebox .cate {
  color: #7fa839;
  font-size: .9em;
  line-height: 1em;
  margin: 0 0 10px 0
}
#side .newent .ebox h6 {
  line-height: 1.5em
}
#side .newent .ebox h6 a {
  text-decoration: none
}
#side .catelist h5 {
  background: #202f55;
  padding: 5px 10px;
  color: #fff;
  margin: 0 0 20px 0
}
#side .catelist li ul {
  padding: 0 0 0 1em
}
#side .catelist li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  border: 1px dashed silver;
  border-width: 0 0 1px 0
}
#side .catelist li a:before {
  position: absolute;
  content: url(../img/cmn/ic3.jpg);
  top: 10px;
  left: 10px
}
#side .kwlist h5 {
  background: #202f55;
  padding: 5px 10px;
  color: #fff;
  margin: 0 0 20px 0
}
#side .kwlist ul {
  display: flex;
  flex-wrap: wrap
}
#side .kwlist li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: .9em
}
#side .kwlist li a {
  text-decoration: none
}
#side .kwlist li a:before {
  content: "#";
  color: #202f55
}
#side .search h5 {
  background: #202f55;
  padding: 5px 10px;
  color: #fff
}
#side .searchbox {
  padding: 10px
}
#side .searchbox #s {
  border: 1px solid #aaa;
  padding: 5px;
  width: calc(70% - 10px);
  border-radius: 5px
}
div#ez-toc-container {
  width: calc(100% - 32px)
}
#cbox1 {
  background: url(../img/top/bg1.jpg) left bottom repeat-x;
  padding: 0 0 36px 0;
  margin: 0 0 50px 0
}
#cbox1b {
  background: url(../img/top/bg1.jpg) left bottom repeat-x;
  padding: 0 0 36px 0;
  margin: 0 0 50px 0
}
#cbox1b .ebox .cimg {
  text-align: center
}
#cbox1b .ebox .cimg img{
max-width: 640px;
max-height: 420px;
width: 85.33vw;
height: 56vw;
}

#cbox1b .ebox .cbody {
  padding: 20px 0 0 0
}
#cbox1b .ebox .edate {
  color: #7fa839;
  font-size: .9em;
  line-height: 1em
}
#cbox1b .ebox h2 {
  font-size: 1.2em;
  line-height: 1.7em;
  padding: 5px 0
}
#cbox1b .ebox h2 a {
  text-decoration: none
}
#cbox1b .ebox .cate span {
  display: inline-block;
  padding: 5px;
  font-size: .8em;
  line-height: 1em;
  color: #444;
  border: 1px solid #bbb;
  border-radius: 5px
}
#cbox1b .ebox .ctext {
  color: #444;
  padding: 10px 0 0 0
}
#cbox1b div.desc {
  margin: 0 0 30px 0
}
#cbox2 h1 {
  color: #202f55;
  font-size: 2em;
  line-height: 1.3em;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px 0
}
#cbox2 .clist .ebox {
  float: left;
  width: 300px;
  clear: both;
  margin: 0 0 50px 0
}
@media screen and (max-width:768px) {
  #cbox2 .clist .ebox {
    float: none;
    width: auto
  }
}
#cbox2 .clist .ebox:nth-of-type(2n) {
  float: right;
  clear: none
}
@media screen and (max-width:768px) {
  #cbox2 .clist .ebox:nth-of-type(2n) {
    float: none
  }
}
#cbox2 .ebox .cimg {
  text-align: center
}
#cbox2 .ebox .cimg img{
width: 300px;
height: 200px;
}

#cbox2 .ebox .cbody {
  padding: 20px 0 0 0
}
#cbox2 .ebox .edate {
  color: #7fa839;
  font-size: .9em;
  line-height: 1em
}
#cbox2 .ebox h2 {
  font-size: 1.2em;
  line-height: 1.7em;
  padding: 5px 0
}
#cbox2 .ebox h2 a {
  text-decoration: none
}
#cbox2 .ebox .cate span {
  display: inline-block;
  padding: 5px;
  font-size: .8em;
  line-height: 1em;
  color: #444;
  border: 1px solid #bbb;
  border-radius: 5px
}
#cbox2 .ebox .ctext {
  color: #444;
  padding: 10px 0 0 0
}
#cbox2 div.desc {
  margin: 0 0 30px 0
}
#cbox3 {
  padding: 0 0 20px 0
}
#cbox3 .ehead {
  padding: 0 0 10px 0
}
#cbox3 .ehead h1 {
  font-size: 1.7em;
  line-height: 1.7em;
  font-weight: 700
}
#cbox3 .ehead p {
  font-size: .9em;
  line-height: 1.7em
}
#cbox3 .ehead p span.cate a {
  font-size: .9em;
  line-height: 1.7em;
  color: #4f4f4f
}
#cbox3 .emain p {
  margin: 0 0 20px 0;
  color: #4f4f4f;
  line-height: 2em
}
#cbox3 .ebody h2 {
  margin: 0 0 20px 0;
  background: #202f55;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700;
  padding: 10px 20px
}
#cbox3 .ebody h3 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700;
  border: 1px solid #202f55;
  border-width: 0 0 0 5px;
  padding: 5px 20px
}
#cbox3 .ebody h4 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 700
}
#cbox3 .ebody h4:before {
  content: "<";
  font-weight: 700;
  margin: 0 10px 0 0;
  color: #202f55
}
#cbox3 .ebody h4:after {
  content: ">";
  font-weight: 700;
  margin: 0 0 0 10px;
  color: #202f55
}
#cbox3 .ebody p {
  margin: 0 0 20px 0;
  color: #4f4f4f;
  line-height: 2em
}
#cbox3 .ebody p.check_entry a {
  color: #7fa839
}
#cbox3 .ebody p.check_entry a:before {
  content: "➤ ";
  color: #000;
  text-decoration: none
}
#cbox3 .ebody ul,
#cbox3 .ebody ol{
background: #f6fafe;
padding: 1em;
border: #5297f7 dashed 1px;
margin: 1em 0;
}
#cbox3 .ebody li{
margin: 0 0 0.5em 0 ;
}
#cbox3 .ebody li:before{
content: "● ";
color: #f8ce5f;
}
#cbox3 .ebody ol li{
list-style: decimal;
margin-left: 1em;
position: relative;
z-index: 9;
}
#cbox3 .ebody ol li::marker{
font-size: 0.7em;
}
#cbox3 .ebody ol li:before{
position: absolute;
left: -1em;
z-index: -9;
}
#cbox3 .ebody  #ez-toc-container ul{
background: inherit;
border: inherit;
margin: 0;
}
#cbox3 .ebody #ez-toc-container li{
margin:0 ;
}
#cbox3 .ebody #ez-toc-container li:before{
display: none;
}

#cbox3 .ebody table{
border: #000 solid 1px;
}
#cbox3 .ebody table th,
#cbox3 .ebody table td{
padding: 0.3em;
border: #000 solid 1px;
}




.marker {
  background: linear-gradient(transparent 50%, #fff600 0%)
}
#cbox3 .ebody .aligncenter {
  display: block;
  margin: 0 auto
}
#cbox3 .ebody .alignright {
  float: right
}
#cbox3 .ebody .alignleft {
  float: left
}
#cbox5 {
  margin: 0 0 40px 0
}
#cbox5 .ebox {
  padding: 25px 0;
  border: 1px dashed #c8c8c8;
  border-width: 0 0 1px 0
}
#cbox5 .ebox .cimg {
  float: left
}
#cbox5 .ebox .cimg img{
width: 190px;
height: 120px;
object-fit: cover;
}
@media screen and (max-width:768px) {
  #cbox5 .ebox .cimg {
    width: 35%
  }
}

#cbox5 .ebox .cbody {
  float: right;
  width: 430px
}
@media screen and (max-width:768px) {
  #cbox5 .ebox .cbody {
    width: 63%
  }
}
#cbox5 .ebox .cbody .edate {
  color: #7fa839;
  font-size: .9em;
  line-height: 1.3em;
  margin: 0 0 3px 0
}
#cbox5 .ebox .cbody h6 {
  font-size: 1.2em;
  line-height: 1.5em
}
#cbox5 .ebox .cbody h6 a {
  text-decoration: none
}
#cbox5 .ebox .cbody h6 a:hover {
  text-decoration: underline
}
#cbox5 .ebox .cbody .ebody {
  font-size: .9em;
  line-height: 1.7em;
  color: #4f4f4f
}
#cbox5 .ebox .cbody .cate {
  text-align: right;
  font-size: .9em;
  line-height: 1.7em;
  color: #4f4f4f
}
#cbox5 .ebox .cbody .cate span:before {
  content: ">";
  margin: 0 5px 0 0
}
#cbox5 h4, #cbox6 h4 {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.5em;
  border: 1px solid #202f55;
  border-width: 0 0 2px 0
}
#cbox6 h4 {
  margin: 0 0 20px 0
}
#cbox6 ul {
  display: flex;
  flex-wrap: wrap
}
#cbox6 li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: .9em
}
#cbox6 li a {
  text-decoration: none
}
#cbox6 li a:before {
  content: "#";
  color: #202f55
}


#cfoot{
background: #f5f8ff;
border: #202f55 solid 2px;
margin: 0 0 50px 0;
}
#cfoot .cbox-inner{
padding: 30px 40px;
}
#cfoot h3{
font-size: 1.63em;
font-weight: bold;
text-align: center;
margin: 0 0 10px 0;
}
#cfoot h3 span{
font-size: 0.69em;
}
#cfoot a{
text-decoration: none;
background: #202f55;
color: #fff;
display: block;
text-align: center;
font-size: 1.38em;
padding: 10px;
margin: 10px 0 0 0 ;
}

@media screen and (max-width: 768px) {
#cfoot{
margin: 0 0 10vw 0;
}
#cfoot .cbox-inner{
padding:3vw;
}
#cfoot h3{
font-size: 1.4em;
margin: 0 0 2vw 0;
}
#cfoot a{
font-size: 1.2em;
padding: 2vw;
margin: 2vw 0 0 0 ;
}
}
