@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900);
/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
body {
  background: transparent url(/jetro/application/themes/jetro/images/background.png) repeat scroll;
}
div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #75ca2a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 700;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 80px;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #20bde8;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #abddff;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background-color: #ddeaf3;
  /*
  background-color: @header-background-color;
  padding-top: 30px;
  padding-bottom: 30px;
*/
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  min-height: 100px;
}
div.ccm-page header #header-site-title {
  font-family: 'Noto Sans JP', 'Titillium Web';
  font-weight: 400;
  color: #75ca2a;
  text-transform: none;
  line-height: 1.15em;
  font-size: 2.3em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
div.ccm-page header #header-site-title:hover {
  color: #447618;
  text-decoration: none !important;
}
div.ccm-page header .ccm-search-block-form {
  position: relative;
}
div.ccm-page header .ccm-search-block-form:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 9px;
  text-decoration: inherit;
  color: #cbcbcb;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  border-radius: 30px;
  padding: 10px 20px 10px 35px;
  background-color: #ffffff;
}
div.ccm-page header .ccm-search-block-form .ccm-search-block-text:focus {
  outline: 0;
}
div.ccm-page header nav {
  /*
    .dropdown{
      &:after {
        content: ' ▶';
      }

      &:hover {
        &:after {
          content:'\25bc';
        }
      }
    }
*/
}
div.ccm-page header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.ccm-page header nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-top: 10px !important;
  padding: 0px 0px 0px 0px;
}
div.ccm-page header nav ul a {
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Noto Sans JP', 'Titillium Web';
  font-size: 1em;
  font-weight: 700;
  color: #0099ff;
  text-transform: none;
}
div.ccm-page header nav ul a:hover {
  color: #abddff;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  /*
        position: relative;
        display: inline-block;
        */
}
div.ccm-page header nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
div.ccm-page header nav ul li ul {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3;
}
div.ccm-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #0099ff;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.0em;
  text-transform: none;
  color: #a2a2a2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #0099ff;
}
div.ccm-page header nav li:not(:last-child) {
  border-right: 2px solid #333;
}
div.ccm-page header nav {
  text-align: center;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #548627;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
div.ccm-page .breadcrumb a {
  color: #75ca2a !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #548627 !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Noto Sans JP', 'Titillium Web';
  font-size: 1.46em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #0099ff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #abddff;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page .btn-default:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page div.block-sidebar-padded {
  padding: 25px 40px 25px 40px;
}
div.ccm-page div.block-sidebar-padded p {
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped {
  padding: 25px 40px 25px 40px;
  background-color: #f8faf1;
  font-size: 0.85em;
}
div.ccm-page div.block-sidebar-wrapped h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}
div.ccm-page div.block-sidebar-wrapped a {
  color: #75ca2a !important;
}
div.ccm-page div.block-sidebar-wrapped a:hover {
  text-decoration: none;
  color: #548627 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-page-list-page-entry {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.block-sidebar-wrapped ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #9fa9ad;
}
div.ccm-page div.block-sidebar-wrapped ul li {
  margin-bottom: 12px;
}
div.ccm-page div.block-sidebar-wrapped ul ul {
  padding-left: 20px;
  font-size: 1em;
}
div.ccm-page div.block-sidebar-wrapped + div.block-sidebar-wrapped {
  padding-top: 0px;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page {
  margin: -15px -40px -25px -40px;
  padding: 15px 40px 10px 40px;
  border-top: 1px solid #ececec;
  font-size: 1.25em;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a {
  color: #d1d1d1 !important;
}
div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a:hover {
  color: #75ca2a !important;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 7px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
  color: #aeaeae;
  font-size: 0.8em;
  margin-bottom: 10px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title {
  margin: 0px;
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a {
  color: #1a1a1a;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a:hover {
  text-decoration: none;
  color: #0099ff;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.46em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a {
  color: #4f585c;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a:hover {
  color: #337ab7;
  text-decoration: none;
}
div.ccm-page div.recent-blog-entry div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.ccm-page div.area-content-accent {
  background-color: #f8faf1;
  margin-top: 80px;
  padding: 65px 0px 65px 0px;
  /*
  div.container:last-child {
    padding-bottom: 0px;
  }
  */
  margin-bottom: -80px;
}
div.ccm-page div.area-content-accent .title-caps,
div.ccm-page div.area-content-accent .title-caps-bold,
div.ccm-page div.area-content-accent h3 {
  color: #988e47 !important;
}
div.ccm-page div.testimonial-bio {
  margin-bottom: 60px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial {
  margin-left: 0px;
  margin-right: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image {
  width: auto;
  float: none;
  padding: 0px;
  margin-bottom: 30px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -ms-border-radius: 0px;
}
div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-text {
  float: none;
  padding: 0px;
}
div.ccm-page div.testimonial-bio + div.testimonial-bio {
  margin-bottom: 0px;
}
div.ccm-page div.testimonial-bio:only-child {
  margin-bottom: 0px;
}
div.ccm-page .ccm-faq-container {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page .ccm-faq-block-links {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-links {
    float: left;
    width: 25%;
  }
}
div.ccm-page .ccm-faq-block-links a {
  display: block;
  margin-bottom: 10px;
}
div.ccm-page .ccm-faq-block-entries {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page .ccm-faq-block-entries h3 {
  margin-top: 0px;
}
div.ccm-page .ccm-faq-block-entries div.faq-entry-content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-block-entries {
    margin-left: 8.33333333%;
  }
}
div.ccm-page div.ccm-block-feature-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-feature-item h4,
div.ccm-page div.ccm-block-feature-item i {
  color: #75ca2a;
}
div.ccm-page div.ccm-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4,
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #1a1a1a;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item h4 {
  font-size: 1.5em;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
  color: #1a1a1a;
  font-size: 1.3em;
  top: 1px;
}
div.ccm-page div.feature-home-page div.ccm-block-feature-item {
  padding-left: 45px;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper {
  text-align: center;
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-item-hover-title {
  color: #888888;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 20px;
}
div.ccm-page div.ccm-block-feature-item-hover {
  display: table;
  margin: 0px auto 0px auto;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0px auto 0px auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: help;
  width: 200px;
  height: 200px;
}
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: #0099ff;
  font-size: 2.1em;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-item-hover-icon {
  background: #ccebff;
  border: 1px solid #99d6ff;
}
div.ccm-page .ccm-image-slider-container {
  border-bottom: 2px solid #f0eee1;
  padding-top: 20px;
  margin-bottom: 70px;
  background-color: transparent;
  background-repeat: repeat;
  /* background-image is moved to main.less because it needs to be in the theme root */
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 220px;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 100%;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 750px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 970px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 429px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 1170px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 480px;
  }
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:before,
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  display: table;
  content: " ";
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
    float: left;
    width: 100%;
  }
}
div.ccm-page .ccm-image-slider-container .rslides_nav {
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  height: 38px;
  margin-top: -20px;
  width: 38px;
  background: rgba(0, 0, 0, 0.92);
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  right: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.next:before {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 14px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev {
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  left: 40px;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.ccm-page .ccm-image-slider-container .rslides_nav.prev:after {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 12px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li.rslides_here a {
  background: #75ca2a;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -ms-border-radius: 30px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2 {
  color: #75ca2a;
  font-family: 'Noto Sans JP', 'Titillium Web';
  font-size: 3.2em;
  font-weight: 200;
  margin-bottom: 5%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p {
  color: #6e6e6e;
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  width: 80%;
}
div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    float: left;
    width: 83.33333333%;
  }
}
div.ccm-page .image-right-tilt .ccm-image-block {
  display: block;
  margin: 0px auto 0px auto;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
}
div.ccm-page .image-circle .ccm-image-block {
  border-radius: 50%;
}
div.ccm-page div.ccm-block-next-previous-header {
  font-size: 15px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry div.ccm-block-page-list-title {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #75ca2a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
  border: 1px solid transparent;
  display: inline-block;
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:hover,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active:focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active.focus,
.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:hover,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled.focus,
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].focus,
fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  text-decoration: none;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 147px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 147px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 193px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 193px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    min-height: 240px;
  }
  div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 240px;
  }
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
  background-color: rgba(32, 189, 232, 0.7);
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
  font-family: FontAwesome;
  content: "\f064";
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
  margin-top: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page a.ccm-block-page-list-rss-feed {
  font-size: 1.5em;
  color: #d1d1d1;
}
div.ccm-page a.ccm-block-page-list-rss-feed:hover {
  color: #75ca2a;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  display: table;
  content: " ";
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  clear: both;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal,
div.ccm-page div.ccm-block-page-list-page-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-page-list-no-pages {
  text-align: center;
  font-size: 1.25em;
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #9fa9ad;
}
div.ccm-page div.col-sidebar div.block-sidebar-wrapped div.ccm-block-page-list-wrapper {
  margin: 0px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper a.ccm-block-page-list-rss-feed {
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry a {
  font-weight: normal;
}
div.ccm-page div.ccm-block-page-list-header {
  font-size: 15px;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #aeaeae;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  color: #75ca2a;
  display: block;
}
div.ccm-page div.ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid #ececec;
}
div.ccm-page h1.page-title {
  color: #75ca2a;
  font-family: 'Noto Sans JP', 'Titillium Web';
  font-size: 1.73em;
  line-height: 1.42857143;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 30px;
}
div.ccm-page.page-type-portfolio-project h1.page-title {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline {
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.ccm-page div.ccm-block-page-title-byline h1.page-title {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 1em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date {
  margin-right: 2em;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date,
div.ccm-page div.ccm-block-page-title-byline span.page-author {
  color: #9fa9ad;
  font-style: italic;
  font-size: 0.85em;
}
div.ccm-page div.ccm-block-testimonial {
  margin-right: -15px;
  margin-left: -15px;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
    float: left;
    width: 25%;
  }
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
    float: left;
    width: 75%;
  }
}
div.ccm-page div.ccm-block-testimonial img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position {
  color: #75ca2a;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position a {
  color: #75ca2a;
  text-decoration: underline;
}
div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-paragraph {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-testimonial-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.ccm-page div.ccm-block-testimonial-wrapper:before,
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  display: table;
  content: " ";
}
div.ccm-page div.ccm-block-testimonial-wrapper:after {
  clear: both;
}
@media all and (max-width: 767px) {
  div.ccm-page .ccm-block-testimonial-image img {
    margin: 10px auto;
  }
}
div.ccm-page div.col-sidebar div.ccm-block-tags-wrapper {
  margin: 25px 40px 25px 40px;
}
div.ccm-page div.ccm-block-tags-header {
  font-size: 15px;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover {
  text-decoration: none;
}
div.ccm-page span.ccm-block-tags-tag {
  background-color: #ffffff;
  border-color: #d1d1d1;
  border-width: 1px;
  border-style: solid;
  color: #6e6e6e;
}
div.ccm-page span.ccm-block-tags-tag.ccm-block-tags-tag-selected {
  border-color: #5da021;
}
div.ccm-page div.ccm-block-tags-wrapper a:hover span.ccm-block-tags-tag {
  border-color: #75ca2a;
}
div.ccm-page div.col-sidebar div.ccm-block-topic-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-topic-list-header {
  font-size: 15px;
}
div.ccm-page ul.ccm-block-topic-list-list ul {
  margin-top: 10px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-topic-list-topic-selected {
  font-weight: bold;
}
div.ccm-page div.col-sidebar div.ccm-block-date-navigation-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.ccm-block-date-navigation-header {
  font-size: 15px;
}
div.ccm-page ul.ccm-block-date-navigation-dates {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.ccm-page ul.ccm-block-date-navigation-dates li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.ccm-page .ccm-block-date-navigation-date-selected {
  font-weight: bold;
}
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event,
div.ccm-page div.ccm-block-calendar-wrapper a.fc-event:hover {
  color: #fff;
}
div.ccm-page div.ccm-block-calendar-event-list,
div.ccm-page div.ccm-block-calendar-event-list-wrapper {
  margin-bottom: 10px;
  clear: both;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f8faf1;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span {
  display: block;
  text-align: center;
}
div.ccm-page div.ccm-block-calendar-event-list-event-date span:first-child {
  font-weight: bold;
  background-color: #f8faf1;
  color: #988e47;
}
div.ccm-page div.ccm-block-calendar-event-list-event {
  padding-bottom: 10px;
  clear: both;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: 'Noto Sans JP', 'Titillium Web' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.46em;
  color: #4f585c;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: 'Noto Sans JP', 'Titillium Web' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: 'Titillium Web' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #75ca2a !important;
  font-family: 'Titillium Web' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Noto Sans JP','Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
footer#footer-theme {
  color: #5b676c;
}
footer#footer-theme a {
  color: #75ca2a;
}
footer#footer-theme a:hover {
  color: #548627;
}
footer#footer-theme div.ccm-block-social-links {
  text-align: right;
}
footer#footer-theme div.ccm-block-social-links ul a {
  color: #d1d1d1;
}
footer#footer-theme div.ccm-block-social-links ul a:hover {
  color: #75ca2a;
}
footer#footer-theme section {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer#footer-theme section:first-child {
  background-color: #ffffff;
}
footer#footer-theme section:last-child {
  padding-bottom: 30px;
  background-color: transparent;
}
footer#footer-theme #footer-site-title {
  font-family: 'Noto Sans JP', 'Titillium Web';
  font-weight: 900;
  color: #75ca2a;
  text-transform: uppercase;
  font-size: 1.2em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer#footer-theme #footer-site-title:hover {
  color: #447618;
  text-decoration: none !important;
}
footer#concrete5-brand {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#concrete5-brand a.concrete5 {
  color: #00baff;
}
footer#concrete5-brand a.concrete5:hover {
  color: #008dc0;
}
footer#concrete5-brand a {
  color: #9fa7aa;
}
footer#concrete5-brand a:hover {
  color: #7B8083;
}
footer#concrete5-brand #ccm-account-menu {
  right: 80px;
  top: -10px;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  /*  position: absolute;*/
  position: fixed;
  border-bottom: 5px solid #333;
  width: 100%;
  z-index: 99;
  top: 100px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #333;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  color: #abddff;
}
.ccm-responsive-overlay ul li a .clentitle {
  color: #aaa;
  font-size: 0.8em;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #0099ff;
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #0099ff;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
div.ccm-page {
  font-size: 16px;
}
div.ccm-page a,
div.ccm-page a:hover {
  transition: 0.7s;
}
div.ccm-page main {
  margin-top: 98px;
}
html {
  scroll-behavior: smooth;
}
/*企業情報コンポーザーをちょいちょいと*/
div.ccm-ui .composerform label.control-label {
  display: block;
}
div.ccm-ui .composerform .checkbox {
  display: inline-block;
  margin-right: 45px;
}
div.ccm-page {
  word-break: break-word;
  /***  配信ページ  ***/
  /****  就職応援セミナー   ****/
  /****   Entry Link  ****/
  /****   TopPage ****/
  /*****  参加申込フォーム   *****/
}
div.ccm-page .fs12 {
  font-size: 12px;
}
div.ccm-page .fs14 {
  font-size: 14px;
}
div.ccm-page .fs18 {
  font-size: 18px;
}
div.ccm-page .fs21 {
  font-size: 21px;
}
div.ccm-page .fs24 {
  font-size: 24px;
}
div.ccm-page .fs30 {
  font-size: 30px;
}
div.ccm-page .clsmall75 {
  font-size: 0.75em;
}
div.ccm-page .clPConly {
  display: block;
}
div.ccm-page .clSPonly {
  display: none;
}
div.ccm-page .clPConly-inline {
  display: inline;
}
div.ccm-page .clSPonly-inline {
  display: none;
}
div.ccm-page .clPConly-inline-block {
  display: inline-block;
}
div.ccm-page .clSPonly-inline-block {
  display: none;
}
div.ccm-page span.bgwhite {
  background-color: #fff;
  padding: 0px 10px;
}
div.ccm-page .clstrong {
  font-weight: 700;
  color: #13367d;
}
div.ccm-page .cldel {
  text-decoration: line-through;
  text-decoration-style: double;
}
div.ccm-page .clflexInner {
  display: flex;
  display: -webkit-flex;
}
div.ccm-page .clflexInner_PC {
  display: flex;
  display: -webkit-flex;
}
div.ccm-page .fontsmallxx {
  font-size: 13px;
}
div.ccm-page .fontsmallx {
  font-size: 14px;
}
div.ccm-page .fontsmall {
  font-size: 15px;
}
div.ccm-page .fontbig {
  font-size: 20px;
}
div.ccm-page .fontbigx {
  font-size: 24px;
}
div.ccm-page .fontbigxx {
  font-size: 28px;
}
div.ccm-page .fontbigxxx {
  font-size: 36px;
}
div.ccm-page .fontbigxxxx {
  font-size: 48px;
}
div.ccm-page .fontbigxxxxx {
  font-size: 58px;
}
div.ccm-page .iconfb:before {
  font-family: 'FontAwesome';
  content: '\f39e';
  padding-left: 8px;
}
div.ccm-page .iconx:before {
  font-family: 'FontAwesome';
  content: '\e6ab';
  padding-left: 8px;
}
div.ccm-page .clTitletransformnone {
  text-transform: none;
}
div.ccm-page .clTitlecapitalize {
  text-transform: capitalize;
}
div.ccm-page .clLinkBtn {
  width: 100%;
  padding: 10px;
  background-color: #5ab8e6;
  border-radius: 20px;
  text-align: center;
  transition: 0.7s;
}
div.ccm-page .clLinkBtn a {
  color: #fff !important;
  display: block;
  font-size: 1.4em;
}
div.ccm-page .clLinkBtn a:after {
  font-family: 'FontAwesome';
  content: '\f138';
  padding-left: 8px;
}
div.ccm-page .clLinkBtn span.textfb:before {
  font-family: 'FontAwesome';
  content: '\f082';
  font-size: 1.4em;
  padding-right: 10px;
}
div.ccm-page .clLinkBtn span.textx:before {
  font-family: 'FontAwesome';
  content: '\e61a';
  font-size: 1.4em;
  padding-right: 10px;
}
div.ccm-page .clLinkBtn:hover {
  background-color: #197abb;
}
div.ccm-page .ccm-responsive-overlay {
  border-bottom: none;
}
div.ccm-page .ccm-responsive-overlay ul li a {
  color: #333 !important;
}
div.ccm-page header nav ul li {
  padding: 0px 5px;
  min-width: 150px;
}
div.ccm-page header nav ul a {
  color: #333;
  font-size: 16px;
  padding-right: 0px;
  padding-left: 0px;
}
div.ccm-page header nav ul a .clentitle {
  color: #aaa;
  font-size: 0.8em;
}
div.ccm-page nav ul a:hover .clentitle {
  color: #abddff;
}
div.ccm-page nav.ccm-responsive-navigation ul li a .clentitle {
  color: #aaa;
  font-size: 0.8em;
}
div.ccm-page footer#footer-theme section:last-child {
  background-color: #fff;
  color: #333;
  border-top: 4px solid #F4BA1E;
}
div.ccm-page #area1,
div.ccm-page #area3,
div.ccm-page #area5 {
  background-color: #DDE9F3;
}
div.ccm-page .top-contentbox1 {
  background-color: #DDE9F3;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
div.ccm-page .boxtitle {
  text-align: center;
  width: 100%;
  margin: 60px auto;
  max-width: 680px;
}
div.ccm-page .boxtitle-text1 {
  font-weight: 700;
  padding-top: 60px;
  font-size: 2.6em;
  border-bottom: 2px solid #333;
}
div.ccm-page .clHtJoin {
  padding: 20px;
}
div.ccm-page .clHtJoin .clHtJoinInner {
  background-color: #fff;
  padding: 40px 40px;
  margin-bottom: 40px;
}
div.ccm-page .clHtJoin .clHtJoinInner h2 {
  text-align: center;
  margin-bottom: 0px;
  font-size: 1.8em;
}
div.ccm-page .clHtJoin .clHtJoinInner p.cltitleEn {
  text-align: center;
  font-size: 1.4em;
}
div.ccm-page .clHtJoin .clHtJoinInner ol,
div.ccm-page .clHtJoin .clHtJoinInner ul {
  margin-top: 40px;
}
div.ccm-page .clHtJoin .clHtJoinInner ol li,
div.ccm-page .clHtJoin .clHtJoinInner ul li {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
div.ccm-page .clHtJoin .clHtJoinInner ol li p.btn-register,
div.ccm-page .clHtJoin .clHtJoinInner ul li p.btn-register {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
div.ccm-page .clHtJoin .clHtJoinInner ol li p.btn-register a,
div.ccm-page .clHtJoin .clHtJoinInner ul li p.btn-register a {
  font-size: 1em;
  /*padding: 20px 0px 5px;*/
}
div.ccm-page .clHtJoin .clHtJoinInner ol li ol,
div.ccm-page .clHtJoin .clHtJoinInner ul li ol {
  margin-top: 0px;
}
div.ccm-page .clHtJoin .clHtJoinInner ol li ol li,
div.ccm-page .clHtJoin .clHtJoinInner ul li ol li {
  margin-bottom: 10px;
  font-size: 18px;
}
div.ccm-page .clHtJoin .clHtJoinInner ol li ol li::marker,
div.ccm-page .clHtJoin .clHtJoinInner ul li ol li::marker {
  font-size: 18px;
}
div.ccm-page .clHtJoin .clHtJoinInner ol li .atten,
div.ccm-page .clHtJoin .clHtJoinInner ul li .atten {
  margin-top: 40px;
}
div.ccm-page .clHtJoin .clHtJoinInner ol li::marker,
div.ccm-page .clHtJoin .clHtJoinInner ul li::marker {
  font-size: 24px;
}
div.ccm-page .clHtJoin .clHtJoinInner ul {
  list-style: none;
}
div.ccm-page .clHtJoin .clHtJoinInner .contentEn {
  font-size: 0.9em;
  font-weight: 400;
}
div.ccm-page .clHtJoin .clHtJoinInner .atten {
  background-color: #eee;
  padding: 20px 40px 20px 55px;
  font-weight: 700;
  position: relative;
}
div.ccm-page .clHtJoin .clHtJoinInner .atten a {
  color: #337ab7 !important;
}
div.ccm-page .clHtJoin .clHtJoinInner .atten a:hover {
  color: #abddff !important;
}
div.ccm-page .clHtJoin .clHtJoinInner .atten .contentEn {
  font-weight: 400;
}
div.ccm-page .clSoonMessage {
  max-width: 700px;
  width: 100%;
  margin: 30px auto 10px;
  text-align: center;
  background-color: #1EA4DC;
  padding: 15px;
  border-radius: 15px;
  color: #fff;
}
div.ccm-page .clSoonMessage p {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
div.ccm-page .sqaretext {
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  padding-bottom: 32px;
}
div.ccm-page #sqaretext1 {
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  padding-bottom: 32px;
}
div.ccm-page .fa-mobile-notch,
div.ccm-page .fa-file-arrow-up,
div.ccm-page .fa-chalkboard-user {
  margin: -16px 43% 10px;
  font-size: 3em;
  color: #F4BA1E;
}
div.ccm-page main a:not(.fa):not(.btn) {
  color: #fff;
}
div.ccm-page a.btn-skyblue {
  display: inline-block;
  width: 350px;
  /*    height: 60px;*/
  padding: 16px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #FFF;
  background-color: #1EA4DC;
  transition: .4s;
  margin: 20px auto;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  max-width: 100%;
}
div.ccm-page a.btn-skyblue:hover {
  background-color: #CCCCFF;
  color: #1EA4DC;
}
div.ccm-page .area-content-accent {
  display: none;
}
div.ccm-page main hr {
  display: none;
}
div.ccm-page h1.page-title {
  color: #333;
  text-transform: none;
}
div.ccm-page .top-Imgbox {
  /*    background-color:#ddeaf3;*/
  text-align: center;
}
div.ccm-page .Topimg2 {
  margin: auto;
}
div.ccm-page .top-btn-circle {
  position: relative;
}
div.ccm-page .block-subtitle h4 {
  margin-top: 40px;
}
div.ccm-page .clBtnBack {
  text-align: center;
}
div.ccm-page .clBtnBack p {
  width: 300px;
  margin: auto;
  background-color: #a0a0a0;
  padding: 10px;
  border-radius: 35px;
}
div.ccm-page .clBtnBack p a {
  display: block;
}
div.ccm-page .clBtnBack p:hover {
  background-color: #808080;
}
div.ccm-page .Topimg3 {
  /*      padding: 0 100px;*/
}
div.ccm-page .clEntrymark {
  display: inline-block;
  font-size: medium;
  padding: 7px;
  background-color: green;
  color: #ffffe0;
  border-radius: 10px;
  border: 2px solid #ffa500;
  vertical-align: middle;
  margin-right: 10px;
}
div.ccm-page .clTopJoinMess {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #333;
  font-size: 20px;
  text-align: center;
}
div.ccm-page .tabs {
  margin: 10px auto;
  position: relative;
}
div.ccm-page .tab-buttons,
div.ccm-page .archive-buttons {
  display: flex;
  flex-wrap: wrap;
  /*
    .seminar:hover{
      background-color:#1EA4DC;
      cursor: pointer;    
    }
*/
}
div.ccm-page .tab-buttons .content1,
div.ccm-page .archive-buttons .content1,
div.ccm-page .tab-buttons .content2,
div.ccm-page .archive-buttons .content2,
div.ccm-page .tab-buttons .content3,
div.ccm-page .archive-buttons .content3,
div.ccm-page .tab-buttons .content4,
div.ccm-page .archive-buttons .content4,
div.ccm-page .tab-buttons .content5,
div.ccm-page .archive-buttons .content5,
div.ccm-page .tab-buttons .entry,
div.ccm-page .archive-buttons .entry,
div.ccm-page .tab-buttons .seminar,
div.ccm-page .archive-buttons .seminar {
  padding: 10px;
  text-align: center;
  width: 31.3%;
  color: #fff;
  background-color: #1EA4DC;
  font-size: 18px;
  margin: 1%;
  border: 7px solid #1EA4DC;
}
div.ccm-page .tab-buttons .seminar a,
div.ccm-page .archive-buttons .seminar a {
  color: #fff !important;
  display: block;
}
div.ccm-page .tab-buttons .entry,
div.ccm-page .archive-buttons .entry {
  background-color: #F4BA1E;
  border: 7px solid #F4BA1E;
}
div.ccm-page .tab-buttons .entry a,
div.ccm-page .archive-buttons .entry a {
  display: block;
}
div.ccm-page .tab-buttons .content1:hover,
div.ccm-page .archive-buttons .content1:hover,
div.ccm-page .tab-buttons .content2:hover,
div.ccm-page .archive-buttons .content2:hover,
div.ccm-page .tab-buttons .content3:hover,
div.ccm-page .archive-buttons .content3:hover,
div.ccm-page .tab-buttons .content4:hover,
div.ccm-page .archive-buttons .content4:hover,
div.ccm-page .tab-buttons .content5:hover,
div.ccm-page .archive-buttons .content5:hover,
div.ccm-page .tab-buttons .seminar:hover,
div.ccm-page .archive-buttons .seminar:hover {
  background-color: #337ab7;
  cursor: pointer;
}
div.ccm-page .tab-buttons .entry:hover,
div.ccm-page .archive-buttons .entry:hover {
  background-color: #d49A1E;
}
div.ccm-page .tab-buttons .clline,
div.ccm-page .archive-buttons .clline {
  border: 7px solid #0E64eC;
}
div.ccm-page .tab-content {
  border-bottom: 3px solid #ddd;
  padding: 20px 40px;
  background: #eee;
  display: block;
  color: #333;
  text-align: center;
}
div.ccm-page .tab-content h2 {
  font-size: 2.2em;
}
div.ccm-page .tab-content h3 {
  color: #333;
  font-size: 24px;
  margin-top: 40px;
}
div.ccm-page .tab-content h3 span {
  border-left: 8px solid #333;
  padding-left: 15px;
}
div.ccm-page .tab-content .clRoomBtnWrap {
  display: flex;
  display: -webkit-flex;
}
div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtnBlock {
  padding-top: 20px;
  width: 31%;
  margin: 1%;
  background-color: #F4BA1E;
}
div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtnBlock h4 {
  color: #333;
  font-size: 24px;
}
div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtnBlockB {
  background-color: #92d050;
}
div.ccm-page .tab-content .clEntryBtnWrap {
  padding: 30px 20px 0px;
  background-color: #1EA4DC;
  width: 50%;
  margin: 20px auto;
}
div.ccm-page .tab-content .clEntryBtnWrap h4 {
  color: #333;
  font-size: 24px;
}
div.ccm-page .tab-content .clSeminarBtnWrap .clSeminarBtnBlock {
  padding: 30px 20px 0px;
  background-color: #1EA4DC;
  width: 50%;
  margin: 20px auto;
}
div.ccm-page .tab-content .clSeminarBtnWrap .clSeminarBtnBlock h4 {
  color: #333;
  font-size: 22px;
}
div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtn,
div.ccm-page .tab-content .clSeminarBtnWrap .clRoomBtn,
div.ccm-page .tab-content .clEntryBtnWrap .clRoomBtn {
  padding: 10px 0px 30px;
}
div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtn a,
div.ccm-page .tab-content .clSeminarBtnWrap .clRoomBtn a,
div.ccm-page .tab-content .clEntryBtnWrap .clRoomBtn a {
  font-size: 18px;
  background-color: #fff;
  color: #333;
  padding: 20px 20px;
  border-radius: 15px;
  display: inline-block;
}
div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtn a:hover,
div.ccm-page .tab-content .clSeminarBtnWrap .clRoomBtn a:hover,
div.ccm-page .tab-content .clEntryBtnWrap .clRoomBtn a:hover {
  color: #999;
}
div.ccm-page .tab-content .clOtherBtnWrap {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
div.ccm-page .tab-content .clOtherBtnWrap .clComListBtn {
  width: 46%;
  margin: 40px 1%;
  padding: 20px 0px;
  background-color: #1EA4DC;
  border-radius: 15px;
  min-height: 90px;
}
div.ccm-page .tab-content .clOtherBtnWrap .clComListBtn a {
  display: block;
}
div.ccm-page .tabs_en .tab-buttons .content1,
div.ccm-page .tabs_en .archive-buttons .content1,
div.ccm-page .tabs_en .tab-buttons .content2,
div.ccm-page .tabs_en .archive-buttons .content2,
div.ccm-page .tabs_en .tab-buttons .content3,
div.ccm-page .tabs_en .archive-buttons .content3,
div.ccm-page .tabs_en .tab-buttons .content4,
div.ccm-page .tabs_en .archive-buttons .content4,
div.ccm-page .tabs_en .tab-buttons .content5,
div.ccm-page .tabs_en .archive-buttons .content5 {
  font-size: 24px;
  width: 48%;
}
div.ccm-page .tabs_en .tab-content .clRoomBtnWrap .clRoomBtnBlock {
  width: 49%;
}
div.ccm-page .tabs_en .tab-content .clRoomBtnWrap .clRoomBtn a,
div.ccm-page .tabs_en .tab-content .clSeminarBtnWrap .clRoomBtn a,
div.ccm-page .tabs_en .tab-content .clEntryBtnWrap .clRoomBtn a {
  font-size: 24px;
  min-width: 140px;
}
div.ccm-page .tabs_en .tab-content .clComListBtn {
  padding: 30px 0px 20px;
}
div.ccm-page .tabs_en .tab-content .clComListBtn a {
  font-size: 24px;
}
div.ccm-page .clSupportseminar {
  text-align: center;
  margin-top: 80px;
}
div.ccm-page .clSupportseminar .cltitle {
  font-size: 1.6em;
}
div.ccm-page .clSupportseminar .cltitle a {
  color: #337ab7 !important;
}
div.ccm-page .clSupportseminar .cltitle a:hover {
  color: #abddff !important;
}
div.ccm-page .clEntryLink {
  text-align: center;
}
div.ccm-page .clEntryLink p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
div.ccm-page .clEntryLink p span {
  font-size: 18px;
}
div.ccm-page .clEntryLink a {
  color: #337ab7 !important;
}
div.ccm-page .clEntryLink a:hover {
  color: #abddff !important;
}
div.ccm-page .clTopSeminarWrap {
  text-align: center;
}
div.ccm-page .clTopSeminarWrap .clTopSeminaerBlock {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 1.2em;
  /**** 就職応援セミナーページ用  ****/
}
div.ccm-page .clTopSeminarWrap .clTopSeminaerBlock .title span {
  font-size: 0.8em;
  font-weight: 400;
}
div.ccm-page .clTopSeminarWrap .clTopSeminaerBlock .speaker span {
  font-size: 0.8em;
  font-weight: 400;
}
div.ccm-page .clTopSeminarWrap .clTopSeminaerBlock .clBtnWrap {
  background-color: red;
  padding: 10px;
  margin: 10px auto;
  border-radius: 25px;
  text-align: center;
  width: 200px;
}
div.ccm-page .clTopSeminarWrap .clTopSeminaerBlock .clBtnWrap a {
  color: #fff !important;
  display: block;
}
div.ccm-page .clTopSeminarWrap .clTopSeminaerBlock .clBtnWrap a:before {
  content: '\f144';
  font-family: FontAwesome;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}
div.ccm-page .clTopCompanyInfo {
  padding-bottom: 60px;
  text-align: center;
  padding: 0px 0px 60px;
  width: 60%;
  margin: auto;
  min-width: 480px;
}
div.ccm-page .clTopCompanyInfo p {
  font-size: 24px;
}
div.ccm-page .clTopCompanyInfo .clTopCompanyInfoInner {
  position: relative;
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 40px;
  text-align: left;
}
div.ccm-page .clTopCompanyInfo .clTopCompanyInfoInner p {
  font-size: 20px;
  font-weight: 700;
}
div.ccm-page .clTopCompanyInfo .clTopCompanyInfoInner p .contentEn {
  font-size: 0.9em;
  font-weight: 400;
}
div.ccm-page .clTopCompanyInfo .clTopCompanyInfoInner a {
  color: #337ab7 !important;
}
div.ccm-page .clTopCompanyInfo .clTopCompanyInfoInner a:hover {
  color: #abddff !important;
}
div.ccm-page .clTopCompanyInfo img.clsdgslogo {
  position: absolute;
  top: -20px;
  right: 0;
}
div.ccm-page .clTopCompanyByDate {
  text-align: center;
  padding-bottom: 60px;
  width: 50%;
  margin: auto;
  min-width: 600px;
}
div.ccm-page .clTopCompanyByDate .clTopCompanyByDateInner {
  padding: 20px 20px;
  margin-bottom: 40px;
  text-align: left;
}
div.ccm-page .clTopCompanyByDate .clTopCompanyByDateInner dl {
  font-size: 20px;
}
div.ccm-page .clTopCompanyByDate .clTopCompanyByDateInner dl dd {
  margin-bottom: 30px;
}
div.ccm-page .clTopCompanyByDate .clTopCompanyByDateInner p {
  font-size: 20px;
  font-weight: 700;
}
div.ccm-page .clTopCompanyByDate .clTopCompanyByDateInner p .contentEn {
  font-size: 0.9em;
  font-weight: 400;
}
div.ccm-page .clTopSeminar {
  text-align: center;
  width: 80%;
  margin: 0px auto 100px;
}
div.ccm-page .clTopSeminar .clTopSeminarInner {
  font-size: 20px;
}
div.ccm-page .clTopSeminar .clTopSeminarInner .contentEn {
  font-weight: 400;
}
div.ccm-page .clTopSeminar .clTopSeminarInner .clredContent {
  color: red;
  font-weight: 700;
}
div.ccm-page .clTopSeminar .clTopSeminarInner dl {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
}
div.ccm-page .clTopSeminar .clTopSeminarInner dl dt {
  width: 30%;
  text-align: center;
  border: 2px solid #337ab7;
  font-size: 28px;
  padding: 40px 20px;
}
div.ccm-page .clTopSeminar .clTopSeminarInner dl dd {
  width: 68%;
  text-align: left;
  padding: 10px 40px;
}
div.ccm-page .clTopSeminar .clTopSeminarInner dl dd p.title {
  font-size: 24px;
  border-bottom: 3px solid #F4BA1E;
}
div.ccm-page .clTopSeminar .clTopSeminarInner dl dd p.speaker {
  font-size: 16px;
  margin-top: 20px;
}
div.ccm-page .clTopLinkButton {
  margin: 40px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
div.ccm-page .clTopLinkButton .clLinkButtonItem {
  padding: 20px;
  width: 30%;
  text-align: left;
  border-radius: 8px;
  font-size: 1em;
  color: #fff;
}
div.ccm-page .clTopLinkButton .clLinkButtonItem h3 {
  margin-top: 0px;
  color: #fff;
}
div.ccm-page .clTopLinkButton .clBtnFall {
  background-color: #F4BA1E;
  background-color: #aaa;
}
div.ccm-page .clTopLinkButton .clBtnJGCC {
  background-color: #337ab7;
  background-color: #aaa;
}
div.ccm-page .clTopLinkButton .clBtnWinter {
  background-color: #F49ABE;
}
div.ccm-page .block-subtitle .clReserveCnt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
}
div.ccm-page .block-subtitle .clReserveCnt span.clborder {
  border: 1px solid #ccc;
  padding: 15px;
}
div.ccm-page .clTopReg {
  text-align: center;
  margin: 40px auto;
}
div.ccm-page .clTopReg h4 {
  font-size: 2em;
}
div.ccm-page .clTopReg h4 span.count-this {
  font-size: 1.2em;
  color: red;
  font-weight: 700;
}
div.ccm-page p.btn-register {
  background-color: red;
  width: 80%;
  margin: auto;
  border: 7px solid #F4BA1E;
  border-radius: 90px;
  max-width: 700px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
}
div.ccm-page p.btn-register a {
  font-size: 24px;
  display: block;
  padding: 0px;
  font-weight: 700;
}
div.ccm-page .outline-text1 p,
div.ccm-page .outline-text2 p,
div.ccm-page .outline-text3 p,
div.ccm-page .outline-text4 p {
  margin-bottom: 0px;
}
div.ccm-page .outline-text1 p a,
div.ccm-page .outline-text2 p a,
div.ccm-page .outline-text3 p a,
div.ccm-page .outline-text4 p a {
  color: #337ab7 !important;
}
div.ccm-page .outline-text1 p a:hover,
div.ccm-page .outline-text2 p a:hover,
div.ccm-page .outline-text3 p a:hover,
div.ccm-page .outline-text4 p a:hover {
  color: #abddff !important;
}
div.ccm-page .clefform h3 {
  margin: 200px auto 100px;
  text-align: center;
  color: #333;
  font-size: 1.8em;
}
.yellowbox3 {
  background-color: #F4BA1E;
  width: 60%;
  padding: 6px 4px;
  margin: 0 auto;
  text-aling: center;
}
.yellowbox3 h2 {
  margin: 0;
  color: #fff !important;
}
/***   予約数     ***/
.punch-viewer-content-fixed {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.clSchedule {
  /*
  iframe[src$=".pdf"]{
      width:100%;
      height:80vh;
  }
*/
}
.clSchedule iframe {
  width: 100%;
  height: 100vh;
}
/*PCでは改行なし*/
.sma-line {
  display: none;
}
/*スマートフォンでは改行する*/
@media screen and (max-width: 481px) {
  div.ccm-page .sma-line {
    display: block;
  }
  div.ccm-page .fontsmallxx {
    font-size: 13px;
  }
  div.ccm-page .fontsmallx {
    font-size: 14px;
  }
  div.ccm-page .fontsmall {
    font-size: 15px;
  }
  div.ccm-page .fontbig {
    font-size: 17px;
  }
  div.ccm-page .fontbigx {
    font-size: 18px;
  }
  div.ccm-page .fontbigxx {
    font-size: 20px;
  }
  div.ccm-page .fontbigxxx {
    font-size: 24px;
  }
  div.ccm-page .fontbigxxxx {
    font-size: 30px;
  }
  div.ccm-page .fontbigxxxxx {
    font-size: 36px;
  }
  div.ccm-page .tab-content {
    padding: 20px;
  }
  div.ccm-page .tab-content h2 {
    font-size: 2.2em;
  }
  div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtnBlock h3 {
    font-size: 18px;
  }
  div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtnBlock .clRoomBtn {
    padding: 50px 0px;
  }
  div.ccm-page .tab-content .clRoomBtnWrap .clRoomBtnBlock .clRoomBtn a {
    font-size: 14px;
    padding: 20px 10px;
    display: inline-block;
  }
  div.ccm-page .tab-content .clSeminarBtnWrap .clSeminarBtnBlock {
    width: 100%;
    margin: 20px auto;
  }
  div.ccm-page .tab-content .clSeminarBtnWrap .clSeminarBtnBlock h4 {
    color: #333;
    font-size: 18px;
  }
  div.ccm-page .tab-content .clOtherBtnWrap {
    display: block;
    text-align: center;
  }
  div.ccm-page .tab-content .clOtherBtnWrap .clComListBtn {
    width: 100%;
    margin: 40px auto;
    padding: 20px 5px;
  }
  div.ccm-page .tab-content .clEntryBtnWrap {
    width: 100%;
  }
  div.ccm-page .tab-content .clEntryBtnWrap h4 {
    font-size: 18px;
  }
  div.ccm-page .clTopLinkButton {
    margin: 40px auto;
    display: block;
  }
  div.ccm-page .clTopLinkButton .clLinkButtonItem {
    width: 80%;
    margin: 10px auto;
  }
  div.ccm-page .block-subtitle .clReserveCnt {
    font-size: 18px;
  }
  div.ccm-page .block-subtitle .clReserveCnt span.clborder {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .pc-hid {
    display: none;
  }
  div.ccm-page .boxtitle-text1 {
    font-size: 2em;
  }
  div.ccm-page .boxtitle {
    width: 100%;
  }
  div.ccm-page p.btn-register {
    width: 100%;
  }
  div.ccm-page p.btn-register a {
    font-size: 1.8em;
  }
  div.ccm-page .block-subtitle {
    padding: 0px 20px;
  }
  div.ccm-page .clHtJoin {
    padding: 10px;
  }
  div.ccm-page .clHtJoin .clHtJoinInner {
    padding: 20px 20px;
  }
  div.ccm-page .clHtJoin .clHtJoinInner ol,
  div.ccm-page .clHtJoin .clHtJoinInner ul {
    margin-top: 40px;
  }
  div.ccm-page .clHtJoin .clHtJoinInner ol li p.btn-register,
  div.ccm-page .clHtJoin .clHtJoinInner ul li p.btn-register {
    width: 100%;
  }
  div.ccm-page .clHtJoin .clHtJoinInner ol li::marker,
  div.ccm-page .clHtJoin .clHtJoinInner ul li::marker {
    font-size: 24px;
  }
  div.ccm-page .clHtJoin .clHtJoinInner .contentEn {
    font-size: 0.9em;
    font-weight: 400;
  }
  div.ccm-page .clHtJoin .clHtJoinInner .atten {
    background-color: #eee;
    padding: 20px 20px 20px 20px;
    font-weight: 700;
    position: relative;
  }
  div.ccm-page .clHtJoin .clHtJoinInner .atten a {
    color: #337ab7 !important;
  }
  div.ccm-page .clHtJoin .clHtJoinInner .atten a:hover {
    color: #abddff !important;
  }
  div.ccm-page .clHtJoin .clHtJoinInner .atten .contentEn {
    font-weight: 400;
  }
  div.ccm-page .clTopCompanyInfo {
    width: 100%;
    min-width: 0px;
  }
  div.ccm-page .clTopCompanyInfo img.clsdgslogo {
    top: -100px;
  }
  div.ccm-page .clTopCompanyByDate {
    width: 100%;
    min-width: 0px;
  }
  div.ccm-page .clTopCompanyByDate .clTopCompanyByDateInner dl {
    font-size: 20px;
  }
  div.ccm-page .clTopCompanyByDate .clTopCompanyByDateInner dl dd {
    margin-bottom: 30px;
  }
  div.ccm-page .clTopSeminar {
    width: 100%;
  }
  div.ccm-page .clTopSeminar .clTopSeminarInner dl {
    margin-top: 40px;
    display: block;
  }
  div.ccm-page .clTopSeminar .clTopSeminarInner dl dt {
    width: 100%;
    font-size: 20px;
    padding: 10px 0px;
  }
  div.ccm-page .clTopSeminar .clTopSeminarInner dl dd {
    width: 100%;
    padding: 10px 0px;
  }
  div.ccm-page .clTopSeminar .clTopSeminarInner dl dd p.title {
    font-size: 18px;
  }
  div.ccm-page .clTopSeminar .clTopSeminarInner dl dd p.speaker {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .sma-hid {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  div.ccm-page .toptext0 {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  div.ccm-page .catch {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  div.ccm-page .jetroname {
    font-size: 2em;
    font-weight: 900;
    color: #fff;
  }
  div.ccm-page .top-title {
    font-size: 3.4em;
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 3px #1EA4DC;
    text-align: center;
    margin-top: 40px;
  }
  div.ccm-page .label-top {
    width: 140px;
    padding: 12px;
    background-color: #fff;
    color: #1EA4DC;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    top: 12%;
  }
  div.ccm-page .toptext {
    margin: 40px 0;
    position: relative;
  }
  div.ccm-page .toptextP {
    font-size: 1.4em;
    font-weight: 600;
  }
  div.ccm-page .toptexDate {
    font-size: 2.2em;
  }
  div.ccm-page .btn-joinus {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    /*      bottom: -60px;
      right: 10%;
      margin: 1em auto;
*/
    top: -30px;
    right: 30%;
    margin: 0px auto;
    line-height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #1EA4DC;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  div.ccm-page #btn-circle {
    color: #1EA4DC;
  }
  div.ccm-page #btn-circle:hover {
    color: #fff;
    background-color: #CCCCFF;
  }
  div.ccm-page .btn-joinustextblue {
    margin-top: 30px;
  }
  div.ccm-page .btn-joinustext {
    color: #333;
    margin-top: 16px;
  }
  div.ccm-page .sqarebox {
    width: 300px;
    height: 300px;
    background: #FFF;
    border: solid 4px #1EA4DC;
    border-radius: 20px;
    padding: 24px;
    margin: 0 2%;
  }
  div.ccm-page a#btn-skyblue1 {
    margin-left: 22%;
  }
  .top3box {
    display: flex;
    justify-content: center;
    margin-left: 64px;
  }
}
@media screen and (min-width: 769px) {
  div.ccm-page #footer-theme.col-sm-3 {
    display: none;
  }
  div.ccm-page #footer-theme.col-sm-6 {
    width: 100%;
  }
  div.ccm-page .footerinfoblock {
    display: flex;
    /*      align-items: center;*/
    align-items: flex-start;
    margin: 20px auto;
  }
  div.ccm-page .footerinfoblock .footerinfo {
    min-width: 180px;
  }
  div.ccm-page .footercontact {
    margin-left: 0.5em;
  }
  div.ccm-page .boxtitle-text2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 12px 0;
  }
  div.ccm-page .textblock1 {
    margin: 20px 5%;
  }
  div.ccm-page .yellowbox1 {
    background-color: #F4BA1E;
    width: 16%;
    padding: 6px 4px;
    min-height: 80px;
  }
  div.ccm-page .yellowbox2 {
    background-color: #F4BA1E;
    width: 100px;
    height: 60px;
    padding: 6px;
  }
  div.ccm-page #yellowbox2_1 {
    margin-top: -80px;
  }
  div.ccm-page .yellowbox1 p,
  div.ccm-page .yellowbox2 p {
    color: #fff;
    font-size: 1.2em;
    padding-top: 20px;
    text-align: center;
    font-weight: 600;
  }
  div.ccm-page .blockflex {
    display: flex;
    margin: 10px auto;
    /*      align-items: center;*/
    align-items: flex-start;
  }
  div.ccm-page .outline-text1,
  div.ccm-page .outline-text2,
  div.ccm-page .outline-text3,
  div.ccm-page .outline-text4,
  div.ccm-page .outline-text_block {
    font-size: 1.2em;
    margin-left: 40px;
    font-weight: 600;
    width: 84%;
    line-height: 1.1;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  div.ccm-page .outline-text_block {
    display: block;
  }
  div.ccm-page .outline-textEg {
    font-size: 0.9em;
    font-weight: 400;
  }
  div.ccm-page .block-subtitle {
    /*      margin: 60px 0px;*/
    /*      margin: 140px 0px 60px;*/
    margin: 40px 0px 60px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  div.ccm-page .toptext0 {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  div.ccm-page .catch {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  div.ccm-page .jetroname {
    font-size: 1.6em;
    font-weight: 900;
    color: #fff;
  }
  div.ccm-page .top-title {
    font-size: 3.4em;
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 3px #1EA4DC;
    text-align: center;
    margin-top: 40px;
  }
  div.ccm-page .label-top {
    width: 120px;
    padding: 10px;
    background-color: #fff;
    color: #1EA4DC;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10%;
  }
  div.ccm-page .toptext {
    width: 540px;
    margin: 30px 0;
    position: relative;
  }
  div.ccm-page .toptextP {
    font-size: 1.2em;
    font-weight: 600;
  }
  div.ccm-page .toptexDate {
    font-size: 1.6em;
  }
  div.ccm-page .btn-joinus {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    /*
      bottom: -60px;
      right: 6%;
      margin: 1em auto;
*/
    top: -30px;
    right: 30%;
    margin: 0px auto;
    line-height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #1EA4DC;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  div.ccm-page #btn-circle {
    color: #1EA4DC;
  }
  div.ccm-page #btn-circle:hover {
    color: #fff;
    background-color: #CCCCFF;
  }
  div.ccm-page .btn-joinustextblue {
    margin-top: 30px;
  }
  div.ccm-page .btn-joinustext {
    color: #333;
    margin-top: 16px;
  }
  div.ccm-page .top3box {
    display: flex;
    justify-content: center;
    margin-left: unset;
  }
  div.ccm-page .sqarebox {
    width: 220px;
    height: 300px;
    background: #FFF;
    border: solid 4px #1EA4DC;
    border-radius: 20px;
    padding: 20px 8px;
    margin: 0 1%;
  }
  div.ccm-page .sqaretext {
    font-size: 1em;
  }
  div.ccm-page a#btn-skyblue1 {
    margin-left: 12%;
  }
  div.ccm-page .sponsor {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  div.ccm-page {
    /*    main{margin-top:0px;}*/
  }
  div.ccm-page .ccm-responsive-menu-launch {
    display: block;
    margin-top: -80px;
  }
  div.ccm-page .ccm-responsive-menu-launch i:after {
    font-size: 32px;
    content: "\f0c9";
    font-family: FontAwesome;
    color: #333;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    cursor: pointer;
    text-decoration: inherit;
  }
  div.ccm-page .ccm-responsive-overlay ul li a {
    color: #333;
  }
  div.ccm-page .clLinkBtn {
    margin: 10px auto;
  }
  div.ccm-page .clLinkBtn a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  div.ccm-page .toptext0 {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  div.ccm-page .catch {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  div.ccm-page .jetroname {
    font-size: 1.4em;
    font-weight: 900;
    color: #fff;
    margin: 20px 0;
  }
  div.ccm-page .top-title {
    font-size: 2.6em;
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 3px #1EA4DC;
    text-align: center;
    margin-top: 40px;
  }
  div.ccm-page .label-top {
    width: 100px;
    padding: 8px;
    background-color: #fff;
    color: #1EA4DC;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14%;
  }
  div.ccm-page .toptext {
    width: 380px;
  }
  div.ccm-page .toptextP {
    font-size: 1.4em;
    font-weight: 600;
  }
  div.ccm-page .toptexDate {
    font-size: 1.8em;
  }
  div.ccm-page .btn-joinus {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    /*
      bottom: -60px;
      right: 14%;
      margin: 1em auto;
*/
    top: -30px;
    right: 0;
    left: 0;
    margin: 0px auto;
    line-height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #1EA4DC;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  div.ccm-page #btn-circle {
    color: #1EA4DC;
    /*      margin: 240px -60px;*/
  }
  div.ccm-page #btn-circle:hover {
    color: #fff;
    background-color: #CCCCFF;
  }
  div.ccm-page .btn-joinustextblue {
    margin-top: 30px;
  }
  div.ccm-page .btn-joinustext {
    color: #333;
    margin-top: 16px;
  }
  div.ccm-page .block-subtitle {
    /*      margin-top: 60px;*/
    margin-top: 160px;
  }
}
@media screen and (max-width: 599px) and (min-width: 482px) {
  div.ccm-page .toptext0 {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  div.ccm-page .catch {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  div.ccm-page .jetroname {
    font-size: 1.4em;
    font-weight: 900;
    color: #fff;
    margin: 20px 0;
  }
  div.ccm-page .top-title {
    font-size: 2.6em;
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 3px #1EA4DC;
    text-align: center;
    margin-top: 40px;
  }
  div.ccm-page .label-top {
    width: 100px;
    padding: 8px;
    background-color: #fff;
    color: #1EA4DC;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14%;
  }
  div.ccm-page .toptext {
    width: 320px;
  }
  div.ccm-page .toptextP {
    font-size: 1.2em;
    font-weight: 600;
  }
  div.ccm-page .toptexDate {
    font-size: 1.6em;
  }
  div.ccm-page .btn-joinus {
    display: block;
    width: 148px;
    height: 148px;
    position: absolute;
    /*
      bottom: -60px;
      right: 4%;
      margin: 1em auto;
*/
    top: -30px;
    right: 0;
    left: 0;
    margin: 0px auto;
    line-height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #1EA4DC;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  div.ccm-page #btn-circle {
    color: #1EA4DC;
    /*      margin: 300px 0px;*/
  }
  div.ccm-page #btn-circle:hover {
    color: #fff;
    background-color: #CCCCFF;
  }
  div.ccm-page .btn-joinustextblue {
    margin-top: 30px;
  }
  div.ccm-page .btn-joinustext {
    color: #333;
    margin-top: 16px;
  }
  div.ccm-page .block-subtitle {
    /*      margin-top: 60px;*/
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) and (min-width: 482px) {
  div.ccm-page header nav ul a {
    /*
      padding-right: 14px;
      padding-left: 14px;
*/
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: none;
  }
  div.ccm-page .ccm-responsive-overlay ul li a .clentitle {
    color: #aaa;
    font-size: 0.8em;
  }
  div.ccm-page .boxtitle-text2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 12px 0;
  }
  div.ccm-page .yellowbox1 {
    background-color: #F4BA1E;
    width: 18%;
    padding: 16px 4px;
  }
  div.ccm-page .yellowbox2 {
    background-color: #F4BA1E;
    width: 18%;
    padding: 16px 4px;
  }
  div.ccm-page .yellowbox1 p,
  div.ccm-page .yellowbox2 p {
    color: #fff;
    font-size: 1em;
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
  }
  div.ccm-page .blockflex {
    display: flex;
    margin: 10px 6%;
    /*      align-items: center;*/
    align-items: flex-start;
  }
  div.ccm-page .outline-text1,
  div.ccm-page .outline-text2,
  div.ccm-page .outline-text3,
  div.ccm-page .outline-text4 {
    font-size: 1.1em;
    margin-left: 20px;
    font-weight: 600;
    width: 82%;
    line-height: 1.1;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  div.ccm-page .sqarebox {
    height: 276px;
    background: #FFF;
    border: solid 4px #1EA4DC;
    border-radius: 20px;
    padding: 24px;
    width: 92%;
    margin: 0 4% 10px;
  }
  div.ccm-page .footerinfoblock {
    display: flex;
    /*      align-items: center;*/
    align-items: flex-start;
  }
  div.ccm-page #footerinfoblockc00 {
    display: inline;
  }
  div.ccm-page .secretariat {
    margin-left: 64px;
    margin-top: -28px;
  }
}
@media screen and (max-width: 481px) {
  div.ccm-page .clPConly {
    display: none;
  }
  div.ccm-page .clSPonly {
    display: block;
  }
  div.ccm-page .clPConly-inline {
    display: none;
  }
  div.ccm-page .clSPonly-inline {
    display: inline;
  }
  div.ccm-page .clPConly-inline-block {
    display: none;
  }
  div.ccm-page .clSPonly-inline-block {
    display: inline-block;
  }
  div.ccm-page .clflexInner {
    display: block;
  }
  div.ccm-page span.clentitle {
    color: #aaa;
    font-size: 0.8em;
  }
  div.ccm-page p.btn-register {
    width: 100%;
  }
  div.ccm-page p.btn-register a {
    font-size: 18px;
  }
  div.ccm-page .clHtJoin .clHtJoinInner ol li p.btn-register a,
  div.ccm-page .clHtJoin .clHtJoinInner ul li p.btn-register a {
    font-size: 16px;
  }
  div.ccm-page .toptext0 {
    width: 280px;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  div.ccm-page .catch {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  div.ccm-page .jetroname {
    font-size: 1.2em;
    font-weight: 900;
    color: #fff;
    margin-top: 24px;
  }
  div.ccm-page .top-title {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 3px #1EA4DC;
    text-align: center;
    margin-top: 20px;
  }
  div.ccm-page .label-top {
    width: 100px;
    padding: 8px;
    background-color: #fff;
    color: #1EA4DC;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14%;
  }
  div.ccm-page .toptext {
    width: 320px;
  }
  div.ccm-page .toptextP {
    font-size: 1em;
    font-weight: 600;
    margin-top: 40px;
  }
  div.ccm-page .toptexDate {
    font-size: 1.2em;
  }
  div.ccm-page .btn-joinus {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    /*
      top: -64%;
      right: 6%;
      margin: 1em auto;
*/
    top: -20px;
    right: 0;
    left: 0;
    margin: 0px auto;
    line-height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #1EA4DC;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  div.ccm-page #btn-circle {
    color: #1EA4DC;
  }
  div.ccm-page #btn-circle:hover {
    color: #fff;
    background-color: #CCCCFF;
  }
  div.ccm-page .btn-joinustextblue {
    margin-top: 20px;
  }
  div.ccm-page .btn-joinustext {
    color: #333;
    margin-top: 0px;
    font-size: 15px;
  }
  div.ccm-page .block-subtitle {
    /*      margin-top: 40px;*/
    /*      margin-top: 160px;*/
    margin-top: 40px;
  }
  div.ccm-page .block-subtitle h2 {
    font-size: 1.2em;
  }
  div.ccm-page .boxtitle {
    text-align: center;
    /*
      width: unset;
      margin: 40px 28%;

      border-bottom: 8px solid #333;*/
  }
  div.ccm-page .boxtitle-text2 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 12px 0 8px;
  }
  div.ccm-page .blockflex {
    text-align: center;
  }
  div.ccm-page .yellowbox1,
  div.ccm-page .yellowbox2 {
    display: inline-block;
    /*      width: 68px;*/
    width: 100%;
    height: 60px;
    background-color: #F4BA1E;
    text-align: center;
    color: #fff;
    padding-top: 20px;
  }
  div.ccm-page .yellowbox1 p,
  div.ccm-page .yellowbox2 p {
    /*      margin: 25% 0;*/
    margin: auto;
  }
  div.ccm-page .outline-text1,
  div.ccm-page .outline-text2,
  div.ccm-page .outline-text3,
  div.ccm-page .outline-text4 {
    margin: 10px 6% 40px;
    font-weight: 600;
    text-align: left;
  }
  div.ccm-page a#btn-skyblue1 {
    margin-left: inherit;
  }
  div.ccm-page .top-contentbox1 {
    background-color: #DDE9F3;
    padding-bottom: 24px;
  }
  div.ccm-page .sqarebox {
    height: 276px;
    background: #FFF;
    border: solid 4px #1EA4DC;
    border-radius: 20px;
    padding: 24px;
    width: 92%;
    margin: 0 4% 10px;
  }
  div.ccm-page .footerinfoblock {
    text-align: center;
  }
  div.ccm-page .footerinfo {
    font-weight: bold;
    margin-top: 24px;
  }
  div.ccm-page .footercontact {
    text-align: center;
  }
}
div.ccm-page .clCompanyWrap {
  /*    word-wrap: break-word;*/
  word-break: break-all;
}
div.ccm-page .clCompanyWrap .clCompanyHeader {
  background-color: #ffebcd;
  padding: 20px 0px;
  font-size: 1.2em;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap {
  display: flex;
  display: -webkit-flex;
  margin: 20px auto;
  /*        .cllogo{max-width:200px;}*/
}
div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap .cllogo {
  height: 100px;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap .cllogo img {
  height: 100%;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap h1.clCompanyName {
  margin-left: 1em;
  line-height: 1.1;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clImageWrap {
  display: flex;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clImage {
  max-width: 50%;
  margin: 20px auto;
  text-align: center;
  max-height: 400px;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clImage img {
  max-height: 400px;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clPRMessage {
  background-color: #f8f8f8;
  padding: 20px;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clsdgs {
  margin: 0px auto;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clsdgs ul {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-left: 0px;
}
div.ccm-page .clCompanyWrap .clCompanyItem .clsdgs ul li {
  width: 80px;
  padding: 5px;
}
div.ccm-page .clCompanyWrap .clCompanyInfo,
div.ccm-page .clCompanyWrap .clReqruitment,
div.ccm-page .clCompanyWrap .cInternship,
div.ccm-page .clCompanyWrap .clPro,
div.ccm-page .clCompanyWrap .clCompany {
  margin-top: 60px;
}
div.ccm-page .clCompanyWrap .clCompanyInfo h3,
div.ccm-page .clCompanyWrap .clReqruitment h3,
div.ccm-page .clCompanyWrap .cInternship h3,
div.ccm-page .clCompanyWrap .clPro h3,
div.ccm-page .clCompanyWrap .clCompany h3 {
  color: #333;
  font-size: 1.6em;
}
div.ccm-page .clCompanyWrap .clCompanyInfo dl,
div.ccm-page .clCompanyWrap .clReqruitment dl,
div.ccm-page .clCompanyWrap .cInternship dl,
div.ccm-page .clCompanyWrap .clPro dl,
div.ccm-page .clCompanyWrap .clCompany dl {
  margin-bottom: 0px;
  display: flex;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
div.ccm-page .clCompanyWrap .clCompanyInfo dl dt,
div.ccm-page .clCompanyWrap .clReqruitment dl dt,
div.ccm-page .clCompanyWrap .cInternship dl dt,
div.ccm-page .clCompanyWrap .clPro dl dt,
div.ccm-page .clCompanyWrap .clCompany dl dt {
  min-width: 360px;
  background-color: #f8f8f8;
  padding: 15px;
  border-left: 1px solid #ccc;
}
div.ccm-page .clCompanyWrap .clCompanyInfo dl dt span.en,
div.ccm-page .clCompanyWrap .clReqruitment dl dt span.en,
div.ccm-page .clCompanyWrap .cInternship dl dt span.en,
div.ccm-page .clCompanyWrap .clPro dl dt span.en,
div.ccm-page .clCompanyWrap .clCompany dl dt span.en {
  color: #1EA4DC;
  font-size: 0.9em;
}
div.ccm-page .clCompanyWrap .clCompanyInfo dl dt.clPadPC4E,
div.ccm-page .clCompanyWrap .clReqruitment dl dt.clPadPC4E,
div.ccm-page .clCompanyWrap .cInternship dl dt.clPadPC4E,
div.ccm-page .clCompanyWrap .clPro dl dt.clPadPC4E,
div.ccm-page .clCompanyWrap .clCompany dl dt.clPadPC4E {
  padding-left: 4em;
}
div.ccm-page .clCompanyWrap .clCompanyInfo dl dd,
div.ccm-page .clCompanyWrap .clReqruitment dl dd,
div.ccm-page .clCompanyWrap .cInternship dl dd,
div.ccm-page .clCompanyWrap .clPro dl dd,
div.ccm-page .clCompanyWrap .clCompany dl dd {
  padding: 15px;
  border-left: 1px solid #ccc;
}
div.ccm-page .clCompanyWrap .clCompanyInfo dl dd a,
div.ccm-page .clCompanyWrap .clReqruitment dl dd a,
div.ccm-page .clCompanyWrap .cInternship dl dd a,
div.ccm-page .clCompanyWrap .clPro dl dd a,
div.ccm-page .clCompanyWrap .clCompany dl dd a {
  color: #337ab7 !important;
  text-decoration: underline;
}
div.ccm-page .clCompanyWrap .clCompanyInfo dl:last-of-type,
div.ccm-page .clCompanyWrap .clReqruitment dl:last-of-type,
div.ccm-page .clCompanyWrap .cInternship dl:last-of-type,
div.ccm-page .clCompanyWrap .clPro dl:last-of-type,
div.ccm-page .clCompanyWrap .clCompany dl:last-of-type,
div.ccm-page .clCompanyWrap .clCompanyInfo dl.cldllast,
div.ccm-page .clCompanyWrap .clReqruitment dl.cldllast,
div.ccm-page .clCompanyWrap .cInternship dl.cldllast,
div.ccm-page .clCompanyWrap .clPro dl.cldllast,
div.ccm-page .clCompanyWrap .clCompany dl.cldllast {
  border-bottom: 1px solid #ccc;
}
div.ccm-page .clCompanyWrap .clCompanyInfo .clsdgs,
div.ccm-page .clCompanyWrap .clReqruitment .clsdgs,
div.ccm-page .clCompanyWrap .cInternship .clsdgs,
div.ccm-page .clCompanyWrap .clPro .clsdgs,
div.ccm-page .clCompanyWrap .clCompany .clsdgs {
  margin: 0px auto;
}
div.ccm-page .clCompanyWrap .clCompanyInfo .clsdgs ul,
div.ccm-page .clCompanyWrap .clReqruitment .clsdgs ul,
div.ccm-page .clCompanyWrap .cInternship .clsdgs ul,
div.ccm-page .clCompanyWrap .clPro .clsdgs ul,
div.ccm-page .clCompanyWrap .clCompany .clsdgs ul {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-left: 0px;
}
div.ccm-page .clCompanyWrap .clCompanyInfo .clsdgs ul li,
div.ccm-page .clCompanyWrap .clReqruitment .clsdgs ul li,
div.ccm-page .clCompanyWrap .cInternship .clsdgs ul li,
div.ccm-page .clCompanyWrap .clPro .clsdgs ul li,
div.ccm-page .clCompanyWrap .clCompany .clsdgs ul li {
  width: 80px;
  padding: 5px;
}
div.ccm-page .clCompanyWrap .clCompanyInfo ul.clCompanyFeatures,
div.ccm-page .clCompanyWrap .clReqruitment ul.clCompanyFeatures,
div.ccm-page .clCompanyWrap .cInternship ul.clCompanyFeatures,
div.ccm-page .clCompanyWrap .clPro ul.clCompanyFeatures,
div.ccm-page .clCompanyWrap .clCompany ul.clCompanyFeatures {
  list-style: none;
  display: flex;
  padding-left: 0px;
  flex-wrap: wrap;
}
div.ccm-page .clCompanyWrap .clCompanyInfo ul.clCompanyFeatures li,
div.ccm-page .clCompanyWrap .clReqruitment ul.clCompanyFeatures li,
div.ccm-page .clCompanyWrap .cInternship ul.clCompanyFeatures li,
div.ccm-page .clCompanyWrap .clPro ul.clCompanyFeatures li,
div.ccm-page .clCompanyWrap .clCompany ul.clCompanyFeatures li {
  background-color: #337ab7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 5px;
  position: relative;
}
div.ccm-page .clCompanyWrap .clCompanyInfo ul.clCompanyFeatures li p,
div.ccm-page .clCompanyWrap .clReqruitment ul.clCompanyFeatures li p,
div.ccm-page .clCompanyWrap .cInternship ul.clCompanyFeatures li p,
div.ccm-page .clCompanyWrap .clPro ul.clCompanyFeatures li p,
div.ccm-page .clCompanyWrap .clCompany ul.clCompanyFeatures li p {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-20%);
  font-size: 90%;
  margin-bottom: 0px;
}
div.ccm-page .clCompanyWrap .clCompanyInfo ul.clCompanyFeatures.en li,
div.ccm-page .clCompanyWrap .clReqruitment ul.clCompanyFeatures.en li,
div.ccm-page .clCompanyWrap .cInternship ul.clCompanyFeatures.en li,
div.ccm-page .clCompanyWrap .clPro ul.clCompanyFeatures.en li,
div.ccm-page .clCompanyWrap .clCompany ul.clCompanyFeatures.en li {
  border-radius: 20%;
}
div.ccm-page .clCompanyWrap .clEntryBtn {
  margin: 40px auto;
  text-align: center;
}
div.ccm-page main .ccm-block-page-list-pages a:not(.fa):not(.btn) {
  color: #337ab7;
}
@media screen and (max-width: 768px) {
  div.ccm-page .clCompanyWrap .clCompanyHeader .clDate {
    padding-left: 15px;
  }
  div.ccm-page .clCompanyWrap .clCompanyHeader .clIndustry {
    padding-left: 15px;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo h3,
  div.ccm-page .clCompanyWrap .clReqruitment h3,
  div.ccm-page .clCompanyWrap .clPro h3,
  div.ccm-page .clCompanyWrap .clCompany h3,
  div.ccm-page .clCompanyWrap .cInternship h3 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 481px) {
  div.ccm-page .clCompanyWrap .clCompanyHeader {
    padding: 20px 0px;
    font-size: 1.2em;
  }
  div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap {
    display: block;
    margin: 20px auto;
    /*          .cllogo{max-width:100%;}*/
  }
  div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap .cllogo {
    text-align: center;
  }
  div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap .cllogo img {
    margin: auto;
  }
  div.ccm-page .clCompanyWrap .clCompanyItem .clCompanyWrap h1.clCompanyName {
    margin-left: 0px;
    padding-left: 10px;
  }
  div.ccm-page .clCompanyWrap .clCompanyItem .clImageWrap {
    display: block;
  }
  div.ccm-page .clCompanyWrap .clCompanyItem .clImage {
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo,
  div.ccm-page .clCompanyWrap .clReqruitment,
  div.ccm-page .clCompanyWrap .clPro,
  div.ccm-page .clCompanyWrap .clCompany,
  div.ccm-page .clCompanyWrap .cInternship {
    margin-top: 60px;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo h3,
  div.ccm-page .clCompanyWrap .clReqruitment h3,
  div.ccm-page .clCompanyWrap .clPro h3,
  div.ccm-page .clCompanyWrap .clCompany h3,
  div.ccm-page .clCompanyWrap .cInternship h3 {
    font-size: 1.4em;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo dl,
  div.ccm-page .clCompanyWrap .clReqruitment dl,
  div.ccm-page .clCompanyWrap .clPro dl,
  div.ccm-page .clCompanyWrap .clCompany dl,
  div.ccm-page .clCompanyWrap .cInternship dl {
    margin-bottom: 0px;
    display: block;
    border: none;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo dl dt,
  div.ccm-page .clCompanyWrap .clReqruitment dl dt,
  div.ccm-page .clCompanyWrap .clPro dl dt,
  div.ccm-page .clCompanyWrap .clCompany dl dt,
  div.ccm-page .clCompanyWrap .cInternship dl dt {
    background-color: #fff;
    padding: 15px 15px 0px;
    border-left: none;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo dl dt.clPadPC4E,
  div.ccm-page .clCompanyWrap .clReqruitment dl dt.clPadPC4E,
  div.ccm-page .clCompanyWrap .clPro dl dt.clPadPC4E,
  div.ccm-page .clCompanyWrap .clCompany dl dt.clPadPC4E,
  div.ccm-page .clCompanyWrap .cInternship dl dt.clPadPC4E {
    padding-left: 15px;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo dl dd,
  div.ccm-page .clCompanyWrap .clReqruitment dl dd,
  div.ccm-page .clCompanyWrap .clPro dl dd,
  div.ccm-page .clCompanyWrap .clCompany dl dd,
  div.ccm-page .clCompanyWrap .cInternship dl dd {
    padding: 5px 15px 15px;
    border-left: none;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo dl:nth-child(2n),
  div.ccm-page .clCompanyWrap .clReqruitment dl:nth-child(2n),
  div.ccm-page .clCompanyWrap .clPro dl:nth-child(2n),
  div.ccm-page .clCompanyWrap .clCompany dl:nth-child(2n),
  div.ccm-page .clCompanyWrap .cInternship dl:nth-child(2n) {
    background-color: #f8f8f8;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo dl:nth-child(2n) dt,
  div.ccm-page .clCompanyWrap .clReqruitment dl:nth-child(2n) dt,
  div.ccm-page .clCompanyWrap .clPro dl:nth-child(2n) dt,
  div.ccm-page .clCompanyWrap .clCompany dl:nth-child(2n) dt,
  div.ccm-page .clCompanyWrap .cInternship dl:nth-child(2n) dt {
    background-color: #f8f8f8;
  }
  div.ccm-page .clCompanyWrap .clCompanyInfo dl:last-of-type,
  div.ccm-page .clCompanyWrap .clReqruitment dl:last-of-type,
  div.ccm-page .clCompanyWrap .clPro dl:last-of-type,
  div.ccm-page .clCompanyWrap .clCompany dl:last-of-type,
  div.ccm-page .clCompanyWrap .cInternship dl:last-of-type {
    border-bottom: none;
  }
}
/* CSS with background images – we need these directives to be in the root of theme
 * otherwise we can't both map the stylesheet to them AND the customizer to them
 */
.ccm-image-slider-container {
  background-image: url('/jetro/application/themes/jetro/images/background-slider-default.png');
}
