@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

html,
body {
  height: 100%;
}

div.ccm-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#top-image-path {
  content: "/packages/rimd_deras/themes/rimd_deras/images/top_image_sample.jpg";
}

div.ccm-page nav.navbar {
  margin-bottom: 0px;
  min-height: 171px;
}

div.ccm-page #main-header-home {
  border-bottom: 1px solid #ccc;
  margin-top: 171px;
  min-height: 96px;
  background-position: left center;
}

div.ccm-page #main-header-home p {
  color: #2f97c0;
  font-size: 32px;
  font-weight: bold;
  margin: 0px;
  padding-top: 48px;
  padding-bottom: 48px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.75)
}

div.ccm-page #main-header-page {
  border-bottom: 1px solid #ccc;
  margin-top: 171px;
  min-height: 72px;
}

div.ccm-page #main-header-page h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

div.ccm-page #main-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

div.ccm-page #footer {
  margin-top: auto;
}

div.ccm-page #top-footer {
  background-color: #e7e8e8;
  padding-top: 70px;
  padding-bottom: 70px;
}

div.ccm-page #top-footer .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

div.ccm-page #top-footer .menu > div {
  margin-bottom: 10px;
}

div.ccm-page #top-footer .menu > div > div:first-child {
  text-transform: uppercase;
}

div.ccm-page #top-footer .banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  text-align: center;
}

div.ccm-page #top-footer .banner > div {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  div.ccm-page #main-right {
    padding-left: 56px;
  }

  div.ccm-page #main-left {
    padding-right: 56px;
  }
}

@media screen and (max-width: 1199px) {
  div.ccm-page #top-footer .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  div.ccm-page #top-footer .menu > div {
    padding: 0 20px;
  }

  div.ccm-page #top-footer .banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  div.ccm-page #top-footer .banner > div {
    padding: 0px 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page #top-footer .menu > div {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page nav.navbar {
    margin-bottom: 0px;
    min-height: 65px;
  }

  div.ccm-page #main-header-home {
    margin-top: 168px;
    min-height: 148px;
  }

  div.ccm-page #main-header-home p {
    font-size: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  div.ccm-page #main-header-page {
    margin-top: 168px;
    min-height: 56px;
  }

  div.ccm-page #main-header-page h1 {
    font-size: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  div.ccm-page #seren-masthead {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  div.ccm-page #site-logo-area {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 32px;
  }

  div.ccm-page #site-logo {
    flex: 1;
  }

  div.ccm-page #hamburger-menu {
    width: 41px;
  }

  div.ccm-page #hamburger-menu .navbar-toggle {
    border: none;
    border-radius: initial;
    height: 32px;
    margin: 0px;
    padding-left: 15px;
    padding-right: 0px;
  }

  div.ccm-page #top-footer .menu {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
  }

  div.ccm-page #top-footer .menu > div {
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
  }

  div.ccm-page #top-footer .menu > div:not(:first-child) {
    padding: 0;
  }

  div.ccm-page #top-footer .menu > div:not(:last-child) {
    padding: 0;
  }

  div.ccm-page #top-footer .banner {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
  }

  div.ccm-page #top-footer .banner > div {
    padding: 0;
    width: 100%;
  }

  div.ccm-page #top-footer .banner > div:not(:first-child) {
    padding: 0;
  }

  div.ccm-page #top-footer .banner > div:not(:last-child) {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  div.ccm-page nav.navbar {
    margin-bottom: 0px;
    min-height: 65px;
  }

  div.ccm-page #main-header-home {
    margin-top: 166px;
    min-height: 128px;
  }

  div.ccm-page #main-header-home p {
    font-size: 18px;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  div.ccm-page #main-header-page {
    margin-top: 166px;
    min-height: 44px;
  }

  div.ccm-page #main-header-page h1 {
    font-size: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/* BODY STYLES
-------------------------------------------------- */
div.ccm-page {
  background-color: #fff;
  color: #222;
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.ccm-toolbar-visible .navbar-fixed-top {
  top: 48px;
  z-index: 4;
}

.ccm-toolbar-visible div.ccm-page {
  margin: 0 !important;
  padding-bottom: 0 !important;
}


/* Header
-------------------------------------------------- */
div.ccm-page #seren-masthead {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  div.ccm-page #seren-masthead {
    border-bottom: 1px solid #ccc;
  }
}

/* Logo
-------------------------------------------------- */
div.ccm-page a.seren-logo-font {
  font-size: 42px;
  color: #000;
  padding-top: 15px;
  text-decoration: none;
}

div.ccm-page a.seren-logo-link {
  /*padding-top: 15px;*/
  text-decoration: none;
}

div.ccm-page a.seren-logo-font:hover,
div.ccm-page a.seren-logo-font:focus,
div.ccm-page a.seren-logo-font:active {
  color: #000;
  text-decoration: none;
}

div.ccm-page a.seren-logo-link:hover,
div.ccm-page a.seren-logo-link:focus,
div.ccm-page a.seren-logo-link:active {
  color: #000;
  text-decoration: none;
}

div.ccm-page .navbar-fixed-top {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 2s ease 0s
}

div.ccm-page .navbar-fixed-top.opaque {
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 2s ease 0s
}

div.ccm-page #seren-main-nav {
  background: -moz-linear-gradient(top, #2f97c0, #2f86b0);
  background: -webkit-linear-gradient(top, #2f97c0, #2f86b0);
  background: linear-gradient(to bottom, #2f97c0, #2f86b0);
}

div.ccm-page .navbar-inverse {
  background: -moz-linear-gradient(top, #2f97c0, #2f86b0);
  background: -webkit-linear-gradient(top, #2f97c0, #2f86b0);
  background: linear-gradient(to bottom, #2f97c0, #2f86b0);
  border-top: none;
  border-bottom: 1px solid #fff;
}

div.ccm-page .navbar-inverse .navbar-collapse,
div.ccm-page .navbar-inverse .navbar-form {
  background: -moz-linear-gradient(top, #2f97c0, #2f86b0);
  background: -webkit-linear-gradient(top, #2f97c0, #2f86b0);
  background: linear-gradient(to bottom, #2f97c0, #2f86b0);
  border-top: none;
  border-bottom: 1px solid #fff;
}

div.ccm-page .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  outline: 0;
}

div.ccm-page .navbar-inverse .navbar-nav > li > a small {
  display: block;
}

div.ccm-page .navbar-inverse .navbar-nav > li > a.nav-selected {
  color: #fff;
  box-shadow: 0 -3px #fff inset;
  transition: 2.5s;
}

div.ccm-page .seren-logo-link > img {
  height: auto;
  width: 100%;
  padding-top: 0;
  /*padding-bottom: 10px;*/
}

div.ccm-page a.seren-logo-font {
  color: #000;
  text-decoration: none;
}

div.ccm-page a.seren-logo-font:hover,
div.ccm-page a.seren-logo-font:focus,
div.ccm-page a.seren-logo-font:active {
  color: #000;
  text-decoration: none;
}

div.ccm-page .navbar-inverse .navbar-nav > .active > a,
div.ccm-page .navbar-inverse .navbar-nav > .active > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
}

div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > li > a:focus {
  background-color: #2f86b0;
  color: #fff;
  transition: background-color 2s ease 0s;
}

div.ccm-page .navbar-inverse .navbar-toggle {
  border: none;
  margin-right: 0;
  margin-top: 25px;
}

div.ccm-page .navbar-toggle .icon-bar {
  border-radius: 0;
  display: block;
  height: 2px;
  width: 26px;
}

div.ccm-page .navbar-inverse .navbar-toggle:hover,
div.ccm-page .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

div.ccm-page .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #2f86b0;
}

div.ccm-page .navbar-nav > li > a {
  border-bottom: 1px solid #ccc;
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  /*text-transform: uppercase;*/
  padding: 15px;
}

div.ccm-page .navbar-nav > li {
  text-align: initial;
  vertical-align: top;
}

div.ccm-page .nav .open > a,
div.ccm-page .nav .open > a:hover,
div.ccm-page .nav .open > a:focus {
  background-color: transparent;
}

div.ccm-page .navbar-inverse .navbar-nav > .open > a,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:hover,
div.ccm-page .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000;
}

div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  font-size: 14px;
  /*text-transform: uppercase;*/
  background-color: #fff;
}

div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  background-position: center center;
  box-shadow: none;
}

div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #2f86b0;
  color: #fff;
  transition: background-color 2s ease 0s;
}

div.ccm-page .nav .open > a,
div.ccm-page .nav .open > a:hover,
div.ccm-page .nav .open > a:focus {
  border-color: #666;
}

div.ccm-page .dropdown-menu {
  background-color: #2f97c0;
  background-color: rgba(47,151,192,0.9);
  border-radius: 0;
}

div.ccm-page .dropdown-menu > li > a {
  color: #fff;
}

div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  background-color: #2f86b0;
  color: #fff;
  transition: background-color 2s ease 0s;
}

div.ccm-page .dropdown-menu {
  padding: 0;
}

div.ccm-page .navbar-nav {
  margin: 0 -15px;
}

div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 40px;
}

div.ccm-page .navbar-collapse.in {
  background-color: #2f97c0;
  background-color: rgba(47,151,192,0.9)
}

div.ccm-page .navbar-collapse.in > li > a {
  border-bottom: 1px solid #ccc;
}

div.ccm-page .dropdown-menu > li > a:hover,
div.ccm-page .dropdown-menu > li > a:focus {
  box-shadow: none;
}

/* for english(single row) navigation */
div.ccm-page .navbar-nav > li > a > div {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  div.ccm-page .navbar-nav > li > a > div {
    margin: 0;
  }
}

div.ccm-page .seren-logo-link {
  float: left;
}

@media (min-width: 768px) {
  div.ccm-page .seren-logo-link > img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  div.ccm-page a.seren-logo-font {
    font-size: 60px;
    padding-top: 0;
  }

  div.ccm-page .navbar-collapse {
    margin-top: 0;
  }

  div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
  div.ccm-page .navbar-inverse .navbar-nav > li > a:focus {
  background-color: #2f86b0;
    color: #fff;
  }

  div.ccm-page .navbar-inverse .navbar-nav > li > a:hover,
  div.ccm-page .navbar-inverse .navbar-nav > li > a:active {
    background-position: center center;
    box-shadow: 0 -3px #fff inset;
    transition: 0.5s;
  }

  div.ccm-page .navbar-collapse.in {
    background-color: transparent;
  }

  div.ccm-page .navbar-nav {
    margin: 0;
  }

  div.ccm-page .navbar {
    /*min-height: 100px;*/
  }

  div.ccm-page .seren-logo-link {
    float: none;
  }

  div.ccm-page #seren-masthead {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  div.ccm-page #seren-masthead-left {
    text-align: left;
  }

  div.ccm-page #seren-logo {
    text-align: center;
  }

  div.ccm-page #seren-masthead-right {
    text-align: right;
  }

  div.ccm-page .navbar-nav > li > a {
    padding: 15px 20px;
    border: none;
  }

  div.ccm-page .navbar-inverse .navbar-collapse,
  div.ccm-page .navbar-inverse .navbar-form {
    border: none;
  }

  div.ccm-page .navbar-nav {
    width: 100%;
    /*text-align: center;*/
  }

  div.ccm-page .navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
  }

  div.ccm-page .dropdown-menu {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }

  div.ccm-page .navbar-nav .open .dropdown-menu > li > a,
  div.ccm-page .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 3px 20px;
  }
}

@media screen and (max-width: 1199px) {
  div.ccm-page .navbar-nav > li > a {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .navbar-nav > li > a {
    padding: 15px 5px;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .navbar-nav > li > a {
    padding: 15px 10px;
  }

  div.ccm-page .navbar-nav > li > a > img {
    margin-top: -5px;
  }
}

/* panel
-------------------------------------------------- */
div.ccm-page .panel-group .panel.panel-seren,
.footer .panel-group .panel.panel-seren {
  border-radius: 0;
}

div.ccm-page .panel-default.panel-seren,
.footer .panel-default.panel-seren {
  border-color: #2f97c0;
  background-color: #fff;
}

div.ccm-page .panel-heading-seren a,
.footer .panel-heading-seren a {
  text-decoration: none;
}

div.ccm-page .panel-heading-seren,
.footer .panel-heading-seren {
  background-color: #fff;
}

div.ccm-page .panel-default.panel-seren > .panel-heading,
.footer .panel-default.panel-seren > .panel-heading {
  border-color: #2f97c0;
}

div.ccm-page .panel-title > a,
.footer .panel-title > a {
  color: #333;
}

div.ccm-page .panel-title > a:hover,
.footer .panel-title > a:hover,
div.ccm-page .panel-title > a:focus,
.footer .panel-title > a:focus,
div.ccm-page .panel-title > a:active,
.footer .panel-title > a:active {
  color: #333;
}

div.ccm-page .panel-body-seren,
.footer .panel-body-seren {
  background-color: #f0f1f1;
  color: #333;
}

div.ccm-page .panel-body-seren a,
.footer .panel-body-seren a {
  color: #666;
}

div.ccm-page .panel-body-seren a:hover,
.footer .panel-body-seren a:hover,
div.ccm-page .panel-body-seren a:focus,
.footer .panel-body-seren a:focus {
  color: #fff;
}

div.ccm-page .panel-heading-seren a:after,
.footer .panel-heading-seren a:after {
  color: #2f97c0;
  content: "\e114";
  float: right;
  font-family: 'Montserrat', "Noto Sans JP", sans-serif, 'Glyphicons Halflings';
}

div.ccm-page .panel-heading-seren a.collapsed:after,
.footer .panel-heading-seren a.collapsed:after {
  content: "\e080";
}

/* blog
-------------------------------------------------- */
div.ccm-page .seren-blog-listitem,
.footer .seren-blog-listitem {
  border: none;
  text-align: center;
  background: transparent;
}

div.ccm-page .seren-blog-thumb-img,
.footer .seren-blog-thumb-img {
  margin-bottom: 10px;
  opacity: 1.0;
  transition: opacity 0.4s ease-in-out;
}

div.ccm-page .seren-blog-thumb-img:hover,
.footer .seren-blog-thumb-img:hover {
  opacity: 0.6;

}

div.ccm-page .seren-blog-thumb-img img,
.footer .seren-blog-thumb-img img {
  border-bottom: 5px solid #2f97c0;
}

div.ccm-page p.seren-blog-description,
.footer p.seren-blog-description {
  padding-top: 0px;
  font-size: 16px;
}

div.ccm-page p.seren-blog-date,
.footer p.seren-blog-date {
  font-size: 12px;
  font-style: italic;
}

div.ccm-page h3.seren-blog-thumb-heading a,
.footer h3.seren-blog-thumb-heading a {
  font-size: 24px;
  /*text-transform: uppercase;*/
}

div.ccm-page h3.seren-blog-thumb-heading a:hover,
.footer h3.seren-blog-thumb-heading a:hover,
div.ccm-page h3.seren-blog-thumb-heading a:focus,
.footer h3.seren-blog-thumb-heading a:focus {
  text-decoration: none;
}

/* block
-------------------------------------------------- */
div.ccm-page .ccm-block-page-list-rss-feed .fa-rss,
.footer .ccm-block-page-list-rss-feed .fa-rss {
  background-color: #2f97c0;
  color: #fff;
  padding: 3px 5px;
  margin-bottom: 15px;
}

div.ccm-page .ccm-block-page-list-rss-feed .fa-rss:hover,
.footer .ccm-block-page-list-rss-feed .fa-rss:hover {
  background-color: #573d7d;
}

div.ccm-page ul.ccm-block-date-navigation-dates,
.footer ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-bottom: 0;
  padding-left: 0;
}

div.ccm-page .ccm-block-date-navigation-dates a,
.footer .ccm-block-date-navigation-dates a {
  text-decoration: none;
  /*text-transform: uppercase;*/
}

div.ccm-page .ccm-block-date-navigation-dates a:focus,
.footer .ccm-block-date-navigation-dates a:focus,
div.ccm-page .ccm-block-date-navigation-dates a:active,
.footer .ccm-block-date-navigation-dates a:active {
  text-decoration: none;
  /*text-transform: uppercase;*/
}

div.ccm-page .ccm-block-tags-wrapper a:hover,
.footer .ccm-block-tags-wrapper a:hover,
div.ccm-page ccm-block-tags-wrapper a:focus,
.footer ccm-block-tags-wrapper a:focus {
  text-decoration: none;
}

div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag,
.footer .ccm-block-tags-wrapper .ccm-block-tags-tag,
div.ccm-page .ccm-block-tags-wrapper label,
.footer .ccm-block-tags-wrapper label {
  border-radius: 0;
}

div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag,
.footer .ccm-block-tags-wrapper .ccm-block-tags-tag {
  background-color: #2f97c0;
  color: #fff;
}

div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag,
.footer .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag {
  background-color: #2f86b0;
  color: #fff;
}

div.ccm-page .ccm-block-tags-wrapper .label,
.footer .ccm-block-tags-wrapper .label {
  font-size: 100%;
}

/* btn
-------------------------------------------------- */
div.ccm-page .btn,
.footer .btn {
  border-radius: 0;
  font-weight: 700;
}

div.ccm-page .btn-group-lg > .btn,
.footer .btn-group-lg > .btn,
div.ccm-page .btn-lg,
.footer .btn-lg {
  border-width: 1px;
}

div.ccm-page .btn-xlg,
.footer .btn-xlg {
  padding: 16px 24px;
  font-size: 24px;
  line-height: 1.3333333;
  border-width: 3px;
}

div.ccm-page a.btn-seren,
.footer a.btn-seren,
div.ccm-page .btn-seren,
.footer .btn-seren {
  background-color: #2f97c0;
  border-color: #2f97c0;
  color: #fff;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-seren:hover,
.footer a.btn-seren:hover,
div.ccm-page a.btn-seren:focus,
.footer a.btn-seren:focus,
div.ccm-page a.btn-seren:active,
.footer a.btn-seren:active,
div.ccm-page .btn-seren:hover,
.footer .btn-seren:hover,
div.ccm-page .btn-seren:focus,
.footer .btn-seren:focus,
div.ccm-page .btn-seren:active,
.footer .btn-seren:active {
  background-color: rgba(47,151,192,0.6);
  border-color: #2f86b0;
  color: #fff;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

div.ccm-page a.btn-seren-transparent,
.footer a.btn-seren-transparent,
div.ccm-page .btn-seren-transparent,
.footer .btn-seren-transparent {
  border-color: #2f97c0;
  color: #2f97c0;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-seren-transparent:hover,
.footer a.btn-seren-transparent:hover,
div.ccm-page a.btn-seren-transparent:focus,
.footer a.btn-seren-transparent:focus,
div.ccm-page a.btn-seren-transparent:active,
.footer a.btn-seren-transparent:active,
div.ccm-page .btn-seren-transparent:hover,
.footer .btn-seren-transparent:hover,
div.ccm-page .btn-seren-transparent:focus,
.footer .btn-seren-transparent:focus,
div.ccm-page .btn-seren-transparent:active,
.footer .btn-seren-transparent:active {
  color: #fff;
  background-color: #2f97c0;
  background-color: rgba(47,151,192,0.6);
  border-color: #2f97c0;
  border-color: rgba(47,151,192,0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

div.ccm-page a.btn-seren-light-transparent,
.footer a.btn-seren-light-transparent,
div.ccm-page .btn-seren-light-transparent,
.footer .btn-seren-light-transparent {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-seren-light-transparent:hover,
.footer a.btn-seren-light-transparent:hover,
div.ccm-page a.btn-seren-light-transparent:focus,
.footer a.btn-seren-light-transparent:focus,
div.ccm-page a.btn-seren-light-transparent:active,
.footer a.btn-seren-light-transparent:active,
div.ccm-page .btn-seren-light-transparent:hover,
.footer .btn-seren-light-transparent:hover,
div.ccm-page .btn-seren-light-transparent:focus,
.footer .btn-seren-light-transparent:focus,
div.ccm-page .btn-seren-light-transparent:active,
.footer .btn-seren-light-transparent:active {
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

div.ccm-page a.btn-seren-dark-transparent,
.footer a.btn-seren-dark-transparent,
div.ccm-page .btn-seren-dark-transparent,
.footer .btn-seren-dark-transparent {
  border-color: #000;
  color: #000;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-seren-dark-transparent:hover,
.footer a.btn-seren-dark-transparent:hover,
div.ccm-page a.btn-seren-dark-transparent:focus,
.footer a.btn-seren-dark-transparent:focus,
div.ccm-page a.btn-seren-dark-transparent:active,
.footer a.btn-seren-dark-transparent:active,
div.ccm-page .btn-seren-dark-transparent:hover,
.footer .btn-seren-dark-transparent:hover,
div.ccm-page .btn-seren-dark-transparent:focus,
.footer .btn-seren-dark-transparent:focus,
div.ccm-page a.btn-seren-dark-transparent:active,
.footer a.btn-seren-dark-transparent:active {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}


/* spacer
-------------------------------------------------- */
div.ccm-page .spacer-10,
.footer .spacer-10 {
  height: 10px;
}

div.ccm-page .spacer-20,
.footer .spacer-20 {
  height: 20px;
}

div.ccm-page .spacer-30,
.footer .spacer-30 {
  height: 30px;
}

div.ccm-page .spacer-40,
.footer .spacer-40 {
  height: 40px;
}

div.ccm-page .spacer-50,
.footer .spacer-50 {
  height: 50px;
}

div.ccm-page .spacer-60,
.footer .spacer-60 {
  height: 60px;
}

div.ccm-page .spacer-70,
.footer .spacer-70 {
  height: 70px;
}

div.ccm-page .spacer-80,
.footer .spacer-80 {
  height: 80px;
}

div.ccm-page .spacer-90,
.footer .spacer-90 {
  height: 90px;
}

div.ccm-page .spacer-100,
.footer .spacer-100 {
  height: 100px;
}

/* h1 h2 h3 h4 h5 h6 p
-------------------------------------------------- */
div.ccm-page h1,
.footer h1 {
  color: #fff;
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
}

div.ccm-page h1.error {
  color: #666;
}

div.ccm-page h2,
.footer h2 {
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #23354c;
}

div.ccm-page h3,
.footer h3 {
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #2f97c0;
  margin-bottom: 0.75em;
}

div.ccm-page h4,
.footer h4 {
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75em;
}

div.ccm-page h5,
.footer h5 {
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75em;
}

div.ccm-page h6,
.footer h6 {
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75em;
}

/*div.ccm-page p {
  padding-bottom: 1em;
}*/

/* social-links
-------------------------------------------------- */
div.ccm-page .ccm-block-social-links a > .fa,
.footer .ccm-block-social-links a > .fa {
  color: #000;
  transition: color 1s ease-in-out;
  font-size: 18px;
}

div.ccm-page .ccm-block-social-links a > .fa:hover,
.footer .ccm-block-social-links a > .fa:hover,
div.ccm-page .ccm-block-social-links a > .fa:active,
.footer .ccm-block-social-links a > .fa:active,
div.ccm-page .ccm-block-social-links a > .fa:focus,
.footer .ccm-block-social-links a > .fa:focus {
  color: #2f97c0;
  font-size: 18px;
}

/* a
-------------------------------------------------- */
div.ccm-page a,
.footer a {
  color: #333;
}

div.ccm-page a:hover,
.footer a:hover,
div.ccm-page a:focus,
.footer a:focus,
div.ccm-page a:active,
.footer a:active {
  color: #999;
}

div.ccm-page #main-section p a,
div.ccm-page #main-section p a:link,
div.ccm-page #main-section p a:hover,
div.ccm-page #main-section p a:visited {
  color: #69c;
}

/* form
-------------------------------------------------- */
div.ccm-page input[type="text"],
.footer input[type="text"],
div.ccm-page input[type="email"],
.footer input[type="email"],
div.ccm-page input[type="tel"],
.footer input[type="tel"],
div.ccm-page input[type="search"],
.footer input[type="search"],
div.ccm-page input[type="url"],
.footer input[type="url"],
div.ccm-page input[type="password"],
.footer input[type="password"],
div.ccm-page input,
.footer input,
div.ccm-page input.form-control,
.footer input.form-control,
div.ccm-page .ui-autocomplete-input,
.footer .ui-autocomplete-input,
div.ccm-page textarea,
.footer textarea,
div.ccm-page .uneditable-input,
.footer .uneditable-input {
  border-radius: 0;
}

div.ccm-page div.ccm-block-type-form span.text-muted,
.footer div.ccm-block-type-form span.text-muted {
  color: #ccc;
}

/* pagenation
-------------------------------------------------- */
div.ccm-page .pagination > li:first-child > a,
.footer .pagination > li:first-child > a,
div.ccm-page .pagination > li:first-child > span,
.footer .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

div.ccm-page .pagination > li:last-child > a,
.footer .pagination > li:last-child > a,
div.ccm-page .pagination > li:last-child > span,
.footer .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.ccm-page .pagination > .active > a,
.footer .pagination > .active > a,
div.ccm-page .pagination > .active > a:focus,
.footer .pagination > .active > a:focus,
div.ccm-page .pagination > .active > a:hover,
.footer .pagination > .active > a:hover,
div.ccm-page .pagination > .active > span,
.footer .pagination > .active > span,
div.ccm-page .pagination > .active > span:focus,
.footer .pagination > .active > span:focus,
div.ccm-page .pagination > .active > span:hover,
.footer .pagination > .active > span:hover {
  background-color: #2f97c0;
  border-color: #2f97c0;
}

div.ccm-page .pagination a,
.footer .pagination a {
  color: #333;
}

/* page-nav
-------------------------------------------------- */
div.ccm-page a.seren-page-nav,
.footer a.seren-page-nav {
  font-size: 24px;
}

div.ccm-page .row-1-threeovertwo,
.footer .row-1-threeovertwo {
  margin-bottom: 50px;
}

/* fade
-------------------------------------------------- */
div.ccm-page .seren-fade,
.footer .seren-fade {
  opacity: 1.0;
  transition: opacity 0.4s ease-in-out;
}

div.ccm-page .seren-fade:hover,
.footer .seren-fade:hover {
  opacity: 0.6;
}

/* image
-------------------------------------------------- */
div.ccm-page .center-block > img,
.footer .center-block > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.ccm-page img,
.footer img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

div.ccm-page img.img-full-width,
.footer img.img-full-width,
div.ccm-page .img-full-width img.img-responsive,
.footer .img-full-width img.img-responsive {
  width: 100%;
  height: auto;
}

div.ccm-page img.img-circle,
.footer img.img-circle,
div.ccm-page .img-circle img,
.footer .img-circle img {
  border-radius: 50%;
}

/* hr
-------------------------------------------------- */
div.ccm-page hr.seren-hr,
.footer hr.seren-hr {
  width: 50%;
  border-color: #2f97c0;
}

/* portfolio
-------------------------------------------------- */
div.ccm-page .seren-portfolio-extra,
.footer .seren-portfolio-extra {
  background-color: #e7e8e8;
  padding: 50px 0;
  margin-top: 50px;
}

div.ccm-page .seren-portfolio-bottom,
.footer .seren-portfolio-bottom {
  padding: 50px 0;
}

div.ccm-page .seren-portfolio-listitem,
.footer .seren-portfolio-listitem {
  border: none;
  text-align: center;
  background: transparent;
}

div.ccm-page .seren-portfolio-listitem .caption,
.footer .seren-portfolio-listitem .caption {
  color: #fff;
  /*text-transform: uppercase;*/
}

div.ccm-page .seren-portfolio-listitem img:hover,
.footer .seren-portfolio-listitem img:hover {
  box-shadow: 0 4px 2px -2px #333;
  margin-bottom: 0;
}

div.ccm-page .seren-portfolio-listitem .seren-img-hover,
.footer .seren-portfolio-listitem .seren-img-hover {
  margin-bottom: 0 !important;
}

div.ccm-page .seren-img-hover,
.footer .seren-img-hover {
  position: relative;
  overflow: hidden;
}

div.ccm-page .seren-portfolio-thumb-bottom,
.footer .seren-portfolio-thumb-bottom {
  background-color: #fff;
  color: #000;
  padding: 20px 10px;
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #2f97c0;
}

div.ccm-page .seren-portfolio-caption,
.footer .seren-portfolio-caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(47,151,192,0.6);
  width: 100%;
  height: 100%;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}

div.ccm-page p.seren-portfolio-description-icon,
.footer p.seren-portfolio-description-icon {
  padding-top: 25%;
  font-size: 80px;
  line-height: 0.6;
}

div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon,
.footer .seren-portfolio-fourcol p.seren-portfolio-description-icon {
  font-size: 80px;
}

div.ccm-page p.seren-portfolio-description,
.footer p.seren-portfolio-description {
  padding-top: 0px;
  font-size: 16px;
  font-weight: 700;
}

div.ccm-page .seren-portfolio-headingarea,
.footer .seren-portfolio-headingarea {
  height: 60px;
}

@media (min-width: 768px) {
  div.ccm-page .seren-portfolio-listitem a > img,
  .footer .seren-portfolio-listitem a > img,
  div.ccm-page .seren-portfolio-listitem > img,
  .footer .seren-portfolio-listitem > img {
    max-width: 100%;
  }

  div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon,
  .footer .seren-portfolio-fourcol p.seren-portfolio-description-icon {
    font-size: 42px;
  }
}

/* footer
-------------------------------------------------- */
.ccm-page footer #top-footer a {
	color: #888;
	text-decoration: none;
}

.ccm-page footer #top-footer a:visited {
	color: #888;
}

.ccm-page footer #top-footer a:hover {
	color: #1f1f1f;
}

.footer #bottom-footer {
  font-family: 'Montserrat', "Noto Sans JP", sans-serif;
  color: #111;
}

.footer #bottom-footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  color: #111;
}

.footer a {
  color: #111;
}

.footer a:hover,
.footer a:focus {
  color: #333;
}

.footer #bottom-footer h5 {
  color: #111;
}

.footer #bottom-footer .ccm-block-social-links a > .fa {
  color: #111;
}

.footer #bottom-footer .ccm-block-social-links a > .fa:hover,
.footer #bottom-footer .ccm-block-social-links a > .fa:active,
.footer #bottom-footer .ccm-block-social-links a > .fa:focus {
  color: #333;
}

.footer #bottom-footer {
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.footer #bottom-footer .logo {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer #bottom-footer .logo {
    text-align: left;
  }
}

/* custom
-------------------------------------------------- */
.main-color {
	color: #2f97c0;
}
.ccm-page h2.home-title {
  border-bottom: none;
  color: #2f97c0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
.ccm-page h2.home-title {
    font-size: 24px;
  }
}
div.ccm-page #top-footer {
	/*background-image: url("../images/bg_banner.jpg");*/
	background-position: center center;
	background-size: cover;
}

/* link
-------------------------------------------------- */
.ccm-page #main-section p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.ccm-page #main-section a {
  color: #111;
  text-decoration: underline;
}

/*
.ccm-page #main-section li a {
  text-decoration: none;
}
*/

.ccm-page #main-section a:visited {
  color: #111;
}

.ccm-page #main-section a:hover {
  color: #333;
  text-decoration: none;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: normal;
  color: inherit;
}

.ccm-page #main-header-home p small {
  font-size: 0.75em;
  font-weight: normal;
}

.ccm-page ul.bordered {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

.ccm-page ul.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 40px;
  border-bottom: 1px dotted #ccc;
}

.ccm-page ul.bordered li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  width: 28px;
  text-align: right;
}

.ccm-page ul.list {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

.ccm-page ul.list li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 20px;
  border-bottom: 1px dotted #ccc;
}

.ccm-page ul.list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #2f97c0;
  position: absolute;
  left: 0;
}

.ccm-page ul.without-marker {
  padding-left: 0;
  margin-bottom: 2em;
}

.ccm-page ul.without-marker li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 0em;
  border-bottom: 1px dotted #ccc;
}

.ccm-page ol {
  counter-reset: counter-name;
  padding-left: 0;
}

.ccm-page ol li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
}

.ccm-page ol.bordered {
  counter-reset: counter-name;
  padding-left: 0;
}

.ccm-page ol.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0.5em 0 0.5em 2.4em;
  border-bottom: 1px dotted #ccc;
}

.ccm-page ol.bordered li:last-child {
  border-bottom: none;
}

.ccm-page ol.no-border {
  counter-reset: counter-name;
  padding-left: 0;
}

.ccm-page ol.no-border li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
  border-bottom-style: none !important;
}

.ccm-page ol li:before,
.ccm-page ol.bordered li:before,
.ccm-page ol.no-border li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: #2f97c0;
  font-weight: 700;
  position: absolute;
  left: 0;
  display: block;
  width: 1.6em;
  text-align: right;
}

#top-news{
	background-color: #eaf6fd;
	padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  #top-news{
    padding: 30px;
  }
}

dl.news {
  padding: 0.75em 0;
  border-bottom: 1px solid #fff;
}

dl.news dt {
  color: #2f97c0;
  font-size: 1.1em;
  padding-bottom: 5px;
}

dl.news dd {
  color: #111;
}

dl.news a,
dl.news a:link {
  color: #111;
  text-decoration: underline;
}

dl.news a:visited {
  color: #111;
}

dl.news a:hover {
  color: #333;
}

@media screen and (min-width: 768px) {
  dl.news dt {
    clear: left;
    float: left;
    width: 7em;
  }

  dl.news dd {
    margin-left: 8em;
  }
}

.blog-page-list {
  padding-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.blog-page-list h4 {
  margin-bottom: 0px;
}

div.blog-page-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

div.blog-page-title h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div.blog-page-title span.page-date {
  margin-right: 2em;
}

div.blog-page-title span.page-date,
div.blog-page-title span.page-author {
  font-style: italic;
  font-size: 0.85em;
}

.breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.align-left {
  float: left;
  padding: 10px 15px 10px 0;
}

.align-right {
  float: right;
  padding: 10px 0 10px 15px;
}

@media screen and (max-width: 767px) {
  div.ccm-page #seren-logo {
    /*width: 85%;*/
  }

  div.ccm-page .seren-logo-link > img {
    width: 100%;
    height: auto;
  }

  div.ccm-page .navbar-header {
    /*margin-left: 85%;*/
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: 600px;
  }

  div.ccm-page h1.page-caption {
    font-size: 28px;
    padding: 100px 0 20px 0;
  }

  div.ccm-page .navbar-inverse .navbar-nav > li > a small {
    display: inline;
    padding-left: 1em;
  }

  .list-inline > li {
    display: block;
    padding-top: 10px;
  }
}

/* Page-top */
#back-top {
  z-index: 500;
  position: relative;
}

#back-top a {
  background: rgba(47,151,192,0.5);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 7px 15px 12px 15px;
  text-align: center;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#back-top a:hover {
  text-decoration: none;
  background: #999;
  color: #fff;
}

div.ccm-page .navbar-fixed-top {
  background-color: #fff;
}

div.ccm-page .dropdown-menu {
  background-color: #fff;
}

div.ccm-page .navbar-collapse.in {
  background: -moz-linear-gradient(top, #2f97c0, #2f86b0);
  background: -webkit-linear-gradient(top, #2f97c0, #2f86b0);
  background: linear-gradient(to bottom, #2f97c0, #2f86b0);
}

/* Member */
figure.member {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #2f97c0;
  position: relative;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

figure.member img {
  transition: transform 0.3s linear;
  vertical-align: bottom;
}

figure.member img:hover {
  transform: scale(1.2);
}

figure.member figcaption {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  opacity: 1;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-top: 72%;
  padding-top: 5%;
  padding-left: 3%;
}

figure.no-profile {
  pointer-events: none;
}

figure.no-profile img:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

/* side nav menu */
ul.seren-vertical-menu {
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}

ul.seren-vertical-menu > li {
  color: #000;
  font-size: 16px;
  padding: 8px 5px 8px 10px;
  border-bottom: 1px solid #ccc;
}

ul.seren-vertical-menu > li:first-child {
  border-top: 1px solid #ccc;
}

ul.seren-vertical-menu > li > a {
  padding: 5px 0;
  text-decoration: none !important;
}

ul.seren-vertical-menu > li > a:focus,
ul.seren-vertical-menu > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

ul.seren-vertical-menu > li > a:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #2f97c0;
  padding-right: 0.5em;
}

ul.seren-vertical-menu > li.selected {
  color: #fff;
  background-color: #2f97c0;
}

ul.seren-vertical-menu > li.selected > a {
  color: #fff !important;
}

ul.seren-vertical-menu > li.selected > a:focus,
ul.seren-vertical-menu > li.selected > a:hover {
  color: #ccc !important;
}

ul.seren-vertical-menu > li.selected > a:before {
  color: #fff !important;
}

ul.seren-vertical-menu > li.selected > a:focus:before,
ul.seren-vertical-menu > li.selected > a:hover:before {
  color: #fff !important;
}

.seren-vertical-menu .collapse > li {
  border: none;
}

.seren-vertical-menu .collapse > li > a:focus,
.seren-vertical-menu .collapse > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

/* link */
.ccm-page ul.link {
  list-style: none;
  padding-left: 0;
}

.ccm-page ul.link > li {
  border-bottom: 1px solid #ccc;
}

.ccm-page ul.link > li:first-child {
  border-top: 1px solid #ccc;
}

.ccm-page ul.link ul {
  list-style: none;
  padding-left: 0;
}

.ccm-page ul.link li {
  color: #000;
  display: block;
  font-size: 16px;
  padding: 8px 0px 8px 30px;
  position: relative;
}

.ccm-page ul.link ul li {
  color: #000;
  display: block;
  font-size: 16px;
  padding: 4px 0px 4px 30px;
  position: relative;
}

.ccm-page ul.link ul li:last-child {
  padding-bottom: 0;
}

.ccm-page ul.link li a {
  text-decoration: none !important;
}

.ccm-page ul.link li a:focus,
.ccm-page ul.link li a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

.ccm-page ul.link li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #2f97c0;
  position: absolute;
  top: 8px;
  left: 10px;
}

.ccm-page ul.link ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #2f97c0;
  position: absolute;
  top: 4px;
  left: 10px;
}

/* FAQ */
.ccm-page ol.faq {
  counter-reset: counter-name;
  padding-left: 0;
}

.ccm-page ol.faq li {
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 2.4em;
  position: relative;
}

.ccm-page ol.faq li:last-child {
  border-bottom: none;
}

.ccm-page ol.faq li a {
  text-decoration: none !important;
}

.ccm-page ol.faq li a:focus,
.ccm-page ol.faq li a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

.ccm-page ol.faq li:before {
  counter-increment: counter-name;
  content: "Q" counter(counter-name) ".";
  color: #2f97c0;
  display: block;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: left;
  width: 2em;
}

/* mini bar */
.ccm-page ul.mini-bar {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.ccm-page ul.mini-bar > li {
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  padding: 8px 5px 8px 10px;
  position: relative;
}

.ccm-page ul.mini-bar > li:first-child {
  border-top: 1px solid #ccc;
}

.ccm-page ul.mini-bar > li > a {
  display: block;
  position: relative;
  text-decoration: none !important;
}

.ccm-page ul.mini-bar > li > a:focus,
.ccm-page ul.mini-bar > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

.ccm-page ul.mini-bar > li > a:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #2f97c0;
  padding-right: 0.5em;
}

.ccm-page ul.mini-bar > li.selected {
  color: #fff;
  background-color: #2f97c0;
}

.ccm-page ul.mini-bar > li.selected > a {
  color: #fff !important;
}

.ccm-page ul.mini-bar > li.selected > a:focus,
.ccm-page ul.mini-bar > li.selected > a:hover {
  color: #ccc !important;
}

.ccm-page ul.mini-bar > li.selected > a:before {
  color: #fff !important;
}

.ccm-page ul.mini-bar > li.selected > a:focus:before,
.ccm-page ul.mini-bar > li.selected > a:hover:before {
  color: #fff !important;
}

/* original 7 devided grid */
.col-md-1-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-7 {
    float: left;
    width: 14.2857%;
  }
}

/* RIMD original button settings */
.btn-rimd {
  color: #fff;
  background-color: #2f97c0;
  border-color: #2f97c0;
}

.btn-rimd.focus,
.btn-rimd:focus {
  color: #fff;
  background-color: #52abce;
  border-color: #52abce;
}

.btn-rimd:hover {
  color: #fff;
  background-color: #52abce;
  border-color: #52abce;
}

.btn-rimd.active,
.btn-rimd:active,
.open > .dropdown-toggle.btn-rimd {
  color: #fff;
  background-color: #52abce;
  border-color: #52abce;
}

.btn-rimd.active.focus,
.btn-rimd.active:focus,
.btn-rimd.active:hover,
.btn-rimd:active.focus,
.btn-rimd:active:focus,
.btn-rimd:active:hover,
.open > .dropdown-toggle.btn-rimd.focus,
.open > .dropdown-toggle.btn-rimd:focus,
.open > .dropdown-toggle.btn-rimd:hover {
  color: #fff;
  background-color: #52abce;
  border-color: #52abce;
}

.btn-rimd.active,
.btn-rimd:active,
.open > .dropdown-toggle.btn-rimd {
  background-image: none
}

.btn-rimd.disabled.focus,
.btn-rimd.disabled:focus,
.btn-rimd.disabled:hover,
.btn-rimd[disabled].focus,
.btn-rimd[disabled]:focus,
.btn-rimd[disabled]:hover,
fieldset[disabled] .btn-rimd.focus,
fieldset[disabled] .btn-rimd:focus,
fieldset[disabled] .btn-rimd:hover {
  background-color: #2f97c0;
  border-color: #2f97c0;
}

.btn-rimd .badge {
  color: #2f97c0;
  background-color: #fff
}

/* RIMD original panel settings */
/** panel-rimd **/
div.ccm-page .panel-rimd {
  border-color: #2f97c0;
  border-radius: 0px;
}

div.ccm-page .panel-rimd .collapsing,
div.ccm-page .panel-rimd .collapse.in {
  border-top: 1px solid #2f97c0;
}

div.ccm-page .panel-rimd .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #2f97c0;
  color: #fff;
}

div.ccm-page .panel-rimd .panel-heading h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-rimd .panel-heading h2.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd .panel-heading h3 {
  color: #fff;
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-rimd .panel-heading h3.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd .panel-heading a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

div.ccm-page .panel-rimd .panel-heading a:hover {
  text-decoration: underline !important;
}

div.ccm-page .panel-rimd .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
}

div.ccm-page .panel-rimd .panel-heading a.collapsed:after {
  content: "\e114";
}

div.ccm-page .panel-rimd .panel-body p:last-child {
  margin-bottom: 0px !important;
}

/** panel-rimd-inverse **/
div.ccm-page .panel-rimd-inverse {
  border-color: #2f97c0;
  border-radius: 0px;
}

div.ccm-page .panel-rimd-inverse .collapsing,
div.ccm-page .panel-rimd-inverse .collapse.in {
  border-top: 1px solid #2f97c0;
}

div.ccm-page .panel-rimd-inverse .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  color: #2f97c0;
}

div.ccm-page .panel-rimd-inverse .panel-heading h2 {
  color: #2f97c0;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-rimd-inverse .panel-heading h2.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd-inverse .panel-heading h3 {
  color: #2f97c0;
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-rimd-inverse .panel-heading h3.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd-inverse .panel-heading a {
  color: #2f97c0 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

div.ccm-page .panel-rimd-inverse .panel-heading a:hover {
  text-decoration: underline !important;
}

div.ccm-page .panel-rimd-inverse .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
}

div.ccm-page .panel-rimd-inverse .panel-heading a.collapsed:after {
  content: "\e114";
}

div.ccm-page .panel-rimd-inverse .panel-body p:last-child {
  margin-bottom: 0px !important;
}

/** panel-rimd-small **/
div.ccm-page .panel-rimd-small {
  border-color: #2f97c0;
  border-radius: 0px;
}

div.ccm-page .panel-rimd-small .collapsing,
div.ccm-page .panel-rimd-small .collapse.in {
  border-top: 1px solid #2f97c0;
}

div.ccm-page .panel-rimd-small .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #2f97c0;
  color: #fff;
}

div.ccm-page .panel-rimd-small .panel-heading h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-rimd-small .panel-heading h2.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd-small .panel-heading h3 {
  color: #fff;
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-rimd-small .panel-heading h3.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd-small .panel-heading a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 5px 0;
  position: relative;
}

div.ccm-page .panel-rimd-small .panel-heading a:hover {
  text-decoration: underline !important;
}

div.ccm-page .panel-rimd-small .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
}

div.ccm-page .panel-rimd-small .panel-heading a.collapsed:after {
  content: "\e114";
}

div.ccm-page .panel-rimd-small .panel-body p:last-child {
  margin-bottom: 0px !important;
}

/** panel-rimd-small-inverse **/
div.ccm-page .panel-rimd-small-inverse {
  border-color: #2f97c0;
  border-radius: 0px;
}

div.ccm-page .panel-rimd-small-inverse .collapsing,
div.ccm-page .panel-rimd-small-inverse .collapse.in {
  border-top: 1px solid #2f97c0;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  color: #2f97c0;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading h2 {
  color: #2f97c0;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading h2.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading h3 {
  color: #2f97c0;
  padding: 0;
  margin: 0;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading h3.panel-title {
  font-weight: 600;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading a {
  color: #2f97c0 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 5px 0;
  position: relative;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading a:hover {
  text-decoration: underline !important;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.5em;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading a.collapsed:after {
  content: "\e114";
}

div.ccm-page .panel-rimd-small-inverse .panel-body p:last-child {
  margin-bottom: 0px !important;
}

/* no bordered table */
.table-no-bordered {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.table-no-bordered > tbody > tr {
  border: 0px;
}

.table-no-bordered > tbody > tr > th {
  border: 0px;
}

.table-no-bordered > tbody > tr > td {
  border: 0px;
}

/* vertical-align-middle for table */
table.vertical-align-middle > tbody > tr > th {
  vertical-align: middle;
}

table.vertical-align-middle > tbody > tr > td {
  vertical-align: middle;
}

/* member table */
table.member > tbody > tr > td:nth-child(1) {
  background-color: rgb(255, 255, 240);
}

/* for Anti-spam */
.domain::before {
   content: '@';
}

/* Bootstrap Grid Height */
@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
}

/* horizontal description list aligned left */
@media (min-width: 768px) {
  .dl-horizontal-left dt {
    float: left;
    width: 100px;
    clear: left;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal-left dd {
    margin-left: 120px;
  }
}

/* list-group home */
.conventional h2.home-title,
.conventional a h5.list-group-item-heading {
  color:#3172af;
}
.conventional .list-group-item {
  background-color:#d4e0ec;
  border: 1px solid #fff;
  padding: 20px 25px 10px 25px;
}
.genome h2.home-title,
.genome a h5.list-group-item-heading {
  color:#dc5900;
}
.genome .list-group-item {
  background-color:#ffefe4;
  border: 1px solid #fff;
  padding: 20px 25px 10px 25px;
}
.support h2.home-title,
.support a p:before {
  color:#3e9b00;
}
.support .list-group-item {
  background-color:#ebf8e3;
  border: 1px solid #fff;
  padding: 20px 25px 10px 25px;
}
.conventional h5:before,
.genome h5:before,
.support p:before {
  font-family: FontAwesome;
  content: "\f02c";
  font-weight: normal;
  margin-right: 0.5em;
}
.conventional a.list-group-item:link,
.genome a.list-group-item:link,
.support a.list-group-item:link {
  text-decoration: none !important;
}
.conventional .list-group-item:hover,
.genome .list-group-item:hover,
.support .list-group-item:hover {
  background-color:#f6f6f6;
  border: 1px solid #fff;
}
.conventional .list-group-item:first-child,
.genome .list-group-item:first-child,
.support .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.conventional .list-group-item:last-child,
.genome .list-group-item:last-child,
.support .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
