@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  height: 100%;
  font-size: 62.5%; }

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f2;
  font-family: 'メイリオ', Meiryo,'游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif; }
  @media print, screen and (min-width: 100%) {
    body {
      min-width: 115%; } }

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: 800px) {
    br.pc {
      display: none; } }

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

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

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

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

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

header {
  /*position: relative;*/
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background-color: #fff; }
  @media only screen and (max-width: 800px) {
    header {
      border-bottom: #1e3c91 1px solid; } }
  header .header_cnt {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 95%; }
    @media only screen and (max-width: 800px) {
      header .header_cnt {
        padding: 5px; } }
    header .header_cnt .glogo {
      width: 455px; }
      @media only screen and (max-width: 800px) {
        header .header_cnt .glogo {
          width: 250px; } }
    header .header_cnt .service_nav {
      position: absolute;
      right: 0px;
      top: 0px;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: right;
      letter-spacing: -.40em;
      white-space: nowrap; }
      @media print, screen and (min-width: 100%) {
        header .header_cnt .service_nav {
          right: 0; } }
      @media only screen and (max-width: 800px) {
        header .header_cnt .service_nav {
          display: none; } }
      header .header_cnt .service_nav li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        margin-left: 5px;
        padding: 0; }
        header .header_cnt .service_nav li a {
          display: block;
          padding: 8px 10px 20px 10px;
          color: #fff;
          background-color: #9b1e41;
          border-radius: 0 0 20px 20px;
          text-decoration: none; }
          header .header_cnt .service_nav li a:hover {
            background-color: #fff000; }
        header .header_cnt .service_nav li:first-child a {
          position: relative; }
          header .header_cnt .service_nav li:first-child a:after {
            display: none;
            font-family: "Font Awesome 5 Solid";
            content: '\f0e0';
            font-weight: 900; }
          header .header_cnt .service_nav li:first-child a svg {
            position: absolute;
            bottom: 5px;
            left: 45%; }
        header .header_cnt .service_nav li:nth-child(2) a {
          position: relative; }
          header .header_cnt .service_nav li:nth-child(2) a:after {
            display: none;
            font-family: "Font Awesome 5 Solid";
            content: '\f2c2';
            font-weight: 900; }
          header .header_cnt .service_nav li:nth-child(2) a svg {
            position: absolute;
            bottom: 5px;
            left: 45%; }
        header .header_cnt .service_nav li.mypage a {
          position: relative;
          background-color: #DE527C; }
          header .header_cnt .service_nav li.mypage a:after {
            display: none;
            font-family: "Font Awesome 5 Solid";
            content: '\f023';
            font-weight: 900; }
          header .header_cnt .service_nav li.mypage a svg {
            position: absolute;
            bottom: 5px;
            left: 45%; }
          header .header_cnt .service_nav li.mypage a:hover {
            background-color: #fff000; }
    header .header_cnt #sp_head_menu {
      display: none; }
      @media only screen and (max-width: 800px) {
        header .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; }
          header .header_cnt #sp_head_menu div {
            position: relative;
            width: 40px;
            height: 40px; }
          header .header_cnt #sp_head_menu span {
            display: block;
            transition: all 0.6s;
            position: absolute;
            width: 24px;
            height: 2px;
            left: 8px;
            background-color: #1e3c91; }
            header .header_cnt #sp_head_menu span:first-child {
              top: 10px; }
            header .header_cnt #sp_head_menu span:nth-child(2) {
              top: 19px; }
            header .header_cnt #sp_head_menu span:last-child {
              bottom: 10px; }
          header .header_cnt #sp_head_menu.open span:first-child {
            transform: translateY(9px) rotate(45deg); }
          header .header_cnt #sp_head_menu.open span:nth-child(2) {
            background-color: transparent; }
          header .header_cnt #sp_head_menu.open span:last-child {
            transform: translateY(-9px) rotate(-45deg); } }
  header .header_gnav {
    background-color: #fff;
    font-size: 1.6rem;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 500;
    border-bottom: 4px solid #1e3c91; }
    @media only screen and (max-width: 800px) {
      header .header_gnav {
        display: none;
        position: absolute;
        width: 100%;
        top: 58px;
        left: 0;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-weight: bold; } }
    header .header_gnav ul {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      display: table;
      width: 100%;
      border-left: 1px solid #fff;
      background-color: #1e3c91; }
      @media only screen and (max-width: 800px) {
        header .header_gnav ul {
          background-color: rgba(3, 14, 127, 0.7); } }
      @media print, screen and (min-width: 100%) {
        header .header_gnav ul {
          width: 95%;
          padding: 0; } }
      header .header_gnav ul li {
        display: table-cell;
        box-sizing: border-box;
        width: 20%;
        border-right: #fff 1px solid;
        overflow-wrap: break-word;
        /* one item */
        /* two items */
        /* three items */
        /* four items */
        /* five items */
        /* six items */
        /* seven items */ }
        @media only screen and (max-width: 800px) {
          header .header_gnav ul li {
            display: block;
            width: auto;
            border-left: none;
            border-right: none;
            border-top: #fff 1px solid; } }
        header .header_gnav ul li:first-child:nth-last-child(1) {
          width: 100%; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:first-child:nth-last-child(1) {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(2), header .header_gnav ul li:first-child:nth-last-child(2) ~ li {
          width: 50%; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:first-child:nth-last-child(2), header .header_gnav ul li:first-child:nth-last-child(2) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(3), header .header_gnav ul li:first-child:nth-last-child(3) ~ li {
          width: 33.3%; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:first-child:nth-last-child(3), header .header_gnav ul li:first-child:nth-last-child(3) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(4), header .header_gnav ul li:first-child:nth-last-child(4) ~ li {
          width: 25%; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:first-child:nth-last-child(4), header .header_gnav ul li:first-child:nth-last-child(4) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(5), header .header_gnav ul li:first-child:nth-last-child(5) ~ li {
          width: 20%; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:first-child:nth-last-child(5), header .header_gnav ul li:first-child:nth-last-child(5) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(6), header .header_gnav ul li:first-child:nth-last-child(6) ~ li {
          width: 15.66%; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:first-child:nth-last-child(6), header .header_gnav ul li:first-child:nth-last-child(6) ~ li {
              width: auto; } }
        header .header_gnav ul li:first-child:nth-last-child(7), header .header_gnav ul li:first-child:nth-last-child(7) ~ li {
          width: 13.3%; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:first-child:nth-last-child(7), header .header_gnav ul li:first-child:nth-last-child(7) ~ li {
              width: auto; } }
        header .header_gnav ul li:nth-child(8) {
          font-size: 1.4rem; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li:nth-child(8) {
              width: auto;
              font-size: 1.6rem; } }
        header .header_gnav ul li a {
          position: relative;
          display: block;
          text-align: center;
          text-decoration: none;
          color: #FFF;
          padding: 12px 0px;
          height: 100%;
          box-sizing: border-box; }
          header .header_gnav ul li a:after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 4px;
            background: #fff000;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          @media only screen and (max-width: 800px) {
            header .header_gnav ul li a {
              padding: 10px 25px 10px 10px;
              position: relative;
              height: auto;
              /*color: #010101;*/ }
              header .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_gnav ul li a:hover {
            color: #9b1e41; }
            header .header_gnav ul li a:hover:after {
              transform: scale(1, 1); }
              @media only screen and (max-width: 800px) {
                header .header_gnav ul li a:hover:after {
                  transform: rotate(45deg); } }
            @media only screen and (max-width: 800px) {
              header .header_gnav ul li a:hover {
                background-color: transparent;
                color: #FFF; } }
        @media only screen and (max-width: 800px) {
          header .header_gnav ul li.mypage {
            background-color: #DE527C; } }
      header .header_gnav ul .current-menu-item a,
      header .header_gnav ul .current-page-ancestor a,
      header .header_gnav ul .current-category-ancestor a,
      header .header_gnav ul .current-post-ancestor a {
        color: #fff000;
        position: relative; }
        header .header_gnav ul .current-menu-item a:after,
        header .header_gnav ul .current-page-ancestor a:after,
        header .header_gnav ul .current-category-ancestor a:after,
        header .header_gnav ul .current-post-ancestor a:after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 4px;
          background: #fff000;
          transform: scale(1, 1);
          transform-origin: left top;
          transition: transform .3s; }
        @media only screen and (max-width: 800px) {
          header .header_gnav ul .current-menu-item a,
          header .header_gnav ul .current-page-ancestor a,
          header .header_gnav ul .current-category-ancestor a,
          header .header_gnav ul .current-post-ancestor a {
            color: #FFF; }
            header .header_gnav ul .current-menu-item a:after,
            header .header_gnav ul .current-page-ancestor a:after,
            header .header_gnav ul .current-category-ancestor a:after,
            header .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 {
  background-color: #f4f4f2; }
  footer #footer {
    font-size: 1.2rem;
    border-top: 3px solid #403d3d; }
    footer #footer .footer_banner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      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: 800px) {
        footer #footer .footer_banner ul {
          justify-content: center; } }
    footer #footer .footer_wrap {
      box-sizing: border-box;
      position: relative;
      padding: 5px 0;
      width: 100%;
      margin: 0 auto;
      *zoom: 1;
      background-color: #1e3c91; }
      footer #footer .footer_wrap:after {
        content: "";
        display: table;
        clear: both; }
    footer #footer .foot_nav {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 10px;
      letter-spacing: -.40em;
      width: 60%; }
      @media only screen and (max-width: 800px) {
        footer #footer .foot_nav {
          display: none; } }
      footer #footer .foot_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap; }
        footer #footer .foot_nav ul li {
          display: inline-block;
          vertical-align: middle;
          letter-spacing: normal;
          border-right: #fff 1px solid;
          line-height: 1.2; }
          footer #footer .foot_nav ul li:first-child {
            border-left: #fff 1px solid; }
          footer #footer .foot_nav ul li a {
            display: block;
            padding: 0 0.5em;
            color: #fff;
            text-decoration: none; }
            footer #footer .foot_nav ul li a:hover {
              text-decoration: underline; }
      footer #footer .foot_nav .btn_admin {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        padding-left: 15px;
        line-height: 1.2; }
        footer #footer .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 .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: 800px) {
        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: 800px) {
          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: 800px) {
            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: 800px) {
            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: 800px) {
            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: 800px) {
        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: 800px) {
        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(4, 34, 205, 0.5);
    color: #fff;
    cursor: pointer; }
    @media only screen and (max-width: 800px) {
      .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: 800px) {
        .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: 28%;
    /*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: 70%;
      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 {
  text-align: right; }
  .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: 800px) {
      .breadcrumb ul {
        padding-bottom: 20px; } }
    .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 a {
        color: #000;
        text-decoration: none; }
        .breadcrumb ul li a:hover {
          text-decoration: underline; }

.contents {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px 50px;
  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: 800px) {
    .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: 800px) {
    .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: 800px) {
      .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.6rem; }
    @media only screen and (max-width: 800px) {
      .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: #1e3c91; }
        @media only screen and (max-width: 800px) {
          .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 #1e3c91;
              border-right: solid 2px #1e3c91;
              transform: rotate(45deg);
              content: ""; } }
        .l_nav ul li a:hover {
          color: #fff000;
          font-weight: bold; }
          .l_nav ul li a:hover svg {
            color: #fff000; }
          @media only screen and (max-width: 800px) {
            .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: #1e3c91;
      font-weight: bold; }
      .l_nav ul .current-cat > a svg,
      .l_nav ul .current_page_item > a svg {
        color: #1e3c91; }
  .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: 800px) {
    .r_contents {
      float: none;
      width: 100%; } }

h1 {
  margin: 0 0 25px 0;
  font-size: 3.4rem;
  font-weight: 500;
  border-bottom: 4px solid #9b1e41; }
  @media only screen and (max-width: 800px) {
    h1 {
      padding: 5px;
      font-size: 1.6rem;
      margin: 0 0 15px; } }

.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: #9b1e41; }
  .post_block a {
    color: #333;
    text-decoration: none; }
  .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: 800px) {
      .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 {
    list-style: none; }
    @media only screen and (max-width: 800px) {
      .post_block ul {
        margin: 0;
        padding: 0; } }
    .post_block ul li {
      background-image: url(../img/mark3.jpg);
      background-repeat: no-repeat;
      padding-left: 20px;
      margin: 7px 0; }
    .post_block ul ol li {
      background-image: none;
      padding-left: 0px; }
  @media only screen and (max-width: 800px) {
    .post_block ol {
      margin-left: 1.5rem;
      padding: 0; } }
  .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: 800px) {
      .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: 800px) {
        .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 .sns_group {
    padding-top: 20px;
    border-top: 2px solid #eee;
    margin-top: 40px;
    display: none; }
    .post_block .sns_group ul {
      list-style: none;
      margin: 20px auto 0 auto;
      padding: 0;
      *zoom: 1; }
      .post_block .sns_group ul:after {
        content: "";
        display: table;
        clear: both; }
      .post_block .sns_group ul li {
        margin: 0;
        padding: 0;
        float: left;
        width: 20%;
        text-align: center;
        background-image: none; }
        .post_block .sns_group ul li a {
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 5px 0; }
          @media only screen and (max-width: 800px) {
            .post_block .sns_group ul li a {
              padding: 0; }
              .post_block .sns_group ul li a svg, .post_block .sns_group ul li a img {
                margin-right: 0; }
              .post_block .sns_group ul li a span {
                display: none; } }
          .post_block .sns_group ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            -ms-filter: "alpha( opacity=80 )"; }
            .post_block .sns_group ul li a:hover svg, .post_block .sns_group ul li a:hover img {
              transform: rotateX(360deg);
              transition: 1s; }
        .post_block .sns_group ul li.facebook_back a {
          background-color: #3B5998; }
        .post_block .sns_group ul li.twitter_back a {
          background-color: #55acee; }
        .post_block .sns_group ul li.google_back a {
          background-color: #dd4b39; }
        .post_block .sns_group ul li.hatena_back a {
          background-color: #00A4DE; }
          .post_block .sns_group ul li.hatena_back a img {
            margin-right: 0.3em; }
            @media only screen and (max-width: 800px) {
              .post_block .sns_group ul li.hatena_back a img {
                width: 18px; } }
        .post_block .sns_group ul li.line_back a {
          background-color: #00c300; }
  .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; }

.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: 800px) and (max-width: 100%) {
    .entry_block:nth-child(3n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 800px) {
    .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: 800px) {
      .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: 800px) {
      .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: 800px) {
        .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: 800px) {
      .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: #1e3c91;
    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: #fff000; }
  .entry_block .entry-date {
    margin-bottom: 0;
    color: #9b1e41;
    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: 800px) {
      .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 #1e3c91;
    margin-bottom: 2rem;
    padding-left: 8px;
    font-size: 1.8rem;
    color: #9b1e41; }

.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 #1e3c91;
        text-decoration: none; }
        .hp_pagination .page-list li a:hover, .hp_pagination .page-list li span:hover {
          background-color: #9b1e41;
          color: #fff; }
      .hp_pagination .page-list li .current {
        background-color: #9b1e41;
        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: 800px) {
    .access div {
      width: 100% !important;
      float: none; }
    .access img {
      width: 100% !important;
      float: none; } }

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

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

.top_main {
  width: 80%;
  float: left; }
  @media only screen and (max-width: 800px) {
    .top_main {
      float: none;
      width: 100%; } }

.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: 800px) {
    .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: 800px) and (max-width: 100%) {
    .topics_block:nth-child(3n+1) {
      margin-left: 0; } }
  @media only screen and (max-width: 800px) {
    .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: 800px) {
      .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: #fff000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 800px) {
      .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: 800px) {
    .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: 800px) {
      .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: 800px) {
  .topics_detail {
    width: 78%;
    float: right; } }

.topics_date {
  color: #9b1e41;
  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: 800px) {
    .whats_new_wrap {
      width: 100%; } }

.whats_new_title, .topics_title, .sns_title {
  font-size: 2.0rem;
  color: #333;
  border-bottom: #333 5px solid;
  padding-left: 0.3em; }

.whats_new_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .whats_new_list li {
    padding: 10px 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 {
  display: inline-block;
  width: 7em;
  color: #3272ae; }

.whats_new_cat {
  display: inline-block;
  padding: 2px 8px;
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
  font-size: 1.2rem;
  width: 7em;
  text-align: center;
  background-color: #1e3c91; }
  @media only screen and (max-width: 800px) {
    .whats_new_cat {
      display: block; } }
  .whats_new_cat a {
    color: #fff; }
  .whats_new_cat a:hover {
    color: #E73F92; }

@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: 800px) {
    .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: 800px) {
      .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: 800px) {
      .top_bottom .top_info {
        float: none;
        width: 100%;
        margin-top: 20px; } }

.top_banner {
  float: right;
  width: 19%;
  margin-top: 20px; }
  @media only screen and (max-width: 800px) {
    .top_banner {
      float: none;
      width: 100%; } }
  .top_banner ul.side_bnr_main {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none; }
    .top_banner ul.side_bnr_main li {
      border-bottom: none;
      margin-bottom: 10px; }
      .top_banner ul.side_bnr_main li a {
        display: block;
        background-image: none;
        padding: 0;
        text-decoration: none; }

.top_sns {
  padding-top: 20px;
  clear: both; }
  .top_sns .top_sns_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    @media only screen and (max-width: 800px) {
      .top_sns .top_sns_wrap {
        display: block; } }
    .top_sns .top_sns_wrap .sns_feed {
      width: 49%;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #ddd;
      box-sizing: border-box; }
      @media only screen and (max-width: 800px) {
        .top_sns .top_sns_wrap .sns_feed {
          width: 100%; } }

#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: 800px) {
        #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: 800px) {
      #comments .comment-author img {
        float: none;
        margin-right: 0; } }
  @media only screen and (max-width: 800px) {
    #comments .comment-author cite {
      margin-left: 10px;
      text-align: left;
      display: inline-block; } }
  @media only screen and (max-width: 800px) {
    #comments .comment-meta {
      margin-top: 10px; } }
  #comments .commentmetadata + p {
    clear: both;
    padding-top: 15px;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 800px) {
      #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: 800px) {
      #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: 800px) {
    #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: 800px) {
    .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: 800px) {
    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: #1e3c91;
  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: 800px) {
    .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: 800px) {
    .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: 800px) {
      .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: 800px) {
    .link-organization-map {
      float: none;
      display: none; } }

.link-organization-atoher-wrap {
  padding: 0 16px; }
  @media only screen and (max-width: 800px) {
    .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: 800px) {
    .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: 800px) {
    .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: 800px) {
    .link-other-list-wrap {
      padding: 0; } }
