/* CSS Document */
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.wrapper {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
td {
  text-align: left;
}
strong {
  font-weight: bold;
  color: #006699;
}
h1 {
  font-weight: bold;
  font-size: larger;
  color: #006699;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.3em;
  text-align: left;
  color: #3BAF75;
}
head {
  line-height: 40px;
  height: 50px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
}
.style3 {
  text-decoration: none;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.main {
  width: 600px;
  margin-left: 50px;
  margin-top: 100px;
  margin-bottom: 80px
}
.counter {
  text-align: right;
}
@media screen and (max-width:767px) {
  .main {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
  }
}
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}
.flex_box_ul {
  width: 48%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex_box_ul li a {
  display: block;
  height: 100%;
  width: 100%;
  border: solid #ccc 1px;
  padding: 5px;
  text-align: left;
}
.menu_title {
  font-weight: bold;
  margin-bottom: 30px;
  ;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_5 {
  margin-bottom: 5px !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center;
}
td {
  color: #3BAF75;
}
a:link {
  color: #3BAF75;
}
a:visited {
  color: #3BAF75;
}
.style2 {
  font-weight: bold;
  text-decoration: none;
}
.style4 {
  color: #3BAF75;
  text-decoration: none;
  font-weight: bold;
}
.style5 {
  color: #3BAF75;
  text-decoration: none;
}
.style7 {
  font-size: 14px;
  text-decoration: none;
}
.style8 {
  color: #3BAF75;
  line-height: 24px;
  text-decoration: none;
}
.style10 {
  font-size: 12;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.style13 {
  color: #006699;
}
a:hover {
  text-decoration: underline;
  padding-bottom: 2px;
}
.h1 {
  color: #3BAF75;
  font-size: 2rem;
      margin-bottom:2rem;
}
.h1 span {
  font-size: .8rem;
  display: block;
  margin-top: .2rem;
}
table {
  width: 960px;
}
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem auto;
  justify-content: center;
  gap: 0 .5rem;
    list-style:disc;
}
.menu li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.info {
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .pc {
  display: none!important;
}
.sp {
  display: block!important;
}
.style5 {
  margin: .5rem 0;
}
.menu {
  list-style:none;
  border-top: 1px dotted #3baf7570;
}
.menu li {
  display: block;
  padding: .5rem 1rem;
  text-align: left;
  width: 100%;
  border-bottom: 1px dotted #3baf7570;
}
    .menu > li > ul {
        margin: -.5rem -1rem;
        width: calc(100% + 2rem);
    }
    .menu > li > ul li {
        padding: .5rem 1rem;
    }
    .menu > li > ul li:last-child {
        border-bottom: none;
    }

  .h1 {
    margin-bottom: 1rem;
  }
  table {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .style10 {
    font-size: .8rem;
  }
}