@charset "UTF-8";
@import url(reset.css);
body:before {
  display: block;
  content: '';
  height: 4px;
  background-color: #46B3DB; }

.header {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px; }
  @media screen and (max-width: 1025px) {
    .header {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .header {
      width: 100%;
      height: auto; } }
  .header .header-title {
    font-size: 13px; }
    @media screen and (max-width: 667px) {
      .header .header-title {
        padding: 5px; } }

.header-list {
  padding-top: 10px;
  padding-bottom: 25px; }
  @media screen and (max-width: 480px) {
    .header-list {
      padding-top: 25px; } }
  .header-list:after {
    display: block;
    content: '';
    clear: both; }
  .header-list .company {
    float: left;
    padding-left: 0px; }
    .header-list .company img {
      max-width: 100%; }
    @media screen and (max-width: 667px) {
      .header-list .company {
        padding-left: 10px; } }
    @media screen and (max-width: 480px) {
      .header-list .company {
        float: none;
        padding: 10px;
        text-align: center;
        padding-bottom: 25px; } }
  .header-list .tel {
    float: right; }
    @media screen and (max-width: 667px) {
      .header-list .tel {
        padding-right: 10px;
        padding-top: 20px; } }
    @media screen and (max-width: 480px) {
      .header-list .tel {
        float: none;
        padding: 0px;
        text-align: center; } }

.fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%; }

#front-menu {
  width: 100%;
  background-color: #46B3DB;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    #front-menu {
      margin-bottom: 20px; } }

.nav-list {
  margin: 0 auto;
  width: 1200px; }
  @media screen and (max-width: 1025px) {
    .nav-list {
      width: 100%; } }
  .nav-list:after {
    display: block;
    content: '';
    clear: both; }
  .nav-list li {
    float: left;
    height: 60px;
    width: 14.28571%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dotted #ffffff; }
    .nav-list li:first-of-type {
      border-left: 1px dotted #ffffff; }
  .nav-list a {
    position: relative;
    display: -webkit-box;
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: flex;
    -webkit-box-align: center;
    /* Android4.3以前ブラウザ用 */
    -webkit-align-items: center;
    /* iOS8以前Safari用 */
    align-items: center;
    -webkit-box-pack: center;
    /* Android4.3以前ブラウザ用 */
    -webkit-justify-content: center;
    /* iOS8以前Safari用 */
    justify-content: center;
    height: 100%;
    color: #ffffff; }
    .nav-list a:before {
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 0;
      height: 3px;
      content: '';
      background-color: #ffffff; }
    .nav-list a:hover:before {
      -webkit-animation: navlist .5s both;
      animation: navlist .5s both; }
    .nav-list a span {
      display: block;
      width: 100%;
      font-size: 15px; }
      @media screen and (max-width: 480px) {
        .nav-list a span {
          font-size: 12px; } }
      .nav-list a span q {
        font-size: 12px; }
        @media screen and (max-width: 480px) {
          .nav-list a span q {
            font-size: 10px; } }
@keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-ms-keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 80px; } }
@-moz-keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.main-visual {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 344px;
  overflow: hidden;
  background-image: url(../img_slid/slide1.jpg);
  background-repeat: no-repeat;
  background-position: right 20%; }
  @media screen and (max-width: 1025px) {
    .main-visual {
      height: 260px;
      background-size: cover; } }
  @media screen and (max-width: 667px) {
    .main-visual {
      height: 200px; } }
  @media screen and (max-width: 480px) {
    .main-visual {
      position: static;
      height: auto;
      background: none; } }
  .main-visual .text06 {
    position: absolute;
    top: 23.18841%;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 25px;
    margin: auto;
    text-align: center;
    width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0; }
    @media screen and (max-width: 1300px) {
      .main-visual .text06 {
        text-align: center;
        font-size: 17px;
        text-shadow: 0 1px 0 #ffffff, 1px 0 0 #ffffff, 0 -1px 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; } }
    @media screen and (max-width: 1025px) {
      .main-visual .text06 {
        font-size: 18px;
        width: 550px;
        text-align: right; } }
    @media screen and (max-width: 667px) {
      .main-visual .text06 {
        font-size: 14px;
        width: 380px;
        margin: 0px;
        left: 37.48126%;
        top: 50%; } }
    @media screen and (max-width: 480px) {
      .main-visual .text06 {
        width: 100%;
        text-align: center;
        position: static;
        display: block;
        font-size: 13px;
        padding-top: 25px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        background-image: url(../img_slid/slide1.jpg);
        background-size: 580px auto;
        background-position: right 0;
        background-repeat: no-repeat;
        text-shadow: 0 1px 0 #ffffff, 1px 0 0 #ffffff, 0 -1px 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; } }
    .main-visual .text06 span {
      display: block;
      font-size: 44px;
      margin-top: 15px;
      margin-bottom: 15px; }
      @media screen and (max-width: 1025px) {
        .main-visual .text06 span {
          font-size: 40px; } }
      @media screen and (max-width: 667px) {
        .main-visual .text06 span {
          font-size: 35px;
          margin: 0px; } }
      @media screen and (max-width: 480px) {
        .main-visual .text06 span {
          font-size: 22px; } }

/* -------------------
 
---------------------- */
.bus-sign {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 1025px) {
    .bus-sign {
      width: 100%; } }
  .bus-sign:after {
    display: block;
    content: '';
    clear: both; }
  .bus-sign .bus-sign-title {
    font-size: 25px;
    text-align: center; }
  .bus-sign .bus-sign-item {
    float: left;
    width: 383.33333px;
    margin: 25px 0 25px 25px; }
    @media screen and (max-width: 1025px) {
      .bus-sign .bus-sign-item {
        width: 40%;
        margin: 0px;
        margin-left: 5%; } }
    @media screen and (max-width: 480px) {
      .bus-sign .bus-sign-item {
        float: none;
        width: 90%;
        margin-left: 0px;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 15px; } }
    .bus-sign .bus-sign-item:nth-of-type(1) {
      margin-left: 0px; }
      @media screen and (max-width: 1025px) {
        .bus-sign .bus-sign-item:nth-of-type(1) {
          margin-left: 5%; } }
      @media screen and (max-width: 480px) {
        .bus-sign .bus-sign-item:nth-of-type(1) {
          margin: 0 auto; } }
    .bus-sign .bus-sign-item:nth-of-type(4) {
      margin-left: 0px; }
      @media screen and (max-width: 1025px) {
        .bus-sign .bus-sign-item:nth-of-type(4) {
          margin-left: 5%; } }
      @media screen and (max-width: 480px) {
        .bus-sign .bus-sign-item:nth-of-type(4) {
          margin: 0 auto; } }
    .bus-sign .bus-sign-item h3 {
      font-size: 22px;
      text-align: center;
      line-height: 180%; }
      @media screen and (max-width: 480px) {
        .bus-sign .bus-sign-item h3 {
          font-size: 18px; } }
  .bus-sign a.thumnail {
    display: block;
    overflow: hidden;
    width: 383.33333px; }
    @media screen and (max-width: 1025px) {
      .bus-sign a.thumnail {
        width: 100%;
        margin-bottom: 25px; } }
    @media screen and (max-width: 480px) {
      .bus-sign a.thumnail {
        width: 100%; } }
  .bus-sign img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .bus-sign figure {
    position: relative;
    overflow: hidden;
    margin: 0; }
  .bus-sign figcaption {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 15px;
    font-size: 16px;
    line-height: 200%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
    opacity: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 769px) {
      .bus-sign figcaption {
        font-size: 50%;
        line-height: 150%; } }
    @media screen and (max-width: 640px) {
      .bus-sign figcaption {
        font-size: 90%;
        line-height: 190%; } }
  .bus-sign a:hover > figure img {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }
  .bus-sign a:hover > figure figcaption {
    opacity: 1; }

.bizup-sign {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/top/07.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  /* ------ */
  /* ------ */
  /* ------ */
  /* ------ */
  /* ------ */
  /* ------ */ }
  @media screen and (max-width: 480px) {
    .bizup-sign {
      padding-top: 25px;
      margin-bottom: 10px; } }
  .bizup-sign:after {
    display: block;
    content: '';
    clear: both; }
  .bizup-sign .bizup-sign-title {
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .bizup-sign .bizup-sign-title {
        margin-bottom: 10px; } }
  .bizup-sign p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .bizup-sign p {
        width: 90%; } }
  .bizup-sign .bizup-sign-list {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .bizup-sign .bizup-sign-list:after {
      display: block;
      content: '';
      clear: both; }
    @media screen and (max-width: 1025px) {
      .bizup-sign .bizup-sign-list {
        width: 98%;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .bizup-sign .bizup-sign-list {
        width: 235px; } }
    .bizup-sign .bizup-sign-list li {
      float: left;
      width: 228px;
      margin: 0 0 0 15px;
      background-color: rgba(255, 255, 255, 0.8);
      background-size: 33%;
      background-repeat: no-repeat;
      background-position: 50% 80%;
      -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
      text-align: center; }
      @media screen and (max-width: 1025px) {
        .bizup-sign .bizup-sign-list li {
          margin-bottom: 25px; } }
      @media screen and (max-width: 480px) {
        .bizup-sign .bizup-sign-list li {
          float: none;
          margin-left: 0px;
          margin-bottom: 15px; } }
      .bizup-sign .bizup-sign-list li:nth-of-type(1) {
        margin-left: 0px;
        background-image: url(../img/bizup/01.png); }
        @media screen and (max-width: 1025px) {
          .bizup-sign .bizup-sign-list li:nth-of-type(1) {
            margin: 0 0 0 15px; } }
        @media screen and (max-width: 480px) {
          .bizup-sign .bizup-sign-list li:nth-of-type(1) {
            margin-left: 0px;
            margin-bottom: 15px; } }
      .bizup-sign .bizup-sign-list li:nth-of-type(2) {
        background-image: url(../img/bizup/02.png); }
      .bizup-sign .bizup-sign-list li:nth-of-type(3) {
        background-image: url(../img/bizup/03.png); }
      .bizup-sign .bizup-sign-list li:nth-of-type(4) {
        background-image: url(../img/bizup/04.png); }
      .bizup-sign .bizup-sign-list li:nth-of-type(5) {
        background-image: url(../img/bizup/05.png); }
      .bizup-sign .bizup-sign-list li a {
        display: block;
        height: 120px;
        padding: 25px;
        font-size: 18px;
        line-height: 110%;
        color: #07427A; }
  .bizup-sign .bizup-new-title {
    font-size: 16px;
    padding-left: 25px; }
  .bizup-sign .bizup-news-list {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 1025px) {
      .bizup-sign .bizup-news-list {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      .bizup-sign .bizup-news-list {
        width: 100%; } }
    .bizup-sign .bizup-news-list:after {
      display: block;
      content: '';
      clear: both; }
    .bizup-sign .bizup-news-list li {
      float: left;
      width: 592.5px; }
      @media screen and (max-width: 1025px) {
        .bizup-sign .bizup-news-list li {
          float: none;
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .bizup-sign .bizup-news-list li {
          float: none;
          width: 100%; } }
      .bizup-sign .bizup-news-list li:nth-of-type(2) {
        float: right;
        text-align: center;
        padding-top: 50px; }
        @media screen and (max-width: 480px) {
          .bizup-sign .bizup-news-list li:nth-of-type(2) {
            float: none;
            padding-top: 20px; } }
        .bizup-sign .bizup-news-list li:nth-of-type(2) a {
          display: block;
          width: 350px;
          height: 100px;
          line-height: 100px;
          color: #ffffff;
          font-size: 20px;
          background-color: #204FA1;
          margin: 0 auto; }
          @media screen and (max-width: 480px) {
            .bizup-sign .bizup-news-list li:nth-of-type(2) a {
              width: 90%;
              height: 80px;
              line-height: 80px; } }
  .bizup-sign .bizup-news {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 25%;
    width: 100%;
    display: inline-block;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 480px) {
      .bizup-sign .bizup-news {
        padding-top: 45%; } }
    .bizup-sign .bizup-news iframe {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll; }

.voice {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px; }
  @media screen and (max-width: 1024px) {
    .voice {
      width: 100%;
      margin-bottom: 50px;
      overflow: hidden; } }
  .voice:after {
    display: block;
    content: '';
    clear: both; }
  .voice .voice-title {
    font-size: 25px;
    text-align: center;
    margin: 25px; }
  .voice .bxslider {
    margin: 0 auto; }
    .voice .bxslider li {
      text-align: center; }
      .voice .bxslider li a {
        display: block;
        height: auto;
        color: #121212;
        /* ------ */
        /* ------ */ }
        .voice .bxslider li a img {
          width: 100%; }
        .voice .bxslider li a span {
          display: block;
          width: 100%;
          padding-top: 10px;
          padding-bottom: 10px; }
          @media screen and (max-width: 480px) {
            .voice .bxslider li a span {
              font-size: 10px;
              padding: 0px;
              padding: 10px; } }

.contact-us {
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;
  overflow: hidden;
  background-color: #F2F2F2;
  background-image: url(../img/contact.png);
  background-repeat: no-repeat;
  background-position: bottom 15px left;
  /* ------ */
  /* ------ */ }
  @media screen and (max-width: 1025px) {
    .contact-us {
      background-size: 25%;
      padding-bottom: 0px; } }
  @media screen and (max-width: 640px) {
    .contact-us {
      background-size: 40%;
      background-position: -20px top;
      padding-top: 10px;
      padding-bottom: 25px; } }
  .contact-us .contact-us-title {
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
	width:650px;




}
    @media screen and (max-width: 640px) {
      .contact-us .contact-us-title {
        margin-bottom: 10px;
        padding-left: 10px; 
	width:auto;
	text-align: center;

} }
  .contact-us .mail {
    padding-left: 30px;
    background-image: url(../img/mail.jpg);
    background-repeat: no-repeat;
    font-size: 25px;
    background-size: 25px;
    background-position: 0px 5px;
    margin-left: 40px;
    color: #333333; }
    @media screen and (max-width: 640px) {
      .contact-us .mail {
        display: block;
        width: 130px;
        margin: 0 auto;
        padding-left: 0px;
        text-align: center;
        font-size: 20px; } }
  .contact-us .tel {
    padding-left: 30px;
    background-image: url(../img/tel.jpg);
    background-repeat: no-repeat;
    font-size: 38px;
    background-size: 23px;
    margin-left: 40px;
    background-position: 0px 2px;
    color: #F37B1D;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .contact-us .tel {
        display: block;
        width: 160px;
        margin: 0 auto;
        font-size: 25px;
        background-size: 20px; } }
  .contact-us p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px; }


  .contact-us .contact-us-list {
    float: right;
    margin-right: 50px; 



}
    @media screen and (max-width: 1025px) {
      .contact-us .contact-us-list {
        width: 75%; } }
    @media screen and (max-width: 1100px) {
      .contact-us .contact-us-list {
        margin-right: 0px; } }
    @media screen and (max-width: 640px) {
      .contact-us .contact-us-list {
        float: none;
        width: 260px;
        margin: 0 auto;
        margin-top: 30px; } }
    .contact-us .contact-us-list:after {
      display: block;
      content: '';
      clear: both; }
    .contact-us .contact-us-list li {
      float: left;
      width: 306.66667px;
      margin: 0 0 0 15px;
      background-color: #ffffff;
      background-size: 13%;
      background-repeat: no-repeat;
      background-position: 50% 80%;
      text-align: center; }
      .contact-us .contact-us-list li img {
        max-width: 100%; }
      @media screen and (max-width: 1100px) {
        .contact-us .contact-us-list li {
          width: 260px; } }
      @media screen and (max-width: 1025px) {
        .contact-us .contact-us-list li {
          width: 28%; } }
      @media screen and (max-width: 667px) {
        .contact-us .contact-us-list li {
          width: 260px;
          margin-left: 0px;
          margin-bottom: 15px; } }
      @media screen and (max-width: 1025px) {
        .contact-us .contact-us-list li {
          margin-bottom: 25px; } }
      .contact-us .contact-us-list li:nth-of-type(1) {
        margin-left: 0px; }
        @media screen and (max-width: 1025px) {
          .contact-us .contact-us-list li:nth-of-type(1) {
            margin: 0 0 0 15px; } }
        @media screen and (max-width: 667px) {
          .contact-us .contact-us-list li:nth-of-type(1) {
            margin-left: 0px;
            margin-bottom: 20px; } }
      .contact-us .contact-us-list li a {
        display: block;
        padding: 20px;
        height: 130px;
        font-size: 13px;
        color: #333333;
        line-height: 180%; }
        @media screen and (max-width: 1025px) {
          .contact-us .contact-us-list li a {
            height: 150px; } }
        @media screen and (max-width: 769px) {
          .contact-us .contact-us-list li a {
            height: 170px; } }
        .contact-us .contact-us-list li a:first-line {
          font-size: 20px;
          line-height: 35px; }

/* ------ */
.map-title {
  display: block;
  font-size: 20px;
  margin-top: 20px; }

.top-iframe-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 39%; }
  @media screen and (max-width: 1025px) {
    .top-iframe-wrapper {
      padding-top: 66%; } }
  @media screen and (max-width: 769px) {
    .top-iframe-wrapper {
      padding-top: 97%; } }
  @media screen and (max-width: 667px) {
    .top-iframe-wrapper {
      padding-top: 60%; } }
  .top-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 90%;
    height: 90%;
    border: none; }

main {
  width: 1200px;
  margin: 0 auto; }
  main:after {
    display: block;
    content: '';
    clear: both; }

.side-menu {
  float: left;
  width: 383.33333px; }

.bus-guide {
  float: right;
  width: 791.66667px; }

.bus-guide {
  float: right;
  width: 791.66667px; }
  .bus-guide .bus-guide-title {
    position: relative;
    height: 50px;
    background-color: #46B3DB;
    color: #ffffff;
    padding-left: 40px;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px; }
    .bus-guide .bus-guide-title:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      margin-left: 15px;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #ffffff; }
  .bus-guide .bus-news {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 25%;
    margin-bottom: 30px; }
    .bus-guide .bus-news iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #E6E6E6; }
  .bus-guide .initial-consult {
    background-image: url(../img/shokai_sodan.gif);
    background-size: cover;
    height: 250px; }
    .bus-guide .initial-consult .initial-consult-title {
      display: none; }
    .bus-guide .initial-consult p:nth-of-type(1) {
      padding-top: 120px;
      padding-left: 20px;
      width: 65%; }
    .bus-guide .initial-consult p:nth-of-type(2) {
      padding-left: 40px;
      padding-top: 20px; }
  .bus-guide .contact-us {
    position: relative;
    height: 150px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #46B3DB; }
    .bus-guide .contact-us .contact-us-title {
      width: 650px;
      padding-left: 20px;
      padding-top: 15px;
      font-size: 28px;
      color: #46B3DB; }

.intern-text {
  position: relative;
  display: block;
  max-width: 1060px;
  padding: 2%;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 110px;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  background: -moz-linear-gradient(left, #0E2113 0%, #29604B 50%, #0E2113 100%);
  background: -ms-linear-gradient(left, #0E2113 0%, #29604B 50%, #0E2113 100%);
  background: -o-linear-gradient(left, #0E2113 0%, #29604B 50%, #0E2113 100%);
  background: linear-gradient(to right, #0E2113 0%, #29604B 50%, #0E2113 100%);
  border: 5px solid #5B3408; }
  .intern-text:hover {
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -moz-opacity: 0.7;
    opacity: 0.7; }
  .intern-text:after {
    display: block;
    content: '';
    background-image: url(../img/page/ad01.png);
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 250px; }
  @media screen and (max-width: 667px) {
    .intern-text {
      font-size: 18px; } }

.sub-page-contents {
  width: 100%;
  margin: 0 auto;
  margin-top: -30px;
  background-color: #FAFAFA;
  padding-bottom: 80px; }

.service-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  text-align: center;
  background-image: url(../img/page/01.jpg);
  color: #ffffff;
  font-size: 28px; }

.jimusho-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  text-align: center;
  background-image: url(../img/page/02.jpg);
  color: #ffffff;
  font-size: 28px; }

.saiyou-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  text-align: center;
  background-image: url(../img/page/03.jpg);
  color: #ffffff;
  font-size: 28px; }

.link-title02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  text-align: center;
  background-image: url(../img/page/06.jpg);
  color: #ffffff;
  font-size: 28px; }

.contact-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  text-align: center;
  background-image: url(../img/page/04.jpg);
  color: #ffffff;
  font-size: 28px;
  text-shadow: 0 1px 0 #61971D, 1px 0 0 #61971D, 0 -1px 0 #61971D, -1px 0 0 #61971D, -1px -1px 0 #61971D, 1px -1px 0 #61971D, -1px 1px 0 #61971D, 1px 1px 0 #61971D; }

.bizup-contact-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  text-align: center;
  background-image: url(../img/page/05.jpg);
  color: #ffffff;
  font-size: 28px; }

.page-point {
  max-width: 1060px;
  padding: 2%;
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 50px;
  border: 1px solid #CCCCCC;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .page-point {
      margin-top: 20px;
      border: 0px solid; } }

.point-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px; }
  @media screen and (max-width: 480px) {
    .point-title {
      margin-bottom: 10px; } }
  .point-title span {
    font-size: 18px; }
    @media screen and (max-width: 667px) {
      .point-title span {
        display: block;
        font-size: 14px; } }

.sub-page-img {
  float: left;
  width: 38%;
  height: 200px;
  margin-right: 3%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .sub-page-img {
      float: none;
      width: 100%;
      height: 150px;
      margin-bottom: 15px;
      overflow: hidden; } }
  .sub-page-img img {
    max-width: 100%; }

 /* ------ */

.sub-page-img02 {
  float: left;
  width: 38%;
  height: 300px;

  margin-right: 3%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .sub-page-img02 {
      float: none;
      width: 100%;
      height: 250px;
      margin-bottom: 15px;
      overflow: hidden; } }
  .sub-page-img02 img {
    max-width: 100%; }




/* ------ */
.voice-page-img {
  float: left;
  width: 38%;
  height: auto;
  margin-right: 3%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .voice-page-img {
      float: none;
      width: 100%;
      height: auto;
      margin: 0 auto;
      margin-bottom: 15px; } }
  .voice-page-img img {
    width: 100%; }

/* ------ */
.sub-page-detail {
  float: left;
  font-size: 18px;
  width: 58%;
  line-height: 180%; }
  @media screen and (max-width: 480px) {
    .sub-page-detail {
      float: none;
      width: 95%;
      margin: 0 auto;
      font-size: 15px; } }

/* ------ */
/* ------ */
.sub-page-img03 {
  float: left;
  width: 28%;
  height: 200px;
  margin-right: 3%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .sub-page-img03 {
      float: none;
      width: 100%;
      height: 150px;
      margin-bottom: 15px;
      overflow: hidden; } }
  .sub-page-img03 img {
    max-width: 100%; }

.sub-page-detail03 {
  float: left;
  font-size: 18px;
  width: 67%;
  line-height: 180%; }
  @media screen and (max-width: 480px) {
    .sub-page-detail03 {
      float: none;
      width: 95%;
      margin: 0 auto;
      font-size: 15px; } }

/* ------ */
.sub-page-title {
  background-color: #46B3DB;
  color: #ffffff;
  font-size: 20px;
  padding-left: 25px;
  line-height: 180%;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.sub-page-title02 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 150%;
  border: 1px dotted #A6A6A6;
  background: -moz-linear-gradient(top, #ffffff 0%, #F2F2F2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #F2F2F2 100%);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.red-text {
  color: #FF0000; }

.fee-text {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #A6A6A6; }

/* ------ */
.service-list li {
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .service-list li {
      font-size: 15px;
      margin-bottom: 5px; } }
  .service-list li:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #9FD22D;
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto; }

/* ------ */
.service-list03 li {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative; }
  .service-list03 li:first-line {
    font-weight: bold; }
  @media screen and (max-width: 480px) {
    .service-list03 li {
      font-size: 15px;
      margin-bottom: 5px; } }
  .service-list03 li:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #9FD22D;
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto; }

/* ------ */
.sub-page-text-first {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0px; }

.sub-page-text-box {
  padding-left: 10px;
  margin-bottom: 25px;
  margin-top: 15px; }

/* ------ */
.service-list02 li {
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 0px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .service-list02 li {
      font-size: 15px;
      margin-bottom: 5px; } }
.service-list02 li:not(:first-child) {
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .service-list02 li:not(:first-child) {
      font-size: 15px;
      margin-bottom: 5px; } }
  .service-list02 li:not(:first-child):before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #9FD22D;
    position: absolute;
    top: 10px;
    left: 5px;
    margin: auto; }

.firm-list {
  font-size: 18px;
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 480px) {
    .firm-list {
      font-size: 15px; } }


  .firm-list dt {
    float: left;
    width: 110px;
    padding: 15px;
    margin-bottom: 5px;

    clear: both; }
    @media screen and (max-width: 480px) {
      .firm-list dt {
        width: 80px; } }
  .firm-list dd {
    border-bottom: 1px dotted #A6A6A6;
    padding-left: 160px;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .firm-list dd {
        padding-left: 100px; } }


.saiyou-list{	

}

.saiyou-item{	
     position: relative;
     padding-left:25px;
	margin-bottom:10px;

}


.saiyou-item:before {
         display: block;
         content: '';
         width:8px;
         height:8px;
         -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
         border-radius: 50%;

         background-color:#72B128;

         position: absolute;
         top: 10px;
         left: 8px;
         margin: auto;
    }
	



.director-list {
  font-size: 18px;
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 480px) {
    .director-list {
      font-size: 15px; } }
  .director-list dt {
    float: left;
    width: 150px;
    padding: 15px;
    margin-bottom: 5px;
    clear: both; }
    @media screen and (max-width: 480px) {
      .director-list dt {
        width: 110px; } }
  .director-list dd {
    border-bottom: 1px dotted #A6A6A6;
    padding-left: 180px;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .director-list dd {
        padding-left: 150px; } }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%; }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: none; }

.access-info {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .access-info {
      font-size: 15px; } }

.access-info01 {
  text-align: center; }

.access-info02 {
  width: 80%;
  margin: 0 auto;
  text-align: left; }

.access-info03 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px; }

/* ------ */
.aisatu-text02 {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px; }

/* ------ */
.form-info {
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .form-info {
      width: 100%; } }
  .form-info p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 180%; }
    @media screen and (max-width: 480px) {
      .form-info p {
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px; } }
  .form-info table {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .form-info table {
        display: block;
        width: 100%;
        margin: 0 auto; } }
    .form-info table th {
      width: 180px;
      padding: 15px;
      text-align: left;
      vertical-align: middle;
      color: #fff;
      border: 1px solid #fff;
      background-color: #878787; }
      @media screen and (max-width: 480px) {
        .form-info table th {
          display: block;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 5px;
          padding-left: 15px;
          background-color: #878787; } }
    .form-info table td {
      padding: 15px;
      text-align: left;
      vertical-align: middle;
      border: 1px solid #fff;
      background: #f6f6f6; }
      @media screen and (max-width: 480px) {
        .form-info table td {
          display: block;
          margin-bottom: 5px; }
          .form-info table td input {
            width: 100%; }
          .form-info table td TEXTAREA {
            width: 100%; }
          .form-info table td input.reigai {
            width: 10%;
            vertical-align: middle; } }
  .form-info .button {
    text-align: center;
    padding: 5px; }
    .form-info .button input {
      margin-right: 20px;
      padding: 5px; }

.sub-page-detail02 {
  margin: 0 auto;
  font-size: 18px;
  width: 94%;
  line-height: 180%;
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .sub-page-detail02 {
      float: none;
      width: 95%;
      margin: 0 auto;
      font-size: 15px; } }

.fee-title {
  font-size: 18px;
  color: #FF6600;
  margin-bottom: 10px;
  font-weight: bold; }

.fee-title:not(:first-of-type) {
  margin-top: 80px; }

.fee-list01 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid Blue; }
  .fee-list01 th {
    width: 180px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #E6E6E6;
    background: #CCCCCC; }
  .fee-list01 td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #BFBFBF;
    background: #ffffff; }
    .fee-list01 td.text-r {
      text-align: right; }
  .fee-list01 .tekiyou {
    width: 40%; }
  .fee-list01 .taishou {
    width: 20%; }
  .fee-list01 .tani {
    width: 20%; }
  .fee-list01 .kingaku {
    width: 20%; }

.fee-list02 {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid Blue; }
  @media screen and (max-width: 480px) {
    .fee-list02 {
      width: 90%;
      margin: 0 auto; } }
  .fee-list02 th {
    width: 180px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #E6E6E6;
    background: #CCCCCC; }
  .fee-list02 td {
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    border: 1px solid #BFBFBF;
    background: #ffffff; }

.attention-list {
  margin-top: 20px;
  margin-bottom: 25px; }
  .attention-list li {
    font-size: 13px;
    line-height: 180%; }

.report-list {
  margin-bottom: 25px; }
  .report-list .report-item01 {
    color: #003F98; }
  .report-list .report-item01:not(:first-child) {
    margin-top: 10px; }

.fee-list03 {
  font-size: 25px;
  text-align: center;
  color: #003F98; }
  .fee-list03 span {
    font-size: 20px; }

.medical-shinki-title {
  font-size: 23px;
  margin-bottom: 15px;
  color: #46B3DB; }
  .medical-shinki-title span {
    font-size: 15px; }

.medical-anoy-title {
  font-size: 20px;
  color: #990000;
  margin-top: 20px; }

.mdeical-gap {
  margin-left: 20px;
  margin-top: 10px; }

.medical-text {
  margin-top: 25px; }

.medical-text02 {
  margin-top: 15px; }

.public-ml-title {
  font-size: 23px;
  margin-bottom: 15px;
  color: #46B3DB;
  margin-top: 25px; }
  .public-ml-title span {
    font-size: 15px; }

.public-ml-list {
  margin-bottom: 20px; }
  .public-ml-list li:not(:first-of-type) {
    margin-left: 25px; }

.public-nini-list {
  margin: 0 auto;
  margin-top: 50px;
  background-color: #F2F2F2;
  padding: 30px;
  padding-bottom: 0px;
  width: 60%; }
  .public-nini-list li {
    margin: 0 auto;
    text-align: center; }
    .public-nini-list li.nini-item01 p {
      background-color: #E46C0A;
      color: #ffffff;
      font-size: 20px;
      padding: 10px; }
    .public-nini-list li.nini-item01:after {
      display: block;
      content: '';
      clear: both;
      width: 0;
      height: 0;
      border-bottom: 50px solid #8EB4E3;
      border-left: 50px solid transparent;
      transform: rotate(45deg);
      margin: 0 auto;
      margin-top: -15px;
      margin-bottom: 25px; }
    .public-nini-list li.nini-item02 p {
      background-color: #92D050;
      font-size: 20px;
      padding: 10px; }
    .public-nini-list li.nini-item02:after {
      display: block;
      content: '';
      clear: both;
      width: 0;
      height: 0;
      border-bottom: 50px solid #8EB4E3;
      border-left: 50px solid transparent;
      transform: rotate(45deg);
      margin: 0 auto;
      margin-top: -15px;
      margin-bottom: 25px; }
    .public-nini-list li.nini-item03 p {
      background-color: #92D050;
      font-size: 20px;
      padding: 10px; }
    .public-nini-list li.nini-item03:after {
      display: block;
      content: '';
      clear: both;
      width: 0;
      height: 0;
      border-bottom: 80px solid #E46C0A;
      border-left: 80px solid transparent;
      transform: rotate(45deg);
      margin: 0 auto;
      margin-top: -30px;
      margin-bottom: 25px; }

/* ------ */
.public-zaidan-list {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 30px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 60%; }
  .public-zaidan-list li {
    text-align: center; }
    .public-zaidan-list li.zaidan-item01 p {
      background-color: #00B050;
      color: #ffffff;
      font-size: 20px;
      padding: 10px; }
    .public-zaidan-list li.zaidan-item01:after {
      display: block;
      content: '';
      clear: both;
      width: 0;
      height: 0;
      border-bottom: 50px solid #8EB4E3;
      border-left: 50px solid transparent;
      transform: rotate(45deg);
      margin: 0 auto;
      margin-top: -15px;
      margin-bottom: 25px; }
    .public-zaidan-list li.zaidan-item02 p {
      background-color: #FFFF66;
      font-size: 20px;
      padding: 10px; }
    .public-zaidan-list li.zaidan-item02:after {
      display: block;
      content: '';
      clear: both;
      width: 0;
      height: 0;
      border-bottom: 50px solid #8EB4E3;
      border-left: 50px solid transparent;
      transform: rotate(45deg);
      margin: 0 auto;
      margin-top: -15px;
      margin-bottom: 25px; }
    .public-zaidan-list li.zaidan-item03 p {
      background-color: #92D050;
      font-size: 20px;
      padding: 10px; }

.link-sign {
  width: 100%; }

.link-title {
  display: none; }

.link-list {
  width: 83%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
  color: #ffffff; }
  .link-list:after {
    display: block;
    content: '';
    clear: both; }
  .link-list li {
    float: left;
    width: 30%;
    margin-right: 30px; }
    @media screen and (max-width: 667px) {
      .link-list li {
        float: none;
        margin-bottom: 20px;
        width: 100%; } }
    .link-list li:hover {
      filter: alpha(opacity=70);
      -ms-filter: "alpha( opacity=70 )";
      -moz-opacity: 0.7;
      opacity: 0.7; }
    .link-list li:nth-of-type(1) {
      background-color: #BA394D; }
    .link-list li:nth-of-type(2) {
      background-color: #1AA0C6; }
    .link-list li:last-of-type {
      margin-right: 0px;
      background-color: #42BBA8; }
  .link-list a {
    display: block;
    padding: 15px; }
    .link-list a:link {
      color: #ffffff; }
    .link-list a:active {
      color: #ffffff; }
    .link-list a:visited {
      color: #ffffff; }

footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3C81C6; }
  footer .footer-menu {
    padding-top: 15px; }
    @media screen and (max-width: 480px) {
      footer .footer-menu {
        display: none; } }
  footer .nav-list li {
    height: 45px; }
  footer p {
    text-align: center;
    color: #ffffff;
    padding: 15px;
    background-color: #204FA1; }

.zeirishi_ch {
  background-color: #fcfcfc;
  border-bottom: 1px dotted #A6A6A6;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-top: -30px;
  margin-bottom: 25px; }



.fluid-img {
  max-width: 100%;
  height: auto; }

.baner-list {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 769px) {
    .baner-list {
      width: 90%; } }
  .baner-list:after {
    display: block;
    content: '';
    clear: both; }

.baner-item {
  float: left;
  font-size: 20px;
  width: 63%;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .baner-item:first-of-type {
    width: 34%;
    padding-top: 0px; }
    .baner-item:first-of-type img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .baner-item:nth-of-type(2) {
    text-indent: -20px;
    padding-left: 25px; }
  @media screen and (max-width: 1025px) {
    .baner-item {
      font-size: 20px; } }
  @media screen and (max-width: 769px) {
    .baner-item {
      font-size: 18px;
      padding-top: 5px; }
      .baner-item:first-of-type {
        width: 48%; }
      .baner-item:nth-of-type(2) {
        width: 50%; } }
  @media screen and (max-width: 480px) {
    .baner-item {
      float: none;
      padding: 0px; }
      .baner-item:first-of-type {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .baner-item:nth-of-type(2) {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
        font-size: 17px;
        margin-left: -20px;
        text-indent: 0px; }
        .baner-item:nth-of-type(2) .yajirushi01 {
          display: none; } }

/* -------------------
 
---------------------- */



.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

/*# sourceMappingURL=style.css.map */
