@charset "UTF-8";
/* --------------------------------------------------
* all
* -------------------------------------------------- */
/*.column2_container {
	display: block;
	width: 100%;
	letter-spacing: calc(-10rem * .625);
	vertical-align: top;
}

.column2_item {
	display: inline-block;
	width: 50%;
	letter-spacing: calc(0.1rem * .625);
	text-align: center;
	vertical-align: top;
}*/
.ccm-page {
  /* --------------------------------------------------
  * top
  * -------------------------------------------------- */
  /* --------------------------------------------------
  * tab
  * -------------------------------------------------- */
  /* --------------------------------------------------
  * product
  * -------------------------------------------------- */
  /* --------------------------------------------------
  * tablet
  * -------------------------------------------------- */
  /* --------------------------------------------------
  	* sp
  	* -------------------------------------------------- */
}
.ccm-page .column2_container {
  /*	display: table;
  	width: 100%;
  	vertical-align: top;
  	text-align: center;*/
  display: block;
  width: 100%;
  letter-spacing: -0.3125rem;
  position: relative;
}
.ccm-page .column2_item {
  /*	display: table-cell;
  	width: 50%;
  text-align: center;
  vertical-align: top;*/
  display: inline-block;
  width: 50%;
  letter-spacing: 0.0625rem;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.ccm-page .col2-mg-20,
.ccm-page .col2-mg-30,
.ccm-page .col2-mg-40 {
  width: auto;
}
.ccm-page .col2-mg-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.ccm-page .col2-mg-20 .column2_item {
  padding-left: 10px;
  padding-right: 10px;
}
.ccm-page .col2-mg-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.ccm-page .col2-mg-30 .column2_item {
  padding-left: 15px;
  padding-right: 15px;
}
.ccm-page .col2-mg-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.ccm-page .col2-mg-40 .column2_item {
  padding-left: 20px;
  padding-right: 20px;
}
.ccm-page .column2_item img {
  width: 100%;
  height: auto;
}
.ccm-page .column4_container {
  display: block;
  width: 100%;
  letter-spacing: -0.3125rem;
  position: relative;
}
.ccm-page .column4_item {
  display: inline-block;
  width: 25%;
  letter-spacing: 0.0625rem;
  text-align: center;
  vertical-align: top;
}
.ccm-page .btn {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  border: 1px solid #ffffff;
  padding: 15px 60px;
  border-radius: 30px;
  position: relative;
  transition: 0.2s;
}
.ccm-page .btn:before {
  content: url("../../img/home/arrow_white.png");
  top: 15px;
  right: 15px;
  position: absolute;
}
.ccm-page .btn:hover {
  background: #fff;
  color: #020e46;
}
.ccm-page .btn:hover:before {
  content: url("../../img/home/arrow_blue.png");
  top: 15px;
  right: 15px;
  position: absolute;
}
.ccm-page .btn_blank {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  border: 1px solid #ffffff;
  padding: 15px 60px;
  border-radius: 30px;
  position: relative;
  transition: 0.2s;
}
.ccm-page .btn_blank:hover {
  background: #fff;
  color: #020e46;
}
.ccm-page .btn_blank:hover:before {
  content: url("../../img/home/arrow_blank_blue.png");
  top: 17px;
  right: 15px;
  position: absolute;
}
.ccm-page .btn_blank:before {
  content: url("../../img/home/arrow_blank.png");
  top: 17px;
  right: 15px;
  position: absolute;
}
.ccm-page a.link_menu:hover .btn_blank {
  background: #fff;
  color: #020e46;
}
.ccm-page a.link_menu:hover .btn_blank:before {
  content: url("../../img/home/arrow_blank_blue.png");
}
.ccm-page a.link_menu:hover .btn {
  background: #fff;
  color: #020e46;
}
.ccm-page a.link_menu:hover .btn:before {
  content: url("../../img/home/arrow_blue.png");
}
.ccm-page a.link_menu:hover .btn_blank {
  background: #fff;
  color: #020e46;
}
.ccm-page a.link_menu:hover .btn_blank:before {
  content: url("../../img/home/arrow_blank_blue.png");
}
.ccm-page .subheading {
  font-size: 1.625rem;
  color: #fff;
  padding: 0 0 25px 0;
}
.ccm-page .u-show_sp {
  display: none;
}
.ccm-page .u-show_device {
  display: none;
}
.ccm-page .subtitle {
  font-size: 1.3125rem;
  text-align: center;
  color: #1065b0;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.ccm-page .subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 80px;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #66b8e1;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}
.ccm-page #top_kv {
  background: url(../../img/home/kv.png) center bottom/cover no-repeat;
  text-align: center;
  width: 100%;
  height: 600px;
  position: relative;
}
.ccm-page #top_kv_main {
  display: block;
  letter-spacing: -3.125rem;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%; /* Safari用 */
  transform: translateY(-50%);
  width: 416px;
}
.ccm-page #top_kv_main img {
  width: 100%;
}
.ccm-page .kv_copy {
  background: #1065b0;
  padding: 50px;
}
.ccm-page #top_kv_slide {
  height: 500px;
  background: #1065b0;
  text-align: center;
  overflow: hidden;
}
.ccm-page #top_kv_slide ul.bxslider li {
  height: 500px;
}
.ccm-page #top_kv_slide ul.bxslider li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ccm-page #top_content_slide {
  height: 280px;
  background: #1065b0;
  text-align: center;
}
.ccm-page #top_content_slide ul.bxslider li {
  height: 280px;
}
.ccm-page #top_kv_slide a:hover,
.ccm-page #top_content_slide a:hover {
  text-decoration: none;
}
.ccm-page #top_content_product {
  background-color: #1065b0;
  font-size: 1.25rem;
  color: #fff;
  padding: 63px 0 70px 0;
  position: relative;
}
.ccm-page #top_content_product:before {
  content: "";
  position: absolute;
  top: 107px;
  left: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 33px 33px 0;
  border-color: transparent #1065b0 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #1065b0 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
}
.ccm-page #top_content_product .subheading {
  font-size: 1.875rem;
  color: #fff;
  padding: 0 0 30px 0;
}
.ccm-page #top_content_font,
.ccm-page #top_content_guide,
.ccm-page #top_content_mtstore,
.ccm-page #top_content_ladybird {
  padding: 80px 0;
}
.ccm-page #top_content_font {
  background: url(../../img/home/top_content1.png) center bottom/cover no-repeat;
}
.ccm-page #top_content_guide {
  background: url(../../img/home/top_content2.png) center bottom/cover no-repeat;
}
.ccm-page #top_content_mtstore {
  background: url(../../img/home/top_content3.png) center bottom/cover no-repeat;
}
.ccm-page #top_content_ladybird {
  background: url(../../img/home/top_content4.png) center bottom/cover no-repeat;
}
.ccm-page #news {
  background: url(../../img/home/bg_news.png) center bottom/cover no-repeat;
  color: #fff;
  font-size: 0.75rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 60px 60px 60px;
}
.ccm-page #news h3 {
  font-size: 1.4375rem;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  font-weight: 200;
}
.ccm-page #news h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
.ccm-page .news_box {
  text-align: center;
  margin: 0 auto;
  max-width: 1400px;
  padding: 60px 0 0 0;
}
.ccm-page .news_list {
  width: 100%;
  margin: 40px 0 25px 0;
  display: block;
}
.ccm-page .news_list li {
  padding: 8px 30px;
  text-align: left;
  line-height: 1.8;
}
.ccm-page #news .btn_container {
  margin: 0 auto;
}
.ccm-page #news .column2_container .e-data {
  display: block;
}
.ccm-page #news .btn {
  color: #fff;
  display: block;
  font-size: 0.75rem;
  border: 1px solid #ffffff;
  padding: 10px 0;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
  margin: 0 30px;
  transition: 0.2s;
}
.ccm-page #news .btn:hover {
  color: #020e46;
}
.ccm-page #news .btn:before {
  content: url("../../img/home/arrow_white.png");
  top: 11px;
  right: 15px;
  position: absolute;
}
.ccm-page #news .btn:hover:before {
  content: url("../../img/home/arrow_blue.png");
  top: 11px;
  right: 15px;
  position: absolute;
}
.ccm-page #news .e-data {
  padding: 0 20px 0 0;
}
.ccm-page #news .e-title a {
  color: #fff;
  text-decoration: underline;
  transition: 0.2s;
}
.ccm-page #news .e-title a:hover {
  color: #fff;
  text-decoration: none;
}
.ccm-page .list_bnr {
  padding: 40px 5px;
  margin: 0 auto;
  max-width: 960px;
  /*letter-spacing: -15px;*/
  text-align: center;
}
.ccm-page .list_bnr li {
  display: inline-block;
  padding: 0 5px 15px 0;
}
.ccm-page .list_bnr a {
  display: block;
  padding: 0 5px;
}
.ccm-page .btn span {
  text-decoration: none;
}
.ccm-page .top_network {
  background: #eeeeee;
  font-size: 0.46875rem;
}
.ccm-page .top_network h3 {
  margin: 0 0 55px 0;
}
.ccm-page .top_network_container {
  table-layout: fixed;
  display: table;
}
.ccm-page #top_network_left {
  display: table-cell;
  width: 420px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  position: relative;
}
.ccm-page #top_network_right {
  display: table-cell;
  width: auto;
  font-size: 0.8125rem;
  text-align: left;
  padding: 60px;
}
.ccm-page #top_network_left:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: -49px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 33px;
  border-color: transparent transparent transparent #ffffff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
  transform: translate(-50%, -50%);
}
.ccm-page .section_block {
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
  padding: 60px;
  line-height: 1.5;
  font-size: 0.8125rem;
}
.ccm-page .js-tab {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 6px solid #020e46;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.ccm-page .js-tab > div {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 50%;
  color: #fff;
  cursor: pointer;
  background-color: #aaaaaa;
  transition-property: background-color, color;
  transition-duration: 200ms;
  padding: 25px;
  position: relative;
}
.ccm-page .js-tab > div.active {
  background-color: #020e46;
  color: #fff;
  padding: 25px;
  margin: -1px 0 0 0;
}
.ccm-page .js-tab_content {
  display: none;
}
.ccm-page .js-tab_content.active {
  display: block;
}
.ccm-page .js-tab_content .btn {
  color: #020e46;
  display: inline-block;
  font-size: 0.8125rem;
  border: 1px solid #020e46;
  border-radius: 30px;
  position: relative;
  transition: 0.2s;
}
.ccm-page .js-tab_content .btn:before {
  content: url("../../img/home/arrow_blue.png");
  top: 16px;
  right: 15px;
  position: absolute;
}
.ccm-page .js-tab_content .btn_blank {
  color: #020e46;
  font-size: 0.75rem;
  border: 1px solid #020e46;
  border-radius: 30px;
  transition: 0.2s;
}
.ccm-page .js-tab_content .btn_blank:before {
  content: url("../../img/home/arrow_blank_blue.png");
  top: 17px;
  right: 15px;
  position: absolute;
}
.ccm-page .js-tab .tab_product:before {
  content: url("../../img/home/arrow_white_under.png");
  top: 25px;
  right: 30px;
  position: absolute;
}
.ccm-page .js-tab .tab_solution:before {
  content: url("../../img/home/arrow_white_under.png");
  top: 25px;
  right: 30px;
  position: absolute;
}
.ccm-page .js-tab_content a.link_menu:hover .btn_blank {
  background: #020e46;
  color: #fff;
}
.ccm-page .js-tab_content a.link_menu:hover .btn_blank:before {
  content: url("../../img/home/arrow_white.png.png");
}
.ccm-page .js-tab_content a.link_menu:hover .btn {
  background: #020e46;
  color: #fff;
}
.ccm-page .js-tab_content a.link_menu:hover .btn:before {
  content: url("../../img/home/arrow_white.png");
}
.ccm-page .js-tab_content .link_menu:hover .btn_blank {
  background: #fff;
  color: #020e46;
}
.ccm-page .js-tab_content a.link_menu:hover .btn_blank:before {
  content: url("../../img/home/arrow_blank.png");
}
.ccm-page #top_content_print,
.ccm-page #top_content_label,
.ccm-page #top_content_wideFormat,
.ccm-page #top_content_ctp,
.ccm-page #top_content_workFlow,
.ccm-page #top_content_trastNetwork,
.ccm-page #top_content_industryPrint,
.ccm-page #top_content_ofsetPrint,
.ccm-page #top_content_digitalBook,
.ccm-page #top_content_font2,
.ccm-page #top_content_transpromo,
.ccm-page #top_content_label2,
.ccm-page #top_content_display,
.ccm-page #top_content_paper {
  padding: 7% 0;
  color: #020e46;
  background: no-repeat center center;
  background-size: cover;
}
.ccm-page #top_content_ofsetPrint,
.ccm-page #top_content_digitalBook,
.ccm-page #top_content_transpromo,
.ccm-page #top_content_label2,
.ccm-page #top_content_display,
.ccm-page #top_content_paper {
  color: #020e46;
}
.ccm-page #top_content_print {
  background-image: url(../../img/home/top_product_content1.png);
}
.ccm-page #top_content_label {
  background-image: url(../../img/home/top_product_content2.png);
}
.ccm-page #top_content_wideFormat {
  background-image: url(../../img/home/top_product_content3.png);
}
.ccm-page #top_content_ctp {
  background-image: url(../../img/home/top_product_content4.png);
}
.ccm-page #top_content_workFlow {
  background-image: url(../../img/home/top_product_content5.png);
}
.ccm-page #top_content_font2 {
  background-image: url(../../img/home/top_product_content6.png);
}
.ccm-page #top_content_trastNetwork {
  background-image: url(../../img/home/top_product_content7.png);
}
.ccm-page #top_content_industryPrint {
  background-image: url(../../img/home/top_product_content8.png);
}
.ccm-page #top_content_ofsetPrint {
  background-image: url(../../img/home/top_product_content9.png);
}
.ccm-page #top_content_digitalBook {
  background-image: url(../../img/home/top_product_content10.png);
}
.ccm-page #top_content_transpromo {
  background-image: url(../../img/home/top_product_content11.png);
}
.ccm-page #top_content_label2 {
  background-image: url(../../img/home/top_product_content12.png);
}
.ccm-page #top_content_paper {
  background-image: url(../../img/home/top_product_content13.png);
}
.ccm-page #top_content_display {
  background-image: url(../../img/home/top_product_content14.png);
}
.ccm-page #top_subContent_other,
.ccm-page #top_subContent_userVoice,
.ccm-page #top_subContent_outPut,
.ccm-page #top_subContent_downlord {
  padding: 5% 0;
}
.ccm-page #top_subContent_other {
  background: url(../../img/home/top_content1.png) center bottom/cover no-repeat;
}
.ccm-page #top_subContent_userVoice {
  background: url(../../img/home/top_content2.png) center bottom/cover no-repeat;
}
.ccm-page #top_subContent_outPut {
  background: url(../../img/home/top_content3.png) center bottom/cover no-repeat;
}
.ccm-page #top_subContent_downlord {
  background: url(../../img/home/top_content3.png) center bottom/cover no-repeat;
}
.ccm-page .tab_solution .column3_item {
  height: 315px;
}
.ccm-page .js-tab_content .subheading {
  color: #020e46;
}
.ccm-page .tab_solution .column2_container {
  width: 100%;
  letter-spacing: -0.3125rem;
  position: relative;
}
.ccm-page .tab_solution .column2_container .column2_item {
  display: inline-block;
  width: 50%;
  letter-spacing: 0.0625rem;
  text-align: center;
  vertical-align: top;
}
.ccm-page .tab_solution .column3_container {
  width: 100%;
  letter-spacing: -0.3125rem;
  position: relative;
}
.ccm-page .tab_solution .column2_container .column3_item {
  display: inline-block;
  width: 33.3%;
  letter-spacing: 0.0625rem;
  text-align: center;
  vertical-align: top;
}
.ccm-page main {
  width: 100%;
  margin: 0 auto;
}
.ccm-page .panel-radios {
  display: none;
}
.ccm-page main p {
  line-height: 1.8;
}
.ccm-page .column3_container {
  display: block;
  width: 100%;
  letter-spacing: -3.125rem;
  position: relative;
}
.ccm-page .column3_item {
  display: inline-block;
  width: 33.3%;
  letter-spacing: 0.0625rem;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .ccm-page .u-show_sp {
    display: inline-block;
  }
  .ccm-page #kv_copy,
  .ccm-page #kv_map {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .ccm-page .btn {
    padding: 15px 10px;
    width: 80%;
  }
  .ccm-page .btn_blank {
    padding: 15px 0;
    width: 80%;
  }
  .ccm-page .list_bnr li {
    padding: 0 0 10px 0;
  }
  .ccm-page #news {
    padding: 0 20px 60px 20px;
  }
  .ccm-page #news .btn {
    margin: 0 auto;
  }
  .ccm-page .top_network h3 {
    margin: 0 0 35px 0;
  }
  .ccm-page .column4_item {
    width: 50%;
  }
  .ccm-page .u-show_device {
    display: inline-block;
  }
  .ccm-page ul#tabs-list li label.panel-label {
    font-size: 0.875em;
  }
  .ccm-page .section_block {
    padding: 40px;
  }
}
.ccm-page .object-fit-img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 767px) {
  body {
    margin: 0 auto;
  }
  .ccm-page img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
  }
  .ccm-page .section_block {
    padding: 40px 20px;
  }
  .ccm-page .column2_item {
    width: 100%;
    margin: 0 0 0 0;
    display: block;
  }
  .ccm-page #news .column2_item {
    width: 100%;
    margin: 0 0 60px 0;
  }
  .ccm-page .column3_item {
    width: 100%;
  }
  .ccm-page .column4_container {
    width: 100%;
    display: block;
    letter-spacing: -0.3125rem;
    font-size: 0;
    line-height: 0;
  }
  .ccm-page .column4_item {
    width: 50%;
    margin: 0;
  }
  .ccm-page .btn {
    padding: 10px 0;
    width: 80%;
    font-size: 0.5625rem;
    letter-spacing: 0.8px;
  }
  .ccm-page .btn:before {
    top: 12px;
    right: 15px;
  }
  .ccm-page .btn_blank {
    padding: 10px 0;
    width: 80%;
    font-size: 0.5625rem;
    letter-spacing: 0.8px;
  }
  .ccm-page .btn_blank:before {
    content: url(../../img/home/arrow_blank.png);
    top: 12px;
    right: 10px;
    position: absolute;
  }
  .ccm-page .subheading {
    line-height: 1.25;
    font-size: 0.8125rem;
  }
  .ccm-page .u-show_sp {
    display: inline-block;
  }
  .ccm-page .u-show_device {
    display: none;
  }
  .ccm-page #kv_map {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
  }
  .ccm-page #top_kv {
    width: 100%;
    height: 200px;
  }
  .ccm-page #top_kv_main {
    width: 50%;
  }
  .ccm-page #top_kv_slide,
  .ccm-page #top_kv_slide ul.bxslider li {
    height: 200px;
  }
  .ccm-page .kv_copy {
    padding: 20px;
  }
  .ccm-page #top_content_slide {
    height: 100%;
  }
  .ccm-page #top_content_product {
    padding: 30px 0 40px 0;
  }
  .ccm-page #top_content_product:before {
    content: none;
  }
  .ccm-page #top_content_product .subheading {
    padding: 0 0 20px 0;
    font-size: 1.25rem;
  }
  .ccm-page #top_content_font,
  .ccm-page #top_content_guide,
  .ccm-page #top_content_mtstore,
  .ccm-page #top_content_ladybird,
  .ccm-page #top_subContent_other,
  .ccm-page #top_subContent_userVoice,
  .ccm-page #top_subContent_outPut,
  .ccm-page #top_subContent_downlord,
  .ccm-page #top_content_print,
  .ccm-page #top_content_label,
  .ccm-page #top_content_wideFormat,
  .ccm-page #top_content_ctp,
  .ccm-page #top_content_workFlow,
  .ccm-page #top_content_font2,
  .ccm-page #top_content_trastNetwork,
  .ccm-page #top_content_industryPrint {
    padding: 35px 0;
  }
  .ccm-page .tab_solution .column3_item {
    height: auto;
  }
  .ccm-page #news {
    padding: 60px 0px 60px 0;
  }
  .ccm-page #news .e-data {
    display: block;
  }
  .ccm-page .news_box {
    padding: 0;
  }
  .ccm-page .news_list {
    margin: 40px 0 20px 0;
  }
  .ccm-page .news_list li {
    padding: 5px 20px;
  }
  .ccm-page .list_bnr li {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .ccm-page .list_bnr li img {
    width: 100%;
  }
  .ccm-page .top_network {
    height: auto;
    max-height: none;
  }
  .ccm-page .list_bnr {
    padding: 40px 0;
    margin: 0 -10px 0 0;
    max-width: 100%;
    width: 100%;
  }
  .ccm-page #top_network_left {
    width: 100%;
    display: block;
  }
  .ccm-page #top_network_right {
    width: 100%;
    display: block;
    padding: 40px 20px;
    line-height: 2;
  }
  .ccm-page #top_network_left:before {
    content: none;
  }
  .ccm-page .js-tab_content .btn {
    padding: 15px 0;
    width: 80%;
    font-size: 0.625rem;
    letter-spacing: 0.8px;
  }
  .ccm-page .js-tab_content .btn_blank {
    padding: 15px 0;
    width: 80%;
    font-size: 0.625rem;
    letter-spacing: 0.8px;
  }
  .ccm-page .js-tab_content .btn_blank:before {
    top: 15px;
    right: 10px;
  }
  .ccm-page .js-tab .tab_product:before {
    top: 35px;
    right: 10px;
  }
  .ccm-page .js-tab .tab_solution:before {
    top: 35px;
    right: 10px;
  }
  .ccm-page .js-tab > div {
    font-size: 0.8125rem;
  }
  .ccm-page .tab_solution .column2_container .column2_item {
    display: block;
    width: 100%;
  }
}
