@charset "UTF-8";
/*! Generated by Live LESS Theme Customizer */
@import url("https://fonts.googleapis.com/css?family=Roboto");
/* ******************************************************************************** */
/*
/* フェードイン
/*
/* ******************************************************************************** */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ******************************************************************************** */
/*
/* スライドイン
/*
/* ******************************************************************************** */
@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(9999px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes slide-in-bottom {
  0% {
    transform: translateY(9999px); }
  100% {
    transform: translateY(0); } }
@keyframes slide-in-bottom {
  0% {
    transform: translateY(9999px); }
  100% {
    transform: translateY(0); } }
/* ******************************************************************************** */
/*
/* スライドアウト
/*
/* ******************************************************************************** */
@-webkit-keyframes slide-out-bottom {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(9999px); } }
@-moz-keyframes slide-out-bottom {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(9999px); } }
@keyframes slide-out-bottom {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(9999px); } }
/* ******************************************************************************** */
/*
/* 医療機関検索 : 共通
/*
/* ******************************************************************************** */
/* -------------------------------------------------------------------------------- */
/*	固定表示されたコンテンツ : 最下部
/* -------------------------------------------------------------------------------- */
/* line 20, ../../../scss/pages/institution/form.scss */
#fixed-content-bottom {
  -webkit-animation: slide-in-bottom 1.6s ease 0.2s;
  -moz-animation: slide-in-bottom 1.6s ease 0.2s;
  animation: slide-in-bottom 1.6s ease 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }
  /* line 24, ../../../scss/pages/institution/form.scss */
  #fixed-content-bottom:before {
    background-color: #29aae1; }
