@charset "UTF-8";
/*=======================================================================
  Variables parameters
=======================================================================*/
.box-line1, .box-line2, .box-line3, .box-plan, #main-box .box-q, #main-box .box-a, ul.mnav {
  *zoom: 1;
}
.box-line1:after, .box-line2:after, .box-line3:after, .box-plan:after, #main-box .box-q:after, #main-box .box-a:after, ul.mnav:after {
  content: "";
  display: table;
  clear: both;
}

/* custom Colors
_____________________________________________________________________ */
/*文字色*/
/*あお*/
/*背景*/
/*table背景等*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  -webkit-text-size-adjust: 100%
  /*font-feature-settings : "pkna" 1;*/
}

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

p {
  margin: 0;
}

#main-box p {
  margin-bottom: 10px;
  line-height: 1.6;
}

hr {
  clear: both;
}

.clearfix {
  clear: both;
}

ol li {
  margin-bottom: 10px;
  margin-left: -10px;
}

ul {
  list-style: outside none none;
}

.page-header {
  padding: 0;
  margin: 0;
  border: none;
}

.moduletable {
  margin-bottom: 0;
  padding: 0;
}

/*=======================================================================
  共通
=======================================================================*/
html {
  overflow: auto;
}

#wrap {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto 0;
  padding-top: 0 !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #c1272d;
}

/*=======================================================================
  Title
=======================================================================*/
.pageheader {
  background-color: #2f3131;
}
.pageheader .container {
  text-align: center;
}
.pageheader .container h1 {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 960px) {
  .pageheader .container h1 {
    height: 80px;
    line-height: 80px;
    font-size: 25px;
  }
}

#main .h1,
#main h1 {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 25px;
  margin: 1em 0 1em;
  color: #000;
  padding-bottom: 19px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 640px) {
  #main .h1,
  #main h1 {
    margin: 1.8em 0 0 0;
  }
}

#cat-home .homesec-news h1,
#cat-home .homesec-cont h1 {
  margin: 2em 0 1em;
}

#cat-home .homesec-cont h1 {
  color: #fff;
}
#cat-home .homesec-cont h1:after {
  background-color: #fff;
}

.en #main h1 {
  padding-bottom: 10px;
}

h2 {
  margin: 2em 0 0.4em;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #00d2ff;
  font-weight: bold;
}

h3 {
  margin: 2em 0 0.4em;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.6;
  color: #000;
}

#cat-home h3 {
  text-align: center;
}

/*=======================================================================
  Basic Elements
=======================================================================*/
.pd-bo-0 {
  padding-bottom: 0 !important;
}

.mg-tp-md {
  margin-top: 40px;
}

.mg-tp-sm {
  margin-top: 20px;
}

#breadcrumbs {
  font-size: 10px;
  padding: 6px 0;
  background-color: transparent;
}
@media (min-width: 960px) {
  #breadcrumbs {
    font-size: 12px;
  }
}
#breadcrumbs .breadcrumb {
  background-color: #fff;
}

#breadcrumbs .fa-home {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 6px;
}
@media (min-width: 960px) {
  #breadcrumbs .fa-home {
    font-size: 16px;
  }
}

#main-box {
  margin-bottom: 4em;
  min-height: 300px;
}
@media (min-width: 640px) {
  #main-box {
    min-height: 500px;
  }
}

#cat-home #main-box {
  margin: 0;
  padding: 0;
}

@media (max-width: 639px) {
  section .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.map,
.map iframe {
  height: 300px;
  width: 100%;
}

#main-box .txt-lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
}

/*=======================================================================
  Header B pattern
=======================================================================*/
.header {
  line-height: 1;
}

#navigation {
  box-shadow: none;
  -webkit-transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
          transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
}

#header .container {
  position: relative;
}

#header {
  padding-bottom: 20px;
  background-color: #00d2ff;
  -webkit-transition: background-color .3s linear 0;
          transition: background-color .3s linear 0;
}

.bg-in {
  background-color: #fff !important;
}

.bg-in #navigation {
  background-color: #fff !important;
  -webkit-transition: background-color 0.3s linear 0;
          transition: background-color 0.3s linear 0;
}

#brand {
  float: left;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  #brand {
    float: none;
    margin: 0 auto;
    padding-left: 0;
  }
}

#brand img {
  width: auto !important;
  height: 40px;
  padding: 0;
}
@media (min-width: 480px) {
  #brand img {
    width: auto !important;
    height: 50px;
    padding: 0;
  }
}
@media (min-width: 960px) {
  #brand img {
    width: 200px !important;
    height: auto;
    padding: 0;
  }
}

.topnav2 {
  display: none;
}

@media (min-width: 960px) {
  .navbar-header {
    float: none;
  }

  .navbar-nav {
    display: table;
    width: 100%;
  }

  .navbar-nav > li {
    display: table-cell;
    float: none;
  }

  .navbar-nav > li > a {
    padding: 4px 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-right: 1px solid #fff;
    text-align: center;
  }

  .navbar-nav > li > a:first-child {
    border-left: 1px solid #fff;
  }

  .navbar-default .navbar-nav > li > a {
    color: #000;
  }

  .navbar-default .navbar-nav > .alias-parent-active > a,
  .navbar-default .navbar-nav > .alias-parent-active > a:hover,
  .navbar-default .navbar-nav > .alias-parent-active > a:focus,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }

  ul.topnav2 {
    position: absolute;
    top: 20px;
    right: 15px;
    margin: 0;
    padding: 0;
    width: 200px;
    display: block;
    font-family: 'Merriweather', serif;
    text-align: center;
    list-style-type: none;
  }

  ul.topnav2 li {
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
    background-color: #fff;
    border-radius: 6px;
    list-style-type: none;
  }

  ul.topnav2 li img {
    margin-right: 15px;
    width: 20px;
  }

  ul.topnav2 li a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 14px;
  }

  ul.topnav2 li a:hover {
    color: #00d2ff;
  }
}
@media (max-width: 959px) {
  ul.sp_gnav {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden;
  }

  ul.sp_gnav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: #ccc 1px solid;
    font-size: 13px;
    width: 100%;
    display: block;
    background-color: #f2f2f2;
    vertical-align: top;
    color: #333;
  }

  ul.sp_gnav li a {
    position: relative;
    padding: 14px 20px !important;
    color: #222;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
  }

  ul.sp_gnav li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
  }

  ul.sp_gnav li a:active,
  ul.sp_gnav li a:hover {
    background-color: #ccc;
    text-decoration: underline;
  }

  .navbar-toggle {
    border-radius: 0;
    padding: 10px !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 1px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }
}
@media (max-width: 960px) {
  #header .container {
    width: 100%;
  }
}
/*=======================================================================
  Footer A pattern
=======================================================================*/
#footer {
  min-height: 50px;
  padding: 30px 0 3em;
  color: #fff;
  background-color: #2f3131;
}

.f-brand {
  margin: 0;
  width: 170px;
}
@media (min-width: 960px) {
  .f-brand {
    width: 180px !important;
  }
}

.f-brand img {
  width: 170px;
}
@media (min-width: 960px) {
  .f-brand img {
    width: 180px !important;
  }
}

.copy {
  min-height: 30px;
  padding: 20px 0;
  font-size: 11px;
  clear: both;
}

/*=======================================================================
  #footernav
=======================================================================*/
ul.sitenav {
  color: #fff;
  margin: 30px 0 20px;
  padding: 0;
  width: 100%;
  float: right;
  text-align: right;
}

ul.sitenav li {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
  text-align: right;
  display: inline-block;
  border-right: #fff 1px solid;
}

ul.sitenav li:last-child {
  border-right: 0;
}

ul.sitenav li a {
  color: #fff;
  text-decoration: none;
  display: inline;
}

ul.sitenav li a:hover {
  color: #ccc;
  text-decoration: none;
}

@media (min-width: 960px) {
  ul.sitenav {
    margin: 0 0 10px;
  }
}
ul.footernav2 {
  margin: 0;
  padding: 0;
  width: 200px;
  display: block;
  font-family: 'Merriweather', serif;
  text-align: center;
  list-style-type: none;
  float: right;
}

ul.footernav2 li {
  margin: 0;
  padding: 0;
  float: left;
  width: 200px;
  background-color: #fff;
  border-radius: 6px;
  list-style-type: none;
}

ul.footernav2 li img {
  margin-right: 15px;
  width: 20px;
}

ul.footernav2 li a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #000;
  font-size: 14px;
}

ul.footernav2 li a:hover {
  color: #00d2ff;
}

/*=======================================================================
  Table css
=======================================================================*/
/* table ta-line
_____________________________________________________________________ */
table.ta-line {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

table.ta-line tr th {
  background-color: #e6e6e6;
}

@media (max-width: 640px) {
  table.ta-line,
  table.ta-line tbody,
  table.ta-line tr,
  table.ta-line tr td,
  table.ta-line tr th {
    display: block;
    width: 100% !important;
  }
}
table.ta-type1 {
  border: 1px solid #000;
  margin-bottom: 20px;
}
table.ta-type1 .check {
  text-align: center;
}

table.ta-type1 tr th {
  background-color: #00d2ff;
  text-align: center;
}

table.ta-type1 > thead > tr > th,
table.ta-type1 > tbody > tr > th,
table.ta-type1 > tfoot > tr > th,
table.ta-type1 > thead > tr > td,
table.ta-type1 > tbody > tr > td,
table.ta-type1 > tfoot > tr > td {
  border-top: 1px solid #000;
  padding: 10px;
  border-right: 1px solid #000;
}

/*=======================================================================
  Box Line
=======================================================================*/
/* sample */
/* */
.box-line1 {
  box-sizing: border-box;
  border: 2px solid #eaeaea;
  border-radius: 3px;
  margin: 1em 0;
  padding: 30px 20px 20px;
}
@media print, screen and (min-width: 640px) {
  .box-line1 {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .box-line1 {
    padding: 20px 40px;
  }
}
.box-line1 h4 {
  margin: 0 0 .5em 0;
}

#main-box .box-line1 p {
  margin-bottom: 0;
}

.box-line2 {
  box-sizing: border-box;
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 1em 0;
  padding: 30px 20px 20px;
}
@media print, screen and (min-width: 960px) {
  .box-line2 {
    padding: 30px;
  }
}
.box-line2 h4 {
  margin: 0 0 .5em 0;
  color: #000;
}

.box-line3 {
  box-sizing: border-box;
  border: 1px solid #e31c1c;
  border-radius: 3px;
  margin: 1em 0;
  padding: 30px 20px 20px;
}
@media print, screen and (min-width: 960px) {
  .box-line3 {
    padding: 30px;
  }
}
.box-line3 h4 {
  margin: 0 0 .5em 0;
  color: #000;
}

.box-plan {
  border: 2px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
}
.box-plan .plan-tit h3 {
  font-size: 24px;
  text-alin: center;
}
.box-plan .plan-tit small {
  font-size: 12px;
}
.box-plan .plan-cap {
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 24px;
  width: 100%;
  background-color: #e6e6e6;
  font-weight: bold;
}
.box-plan .plan-cap span {
  color: #ed1e79;
}
.box-plan .plan-cap small {
  font-size: 12px;
}
.box-plan .plan-price {
  background-color: #f2f2f2;
  font-size: 24px;
  font-weight: bold;
}
.box-plan .plan-price .small,
.box-plan .plan-price small {
  font-size: 12px;
}
.box-plan .plan-mail {
  font-size: 24px;
  font-weight: bold;
}
.box-plan .plan-mail small {
  font-size: 12px;
}

#main-box .box-q {
  background: #a0dcff;
  padding: 1em;
}
#main-box .box-q .number {
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 50px;
  margin-right: 0;
  margin-bottom: 0;
  float: none;
  width: 100%;
  line-height: 40px;
}
@media (min-width: 960px) {
  #main-box .box-q .number {
    float: left;
    margin-right: 2%;
    width: 5%;
  }
}
#main-box .box-q h2 {
  float: none;
  width: 100%;
  color: #000;
  width: 100%;
  margin: 0.8em 0 0;
}
@media (min-width: 960px) {
  #main-box .box-q h2 {
    float: left;
    width: 93%;
    line-height: 40px;
    margin: 0;
  }
}

#main-box .box-a {
  padding: 1em;
  border: 1px solid #a0dcff;
  margin-bottom: 30px;
  width: 100%;
}
#main-box .box-a .number {
  background: #a0dcff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 40px;
  margin-right: 0;
  float: none;
}
@media (min-width: 960px) {
  #main-box .box-a .number {
    float: left;
    margin-right: 2%;
    width: 5%;
  }
}
#main-box .box-a div.a-text {
  float: none;
  width: 100%;
}
@media (min-width: 960px) {
  #main-box .box-a div.a-text {
    float: left;
    width: 93%;
  }
}
#main-box .box-a div.a-text h3 {
  font-size: 20px;
}
#main-box .box-a div.a-text p {
  margin-bottom: 20px;
}

/* case */
#main-box .box-c {
  background: #a0dcff;
  padding: 1em;
}
#main-box .box-c .case {
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 50px;
  margin-right: 0;
  margin-bottom: 0;
  float: none;
  width: 100%;
  line-height: 40px;
}
@media (min-width: 960px) {
  #main-box .box-c .case {
    float: left;
    margin-right: 2%;
    width: 10%;
  }
}
#main-box .box-c h2 {
  float: none;
  width: 100%;
  color: #000;
  width: 100%;
  margin: 0.8em 0 0;
}
@media (min-width: 960px) {
  #main-box .box-c h2 {
    float: left;
    width: 88%;
    line-height: 40px;
    margin: 0;
  }
}
#main-box .box-c .case-text {
  clear: both;
  padding-top: 10px;
}

/*=======================================================================
  List icon
=======================================================================*/
ul.list-ico,
ul.list-ico-f {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none outside none;
}

ul.list-ico li {
  margin: 0 0 5px;
  padding: 2px 0 2px 18px;
  background: url(../images/ico_circle1.gif) no-repeat scroll 0 0.4em transparent;
  line-height: 1.4;
  min-height: 1em;
}

ul.list-ico-f li {
  margin: 0 20px 5px 0;
  padding: 2px 0 2px 18px;
  background: url(../images/ico_circle1.gif) no-repeat scroll 0 0.4em transparent;
  line-height: 1.4;
  min-height: 1em;
  display: inline;
  float: left;
}

/*=======================================================================
  List More
=======================================================================*/
ul.list-more {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none outside none;
}
ul.list-more li {
  display: block;
  margin: 0 0 5px;
  padding: 2px 0 2px 18px;
  line-height: 1.4;
  min-height: 1em;
}
ul.list-more li:hover {
  background-color: #eee;
}
ul.list-more li a {
  display: block;
  box-sizing: border-box;
  line-height: 1.8;
  padding: 0;
  margin-bottom: 0;
  height: 100%;
  color: #333;
}
@media (min-width: 960px) {
  ul.list-more li a {
    line-height: 1.4;
  }
}
ul.list-more li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #c1272d;
  margin-right: 5px;
  float: left;
  display: inline-block;
}
ul.list-more li a:hovre {
  text-decoration: underline !important;
}

/*=======================================================================
  Listnews
=======================================================================*/
.listnews {
  text-align: left;
}

ul.listnews {
  padding-left: 0;
}
ul.listnews li a {
  color: #fff;
  padding: 4px 5px;
}
ul.listnews li a span {
  font-weight: bold;
}
ul.listnews li a:visited {
  color: #fff;
}
ul.listnews li a:hover {
  background-color: #fff;
  color: #00d2ff;
}

/*=======================================================================
  Menu Nav mnav
=======================================================================*/
ul.mnav {
  margin: 0 -20px 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 960px) {
  ul.mnav {
    margin: 0 auto 40px;
    text-align: center;
    border-bottom: none;
    margin-left: -5px;
    margin-right: -5px;
  }
}
ul.mnav li {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  list-style-type: none;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.3;
  float: none;
}
@media (min-width: 960px) {
  ul.mnav li {
    width: 25%;
    font-size: 14px;
    border-top: 0;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
ul.mnav li a {
  display: block;
  box-sizing: border-box;
  color: #4d4d4d;
  padding: 15px 20px;
  overflow: hidden;
}
ul.mnav li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
  text-align: center;
  width: 1.6em;
}
@media (min-width: 960px) {
  ul.mnav li a {
    padding: 10px 0;
    text-align: center;
    border: 2px solid #00d2ff;
  }
  ul.mnav li a:after {
    content: none;
  }
}
ul.mnav li a:hover,
ul.mnav li a:focus,
ul.mnav li a.active, ul.mnav li.current a {
  color: #fff;
  background-color: #00d2ff;
}
ul.mnav li a:focus {
  opacity: 0.8;
}

.mnav > li > a.active,
.mnav > li > a.active:focus,
.mnav > li.active > a {
  color: #fff;
  background-color: #fa6e98;
}

/*=======================================================================
  Button
=======================================================================*/
.btn-red {
  border-radius: 30px !important;
}

.btn-red a {
  color: #fff;
}

.btn-white {
  border-radius: 30px !important;
}

.btn-white a {
  color: #273d4f;
}

/* more
_____________________________________________________________________ */
.more1 {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none outside none;
}

.more1 a {
  margin: 0 0 5px;
  padding: 6px 0 6px 20px;
  background: url(../images/ico_01.png) no-repeat scroll 0 center transparent;
  line-height: 1.4;
  min-height: 1em;
}

.btn-more1 {
  background: #2f3132;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  display: block;
}
.btn-more1:hover {
  background: #909090;
  color: #fff;
}

/*=======================================================================
  Home
=======================================================================*/
#cat-home #showcase {
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 0;
}
#cat-home #showcase .subtitle {
  font-size: 18px;
  margin-top: 20px;
}
@media (min-width: 640px) {
  #cat-home #showcase {
    margin: 0 auto;
    padding: 0;
  }
  #cat-home #showcase .subtitle {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  #cat-home #showcase {
    margin: 0 auto
    /* height:800px; */
  }
}

.leadtxt {
  font-size: 14px;
  margin: 0 auto 50px;
}
@media (min-width: 640px) {
  .leadtxt {
    font-size: 16px;
    text-align: center;
  }
}

#main p.leadtxt {
  margin-bottom: 3em;
}

/*#cat-home .leading-0 .col-sm-3 {
	padding: 0 5%;
}*/
.homesec-news {
  background-color: #00d2ff;
  padding-bottom: 2em;
  text-align: center;
  margin-top: 2em;
}

.homesec-cont {
  color: #fff;
  background-color: #273d4f;
  padding-bottom: 2em;
  padding: 20px 30px;
}
@media (min-width: 960px) {
  .homesec-cont {
    height: 360px;
  }
  .homesec-cont .box-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
  }
  .homesec-cont .box-inner a {
    color: #fff;
    text-decoration: underline;
  }
  .homesec-cont .box-inner .addr {
    line-height: 2 !important;
  }
}

#cat-home .home-title {
  margin: 2em 0 2em;
}

#cat-home .btn {
  /*width: 80%;
  margin-top: 40px;
  @media (min-width: $screen-sm) {
  	width: 60%;
  }*/
}

#cat-home .edit .btn {
  width: 100%;
  margin-top: 0;
}

@media (min-width: 960px) {
  #cat-home .leading-1 {
    background: url(../images/homenews_bg.png) repeat-y scroll center 0 transparent;
    margin-left: -250%;
    margin-right: -250%;
    padding: 0 250% 0;
    margin-top: 60px;
  }
}
.listnews {
  text-align: left;
  padding-left: 0;
}

.btn-link a img {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.btn-link a:hover img {
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}

#cat-home .mnav-home {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 640px) {
  #cat-home .mnav-home {
    margin-top: 60px;
  }
}
#cat-home .mnav-home .mnav-item {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 640px) {
  #cat-home .mnav-home .mnav-item {
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
}
#cat-home .mnav-home .mnav-item:first-child {
  border-top: 1px solid #ccc;
}
@media (min-width: 640px) {
  #cat-home .mnav-home .mnav-item:first-child {
    border-left: 1px solid #ccc;
    border-top: none;
  }
}
#cat-home .mnav-home .mnav-item .mnav-text {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

@media (max-width: 480px) {
  .mnav-home img {
    display: none;
  }
}
.bg-yellow {
  background-color: #fcee21;
}

#cat-home #main {
  padding-top: 0;
}
#cat-home .main-img {
  background: #3dd2ff;
  margin: 0 -100%;
  padding: 0 100%;
  text-align: center;
  height: 280px;
}
@media (min-width: 640px) {
  #cat-home .main-img {
    height: 480px;
  }
}
#cat-home .main-img .main-text {
  color: #fff;
  letter-spacing: 0.1em;
}
#cat-home .home-sec1 {
  border: 5px solid #00d2ff;
  padding: 3em 2em 2em 2em;
  margin-top: 40px;
}
#cat-home .home-sec1 h1 {
  margin: 0;
}
#cat-home .home-sec2 {
  border: 5px solid #00d2ff;
  padding: 2em;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  #cat-home .home-sec2 {
    min-height: 320px;
  }
}
#cat-home .home-sec2 h2 {
  margin: 0 0 1em 0;
  text-align: center;
  color: #000;
}
#cat-home .home-sec2 ul {
  margin-bottom: 0;
}
#cat-home .home-sec2 p {
  text-align: center;
}

/*=======================================================================
  Pages
=======================================================================*/
/* contact */
.telno {
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  margin-left: -.15em;
}
.telno:before {
  font-family: 'FontAwesome';
  content: "\f095";
  margin-right: .3em;
}

#cat-contact #main-box form .form-control {
  margin-bottom: 20px;
}

#cat-contact #main h1 {
  margin-bottom: 20px;
}

/* Resarch */
#cat-research #main-box p {
  line-height: 1.8;
}
#cat-research .research-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
#cat-research .research-item:first-child {
  border-top: 1px solid #ccc;
}
#cat-research .research-item .img-box {
  margin-bottom: 1em;
}

/* publications */
#cat-publications select#pub_category {
  color: #273d4f;
}
#cat-publications input#pub_keywards,
#cat-publications select#pub_year,
#cat-publications select#pub_category {
  font-size: 16px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  #cat-publications input#pub_keywards,
  #cat-publications select#pub_year,
  #cat-publications select#pub_category {
    font-size: 18px;
  }
}
#cat-publications .total {
  font-size: 20px;
  font-weight: bold;
  color: #777;
  text-align: right;
}

/* Link */
.link-item {
  line-height: 2.15;
  border-bottom: 1px dotted #ccc;
}

.link-item a {
  position: relative;
  color: #333;
  display: block;
  box-sizing: border-box;
  padding: 5px 0;
}
.link-item a:hover {
  background-color: #efefef;
  text-decoration: underline;
}

.link-item.file a:after,
.link-item.url a:after {
  position: absolute;
  font-family: 'FontAwesome';
  right: 20px;
  color: #888;
}

.link-item.url a:after {
  content: "\f08e";
}

.link-item.file a:after {
  content: "\f016";
}

/* sitemap */
#osmap {
  width: 100%;
}
@media (min-width: 640px) {
  #osmap {
    width: 80%;
    margin: 0 auto;
  }
}
#osmap .osmap-items {
  margin-top: 2em;
}
#osmap .osmap-items ul {
  padding: 0;
  margin: 0;
  line-height: 3;
}
#osmap .osmap-items ul li {
  display: block;
}
#osmap .osmap-items ul li a {
  color: #000;
  display: block;
  text-align: center;
}
#osmap .osmap-items ul li a:hover {
  text-decoration: underline;
  background-color: #efefef;
}

/* News */
#cat-news .category-listcat-news .ta-line tr th {
  display: none;
}
@media (min-width: 640px) {
  #cat-news .category-listcat-news .ta-line tr th {
    display: table-cell;
  }
}

/* messages */
#cat-messages #main p {
  line-height: 2;
  margin-bottom: 18px;
  text-align: left;
}
#cat-messages #main p.text-center {
  text-align: center;
}
@media (min-width: 640px) {
  #cat-messages #main p {
    text-align: justify;
  }
}

/* member */
#cat-member #main h2 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 960px) {
  #cat-member #main h2 {
    text-align: left;
  }
}
#cat-member #main .h1,
#cat-member #main h1 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
#cat-member #main .h1 {
  text-align: center;
}
#cat-member #main .vertical_gx {
  overflow: hidden;
}
#cat-member #main h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}

#cat-member .member_header {
  display: table;
  width: 100%;
  height: 36px;
  background-color: #f2f2f2;
  margin: 2em 0 1em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#cat-member .member_header > div {
  display: table-cell;
  line-height: 1;
  padding: 11px 8px;
  font-weight: bold;
}

.thumbnail.medinfo {
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.thumbnail.medinfo .caption {
  padding: 20px 0 0;
}

#cat-medical .box1 {
  position: relative;
  background: url(../../../images/contents/parts/medical-info01.jpg) no-repeat bottom center scroll;
  background-size: cover;
  height: 220px;
  width: 100%;
}
#cat-medical .box1:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(79, 63, 43, 0.7);
}

#cat-medical .box2 {
  position: relative;
  background: url(../../../images/contents/parts/medical-info02.jpg);
  background-size: cover;
  height: 220px;
  width: 100%;
}
#cat-medical .box2:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(79, 63, 43, 0.7);
}

#cat-medical .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
#cat-medical .img-box p {
  text-align: center;
  color: #fff;
  line-height: 220px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .3em;
}

/* 時系列で探す */
@media (max-width: 640px) {
  .arrow img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/*=======================================================================
  Box nav
=======================================================================*/
#main-box .box-nav {
  text-align: center;
  margin-bottom: 10px;
}
#main-box .box-nav p {
  background: #00d2ff;
  margin-bottom: 0 !important;
  padding: 3em 0;
}
#main-box .box-nav h2 {
  background: #2f3132;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding: 1em 0.5em;
  line-height: 1.4;
}

.box-nav2 {
  text-align: center;
  margin-bottom: 0;
}
.box-nav2 div {
  margin-bottom: 0 !important;
  padding: 3em 0;
  background: #00d2ff;
}
.box-nav2 div p {
  padding: 0;
}
.box-nav2 div p.number {
  color: #fff;
  padding-bottom: 10px;
  font-size: 20px;
}
.box-nav2 h2 {
  background: #2f3132;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding: 1em 0.5em;
  line-height: 1.4;
}

.box-navline {
  border: 1px solid #00d2ff;
  padding: 1em;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  #cat-startwith .box-navline {
    min-height: 440px;
  }

  #cat-timeseries .box-navline {
    min-height: 530px;
  }
  #cat-timeseries .box-navline2 {
    min-height: 710px;
  }
}
#cat-purpose #main-box .box-nav p {
  padding: 2em 0;
}
#cat-purpose #main-box .box-nav h2 {
  font-size: 15px;
}

/*=======================================================================
  Frontend Edit
=======================================================================*/
label {
  display: inline-block !important;
}

.chzn-container-single .chzn-single {
  height: 30px !important;
}

#jform_params_count_clicks_chzn .chzn-single {
  width: 150px;
}

.icons .btn-group,
.icons .btn-group a[data-toggle="tab"][aria-expanded="false"],
ul.nav-tabs > li > a[data-toggle="tab"][aria-expanded="false"] {
  display: block !important;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*  float: left;
    position: relative !important;*/
  margin-left: 0 !important;
}

.checkbox label, .radio label {
  padding-left: 20px;
  padding-right: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: arial;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.control-group input, .control-group textarea, .control-group .uneditable-input {
  /*width: 100% !important */
}

.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
  width: 100%;
}

.email-copy-input {
  float: left;
}

.control-group .control-label {
  padding-top: 7px;
  padding-bottom: 7px;
}

div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn- drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_tags_chzn.chzn-container {
  width: 260px !important;
}

#adminForm .btn-toolbar {
  margin-bottom: 1em;
}

/*=======================================================================
  CCK Adjusts
=======================================================================*/
div.cck_button.cck_button_del,
div.cck_button.cck_button_add,
div.cck_button.cck_button_drag {
  height: 30px;
}

/*=======================================================================
  Print css
=======================================================================*/
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }

  a.back-to-top,
  .navbar {
    display: none !important;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }

  table.hidden-xs {
    display: table;
  }

  tr.hidden-xs {
    display: table-row !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }

  .hidden-xs.hidden-print {
    display: none !important;
  }

  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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