/*nav
-------------------------------------------*/
header {
  display: none; }
  @media screen and (max-width: 750px) {
    header {
      display: block;
      width: 100%;
      position: fixed;
      top: 0;
      background-color: rgba(255, 255, 255, 0.9);
      height: 80px;
      z-index: 10; }
      header > .inner {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        position: relative; }
        header > .inner .logo {
          width: 70%;
          padding-left: 15px;
          display: flex;
          flex-direction: column;
          text-align: left; }
          header > .inner .logo img {
            width: 200px; }
          header > .inner .logo p {
            text-align: left; }
        header > .inner .icon-animation {
          width: 30px;
          height: 30px;
          display: block;
          position: absolute;
          top: 14px;
          right: 10px;
          z-index: 2; }
          header > .inner .icon-animation.is-open .top {
            transform: translateY(0px) scale(0); }
          header > .inner .icon-animation.is-open .bottom {
            transform: translateY(0px) scale(0); }
          header > .inner .icon-animation.is-open .middle:before {
            transform: rotate(45deg);
            background: #fff; }
          header > .inner .icon-animation.is-open .middle:after {
            transform: rotate(-45deg);
            background: #fff; }
          header > .inner .icon-animation.is-open:after {
            content: "MENU";
            font-size: 10px;
            color: #fff;
            position: absolute;
            left: 1px;
            bottom: -15px; }
          header > .inner .icon-animation span {
            transition: all 0.3s;
            width: 30px;
            height: 3px;
            display: block;
            background: #0064b9;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -15px; }
          header > .inner .icon-animation .top {
            transform: translateY(-10px) scale(1); }
          header > .inner .icon-animation .bottom {
            transform: translateY(10px) scale(1); }
          header > .inner .icon-animation .middle {
            background: none;
            position: relative; }
            header > .inner .icon-animation .middle:before {
              transition: all 0.3s;
              content: "";
              width: 30px;
              height: 3px;
              background: #0064b9;
              display: block;
              transform: rotate(0deg);
              position: absolute; }
            header > .inner .icon-animation .middle:after {
              transition: all 0.3s;
              content: "";
              width: 30px;
              height: 3px;
              background: #0064b9;
              display: block;
              transform: rotate(0deg);
              position: absolute; }
          header > .inner .icon-animation:after {
            content: "MENU";
            font-size: 10px;
            color: #0064b9;
            position: absolute;
            left: 1px;
            bottom: -15px; }
      header nav.gnav {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background: #00aeef;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        display: none; }
        header nav.gnav ul {
          padding: 100px 0;
          list-style: none;
          text-align: center; }
          header nav.gnav ul li {
            text-decoration: none;
            padding: 20px 0; }
            header nav.gnav ul li a {
              font-size: 30px;
              font-weight: bold;
              text-decoration: none;
              color: #ffffff;
              width: 100%;
              height: 100%;
              display: grid; }
              header nav.gnav ul li a span {
                font-size: 14px; }
              header nav.gnav ul li a:hover {
                opacity: 0.7; } }

#wrapper {
  width: 100%;
  max-width: 1000px; }
  #wrapper .ttl_img {
    display: flex;
    justify-content: center;
    padding: 30px 0; }
    @media screen and (max-width: 750px) {
      #wrapper .ttl_img {
        max-width: 750px;
        display: flex;
        align-items: center;
        padding-top: 120px;
        padding-bottom: 0; } }
    #wrapper .ttl_img img {
      width: 823px; }
      @media screen and (max-width: 750px) {
        #wrapper .ttl_img img {
          width: 90%;
          height: auto; } }
  @media screen and (max-width: 750px) {
    #wrapper .contents {
      padding-left: 0;
      width: 90%;
      margin: 0 auto;
      display: flex; }
      #wrapper .contents .ttl {
        margin-left: 0; } }
  #wrapper .contents .nav, #wrapper .contents.top .nav {
    float: left;
    width: 130px;
    margin-top: 50px; }
    @media screen and (max-width: 750px) {
      #wrapper .contents .nav, #wrapper .contents.top .nav {
        display: none; } }
  #wrapper span.new {
    color: #fff;
    background-color: #FF0004;
    margin-left: 5px;
    padding: 0 3px;
    font-size: 80%;
    width: 20px; }
  #wrapper .nav li {
    padding-bottom: 10px; }
    #wrapper .nav li ol li {
      text-align: left;
      text-justify: none;
      padding-bottom: 0px;
      padding-left: 1em;
      text-indent: -1em; }
      #wrapper .nav li ol li a:link span.new, #wrapper .nav li ol li a:visited span.new, #wrapper .nav li ol li a:hover span.new {
        text-decoration: none !important; }
    #wrapper .nav li.on {
      color: #666666; }

.cnt_area {
  max-width: 850px;
  padding-left: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .cnt_area {
      max-width: 750px;
      width: 100%;
      padding-left: 0;
      margin: 0 auto; } }
  .cnt_area .ttl_bar {
    width: 100%;
    background-color: #00AEEF;
    padding: 3px 0; }
    .cnt_area .ttl_bar p {
      text-align: center;
      color: #fff;
      font-size: 17px;
      font-weight: bold; }
  .cnt_area .tbox01 {
    width: 100%;
    padding: 30px 0; }
    .cnt_area .tbox01 h2 {
      font-size: 18px !important;
      font-weight: bold !important; }
    .cnt_area .tbox01 .txt {
      padding-top: 10px;
      font-size: 16px !important;
      color: #666; }
  .cnt_area .pbox01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .cnt_area .pbox01 .box_in {
      padding-bottom: 10px; }
      .cnt_area .pbox01 .box_in img {
        padding: 0 5px; }
        @media screen and (max-width: 750px) {
          .cnt_area .pbox01 .box_in img {
            padding: 10px 0;
            width: 100%;
            height: auto; } }
