/*---------------------------
 * menu_outer
 *---------------------------*/
.menu_outer {
  width: 95%;
  margin: 5% auto 4%;
  padding: 4% 0 6%;
  background-color: #9CC28B;
  border-radius: 15px;
}
.menu_outer h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #000040;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 2%;
}
.disp_pc .menu_outer h2 {
  font-size: 1.5em;
}
.menu_outer A {
  text-decoration: underline;
  color: #000;
}
.menu_outer A:hover ,
.menu_outer A:visited {
  color: #000;
}
.menu_outer A H3 {
  font-size: 0.95em;
  color: #000;
  line-height: 1.5em;
  text-align: left;
  text-underline-offset: auto;
}
.disp_pc .menu_outer A H3 {
  font-size: 1.3em;
}
.menu_outer .severalmenu {
  width: 96%;
  margin: 0 auto 2%;
  background-color: #fff;
  min-height: 70px;
  position: relative;
}
.disp_pc .menu_outer .severalmenu {
  width: 90%;
  padding: 15px;
}
#base .menu_outer .severalmenu .icon {
  position: absolute;
  top: 12%;
  left: 3%;
}
.menu_outer .icon IMG {
  width: 50px;
}
.disp_pc #base .menu_outer .icon {
  width: 105px;
  text-align: left;
}
.disp_pc .menu_outer .icon IMG {
  width: 80px;
  height: auto;
}
.disp_sp .menu_outer .severalmenu .menu_info {
  padding: 10px 10px 10px 65px;
  min-height: 54px;
}
.disp_pc .menu_outer .severalmenu .menu_info {
  padding: 0 0 0 95px;
}
