@charset "UTF-8";
/*==========
  Modified&Original Coding by Masuko koeda as milk (Japanese name みるく)(http://white-stage.com/)
========== */
/*-- initialize Selector and Structure Module --*/
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.ccm-page div, .ccm-page span, .ccm-page applet, .ccm-page object, .ccm-page iframe, .ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page h6, .ccm-page p, .ccm-page blockquote, .ccm-page pre, .ccm-page a, .ccm-page abbr, .ccm-page acronym, .ccm-page address, .ccm-page big, .ccm-page cite, .ccm-page code, .ccm-page del, .ccm-page dfn, .ccm-page em, .ccm-page font, .ccm-page img, .ccm-page ins, .ccm-page kbd, .ccm-page q, .ccm-page s, .ccm-page samp, .ccm-page small, .ccm-page strike, .ccm-page strong, .ccm-page sub, .ccm-page sup, .ccm-page tt, .ccm-page var, .ccm-page b, .ccm-page u, .ccm-page i, .ccm-page dl, .ccm-page dt, .ccm-page dd, .ccm-page ol, .ccm-page ul, .ccm-page li, .ccm-page fieldset, .ccm-page form, .ccm-page label, .ccm-page legend, .ccm-page table, .ccm-page caption, .ccm-page tbody, .ccm-page tfoot, .ccm-page thead, .ccm-page tr, .ccm-page th, .ccm-page td {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.ccm-page section, .ccm-page aside, .ccm-page header, .ccm-page main, .ccm-page nav, .ccm-page footer {
  display: block;
  box-sizing: border-box; }

/*-- Text Module and Hypertext Module --*/
body {
  background: #ffffff;
  line-height: 1.5;
  color: #121011;
  font-size: 1em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,"メイリオ", Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif; }

.ccm-page h1 {
  margin-bottom: 35px;
  font-size: 2.5em;
  font-weight: bold; }

.ccm-page h2 {
  margin-bottom: 23px;
  padding-bottom: 8px;
  border-bottom: 1px solid #a5b3c2;
  font-size: 1.15em;
  font-weight: bold; }

.ccm-page h3 {
  margin-bottom: 12px;
  font-size: 1.06em;
  font-weight: bold; }

.ccm-page h4, .ccm-page h5 {
  margin-bottom: 12px;
  font-size: 1em;
  font-weight: bold; }

.ccm-page address, .ccm-page em {
  font-style: italic; }

.ccm-page strong {
  font-weight: bold; }

.ccm-page p {
  display: block;
  margin: 0 0 1.12em; }

.ccm-page pre {
  display: block;
  margin: 1em 0 1em 10px;
  padding: 0 8px 8px;
  border: 1px solid #c4c4c4;
  white-space: pre; }

.ccm-page blockquote {
  display: block;
  margin: 1.2em 0 1.4em 20px;
  padding: 0 8px;
  border: 3px double #5e738a; }

.ccm-page q:before {
  content: open-quote;
  margin-left: 5px;
  color: #5e738a; }

.ccm-page q:after {
  content: close-quote;
  margin-right: 5px;
  color: #5e738a; }

.ccm-page abbr[title], .ccm-page acronym[title] {
  border-bottom: 1px dotted #d8d8d8; }

.ccm-page small {
  font-size: 1em; }

.ccm-page a {
  color: #4972bc; }
  .ccm-page a:visited {
    color: #7c5db8; }
  .ccm-page a:focus {
    outline: 2px dotted #265f5c; }
  .ccm-page a:hover, .ccm-page a:focus, .ccm-page a:active {
    color: #265f5c;
    text-decoration: none; }

/* for administration screen */
.ccm-page .ccm-block-edit input:focus, .ccm-page .ccm-block-edit textarea:focus {
  background: #000000;
  color: #ffffff; }

.ccm-page .ccm-area-block-list input:focus, .ccm-page .ccm-area-block-list textarea:focus {
  background: #000000;
  color: #ffffff; }

.ccm-panel-open ccm-panel-right, .ccm-panel-transition-slide {
  right: 320px; }

/*-- Skip Style --*/
p#skip {
  display: inline;
  line-height: 0; }

#skip a {
  display: inline;
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  z-index: 200; }
  #skip a:focus, #skip a:hover, #skip a:active {
    display: block;
    position: absolute;
    left: 40%;
    width: 10em;
    height: 3em;
    margin: 0;
    padding: 10px;
    background: #0d2f03;
    line-height: 1.5;
    text-align: center;
    font-size: 1em;
    z-index: 300;
    color: #ffffff; }

/*-- List Module --*/
.ccm-page ul {
  list-style-type: square;
  display: block;
  margin: 0 0 1.12em;
  padding-left: 2.5em; }

.ccm-page ol {
  list-style-type: decimal;
  display: block;
  margin: 0 0 1.12em;
  padding-left: 40px; }

.ccm-page li {
  display: list-item;
  margin-bottom: 5px; }

.ccm-page ul ul, .ccm-page ul ol, .ccm-page ul dl {
  margin-top: 5px;
  margin-bottom: 0; }

.ccm-page ol ul, .ccm-page ol ol, .ccm-page ol dl {
  margin-top: 0;
  margin-bottom: 0; }

.ccm-page dl ul, .ccm-page dl ol, .ccm-page dl dl {
  margin-top: 0;
  margin-bottom: 0; }

.ccm-page ol ul, .ccm-page ul ul {
  list-style-type: disc; }

.ccm-page ol ol ul, .ccm-page ol ul ul {
  list-style-type: circle; }

.ccm-page ul ol ul, .ccm-page ul ul ul {
  list-style-type: circle; }

.ccm-page dl {
  display: block;
  margin: 0 0 1.12em; }

.ccm-page dt {
  display: block; }

.ccm-page dd {
  display: block;
  margin-left: 0; }

/*-- Forms Module --*/
.ccm-page form, .ccm-page fieldset {
  display: block;
  margin: 0 0 1.12em; }

.ccm-page input {
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #2c4e76;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  color: #555;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .ccm-page input[type*="image"] {
    width: auto; }

.ccm-page textarea {
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #2c4e76;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  color: #555;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }

.ccm-page select {
  padding: 8px 12px;
  background: #ffffff url(../images/icon-arrow02.png) 98% 50%/12px 11px no-repeat;
  border: 1px solid #2c4e76;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
  color: #555;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.ccm-page select::-ms-expand {
  display: none; }

.ccm-page .field-select {
  width: 60%; }
  .ccm-page .field-select > select {
    width: 100%; }

.ccm-page input:focus, .ccm-page textarea:focus {
  background: #d0ef8b;
  border-color: #769238;
  outline: 0 none; }

.ccm-page select:focus {
  background: #d0ef8b url(../images/icon-arrow02.png) 98% 50%/12px 11px no-repeat;
  border-color: #769238;
  outline: 0 none; }

.ccm-page .ccm-search-block-text {
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 8px 4px 12px;
  border-radius: 0; }

.ccm-page section .ccm-search-block-text {
  margin-right: 10px;
  padding: 1.7% 2% 2%;
  width: 20%; }

/*-- Tables Module --*/
.ccm-page table {
  display: table;
  margin-top: 0;
  margin-bottom: 1.12em;
  width: 100%;
  border: 1px solid #5e738a;
  border-spacing: 0;
  border-collapse: collapse;
  text-indent: 0; }

.ccm-page caption {
  display: table-caption;
  text-align: center; }

.ccm-page thead {
  display: table-header-group;
  vertical-align: middle; }

.ccm-page tbody {
  display: table-row-group;
  vertical-align: middle; }

.ccm-page tfoot {
  display: table-footer-group;
  vertical-align: middle; }

.ccm-page tr {
  display: table-row;
  vertical-align: inherit; }

.ccm-page col {
  display: table-column; }

.ccm-page colgroup {
  display: table-column-group; }

.ccm-page table > tr {
  vertical-align: middle; }

.ccm-page th, .ccm-page td {
  display: table-cell;
  padding: 1%;
  border: 1px solid #5e738a;
  vertical-align: top; }

.ccm-page th {
  display: table-cell;
  background: #d1d8e0;
  font-weight: bold;
  text-align: center; }

.ccm-page td {
  text-align: left; }

/*-- Image Module --*/
.ccm-page a img {
  border: none; }
  .ccm-page a img:focus, .ccm-page a img:hover {
    -webkit-filter: saturate(180%);
    filter: saturate(180%); }

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

.ccm-page svg {
  height: 360px; }

/*-- Layout Module --*/
body {
  width: 100%; }

.ccm-page header, .ccm-page main {
  width: 100%; }

#siteimage {
  width: 100%; }

.ccm-page footer, .ccm-page footer-nav, .ccm-page footer-copyright {
  width: 100%; }

.ccm-page .header-inner, .ccm-page nav, .ccm-page .main-box, .ccm-page .footer-nav-inner-box {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 3%; }

.ccm-page .footer-nav-inner-box {
  top: 90px;
  padding: 0 3% 3%; }

.ccm-page .footer-copyright-inner {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 3%;
  padding: .8% 3%; }

.ccm-page .header-inner {
  height: 4em;
  padding: 0 3%; }

.ccm-page .main-content {
  float: left;
  width: 62%; }

.ccm-page aside {
  float: right;
  width: 32%; }

.page-type-left .main-content {
  float: right;
  width: 63%; }

.page-type-left aside {
  float: leftt;
  width: 30%; }

/*-- Common Style --*/
body {
  white-space: normal;
  word-wrap: break-word; }

.ccm-page hr {
  margin: 15px 0;
  border: 1px solid #5e738a; }

.ccm-page .clearfix:after {
  content: "";
  clear: both;
  display: block; }

.ccm-page .logo {
  float: left;
  width: 30%;
  margin: 0;
  padding: 0 0 13px;
  font-size: 2.5em;
  font-weight: bold;
  font-family: 'Libre Baskerville', serif; }
  .ccm-page .logo a {
    display: block;
    text-decoration: none;
    color: #ffffff; }
    .ccm-page .logo a:visited {
      text-decoration: none;
      color: #ffffff; }
    .ccm-page .logo a:focus, .ccm-page .logo a:hover {
      color: #9fceb5; }

.ccm-page .breadcrumb a {
  color: #4972bc; }
  .ccm-page .breadcrumb a:visited {
    color: #4972bc; }
  .ccm-page .breadcrumb a:focus {
    outline: 2px dotted #265f5c; }
  .ccm-page .breadcrumb a:hover, .ccm-page .breadcrumb a:focus, .ccm-page .breadcrumb a:active {
    color: #265f5c; }

.ccm-page .company-title {
  padding-left: 18px;
  background: url(../images/bg_ttl.png) no-repeat left center;
  font-family: "Noto Serif", serif;
  font-size: 2.5em;
  font-weight: bold; }

.ccm-page .col-twobox, .ccm-page .col-threebox {
  margin: 0;
  padding: 0; }

.ccm-page .row .col-sm-4, .ccm-page .row col-sm-6 {
  margin: 0;
  padding: 0; }

.ccm-page .row:after {
  clear: both;
  content: "";
  display: block; }

.ccm-page .col-twobox-part, .ccm-page .row .col-sm-6 {
  float: left;
  margin-right: 5.9%;
  margin-bottom: 40px;
  width: 47%;
  list-style: none; }

.ccm-page .col-twobox-part:nth-child(even), .ccm-page .row .col-sm-6:nth-child(even) {
  margin-right: 0; }

.ccm-page .two-box-long {
  float: left;
  margin-right: 8px;
  width: 67.29%; }
  .ccm-page .two-box-long ul {
    padding: 0;
    list-style: none; }

.ccm-page .two-box-short {
  float: right;
  width: 28%; }

.ccm-page .col-threebox-part, .ccm-page .row .col-sm-4 {
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
  width: 32%;
  list-style: none; }

.ccm-page .col-threebox-part:nth-child(3), .ccm-page .col-threebox-part:nth-child(6) {
  margin-right: 0; }

.ccm-page .row .col-sm-4:nth-child(3), .ccm-page .row .col-sm-4:nth-child(6) {
  margin-right: 0; }

.ccm-page .future-parts {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  padding-right: 1%;
  color: #2a2526;
  text-decoration: none; }
  .ccm-page .future-parts:visited {
    color: #2a2526; }
  .ccm-page .future-parts:hover, .ccm-page .future-parts:focus, .ccm-page .future-parts:active {
    color: #265f5c;
    -webkit-filter: saturate(150%);
    filter: saturate(150%); }
  .ccm-page .future-parts h2 {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 0;
    width: 42%;
    border-bottom: none; }
  .ccm-page .future-parts img {
    clear: left;
    float: left;
    margin-right: 38px; }
    .ccm-page .future-parts img:hover, .ccm-page .future-parts img:focus {
      -webkit-filter: saturate(100%);
      filter: saturate(100%); }
  .ccm-page .future-parts p {
    overflow: hidden;
    margin-bottom: 0; }

.ccm-page .first-parts {
  background: #b7d7e8; }

.ccm-page .second-parts {
  background: #dce0e7; }

.ccm-page .new-future-parts {
  position: relative;
  display: block;
  min-height: 349px;
  background: #e2f8d0;
  color: #2a2526;
  text-align: center;
  text-decoration: none; }
  .ccm-page .new-future-parts:visited {
    color: #2a2526; }
  .ccm-page .new-future-parts:hover, .ccm-page .new-future-parts:focus, .ccm-page .new-future-parts:active {
    color: #265f5c;
    -webkit-filter: saturate(150%);
    filter: saturate(150%); }
  .ccm-page .new-future-parts h2 {
    padding: 208px 11% 0;
    border-bottom: none; }
  .ccm-page .new-future-parts img {
    position: absolute;
    top: 18px;
    left: 48px; }
    .ccm-page .new-future-parts img:hover, .ccm-page .new-future-parts img:focus {
      -webkit-filter: saturate(100%);
      filter: saturate(100%); }
  .ccm-page .new-future-parts p {
    margin-bottom: 0;
    padding: 0 11%; }

.ccm-page .image-box {
  display: block;
  padding-bottom: 40px;
  background: #ffffff;
  text-decoration: none; }
  .ccm-page .image-box:visited {
    color: #2a2526; }
  .ccm-page .image-box:hover, .ccm-page .image-box:focus, .ccm-page .image-box:active {
    color: #265f5c; }
  .ccm-page .image-box h2, .ccm-page .image-box p {
    margin-bottom: 10px;
    padding: 0 3%;
    border-bottom: none; }

.ccm-page .top-title {
  margin-bottom: 60px;
  border-bottom: none;
  line-height: 1.1;
  text-align: center;
  font-family: "Noto Serif",serif;
  font-size: 2.5em;
  font-weight: bold; }

.ccm-page .list-mark dt, .ccm-page .list-mark li {
  margin-bottom: 5px;
  padding-left: 24px;
  background: url(../images/icon-arrow01.png) no-repeat 0 0;
  list-style: none; }

.ccm-page .list-mark dt {
  background-position: 0 6px; }

.ccm-page .list-mark dd {
  margin-left: 24px; }

.ccm-page .list-mark span {
  display: block; }

.ccm-page .subnav-link {
  margin-right: -5%;
  padding-left: 0; }
  .ccm-page .subnav-link li {
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 8px; }

.ccm-page .company-btn, .ccm-page .btn {
  display: inline-block;
  margin: 0;
  padding: 2.5% 5% 2.8%;
  background: #d1d8e0;
  border: 1px solid #385579;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 3px;
  color: #2a2526;
  cursor: pointer; }

.ccm-page .company-btn:visited, .ccm-page .btn:visited {
  color: #2a2526; }

.ccm-page .company-btn:hover, .ccm-page .btn:hover, .ccm-page .company-btn:focus, .ccm-page .btn:focus {
  background: #98a8ba;
  color: #264047; }

.ccm-page .company-btn:focus, .ccm-page .btn:focus {
  border-color: #385579; }

.ccm-page section .company-btn, .ccm-page section .btn {
  padding: 1.5% 5% 1.8%; }

.ccm-page section .btn-primary {
  padding: 2.5% 5% 2.8%; }

.ccm-page .copyright {
  margin: 0;
  font-size: 0.9em; }

.ccm-page nav[aria-label="breadcrumb"] {
  margin: 0;
  padding: 0; }

.ccm-page .breadcrumb {
  list-style: none;
  margin-bottom: 30px;
  padding: 0; }
  .ccm-page .breadcrumb li {
    display: inline-block; }
    .ccm-page .breadcrumb li:last-child {
      margin-right: 0; }
    .ccm-page .breadcrumb li:after {
      content: ">";
      margin: 0 15px; }
  .ccm-page .breadcrumb .active:after {
    content: "";
    margin: 0; }

.ccm-page .ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0); }

.ccm-page .page-title {
  margin-bottom: 15px;
  font-size: 2.1em;
  font-family: "Noto Serif", serif; }

.ccm-page .page-date {
  display: inline-block;
  margin-bottom: 10px; }

.ccm-page .ccm-block-page-list-wrapper {
  margin-bottom: 35px; }

.ccm-page .ccm-pagination-wrapper {
  position: relative;
  float: left;
  margin: 0 auto 55px;
  width: 100%;
  text-align: center; }
  .ccm-page .ccm-pagination-wrapper ul {
    position: absolute;
    left: 0%;
    width: 100%; }

.ccm-page .pagination > li > a, .ccm-page .pagination > li > span {
  float: none;
  background-color: #ffffff;
  border-color: #314a6a; }

.ccm-page .pagination > li:first-child > a, .ccm-page .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.ccm-page .pagination > .active > a, .ccm-page .pagination > .active > span, .ccm-page .pagination > .active > a:hover, .ccm-page .pagination > .active > span:hover, .ccm-page .pagination > .active > a:focus, .ccm-page .pagination > .active > span:focus {
  background-color: #385579;
  border-color: #314a6a;
  color: #ffffff; }

.ccm-page .pagination > li > a:hover, .ccm-page .pagination > li > span:hover, .ccm-page .pagination > li > a:focus, .ccm-page .pagination > li > span:focus, .ccm-page .pagination > li > a, .ccm-page .pagination > li > span {
  background-color: #d1d8e0;
  border-color: #879faf;
  color: #385579; }

.ccm-page .pagination > li > a, .ccm-page .pagination > li > span {
  padding: 6px 12px 6px 15px;
  background-color: #ffffff; }

.ccm-page .pagination > li > a {
  padding: 6px 15px 6px 18px; }

.ccm-page .main-content .ccm-block-next-previous-wrapper {
  clear: both;
  margin-bottom: 20px;
  padding: 15px 10px 0;
  border: 1px solid #cccccc;
  text-align: center; }

.ccm-page .main-content .ccm-block-next-previous-header, .ccm-page .main-content .ccm-block-next-previous-previous-link, .ccm-page .main-content .ccm-block-next-previous-next-link, .ccm-page .main-content .ccm-block-next-previous-parent-link {
  display: inline-block;
  width: 15%;
  border-right: 1px solid #cccccc; }

.ccm-page .main-content .ccm-block-next-previous-header h5 {
  margin-bottom: 0; }

.ccm-page div.ccm-block-type-form span.text-muted {
  opacity: 0.8; }

.ccm-page #searchResults {
  margin-top: 1.12em;
  padding: 2%;
  background: #f8f9fC; }

.ccm-page .searchResult {
  padding-left: 18px; }
  .ccm-page .searchResult h3 {
    padding-left: 18px;
    background: url(../images/icon-arrow01.png) no-repeat left center; }
  .ccm-page .searchResult a {
    border-bottom: none; }
  .ccm-page .searchResult span {
    background: #e8ffe8 !important; }

.ccm-page .image-frame {
  padding: 1%;
  background: #ffffff;
  border: 1px solid #d1d8e0; }

.ccm-page .left-justify {
  float: left;
  margin: 0 3% 1% 0;
  line-height: 1;
  vertical-align: top; }

.ccm-page .s-nav-btn {
  display: none; }

.ccm-page .grade-list {
  margin-top: 60px;
  padding: 0;
  width: 90%;
  list-style-type: none; }

.ccm-page .grade-list-item {
  float: left;
  position: relative;
  width: 30%;
  background: #e8e9f3;
  text-align: center;
  vertical-align: top;
  font-size: 1.5em; }

.ccm-page .grade-list-item-best {
  top: -10px;
  width: 40%;
  z-index: 2;
  box-shadow: 0px 0px 5px 1px #bebfcb; }
  .ccm-page .grade-list-item-best .grade-list-important {
    top: 85px; }
  .ccm-page .grade-list-item-best .grade-btn {
    margin-top: 50px;
    margin-bottom: 10px; }
  .ccm-page .grade-list-item-best .grade-list-desc {
    padding: 5% 8% 6%; }
    .ccm-page .grade-list-item-best .grade-list-desc:last-child {
      padding: 5.5% 8% 9.2%; }

.ccm-page .grade-list-ttl {
  padding: 8% 13% 20% 8%;
  background: #c9d0f3; }

.ccm-page .grade-list-ttl-att {
  padding-bottom: 16%;
  background: #b4bff3; }

.ccm-page .grade-list-important {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -46px;
  padding-top: 22px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 1px 2px 5px 2px #bebfcb inset;
  border-radius: 50%; }

.ccm-page .grade-btn {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 8%; }
  .ccm-page .grade-btn .company-btn {
    padding: 4.5% 10% 4.8%; }

.ccm-page .grade-list-desc {
  margin: 0 auto;
  padding: 8%;
  width: 80%;
  border-top: 1px solid #d6dbf3;
  border-bottom: 1px solid #d6dbf3; }
  .ccm-page .grade-list-desc:last-child {
    border-top: none;
    border-bottom: none; }

/* clone nav for hamburger nav */
.v-h {
  display: none; }

/* breadcrumb */
.ccm-autonav-breadcrumb-sep {
  display: inline-block;
  margin-bottom: 10px; }

/*-- Header --*/
.ccm-page header {
  position: fixed;
  top: 0;
  left: 0;
  height: 4em;
  background-color: #16365c;
  color: #ffffff;
  z-index: 3; }

/*-- Nav --*/
.ccm-page .global-nav {
  width: 66%;
  float: right; }

.ccm-page .ccm-responsive-navigation {
  margin: 0;
  padding: 0;
  text-align: right; }
  .ccm-page .ccm-responsive-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ccm-page .ccm-responsive-navigation li {
    position: relative;
    display: inline-block;
    margin-left: 1%;
    margin-bottom: 0; }
    .ccm-page .ccm-responsive-navigation li:first-child {
      margin-left: 0; }
  .ccm-page .ccm-responsive-navigation a {
    position: relative;
    display: block;
    padding: 20px 25px;
    text-align: center;
    text-decoration: none;
    color: #ffffff; }
    .ccm-page .ccm-responsive-navigation a:visited {
      text-decoration: none;
      color: #ffffff; }
     .ccm-page .ccm-responsive-navigation .f-nav:before, .ccm-page .ccm-responsive-navigation a:focus:before, .ccm-page .ccm-responsive-navigation li:hover:before {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #587442;
      content: '';
      width: 100%;
      height: 100%;
      color: #ffffff;
      -webkit-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
      z-index: -1; }
    .ccm-page .ccm-responsive-navigation li.nav-selected:before {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #587442;
      content: '';
      width: 100%;
      height: 100%;
      color: #ffffff;
      -webkit-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
      z-index: -1; }
    .ccm-page .ccm-responsive-navigation a:visited.nav-selected:before {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #587442;
      content: '';
      width: 100%;
      height: 100%;
      color: #ffffff;
      -webkit-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
      z-index: -1; }

/* dropdown menu */
.ccm-page .ccm-responsive-navigation ul ul {
  display: none;
  margin: 0; }

.ccm-page .ccm-responsive-navigation [aria-label="submenu"] li {
  width: 100%; }

.ccm-page .ccm-responsive-navigation [aria-label="submenu"] a {
  padding: 10px 2%; }

    .ccm-page .ccm-responsive-navigation [aria-label="submenu"] a:hover, .ccm-page .ccm-responsive-navigation [aria-label="submenu"] a:focus, .ccm-page .ccm-responsive-navigation [aria-label="submenu"] .nav-selected a {
      background-color: #fff;
      color: #587442; }

    .ccm-page .ccm-responsive-navigation [aria-label="submenu"] a:focus:before, .ccm-page .ccm-responsive-navigation [aria-label="submenu"] li:hover:before, .ccm-page .ccm-responsive-navigation [aria-label="submenu"] a:visited.nav-selected:before, .ccm-page .ccm-responsive-navigation [aria-label="submenu"] li.nav-selected:before {
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent;
      content: '';
      width: auto;
      height: auto;
      color: #ffffff;
      -webkit-transform: none;
      -o-transform: none;
      transform: none;
      z-index: auto; }

.ccm-page ul[aria-hidden="true"] {
  display: none; }

.ccm-page [aria-haspopup="true"]:after {
  content: " \25BC";
  vertical-align: middle;
  font-size: 8px; }

.ccm-page [aria-haspopup="true"] + ul[aria-hidden="false"], .ccm-page .ccm-responsive-navigation li:hover ul {
  display: block;
  position: absolute;
  left: -12px;
  padding: 5%;
  width: 100%;
  background: #587442;
  z-index: 50; }

.ccm-page [aria-haspopup="true"] + ul[aria-hidden="false"] li {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    width: auto; }
/* end... */

/*-- siteimage --*/
.ccm-page #siteimage {
  padding-top: 4em; }

/*-- Main --*/
.ccm-page #main {
  padding: 0 0 70px;
  background-color: #ffffff;
  color: #2a2526; }

.ccm-page .main-box {
  z-index: 1; }

.page-type-page #main, .page-type-portfolio #main, .page-type-blog #main, .page-type-blog-entry #main, .page-template-right-sidebar #main, .page-template-left-sidebar #main, .ccm-page .underlayer #main, .page-template-search #main {
  padding: 4em 0 40px;
  min-height: 650px; }

.page-template-home #main {
  padding: 0; }

/* Management screen When Editing */
.page-template-home .main-top .ccm-block-edit {
  margin-top: 0; }

.ccm-page .main-middle {
  position: relative;
  overflow: hidden;
  top: -155px;
  padding: 30px 0 30px; }
  .ccm-page .main-middle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 67.3%;
    margin: 2% -10% 0;
    background: #4382a3;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.ccm-page .main-middle-inner {
  padding: 100px 10px 120px;
  color: #2a2526; }

.ccm-page .main-bottom {
  margin-top: -340px;
  padding: 15px 0 0;
  background: #ffffff;
  color: #2a2526; }

/*! jQuery UI - v1.11.4 - 2016-01-26
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* accordion Modified little by milk.*/
/* tabmenue Modified little by milk.*/
.ccm-page .ui-accordion .ui-accordion-header:focus {
  outline: 2px dotted #769238; }

.ccm-page .ui-corner-all {
  border-top-right-radius: 0; }

.ui-corner-top, .ccm-page .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0; }

.ccm-page .ui-corner-all, .ui-corner-top, .ccm-page .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0; }

.ccm-page .ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
  /* This icons is image that had been packed in jQuery UI - v1.11.4.(http://jqueryui.com/) */ }

.ccm-page .ui-corner-all {
  border-bottom-right-radius: 0; }

.ccm-page .ui-state-active a {
  color: #454545; }
  .ccm-page .ui-state-active a :link, .ccm-page .ui-state-active a :visited {
    color: #454545; }

.ui-corner-bottom, .ccm-page .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0; }

.ccm-page .ui-corner-all, .ui-corner-bottom, .ccm-page .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0; }

.ccm-page .ui-accordion .ui-accordion-header, .ccm-page .ui-accordion .ui-accordion-content {
  margin-bottom: 30px; }

.ccm-page .ui-accordion .ui-state-active {
  margin-bottom: 0; }

.ccm-page .ui-accordion-header-active {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545; }

.ccm-page .ui-tabs {
  border: none; }
  .ccm-page .ui-tabs .ui-tabs-nav {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #dddddd; }
    .ccm-page .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      display: block;
      width: 100%; }

.ccm-page .ui-tabs-active {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-bottom: none; }
  .ccm-page .ui-tabs-active:focus {
    outline: 2px dotted #769238; }

.ccm-page .ui-tabs .ui-tabs-nav li {
  margin: 1px 0.5em 0 0;
  list-style: none; }
  .ccm-page .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px; }

.ccm-page .ui-tabs-panel {
  padding: 1em 0.4em;
  width: 100%; }
  .ccm-page .ui-tabs-panel ul {
    margin: 0;
    padding: 0;
    width: 101%;
    list-style-type: none; }
    .ccm-page .ui-tabs-panel ul li {
      overflow: hidden;
      float: left;
      margin-right: 1.3%;
      margin-bottom: 32px;
      width: 32%;
      list-style-type: none; }

/* jQuery UI END */
/*-- Aside --*/
.ccm-page aside a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px dotted #d1d8e0;
  text-decoration: none; }

.ccm-page aside ul ul {
  margin-left: 5%; }

.ccm-page aside .ccm-block-topic-list-wrapper, .ccm-page aside .ccm-custom-style-container, .ccm-page aside .ccm-block-social-links, .ccm-page aside .ccm-block-next-previous-wrapper, .ccm-page aside .ccm-block-date-navigation-wrapper {
  margin-bottom: 30px; }

.ccm-page .ccm-block-topic-list-wrapper h2, .ccm-page .ccm-custom-style-container h2, .ccm-page .ccm-block-social-links h2 {
  margin-bottom: 5px; }

.ccm-block-next-previous-wrapper h2 {
  margin-bottom: 5px; }

.ccm-page aside .ccm-block-social-links a, .ccm-page aside .ccm-block-share-this-page a {
  border-bottom: none; }

.ccm-page .ccm-block-topic-list-header {
  margin-bottom: 5px; }

.ccm-page .ccm-block-topic-list-page-topics, .ccm-page .ccm-block-topic-list-list, .ccm-page .ccm-block-date-navigation-dates {
  padding-left: 0;
  list-style-type: none; }

.ccm-page .ccm-block-topic-list-page-topics li, .ccm-page .ccm-block-topic-list-list li, .ccm-page .ccm-block-date-navigation-dates li, .ccm-page .ccm-block-page-list-page-entry, .ccm-page .ccm-block-next-previous-wrapper p {
  margin-bottom: 15px; }

.ccm-page .ccm-block-topic-list-page-topics li a, .ccm-page .ccm-block-topic-list-list li a, .ccm-page .ccm-block-date-navigation-dates li a {
  text-decoration: none; }

/*-- footer --*/
.ccm-page footer {
  color: #ffffff; }

.ccm-page footer a {
  color: #ffffff; }
  .ccm-page footer a:visited {
    color: #ffffff; }
  .ccm-page footer a:hover, .ccm-page footer a:focus {
    color: #f6fff6; }
  .ccm-page footer a:focus {
    outline: 2px dotted #f6fff6; }
  .ccm-page footer a img:hover {
    -webkit-transform: rotate(15deg);
    -ms-transform-origin: rotate(15deg);
    transform: rotate(15deg); }

.ccm-page footer-nav a:focus {
  color: #f6fff6; }

.ccm-page .footer-nav {
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 0; }
  .ccm-page .footer-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 2% -10% 0;
    background: #5b799d url(../images/bg-footer-nav.png) no-repeat right bottom;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .ccm-page .footer-nav h2 {
    border-bottom: none;
    font-size: 1.5em;
    font-family: "Noto Serif",serif; }

.ccm-page .footer-nav-inner {
  padding: 95px 10px 120px;
  color: #ffffff; }

.ccm-page .footer-copyright {
  clear: both;
  background: #16365c; }

.ccm-page .copyright {
  list-style: none;
  text-align: right; }

/*--  smaller than 1165px --*/
@media screen and (max-width: 1165px) {
  /*-- Layout Module --*/
  .ccm-page nav, .ccm-page #main-box, .ccm-page .footer-nav-inner-box, .ccm-page .footer-copyright-inner {
    max-width: none; }
  .ccm-page .main-middle {
    padding: 30px 0 520px; }
    .ccm-page .main-middle:before {
      margin: 5% -10% 0; }
  .ccm-page .main-bottom {
    margin-top: -800px; }
  .ccm-page .footer-nav-inner {
    padding: 10px 10px 120px; }
  .ccm-page .footer-nav-inner-box {
    position: relative;
    top: 90px; }
    .ccm-page .footer-nav-inner-box .col-threebox-part, .ccm-page .footer-nav-inner-box .col-twobox-part {
      text-align: center; }
  .ccm-page header {
    height: 4.8em; }
  /* Management screen When Editing */
  .ccm-panel-ready .ccm-page .global-nav {
    width: 50%; }
  /*-- Skip Style --*/
  p#skip {
    display: none; }
  /*-- Common Style --*/
  .ccm-page .main-content, .ccm-page aside {
    float: none;
    width: auto; }
  .ccm-page .logo {
    width: 40%; }
  .ccm-page .col-threebox-part, .ccm-page .col-twobox-part {
    display: block;
    float: none;
    margin: 0 auto 30px;
    width: 100%; }
  .ccm-page .row .col-sm-4, .ccm-page .row .col-sm-6 {
    display: block;
    float: none;
    margin: 0 auto 30px;
    width: 100%; }
  .ccm-page .col-threebox-part:last-child, .ccm-page .col-twobox-part:last-child {
    margin: 0 auto 30px; }
  .ccm-page .row .col-sm-4:last-child, .ccm-page .row col-sm-6:last-child {
    margin: 0 auto 30px; }
  .ccm-page .image-box {
    margin: 0 auto;
    padding: 20px 1%;
    width: 50%;
    text-align: center; }
  /*-- Form Style --*/
  .ccm-page input, .ccm-page textarea, .ccm-page select, .ccm-page section .ccm-search-block-text {
    width: 94%; }
  .ccm-page .ccm-search-block-text {
    margin-bottom: 15px;
    padding: 3%; }
  .ccm-page section .ccm-search-block-text {
    padding: 5%;
    width: 90%; }
  .ccm-page input, .ccm-page textarea, .ccm-page select {
    padding: 12px; }
  /*-- nav --*/
     .ccm-page .ccm-responsive-navigation a:focus:before, .ccm-page .ccm-responsive-navigation li:hover:before, .ccm-page .ccm-responsive-navigation li.nav-selected:before, .ccm-page .ccm-responsive-navigation a:visited.nav-selected:before {
      display: none;
/*      position: relative;
      top: auto;
      left: auto;
      background-color: transparent;
      content: '';
      width: auto;
      height: auto;
      color: #ffffff;
      -webkit-transform: none;
      -o-transform: none;
      transform: none;
      z-index: auto; */ }
      div.ccm-page #navigation ul li a:focus, div.ccm-page #navigation ul li a:visited:focus, div.ccm-page #navigation ul li a:visited:hover, div.ccm-page #navigation ul li a:hover, div.ccm-page #navigation ul a.nav-selected, div.ccm-page #navigation ul a.nav-selected:visited {
      color: #a2b296; }
/* dropdown menu */
  .ccm-page .ccm-responsive-navigation a + ul, .ccm-page .ccm-responsive-navigation li:hover ul {
    position: relative;
    left: 0;
    padding: 0 0 0 2.5em;
    width: auto;
    background: transparent;
    z-index: auto; }
  .ccm-page .ccm-responsive-navigation ul ul {
    display: block;
    padding-left: 2.5em; }
  div.ccm-page #navigation [aria-label="submenu"] a {
    margin: 0;
  }
  .ccm-page .ccm-responsive-navigation ul ul li {
    margin: 0; }
  /* long nav case */
  div.ccm-page #navigation {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }

  /*-- siteimage --*/
  .ccm-page #siteimage {
    padding-top: 4.8em; }
  /*-- Main --*/
  .page-type-page #main, .page-type-portfolio #main, .page-type-blog #main, .page-type-blog-entry #main, .page-template-right-sidebar #main, .page-template-left-sidebar #main, .page-template-search #main {
    padding: 4.8em 3% 30px;
    background-image: none; }
  .page-template-home #main {
    padding: 0 0 30px; }
  /*-- footer --*/
  .ccm-page .footer-nav-inner {
    padding: 10px 10px 60px; }
  .ccm-page .footer-nav-inner-box {
    top: 100px; }
  .ccm-page .col-threebox-part {
    margin: 0 auto 15px; }
    .ccm-page .col-threebox-part h2 {
      margin-bottom: 0; } }

/*--  smaller than 1126px --*/
@media screen and (max-width: 1126px) {
  /*-- Form Style --*/
  .ccm-page input, .ccm-page textarea, .ccm-page select {
    margin-bottom: 15px; }
  /*-- Common Style --*/
  .ccm-page .two-box-long, .ccm-page .two-box-short {
    float: none;
    width: auto; }
  .ccm-page .two-box-long {
    margin-right: 0; }
  .ccm-page .new-future-parts {
    overflow: hidden;
    min-height: 0;
    text-align: left; }
  .ccm-page .two-box-short img {
    position: relative;
    clear: left;
    float: left;
    top: 0;
    left: 0;
    margin-right: 38px;
    padding: 10px 80px; }
  .ccm-page .future-parts h2, .ccm-page .future-parts p {
    float: right;
    width: 58%; }
  .ccm-page .two-box-short h2 {
    display: inline-block;
    float: right;
    margin-top: 18px;
    padding: 0;
    width: 58% }
  .ccm-page .two-box-short p {
    float: right;
    margin-bottom: 0;
    padding: 0;
    width: 58% }
  .ccm-page .grade-list-ttl {
    padding-bottom: 25%; }
  .ccm-page .grade-list-ttl-att {
    padding-bottom: 20%; }
  .ccm-page .company-btn, .ccm-page .btn {
    padding: 6% 5%;
    width: 97%; }
  .ccm-page section .company-btn, .ccm-page section .btn {
    padding: 6% 5%;
    width: 100%; } }

/*--  smaller than 1046px --*/
@media screen and (max-width: 1046px) {
  /*-- Common Style --*/
  .ccm-page .future-parts h2, .ccm-page .future-parts p, .ccm-page .two-box-short h2, .ccm-page .two-box-short p {
    width: 50%; } }

/*--  smaller than 960px --*/
@media screen and (max-width: 960px) {
  /*-- Common Style --*/
  .ccm-page .grade-list-item-best .grade-btn {
    margin-top: 55px;
    margin-bottom: 45px; }
  .ccm-page .left-justify {
    float: none; } }

/*--  smaller than 877px --*/
@media screen and (max-width: 877px) {
  /*-- Common Style --*/
  .ccm-page .future-parts h2, .ccm-page .future-parts p, .ccm-page .two-box-short h2,.ccm-page .two-box-short p {
    width: 35%; } }

/*--  smaller than 782px --*/
@media screen and (max-width: 782px) {
  /* Management screen When Editing */
  .ccm-panel-ready .ccm-page .logo {
    width: 50%;
    font-size: 0.7em; } }

/*--  smaller than 768px --*/
@media screen and (max-width: 768px) {
  /*-- Layout Module --*/
  .ccm-page .main-middle:before {
    margin: 15% -10% 0; }
  .ccm-page .main-middle .main-middle-inner {
    padding: 150px 0 120px; }
  /*-- Common Style --*/
  .ccm-page .logo {
    width: 70%; }
  .ccm-page .col-sm-8 {
    margin-right: 0;
    width: auto; }
  .ccm-page a.ccm-block-page-list-rss-feed {
    right: 0; }
  .ccm-page .image-box {
    width: auto; }
  .ccm-page .future-parts h2 {
    width: 35%; }
  .ccm-page .main-content .ccm-block-next-previous-wrapper {
    padding-top: 0; }
  .ccm-page .main-content .ccm-block-next-previous-header, .ccm-page .main-content .ccm-block-next-previous-previous-link, .ccm-page .main-content .ccm-block-next-previous-next-link {
    display: block;
    padding: 15px 0;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #cccccc; }
  .ccm-page .main-content .ccm-block-next-previous-parent-link {
    display: block;
    padding: 15px 0;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    border-bottom: none; }
  .ccm-page .main-content .ccm-block-next-previous-previous-link, .ccm-page .main-content .ccm-block-next-previous-next-link, .ccm-page .main-content .ccm-block-next-previous-parent-link {
    margin-bottom: 0; }
  .ccm-page .grade-list-ttl {
    padding-bottom: 37%; }
  .ccm-page .grade-list-ttl-att {
    padding-bottom: 30%; }
  .ccm-page .grade-list-item-best .grade-btn {
    margin-top: 55px;
    margin-bottom: 46px; }
  /*-- Main --*/
  .ccm-page .ccm-pagination-wrapper {
    margin-bottom: 50px;
    padding-left: 0; }
  /*! jQuery UI - v1.11.4 - 2016-01-26
  * http://jqueryui.com
  * Copyright jQuery Foundation and other contributors; Licensed MIT */
  /* tabmenue Modified little by milk.*/
  .ccm-page .ui-tabs .ui-tabs-nav li {
    width: 30%;
    white-space: normal; }
  .ccm-page .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    word-break: break-all; }
  .ccm-page .ui-tabs-panel ul li {
    margin-bottom: 1.3%; }
  /* jQuery UI END */ }

/*--  smaller than 680px --*/
@media screen and (max-width: 680px) {
  /*-- Image Module --*/
  .ccm-page svg {
    height: 331px; }
  /*-- Layout Module --*/
  .ccm-page .main-middle:before {
    margin: 20% -10% 0; }
  .ccm-page .main-middle {
    padding: 30px 0 500px; }
  /*-- Common Style --*/
  .ccm-page .future-parts h2, .ccm-page .future-parts p, .ccm-page .two-box-short h2, .ccm-page .two-box-short p {
    float: none;
    width: auto; }
  .ccm-page .future-parts, .ccm-page .new-future-parts {
    position: relative;
    padding-bottom: 10px;
    text-align: center; }
  .ccm-page .future-parts img {
    position: absolute;
    top: 0;
    left: 0; }
  .ccm-page .future-parts h2 {
    margin-top: 172px;
    margin-bottom: 5px;
    width: auto; }
  .ccm-page .new-future-parts img {
    position: absolute;
    top: 0;
    left: 33%;
    margin-right: 0;
    padding: 10px 0 0; }
  .ccm-page .new-future-parts h2 {
    margin-top: 197px;
    margin-bottom: 0; }
  .ccm-page .new-future-parts h2 {
    width: auto; }
  .ccm-page .grade-list {
    margin: 60px auto 0;
    width: 80%; }
  .ccm-page .grade-list-item {
    float: none;
    margin-bottom: 20px;
    width: auto; }
  .ccm-page .grade-list-item-best {
    top: 0;
    width: auto;
    z-index: auto;
    box-shadow: none; }
  .ccm-page .company-btn, .ccm-page .btn {
    width: 100%; }
  /*-- footer --*/
  .ccm-page .footer-nav-inner-box {
    top: 70px; } }

/*--  smaller than 678px --*/
@media only screen and (max-width: 678px) {
  .ccm-page .new-future-parts h2, .ccm-page .future-parts h2, .ccm-page .new-future-parts p, .ccm-page .future-parts p {
    padding: 0 3%; }
  /*-- Layout Module --*/
  .ccm-page .main-bottom {
    margin-top: -760px; }
  /*-- Common Style --*/
  .ccm-page .grade-list-ttl {
    padding-bottom: 25%; }
  .ccm-page .grade-btn {
    margin-top: 40px;
    margin-bottom: 20px; }
  .ccm-page .grade-list-item-best .grade-list-ttl {
    padding-bottom: 28%; }
  .ccm-page .grade-list-item-best .grade-btn {
    margin-top: 40px;
    margin-bottom: 20px; } }

/*--  smaller than 568px --*/
@media only screen and (max-width: 568px) {
  /*-- Image Module --*/
  .ccm-page #siteimage img {
    position: relative;
    left: -135px;
    width: 150%;
    max-width: none; }
  /* Management screen When Editing */
  .ccm-panel-ready .ccm-page #siteimage img {
    left: 0;
    max-width: 100%;
    width: auto; }
  /*-- Layout Module --*/
  .ccm-page .footer-nav-inner {
    padding: 2px 10px 52px; }
  /*-- Common Style --*/
  .ccm-page .future-parts h2, .ccm-page .new-future-parts h2 {
    line-height: 1.1;
    font-size: 1.5em; } }

/*--  smaller than 434px --*/
@media only screen and (max-width: 434px) {
  /*-- Common Style --*/
  .ccm-page .new-future-parts img {
    left: 25%; } }

/*--  smaller than 434px --*/
@media only screen and (max-width: 434px) {
  /*-- Image Module --*/
  .ccm-page svg {
    height: 260px; }
  .ccm-page .ccm-pagination-wrapper ul {
    position: relative;
    padding: 0; }
  .ccm-page .pagination > li {
    display: block;
    margin-bottom: 20px; }
  .ccm-page .pagination > .active > a, .ccm-page .pagination > .active > span, .ccm-page .pagination > .active > a:hover, .ccm-page .pagination > .active > span:hover, .ccm-page .pagination > .active > a:focus, .ccm-page .pagination > .active > span:focus {
    padding: 6px 15px 6px 17px; }
  .ccm-page .pagination > li:first-child > a, .ccm-page .pagination > li:first-child > span {
    padding: 6px 28px; }
  .ccm-page .pagination > li:last-child > a, .ccm-page .pagination > li:last-child > span {
    padding: 6px 28px; }
  /*-- Layout Module --*/
  .ccm-page .main-bottom {
    margin-top: -780px; } }

/*--  smaller than 414px --*/
@media only screen and (max-width: 414px) {
  /*-- Image Module --*/
  .ccm-page #siteimage img {
    left: -100px; }
  /*-- Layout Module --*/
  .ccm-page .main-middle {
    padding: 30px 0 520px; }
    .ccm-page .main-middle:before {
      width: 140%;
      margin: 20% -20% 0; }
  .ccm-page .main-middle-inner {
    padding: 150px 10px 150px; }
  .ccm-page .new-future-parts img {
    left: 25%; } }

/*--  smaller than 375px --*/
@media only screen and (max-width: 375px) {
  /*-- Image Module --*/
  .ccm-page #siteimage img {
    left: -95px; }
  .ccm-page svg {
    height: 220px; }
  /*-- Layout Module --*/
  .ccm-page .main-middle:before {
    margin: 30% -20% 0;
    width: 140%; }
  .ccm-page .main-bottom {
    margin-top: -760px; }
  /*-- Forms Module --*/
  .ccm-page select {
    width: 110px; }
  .ccm-page .field-select {
    width: 100%; }
  /*-- Common Style --*/
  .ccm-page .logo {
    position: relative;
    top: 8px;
    width: 75%;
    font-size: 2.3em; }
  .ccm-page .col-threebox-part:first-child .ornament-frame {
    margin: 0 auto; }
  .ccm-page .new-future-parts img {
    left: 20%; }
  .ccm-page .future-parts h2 {
    margin-top: 168px; }
  .ccm-page .top-title {
    margin-bottom: 10px; } }

/*--  smaller than 360px --*/
@media only screen and (max-width: 360px) {
  /*-- Common Style --*/
  .ccm-page .new-future-parts img {
    left: 20%; } }

/*--  smaller than 320px --*/
@media only screen and (max-width: 320px) {
  /*-- Image Module --*/
  .ccm-page #siteimage img {
    left: -85px; }
  /*-- Common Style --*/
  .ccm-page .new-future-parts img {
    left: 17%; }
  .ccm-page .future-parts h2 {
    margin-top: 142px; } }