@charset "UTF-8";
html {
  height: 100%;
  font-size: 62.5%; }

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 120px 0 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }
  @media print, screen and (min-width: 100%) {
    body {
      min-width: 115%; } }
  @media only screen and (max-width: 668px) {
    body {
      padding: 100px 0 0 0; } }

h1, h2, h3, h4, h5, h6, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%; }

img {
  border: none;
  vertical-align: bottom;
  display: inline-block;
  max-width: 100%;
  height: auto !important; }

a {
  color: #003366;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  a svg {
    transition: all  0.3s ease; }
  a:hover {
    color: #E73F92; }
    a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha( opacity=80 )"; }

.wrap {
  position: relative;
  width: 100%; }

br.pc {
  display: inline; }
  @media only screen and (max-width: 668px) {
    br.pc {
      display: none; } }

br.sp {
  display: none; }
  @media only screen and (max-width: 668px) {
    br.sp {
      display: inline; } }

@media only screen and (max-width: 668px) {
  #wpadminbar {
    top: -100px; } }

.err404-wrap {
  margin: 4em 0; }

.err404-title {
  font-weight: bold;
  font-size: 1.8rem; }

.err404-txt {
  margin-top: 5px; }

header {
  position: fixed;
  /*** ← fixedで固定 ***/
  width: 100%;
  z-index: 999;
  background-color: #fff;
  height: 100px;
  top: 0; }
  @media only screen and (max-width: 668px) {
    header {
      border-bottom: #00388b 1px solid;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 999; } }
  header .service_nav {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    letter-spacing: -.40em;
    white-space: nowrap;
    z-index: 999999;
    font-size: 1.4rem; }
    @media print, screen and (min-width: 100%) {
      header .service_nav {
        right: 0; } }
    @media only screen and (max-width: 668px) {
      header .service_nav {
        display: none;
        position: relative;
        font-size: 1.6rem; } }
    header .service_nav li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      margin-left: 5px;
      padding: 0;
      top: -30px;
      transition: all .5s;
      position: relative; }
      @media only screen and (max-width: 668px) {
        header .service_nav li {
          top: 0px;
          margin: 0;
          padding: 0;
          background-color: none; } }
      header .service_nav li:hover {
        top: 0px; }
      header .service_nav li a {
        display: block;
        padding: 8px 10px 20px 10px;
        color: #00388b;
        background-color: #e5e5e5;
        border-radius: 0 0 20px 20px;
        text-decoration: none; }
        @media only screen and (max-width: 668px) {
          header .service_nav li a {
            background: none;
            border-radius: 0 0 0 0; } }
      header .service_nav li:first-child a {
        position: relative; }
        header .service_nav li:first-child a:after {
          display: none;
          font-family: "Font Awesome 5 Solid";
          content: '\f0e0';
          font-weight: 900; }
        header .service_nav li:first-child a svg {
          position: absolute;
          bottom: 5px;
          left: 45%; }
          @media only screen and (max-width: 668px) {
            header .service_nav li:first-child a svg {
              display: none; } }
        @media only screen and (max-width: 668px) {
          header .service_nav li:first-child a:after {
            content: ""; } }
      header .service_nav li:nth-child(2) a {
        position: relative; }
        header .service_nav li:nth-child(2) a:after {
          display: none;
          font-family: "Font Awesome 5 Solid";
          content: '\f3c5';
          font-weight: 900; }
        @media only screen and (max-width: 668px) {
          header .service_nav li:nth-child(2) a:after {
            content: ""; } }
        header .service_nav li:nth-child(2) a svg {
          position: absolute;
          bottom: 5px;
          left: 45%; }
          @media only screen and (max-width: 668px) {
            header .service_nav li:nth-child(2) a svg {
              display: none; } }
  header .header_wrap {
    width: 100%;
    background-color: #00388b;
    position: relative;
    top: 30px; }
    @media only screen and (max-width: 668px) {
      header .header_wrap {
        top: 0px; } }
    header .header_wrap .header_cnt {
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
      width: 95%;
      max-width: 1200px;
      background-color: #00388b;
      display: flex;
      flex-direction: row; }
      @media only screen and (max-width: 668px) {
        header .header_wrap .header_cnt {
          padding: 5px; } }
      header .header_wrap .header_cnt .glogo {
        width: 100%;
        margin: 1rem 0; }
        @media only screen and (max-width: 668px) {
          header .header_wrap .header_cnt .glogo {
            width: 250px; } }
      header .header_wrap .header_cnt #sp_head_menu {
        display: none; }
        @media only screen and (max-width: 668px) {
          header .header_wrap .header_cnt #sp_head_menu {
            display: block;
            position: absolute;
            width: 40px;
            height: 40px;
            top: 50%;
            right: 1%;
            margin-top: -20px;
            transition: all 0.4s;
            cursor: pointer;
            z-index: 9999;
            background-color: #fff; }
            header .header_wrap .header_cnt #sp_head_menu div {
              position: relative;
              width: 40px;
              height: 40px; }
            header .header_wrap .header_cnt #sp_head_menu span {
              display: block;
              transition: all 0.6s;
              position: absolute;
              width: 24px;
              height: 2px;
              left: 8px;
              background-color: #00388b; }
              header .header_wrap .header_cnt #sp_head_menu span:first-child {
                top: 10px; }
              header .header_wrap .header_cnt #sp_head_menu span:nth-child(2) {
                top: 19px; }
              header .header_wrap .header_cnt #sp_head_menu span:last-child {
                bottom: 10px; }
            header .header_wrap .header_cnt #sp_head_menu.open span:first-child {
              transform: translateY(9px) rotate(45deg); }
            header .header_wrap .header_cnt #sp_head_menu.open span:nth-child(2) {
              background-color: transparent; }
            header .header_wrap .header_cnt #sp_head_menu.open span:last-child {
              transform: translateY(-9px) rotate(-45deg); } }
      header .header_wrap .header_cnt .header_gnav {
        font-size: 1.6rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        font-family: "Noto Serif JP", serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal; }
        @media only screen and (max-width: 668px) {
          header .header_wrap .header_cnt .header_gnav {
            display: none;
            position: absolute;
            width: 100%;
            top: 25px;
            left: 0;
            font-weight: bold; } }
        header .header_wrap .header_cnt .header_gnav ul {
          box-sizing: border-box;
          margin: 0 auto;
          padding: 0;
          display: flex;
          list-style: none;
          padding: 0;
          width: min-content; }
          @media only screen and (max-width: 668px) {
            header .header_wrap .header_cnt .header_gnav ul {
              background-color: #00388b;
              display: block;
              width: 100%; } }
          @media print, screen and (min-width: 100%) {
            header .header_wrap .header_cnt .header_gnav ul {
              width: 95%;
              padding: 0; } }
          header .header_wrap .header_cnt .header_gnav ul li {
            box-sizing: border-box;
            width: 100%;
            border-right: 1px solid #fff; }
            header .header_wrap .header_cnt .header_gnav ul li:first-child {
              border-left: 1px solid #fff; }
              @media only screen and (max-width: 668px) {
                header .header_wrap .header_cnt .header_gnav ul li:first-child {
                  border-left: none; } }
            @media only screen and (max-width: 668px) {
              header .header_wrap .header_cnt .header_gnav ul li {
                display: block;
                width: auto;
                border-left: none;
                border-right: none;
                border-top: #fff 1px solid; } }
            header .header_wrap .header_cnt .header_gnav ul li a {
              position: relative;
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              text-align: center;
              text-decoration: none;
              color: #fff;
              padding: 14px 1em;
              display: block;
              width: 100%;
              white-space: nowrap;
              box-sizing: border-box; }
              header .header_wrap .header_cnt .header_gnav ul li a:after {
                position: absolute;
                bottom: -4px;
                left: 0;
                content: '';
                width: 100%;
                height: 4px;
                background: #67C6F4;
                transform: scale(0, 1);
                transform-origin: left top;
                transition: transform .3s; }
              @media only screen and (max-width: 668px) {
                header .header_wrap .header_cnt .header_gnav ul li a {
                  padding: 10px 25px 10px 10px;
                  position: relative; }
                  header .header_wrap .header_cnt .header_gnav ul li a:after {
                    display: block;
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    left: auto;
                    width: 7px;
                    height: 7px;
                    margin-top: -4px;
                    background: none;
                    border-top: solid 2px #FFF;
                    border-right: solid 2px #FFF;
                    transform: rotate(45deg);
                    content: ""; } }
              header .header_wrap .header_cnt .header_gnav ul li a:hover {
                color: #67C6F4; }
                header .header_wrap .header_cnt .header_gnav ul li a:hover:after {
                  transform: scale(1, 1); }
                  @media only screen and (max-width: 668px) {
                    header .header_wrap .header_cnt .header_gnav ul li a:hover:after {
                      transform: rotate(45deg); } }
                @media only screen and (max-width: 668px) {
                  header .header_wrap .header_cnt .header_gnav ul li a:hover {
                    background-color: transparent;
                    color: #FFF; } }
          header .header_wrap .header_cnt .header_gnav ul .current-menu-item a,
          header .header_wrap .header_cnt .header_gnav ul .current-page-ancestor a,
          header .header_wrap .header_cnt .header_gnav ul .current-category-ancestor a,
          header .header_wrap .header_cnt .header_gnav ul .current-post-ancestor a {
            color: #67C6F4;
            position: relative; }
            header .header_wrap .header_cnt .header_gnav ul .current-menu-item a:after,
            header .header_wrap .header_cnt .header_gnav ul .current-page-ancestor a:after,
            header .header_wrap .header_cnt .header_gnav ul .current-category-ancestor a:after,
            header .header_wrap .header_cnt .header_gnav ul .current-post-ancestor a:after {
              position: absolute;
              bottom: -4px;
              left: 0;
              content: '';
              width: 100%;
              height: 4px;
              background: #67C6F4;
              transform: scale(1, 1);
              transform-origin: left top;
              transition: transform .3s; }
            @media only screen and (max-width: 668px) {
              header .header_wrap .header_cnt .header_gnav ul .current-menu-item a:after,
              header .header_wrap .header_cnt .header_gnav ul .current-page-ancestor a:after,
              header .header_wrap .header_cnt .header_gnav ul .current-category-ancestor a:after,
              header .header_wrap .header_cnt .header_gnav ul .current-post-ancestor a:after {
                display: block;
                position: absolute;
                top: 50%;
                right: 15px;
                left: auto;
                width: 7px;
                height: 7px;
                margin-top: -4px;
                background: none;
                border-top: solid 2px #FFF;
                border-right: solid 2px #FFF;
                transform: rotate(45deg);
                content: ""; } }

footer #footer {
  font-size: 1.2rem;
  background-color: #f4f4f2;
  border-top: 3px solid #403d3d; }
  footer #footer .footer_banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
    width: 95%; }
    footer #footer .footer_banner ul li {
      max-width: 240px;
      text-align: center; }
    @media only screen and (max-width: 668px) {
      footer #footer .footer_banner ul {
        justify-content: center; } }
  footer #footer .footer_wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap; }
    footer #footer .footer_wrap .footer_qr {
      font-weight: bold;
      font-size: 1.4rem;
      width: 300px;
      margin: 10px 0 0 0;
      padding: 0 0 0 20px;
      border-left: 2px solid #eee; }
      @media only screen and (max-width: 668px) {
        footer #footer .footer_wrap .footer_qr {
          width: 100%;
          margin: 0;
          padding: 0;
          border-left: none; } }
    footer #footer .footer_wrap .footer_access {
      width: 50%;
      margin: 0 40px 0 0;
      padding: 0;
      font-size: 1.4rem; }
      footer #footer .footer_wrap .footer_access strong {
        color: #00388b; }
      @media only screen and (max-width: 668px) {
        footer #footer .footer_wrap .footer_access {
          width: 100%;
          margin: 0; } }
      footer #footer .footer_wrap .footer_access .mini_logo p {
        margin: 1em; }
      footer #footer .footer_wrap .footer_access .footer_map {
        margin: 1em; }
  footer #footer .footer_wrap3 {
    box-sizing: border-box;
    position: relative;
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
    background-color: #00388b; }
    footer #footer .footer_wrap3:after {
      content: "";
      display: table;
      clear: both; }
    footer #footer .footer_wrap3 .foot_nav {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 10px;
      width: 95%;
      max-width: 1200px;
      text-align: center; }
      footer #footer .footer_wrap3 .foot_nav ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: inline-block;
        /*vertical-align: middle;
        white-space: nowrap;*/ }
        footer #footer .footer_wrap3 .foot_nav ul li {
          display: inline-block;
          vertical-align: middle;
          letter-spacing: normal;
          position: relative; }
          footer #footer .footer_wrap3 .foot_nav ul li + li::before {
            content: "";
            display: block;
            height: 5px;
            width: 5px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; }
          footer #footer .footer_wrap3 .foot_nav ul li a {
            display: block;
            padding: 0 2em;
            color: #fff;
            text-decoration: none; }
            footer #footer .footer_wrap3 .foot_nav ul li a:hover {
              text-decoration: underline; }
      footer #footer .footer_wrap3 .foot_nav .btn_admin {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        padding-left: 15px;
        line-height: 1.2; }
        footer #footer .footer_wrap3 .foot_nav .btn_admin a {
          display: block;
          border: #878787 1px solid;
          padding: 2px 5px 1px 11px;
          color: #333;
          text-decoration: none;
          background: url("../img/header_delta.svg") 6px center no-repeat;
          background-size: 3px auto; }
          footer #footer .footer_wrap3 .foot_nav .btn_admin a:hover {
            background-color: #FFF; }
  footer #footer .footer_search {
    padding: 5px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #E3E3E3; }
    @media only screen and (max-width: 668px) {
      footer #footer .footer_search {
        padding: 10px; } }
    footer #footer .footer_search .footer_search_main {
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      text-align: center; }
      @media print, screen and (min-width: 100%) {
        footer #footer .footer_search .footer_search_main {
          width: 95%; } }
      @media only screen and (max-width: 668px) {
        footer #footer .footer_search .footer_search_main {
          text-align: left; } }
      footer #footer .footer_search .footer_search_main .search-lead {
        font-size: 1.2rem;
        margin-right: 10px; }
        @media only screen and (max-width: 668px) {
          footer #footer .footer_search .footer_search_main .search-lead {
            display: none; } }
      footer #footer .footer_search .footer_search_main #search {
        width: 195px;
        font-size: 1.2rem;
        padding: 0 3px; }
        @media only screen and (max-width: 668px) {
          footer #footer .footer_search .footer_search_main #search {
            box-sizing: border-box;
            width: 75%;
            font-size: 1.8rem; } }
      footer #footer .footer_search .footer_search_main .search-submit {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-left: 10px;
        padding: 7px 5px 7px 25px;
        background-color: #868686;
        background-image: url(../img/search_icon.png);
        background-position: 3px 50%;
        background-repeat: no-repeat;
        border-radius: 3px;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.0; }
        @media only screen and (max-width: 668px) {
          footer #footer .footer_search .footer_search_main .search-submit {
            padding: 7px 1% 7px 5%;
            width: 20%;
            font-size: 1.4rem; } }
  footer #footer .footer_logo {
    width: 253px;
    float: left; }
    @media only screen and (max-width: 668px) {
      footer #footer .footer_logo {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px; } }
    footer #footer .footer_logo img {
      margin-bottom: 10px; }
  footer #footer .copyright {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center; }
    @media print, screen and (min-width: 100%) {
      footer #footer .copyright {
        width: 60%;
        padding: 0; } }
    @media only screen and (max-width: 668px) {
      footer #footer .copyright {
        width: 100%;
        font-size: 1.0rem; } }

.pagetop {
  display: none; }
  .pagetop a {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 38px;
    border-radius: 50%;
    line-height: 1.0;
    background-color: rgba(12, 53, 127, 0.5);
    color: #fff;
    cursor: pointer; }
    @media only screen and (max-width: 668px) {
      .pagetop a {
        bottom: 10px;
        right: 10px;
        padding: 20px; } }
    .pagetop a:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 25px;
      width: 20px;
      height: 20px;
      margin-top: -6px;
      border-top: solid 5px #fff;
      border-right: solid 5px #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: ""; }
      @media only screen and (max-width: 668px) {
        .pagetop a:after {
          right: 12px;
          width: 12px;
          height: 12px;
          margin-top: -5px;
          border-top: solid 4px #fff;
          border-right: solid 4px #fff; } }
    .pagetop a:hover {
      opacity: 0.8; }

.tit_img {
  background-color: #F0F0F0; }
  .tit_img p {
    width: 100%;
    /*height: 0;*/
    padding-bottom: 15%;
    /*text-indent: 100%;*/
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    text-align: center;
    position: relative; }
    .tit_img p span {
      background-color: rgba(255, 255, 255, 0.46);
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 3.2rem;
      /*font-weight: bold;*/
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    @media print, screen and (min-width: 100%) {
      .tit_img p {
        margin: 0 auto;
        padding-bottom: 150px; } }

.breadcrumb {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }
  .breadcrumb ul {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 7px 10px 10px;
    list-style: none;
    letter-spacing: -.40em;
    font-size: 1.2rem;
    color: #000; }
    @media print, screen and (min-width: 100%) {
      .breadcrumb ul {
        width: 95%;
        padding: 7px 0 10px; } }
    @media only screen and (max-width: 668px) {
      .breadcrumb ul {
        padding-bottom: 5px; } }
    .breadcrumb ul li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      margin-right: 0.5em; }
      .breadcrumb ul li:before {
        content: ">";
        padding-right: 0.5em; }
      .breadcrumb ul li:first-child:before {
        content: "";
        padding-right: 0px; }
      .breadcrumb ul li .svg-inline--fa {
        margin-right: 0.5em; }
      .breadcrumb ul li .fa-angle-right {
        margin-right: 1em; }
      .breadcrumb ul li a {
        color: #666;
        text-decoration: none; }
        .breadcrumb ul li a:hover {
          text-decoration: underline;
          color: #00388b; }

.contents {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 10px 50px 10px;
  width: 95%;
  max-width: 1200px;
  *zoom: 1; }
  .contents:after {
    content: "";
    display: table;
    clear: both; }
  @media print, screen and (min-width: 100%) {
    .contents {
      padding: 0 0 30px; } }
  @media only screen and (max-width: 668px) {
    .contents {
      padding: 0 10px 20px; } }

.entry_contents {
  *zoom: 1; }
  .entry_contents:after {
    content: "";
    display: table;
    clear: both; }

.l_nav {
  box-sizing: border-box;
  float: left;
  width: 20%;
  background-color: #f4f4f2;
  /*border-top: 4px solid $base-thin-color;*/ }
  @media print, screen and (min-width: 100%) {
    .l_nav {
      width: 200px; } }
  @media only screen and (max-width: 668px) {
    .l_nav {
      float: none;
      width: 100%;
      margin-top: 20px; } }
  .l_nav .l_nav_tit {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    padding: 0.7em 0.5em;
    border-bottom: 1px solid #9c9e9c; }
    @media only screen and (max-width: 668px) {
      .l_nav .l_nav_tit {
        font-size: 1.6rem;
        padding: 10px 0.5em; } }
    .l_nav .l_nav_tit a {
      text-decoration: none;
      color: #333; }
  .l_nav .l_nav_tit_l_space {
    letter-spacing: 0.5em; }
  .l_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem; }
    @media only screen and (max-width: 668px) {
      .l_nav ul {
        font-size: 1.4rem; } }
    .l_nav ul li {
      border-bottom: #ccc 1px dotted; }
      .l_nav ul li a {
        display: block;
        padding: 12px 10px 12px 12.2%;
        color: #333;
        text-decoration: none; }
        .l_nav ul li a:before {
          display: none; }
        .l_nav ul li a:before {
          font-family: "Font Awesome 5 Solid";
          content: "\f35a"; }
        .l_nav ul li a svg {
          margin-right: 0.5em;
          color: #00388b; }
        @media only screen and (max-width: 668px) {
          .l_nav ul li a {
            background-image: none;
            position: relative;
            padding: 10px 25px 10px 10px; }
            .l_nav ul li a:after {
              display: block;
              position: absolute;
              top: 50%;
              right: 10px;
              width: 7px;
              height: 7px;
              margin-top: -4px;
              border-top: solid 2px #00388b;
              border-right: solid 2px #00388b;
              transform: rotate(45deg);
              content: ""; } }
        .l_nav ul li a:hover {
          color: #67C6F4;
          font-weight: bold; }
          .l_nav ul li a:hover svg {
            color: #67C6F4; }
          @media only screen and (max-width: 668px) {
            .l_nav ul li a:hover {
              background-color: #FCFCFC; } }
    .l_nav ul .gotop > a:before {
      content: "\f35b"; }
    .l_nav ul .current-cat > a,
    .l_nav ul .current_page_item > a {
      color: #67C6F4;
      font-weight: bold; }
      .l_nav ul .current-cat > a svg,
      .l_nav ul .current_page_item > a svg {
        color: #67C6F4; }
  .l_nav ul.side_bnr_main {
    margin-top: 20px;
    padding: 0;
    text-align: center; }
    .l_nav ul.side_bnr_main li {
      border-bottom: none; }
      .l_nav ul.side_bnr_main li a {
        display: block;
        background-image: none;
        padding: 0;
        text-decoration: none; }

.r_contents {
  box-sizing: border-box;
  float: right;
  width: 77%;
  /*background-color: #fff;
  padding: 20px;*/ }
  @media print, screen and (min-width: 100%) {
    .r_contents {
      width: 770px; } }
  @media only screen and (max-width: 668px) {
    .r_contents {
      float: none;
      width: 100%; } }

h1 {
  margin: 0 0 25px 0;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 4px solid #4A4848; }
  @media only screen and (max-width: 668px) {
    h1 {
      padding: 5px;
      font-size: 1.6rem;
      margin: 0 0 15px; } }

h2 {
  padding: 0.5em;
  border-left: 6px solid #00388b;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 25px; }

h3 {
  padding: 0.5em;
  background-color: #00388b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center; }

.w_contents {
  *zoom: 1; }
  .w_contents:after {
    content: "";
    display: table;
    clear: both; }

.post_block {
  *zoom: 1;
  /*margin-top: 50px;*/ }
  .post_block:after {
    content: "";
    display: table;
    clear: both; }
  .post_block .entry-date {
    margin-bottom: 0;
    text-align: right;
    color: #4A4848; }
  .post_block a:hover {
    color: #E73F92;
    transition: all ease 0.3s; }
    .post_block a:hover .read_more {
      color: #fff; }
  .post_block .cate_cat {
    width: 10rem;
    position: absolute;
    text-align: center;
    font-size: 1.2rem; }
    @media print, screen and (min-width: 100%) {
      .post_block .cate_cat {
        top: 0;
        right: 0; } }
    @media only screen and (max-width: 668px) {
      .post_block .cate_cat {
        top: 0;
        right: 0; } }
    .post_block .cate_cat a {
      color: #fff;
      text-decoration: none; }
  .post_block dl {
    width: 100%; }
  .post_block dt {
    float: left; }
  .post_block dd {
    margin-left: 70px; }
  .post_block ul.mark {
    list-style: none; }
    @media only screen and (max-width: 668px) {
      .post_block ul.mark {
        margin: 0;
        padding: 0; } }
    .post_block ul.mark > li {
      padding-left: 12px;
      margin: 7px 0; }
      .post_block ul.mark > li:before {
        display: none; }
      .post_block ul.mark > li:before {
        font-family: "Font Awesome 5 Solid";
        content: "\f35a"; }
      .post_block ul.mark > li svg {
        margin-right: 0.5em;
        color: #00388b; }
  .post_block blockquote {
    position: relative;
    padding: 10px 15px 10px 45px;
    box-sizing: border-box;
    font-style: italic;
    background: #fcfcfc;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); }
    @media only screen and (max-width: 668px) {
      .post_block blockquote {
        margin: 10px 0;
        padding: 10px; } }
    .post_block blockquote:before {
      display: inline-block;
      position: absolute;
      top: 7px;
      left: -5px;
      vertical-align: middle;
      content: "“";
      font-family: sans-serif;
      color: #9dd4ff;
      font-size: 70px;
      line-height: 1; }
      @media only screen and (max-width: 668px) {
        .post_block blockquote:before {
          font-size: 40px; } }
    .post_block blockquote p {
      padding: 0;
      margin: 7px 0;
      line-height: 1.7;
      font-size: 1.6rem; }
    .post_block blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .post_block .gallery-image {
    *zoom: 1;
    margin: 50px 0 0;
    padding: 0;
    list-style: none; }
    .post_block .gallery-image:after {
      content: "";
      display: table;
      clear: both; }
    .post_block .gallery-image li {
      float: left;
      width: 31%;
      margin-left: 2%;
      margin-top: 2%; }
      .post_block .gallery-image li:nth-child(3n+1) {
        margin-left: 0; }

.sns_group {
  padding-top: 20px;
  border-top: 2px solid #eee;
  margin-top: 40px; }
  .sns_group ul {
    display: none;
    list-style: none;
    margin: 20px auto 0 auto;
    padding: 0;
    *zoom: 1; }
    .sns_group ul:after {
      content: "";
      display: table;
      clear: both; }
    .sns_group ul li {
      margin: 0;
      padding: 0;
      float: left;
      width: 20%;
      text-align: center;
      background-image: none; }
      .sns_group ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 5px 0; }
        @media only screen and (max-width: 668px) {
          .sns_group ul li a {
            padding: 0; }
            .sns_group ul li a svg, .sns_group ul li a img {
              margin-right: 0; }
            .sns_group ul li a span {
              display: none; } }
        .sns_group ul li a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          -ms-filter: "alpha( opacity=80 )"; }
          .sns_group ul li a:hover svg, .sns_group ul li a:hover img {
            transform: rotateX(360deg);
            transition: 1s; }
      .sns_group ul li.facebook_back a {
        background-color: #3B5998; }
      .sns_group ul li.twitter_back a {
        background-color: #000000; }
        @media only screen and (max-width: 668px) {
          .sns_group ul li.twitter_back a span {
            display: block; } }
      .sns_group ul li.google_back a {
        background-color: #dd4b39; }
      .sns_group ul li.hatena_back a {
        background-color: #00A4DE; }
        .sns_group ul li.hatena_back a img {
          margin-right: 0.3em; }
          @media only screen and (max-width: 668px) {
            .sns_group ul li.hatena_back a img {
              width: 18px; } }
      .sns_group ul li.line_back a {
        background-color: #00c300; }

.entry_block {
  float: left;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px 10px 20px 10px;
  position: relative;
  width: 23.5%;
  margin-left: 2%;
  margin-top: 20px; }
  .entry_block:nth-child(4n+1) {
    margin-left: 0; }
  @media only screen and (min-width: 668px) and (max-width: 100%) {
    .entry_block:nth-child(3n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 668px) {
    .entry_block {
      margin-top: 10px;
      margin-left: 0;
      width: 100%;
      padding: 5px; } }
  .entry_block a {
    color: #333;
    text-decoration: none; }
    @media only screen and (max-width: 668px) {
      .entry_block a {
        *zoom: 1;
        display: block; }
        .entry_block a:after {
          content: "";
          display: table;
          clear: both; } }
    .entry_block a:hover img {
      transform: scale(1.1);
      /* 拡大 */ }
  .entry_block .post_img {
    text-align: center;
    cursor: pointer;
    max-width: 280px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 5px auto;
    text-align: center; }
    @media only screen and (max-width: 668px) {
      .entry_block .post_img {
        width: 20%;
        float: left; } }
    .entry_block .post_img img {
      width: 100%;
      height: auto;
      transition: transform .6s ease;
      /* ゆっくり変化させる */
      border: 1px solid #f4f4f4; }
      @media only screen and (max-width: 668px) {
        .entry_block .post_img img {
          max-width: 100%; } }
    .entry_block .post_img:hover img {
      transform: scale(1.1);
      /* 拡大 */ }
  .entry_block .post_detail {
    margin-bottom: 5px;
    min-height: 110px;
    padding: 5px 0 0; }
    @media only screen and (max-width: 668px) {
      .entry_block .post_detail {
        min-height: 0px;
        float: right;
        width: 78%; } }
    .entry_block .post_detail a {
      color: #333;
      text-decoration: none; }
      .entry_block .post_detail a:hover {
        color: #E73F92;
        transition: all ease 0.3s; }
    .entry_block .post_detail .post_ex {
      margin: 0.5em 0;
      font-size: 1.2rem; }
  .entry_block .read_more {
    clear: both;
    background-color: #00388b;
    text-align: center;
    padding: 3px;
    font-weight: 700; }
    .entry_block .read_more a {
      color: #fff;
      text-decoration: none; }
      .entry_block .read_more a:hover {
        color: #67C6F4; }
  .entry_block .entry-date {
    margin-bottom: 0;
    color: #4A4848;
    font-size: 0.9rem; }
  .entry_block .entry-main-title-wrap {
    margin-bottom: 15px;
    border-bottom: 3px solid; }
  .entry_block .entry-main-title-main {
    margin-bottom: 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3em; }
    @media only screen and (max-width: 668px) {
      .entry_block .entry-main-title-main {
        font-size: 1.4rem; } }
    .entry_block .entry-main-title-main a {
      color: #9c9e9c;
      text-decoration: none; }
  .entry_block .entry-main-sub-title {
    border-left: 6px solid #00388b;
    margin-bottom: 2rem;
    padding-left: 8px;
    font-size: 1.8rem;
    color: #4A4848; }

.hp_pagination {
  margin-top: 20px; }
  .hp_pagination .page-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .hp_pagination .page-list li {
      display: inline-block;
      font-size: 1.2rem; }
      .hp_pagination .page-list li a, .hp_pagination .page-list li span {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 5px;
        border: 1px solid #00388b;
        text-decoration: none; }
        .hp_pagination .page-list li a:hover, .hp_pagination .page-list li span:hover {
          background-color: #4A4848;
          color: #fff; }
      .hp_pagination .page-list li .current {
        background-color: #4A4848;
        color: #fff; }
      .hp_pagination .page-list li .prev,
      .hp_pagination .page-list li .next {
        border: none; }
  .hp_pagination .page-num {
    text-align: center;
    margin-top: 10px; }

.access {
  *zoom: 1; }
  .access:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 668px) {
    .access div {
      width: 100% !important;
      float: none; }
    .access img {
      width: 100% !important;
      float: none; } }

.about_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .about_wrap .about_menu {
    width: 49%; }
    @media only screen and (max-width: 668px) {
      .about_wrap .about_menu {
        width: 100%; } }
  .about_wrap .about_title {
    display: block; }
    .about_wrap .about_title h4 {
      font-size: 2.2rem;
      color: #fff;
      display: block;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
      border-left: none;
      font-weight: 500;
      height: 80px;
      line-height: 60px;
      padding: 10px;
      box-sizing: border-box; }
  .about_wrap .about_img_01 {
    background-image: url("../img/title/2title_1.jpg"); }
  .about_wrap .about_img_02 {
    background-image: url("../img/title/2title_2.jpg"); }
  .about_wrap .about_img_03 {
    background-image: url("../img/title/2title_3.jpg"); }
  .about_wrap .about_img_04 {
    background-image: url("../img/title/2title_4.jpg"); }
  .about_wrap .about_img_05 {
    background-image: url("../img/title/2title_5.jpg"); }
  .about_wrap .about_img_06 {
    background-image: url("../img/title/2title_6.jpg"); }
  .about_wrap .about_img_07 {
    background-image: url("../img/title/2title_7.jpg"); }

.right_img {
  float: right;
  margin-left: 10px; }
  @media only screen and (max-width: 668px) {
    .right_img {
      width: 100%;
      float: none;
      margin: 0 auto;
      display: block; } }

.left_img {
  float: left;
  margin-right: 10px; }
  @media only screen and (max-width: 668px) {
    .left_img {
      width: 100%;
      float: none;
      margin: 0 auto;
      display: block; } }

.img_wrap {
  *zoom: 1;
  margin-bottom: 10px; }
  .img_wrap:after {
    content: "";
    display: table;
    clear: both; }

.next_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2rem;
  width: 50%;
  margin: 20px auto 0 auto; }
  .next_post .previous:before {
    font-family: "Font Awesome 5 Solid";
    content: "\f0a8";
    display: none; }
  .next_post .previous svg {
    margin-right: 0.5em;
    color: #00388b; }
  .next_post .next:after {
    font-family: "Font Awesome 5 Solid";
    content: "\f0a9";
    display: none; }
  .next_post .next svg {
    margin-left: 0.5em;
    color: #00388b; }

.main_img_wrap {
  background-color: #F7F7F7; }
  @media only screen and (max-width: 668px) {
    .main_img_wrap {
      margin-top: 0; } }

.one_image img {
  width: 100%;
  height: auto; }

.top_contents {
  margin-top: 20px; }

.topics_wrap {
  box-sizing: border-box; }
  @media print, screen and (min-width: 100%) {
    .topics_wrap {
      width: 100%; } }
  @media only screen and (max-width: 668px) {
    .topics_wrap {
      float: none;
      width: 100%; } }

.topics_main {
  *zoom: 1; }
  .topics_main:after {
    content: "";
    display: table;
    clear: both; }

.topics_block {
  float: left;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 10px 20px 10px;
  position: relative;
  border: 1px solid #ddd;
  width: 23.5%;
  margin-left: 2%;
  margin-top: 20px; }
  .topics_block:nth-child(4n+1) {
    margin-left: 0; }
  @media only screen and (min-width: 668px) and (max-width: 100%) {
    .topics_block:nth-child(3n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 668px) {
    .topics_block {
      margin-top: 10px;
      margin-left: 0;
      width: 100%;
      padding: 5px; } }
  .topics_block a {
    color: #333;
    text-decoration: none; }
    @media only screen and (max-width: 668px) {
      .topics_block a {
        *zoom: 1;
        display: block; }
        .topics_block a:after {
          content: "";
          display: table;
          clear: both; } }
    .topics_block a:hover img {
      transform: scale(1.1);
      /* 拡大 */ }
  .topics_block .topics_cat {
    width: 10rem;
    position: absolute;
    text-align: center;
    font-size: 1.2rem;
    background-color: #67C6F4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 668px) {
      .topics_block .topics_cat {
        top: 0;
        right: -50px;
        bottom: auto;
        left: auto; } }
    .topics_block .topics_cat a {
      color: #fff; }

.topics_img {
  text-align: center;
  cursor: pointer;
  max-width: 280px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 5px auto;
  text-align: center; }
  @media only screen and (max-width: 668px) {
    .topics_img {
      width: 20%;
      float: left; } }
  .topics_img img {
    width: 100%;
    height: auto;
    transition: transform .6s ease;
    /* ゆっくり変化させる */
    border: 1px solid #f4f4f4; }
    @media only screen and (max-width: 668px) {
      .topics_img img {
        max-width: 100%; } }
  .topics_img:hover img {
    transform: scale(1.1);
    /* 拡大 */ }

@media print, screen and (min-width: 100%) {
  .topics_detail {
    margin-bottom: 5px; } }
@media only screen and (max-width: 668px) {
  .topics_detail {
    width: 78%;
    float: right; } }

.topics_date {
  color: #4A4848;
  font-size: 0.9rem; }
  .topics_date .new {
    color: #fff;
    font-size: 0.8em;
    background-color: #f21c1c; }

.topics_lead {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden; }

.whats_new_wrap {
  margin-top: 20px;
  /*float: left;
  width: 60%;*/ }
  @media only screen and (max-width: 668px) {
    .whats_new_wrap {
      width: 100%; } }

.whats_new_title, .topics_title {
  font-size: 2.4rem;
  color: #fff;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-left: none;
  font-weight: 500;
  height: 80px;
  padding: 10px;
  margin: 0;
  line-height: 80px; }

.whats_new_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .whats_new_list li {
    padding: 20px 0;
    border-bottom: 1px dotted #3272ae; }
  .whats_new_list a {
    color: #333;
    text-decoration: none; }
    .whats_new_list a:hover {
      color: #E73F92; }

.whats_new_date {
  font-size: 1.2rem; }

.whats_new_cat {
  font-size: 1.2rem; }

@media only screen and (max-width: 668px) {
  .whats_new_post {
    display: block; } }

@media print, screen and (min-width: 100%) {
  .whats_new_list .whats_new_cat {
    margin-left: 0; } }
.top_bottom_wrap {
  width: 100%;
  background-color: #fff; }

.top_bottom {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 0px;
  *zoom: 1; }
  .top_bottom:after {
    content: "";
    display: table;
    clear: both; }
  @media print, screen and (min-width: 100%) {
    .top_bottom {
      width: 95%; } }
  @media only screen and (max-width: 668px) {
    .top_bottom {
      padding: 10px; } }
  .top_bottom .fb_contents {
    box-sizing: border-box;
    float: left;
    width: 48%;
    border: #C8C8C8 1px solid;
    padding: 1px; }
    @media print, screen and (min-width: 100%) {
      .top_bottom .fb_contents {
        width: 460px; } }
    @media only screen and (max-width: 668px) {
      .top_bottom .fb_contents {
        float: none;
        width: 100%; } }
    .top_bottom .fb_contents .fb_iframe_widget, .top_bottom .fb_contents .fb_iframe_widget span, .top_bottom .fb_contents .fb_iframe_widget iframe[style] {
      width: 100% !important; }
  .top_bottom .top_info {
    box-sizing: border-box;
    float: right;
    width: 50%; }
    @media print, screen and (min-width: 100%) {
      .top_bottom .top_info {
        width: 501px; } }
    @media only screen and (max-width: 668px) {
      .top_bottom .top_info {
        float: none;
        width: 100%;
        margin-top: 20px; } }

.parallax_title {
  min-height: 80px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.parallax_content {
  padding: 10px 0;
  background-color: #fff;
  width: 95%;
  max-width: 1200px;
  margin: 10px auto; }

.parallax_title.img_bg_01 {
  background-image: url("../img/dummy/title_01.jpg"); }

.parallax_title.img_bg_02 {
  background-image: url("../img/dummy/IMG_4875.jpg"); }

.top_message {
  max-width: 800px;
  margin: 0 auto 20px auto;
  padding: 25px 10px; }

.top_message2 {
  text-align: center;
  margin-bottom: 20px;
  padding: 25px 0;
  background-color: #c2d7f5; }

#comments {
  margin-top: 40px;
  padding: 10px;
  background-color: #f5f5f5; }
  #comments ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    #comments ol ol {
      margin-left: 56px; }
      @media only screen and (max-width: 668px) {
        #comments ol ol {
          margin-left: 20px; } }
  #comments .comment {
    margin-top: 10px; }
  #comments .depth-1 {
    padding: 10px;
    background-color: #fff; }
  #comments .comments-title {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 0; }
  #comments .comment-body {
    *zoom: 1;
    padding: 10px;
    background-color: #f5f5f5; }
    #comments .comment-body:after {
      content: "";
      display: table;
      clear: both; }
  #comments .comment-author img {
    float: left;
    clear: left;
    max-width: 56px;
    display: inline;
    margin-right: 1.5em;
    vertical-align: top; }
    @media only screen and (max-width: 668px) {
      #comments .comment-author img {
        float: none;
        margin-right: 0; } }
  @media only screen and (max-width: 668px) {
    #comments .comment-author cite {
      margin-left: 10px;
      text-align: left;
      display: inline-block; } }
  @media only screen and (max-width: 668px) {
    #comments .comment-meta {
      margin-top: 10px; } }
  #comments .commentmetadata + p {
    clear: both;
    padding-top: 15px;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 668px) {
      #comments .commentmetadata + p {
        padding-top: 5px; } }
  #comments .reply a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #036;
    line-height: 1.0;
    border-radius: 5px;
    color: #fff;
    text-decoration: none; }
  #comments .comment-respond {
    margin-top: 50px;
    padding: 10px;
    background-color: #fff; }
    @media only screen and (max-width: 668px) {
      #comments .comment-respond {
        margin-top: 0; } }
    #comments .comment-respond label {
      width: 10em;
      float: left;
      clear: left;
      padding: 5px 0; }
    #comments .comment-respond .required {
      color: #ff0000; }
  #comments .comment-reply-title {
    font-size: 2.0rem; }
  #comments input[type="submit"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #comments textarea,
  #comments input[type="text"] {
    padding: 5px;
    font-size: 1.6rem;
    width: 95%; }
  #comments .form-submit {
    text-align: center; }
  #comments #submit {
    display: inline-block;
    margin-top: 5px;
    background-color: #036;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff; }
  @media only screen and (max-width: 668px) {
    #comments #comment,
    #comments input[type="text"] {
      box-sizing: border-box;
      width: 100%; } }

.search-wrap {
  margin-top: 50px; }

.search-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold; }

.search-list li {
  margin-bottom: 15px; }

.search-pagination {
  *zoom: 1;
  margin: 50px 0 0;
  padding: 0;
  list-style: none; }
  .search-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .search-pagination .prev {
    float: left; }
  .search-pagination .next {
    float: right; }

.ajax-loader {
  display: inline-block;
  width: 16px; }

.wpcf7-form p {
  margin-bottom: 2em; }
  @media only screen and (max-width: 668px) {
    .wpcf7-form p {
      padding-bottom: 1em;
      border-bottom: 1px dotted #ccc; } }

.wpcf7-text,
.wpcf7-textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem; }

.wpcf7-textarea {
  height: 200px; }

span .wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap; }
  @media only screen and (max-width: 668px) {
    span .wpcf7-list-item {
      display: block;
      margin-bottom: 10px;
      margin-right: 0; }
      span .wpcf7-list-item:last-child {
        margin-bottom: 0; } }

.wpcf7-form .submit-wrap {
  text-align: center;
  border-bottom: none; }

.wpcf7-submit {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 50px;
  background-color: #00388b;
  color: #fff;
  letter-spacing: .5em; }

.link-organization-title {
  font-weight: bold;
  padding: 9px 0 9px 12px;
  background-color: #EBEBEB; }

.link-organization-content {
  overflow: hidden;
  margin: 20px 0 20px; }
  @media print, screen and (min-width: 100%) {
    .link-organization-content {
      margin: 20px 0 41px; } }
  @media only screen and (max-width: 668px) {
    .link-organization-content {
      margin: 10px 0 20px; } }

.link-organization-oft {
  overflow: hidden; }

.entry_block .link-organization-list {
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 72%; }
  @media only screen and (max-width: 668px) {
    .entry_block .link-organization-list {
      width: auto;
      margin: 0;
      padding: 0 0 0 10px;
      font-size: 1.6rem; } }
  .entry_block .link-organization-list li {
    float: left;
    margin: 0 0 0 8%;
    width: 40%;
    line-height: 2.2; }
    .entry_block .link-organization-list li:nth-child(2n+1) {
      margin: 0; }
    .entry_block .link-organization-list li:before {
      content: '●';
      color: #9c9e9c; }
    @media only screen and (max-width: 668px) {
      .entry_block .link-organization-list li {
        margin: 0;
        float: none;
        width: auto; } }

.link-organization-list-type {
  color: #9c9e9c; }

.link-organization-map {
  float: right;
  width: 20%;
  margin: 20px 0 20px 0; }
  @media print, screen and (min-width: 100%) {
    .link-organization-map {
      margin: 0 24px 0 0; } }
  @media only screen and (max-width: 668px) {
    .link-organization-map {
      float: none;
      display: none; } }

.link-organization-atoher-wrap {
  padding: 0 16px; }
  @media only screen and (max-width: 668px) {
    .link-organization-atoher-wrap {
      padding: 0 10px; } }

.link-organization-atoher-list ul {
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0; }
  .link-organization-atoher-list ul li {
    border-bottom: 1px solid #999999;
    padding: 15px 0 5px; }

.link-organization-detail a {
  font-size: 1.8rem;
  color: #003366;
  text-decoration: none;
  background: url(../img/list_icon_img02.gif) right center no-repeat;
  background-size: 11px auto;
  padding: 0 15px 0 0; }
  .link-organization-detail a:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 668px) {
    .link-organization-detail a {
      font-size: 1.6rem; } }
.link-organization-detail p {
  padding: 0 0 0 0.7em;
  margin: 0; }

.link-organization-style {
  background: url(../img/list_icon_img01.gif) left center no-repeat;
  background-size: 3px auto;
  padding: 0 0 0 0.5em; }

.link-other-wrap {
  overflow: hidden; }
  .link-other-wrap a {
    color: #003366;
    text-decoration: none; }
    .link-other-wrap a:hover {
      text-decoration: underline; }

.link-other-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px; }

.link-other-mb20 {
  margin: 0 0 20px; }

.link-other-txt-area {
  margin: 0 0 40px; }
  @media only screen and (max-width: 668px) {
    .link-other-txt-area {
      margin: 0 0 20px; } }

.link-other-list-wrap {
  padding: 0 10px; }
  @media print, screen and (min-width: 100%) {
    .link-other-list-wrap {
      padding: 0 30px; } }
  @media only screen and (max-width: 668px) {
    .link-other-list-wrap {
      padding: 0; } }
