@charset "UTF-8";
.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

@media screen and (max-width: 860px) {
  main {
    margin-top: 50px; } }

header {
  display: block;
  max-width: 960px;
  z-index: 100;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  border: 2px solid #dadada;
  width: 94%;
  border-radius: 4px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 64px; }
  header h1 {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  header ul {
    position: absolute;
    right: 0px;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    header ul li {
      margin-right: 40px; }
      header ul li a {
        padding: 18px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        font-size: 90%; }
      header ul li:last-child {
        padding: 0;
        margin-right: 0; }
        header ul li:last-child a {
          border-radius: 3px;
          background: #33a3eb;
          color: #FFF;
          width: 100%;
          text-align: center;
          width: 170px; }
        header ul li:last-child.coming {
          position: relative;
          width: 170px; }
          header ul li:last-child.coming a {
            background: #666;
            padding: 0;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            pointer-events: none; }
  header #SpMenu {
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: none;
    width: 26px; }
    header #SpMenu a {
      display: block;
      line-height: 1; }
      header #SpMenu a img {
        width: 100%; }
    @media screen and (max-width: 860px) {
      header #SpMenu {
        display: block; } }
  @media screen and (max-width: 860px) {
    header {
      display: block;
      height: 80px;
      background: #FFF;
      position: fixed;
      width: 100%;
      z-index: 101;
      top: 0;
      left: 0;
      height: 50px;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      header nav {
        display: none;
        left: 0;
        z-index: 99; }
        header nav ul {
          left: 0;
          display: block; }
          header nav ul li {
            text-align: center;
            width: 148px;
            position: relative;
            margin-left: 4px;
            border-bottom: 1px solid #e5e5e5; }
            header nav ul li a {
              padding: 0.8em;
              display: block;
              color: #33a3eb;
              font-size: 1.4rem;
              letter-spacing: 1px;
              -webkit-transition: 400ms;
              -o-transition: 400ms;
              transition: 400ms;
              position: relative; } }
          @media screen and (max-width: 860px) and (max-width: 1080px) {
            header nav ul li a {
              padding: 1em 0.3em; } }
  @media screen and (max-width: 860px) {
              header nav ul li a:before {
                position: absolute;
                font-size: 9px;
                color: #00922c;
                width: 100%;
                left: 0;
                top: -7px; } }
            @media screen and (max-width: 860px) and (max-width: 1080px) {
              header nav ul li a:before {
                top: 3px; } }
  @media screen and (max-width: 860px) {
            header nav ul li a:hover {
              text-decoration: none;
              background: #f3f3f3; }
            header nav ul li:hover {
              border-bottom: 1px solid #33a3eb; }
        header nav.show {
          display: block;
          position: absolute;
          z-index: 100;
          background: #ececec;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          top: 47px;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          overflow: hidden;
          right: auto; }
          header nav.show ul {
            height: auto;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            display: block;
            padding-top: 2%;
            position: relative; }
            header nav.show ul li {
              background: #FFF;
              width: 96%;
              margin: 0 2%; }
              header nav.show ul li a {
                font-size: 1.4rem; }
              header nav.show ul li a:hover {
                background: #FFF; }
            header nav.show ul li:last-child {
              background: #33a3eb;
              text-align: center;
              margin: 0;
              width: 96%;
              margin: 2%; }
              header nav.show ul li:last-child a {
                width: 100%; }
              header nav.show ul li:last-child a:hover {
                background: #56b3ec; }
              header nav.show ul li:last-child.coming a {
                padding: 0.6em 0; } }

header.scroll {
  display: block;
  height: 80px;
  background: #FFF;
  position: fixed;
  width: 100%;
  z-index: 101;
  top: 0;
  left: 0; }
  @media screen and (max-width: 860px) {
    header.scroll {
      height: 50px; } }
  header.scroll h1 {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    header.scroll h1 > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    header.scroll h1 img {
      margin-right: 8px; }
    header.scroll h1 .tokyoLogo {
      max-width: 111px; }
    header.scroll h1 .tmg {
      max-width: 117px; }
      @media screen and (max-width: 1200px) {
        header.scroll h1 .tmg {
          display: none; } }
      @media screen and (max-width: 860px) {
        header.scroll h1 .tmg {
          display: block; } }
  header.scroll nav {
    position: absolute;
    top: 50%;
    right: 1%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    header.scroll nav ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header.scroll nav ul li {
        text-align: center;
        width: 148px;
        position: relative;
        margin-left: 4px;
        border-bottom: 1px solid #e5e5e5; }
        header.scroll nav ul li a {
          padding: 0.8em;
          display: block;
          color: #00922c;
          font-size: 1.4rem;
          letter-spacing: 1px;
          -webkit-transition: 400ms;
          -o-transition: 400ms;
          transition: 400ms;
          position: relative; }
          @media screen and (max-width: 1080px) {
            header.scroll nav ul li a {
              padding: 1.5em 0.3em 0.8em 0.3em; } }
          header.scroll nav ul li a:before {
            position: absolute;
            font-size: 9px;
            color: #00922c;
            width: 100%;
            left: 0;
            top: -7px; }
            @media screen and (max-width: 1080px) {
              header.scroll nav ul li a:before {
                top: 3px; } }
        header.scroll nav ul li:nth-child(1) a, header.scroll nav ul li:nth-child(6) a {
          padding: 0.8em 0.3em; }
        header.scroll nav ul li:nth-child(2) a:before {
          content: "Step 1"; }
        header.scroll nav ul li:nth-child(3) a:before {
          content: "Step 2"; }
        header.scroll nav ul li:nth-child(4) a:before {
          content: "Step 3"; }
        header.scroll nav ul li:nth-child(5) a:before {
          content: "Step 4"; }
        header.scroll nav ul li a:hover {
          text-decoration: none;
          background: #f3f3f3; }
        header.scroll nav ul li:hover {
          border-bottom: 1px solid #07b93c; }
      header.scroll nav ul li:last-child {
        width: auto;
        margin-left: 20px;
        background: #cd6c6c;
        position: relative; }
        header.scroll nav ul li:last-child:hover {
          opacity: 0.9;
          background: #cd6c6c; }
        header.scroll nav ul li:last-child a {
          padding: 0.8em 2em 0.8em 3.5em;
          color: #FFF; }
        header.scroll nav ul li:last-child a:hover {
          background: #cd6c6c; }
        header.scroll nav ul li:last-child:before {
          content: "";
          position: absolute;
          display: block;
          left: 20px;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          background: url("https://www.chiba-shienkin.com/assets/img/icon_document.svg");
          width: 18px;
          height: 18px;
          background-size: 100% auto; }
    @media screen and (max-width: 1420px) {
      header.scroll nav {
        width: calc(100% - 280px); }
      header.scroll nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        header.scroll nav ul li {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          width: auto; } }
    @media screen and (max-width: 1200px) {
      header.scroll nav {
        width: calc(100% - 160px); }
      header.scroll nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        header.scroll nav ul li {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          width: auto; } }
    @media screen and (max-width: 1080px) {
      header.scroll nav ul li a {
        font-size: 1.2rem; } }
    @media screen and (max-width: 860px) {
      header.scroll nav {
        display: none; }
        header.scroll nav.show {
          display: block;
          position: absolute;
          z-index: 100;
          background: #ececec;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          top: 50px;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-top: 1px solid #00922c;
          border-bottom: 1px solid #00922c;
          overflow: hidden;
          right: auto; }
          header.scroll nav.show ul {
            display: block;
            padding-top: 2%; }
            header.scroll nav.show ul li {
              background: #FFF;
              width: 96%;
              margin: 0 2%; }
              header.scroll nav.show ul li a {
                font-size: 1.4rem; }
              header.scroll nav.show ul li a:hover {
                background: #FFF; }
            header.scroll nav.show ul li:last-child {
              background: #cd6c6c;
              margin: 0;
              width: 96%;
              margin: 2%; }
              header.scroll nav.show ul li:last-child a:hover {
                background: #cd6c6c; } }

footer {
  background: #fff;
  padding: 0px 0 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 40px 0 0; } }
  footer #footerLink {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6; }
    footer #footerLink li {
      padding: 14px 1em;
      font-size: 1.4rem; }
      footer #footerLink li a {
        color: #666; }
        footer #footerLink li a:before {
          content: '→ '; }
  @media screen and (max-width: 768px) {
    footer #footerLink {
      background: #FFF;
      display: block;
      border-top: 1px solid #d4d4d4; }
      footer #footerLink li {
        padding: 1em 3% 1em 3%;
        font-size: 1.4rem;
        border-bottom: 1px solid #d4d4d4;
        position: relative; }
        footer #footerLink li a {
          display: block; }
          footer #footerLink li a:before {
            content: '>';
            position: absolute;
            top: 50%;
            right: 5%;
            -webkit-transform: translate3d(0, -50%, 0) scale(0.7, 1);
            transform: translate3d(0, -50%, 0) scale(0.7, 1); } }
  footer > div {
    text-align: center;
    background: #33a3eb;
    color: #FFF;
    font-size: 12px;
    padding: 45px 0;
    font-size: 1.2rem;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      footer > div {
        margin-top: 0px;
        font-size: 1rem;
        padding: 15px 0; } }

main > section > h2 {
  margin-bottom: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  main > section > h2 span {
    margin-top: 20px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
    border: 1px solid #00922c;
    border-radius: 4px;
    color: #00922c;
    padding: 0.3em 0.7em;
    font-size: 1.3rem; }
    @media screen and (max-width: 768px) {
      main > section > h2 span {
        margin-top: 10px;
        font-size: 1.2rem;
        letter-spacing: 2px; } }
  @media screen and (max-width: 768px) {
    main > section > h2 {
      margin-bottom: 20px; }
      main > section > h2 img {
        height: 30px; } }

#pageTop {
  background: #33a3eb;
  border-radius: 5px;
  position: fixed;
  z-index: 99;
  width: 40px;
  text-align: center;
  right: 30px;
  bottom: 40px;
  border: 2px solid #FFF;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 0;
  pointer-events: none; }
  #pageTop a {
    padding: 10px 0;
    display: block;
    width: 100%;
    height: 100%; }
  #pageTop.show {
    opacity: 1;
    pointer-events: all; }
    #pageTop.show:hover {
      opacity: 0.7; }
  @media screen and (max-width: 768px) {
    #pageTop {
      right: 15px;
      bottom: 15px;
      width: 30px; }
      #pageTop a {
        padding: 5px 0;
        display: block;
        width: 100%;
        height: 100%; }
        #pageTop a:hover {
          opacity: 1; } }

a {
  color: #3e80b7;
  line-height: 1.6em;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    text-decoration: underline; }

a.arrow {
  font-size: 100%;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em; }
  a.arrow:before {
    content: url("../img/allow_mini.svg");
    margin-right: 10px; }
  @media screen and (max-width: 768px) {
    a.arrow {
      font-size: 95%; } }
  a.arrow.lf {
    margin-left: -1.5em; }

.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 26px 0;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto; }
  .pankuzu li {
    font-size: 1.4rem;
    padding: 3px 0 3px 1em;
    line-height: 1;
    vertical-align: middle;
    position: relative; }
    .pankuzu li:before {
      content: '>';
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 0em;
      -webkit-transform: translate3d(0, -60%, 0) scale(0.6, 1);
      transform: translate3d(0, -60%, 0) scale(0.6, 1); }
  .pankuzu li:first-child {
    padding: 0 10px 0 0; }
    .pankuzu li:first-child:before {
      content: none; }

@media screen and (max-width: 768px) {
  .pankuzu {
    padding: 16px 0; }
    .pankuzu li {
      font-size: 1.2rem; } }

main#error {
  margin-top: 300px; }