@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 180%;
  color: #444444; }

a:link {
  color: #654c17;
  text-decoration: underline; }
a:visited {
  color: #654c17;
  text-decoration: underline; }
a:hover {
  color: #e97300;
  text-decoration: none; }
a:active {
  color: #e97300;
  text-decoration: none; }

a img {
  border: none; }

#area_map {
  border: none; }

#Map {
  border: none; }

img {
  max-width: 100%; }

aera {
  outline: none;
  border: none; }

p {
  margin: 1em 15px; }
  @media only screen and (max-width: 767px) {
    p {
      margin: 1em 5px; } }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.caution {
  color: #ff3300; }

.notice {
  color: #17930e; }

.catch {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin: 2em 0; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

iframe {
  width: 100%;
  border: none;
  position: relative; }

.pc_only {
  display: inherit; }
  @media only screen and (max-width: 767px) {
    .pc_only {
      display: none; } }

.sp_only {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_only {
      display: inherit; } }

#wrap {
  background: #ffffff; }

/*** header ***/
header {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
  header:after {
    content: "";
    display: block;
    clear: both; }
  @media only screen and (max-width: 767px) {
    header {
      position: fixed;
      width: 100%;
      padding: 0;
      height: 50px;
      background: #38922b url(../img/nav_bg.png) 0 0 repeat;
      box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
      z-index: 530000; } }
  header h1 {
    margin: 0;
    padding: 6px 0 8px;
    width: 160px;
    height: 24px;
    float: left; }
    header h1 img {
      display: block;
      height: 24px; }
    @media only screen and (max-width: 767px) {
      header h1 {
        display: none; } }
  header .header_btn_shinren {
    margin: 6px 0 6px 15px;
    float: left; }
    header .header_btn_shinren a img {
      height: 26px;
      opacity: 1;
      transition: all 0.2s;
      display: block; }
    header .header_btn_shinren a:hover img, header .header_btn_shinren a:active img {
      opacity: 0.8;
      transform: translateY(2px); }
    @media only screen and (max-width: 767px) {
      header .header_btn_shinren {
        display: none; } }
  header .header_title_sp {
    display: none; }
    @media only screen and (max-width: 767px) {
      header .header_title_sp {
        display: block;
        float: left;
        width: 200px; } }
    header .header_title_sp img {
      height: 50px;
      display: block; }

.hmenu {
  width: 550px;
  padding: 6px 0;
  float: right; }
  .hmenu:after {
    content: "";
    display: block;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .hmenu {
      display: none; } }

.hnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left; }
  .hnav:after {
    content: "";
    display: block;
    clear: both; }
  .hnav li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative; }
    .hnav li:first-child {
      margin: 0; }
    .hnav li img {
      display: block;
      height: 25px;
      z-index: 0; }

.fontsize {
  float: left;
  width: 118px;
  margin: 0;
  padding: 0; }
  .fontsize img {
    float: left;
    display: block; }
  .fontsize ul {
    float: right;
    margin: 0;
    padding: 0;
    height: 25px;
    list-style-type: none; }
  .fontsize li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    height: 25px;
    width: 26px; }
    .fontsize li a {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      outline: none;
      overflow: hidden;
      background-image: url(../img/header_fontsize_btn.png);
      height: 25px; }
  .fontsize .fontsize-s a {
    background-position: 0 0; }
    .fontsize .fontsize-s a:hover, .fontsize .fontsize-s a:active {
      background-position: 0 -25px; }
  .fontsize .fontsize-m a {
    background-position: -26px 0; }
    .fontsize .fontsize-m a:hover, .fontsize .fontsize-m a:active {
      background-position: -26px -25px; }
  .fontsize .fontsize-l a {
    background-position: -52px 0; }
    .fontsize .fontsize-l a:hover, .fontsize .fontsize-l a:active {
      background-position: -52px -25px; }

.search {
  width: 180px;
  float: right;
  overflow: hidden; }
  .search .searchBox {
    display: block;
    width: 128px;
    float: left;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 5px 0 26px;
    border: 1px solid #cccccc;
    border-width: 1px 0 1px 1px;
    background: url(../img/header_search_box.png) 0 50% no-repeat; }
  .search .searchBtn {
    height: 25px;
    width: 52px;
    display: block;
    float: right;
    background: #6c6c6c; }

#header_menubtn {
  display: none; }
  @media only screen and (max-width: 767px) {
    #header_menubtn {
      display: block;
      width: 20px;
      height: 24px;
      float: right;
      position: relative;
      padding: 13px 15px; }
      #header_menubtn > span {
        transition: all .4s;
        box-sizing: border-box;
        display: block;
        width: 20px;
        height: 24px;
        margin-top: 5px;
        position: relative; }
        #header_menubtn > span span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #ffffff;
          border-radius: 2px; }
      #header_menubtn > span span:nth-of-type(1) {
        top: 0; }
      #header_menubtn > span span:nth-of-type(2) {
        top: 6px; }
      #header_menubtn > span span:nth-of-type(3) {
        top: 12px; }
      #header_menubtn.active > span span:nth-of-type(1) {
        transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(0.55, 1); }
      #header_menubtn.active > span span:nth-of-type(2) {
        transform: rotate(45deg); }
      #header_menubtn.active > span span:nth-of-type(3) {
        transform: translate3d(-3px, -3px, 0) rotate(-45deg) scale(0.55, 1); }
      #header_menubtn:hover > span span, #header_menubtn:active > span span {
        background-color: #9bde61; } }

nav#gnav {
  border-top: 3px solid #307e25;
  background: #38922b url(../img/nav_bg.png) 0 0 repeat;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.58);
  position: relative;
  z-index: 1;
  height: 107px; }
  nav#gnav::after {
    display: block;
    content: "";
    background: url(../img/gnav_footer.png) 50% 0 no-repeat;
    width: 100%;
    height: 23px;
    position: absolute;
    z-index: 1; }
  nav#gnav > ul {
    margin: 0 auto;
    padding: 0 0 0 1px;
    width: 960px;
    list-style-type: none;
    background: url(../img/gnav_line.png) 0% 50% no-repeat;
    position: relative;
    z-index: 100; }
    nav#gnav > ul:after {
      content: "";
      display: block;
      clear: both; }
    nav#gnav > ul > li {
      margin: 0;
      padding: 0 1px 0 0;
      width: 168px;
      float: left;
      background: url(../img/gnav_line.png) 100% 50% no-repeat;
      position: relative; }
      nav#gnav > ul > li a {
        display: block;
        border-radius: 5px; }
        nav#gnav > ul > li a img {
          display: block;
          position: relative; }
        nav#gnav > ul > li a:hover img, nav#gnav > ul > li a:active img {
          animation: 0.3s ease 0s 1 normal none running gnav_anim; }
        nav#gnav > ul > li a.active {
          background: #006633; }
      nav#gnav > ul > li.gnav_title {
        height: 107px;
        width: 282px; }
      nav#gnav > ul > li .subnav {
        padding: 0;
        margin: 0;
        position: absolute;
        width: 280px;
        top: 170px;
        display: none; }
        nav#gnav > ul > li .subnav::before {
          background: url(../img/subnav_bg.png) 50% 0 no-repeat;
          content: "";
          display: block;
          width: 19px;
          height: 13px;
          position: relative;
          z-index: 1;
          left: 130px; }
        nav#gnav > ul > li .subnav ul {
          width: 100%;
          margin: -2px 0 0;
          padding: 1em 1em;
          position: relative;
          z-index: 0;
          list-style-type: none;
          box-sizing: border-box;
          border: 2px solid #3b9c2e;
          background: #ffffff;
          border-radius: 8px; }
          nav#gnav > ul > li .subnav ul li {
            margin: 0;
            padding: 0; }
            nav#gnav > ul > li .subnav ul li a {
              display: block;
              font-size: 90%;
              padding: 0.2ex 10px 0.2ex 20px;
              background: url(../img/subnav_arrow.png) 10px 50% no-repeat; }
              nav#gnav > ul > li .subnav ul li a:link, nav#gnav > ul > li .subnav ul li a:hover {
                text-decoration: none; }
              nav#gnav > ul > li .subnav ul li a:hover, nav#gnav > ul > li .subnav ul li a:active {
                background-color: #f9f3e4; }
      nav#gnav > ul > li:nth-child(1) .subnav {
        left: 0; }
        nav#gnav > ul > li:nth-child(1) .subnav::before {
          left: 70px; }
      nav#gnav > ul > li:nth-child(2) .subnav {
        left: -56px; }
  @media only screen and (max-width: 767px) {
    nav#gnav {
      display: none; } }

@keyframes gnav_anim {
  0% {
    transform: scale(1) translateY(0); }
  30% {
    transform: scale(1.1) translateY(-2px); }
  70% {
    transform: scale(0.97) translateY(2px); }
  100% {
    transform: scale(1) translateY(0); } }
#sp_nav {
  display: none; }
  @media only screen and (max-width: 767px) {
    #sp_nav {
      -webkit-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      -webkit-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 50% 0% 0;
      transform-origin: 50% 0% 0;
      display: block;
      clear: both;
      background: #ffffff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      #sp_nav.active {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0); }
      #sp_nav ul.sp_nav_main {
        margin: 0;
        padding: 1px;
        list-style-type: none; }
        #sp_nav ul.sp_nav_main:after {
          content: "";
          display: block;
          clear: both; }
        #sp_nav ul.sp_nav_main li {
          margin: 0;
          padding: 1px;
          width: 50%;
          float: left;
          box-sizing: border-box; }
          #sp_nav ul.sp_nav_main li a {
            display: block;
            padding: 1px 1px;
            background: #39952c; }
            #sp_nav ul.sp_nav_main li a img {
              display: block;
              margin: auto; }
      #sp_nav ul.sp_nav_sub {
        margin: 0;
        padding: 3px;
        list-style-type: none;
        text-align: center; }
        #sp_nav ul.sp_nav_sub:after {
          content: "";
          display: block;
          clear: both; }
        #sp_nav ul.sp_nav_sub li {
          margin: 0;
          padding: 2px 2px;
          display: inline-block;
          width: 50%;
          float: left;
          box-sizing: border-box; }
          #sp_nav ul.sp_nav_sub li img {
            margin: auto;
            display: block;
            border-radius: 8px; }
      #sp_nav .sp_nav_logo {
        padding: 5px 0 10px; }
        #sp_nav .sp_nav_logo img {
          display: block;
          max-height: 30px;
          margin: auto; } }

#hmenu_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
  z-index: 4000;
  /* nappa */ }

.breadcrumb {
  margin: 0 auto 0;
  padding: 30px 0;
  color: #484848;
  width: 960px;
  line-height: 150%;
  font-size: 85%; }
  .breadcrumb a {
    color: #333333; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      width: auto;
      padding: 1ex 10px;
      font-size: 80%; } }

h2 {
  margin: 3em 0 1ex;
  padding: 1.2ex 1em;
  color: #3b9c2e;
  box-sizing: border-box;
  font-size: 150%;
  letter-spacing: 0.1ex;
  font-weight: bold;
  border-left: 10px solid #3b9c2e;
  background: #f6f6f6; }
  h2:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    h2 {
      padding: 0.9ex 1ex;
      font-size: 120%; } }

h3 {
  margin: 2.5em 0 1em;
  padding: 0.5ex 0;
  color: #333333;
  font-size: 135%;
  letter-spacing: 0.1ex;
  border-bottom: 4px solid #3b9c2e; }
  h3::before {
    content: "";
    display: inline-block;
    background: #3b9c2e;
    vertical-align: middle;
    width: 1ex;
    height: 1ex;
    margin: 0.5ex 0.8ex; }
  h2 + h3, h2 + .columned > div h3:first-child {
    margin-top: 1ex; }
  @media only screen and (max-width: 767px) {
    h3 {
      padding: 0.5ex 0;
      font-size: 115%; } }

h4 {
  margin: 2.5em 0 1ex;
  padding: 0.5ex 1.5ex;
  color: #4e8c46;
  font-size: 110%;
  background: #e1f0df; }
  h3 + h4, h3 + .columned > div h4:first-child {
    margin-top: 1ex; }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 110%; } }

h5 {
  margin: 2.5em 0 0.5ex;
  padding: 0.5ex 1ex 0.5ex 32px;
  color: #333333;
  background: url(../img/h5_bg.png) 10px 50% no-repeat;
  background-size: 16px;
  font-size: 110%; }
  h4 + h5 {
    margin-top: 1ex; }
  @media only screen and (max-width: 767px) {
    h5 {
      font-size: 110%; } }

h6 {
  margin: 2.5em 10px 1ex;
  padding: 0.2ex 1ex;
  color: #245b1d;
  font-size: 100%;
  display: inline-block;
  border-bottom: #3b9c2e 2px solid; }
  h5 + h6 {
    margin-top: 0.5ex; }

/*** main ***/
.main {
  width: 960px;
  margin: auto;
  min-height: 200px;
  padding: 0 0 50px; }
  .main:after {
    content: "";
    display: block;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .main {
      padding: 50px 0 0;
      width: auto; } }
  .main .content {
    width: 660px;
    float: left; }
    @media only screen and (max-width: 767px) {
      .main .content {
        width: auto;
        float: none;
        margin: 10px 10px 20px;
        overflow: hidden; } }
  .main .side {
    width: 270px;
    float: right;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .main .side {
        width: auto;
        float: none;
        margin: 10px; } }
    .main .side .snav {
      margin-bottom: 20px; }
      .main .side .snav .snav_head {
        font-size: 110%;
        background: #78c138;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        padding: 1.5ex 1ex; }
      .main .side .snav ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      .main .side .snav li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #78c138; }
      .main .side .snav > ul {
        border: 1px solid #78c138; }
        .main .side .snav > ul > li a {
          display: block;
          padding: 1.2ex 1ex 1.2ex 27px;
          color: #333333;
          background: #dfead6 url(../img/snav_arrow.png) 15px 50% no-repeat;
          background-size: 5px 8px;
          text-decoration: none; }
          .main .side .snav > ul > li a:hover, .main .side .snav > ul > li a:active {
            background-color: #e3ffca; }
        .main .side .snav > ul > li li a {
          padding: 1.2ex 1ex 1.2ex 37px;
          background-color: #ffffff;
          background-position: 25px 50%; }
        .main .side .snav > ul > li li li a {
          padding: 1.2ex 1ex 1.2ex 47px;
          background-color: #ffffff;
          background-position: 35px 50%; }
    .main .side .side_bnrs {
      margin: 5px 0;
      padding: 0;
      list-style-type: none; }
      .main .side .side_bnrs li {
        margin: 5px 0;
        padding: 0; }

/*** footer ***/
@media only screen and (max-width: 767px) {
  footer {
    padding: 0; } }
footer .fnav {
  background: #38922b url(../img/nav_bg.png) 0 0 repeat;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    footer .fnav {
      width: auto;
      max-width: none;
      display: block;
      float: none;
      text-align: center; } }
  footer .fnav ul {
    width: 960px;
    text-align: center;
    margin: auto;
    padding: 0;
    list-style-type: none; }
    footer .fnav ul li {
      margin: 0;
      padding: 0.6ex 5px;
      display: inline-block; }
      footer .fnav ul li a {
        font-size: 90%;
        display: block;
        padding: 0 1em;
        text-decoration: none;
        color: #ffffff;
        background: url(../img/fnav_arrow.png) 0 50% no-repeat;
        background-size: 9px; }
    @media only screen and (max-width: 767px) {
      footer .fnav ul {
        width: auto;
        display: block; }
        footer .fnav ul li,
        footer .fnav ul li:first-child,
        footer .fnav ul li:last-child {
          display: block;
          border-top: 1px dotted #8ccb83;
          font-size: 100%; }
          footer .fnav ul li a,
          footer .fnav ul li:first-child a,
          footer .fnav ul li:last-child a {
            text-align: left;
            padding: 0.8ex 10px 0.8ex 20px;
            background-position: 5px 50%; } }
footer .footer_address > div {
  max-width: 960px;
  display: table;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    footer .footer_address > div {
      width: auto; } }
footer .footer_address span {
  display: inline-block; }
footer .footer_address .footer_title {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 10px; }
  footer .footer_address .footer_title img {
    max-height: 32px;
    display: block; }
footer .footer_address address {
  display: table-cell;
  vertical-align: middle;
  margin-top: 9px;
  padding: 30px 10px;
  font-style: normal;
  font-size: 85%;
  display: block;
  line-height: 170%; }
@media only screen and (max-width: 767px) {
  footer .footer_address {
    text-align: center;
    padding: 10px 0; }
    footer .footer_address .footer_title {
      display: block;
      padding: 5px; }
      footer .footer_address .footer_title img {
        margin: auto; }
    footer .footer_address address {
      padding: 5px;
      display: block; } }
footer .footer_copy {
  background: #eeeeee; }
  footer .footer_copy p {
    width: 960px;
    color: #7b7b7b;
    margin: auto;
    padding: 1em 0;
    text-align: center;
    font-family: Verdana, Geneva," sans-serif"; }
    @media only screen and (max-width: 767px) {
      footer .footer_copy p {
        width: auto; } }
  footer .footer_copy span {
    display: inline-block; }
footer p {
  font-family: Arial, Helvetica," sans-serif";
  clear: both;
  text-align: right;
  font-size: 80%;
  margin: 0;
  padding: 0;
  line-height: 120%; }
  footer p span {
    display: inline-block; }
  @media only screen and (max-width: 767px) {
    footer p {
      font-size: 70%; } }

#totop {
  z-index: 100;
  position: relative;
  max-width: 960px;
  padding: 0;
  margin: 0 auto; }
  #totop > div {
    width: 270px;
    margin: 0 0 0 auto;
    padding: 0 8px;
    box-sizing: border-box; }
  #totop a {
    background: #38922b url(../img/nav_bg.png) 0 0 repeat;
    display: block;
    position: fixed;
    bottom: -50px;
    margin: 0 0 0 auto;
    padding: 5px 0;
    width: 250px;
    border-radius: 7px 7px 0 0;
    border: solid #ffffff;
    border-width: 2px 2px 0; }
    #totop a.finished {
      position: absolute;
      bottom: 0 !important; }
    #totop a img {
      height: 30px;
      display: block;
      margin: auto; }
    #totop a:hover, #totop a:active {
      opacity: 0.9; }
  @media only screen and (max-width: 767px) {
    #totop {
      max-width: auto; }
      #totop > div {
        margin: 0 auto; }
      #totop a {
        margin: 0 auto; }
        #totop a.finished {
          bottom: 0px !important; } }

@media print {
  #totop {
    display: none; } }
.section_jamap {
  padding: 45px 0 0;
  position: relative; }
  .section_jamap .columned {
    margin: auto; }
    .section_jamap .columned > div:first-child {
      width: 420px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .section_jamap .columned > div:first-child {
          width: auto; } }
    .section_jamap .columned > div:last-child {
      width: 240px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .section_jamap .columned > div:last-child {
          width: auto; } }
  .section_jamap .jamap_title img {
    max-height: 70px;
    display: block; }
  .section_jamap #jamap {
    background: url(../../common/img/jamap_bg.png) 50% 0 no-repeat;
    width: 420px;
    height: 420px;
    background-size: auto 100%;
    margin-left: auto; }
    .section_jamap #jamap img {
      max-width: 100%;
      margin: auto;
      display: block;
      max-height: 420px;
      margin: 0;
      padding: 0; }
    @media only screen and (max-width: 767px) {
      .section_jamap #jamap {
        width: auto;
        height: auto; } }
  .section_jamap .important_box {
    padding: 2px;
    background: #ea889d;
    border-radius: 10px 10px 4px 10px;
    margin: 0 0 25px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .section_jamap .important_box {
        margin: 0 10px 25px; } }
    .section_jamap .important_box .important_title img {
      max-height: 40px;
      display: block;
      margin: auto;
      padding: 12px; }
    .section_jamap .important_box .important_content {
      border-radius: 8px 2px 2px 8px;
      margin: 0;
      padding: 0 15px;
      background: #ffffff;
      box-sizing: border-box;
      height: 220px;
      overflow: auto; }
      @media only screen and (max-width: 767px) {
        .section_jamap .important_box .important_content {
          height: auto; } }
      .section_jamap .important_box .important_content ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .section_jamap .important_box .important_content ul li {
          margin: 0;
          padding: 1ex 0;
          border-bottom: 1px solid #d6d3ca; }
          .section_jamap .important_box .important_content ul li:last-child {
            border-bottom: none; }
          .section_jamap .important_box .important_content ul li .topics_list_date {
            font-size: 90%; }
  .section_jamap .jasearch_box {
    background: #ffffff;
    border: 2px solid #3b9c2e;
    border-radius: 10px;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    margin-top: 330px; }
    @media only screen and (max-width: 767px) {
      .section_jamap .jasearch_box {
        margin: 0 20px; } }
    .section_jamap .jasearch_box .jasearch_title img {
      max-height: 70px;
      max-width: 100%;
      display: block;
      margin: auto;
      padding: 5px;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .section_jamap .jasearch_box .jasearch_title img {
          max-height: 60px; } }
    .section_jamap .jasearch_box .jasearch_content img {
      max-height: 50px;
      max-width: 100%;
      display: block;
      margin: auto; }

/*** column ***/
.floatImgR, .floatImgL, .floatColumnR, .floatColumnL {
  max-width: 270px;
  display: block; }

.floatImgR {
  margin: 0 0 15px 15px;
  float: right;
  text-align: center; }
  .floatImgR img {
    display: block; }

.floatImgL {
  margin: 0 15px 15px 0px;
  float: left;
  text-align: center; }
  .floatImgL img {
    display: block; }

.floatColumnR {
  margin: 0 0 15px 15px;
  float: right; }
  .floatColumnR img {
    display: block; }

.floatColumnL {
  margin: 0 15px 15px 0px;
  float: left; }
  .floatColumnL img {
    display: block; }

.mini_img {
  width: 200px; }
  @media only screen and (max-width: 767px) {
    .mini_img {
      display: block;
      width: 80%;
      margin: 0 auto 1em; }
      .mini_img img {
        display: block;
        margin: auto; } }

@media only screen and (max-width: 767px) {
  .floatImgR,
  .floatImgL,
  .floatColumnR,
  .floatColumnL {
    max-width: 100%;
    float: none;
    margin: 1ex auto; } }
.columned.pdf_table {
  padding: 0 10px;
  display: table-row; }
  .columned.pdf_table > div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    box-sizing: border-box; }
  .columned.pdf_table > div:first-child {
    width: 40%; }
    .columned.pdf_table > div:first-child img {
      display: block;
      width: 100%; }
  .columned.pdf_table > div:last-child {
    width: 60%; }
    .columned.pdf_table > div:last-child img {
      display: block; }

.multi_column, ul.half_column, ul.third_column, ul.quarter_column {
  margin: 0 -5px;
  padding: 0;
  list-style-type: none; }
  .multi_column > li, ul.half_column > li, ul.third_column > li, ul.quarter_column > li {
    margin: 10px 0 10px;
    padding: 0 25px;
    float: left;
    box-sizing: border-box; }
  .multi_column.alignLeft > li, ul.alignLeft.half_column > li, ul.alignLeft.third_column > li, ul.alignLeft.quarter_column > li {
    text-align: left; }
  .multi_column:after, ul.half_column:after, ul.third_column:after, ul.quarter_column:after {
    display: block;
    clear: both;
    content: ""; }
  .multi_column img, ul.half_column img, ul.third_column img, ul.quarter_column img {
    display: block;
    margin: 0 auto; }
  .multi_column *.alignright, ul.half_column *.alignright, ul.third_column *.alignright, ul.quarter_column *.alignright {
    text-align: right; }
  .multi_column *.alignCenter, ul.half_column *.alignCenter, ul.third_column *.alignCenter, ul.quarter_column *.alignCenter {
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .multi_column, ul.half_column, ul.third_column, ul.quarter_column {
      margin: 0 0;
      padding: 0;
      list-style-type: none; }
      .multi_column > li, ul.half_column > li, ul.third_column > li, ul.quarter_column > li {
        float: none;
        margin: 10px 0 10px;
        padding: 0 5px;
        box-sizing: border-box;
        text-align: center;
        width: auto !important; } }

ul.half_column > li {
  width: 50%; }
  ul.half_column > li:nth-child(2n+1) {
    clear: both; }
@media only screen and (max-width: 767px) {
  ul.half_column > li {
    float: none;
    margin: 10px 0 10px;
    padding: 0 5px; }
    ul.half_column > li:nth-child(2n+1) {
      clear: none; } }

ul.third_column > li {
  width: 33.333333%; }
  ul.third_column > li:nth-child(3n+1) {
    clear: both; }
@media only screen and (max-width: 767px) {
  ul.third_column > li {
    float: left;
    width: 50% !important;
    padding: 0 5px; }
    ul.third_column > li:nth-child(3n+1) {
      clear: none; }
    ul.third_column > li:nth-child(2n+1) {
      clear: both; } }

ul.quarter_column > li {
  width: 25%; }
  ul.quarter_column > li:nth-child(4n+1) {
    clear: both; }
@media only screen and (max-width: 767px) {
  ul.quarter_column > li {
    width: 50% !important;
    float: left;
    padding: 0 5px; }
    ul.quarter_column > li:nth-child(3n+1) {
      clear: none; }
    ul.quarter_column > li:nth-child(2n+1) {
      clear: both; } }

@media only screen and (max-width: 767px) {
  ul.sp_one_column > li {
    width: auto !important;
    float: none !important;
    margin: 10px 0 10px !important;
    padding: 0 5px !important; }
    ul.sp_one_column > li:nth-child(2n+1) {
      clear: none !important; } }

.columned:after {
  content: "";
  display: block;
  clear: both; }
.columned > div {
  overflow: hidden;
  width: 50%;
  box-sizing: border-box; }
  .columned > div:first-of-type {
    float: left;
    padding: 0 10px 0 0; }
  .columned > div:last-of-type {
    float: right;
    padding: 0 0 0 10px; }
  @media only screen and (max-width: 767px) {
    .columned > div {
      width: auto;
      display: block; }
      .columned > div:first-of-type, .columned > div:last-of-type {
        float: none;
        padding: 0; } }
.columned.pdf_column {
  margin-bottom: 30px; }
  .columned.pdf_column > div:first-of-type {
    width: 30%;
    text-align: center; }
    .columned.pdf_column > div:first-of-type img {
      display: block;
      margin: auto !important; }
  .columned.pdf_column > div:last-of-type {
    width: 70%; }
  @media only screen and (max-width: 767px) {
    .columned.pdf_column > div:first-of-type {
      width: auto;
      padding: 0 0 20px; }
    .columned.pdf_column > div:last-of-type {
      width: auto; } }

.columned.three_div > div {
  width: 33.3333%;
  padding: 0 10px;
  float: left; }
  .columned.three_div > div:first-child {
    padding-right: 10px; }
  .columned.three_div > div:last-child {
    padding-left: 10px; }
  .columned.three_div > div h5 {
    margin-left: 0;
    margin-right: 0; }
  .columned.three_div > div p {
    margin-left: 0;
    margin-right: 0; }
@media only screen and (max-width: 767px) {
  .columned.three_div > div {
    width: auto;
    padding: 0 0;
    float: none; }
    .columned.three_div > div:first-child {
      padding-right: 0; }
    .columned.three_div > div:last-child {
      padding-left: 0; }
    .columned.three_div > div h5 {
      margin-left: 5px;
      margin-right: 5px; }
    .columned.three_div > div p {
      margin-left: 10px;
      margin-right: 10px; } }

/*** table ***/
.wp_wrapper table,
.bordered {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin: 1em 15px; }
  @media only screen and (max-width: 767px) {
    .wp_wrapper table,
    .bordered {
      margin: 1ex 5px; } }
  .wp_wrapper table td,
  .bordered td {
    padding: 1.2ex 1ex;
    vertical-align: top;
    border: 1px solid #cccccc;
    background: #ffffff; }
  .wp_wrapper table th,
  .bordered th {
    color: #70879f;
    padding: 1.2ex 1ex;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    border: 1px solid #cccccc;
    background: #fafafb; }
    .wp_wrapper table th.alignRight,
    .bordered th.alignRight {
      text-align: right; }
    .wp_wrapper table th.alignCenter,
    .bordered th.alignCenter {
      text-align: center; }
  .wp_wrapper table thead th,
  .bordered thead th {
    color: #29410f;
    padding: 1em 1em;
    background: #edf3f9;
    text-align: center;
    border: 1px solid #cccccc;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .wp_wrapper table caption,
  .bordered caption {
    text-align: right;
    caption-side: bottom; }
  .wp_wrapper table td.icon-cell,
  .bordered td.icon-cell {
    vertical-align: middle; }
    .wp_wrapper table td.icon-cell img,
    .bordered td.icon-cell img {
      width: 60px;
      display: block;
      margin: 2px auto; }
  .wp_wrapper table td.num-cell,
  .bordered td.num-cell {
    text-align: right; }
  .wp_wrapper table.simple th,
  .bordered.simple th {
    width: 45%; }
  @media only screen and (max-width: 767px) {
    .wp_wrapper table.simple,
    .bordered.simple {
      width: auto; }
      .wp_wrapper table.simple th,
      .bordered.simple th {
        width: auto; } }
  .wp_wrapper table.standard tbody th,
  .bordered.standard tbody th {
    width: 30%; }
  @media only screen and (max-width: 767px) {
    .wp_wrapper table.standard,
    .bordered.standard {
      width: auto; }
      .wp_wrapper table.standard tbody th,
      .bordered.standard tbody th {
        width: auto; } }
  .wp_wrapper table table,
  .bordered table {
    margin: 0;
    width: 100%; }
    .wp_wrapper table table th,
    .bordered table th {
      background: #f1f2f2; }
  @media only screen and (max-width: 767px) {
    .wp_wrapper table.responsive_table_nojs,
    .bordered.responsive_table_nojs {
      border-bottom: none;
      border-left: none;
      border-right: none;
      display: block;
      box-sizing: border-box; }
      .wp_wrapper table.responsive_table_nojs thead,
      .wp_wrapper table.responsive_table_nojs tbody,
      .wp_wrapper table.responsive_table_nojs tr,
      .bordered.responsive_table_nojs thead,
      .bordered.responsive_table_nojs tbody,
      .bordered.responsive_table_nojs tr {
        display: block;
        width: 100%; }
      .wp_wrapper table.responsive_table_nojs th,
      .wp_wrapper table.responsive_table_nojs td,
      .bordered.responsive_table_nojs th,
      .bordered.responsive_table_nojs td {
        display: block;
        box-sizing: border-box;
        width: 100%;
        border-top: none;
        white-space: normal; }
      .wp_wrapper table.responsive_table_nojs.simple th, .wp_wrapper table.responsive_table_nojs.standard th,
      .bordered.responsive_table_nojs.simple th,
      .bordered.responsive_table_nojs.standard th {
        width: 100%; } }
  .wp_wrapper table .expiration th,
  .wp_wrapper table .expiration td,
  .bordered .expiration th,
  .bordered .expiration td {
    color: #999999;
    background: #eeeeee; }
    .wp_wrapper table .expiration th:first-child,
    .wp_wrapper table .expiration td:first-child,
    .bordered .expiration th:first-child,
    .bordered .expiration td:first-child {
      color: #999999;
      background: #eeeeee url(../img/icon_expiration.png) 100% 50% no-repeat;
      background-size: auto 140%; }
  .wp_wrapper table th.expiration,
  .wp_wrapper table td.expiration,
  .bordered th.expiration,
  .bordered td.expiration {
    color: #999999;
    background: #eeeeee url(../img/icon_expiration.png) 100% 50% no-repeat;
    background-size: auto 140%; }
  .wp_wrapper table ul,
  .bordered ul {
    margin: 1ex 0;
    padding: 0 0 0 2em; }

.table_wrapper {
  padding: 10px 15px 10px; }
  .table_wrapper .bordered {
    width: 100%;
    margin: 0; }

@media only screen and (max-width: 767px) {
  .table_wrapper {
    width: auto;
    padding: 0;
    margin: 1ex 10px 1em;
    overflow-x: auto; }

  .table_wrapper .bordered {
    margin: 0; } }
/*** misc ***/
div.link_list {
  margin: 0; }
  div.link_list > ul {
    padding: 0 0 0 10px; }

.link_list {
  margin: 1em 15px;
  padding: 0;
  list-style-type: none;
  line-height: 140%; }
  .link_list ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: none; }
  ul .link_list {
    margin: 0 0 1ex;
    padding: 0;
    list-style-type: none; }
  .link_list li {
    margin: 1ex 0;
    padding: 0;
    list-style-type: none; }
  .link_list a {
    margin: 0;
    padding: 0 0 0 20px;
    background: url(../img/arrow_green.png) 0 50% no-repeat;
    background-size: 8px 13px;
    display: inline-block; }
    .link_list a.ext {
      background: url(../img/icon_ext.png) 0 50% no-repeat;
      background-size: 16px; }
    .link_list a.pdf {
      background: url(../../../common/img/icon_pdf.png) 0 50% no-repeat;
      background-size: 18px; }
    .link_list a.excel {
      background: url(../img/icon_excel.png) 0 50% no-repeat;
      background-size: 16px; }

.arrowed {
  padding: 0 0 0 15px;
  background: url(../img/arrow_green.png) 0 50% no-repeat;
  background-size: 8px 13px; }

.ext {
  padding-right: 20px;
  background: url(../img/icon_ext.png) 100% 50% no-repeat;
  background-size: 14px 13px; }

.pdf {
  padding-right: 20px;
  background: url(../img/icon_pdf.png) 100% 50% no-repeat;
  background-size: 16px 16px; }

.anchor_link {
  margin: 1em 0;
  padding: 1.0ex 0 1.0ex 2em;
  list-style-type: none;
  background: #fafff3;
  border-radius: 5px;
  text-align: center;
  background: url(../img/anchor_link_bg.png);
  border: 3px solid #cdebe5; }
  .anchor_link:after {
    display: block;
    clear: both;
    content: ""; }
  .anchor_link li {
    margin: 0 2em 0 0;
    padding: 0;
    display: inline-block; }
  .anchor_link a {
    padding: 0 0 0 15px;
    background: url(../img/arrow_tryangle_bottom.png) 0 50% no-repeat;
    background-size: 10px;
    text-decoration: none;
    font-weight: bold; }
    .anchor_link a:link, .anchor_link a:visited {
      color: #17bb9c; }
    .anchor_link a:hover, .anchor_link a:active {
      color: #ff7200; }
    .anchor_link a.ext {
      background-image: url(../img/icon_ext.png); }
    .anchor_link a.normal {
      background-image: url(../img/arrow_tryangle.png); }

.youtube {
  margin: 5px auto;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; } }

.topics_list {
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  @media only screen and (max-width: 767px) {
    .topics_list {
      display: block; } }
  .topics_list > li {
    display: table-row;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #cccccc; }
    .topics_list > li:last-child {
      border-bottom: none; }
    @media only screen and (max-width: 767px) {
      .topics_list > li {
        display: block;
        padding: 10px 0; } }
    .topics_list > li .topics_list_cat {
      display: table-cell;
      position: relative;
      padding: 1ex 1em 1ex 0;
      vertical-align: middle;
      width: 140px;
      white-space: nowrap; }
      .topics_list > li .topics_list_cat img {
        display: block;
        height: 15px;
        width: 75px; }
      @media only screen and (max-width: 767px) {
        .topics_list > li .topics_list_cat {
          display: block;
          width: auto;
          float: left;
          width: 100px;
          white-space: nowrap; }
          .topics_list > li .topics_list_cat img {
            height: auto;
            width: 100px; } }
    .topics_list > li .topics_list_date {
      display: table-cell;
      padding: 1ex 1em 1ex 0;
      vertical-align: middle;
      width: 7ex;
      white-space: nowrap;
      font-family: Arial, Helvetica," sans-serif"; }
      @media only screen and (max-width: 767px) {
        .topics_list > li .topics_list_date {
          display: block;
          width: auto;
          float: right;
          padding: 1ex 0; } }
    .topics_list > li .topics_list_content {
      display: table-cell;
      padding: 1ex 0;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .topics_list > li .topics_list_content {
          padding: 0 0 1ex;
          clear: both;
          display: block; } }

.cat_label {
  border: 1px solid #56974c;
  color: #36872a;
  text-align: center;
  font-size: 80%;
  line-height: 150%;
  margin: 2px 0;
  font-weight: bold; }

.tabled_list {
  margin: 1ex 15px;
  padding: 0;
  list-style-type: none;
  display: table; }
  .tabled_list > li {
    margin: 0;
    padding: 0;
    display: table-row; }
    .tabled_list > li > span {
      display: table-cell; }
      .tabled_list > li > span:first-child {
        width: 1ex;
        white-space: nowrap;
        padding-right: 1ex; }

.holizontal_btn_list {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .holizontal_btn_list li {
    margin: 10px;
    padding: 0;
    display: inline-block; }

.pickup_list {
  margin: 10px 0;
  padding: 0;
  list-style-type: none; }
  .pickup_list:after {
    content: "";
    display: block;
    clear: both; }
  .pickup_list img {
    display: block;
    max-height: 130px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .pickup_list img {
        max-width: 240px;
        margin: auto; } }
  .pickup_list li {
    margin: 0;
    padding: 10px 10px;
    float: left;
    width: 33.3333%;
    box-sizing: border-box; }
    .pickup_list li:only-child {
      width: 100%; }
    .pickup_list li a {
      display: block;
      background: #799c2e;
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
      border-radius: 10px;
      transition: all 0.2s;
      transform: translateY(0); }
      .pickup_list li a:hover, .pickup_list li a:active {
        background: #7eb20f;
        transform: translateY(3px);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); }
    .pickup_list li:nth-child(3n+1) {
      clear: both; }
    @media only screen and (max-width: 767px) {
      .pickup_list li {
        display: block;
        float: none;
        margin: 10px 0;
        padding: 3px;
        width: auto; }
        .pickup_list li:nth-child(3n+1) {
          clear: none; }
        .pickup_list li:nth-child(2n+1) {
          clear: none; } }
  .pickup_list.pickup_box {
    margin: 0;
    padding: 10px;
    font-size: 0;
    text-align: center;
    background: #eeeeee;
    border-radius: 10px; }
    .pickup_list.pickup_box > li {
      float: none;
      display: inline-block; }

.pickup_list .pickup_loan a {
  background: #799c2e; }
  .pickup_list .pickup_loan a:hover, .pickup_list .pickup_loan a:active {
    background: #7eb20f; }

.pickup_list .pickup_grant a {
  background: #3578cb; }
  .pickup_list .pickup_grant a:hover, .pickup_list .pickup_grant a:active {
    background: #29a4d2; }

.pickup_boost {
  display: block;
  background: #fff;
  color: #242569;
  border: solid 4px #B1C8F8;
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.pickup_list .pickup_pdf a {
  background: #c8351d; }
  .pickup_list .pickup_pdf a:hover, .pickup_list .pickup_pdf a:active {
    background: #e94e2a; }

.pickup_list .pickup_word a {
  background: #3661b9; }
  .pickup_list .pickup_word a:hover, .pickup_list .pickup_word a:active {
    background: #207be2; }

.pickup_list .pickup_excel a {
  background: #337a08; }
  .pickup_list .pickup_excel a:hover, .pickup_list .pickup_excel a:active {
    background: #69ab1b; }

.pickup_list .pickup_shokunou a {
  background: #da5640; }
  .pickup_list .pickup_shokunou a:hover, .pickup_list .pickup_shokunou a:active {
    background: #ff6d34; }

/*** decoration ***/
img.round_img,
.round_img img {
  border-radius: 10px; }

.normal_btn, .pdf_btn, .ext_btn {
  display: inline-block;
  margin: 2px;
  padding: 1ex 40px 1ex 56px;
  line-height: 150%;
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-position: 30px 50%;
  background-repeat: no-repeat;
  border: 2px solid #38932b;
  border-radius: 3px;
  font-weight: bold; }
  .normal_btn:link, .pdf_btn:link, .ext_btn:link, .normal_btn:visited, .pdf_btn:visited, .ext_btn:visited {
    color: #38932b;
    text-decoration: none;
    background-color: #ffffff; }
  .normal_btn:hover, .pdf_btn:hover, .ext_btn:hover, .normal_btn:active, .pdf_btn:active, .ext_btn:active {
    color: #ffffff;
    background-color: #38932b; }

.normal_btn, .pdf_btn, .ext_btn {
  background-image: url(../img/arrow_green.png);
  background-size: 10px 16px; }
  .normal_btn:hover, .pdf_btn:hover, .ext_btn:hover, .normal_btn:active, .pdf_btn:active, .ext_btn:active {
    background-image: url(../img/arrow_white.png); }

.pdf_btn, .ext_btn {
  background-image: url(../img/icon_pdf.png);
  background-size: 12px 12px; }

.ext_btn {
  background-image: url(../img/icon_ext.png);
  background-size: 14px 14px; }
  .ext_btn:hover, .ext_btn:active {
    background-image: url(../img/icon_ext_white.png); }

.boxed {
  border: 5px solid #faf1c6;
  padding: 15px; }
  .boxed h5:first-child {
    margin-top: 0; }

.huge_tel_number {
  font-size: 180%;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #38b44f;
  white-space: nowrap; }

.freedial {
  background: url(../img/logo_freedial.png) 0 100% no-repeat;
  background-size: auto 1em;
  padding-left: 2em;
  display: inline-block; }

.critical {
  color: #ff1111;
  font-size: 400%;
  letter-spacing: -0.1ex;
  font-family: "Arial Black","Arial Bold", Arial, Gadget, sans-serif;
  line-height: 100%; }

img.shadowed,
.shadowed img {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 1em; }

a:hover img.shadowed,
a.shadowed:hover img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.em_free,
.em_reserve {
  border-radius: 0.5ex;
  padding: 0.3ex 0.6ex;
  margin: 0 0 0 0.5ex;
  border: 2px solid #ff3300; }

.em_extra {
  font-size: 180%;
  font-weight: bold;
  color: #55bab5;
  line-height: 150%; }

.em_free {
  background: #ff3300;
  color: #ffffff; }

.sinker a {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  transform: translateY(0); }
  .sinker a:hover {
    transform: translateY(5px);
    opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    .sinker a:hover {
      transform: translateY(0); } }

table.vm_table th,
table.vm_table td {
  vertical-align: middle;
}

table.vm_table .number {
  text-align: center;
}

table.school_table .pdf {
  background: url(../../../common/img/icon_pdf.png) 0 50% no-repeat;
  background-size: 18px;
  padding-left: 24px;
}

table.school_table .xlsx {
  background: url(../../../common/img/icon_xlsx.png) 0 50% no-repeat;
  background-size: 18px;
  padding-left: 24px;
}

/*3コラム*/
ul.three_column {
  overflow: hidden;
  widows: 100%;
  clear: both;
  list-style: none;
  padding: 0;
}

ul.three_column li {
  float: left;
  list-style-type: none;
}

ul.three_column li img {
  width: 210px;
}

ul.three_column li:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  ul.three_column {
    overflow: hidden;
    widows: 100%;
    clear: both;
    list-style: none;
    padding: 0;
  }

  ul.three_column li {
    clear: both;
    float: none;
  }

  ul.three_column li img {
    width: 100%;
  }

  ul.three_column li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
