@charset "UTF-8";

.cont_menu {
  margin-top: 1.5rem;
  margin-bottom: -1.5rem;
}
.cont_menu .menu_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.cont_menu .menu_list > li {
  width: 49%;
}
.cont_menu .menu {
  display: block;
  padding: 0.5em;
  border-style: solid;
  border-width: medium medium 0;
  border-radius: 0.5em 0.5em 0 0;
  color: #6eb944;
  border-color: #6eb944;
  background-color: #FFF;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 0.875em;
  line-height: 1.2;
}
.cont_menu h1.menu {
  color: #fff;
  background-color: #6eb944;
}
.cont_menu a.menu::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.5em;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media only screen and (max-width:719px) {
  .cont_menu .menu {
    height: 3.5em;
  }
  .cont_menu .menu_agreement02 {
    padding-top: 1em;
  }
}
@media print, (min-width:720px) {
  .cont_menu a.menu::after {
    opacity: 0;
  }
  .cont_menu a.menu:hover::after {
    opacity: 1;
  }
}


.art_list > dt {
  margin-left: -0.4em;
  margin-top: 1em;
  font-weight: bold;
}
.art_list .num {
  display: inline-block;
  margin-right: 1em;
}
.art_list ol {
  margin-left: 1.5em;
}
.art_list ol > li {
  margin-top: 0.5em;
}
.art_list ol.num_kan {
  list-style: cjk-ideographic;
}

.art_list ol.ol_02 {
  list-style: none;
  counter-reset: ol_02;
}
.art_list ol.ol_02 > li {
  text-indent: -1.5em;
  counter-increment: ol_02;
}
.art_list ol.ol_02 > li::before {
  content: "("counter( ol_02 )")";
}

.art_list ol.ol_03 {
  list-style: none;
  counter-reset: ol_03;
}
.art_list ol.ol_03 > li {
  text-indent: -1.5em;
  counter-increment: ol_03;
}
.art_list ol.ol_03 > li::before {
  content: "["counter( ol_03 )"]";
}

.address_block {
  padding: 1rem;
  background-color: rgba(110, 185, 68, 0.3);
  font-size: 0.875em;
}