@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* setting
----------------------------------------------------------- */
html {
  font-size: 62.5%; }

@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot#iefix") format("embedded-opentype"), url("flaticon.woff") format("woff"), url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* base
----------------------------------------------------*/
body {
  background: #fff;
  font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #00A3D8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8; }

.center, .header_banner ul, header .inner, .visual .visual_wrap, .toparea, .inner, footer p {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1000px) {
  body {
    line-height: 1.6; }

  .center, .header_banner ul, header .inner, .visual .visual_wrap, .toparea, .inner, footer p {
    width: 100%;
    box-sizing: border-box; } }
a {
  color: #00A3D8;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
    a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }

img {
  vertical-align: top; }

/* header
----------------------------------------------------*/
.header_banner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .header_banner ul {
    text-align: right;
    font-size: 0; }
    .header_banner ul li {
      display: inline-block;
      margin-left: 10px; }

@media screen and (max-width: 1000px) {
  .header_banner {
    position: fixed;
    z-index: 10000;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    background: rgba(0, 163, 216, 0.2); }
    .header_banner ul {
      padding: 10px 10px 10px 0;
      text-align: center; }
      .header_banner ul li {
        width: 175px;
        max-width: calc(50% - 10px);
        height: auto; }
        .header_banner ul li img {
          width: 100%;
          height: auto; } }
header {
  overflow: hidden;
  position: relative;
  padding: 80px 0 0 0;
  background: #fff; }
  header .inner {
    position: relative; }
  header .logo {
    position: absolute;
    left: 0;
    top: -73px; }
    header .logo a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  header .textlogo,
  header .toggle_menu {
    display: none; }
  header ul {
    float: right;
    padding: 20px 0;
    text-align: right;
    line-height: 1.1; }
    header ul li {
      margin: 0 0 0 30px;
      display: inline-block; }
      header ul li a:hover {
        text-decoration: underline; }
  header.fixed {
    position: fixed;
    z-index: 10;
    overflow: hidden;
    border-bottom: 1px solid #F2FAFD;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0; }
    header.fixed .logo {
      display: none; }
    header.fixed .textlogo {
      float: left;
      display: block;
      padding: 14px 0 0 0; }
      header.fixed .textlogo a:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }

@media screen and (max-width: 1000px) {
  header {
    position: fixed;
    z-index: 10;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
    header.fixed {
      padding: 0 10px; }
    header .logo {
      display: none; }
    header .textlogo {
      float: left;
      display: block;
      padding: 14px 0 0 0; }
      header .textlogo a:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    header ul li {
      margin: 0 0 0 20px;
      font-size: 14px;
      font-size: 1.4rem; }

  body {
    padding-top: 55px; } }
@media screen and (max-width: 767px) {
  header {
    overflow: visible;
    min-height: 57px; }
    header .textlogo img {
      height: 18px;
      padding: 5px 0 0 0; }
    header .toggle_menu {
      display: block;
      position: absolute;
      right: -3px;
      top: 7px;
      z-index: 200;
      width: 44px;
      height: 44px;
      box-sizing: border-box;
      padding: 10px 10px; }
      header .toggle_menu span {
        display: block;
        width: 24px;
        height: 5px;
        background: #00A3D8;
        margin: 0 0 3px 0;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s; }
      header .toggle_menu.opened {
        padding-top: 20px; }
        header .toggle_menu.opened span.first {
          margin: 0;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        header .toggle_menu.opened span.second {
          display: none; }
        header .toggle_menu.opened span.third {
          margin: -5px 0 0 0;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    header .inner {
      position: static; }
    header ul {
      display: none;
      position: absolute;
      z-index: 20;
      left: 0;
      top: 57px;
      width: 100%;
      background: #fff;
      float: none;
      padding: 0;
      text-align: center; }
      header ul li {
        margin: 0;
        border-bottom: 1px solid #ccc;
        display: block; }
        header ul li a {
          display: block;
          padding: 10px 0;
          text-align: center; }
          header ul li a:hover {
            text-decoration: underline; } }
/* visual
----------------------------------------------------*/
.visual {
  height: 500px;
  padding: 150px 0 50px 0;
  box-sizing: border-box;
  background: url(../images/vis.jpg) no-repeat center top;
  background-size: cover; }
  .visual .visual_wrap h1 {
    width: 500px;
    margin: 0 0 30px 0;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 3px 0px 0px #e4f6fb, 0px 3px 0px #e4f6fb, 3px 3px 0px #e4f6fb, -3px 0px 0px #e4f6fb, 0px -3px 0px #e4f6fb, -3px -3px 0px #e4f6fb; }
  .visual .visual_wrap p {
    width: 500px;
    text-shadow: 1px 1px 1px #e4f6fb, -1px 1px 1px #e4f6fb, 1px -1px 1px #e4f6fb, -1px -1px 1px #e4f6fb, 2px 2px 1px #e4f6fb, -2px 2px 1px #e4f6fb, 2px -2px 1px #e4f6fb, -2px -2px 1px #e4f6fb; }

@media screen and (max-width: 1000px) {
  .visual {
    height: auto;
    padding: 50px 20px; }
    .visual .visual_wrap h1 {
      width: auto;
      margin: 0 30% 20px 0;
      font-size: 24px;
      font-size: 2.4rem; }
    .visual .visual_wrap p {
      width: auto;
      margin: 0 30% 0 0;
      font-size: 14px;
      font-size: 1.4rem; } }
@media screen and (max-width: 480px) {
  .visual {
    background-position: 0 0; }
    .visual .visual_wrap h1 {
      margin: 0 0 20px 0; }
    .visual .visual_wrap p {
      margin: 0 0 0 0; } }
/* toparea
----------------------------------------------------*/
.toparea {
  overflow: hidden;
  padding: 70px 0 100px 0; }
  .toparea h1 {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1; }
  .toparea .toparea_content {
    float: left;
    width: 722px; }
    .toparea .toparea_content dl {
      margin: 0 0 25px 0;
      border-top: 1px solid rgba(202, 237, 248, 0.5);
      font-size: 14px;
      font-size: 1.4rem; }
      .toparea .toparea_content dl dt {
        clear: left;
        float: left;
        width: 6.5em;
        padding: 9px 0; }
      .toparea .toparea_content dl dd {
        padding: 9px 0 9px 6.5em;
        border-bottom: 1px solid rgba(202, 237, 248, 0.5); }
    .toparea .toparea_content .toparea_banners {
      margin-left: -10px;
      font-size: 0; }
      .toparea .toparea_content .toparea_banners li {
        float: left;
        max-width: calc(50% - 10px);
        margin: 0 0 10px 10px; }
        .toparea .toparea_content .toparea_banners li img {
          width: 100%;
          height: auto; }
        .toparea .toparea_content .toparea_banners li.tw {
          display: none; }
  .toparea .toparea_twitter {
    float: right;
    width: 234px; }

@media screen and (max-width: 1000px) {
  .toparea {
    padding: 50px 20px; }
    .toparea h1 {
      margin: 0 0 15px 0;
      font-size: 24px;
      font-size: 2.4rem; }
    .toparea .toparea_content {
      width: 450px; } }
@media screen and (max-width: 767px) {
  .toparea .toparea_content {
    float: none;
    width: 100%; }
    .toparea .toparea_content .toparea_banners li.tw {
      display: block; }

  .toparea_twitter {
    display: none; } }
@media screen and (max-width: 480px) {
  .toparea .toparea_content dl dt {
    clear: none;
    float: none;
    width: auto;
    padding: 10px 0 0 0; }
  .toparea .toparea_content dl dd {
    padding: 0 0 10px 0; }
  .toparea .toparea_content .toparea_banners {
    display: block; } }
/* sec
----------------------------------------------------*/
.sec {
  clear: both;
  overflow: hidden;
  padding: 70px 0 60px 0; }

.title {
  position: relative;
  min-height: 128px;
  margin: 0 0 50px 0;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center; }
  .title:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    font-family: Flaticon;
    font-size: 128px;
    color: #E5F6FB;
    line-height: 1;
    text-align: center; }
  .title h1 {
    position: relative;
    z-index: 3;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5; }
  .title p {
    position: relative;
    z-index: 3;
    line-height: 1.4; }

.message {
  float: left;
  width: 490px;
  margin: 0 0 40px 0; }
  .message h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .message p {
    margin: 0 0 20px 0; }

.links_wrap {
  float: right;
  width: 450px; }

.links_sec h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }

.links {
  margin: 0 0 40px 0; }

.link {
  margin: 0 0 20px 0;
  line-height: 1.5; }
  .link a {
    position: relative;
    display: block;
    width: 100%;
    padding: 19px 24px 19px 19px;
    box-sizing: border-box;
    border: 1px solid #F2FAFD;
    background: #F2FAFD; }
    .link a:before, .link a:after {
      position: absolute;
      top: 50%;
      content: " ";
      display: block;
      width: 25px;
      height: 25px;
      margin: -10px 0 0 0;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .link a:before {
      right: 15px;
      background: #89D4ED; }
    .link a:after {
      right: 18px;
      background: #F2FAFD; }
    .link a:hover {
      border: 1px solid #89D4ED;
      text-decoration: none; }

.link_ttl {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.link_sub {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5; }

.link_name {
  font-family: Flaticon;
  font-size: 14px;
  font-size: 1.4rem; }
  .link_name:after {
    content: " \e002";
    color: rgba(0, 163, 216, 0.5); }

.blue {
  background: #F2FAFD; }
  .blue .title:before {
    color: #fff; }
  .blue .link a {
    background: #fff;
    border: 1px solid #fff; }
    .blue .link a:after {
      background: #fff; }
    .blue .link a:hover {
      border: 1px solid #89D4ED; }

@media screen and (max-width: 1000px) {
  .sec {
    padding: 50px 20px; }

  .title {
    margin: 0 0 30px 0;
    padding: 50px 0 0 0; }
    .title:before {
      top: 0;
      font-size: 48px;
      color: #00A3D8 !important; }
    .title h1 {
      font-size: 24px;
      font-size: 2.4rem; }
    .title p {
      font-size: 14px;
      font-size: 1.4rem; }

  .message {
    float: none;
    width: auto;
    margin: 0 0 20px 0; }
    .message h2 {
      margin: 0 0 10px 0;
      font-size: 18px;
      font-size: 1.8rem; }
    .message p {
      margin: 0 0 10px 0;
      font-size: 14px;
      font-size: 1.4rem; }

  .links_wrap {
    float: none;
    width: auto; }

  .links_sec h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-size: 1.8rem; }

  .links {
    margin: 0 0 20px 0; }

  .link {
    margin: 0 0 10px 0; }
    .link a {
      padding: 9px 24px 9px 9px; }
      .link a:before, .link a:after {
        width: 15px;
        height: 15px; }
      .link a:before {
        right: 10px;
        background: #89D4ED; }
      .link a:after {
        right: 13px;
        background: #F2FAFD; }

  .link_ttl {
    font-size: 14px;
    font-size: 1.4rem; }

  .link_sub {
    font-size: 12px;
    font-size: 1.2rem; }

  .link_name {
    font-size: 12px;
    font-size: 1.2rem; } }
#test {
  padding-bottom: 70px; }
  #test .title:before {
    content: "\e000"; }

.ward {
  clear: both;
  margin: 0 0 30px 0;
  padding: 30px;
  background: #fff; }
  .ward h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .ward h2 a:after {
      content: " \e002";
      font-family: Flaticon;
      color: rgba(0, 163, 216, 0.5);
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0 0 0 5px;
      vertical-align: 1px; }
  .ward p {
    margin: 0 0 15px 0; }
  .ward ul {
    font-size: 1px; }
    .ward ul li {
      display: inline-block;
      margin: 0 10px 0 0; }

@media screen and (max-width: 1000px) {
  #test {
    padding-bottom: 50px; }

  .ward {
    margin: 0 0 10px 0;
    padding: 10px 10px 5px 10px; }
    .ward h2 {
      font-size: 14px;
      font-size: 1.4rem; }
      .ward h2 a:after {
        font-size: 12px;
        font-size: 1.2rem; }
    .ward p {
      margin: 0 0 10px 0;
      font-size: 12px;
      font-size: 1.2rem; }
    .ward ul li {
      max-width: 30%;
      margin: 0 5px 5px 0; }
      .ward ul li img {
        width: 100%; } }
#support .title:before {
  content: "\e003"; }

#knowledge .title:before {
  content: "\e004"; }

#therapy .title:before {
  content: "\e001"; }

footer {
  padding: 20px 0;
  background: #F2FAFD; }
  footer p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
    footer p.copyright {
      margin-top: -1.5em;
      text-align: right; }

@media screen and (max-width: 1000px) {
  footer {
    padding: 20px; }
    footer p {
      font-size: 10px;
      font-size: 1rem; }
      footer p.copyright {
        margin-top: 10px;
        text-align: left; } }
