@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

html,
body {
  height: 100%;
}

* {
  /* border: 1px solid red; */
}

:root {
  ---bgc: linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  --primary: #23ac9c;
  --secondary: #3584A7;
  --tertiary: #473B7B;
  
  ---bgc: linear-gradient(124deg, #4D6889 0%, #438E9D 50%, #3D9C9A 100%);
  --primary: #3D9C9A;
  --secondary: #438E9D;
  --tertiary: #4D6889;
}



div.ccm-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#top-image-name {
  content: "";
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* Body Styles
-------------------------------------------------- */

div.ccm-page {
  color: #333;
  font-family: "Roboto", "Noto Sans JP",  sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  div.ccm-page {
    font-size: 14px;
  }
}

.ccm-toolbar-visible .navbar-fixed-top {
  top: 48px;
  z-index: 4;
}

div.ccm-page i {
  font-weight: 600;
}


/* h1 h2 h3 h4 h5 h6
-------------------------------------------------- */

div.ccm-page h1,
div.ccm-page .h1 {
  color: var(--secondary);
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  background: -webkit-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: -moz-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: var(---bgc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-size: 200% 200%;
  animation: bggradient 5s ease infinite; */
  margin-bottom: 40px;
  /* padding: 1px 6px; */
  /* box-shadow: 2px 2px 5px #B3B3B3, 2px 2px 5px #d8d8d8; */
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

div.ccm-page h1 {

}

div.ccm-page h1 span {
  font-size: 36px;
}


div.ccm-page h1.error {
  color: #666;
}

div.ccm-page h2,
div.ccm-page .h2 {
  font-family: "Roboto","Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.75em;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #473B7B, #23ac9c) 1;
}
div.ccm-page h2 span,
div.ccm-page .h2 span {
  /* font-size: 14px; */
  padding-left: 0.5rem;
}

div.ccm-page h3,
div.ccm-page .h3 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.75em;
}

div.ccm-page h4,
div.ccm-page .h4 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 0.75em;
}

div.ccm-page h5,
div.ccm-page .h5 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.75em;
}

div.ccm-page h6,
div.ccm-page .h6 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0.75em;
}

div.ccm-page .h1 .small,
div.ccm-page .h1 small,
div.ccm-page .h2 .small,
div.ccm-page .h2 small,
div.ccm-page .h3 .small,
div.ccm-page .h3 small,
div.ccm-page .h4 .small,
div.ccm-page .h4 small,
div.ccm-page .h5 .small,
div.ccm-page .h5 small,
div.ccm-page .h6 .small,
div.ccm-page .h6 small,
div.ccm-page h1 .small,
div.ccm-page h1 small,
div.ccm-page h2 .small,
div.ccm-page h2 small,
div.ccm-page h3 .small,
div.ccm-page h3 small,
div.ccm-page h4 .small,
div.ccm-page h4 small,
div.ccm-page h5 .small,
div.ccm-page h5 small,
div.ccm-page h6 .small,
div.ccm-page h6 small {
  font-weight: normal;
  color: inherit;
}

@media screen and (max-width: 767px) {
  div.ccm-page h1,
  div.ccm-page .h1 {
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  div.ccm-page h1 span {
    font-size: 21px;
  }

  div.ccm-page h2,
  div.ccm-page .h2 {
    font-size: 18px;
    font-weight: 500;
  }

  div.ccm-page h3,
  div.ccm-page .h3 {
    font-size: 16px;
    font-weight: 500;
  }

  div.ccm-page h4,
  div.ccm-page .h4 {
    font-size: 14px;
    font-weight: 500;
  }

  div.ccm-page h5,
  div.ccm-page .h5 {
    font-size: 14px;
    font-weight: 500;
  }

  div.ccm-page h6,
  div.ccm-page .h6 {
    font-size: 12px;
    font-weight: 600;
  }
}

/* Top Navigation
-------------------------------------------------- */

div.ccm-page nav.navbar {
  margin-bottom: 0px;
  min-height: 150px;
}

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 {
  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: #000;
  background-color: rgba(0, 0, 0, 0.9);
  transition: background-color 2s ease 0s;
}

div.ccm-page .navbar-fixed-top.opaque {
  background-color: #000;
  transition: background-color 2s ease 0s;
}

div.ccm-page .navbar-inverse {
  border-top: none;
  border-bottom: 1px solid #ccc;
}

div.ccm-page .navbar-inverse .navbar-collapse,
div.ccm-page .navbar-inverse .navbar-form {
  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 #3584A7 inset;
}

div.ccm-page .seren-logo-link > img {
  height: auto;
  width: 100%;
  padding-top: 0;
}

div.ccm-page a.seren-logo-font {
  color: #fff;
  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: #fff;
  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: #3584A7;
  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: #fff;
}

div.ccm-page .navbar-nav > li > a {
  border-bottom: 1px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  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: #fff;
}

div.ccm-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  font-size: 14px;
  background-color: #000;
}

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: #3584A7;
  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: #fff;
  background-color: rgba(0, 0, 0, 0.95);
  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: #3584A7;
  background-position: center center;
  color: #fff;
  box-shadow: none;
  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: #000;
  background-color: rgba(0, 0, 0, 0.95);
}

div.ccm-page .navbar-collapse.in > li > a {
  border-bottom: 1px solid #ccc;
}

/* 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: #000;
    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 #3584A7 inset;
  }

  div.ccm-page .navbar-collapse.in {
    background-color: transparent;
  }

  div.ccm-page .navbar-nav {
    margin: 0;
  }

  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%;
  }

  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;
  }
}

/* Header
-------------------------------------------------- */

div.ccm-page #main-header-home {
  min-height: 200px;
  background-image: url(../img/main-header1.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
  margin-top: 50px;
}
/* div.ccm-page #main-header-home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(---bgc);
  opacity: .5;
  z-index: 1;
} */


@media screen and (max-width:579px) {
  div.ccm-page #main-header-home {
    background-position: 90%;
  }

}

div.ccm-page #main-header-home p {
  color: #fff;
  margin: 0px;
  padding-top: 150px;
  padding-bottom: 30px;
  text-align: start;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  display: inline-block;
}
div.ccm-page #main-header-home p span:first-child {
  font-size: 48px;
  font-weight: 500;
  text-shadow: 4px 4px 10px #0A3E5B;
  margin-bottom: 10px;
}
div.ccm-page #main-header-home p span {
  /* display: inline-block; */
  font-weight: 400;
  font-size: 24px;
  text-shadow: 4px 4px 10px #0A3E5B;
}

@media screen and (max-width: 768px) {
  div.ccm-page #main-header-home p span:first-child {
    font-size: 48px;
  }
  div.ccm-page #main-header-home p span {
    font-size: 24px;
  }

}
@media screen and (max-width: 510px) {
  div.ccm-page #main-header-home p span:first-child {
    font-size: 48px;
    line-height: 1.2;
  }
  div.ccm-page #main-header-home p span {
    font-size: 20px;
  }
}

div.ccm-page #main-header-page {
  border-bottom: 10px solid #3584A7;
  padding-top: 150px;
  min-height: 200px;
}

div.ccm-page #main-header-page > .container > div.row {
  border-radius: 8px;
  padding: 30px 15px;
}

div.ccm-page #main-header-page h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

div.ccm-page #breadcrumb {
  background-color: #f1f1ee;
  color: #333;
}

/* max-width: 767px
-------------------------------------------------- */

@media screen and (max-width: 767px) {
  div.ccm-page nav.navbar {
    margin-bottom: 0px;
    min-height: 63px;
  }

  div.ccm-page #main-header-home {
    padding-top: 63px;
    min-height: 128px;
  }

  div.ccm-page #main-header-home p {
    font-size: 24px;
    /* padding-top: 64px; */
    /* padding-bottom: 64px; */
  }

  div.ccm-page #main-header-page {
    padding-top: 103px;
    min-height: 108px;
  }

  div.ccm-page #main-header-page h1 {
    font-size: 28px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  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;
  }

  div.ccm-page #site-logo {
    flex: 1;
  }

  div.ccm-page #hamburger-menu {
    width: 61px;
  }

  div.ccm-page #hamburger-menu .navbar-toggle {
    border: none;
    border-radius: initial;
    height: 32px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 10px;
  }

  div.ccm-page #top-footer .menu {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
  }

  div.ccm-page #top-footer .menu > div {
    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 #main-header-home {
    margin-top: 0px;
  }
}



/* max-width: 479px
-------------------------------------------------- */

@media screen and (max-width: 479px) {
  div.ccm-page nav.navbar {
    margin-bottom: 0px;
    min-height: 63px;
  }

  div.ccm-page #main-header-home {
    padding-top: 63px;
    min-height: 88px;
  }

  div.ccm-page #main-header-home p {
    font-size: 18px;
    /* padding-top: 44px;
    padding-bottom: 44px; */
  }

  div.ccm-page #main-header-page {
    padding-top: 103px;
    min-height: 72px;
  }

  div.ccm-page #main-header-page h1 {
    font-size: 22px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

/* --------------------------------------------------
main-section
-------------------------------------------------- */
div.ccm-page #main-section {
  /*background-color: #fff;*/
  color: #333;
  margin-top: 90px;
  padding-bottom: 50px;
}

div.ccm-page.page-template-home #main-section {
  margin-top: 20px !important;
}

div.ccm-page #main-section > .container > div.row {
  margin: 0;
  /* border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(80px);  */
  /* backdrop-filter: blur(80px); */
  /* padding: 15px 5px; */
  /* box-shadow: inset 5px 5px 10px #dedede, inset -5px -5px 10px #fcfcfc; */
}

div.ccm-page #main-section > .container > div.row > .container {
  width: 100% !important;
}


@media screen and (min-width: 1200px) {
  div.ccm-page #main-section {
    margin-top: 110px;
  }

  div.ccm-page.page-template-home #main-section {
    margin-top: 100px;
  }

  div.ccm-page.page-template-home #main-section h2 img {
    width: 197.8px;
    height: 27.6px;
  }
}

@media screen and (min-width: 768px) {
  div.ccm-page #main-section {
    margin-top: 110px;
  }

  div.ccm-page #main-section > .container > div.row {
    /* padding: 30px 30px; */
  }

  div.ccm-page #main-section h1 {
    /* padding-bottom: 40px; */
  }

}

div.ccm-page #main-section p {
  line-height: 1.8;
  padding-bottom: 1em;
  color: #333;
}

div.ccm-page #main-section small {
  line-height: 1.2 !important;
}

div.ccm-page #main-section a {
  color: #3c64a9;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}

div.ccm-page #main-section a:visited {
  color: #27416d;
}

div.ccm-page #main-section a:hover {
  color: #27416d;
  text-decoration: none;
}

/* panel
-------------------------------------------------- */

div.ccm-page .panel-group .panel.panel-seren {
  border-radius: 0;
}

div.ccm-page .panel-default.panel-seren {
  border-color: #3584A7;
  background-color: #fff;
}

div.ccm-page .panel-heading-seren a {
  text-decoration: none;
}

div.ccm-page .panel-heading-seren {
  background-color: #fff;
}

div.ccm-page .panel-default.panel-seren > .panel-heading {
  border-color: #3584A7;
}

div.ccm-page .panel-title > a {
  color: #333;
}

div.ccm-page .panel-title > a:hover,
div.ccm-page .panel-title > a:focus,
div.ccm-page .panel-title > a:active {
  color: #333;
}

div.ccm-page .panel-body-seren {
  background-color: #f0f1f1;
  color: #333;
}

div.ccm-page .panel-body-seren a {
  color: #666;
}

div.ccm-page .panel-body-seren a:hover,
div.ccm-page .panel-body-seren a:focus {
  color: #fff;
}

div.ccm-page .panel-heading-seren a:after {
  color: #3584A7;
  content: "\e114";
  float: right;
  font-family: Lato, "Noto Sans JP", sans-serif, "Glyphicons Halflings";
}

div.ccm-page .panel-heading-seren a.collapsed:after {
  content: "\e080";
}

/* blog
-------------------------------------------------- */

div.ccm-page .seren-blog-listitem {
  border: none;
  text-align: center;
  background: transparent;
}

div.ccm-page .seren-blog-thumb-img {
  margin-bottom: 10px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

div.ccm-page .seren-blog-thumb-img:hover {
  opacity: 0.6;
}

div.ccm-page .seren-blog-thumb-img img {
  border-bottom: 5px solid #3584A7;
}

div.ccm-page p.seren-blog-description {
  padding-top: 0px;
  font-size: 16px;
}

div.ccm-page p.seren-blog-date {
  font-size: 12px;
  font-style: italic;
}

div.ccm-page h3.seren-blog-thumb-heading a {
  font-size: 24px;
}

div.ccm-page h3.seren-blog-thumb-heading a:hover,
div.ccm-page h3.seren-blog-thumb-heading a:focus {
  text-decoration: none;
}

div.ccm-page .ccm-block-page-list-rss-feed .fa-rss {
  background-color: #3584A7;
  color: #222;
  padding: 3px 5px;
  margin-bottom: 15px;
}

div.ccm-page .ccm-block-page-list-rss-feed .fa-rss:hover {
  background-color: #3c64a9;
}

div.ccm-page 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 {
  text-decoration: none;
}

div.ccm-page
  .ccm-block-date-navigation-dates
  a:focus
  div.ccm-page
  .ccm-block-date-navigation-dates
  a:active {
  text-decoration: none;
}

div.ccm-page .ccm-block-tags-wrapper a:hover,
div.ccm-page ccm-block-tags-wrapper a:focus {
  text-decoration: none;
}

div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag,
div.ccm-page .ccm-block-tags-wrapper label {
  border-radius: 0;
}

div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag {
  background-color: #3584A7;
  color: #fff;
}

div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag {
  background-color: #3c64a9;
  color: #fff;
}

div.ccm-page .ccm-block-tags-wrapper .label {
  font-size: 100%;
}

/* btn
-------------------------------------------------- */

div.ccm-page .btn {
  border-radius: 0;
  font-weight: 600;
}

div.ccm-page .btn-group-lg > .btn,
div.ccm-page .btn-lg {
  border-width: 2px;
}

div.ccm-page .btn-xlg {
  padding: 16px 24px;
  font-size: 24px;
  line-height: 1.3333333;
  border-width: 3px;
}

div.ccm-page a.btn-seren,
div.ccm-page .btn-seren {
  background-color: #3584A7;
  border-color: #3584A7;
  color: #fff;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-seren:hover,
div.ccm-page a.btn-seren:focus,
div.ccm-page a.btn-seren:active,
div.ccm-page .btn-seren:hover,
div.ccm-page .btn-seren:focus,
div.ccm-page .btn-seren:active {
  background-color: #3c64a9;
  border-color: #3c64a9;
  color: #fff;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

div.ccm-page a.btn-seren-transparent,
div.ccm-page .btn-seren-transparent {
  border-color: #3584A7;
  color: #3584A7;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

div.ccm-page a.btn-seren-transparent:hover,
div.ccm-page a.btn-seren-transparent:focus,
div.ccm-page a.btn-seren-transparent:active,
div.ccm-page .btn-seren-transparent:hover,
div.ccm-page .btn-seren-transparent:focus,
div.ccm-page .btn-seren-transparent:active {
  color: #fff;
  background-color: #3584A7;
  background-color: rgba(54, 76, 151, 0.3);
  border-color: #3584A7;
  border-color: rgba(54, 76, 151, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

div.ccm-page a.btn-seren-light-transparent,
div.ccm-page .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,
div.ccm-page a.btn-seren-light-transparent:focus,
div.ccm-page a.btn-seren-light-transparent:active,
div.ccm-page .btn-seren-light-transparent:hover,
div.ccm-page .btn-seren-light-transparent:focus,
div.ccm-page .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,
div.ccm-page .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,
div.ccm-page a.btn-seren-dark-transparent:focus,
div.ccm-page a.btn-seren-dark-transparent:active,
div.ccm-page .btn-seren-dark-transparent:hover,
div.ccm-page .btn-seren-dark-transparent:focus,
div.ccm-page 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;
}

/* jumbotron & banner
-------------------------------------------------- */

div.ccm-page .seren-jumbotron {
  min-height: 200px;
}

div.ccm-page .jumbotron.seren-jumbotron {
  margin: 0;
}

div.ccm-page #seren-banner-home,
div.ccm-page #seren-banner {
  border-bottom: 10px solid #3584A7;
}

div.ccm-page .banner-caption {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 30px 0 70px 0;
}

div.ccm-page h1.page-caption {
  margin-top: 0;
  padding: 0 0 50px 0;
}

div.ccm-page .seren-banner-content {
  padding: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

div.ccm-page .seren-main-margin {
  margin-top: 100px;
}

@media (min-width: 768px) {
  div.ccm-page .seren-jumbotron {
    min-height: 400px;
  }

  div.ccm-page .seren-banner-content {
    padding: 200px 0 0;
  }

  div.ccm-page .seren-main-margin {
    margin-top: 200px;
  }
}

/* spacer
-------------------------------------------------- */

div.ccm-page .spacer-10 {
  height: 10px;
}

div.ccm-page .spacer-20 {
  height: 20px;
}

div.ccm-page .spacer-30 {
  height: 30px;
}

div.ccm-page .spacer-40 {
  height: 40px;
}

div.ccm-page .spacer-50 {
  height: 50px;
}

div.ccm-page .spacer-60 {
  height: 60px;
}

div.ccm-page .spacer-70 {
  height: 70px;
}

div.ccm-page .spacer-80 {
  height: 80px;
}

div.ccm-page .spacer-90 {
  height: 90px;
}

div.ccm-page .spacer-100 {
  height: 100px;
}

/* handwritten-font
-------------------------------------------------- */

div.ccm-page .seren-handwritten-font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

div.ccm-page .seren-handwritten-font-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

/* social-links
-------------------------------------------------- */

div.ccm-page .ccm-block-social-links a > .fa {
  color: #000;
  transition: color 0.5s ease-in-out;
  font-size: 18px;
}

div.ccm-page .ccm-block-social-links a > .fa:hover,
div.ccm-page .ccm-block-social-links a > .fa:active,
div.ccm-page .ccm-block-social-links a > .fa:focus {
  color: #3584A7;
  font-size: 18px;
}

/* a
-------------------------------------------------- */

div.ccm-page a {
  color: #333;
}

div.ccm-page a:hover,
div.ccm-page a:focus,
div.ccm-page a:active {
  color: var(--primary);
}

/* form
-------------------------------------------------- */

div.ccm-page input[type="text"],
div.ccm-page input[type="email"],
div.ccm-page input[type="tel"],
div.ccm-page input[type="search"],
div.ccm-page input[type="url"],
div.ccm-page input[type="password"],
div.ccm-page input,
div.ccm-page input.form-control,
div.ccm-page .ui-autocomplete-input,
div.ccm-page textarea,
div.ccm-page .uneditable-input {
  border-radius: 0;
}

div.ccm-page div.ccm-block-type-form span.text-muted {
  color: #ccc;
}

/* pagenation
-------------------------------------------------- */

div.ccm-page .pagination > li:first-child > a,
div.ccm-page .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,
div.ccm-page .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.ccm-page .pagination > .active > a,
div.ccm-page .pagination > .active > a:focus,
div.ccm-page .pagination > .active > a:hover,
div.ccm-page .pagination > .active > span,
div.ccm-page .pagination > .active > span:focus,
div.ccm-page .pagination > .active > span:hover {
  background-color: #3584A7;
  border-color: #3584A7;
}

div.ccm-page .pagination a {
  color: #333;
}

/* page-nav
-------------------------------------------------- */

div.ccm-page a.seren-page-nav {
  font-size: 24px;
}

div.ccm-page .row-1-threeovertwo {
  margin-bottom: 50px;
}

/* fade
-------------------------------------------------- */

div.ccm-page .seren-fade {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

div.ccm-page .seren-fade:hover {
  opacity: 0.6;
}

/* image
-------------------------------------------------- */

div.ccm-page .center-block > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.ccm-page img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

div.ccm-page img.img-full-width,
div.ccm-page .img-full-width img.img-responsive {
  width: 100%;
  height: auto;
}

div.ccm-page img.img-circle,
div.ccm-page .img-circle img {
  border-radius: 50%;
}

/* hr
-------------------------------------------------- */

div.ccm-page hr.seren-hr {
  width: 50%;
  border-color: #3584A7;
}

/* portfolio
-------------------------------------------------- */

div.ccm-page .seren-portfolio-extra {
  background-color: #e7e8e8;
  padding: 50px 0;
  margin-top: 50px;
}

div.ccm-page .seren-portfolio-bottom {
  padding: 50px 0;
}

div.ccm-page .seren-portfolio-listitem {
  border: none;
  text-align: center;
  background: transparent;
}

div.ccm-page .seren-portfolio-listitem .caption {
  color: #fff;
}

div.ccm-page .seren-portfolio-listitem img:hover {
  box-shadow: 0 4px 2px -2px #333;
  margin-bottom: 0;
}

div.ccm-page .seren-portfolio-listitem .seren-img-hover {
  margin-bottom: 0 !important;
}

div.ccm-page .seren-img-hover {
  position: relative;
  overflow: hidden;
}

div.ccm-page .seren-portfolio-thumb-bottom {
  background-color: #fff;
  color: #222;
  padding: 20px 10px;
  min-height: 80px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #3584A7;
}

div.ccm-page .seren-portfolio-caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(54, 76, 151, 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 {
  padding-top: 25%;
  font-size: 80px;
  line-height: 0.6;
}

div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon {
  font-size: 80px;
}

div.ccm-page p.seren-portfolio-description {
  padding-top: 0px;
  font-size: 16px;
  font-weight: 600;
}

div.ccm-page .seren-portfolio-headingarea {
  height: 60px;
}

@media (min-width: 768px) {
  div.ccm-page .seren-portfolio-listitem a > img,
  div.ccm-page .seren-portfolio-listitem > img {
    max-width: 100%;
  }

  div.ccm-page .seren-portfolio-fourcol p.seren-portfolio-description-icon {
    font-size: 42px;
  }
}

/* footer
-------------------------------------------------- */

div.ccm-page #footer {
  margin-top: auto;
  background-color: #F3F3F3;
}

div.ccm-page #top-footer {
  background: -webkit-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: -moz-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: var(---bgc);
  padding-top: 10px;
}

div.ccm-page #top-footer .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.ccm-page #top-footer .menu > div:not(:first-child) {
  padding-left: 1em;
}

div.ccm-page #top-footer .menu > div:not(:last-child) {
  padding-right: 1em;
}

div.ccm-page #top-footer .menu > div > div:last-child {
  margin-bottom: 5px;
}

div.ccm-page #top-footer a {
  color: #333;
  text-decoration: none;
}

div.ccm-page #top-footer a:hover {
  color: #999;
}

div.ccm-page #top-footer .banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

div.ccm-page #top-footer .banner > div {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  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;
  }
}

div.ccm-page #bottom-footer {
  background-color: #cccccc;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

div.ccm-page #bottom-footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

div.ccm-page .footer a {
  color: #333;
}

div.ccm-page .footer a:hover,
.footer a:focus {
  color: #999;
}

div.ccm-page #bottom-footer h5 {
  color: #fff;
}

div.ccm-page #bottom-footer copyright {
  font-size: 80%;
  line-height: 1.2;
}

div.ccm-page #bottom-footer .ccm-block-social-links a > .fa {
  color: #fff;
}

div.ccm-page .footer #bottom-footer .ccm-block-social-links a > .fa:hover,
div.ccm-page .footer #bottom-footer .ccm-block-social-links a > .fa:active,
div.ccm-page .footer #bottom-footer .ccm-block-social-links a > .fa:focus {
  color: #3584A7;
}

div.ccm-page .footer #bottom-footer .logo {
  text-align: right;
}

@media screen and (max-width: 767px) {
  div.ccm-page #bottom-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div.ccm-page .footer #bottom-footer .logo {
    text-align: left;
  }
}

/* list
-------------------------------------------------- */

div.ccm-page ul.styled {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

div.ccm-page ul.styled li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0.5em 24px;
}

div.ccm-page ul.bordered {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 4em;
}

div.ccm-page ul.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 2em 0 2em 0px;
  border-bottom: 1px dotted #bbb;
}

div.ccm-page ul.bordered li:before {
  /* content: "\2022"; */
  position: absolute;
  left: 0;
  width: 28px;
  text-align: right;
}

div.ccm-page ul.list {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

div.ccm-page ul.list li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 0px;
  border-bottom: 1px dotted #ccc;
}
div.ccm-page ul.list li:first-child {
  border-top: 1px dotted #ccc;
  margin-top: 1em;
}

div.ccm-page ul.without-marker {
  padding-left: 0;
  margin-bottom: 1em;
}

div.ccm-page ul.without-marker li {
  list-style: none;
  position: relative;
  margin: 0;
  /* padding: 1em 0 1em 0em; */
  /* border-bottom: 1px dotted #ccc; */
}
/* 
div.ccm-page ol {
  counter-reset: counter-name;
  padding-left: 0;
}

div.ccm-page ol li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
}

div.ccm-page ol.bordered {
  counter-reset: counter-name;
  padding-left: 0;
}

div.ccm-page ol.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 2.4em;
  border-bottom: 1px dotted #ccc;
}

div.ccm-page ol.bordered li:last-child {
  border-bottom: none;
}

div.ccm-page ol.no-border {
  counter-reset: counter-name;
  padding-left: 0;
}

div.ccm-page ol.no-border li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
  border-bottom-style: none !important;
}

div.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: #3584A7;
  font-weight: 600;
  position: absolute;
  left: 0;
  display: block;
  width: 1.6em;
  text-align: right;
}

.ccm-page ol.bordered li:before,
.ccm-page ol.no-border li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: #3584A7;
  font-weight: 600;
  position: absolute;
  left: 0;
  display: block;
  width: 1.6em;
  text-align: right;
}

div.ccm-page ol.reversed li:before {
  display: none;
} */


div.ccm-page ol.manual {
  padding-left: 2rem;
  margin-left: 20px;
  margin-bottom: 2rem;
}

div.ccm-page ol.manual > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 ;
  counter-increment: cnt;
  padding: 0 0 0.5em 0;
}

div.ccm-page ol.manual > li::before {
  content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
  color: #333;
}

/* div.ccm-page ul.without-marker li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 0em;
  border-bottom: 1px dotted #ccc;
} */

div.ccm-page ol.manual.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 2.4em;
  border-bottom: 1px dotted #ccc;
}

div.ccm-page ol.manual.bordered li:last-child {
  border-bottom: none;
}

/* news
-------------------------------------------------- */

div.ccm-page dl.news {
  display: flex;
  flex-wrap: wrap;
}

div.ccm-page dl.news {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 20px;
}

div.ccm-page dl.news:last-of-type {
  border-bottom: none;
}

div.ccm-page dl.news:first-of-type {
  margin-top: 20px;
}

div.ccm-page dl.news:last-of-type {
  margin-bottom: 20px;
}

div.ccm-page dl.news dt {
  box-sizing: border-box;
  padding: 0 5px 10px 5px;
  width: 18%;
}

div.ccm-page dl.news dd {
  box-sizing: border-box;
  color: inherit;
  padding: 0 5px 10px 5px;
  width: 82%;
}

div.ccm-page dl.news dd a {
  display: inline-block;
  color: #555;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}

div.ccm-page dl.news dd a:visited {
  color: #555;
}

div.ccm-page dl.news dd a:focus,
div.ccm-page dl.news dd a:hover {
  color: #888;
}

div.ccm-page dl.news dd a:hover {
  color: #888;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  div.ccm-page dl.news {
    flex-flow: column nowrap;
  }

  div.ccm-page dl.news dt,
  div.ccm-page dl.news dd {
    width: 100%;
  }

  div.ccm-page dl.news dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* blog
-------------------------------------------------- */

.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;
}

/* custom
-------------------------------------------------- */

div.ccm-page .breadcrumb {
  background-color: #f1f1ee;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

div.ccm-page .align-left {
  float: left;
  padding: 10px 15px 10px 0;
}

div.ccm-page .align-right {
  float: right;
  padding: 10px 0 10px 15px;
}

@media screen and (max-width: 767px) {
  div.ccm-page .seren-logo-link > img {
    width: 100%;
    height: auto;
  }

  div.ccm-page .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;
  }

  div.ccm-page .list-inline > li {
    display: block;
    padding-top: 10px;
  }
}

/* Page-top
-------------------------------------------------- */

#back-top {
  z-index: 500;
  position: relative;
}

#back-top a {
  background: rgba(152, 152, 152, 0.35);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  padding: 7px 15px 12px 15px;
  text-align: center;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.5s ease 0s;
}

#back-top a:hover {
  text-decoration: none;
  background: rgba(152, 152, 152, 0.85);
}

/* Member
-------------------------------------------------- */

figure.member {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #3584A7;
  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: #333;
  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;
}

/* list
-------------------------------------------------- */

ul.seren-vertical-menu {
  margin: 0 0 20px 0;
  display: block;
}

ul.seren-vertical-menu > li {
  padding: 0px 10px;
  border-bottom: 1px solid #eeeeee;
  display: block;
  background: #ececec;
  border-radius: 5px;
  margin-bottom: 8px;
}
ul.seren-vertical-menu > li a:hover {
  color: var(--secondary)!important;
}


ul.seren-vertical-menu > li:last-child {
  margin-bottom: 10px;
}

ul.seren-vertical-menu > li > a {
  padding: 5px 0;
  text-decoration: none !important;
  display: block;
}

/* 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.selected {
  color: #393939;
  background: -webkit-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: -moz-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: var(---bgc);
}

ul.seren-vertical-menu > li.selected > a {
  color: #ffffff !important;
  font-weight: 600;
}

ul.seren-vertical-menu > li.selected > a:focus,
ul.seren-vertical-menu > li.selected > a:hover {
  color: #fff;
}

ul.seren-vertical-menu > li.selected > a:before {
  color: #fff !important;
}
ul.seren-vertical-menu > li > a:before {
  color: #333 !important;
  transition: all 0.3s ease 0s;
}
ul.seren-vertical-menu > li > a {
  color: #333!important;
}

ul.seren-vertical-menu > li.selected > a:focus:before,
ul.seren-vertical-menu > li.selected > a:hover:before {
  color: #fff !important;
}
ul.seren-vertical-menu > li > a:focus:before,
ul.seren-vertical-menu > li > a:hover:before {
  color: var(--secondary) !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;
}


/* original devided grid
-------------------------------------------------- */

.col-md-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-5 {
    float: left;
    width: 20%;
  }
}

.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%;
  }
}

.col-md-1-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-8 {
    float: left;
    width: 12.5%;
  }
}

.col-md-1-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-9 {
    float: left;
    width: 11.1111%;
  }
}

.col-md-1-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1-10 {
    float: left;
    width: 10%;
  }
}

/* btn-rimd
-------------------------------------------------- */

.btn-rimd {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-rimd.focus,
.btn-rimd:focus {
  color: #fff;
  background-color: #3584A7;
  border-color: #3584A7;
}

.btn-rimd:hover {
  color: #fff;
  background-color: #3584A7;
  border-color: #3584A7;
}

.btn-rimd.active,
.btn-rimd:active,
.open > .dropdown-toggle.btn-rimd {
  color: #fff;
  background-color: #3584A7;
  border-color: #3584A7;
}

.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: #3584A7;
  border-color: #3584A7;
}

.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: #000;
  border-color: #000;
}

.btn-rimd .badge {
  color: #000;
  background-color: #fff;
}

/* panel-rimd
-------------------------------------------------- */

div.ccm-page .panel-rimd {
  border-color: #3584A7;
  border-radius: 0px;
}

div.ccm-page .panel-rimd .collapsing div.ccm-page .panel-rimd .collapse.in {
  border-top: 1px solid #3584A7;
}

div.ccm-page .panel-rimd .panel-heading {
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #3584A7;
  color: #fff;
  padding: 0;
}

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%;
  position: relative;
  padding: 30px 54px 30px 15px;
}

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: 15px;
  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,
div.ccm-page .panel-rimd .panel-body ul:last-child {
  margin-bottom: 0px !important;
}

div.ccm-page .panel-rimd-inverse {
  border-color: #3584A7;
  border-radius: 0px;
}

div.ccm-page .panel-rimd-inverse .collapsing,
div.ccm-page .panel-rimd-inverse .collapse.in {
  border-top: 1px solid #3584A7;
}

div.ccm-page .panel-rimd-inverse .panel-heading {
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  color: #3584A7;
  padding: 0;
}

div.ccm-page .panel-rimd-inverse .panel-heading h2 {
  color: #3584A7;
  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: #3584A7;
  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: #3584A7 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 54px 30px 15px;
}

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: 15px;
  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,
div.ccm-page .panel-rimd-inverse .panel-body ul:last-child {
  margin-bottom: 0px !important;
}

div.ccm-page .panel-rimd-small {
  border-color: #3584A7;
  border-radius: 0px;
}

div.ccm-page .panel-rimd-small .collapsing,
div.ccm-page .panel-rimd-small .collapse.in {
  border-top: 1px solid #3584A7;
}

div.ccm-page .panel-rimd-small .panel-heading {
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #3584A7;
  color: #fff;
  padding: 0;
}

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%;
  position: relative;
  padding: 15px 54px 15px 15px;
}

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: 15px;
  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,
div.ccm-page .panel-rimd-small .panel-body ul:last-child {
  margin-bottom: 0px !important;
}

div.ccm-page .panel-rimd-small-inverse {
  border-color: #3584A7;
  border-radius: 0px;
}

div.ccm-page .panel-rimd-small-inverse .collapsing,
div.ccm-page .panel-rimd-small-inverse .collapse.in {
  border-top: 1px solid #3584A7;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading {
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  color: #3584A7;
  padding: 0;
}

div.ccm-page .panel-rimd-small-inverse .panel-heading h2 {
  color: #3584A7;
  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: #3584A7;
  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: #3584A7 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  position: relative;
  padding: 15px 54px 15px 15px;
}

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: 15px;
  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,
div.ccm-page .panel-rimd-small-inverse .panel-body ul:last-child {
  margin-bottom: 0px !important;
}

/* table
-------------------------------------------------- */

.table-bordered {
  border-color: #999999!important;
}
.table-bordered > thead > tr > th {
  background-color: #e4e4e4;
}
/* .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {
  white-space: nowrap;
} */


.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;
}

table.vertical-align-middle > tbody > tr > th {
  vertical-align: middle;
}

table.vertical-align-middle > tbody > tr > td {
  vertical-align: middle;
}

.domain::before {
  content: "@";
}

@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
}

@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;
  }
}

.table-borderless>:not(caption)>*>* {
  padding: .4rem .5rem!important;
}

.table-borderless tbody tr th {
  width: 20%;
  font-weight: 500;
}
.table-borderless tbody tr td:nth-child(3) {
  width: 60%;
}

@media screen and (max-width: 992px) {
  .table-borderless>:not(caption)>*>* {
    padding: 0 .5rem 0 .5rem!important;
    line-height: 1.6;
  }
  .table-borderless tbody tr td:last-child {
    padding-bottom: 1rem!important;
  }
  .table-borderless tbody tr td:nth-child(3) {
    width: 100%;
  }
  .table-borderless tbody tr {
    display: flex;
    flex-direction: column;
  }
  .table-borderless tbody tr th {
    width: 100%;
    padding-bottom: 0;
  }
  .table-borderless tbody tr td {
    padding-top: 0;
  }
  
}
/* --------------------------------------------------
main-title
-------------------------------------------------- */

div.ccm-page #main-title {
  padding: 60px 30px 40px;
  padding: 20px 0px 20px;
}

@media (min-width: 1200px) {
  div.ccm-page #main-title {
    /* padding: 60px 30px 60px; */
    padding: 20px 30px 20px;
  }
}

@media screen and (max-width:768px) {
  .ccm-image-block {
    width: 100%;
    width: 300px;
  }
}

.ccm-image-block {
}

/* --------------------------------------------------
main-menu
-------------------------------------------------- */

#main-menu > .container {
  padding: 0 15px;
}

/* #main-menu > .container > div.row {
  margin-left: -8px;
  margin-right: -8px;

  > div {
    padding-right: 8px;
    padding-left: 8px;
  }
} */

/* #main-menu > .container > div.row > div {
  margin-top: 7px;
} */

#main-menu > .container > .g-md-5 {
  --bs-gutter-y: 1.5rem;
  --bs-gutter-x: 2rem;
}

::-webkit-full-page-media,
:future,
:root #main-menu div.col-sm-6,
:root #main-menu div.col-lg-3,
:root #main-menu div.col-lg-4,
:root #main-menu div.col-lg-5 {
  padding-right: 8px;
  padding-left: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  :root #main-menu div.col-sm-6,
  :root #main-menu div.col-lg-3,
  :root #main-menu div.col-lg-4,
  :root #main-menu div.col-lg-5 {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 9px;
  }
}

/* --------------- */

#main-menu div.main-menu-item {
  position: relative;
  background: #fff;
  /* border: 1px solid #000; */
  border-radius: 8px;
}

#main-menu div.main-menu-item::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -100;
  bottom: -1px;
  left: 0%;
  height: 100%;
  width: 100%;
  /* opacity: 0.9; */
  filter: blur(6px);
  /* background: linear-gradient(to right, #187369, #23586f, #3a2d73);
  background: linear-gradient(to right, var(--tertiary), var(--secondary), var(--primary)); */

  background: -webkit-linear-gradient(124deg, #4D6889 0%, #438E9D 50%, #438E9D 100%);
  background: -moz-linear-gradient(124deg, #4D6889 0%, #438E9D 50%, #438E9D 100%);
  background-position: 30% 20%;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0px;
}


#main-menu div.main-menu-item:hover::after {
  filter: blur(1px);
  width: 100%;
  bottom: 0px;
  left: 0;
  border-radius: 8px;
}

#main-menu div.main-menu-item a:hover:active::after {
  filter: blur(10px);
}


#main-menu div.main-menu-item a {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* background: rgb(48, 210, 190);
  background: -webkit-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: -moz-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: var(---bgc);
  background: linear-gradient(120deg,  #473b7b 0%, #3584a7 37%, #23ac9c 75%, #23ac9c 100%); */
  background: #ffffff;
  text-align: start;
  color: #fff;
  text-decoration: none;
  outline: none;
  /* background-position: 30% 20%; */
  /* background-size: 150% auto; */
  transition: all 0.3s ease-out;
  /* box-shadow: 3px 3px 10px #d5d5d5, 3px 3px 10px #d5d5d5; */
  /* box-shadow: 0px 0px 4px rgb(53, 132, 167, 0.8), 0px 0px 4px rgb(53, 132, 167, 0.8); */
  font-size: 18px;
  border-radius: 8px;


  padding: 25px 20px;
  
  display: block;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  
  color: var(--secondary);
  color: #fff;
  background: -webkit-linear-gradient(124deg, #4D6889 0%, #438E9D 50%, #438E9D 100%);
  background: -moz-linear-gradient(124deg, #4D6889 0%, #438E9D 50%, #438E9D 100%);
  background: var(---bgc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  z-index: 1;
}


#main-menu div.main-menu-item a:hover {
  background-position: 99% 50%;
  box-shadow: 0px 0px 0px rgb(53, 132, 167, 0.3), 0px 0px 0px rgb(53, 132, 167, 0.3);
}


#main-menu div.main-menu-item a {
  
}

#main-menu div.main-menu-item a span {
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
}


/* ---------------- */


@media screen and (max-width: 992px) {
  #main-menu div.main-menu-item a {
    font-size: 16px;
  }
  #main-menu div.main-menu-item a span {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  #main-menu div.main-menu-item a {
    font-size: 14px;
  }
  #main-menu div.main-menu-item a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 376px) {
  #main-menu div.main-menu-item a {
    font-size: 18px;
  }
  #main-menu div.main-menu-item a span {
    font-size: 16px;
  }
}



/* #main-menu div.main-menu-item.main-massege {
  position: relative;
}

#main-menu div.main-menu-item.main-research {
  position: relative;
}

#main-menu div.main-menu-item.main-activities {
  position: relative;
}

#main-menu div.main-menu-item.main-publications {
  position: relative;
}

#main-menu div.main-menu-item.main-members {
  position: relative;
}

#main-menu div.main-menu-item.main-recruit {
  position: relative;
}
 */

/* 
@media (min-width: 1400px) {
  #main-menu div.main-menu-item.main-massege:after {
      width: 120px;
      height: 120px;
      bottom: 10px;
      right: 20px;
    }
  
    #main-menu div.main-menu-item.main-research:after {
      width: 120px;
      height: 120px;
      bottom: 20px;
      right: 20px;
    }
  
    #main-menu div.main-menu-item.main-publications:after {
      width: 120px;
      height: 120px;
      bottom: 20px;
      right: 20px;
    }
  
    #main-menu div.main-menu-item.main-members:after {
      width: 120px;
      height: 120px;
      bottom: 20px;
      right: 20px;
    }
  
    #main-menu div.main-menu-item.main-recruit:after {
      width: 120px;
      height: 120px;
      bottom: 20px;
      right: 20px;
    }
  
    #main-menu div.main-menu-item.main-access:after {
      width: 120px;
      height: 120px;
      bottom: 20px;
      right: 20px;
    }
}
@media (max-width: 576px) {
  #main-menu div.main-menu-item.main-massege:after {
      width: 60px;
      height: 60px;
    }
  
    #main-menu div.main-menu-item.main-research:after {
      width: 60px;
      height: 60px;
    }
  
    #main-menu div.main-menu-item.main-publications:after {
      width: 60px;
      height: 60px;
    }
  
    #main-menu div.main-menu-item.main-members:after {
      width: 60px;
      height: 60px;
    }
  
    #main-menu div.main-menu-item.main-recruit:after {
      width: 60px;
      height: 60px;
    }
  
    #main-menu div.main-menu-item.main-access:after {
      width: 60px;
      height: 60px;
    }
} */


@media (max-width: 1199.98px) {
  #main-menu > .container > div.row > div > div a {
    padding: 20px 15px;
  }

  #main-menu > .container > div.row > div > div img {
    width: 120px;
    height: 60px;
  }
}

/* @media (min-width: 1200px) {
  #main-menu > .container > div.row > div > div a {
    padding: 20px 15px;
  } */

#main-menu > .container > div.row > div > div img {
  width: 132px;
  height: 66px;
}


.alert-primary {
  background-color:  rgb(190, 228, 224)!important;
  background-color:  rgb(218, 218, 218)!important;
  /* background-color:  rgb(201, 238, 254)!important; */
  border: var(--secondary) 1px solid;
  border: none!important;
    /* --primary: #23ac9c;
  --secondary: #3584A7; */
}
.alert-primary a {
  text-decoration: none!important;
  font-size: 18px!important;
  font-weight: 500!important;
  color: #222!important;
}
.alert-primary:hover a {
  /* font-weight: 600!important; */
  text-decoration:underline!important;
}


.btn--primary {
  background: -webkit-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: -moz-linear-gradient(124deg, #473b7b 0%, #3584a7 50%, #23ac9c 100%);
  background: var(---bgc);
  display: inline-block;
  max-width: 240px!important;
  border-radius: 50px!important;
  border: none!important;
  font-weight: 400!important;
  /* text-align: center!important; */
  color: #fff!important;
  margin: 0 auto!important;
  padding: 12px 20px !important;

  background-position: 30% 20%;
  background-size: 150% auto;
  transition: all 0.5s ease-out!important;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1), 2px 3px 5px rgba(0, 0, 0, 0.1);
}

.btn--primary:hover {
  background-position: 99% 50%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn--primary a {
  display: block;
  color: #fff!important;
  text-decoration: none!important;
}


.btn--secondary {
  background: #fff;
  display: inline-block;
  max-width: 240px!important;
  border-radius: 50px!important;
  border: none!important;
  text-align: center!important;
  color: #fff!important;
  margin: 0 auto!important;
  padding: 12px 20px !important;

  border: linear-gradient(120deg,  #473b7b 0%, #3584a7 37%, #23ac9c 75%, #23ac9c 100%);
  background-position: 30% 20%;
  background-size: 150% auto;
  transition: all 0.5s ease-out!important;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1), 2px 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}


.btn--secondary:hover {
  background-position: 99% 50%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn--secondary a {
  display: block;
  color: #0A3E5B!important;
  text-decoration: none!important;
  font-weight: 600;
}

.btn--secondary::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0%;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  border-radius: 50px;
  background: linear-gradient(to right, var(--tertiary), var(--secondary), var(--primary) );
  filter: blur(6px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn--secondary:hover::after {
  filter: blur(1px);
  width: 100%;
  bottom: 0px;
  left: 0;
}

.btn--secondary:hover:active::after {
  filter: blur(10px);
}

/* recruit-cta ------------------ */


.row .col-lg-6  {

}



#recruit-cta {
}

.recruit-cta-bg {
  background: var(---bgc);
  border-radius: 15px;
  padding: 2rem!important;
}
.recruit-cta-bg p{
  color: #fff!important;
}

.btn--cta {
  background: #fff;
  display: inline-block;
  max-width: 240px!important;
  border-radius: 50px!important;
  border: none!important;
  text-align: center!important;
  color: var(--secondary)!important;
  margin: 0 auto!important;
  padding: 12px 20px !important;

  border: linear-gradient(120deg,  #473b7b 0%, #3584a7 37%, #23ac9c 75%, #23ac9c 100%);
  background-position: 30% 20%;
  background-size: 150% auto;
  transition: all 0.5s ease-out!important;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1), 2px 3px 5px rgba(0, 0, 0, 0.1);
}


.btn--cta:hover {
  background-position: 99% 50%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn--cta a {
  display: block;
  color: #0A3E5B!important;
  text-decoration: none!important;
  font-weight: 600!important;
}

h2.recruit-cta-title {
  font-size: 40px!important;
  color: #fff!important;
  border-bottom: 0!important;
  font-weight: 400!important;
}


@media screen and (max-width:992px) {
  h2.recruit-cta-title {
    /* margin-bottom: 2rem!important; */
  }
}

@media screen and (max-width:576px) {
  .recruit-cta-bg {
    padding: 2rem 1.5rem!important;
  }
}