@charset "UTF-8";
/*
#overview
second.css

comment
*/
@media screen and (max-width: 800px) {
  #pankuzu ul {
    text-align: right; }
    #pankuzu ul li:after {
      content: "―";
      padding: 0 7px; }
    #pankuzu ul li:last-child:after {
      display: none; }
    #pankuzu ul li a.no_link {
      pointer-events: none;
      color: #2a2a2a; }
  #contentsWrap #subMenu ul > li > ul {
    display: none; }
    #contentsWrap #subMenu ul > li > ul.disp {
      display: block; }
  #contentsWrap #pageTitle {
    width: 100%; }
  #tobiraHead {
    position: relative;
    overflow: hidden;
    border-bottom: none;
    margin-top: -4px; }
    #tobiraHead:before {
      content: "";
      display: block;
      position: absolute;
      color: #fff;
      font-size: 62px;
      font-family: "garamond", "serif";
      right: calc(50% - 480px);
      bottom: -11px;
      opacity: 0.7;
      line-height: 1;
      right: 0;
      font-size: 50px; }
    #tobiraHead:after {
      content: "";
      display: block;
      width: 120px;
      height: 1px;
      background: #aa8546;
      position: absolute;
      bottom: 0;
      left: 0; }
    #tobiraHead.about {
      background: url("../images/second/2023/title_bg_about.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.about:before {
        content: "ABOUT US"; }
    #tobiraHead.activity {
      background: url("../images/second/2023/title_bg_activity.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.activity:before {
        content: "ACTIVITIES"; }
    #tobiraHead.bengoshi {
      background: url("../images/second/2023/title_bg_bengoshi.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.bengoshi:before {
        content: "ACCESS TO PUBLIC SERVICES";
        text-align: right;
        font-size: 40px;
        bottom: -3px; }
    #tobiraHead.admission {
      background: url("../images/second/2023/title_bg_admission.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.admission:before {
        content: "ADMISSIONS"; }
    #tobiraHead #tobiraTitle {
      width: 100%;
      max-width: 960px;
      position: relative;
      z-index: 1;
      color: #123b78;
      padding-left: 10px; }
  .tobiraMokuji {
    letter-spacing: inherit;
    padding-top: 20px; }
  .tobiraMokuji_2023 p.tobiraTxt {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px; }
  .tobiraMokuji_2023 .cateBlock_wrap {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 5px; }
    .tobiraMokuji_2023 .cateBlock_wrap .cateBlock {
      flex-basis: 48%;
      margin-bottom: 30px; }
      .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a {
        display: block;
        transition: all 0.3s; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a:hover {
          opacity: 0.8; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a img {
          width: 100%; }
      .tobiraMokuji_2023 .cateBlock_wrap .cateBlock .link {
        position: relative;
        padding: 15px 25px 0px 0;
        font-size: 16px; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock .link:after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 0px;
          background: none;
          border: 0px;
          border-top: solid 1px #123b78;
          border-right: solid 1px #123b78;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 22px;
          right: 3px; }
  #subMenu > ul > li > ul > li > a.nowPost {
    background-color: #d2d7e1; }
  #subMenu > ul > li > ul > li > ul > li > a.nowPost {
    font-weight: bold; }
  #soudanTobira p {
    margin-top: 0;
    line-height: 1.5; }
  #soudanTobira .infoMenu li {
    width: auto;
    float: none;
    margin-right: 0;
    background: linear-gradient(#335595, #1d4288);
    height: 57px; }
    #soudanTobira .infoMenu li a {
      padding-right: 25px;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-top: 0;
      height: 57px; }
  ul.tobira_index {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 30px;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px; }
    ul.tobira_index li {
      flex-basis: 49%;
      margin-bottom: 10px; }
      ul.tobira_index li.blank {
        border: none;
        flex-basis: 1px; }
      ul.tobira_index li a {
        display: block;
        border: 1px solid #123b78;
        padding: 11px 25px 11px 25px;
        text-align: center;
        position: relative; }
        ul.tobira_index li a:before {
          display: block;
          top: 50%;
          left: 15px;
          margin-top: -5px;
          border-bottom: solid 2px #123b78;
          border-right: solid 2px #123b78;
          -webkit-transform: rotate(45deg);
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          transform: rotate(45deg); }
  .anc {
    position: relative;
    top: -30px; }
  #soudanTobira p.tobiraTxt {
    margin-top: 20px;
    font-size: 17px; }
  #post .soudan_link {
    text-align: center; }
    #post .soudan_link div {
      margin-bottom: 15px; }
      #post .soudan_link div:hover {
        opacity: 0.75; }
      #post .soudan_link div img {
        max-width: 100%; }
  .soudanMenu .soudan_link {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    padding-top: 15px; }
    .soudanMenu .soudan_link div {
      margin-bottom: 15px; }
      .soudanMenu .soudan_link div:hover {
        opacity: 0.75; }
  #contents #post .list ul {
    list-style: none;
    margin-top: 10px; }
    #contents #post .list ul li {
      padding-left: 15px;
      position: relative;
      text-indent: 0px; }
    #contents #post .list ul li:before {
      background: #5c79af;
      width: 8px;
      height: 2px;
      border-radius: 0;
      position: absolute;
      margin: 0;
      top: 12px;
      left: 0; } }

@media print, screen and (min-width: 960px) {
  #pankuzu ul {
    text-align: right; }
    #pankuzu ul li:after {
      content: "―";
      padding: 0 7px; }
    #pankuzu ul li:last-child:after {
      display: none; }
    #pankuzu ul li a.no_link {
      pointer-events: none;
      color: #2a2a2a; }
  #contentsWrap #subMenu ul > li > ul {
    display: none; }
    #contentsWrap #subMenu ul > li > ul.disp {
      display: block; }
  #contentsWrap #pageTitle {
    width: 100%; }
  #tobiraHead {
    position: relative;
    overflow: hidden;
    border-bottom: none;
    margin-top: -4px; }
    #tobiraHead:before {
      content: "";
      display: block;
      position: absolute;
      color: #fff;
      font-size: 62px;
      font-family: "garamond", "serif";
      right: calc(50% - 480px);
      bottom: -11px;
      opacity: 0.7;
      line-height: 1; }
    #tobiraHead:after {
      content: "";
      display: block;
      width: 120px;
      height: 1px;
      background: #aa8546;
      position: absolute;
      bottom: 0;
      left: calc(50% - 480px); }
    #tobiraHead.about {
      background: url("../images/second/2023/title_bg_about.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.about:before {
        content: "ABOUT US"; }
    #tobiraHead.activity {
      background: url("../images/second/2023/title_bg_activity.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.activity:before {
        content: "ACTIVITIES"; }
    #tobiraHead.bengoshi {
      background: url("../images/second/2023/title_bg_bengoshi.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.bengoshi:before {
        content: "ACCESS TO PUBLIC SERVICES";
        text-align: right; }
    #tobiraHead.admission {
      background: url("../images/second/2023/title_bg_admission.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.admission:before {
        content: "ADMISSIONS"; }
    #tobiraHead #tobiraTitle {
      width: 100%;
      max-width: 960px;
      position: relative;
      z-index: 1;
      color: #123b78; }
  .tobiraMokuji {
    letter-spacing: inherit;
    padding-top: 20px; }
  .tobiraMokuji_2023 p.tobiraTxt {
    font-size: 16px; }
  .tobiraMokuji_2023 .cateBlock_wrap {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px; }
    .tobiraMokuji_2023 .cateBlock_wrap .cateBlock {
      flex-basis: 31%;
      margin-bottom: 45px; }
      .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a {
        display: block;
        transition: all 0.3s; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a:hover {
          opacity: 0.8; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a img {
          width: 100%; }
      .tobiraMokuji_2023 .cateBlock_wrap .cateBlock .link {
        position: relative;
        padding: 15px 25px 0px 0;
        font-size: 18px; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock .link:after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 0px;
          background: none;
          border: 0px;
          border-top: solid 1px #123b78;
          border-right: solid 1px #123b78;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 22px;
          right: 3px; }
  #subMenu > ul > li > a {
    padding-top: 20px; }
  #subMenu > ul > li > ul > li > a.nowPost {
    background-color: #d2d7e1; }
  #subMenu > ul > li > ul > li > ul > li > a.nowPost {
    font-weight: bold; }
  #soudanTobira p {
    margin-top: 0;
    line-height: 1.5; }
  #soudanTobira .infoMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #soudanTobira .infoMenu:after {
      display: none; }
    #soudanTobira .infoMenu li {
      width: auto;
      float: none;
      margin-right: 0;
      background: linear-gradient(#335595, #1d4288);
      height: 57px;
      flex-basis: 32%; }
      #soudanTobira .infoMenu li a {
        padding-right: 25px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 0;
        height: 57px; }
  ul.tobira_index {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 30px;
    flex-wrap: nowrap; }
    ul.tobira_index li {
      flex-basis: 19%; }
      ul.tobira_index li.blank {
        display: none; }
      ul.tobira_index li a {
        display: block;
        border: 1px solid #123b78;
        padding: 11px 25px 11px 25px;
        text-align: center;
        position: relative; }
        ul.tobira_index li a:before {
          display: block;
          top: 50%;
          left: 15px;
          margin-top: -5px;
          border-bottom: solid 2px #123b78;
          border-right: solid 2px #123b78;
          -webkit-transform: rotate(45deg);
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          transform: rotate(45deg); }
  .anc {
    position: relative;
    top: -130px; }
  #soudanTobira .anc {
    position: relative;
    top: -105px; }
  #soudanTobira p.tobiraTxt {
    margin-top: 20px;
    font-size: 17px; }
  #post .soudan_link {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #post .soudan_link div {
      margin-bottom: 15px; }
      #post .soudan_link div:hover {
        opacity: 0.75; }
      #post .soudan_link div img {
        max-width: 100%; }
    #post .soudan_link div {
      flex-basis: 49%;
      margin-bottom: 0; }
      #post .soudan_link div img {
        width: 100%; }
    #post .soudan_link div.tel {
      pointer-events: none; }
      #post .soudan_link div.tel:hover {
        opacity: 1; }
  .soudanMenu .soudan_link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .soudanMenu .soudan_link div {
      margin-right: 15px; }
      .soudanMenu .soudan_link div:hover {
        opacity: 0.75; }
    .soudanMenu .soudan_link div.tel {
      pointer-events: none; }
      .soudanMenu .soudan_link div.tel:hover {
        opacity: 1; }
  #contents #post .list ul {
    list-style: none;
    margin-top: 10px; }
    #contents #post .list ul li {
      padding-left: 15px;
      position: relative;
      text-indent: 0px; }
    #contents #post .list ul li:before {
      background: #5c79af;
      width: 8px;
      height: 2px;
      border-radius: 0;
      position: absolute;
      margin: 0;
      top: 12px;
      left: 0; } }

/* FREE Display
-------------------------------------------------- */
@media screen and (min-width: 801px) and (max-width: 959px) {
  #pankuzu ul {
    text-align: right; }
    #pankuzu ul li:after {
      content: "―";
      padding: 0 7px; }
    #pankuzu ul li:last-child:after {
      display: none; }
    #pankuzu ul li a.no_link {
      pointer-events: none;
      color: #2a2a2a; }
  #contentsWrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    #contentsWrap #subMenu {
      width: 200px; }
      #contentsWrap #subMenu ul > li > ul {
        display: none; }
        #contentsWrap #subMenu ul > li > ul.disp {
          display: block; }
    #contentsWrap #contents {
      width: calc(100% - 230px); }
    #contentsWrap #pageTitle {
      width: 100%; }
  #tobiraHead {
    position: relative;
    overflow: hidden;
    border-bottom: none;
    margin-top: -4px; }
    #tobiraHead:before {
      content: "";
      display: block;
      position: absolute;
      color: #fff;
      font-size: 62px;
      font-family: "garamond", "serif";
      right: calc(50% - 480px);
      bottom: -11px;
      opacity: 0.7;
      line-height: 1;
      right: 0; }
    #tobiraHead:after {
      content: "";
      display: block;
      width: 120px;
      height: 1px;
      background: #aa8546;
      position: absolute;
      bottom: 0;
      left: 0; }
    #tobiraHead.about {
      background: url("../images/second/2023/title_bg_about.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.about:before {
        content: "ABOUT US"; }
    #tobiraHead.activity {
      background: url("../images/second/2023/title_bg_activity.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.activity:before {
        content: "ACTIVITIES"; }
    #tobiraHead.bengoshi {
      background: url("../images/second/2023/title_bg_bengoshi.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.bengoshi:before {
        content: "ACCESS TO PUBLIC SERVICES";
        text-align: right; }
    #tobiraHead.admission {
      background: url("../images/second/2023/title_bg_admission.jpg") no-repeat center 0;
      background-size: 1920px auto; }
      #tobiraHead.admission:before {
        content: "ADMISSIONS"; }
    #tobiraHead #tobiraTitle {
      width: 100%;
      max-width: 960px;
      position: relative;
      z-index: 1;
      color: #123b78;
      padding-left: 10px; }
  .tobiraMokuji {
    letter-spacing: inherit;
    padding-top: 20px; }
  .tobiraMokuji_2023 p.tobiraTxt {
    font-size: 16px; }
  .tobiraMokuji_2023 .cateBlock_wrap {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px; }
    .tobiraMokuji_2023 .cateBlock_wrap .cateBlock {
      flex-basis: 31%;
      margin-bottom: 45px; }
      .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a {
        display: block;
        transition: all 0.3s; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a:hover {
          opacity: 0.8; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock a img {
          width: 100%; }
      .tobiraMokuji_2023 .cateBlock_wrap .cateBlock .link {
        position: relative;
        padding: 15px 25px 0px 0;
        font-size: 18px; }
        .tobiraMokuji_2023 .cateBlock_wrap .cateBlock .link:after {
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 0px;
          background: none;
          border: 0px;
          border-top: solid 1px #123b78;
          border-right: solid 1px #123b78;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 22px;
          right: 3px; }
  #subMenu > ul > li > ul > li > a.nowPost {
    background-color: #d2d7e1; }
  #subMenu > ul > li > ul > li > ul > li > a.nowPost {
    font-weight: bold; }
  #soudanTobira p {
    margin-top: 0;
    line-height: 1.5; }
  #soudanTobira .infoMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #soudanTobira .infoMenu:after {
      display: none; }
    #soudanTobira .infoMenu li {
      width: auto;
      float: none;
      margin-right: 0;
      background: linear-gradient(#335595, #1d4288);
      height: 57px;
      flex-basis: 49%; }
      #soudanTobira .infoMenu li a {
        padding-right: 25px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 0;
        height: 57px; }
  ul.tobira_index {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 30px;
    flex-wrap: wrap; }
    ul.tobira_index li {
      flex-basis: 32%;
      margin-bottom: 10px; }
      ul.tobira_index li.blank {
        border: none; }
      ul.tobira_index li a {
        display: block;
        border: 1px solid #123b78;
        padding: 11px 25px 11px 25px;
        text-align: center;
        position: relative; }
        ul.tobira_index li a:before {
          display: block;
          top: 50%;
          left: 15px;
          margin-top: -5px;
          border-bottom: solid 2px #123b78;
          border-right: solid 2px #123b78;
          -webkit-transform: rotate(45deg);
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          transform: rotate(45deg); }
  #soudanTobira p.tobiraTxt {
    margin-top: 20px;
    font-size: 17px; }
  #post .soudan_link {
    text-align: center; }
    #post .soudan_link div {
      margin-bottom: 15px; }
      #post .soudan_link div:hover {
        opacity: 0.75; }
      #post .soudan_link div img {
        max-width: 100%; }
  .soudanMenu .soudan_link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .soudanMenu .soudan_link div {
      margin-right: 15px; }
      .soudanMenu .soudan_link div:hover {
        opacity: 0.75; }
  #contents #post .list ul {
    list-style: none;
    margin-top: 10px; }
    #contents #post .list ul li {
      padding-left: 15px;
      position: relative;
      text-indent: 0px; }
    #contents #post .list ul li:before {
      background: #5c79af;
      width: 8px;
      height: 2px;
      border-radius: 0;
      position: absolute;
      margin: 0;
      top: 12px;
      left: 0; } }
