@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  original.css
 style info :  独自スタイル用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------

共通パーツ／CTAエリア、レイアウトなど

-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  background: #fff;
}

.sp_Hide {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .sp_Hide {
    display: none !important;
  }
}

.pc_Hide {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc_Hide {
    display: block !important;
  }
}

.tablet {
  display: none !important;
}

@media only screen and (max-width: 840px) {
  .tablet {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .tablet {
    display: none !important;
  }
}

.text_red {
  color: #c13b40;
}

.text_orange {
  color: #f56d18;
}

.col_bg {
  background-color: #f7f7f7;
}

.bg_pink {
  background-color: #fbf6f6;
}

.bg_red {
  background-color: #c13b40;
}

.bg_orange {
  background-color: #f56d18;
}

.sec_ttl_center {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media only screen and (max-width: 690px) {
  .sec_ttl_center {
    font-size: 2.4rem;
    text-align: left;
  }
}

.sec_text_center {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec_text_center {
    text-align: left;
  }
}

#contents.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

@media only screen and (max-width: 767px) {
  #contents.inner {
    width: 94%;
    max-width: initial;
  }
}

#contents.inner img {
  width: 100%;
}

#locator_template_c2 .inner {
  margin: 0 auto;
  max-width: 1024px;
}

@media only screen and (max-width: 767px) {
  #locator_template_c2 .inner {
    width: 94%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  #locator_template_c2 .inner li {
    margin-top: 0;
  }
}

#locator_t_under .inner {
  margin: 0 auto;
  max-width: 1024px;
}

@media only screen and (max-width: 767px) {
  #locator_t_under .inner {
    width: 94%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  #locator_t_under .inner li {
    margin-top: 0;
  }
}

.section_head {
  margin: 0 calc(50% - 50vw);
  padding: 0 0 40px;
}

.section_head .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

@media only screen and (max-width: 840px) {
  .section_head .inner {
    width: 90%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .section_head .inner {
    width: 94%;
    max-width: initial;
  }
}

.section {
  margin: 0 calc(50% - 50vw);
  padding: 40px 0;
}

.section .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

@media only screen and (max-width: 840px) {
  .section .inner {
    width: 90%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .section .inner {
    width: 94%;
    max-width: initial;
  }
}

.section-l {
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
}

.section-l .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

@media only screen and (max-width: 840px) {
  .section-l .inner {
    width: 90%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .section-l .inner {
    width: 94%;
    max-width: initial;
  }
}

.sec-top_border {
  border-top: solid 1px #ddd;
}

.ly-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ly-col-3 .item {
  margin-right: 3%;
  width: 31.33%;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .ly-col-3 .item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.ly-col-3 .item:nth-child(3n) {
  margin-right: 0;
}

.ly-col-3 .item:last-child {
  margin-right: 0;
}

.ly-col-3 .item a:hover {
  color: #c13b40 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ly-col-3 .item .item_inner {
  padding: 20px 12px;
}

.ly-col-3 .item .item_inner img {
  width: 100%;
}

.ly-col-3 .item .item_title-c {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

.ly-col-3 .item .item_title-l {
  margin-bottom: 10px;
  text-align: left;
}

.ly-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ly-col-4 .item {
  margin-right: 2%;
  margin-bottom: 10px;
  width: 23.5%;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .ly-col-4 .item {
    margin-right: 2%;
    width: 48%;
  }
}

.ly-col-4 .item:nth-child(4n) {
  margin-right: 0;
}

.ly-col-4 .item:last-child {
  margin-right: 0;
}

.ly-col-4 .item a:hover {
  color: #c13b40 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ly-col-4 .item_inner {
  padding: 20px 12px;
}

.ly-col-4 .item_title-c {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
}

.ly-col-4 .item_title-l {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: left;
}

.bl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl-list dt {
  padding: 20px 2% 20px 0;
  width: 22%;
  font-weight: bold;
  border-bottom: solid 1px #707070;
}

@media only screen and (max-width: 767px) {
  .bl-list dt {
    padding-bottom: 5px;
    width: 100%;
    border-bottom: none;
  }
}

.bl-list dd {
  padding: 20px 0;
  width: 78%;
  border-bottom: solid 1px #707070;
}

@media only screen and (max-width: 767px) {
  .bl-list dd {
    padding-top: 0;
    width: 100%;
  }
}

.bl-list dd a {
  color: #c13b40;
}

.bl-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  #topcontrol {
    display: block !important;
    bottom: 40px !important;
    right: 0 !important;
  }
}

#topcontrol a.pagetop {
  width: 72px;
  height: 72px;
  display: block;
  z-index: 50;
  border: #c13b40;
  background-color: #c13b40;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #topcontrol a.pagetop {
    display: block;
    width: 50px;
    height: 50px;
  }
}

#topcontrol a.pagetop::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #topcontrol a.pagetop::before {
    top: calc(50% - 4px);
    width: 16px;
    height: 16px;
  }
}

#pagetitle.template_c2 {
  position: relative;
  margin: 72px 0 0;
  padding: 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 {
    margin: 80px 0 0;
  }
}

#pagetitle.template_c2 .pagetitle_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#pagetitle.template_c2 .kv-bg_01 {
  background: url(/dcms_media/image/bg_kv_01.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_01 {
    background-position: 0% 40%;
  }
}

#pagetitle.template_c2 .kv-bg_02 {
  background: url(/dcms_media/image/bg_kv_02.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_02 {
    background-position: 74% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_adimo {
  background: url(/dcms_media/image/bg_kv_adimo.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_adimo {
    background-position: 20% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_cvn {
  background: url(/dcms_media/image/bg_kv_cvn.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_cvn {
    background-position: 56% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_cvss {
  background: url(/dcms_media/image/bg_kv_cvss.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_cvss {
    background-position: 56% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_cvn_function {
  background: url(/dcms_media/image/bg_kv_cvn_function.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_cvn_function {
    background-position: 36% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_pos {
  background: url(/dcms_media/image/bg_kv_pos.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#pagetitle.template_c2 .kv-bg_tabpos {
  background: url(/dcms_media/image/bg_kv_pos.jpg) no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_pos {
    background-position: 26% 50%;
  }
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_tabpos {
    background-position: 26% 80%;
  }
}

#pagetitle.template_c2 .kv-bg_rfid {
  background: url(/dcms_media/image/bg_kv_rfid.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_rfid {
    background-position: 23% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_lcv {
  background: url(/dcms_media/image/bg_kv_lcv.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_lcv {
    background-position: 43% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_fc {
  background: url(/dcms_media/image/bg_kv_fc.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_fc {
    background-position: 74% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_ec {
  background: url(/dcms_media/image/bg_kv_ec.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_ec {
    background-position: 74% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_ss {
  background: url(/dcms_media/image/bg_kv_ss.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_ss {
    background-position: 74% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_tn {
  background: url(/dcms_media/image/bg_kv_tn.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_tn {
    background-position: 46% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_lcv_function {
  background: url(/dcms_media/image/bg_kv_lcv_function.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_lcv_function {
    background-position: 64% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_scene {
  background: url(/dcms_media/image/bg_kv_scene.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_scene {
    background-position: 38% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_store {
  background: url(/dcms_media/image/bg_kv_store.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_store {
    background-position: 74% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_warehouse {
  background: url(/dcms_media/image/bg_kv_warehouse.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_warehouse {
    background-position: 68% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_office {
  background: url(/dcms_media/image/bg_kv_office.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_office {
    background-position: 39% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_other {
  background: url(/dcms_media/image/bg_kv_other.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_other {
    background-position: 61% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_solution {
  background: url(/dcms_media/image/bg_kv_solution.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_solution {
    background-position: 30% 60%;
  }
}

#pagetitle.template_c2 .kv-bg_solution_cm {
  background: url(/dcms_media/image/bg_kv_solution_cm.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_solution_cm {
    background-position: 50% 60%;
  }
}

#pagetitle.template_c2 .kv-bg_solution_sm {
  background: url(/dcms_media/image/bg_kv_solution_sm.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_solution_sm {
    background-position: 77% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_solution_payment {
  background: url(/dcms_media/image/bg_kv_solution_payment.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_solution_payment {
    background-position: 39% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_solution_ec {
  background: url(/dcms_media/image/bg_kv_solution_ec.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_solution_ec {
    background-position: 72% 50%;
  }
}

#pagetitle.template_c2 .kv-bg_cvn-download {
  background: url(/dcms_media/image/bg_kv_cvn_download.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .kv-bg_cvn-download {
    background-position: 67% 50%;
  }
}

#pagetitle.template_c2 .pagetitle_block {
  position: relative;
  padding: 50px 0;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .pagetitle_block {
    padding: 50px 20px;
  }
}

#pagetitle.template_c2 .pagetitle_block .pagetitle {
  margin-bottom: 24px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .pagetitle_block .pagetitle {
    font-size: 2.8rem;
  }
}

#pagetitle.template_c2 .pagetitle_block .pagetitle::after {
  display: none;
}

#pagetitle.template_c2 .pagetitle_block .pagetitle_note {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 1024px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 840px) {
  #pagetitle.template_c2 .pagetitle_block .pagetitle_note {
    font-size: 1.6rem;
    width: 90%;
    max-width: initial;
  }
}

#pagetitle.template_c2 .pagetitle_block .pagetitle_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .pagetitle_block .pagetitle_btn_wrap {
    max-width: initial;
  }
}

#pagetitle.template_c2 .pagetitle_block .pagetitle_btn {
  margin: 0 auto;
  width: 246px;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  #pagetitle.template_c2 .pagetitle_block .pagetitle_btn {
    margin-bottom: 20px;
  }
}

#pagetitle.template_c2 .pagetitle_block .pagetitle_btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pagetitle.template_c2 .pagetitle_block .pagetitle_btn a {
  display: block;
  padding: 13px 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#locator_template_c2 {
  margin: 0 0 20px;
  padding: 20px 0;
  font-size: 1.2rem;
  background: #fff;
  border-bottom: none;
}

#locator_template_c2 li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  #locator_template_c2 li {
    margin-top: 50px;
    padding: 8px 0;
  }
}

#locator_template_c2 li::after {
  content: ">";
  margin-left: 6px;
}

#locator_template_c2 li:first-child {
  margin-left: 0;
}

#locator_template_c2 li:last-child::after {
  display: none;
}

#locator_template_c2 li a {
  text-decoration: underline;
}

#locator_t_under {
  margin: 0 0 20px;
  padding: 20px 0;
  font-size: 1.2rem;
  background: #fff;
  border-bottom: none;
}

#locator_t_under li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  #locator_t_under li {
    margin-top: 50px;
    padding: 8px 0;
  }
}

#locator_t_under li::after {
  content: ">";
  margin-left: 6px;
}

#locator_t_under li:first-child {
  margin-left: 0;
}

#locator_t_under li:last-child::after {
  display: none;
}

#locator_t_under li a {
  text-decoration: underline;
}

.bl-cta_area {
  margin-top: 60px;
  padding: 60px;
  min-height: 378px;
  text-align: center;
  background: url(/dcms_media/image/bg_cta.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area {
    padding: 60px 40px;
  }
}

.bl-cta_area .bl-cta_title {
  margin-bottom: 24px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_title {
    margin-bottom: 28px;
    font-size: 2.8rem;
  }
}

.bl-cta_area .bl-cta_note {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.bl-cta_area .bl-cta_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 760px;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_btn-wrap {
    max-width: initial;
  }
}

.bl-cta_area .bl-cta_btn_download {
  width: 360px;
  height: 60px;
}

@media only screen and (max-width: 840px) {
  .bl-cta_area .bl-cta_btn_download {
    width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_btn_download {
    margin-bottom: 10px;
    width: 100%;
  }
}

.bl-cta_area .bl-cta_btn_download a {
  display: block;
  padding: 10px;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #f56d18;
  border: solid 4px #f56d18;
  border-radius: 2px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_btn_download a {
    width: 100%;
  }
}

.bl-cta_area .bl-cta_btn_download a:hover {
  color: #f56d18;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl-cta_area .bl-cta_btn_inquiry {
  width: 360px;
  height: 60px;
}

@media only screen and (max-width: 840px) {
  .bl-cta_area .bl-cta_btn_inquiry {
    width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_btn_inquiry {
    width: 100%;
  }
}

.bl-cta_area .bl-cta_btn_inquiry a {
  display: block;
  padding: 10px;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #c13b40;
  border: solid 4px #c13b40;
  border-radius: 2px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_btn_inquiry a {
    width: 100%;
  }
}

.bl-cta_area .bl-cta_btn_inquiry a:hover {
  color: #c13b40;
  background: #fff;
  border: solid 4px #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl-cta_area .bl-cta_tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 560px;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_tel-wrap {
    max-width: initial;
  }
}

.bl-cta_area .bl-cta_tel-title {
  margin-right: 40px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_tel-title {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.bl-cta_area .bl-cta_tel {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_tel {
    width: 100%;
    text-align: center;
  }
}

.bl-cta_area .bl-cta_tel .tel-number {
  display: block;
  margin-bottom: -10px;
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .bl-cta_area .bl-cta_tel .tel-number {
    width: 100%;
    text-align: center;
  }
}

.bl-ico_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bl-ico_anchor li {
  position: relative;
  margin: 0 20px 30px 0;
  width: 240px;
  max-height: 70px;
  border-bottom: solid 1px #ddd;
  list-style: none;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 840px) {
  .bl-ico_anchor li {
    width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor li {
    margin-right: 0;
    width: 46%;
  }
}

.bl-ico_anchor li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 840px) {
  .bl-ico_anchor li:nth-child(4n) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor li:nth-child(4n) {
    margin-right: 0;
  }
}

.bl-ico_anchor li::after {
  position: absolute;
  top: 20%;
  right: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor li::after {
    width: 8px;
    height: 8px;
  }
}

.bl-ico_anchor li .text_small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor li .text_small {
    font-size: 1.1rem;
  }
}

.bl-ico_anchor li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl-ico_anchor li a {
  display: block;
  padding: 14px 5px 40px 55px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor li a {
    padding: 10px 5px 20px;
  }
}

.bl-ico_anchor li a:hover {
  color: #c13b40;
}

.bl-anchor_col4_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col4_l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bl-anchor_col4_l li {
  position: relative;
  margin: 0 20px 30px 0;
  width: 240px;
  max-height: 70px;
  border-bottom: solid 1px #ddd;
  list-style: none;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col4_l li {
    margin-right: 0;
    width: 48%;
  }
}

.bl-anchor_col4_l li:nth-child(4n) {
  margin-right: 0;
}

.bl-anchor_col4_l li::after {
  position: absolute;
  top: 26%;
  right: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col4_l li::after {
    top: 36%;
    width: 8px;
    height: 8px;
  }
}

.bl-anchor_col4_l li span {
  font-size: 1.4rem;
}

.bl-anchor_col4_l li a {
  display: block;
  padding: 10px 5px 20px 10px;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col4_l li a {
    padding: 10px 5px 20px;
  }
}

.bl-anchor_col4_l li a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl-anchor_col2-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col2-c {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bl-anchor_col2-c li {
  position: relative;
  margin: 0 20px 30px 0;
  padding: 10px 5px 20px 10px;
  width: 45.1%;
  max-height: 70px;
  border-bottom: solid 1px #ddd;
  list-style: none;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col2-c li {
    margin-right: 0;
    padding: 10px 5px 20px;
    width: 48%;
  }
}

.bl-anchor_col2-c li:last-child {
  margin-right: 0;
}

.bl-anchor_col2-c li::after {
  position: absolute;
  top: 20%;
  right: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col2-c li::after {
    width: 8px;
    height: 8px;
  }
}

.bl-anchor_col2-c li span {
  font-size: 1.4rem;
}

.bl-anchor_col2-c li a {
  display: block;
}

.bl-anchor_col2-c li a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl-anchor_col5-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col5-c {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bl-anchor_col5-c li {
  position: relative;
  margin: 0 20px 0 0;
  padding: 10px 5px 20px;
  width: 18.4%;
  max-height: 44px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  list-style: none;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.01rem;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col5-c li {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px 5px 20px;
    width: 48%;
    font-size: 1.3rem;
  }
}

.bl-anchor_col5-c li:last-child {
  margin-right: 0;
}

.bl-anchor_col5-c li::after {
  position: absolute;
  top: 30%;
  right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col5-c li::after {
    width: 8px;
    height: 8px;
  }
}

.bl-anchor_col5-c li span {
  font-size: 1.4rem;
}

.bl-anchor_col5-c li a {
  display: block;
}

.bl-anchor_col5-c li a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 共通パーツ-end */
/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
header.template_c2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

header.template_c2 #header {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 767px) {
  header.template_c2 #header {
    height: 80px;
  }
}

header.template_c2 #header_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 1170px;
  height: 72px;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 #header_area {
    padding: 10px 0;
    width: 100%;
    height: 80px;
  }
}

header.template_c2 #header_logo {
  width: 104px;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 #header_logo {
    width: 130px;
  }
}

header.template_c2 #header_logo a {
  display: block;
}

header.template_c2 #header_logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

header.template_c2 .gnavi_area {
  display: block;
  margin-right: auto;
  margin-left: 0;
  min-width: 67%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 0 0 30px 0;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #fff;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 690px) {
  header.template_c2 .gnavi_area {
    padding: 0 0 80px 0;
  }
}

header.template_c2 .gnavi_area nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area nav {
    position: relative;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header.template_c2 .gnavi_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2vw;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area ul {
    display: block;
    padding-left: 0;
    width: 100%;
    border-top: 1px solid #eee;
    background: #fff;
  }
}

header.template_c2 .gnavi_area ul li {
  margin-right: 0;
  list-style: none;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area ul li {
    width: 100%;
    height: initial;
    margin-right: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
}

header.template_c2 .gnavi_area ul li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area ul li > a {
    display: block;
    padding: 16px 16px;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
  }
}

header.template_c2 .gnavi_area ul li > a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .gnavi_area ul li > a::after {
    display: none;
  }
}

header.template_c2 .gnavi_area ul li > a:hover {
  text-decoration: none;
  color: #c13b40;
}

header.template_c2 .gnavi_area ul li > a:hover::after {
  background-color: #c13b40;
}

header.template_c2 .gnavi_area ul li.main_current a {
  text-decoration: none;
  color: #c13b40;
}

header.template_c2 .gnavi_area ul li.main_current a::after {
  background-color: #c13b40;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .gnavi_btn_sp {
    display: block;
    position: absolute;
    top: 30px;
    width: 60px;
    right: 12px;
    text-align: center;
    line-height: 1;
  }
  header.template_c2 .gnavi_btn_sp .close {
    display: none;
    font-weight: bold;
  }
  header.template_c2 .gnavi_btn_sp .open {
    font-weight: bold;
  }
  header.template_c2 .gnavi_btn_sp.active .close {
    display: block;
    font-weight: bold;
  }
  header.template_c2 .gnavi_btn_sp.active .open {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp_in {
    position: relative;
    width: 26px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
  }
  header.template_c2 .gnavi_btn_sp_in,
  header.template_c2 .gnavi_btn_sp_in span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header.template_c2 .gnavi_btn_sp_in span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
    border-radius: 4px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(1) {
    top: 0;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(2) {
    top: 8px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(3) {
    top: 16px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
            transform: translateY(16px) rotate(-45deg);
    top: -8px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
    opacity: 0;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
            transform: translateY(-16px) rotate(45deg);
    top: 24px;
  }
  header.template_c2 .gnavi_contact.no2 a {
    display: none;
    background: #293337;
  }
}

header.template_c2 .gnavi_contact {
  display: none;
}

@media only screen and (max-width: 767px) {
  header.template_c2 .gnavi_contact {
    display: none;
    padding: 1.5em 24px;
  }
  header.template_c2 .gnavi_contact + .gnavi_contact {
    margin-top: -0.5em;
    padding: 0 24px 1.5em;
  }
  header.template_c2 .gnavi_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ed1c21;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
  }
  header.template_c2 .gnavi_contact a .txt {
    padding-left: 25px;
    background: url("../image/common/icon_mail.png") no-repeat left center/15px auto;
  }
}

header.template_c2 .dtp-tube_area {
  margin-top: 5px;
  max-width: 70px;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 .dtp-tube_area {
    position: relative;
    max-width: 100px;
    margin: 15px auto 0;
  }
}

header.template_c2 .dtp-tube_area img {
  width: 100%;
  display: block;
}

header.template_c2 #contact_area {
  margin-right: 20px;
  width: 120px;
  height: 44px;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 #contact_area {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    margin-right: 0;
    width: 50%;
    z-index: 100;
  }
}

header.template_c2 #contact_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #f56d18;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  border: solid 2px #f56d18;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 #contact_area a {
    border-radius: 0;
  }
}

header.template_c2 #contact_area a:hover {
  color: #f56d18;
  background: #fff;
  border: solid 2px #f56d18;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.template_c2 #contact_area2 {
  width: 120px;
  height: 44px;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 #contact_area2 {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
    z-index: 100;
  }
}

header.template_c2 #contact_area2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #c13b40;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  border: solid 2px #c13b40;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
  header.template_c2 #contact_area2 a {
    border-radius: 0;
  }
}

header.template_c2 #contact_area2 a:hover {
  color: #c13b40;
  background: #fff;
  border: solid 2px #c13b40;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* header-end */
/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
footer.template_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto;
  max-width: 1024px;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 {
    width: 100%;
    max-width: initial;
  }
}

footer.template_c2 .footer_address-area {
  min-width: 380px;
}

@media only screen and (max-width: 840px) {
  footer.template_c2 .footer_address-area {
    width: 100%;
    min-width: initial;
    padding: 0 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer.template_c2 .footer_address-area .footer_logo {
  margin: 0 0 20px 0;
  max-width: 136px;
}

footer.template_c2 .footer_address-area .footer_text {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

footer.template_c2 .footer_address-area .footer_copy {
  font-size: 1rem;
}

footer.template_c2 #footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 644px;
  background: #fff;
}

@media only screen and (max-width: 840px) {
  footer.template_c2 #footer_nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px 30px;
    width: 100%;
    min-width: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

footer.template_c2 #footer_nav .footer_nav_block {
  margin: 0;
  padding: 0;
  width: 100%;
}

footer.template_c2 #footer_nav .footer_nav_block .inner {
  max-width: initial;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .fnav_title {
    margin-bottom: 10px;
  }
}

footer.template_c2 .fnav_title a {
  padding: 0;
  font-size: 1.4rem;
  background: none;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .fnav_title a {
    padding-bottom: 10px;
    border-top: none;
  }
}

footer.template_c2 .fnav_unit-s {
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .fnav_unit-s a {
    font-weight: bold;
  }
}

footer.template_c2 .fnav_unit-s a::before {
  background: none;
}

footer.template_c2 .fnav_unit-l {
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .fnav_unit-l a {
    font-weight: bold;
  }
}

footer.template_c2 .fnav_unit-l a::before {
  background: none;
}

footer.template_c2 .sequence-01 {
  width: 22%;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .sequence-01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}

footer.template_c2 .sequence-02 {
  width: 28%;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .sequence-02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
}

footer.template_c2 .sequence-03 {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .sequence-03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 50%;
  }
}

footer.template_c2 .sequence-04 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .sequence-04 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}

footer.template_c2 .fnav_list li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  footer.template_c2 .fnav_list li {
    display: none;
  }
}

footer.template_c2 .fnav_list li a {
  position: relative;
  padding-left: 10px;
}

footer.template_c2 .fnav_list li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 4px;
  height: 1px;
  background: #000;
  background-image: none;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* footer-end */
/*-----------------------------------------------------------------

TOPページ

-----------------------------------------------------------------*/
.main-kv {
  position: relative;
  margin: 72px 0 0;
  padding: 0;
  min-height: 500px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main-kv {
    margin: 80px 0 0;
  }
}

.main-kv .main-kv_effect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.main-kv .main-kv_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 640px;
  background: url(/dcms_media/image/bg_mv.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_bg {
    background-position: 74% 60%;
  }
}

.main-kv .main-kv_block {
  margin: 0 auto;
  width: 80%;
  max-width: 1024px;
  z-index: 1;
  background: url(/dcms_media/image/bg_mv_item.png) no-repeat;
  background-position: 100% 50%;
  background-size: 386px auto;
}

@media only screen and (max-width: 1100px) {
  .main-kv .main-kv_block {
    background-position: 100% 70%;
    background-size: 300px auto;
  }
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_block {
    margin: 60px auto;
    width: 92%;
    background-position: 100% 64%;
    background-size: 192px auto;
  }
}

.main-kv .main-kv_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-kv .main-kv_title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.08em;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_title {
    font-size: 3.6rem;
    line-height: 1.2;
    text-shadow: none;
  }
}

.main-kv .main-kv_note {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_note {
    font-weight: bold;
    line-height: 1.6;
    text-shadow: 2px 2px 10px #333;
  }
}

@media only screen and (max-width: 1100px) {
  .main-kv .main-kv_note {
    margin-bottom: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_note {
    margin-bottom: 140px;
    font-size: 1.6rem;
  }
}

.main-kv .main-kv_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 540px) {
  .main-kv .main-kv_btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: initial;
  }
}

.main-kv .main-kv_btn_download {
  width: 246px;
  height: 60px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_btn_download {
    margin-bottom: 15px;
  }
}

.main-kv .main-kv_btn_download a {
  display: block;
  padding: 10px;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #f56d18;
  border: solid 4px #f56d18;
  border-radius: 2px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_btn_download a {
    width: 100%;
  }
}

.main-kv .main-kv_btn_download a:hover {
  color: #f56d18;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-kv .main-kv_btn_inquiry {
  width: 246px;
  height: 60px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.main-kv .main-kv_btn_inquiry a {
  display: block;
  padding: 10px;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #c13b40;
  border: solid 4px #c13b40;
  border-radius: 2px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .main-kv .main-kv_btn_inquiry a {
    width: 100%;
  }
}

.main-kv .main-kv_btn_inquiry a:hover {
  color: #c13b40;
  background: #fff;
  border: solid 4px #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-btn_wide a {
  min-width: 246px;
}

.bl-top-forte_main-title {
  font-size: 3.2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-top-forte_main-title {
    font-size: 2.8rem;
  }
}

.bl-top-forte_lead {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-top-forte_lead {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.6;
  }
}

.bl-top-forte_note {
  margin-bottom: 75px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-top-forte_note {
    margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.bl-top-forte_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.bl-top-forte_list li {
  position: relative;
  margin-top: 120px;
  padding-top: 110px;
  max-width: 296px;
}

@media only screen and (max-width: 767px) {
  .bl-top-forte_list li {
    margin-top: 130px;
    padding-top: 130px;
    max-width: initial;
  }
}

.bl-top-forte_list li .item_inner {
  padding: 0 10px 20px;
}

.bl-top-forte_img {
  position: absolute;
  top: -110px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .bl-top-forte_img {
    top: -90px;
    left: 8%;
    right: 8%;
  }
}

.bl-top-forte_title {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-top-forte_title {
    font-size: 1.8rem;
  }
}

.bl-top-forte_title-s {
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}

.bl-top-solution {
  margin-bottom: -80px;
  padding: 80px 0 40px;
}

@media only screen and (max-width: 767px) {
  .bl-top-solution .sec_ttl_center {
    font-size: 2.8rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top-solution .sec_text_center {
    text-align: center;
  }
}

.bl-top-scene_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .bl-top-scene_list .bl-shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.bl-top-scene_list li {
  max-width: 225px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .bl-top-scene_list li {
    margin-bottom: 20px !important;
    max-width: 178px;
  }
  .bl-top-scene_list li:nth-child(2n) {
    margin-right: 0;
  }
}

.bl-top-scene_list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .bl-top-scene_list li .item_inner {
    padding: 20px 24px;
  }
  .bl-top-scene_list li .item_inner figure {
    max-width: 120px;
  }
}

.bl-top-scene_list li .item_inner a {
  color: #333;
}

.bl-top-scene_list li .item_inner a:hover {
  text-decoration: none;
}

.bl-top-scene_list_title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-top-scene_list_title {
    font-size: 2.4rem;
  }
}

.bl-top-scene_title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-top-scene_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.resp-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 40px;
}

.resp-tabs-list li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  min-height: 56px;
  color: #c13b40;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  border: solid 1px #c13b40;
  background: #fff;
  list-style: none;
}

.resp-tabs-list li:hover {
  position: relative;
  color: #fff;
  background: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.resp-tabs-list li:hover::after {
  position: absolute;
  bottom: -8px;
  left: 43%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.resp-tabs-container {
  margin: 30px 0 50px;
}

.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 30px 40px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 840px) {
  .resp-tab-content {
    padding: 10px;
    background-color: #e5e5e5;
  }
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
}

.resp-tab-active {
  background-color: #c13b40;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

@media only screen and (max-width: 840px) {
  .resp-tab-content {
    margin-bottom: 20px;
  }
}

.resp-accordion {
  position: relative;
  margin: 0px;
  padding: 10px 15px;
  font-size: 1.6rem;
}

.resp-accordion::after {
  position: absolute;
  bottom: 42%;
  left: 92%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: transparent;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.resp-tab-active {
  background: #c13b40;
}

/*-----------Accordion styles-----------*/
.resp-tab-active {
  position: relative;
  color: #fff !important;
  background: #c13b40 !important;
}

@media only screen and (max-width: 840px) {
  .resp-tab-active {
    margin-bottom: 0 !important;
  }
}

.resp-tab-active::after {
  position: absolute;
  bottom: -8px;
  left: 43%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

@media only screen and (max-width: 840px) {
  .resp-tab-active::after {
    position: absolute;
    bottom: 30%;
    left: 92%;
    width: 10px;
    height: 10px;
    background: transparent;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    z-index: 1;
  }
}

.resp-easy-accordion .resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c13b40;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c13b40;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.resp-accordion:first-child {
  border-top: 1px solid #c13b40 !important;
}

@media only screen and (max-width: 840px) {
  .resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block;
    margin-bottom: 16px;
    color: #c13b40;
    border: solid 1px #c13b40;
    text-align: center;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c13b40;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c13b40 !important;
  }
}

.bl-top-solution_list li {
  margin-bottom: 20px;
  max-width: 300px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
}

@media only screen and (max-width: 840px) {
  .bl-top-solution_list li {
    max-width: initial;
  }
}

.bl-top-solution_list li .item_inner {
  padding: 20px 16px !important;
}

@media only screen and (max-width: 840px) {
  .bl-top-solution_list li .item_inner {
    padding: 14px 0 !important;
  }
}

.bl-top-solution_list li .item_inner .item_title-c {
  margin-bottom: 0;
}

.bl-top-solution_list li a {
  color: #c13b40;
}

.bl-top-solution_list li a:hover {
  color: #333;
  text-decoration: none;
}

.bl-top-solution_list li figure {
  margin: 0 auto -20px;
  max-width: 290px;
}

@media only screen and (max-width: 840px) {
  .bl-top-solution_list li figure {
    display: none;
  }
}

.bl-top-solution_list li figure img {
  width: 100%;
  height: auto;
}

.bl-top-solution_list li p {
  color: #333;
  font-size: 1.4rem;
}

@media only screen and (max-width: 840px) {
  .bl-top-solution_list li .item_title-c {
    color: #333;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top_case-customer_section .sec_ttl_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top_case-customer_section .sec_text_center {
    text-align: center;
  }
}

.bl-top_case-customer {
  margin-bottom: 10px;
  padding: 50px 50px 26px;
}

@media only screen and (max-width: 767px) {
  .bl-top_case-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 50px;
    padding: 20px 20px 10px;
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
}

.bl-top_case-customer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .bl-top_case-customer_list {
    min-width: 1640px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -webkit-animation: scrollAnime 20s linear infinite 0.2s both;
            animation: scrollAnime 20s linear infinite 0.2s both;
  }
  @-webkit-keyframes scrollAnime {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes scrollAnime {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
}

.bl-top_case-customer_list li {
  margin: 0 20px 24px 0;
  max-width: 136px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .bl-top_case-customer_list li {
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .bl-top_case-customer_list li img {
    width: 100% !important;
    height: auto;
  }
}

.bl-top_case-customer_list li:nth-child(6n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .bl-top_case-customer_list li:nth-child(6n) {
    margin-right: 3%;
  }
}

.bl-top_case-study_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

@media only screen and (max-width: 840px) {
  .bl-top_case-study_list {
    margin: 0 auto;
    width: 90%;
  }
}

.bl-top_case-study_list li {
  margin-right: 46px;
  max-width: 310px;
  list-style: none;
}

@media only screen and (max-width: 840px) {
  .bl-top_case-study_list li {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: initial;
  }
}

.bl-top_case-study_list li:nth-child(3n) {
  margin-right: 0;
}

.bl-top_case-study_list li figure {
  margin-bottom: 20px;
}

.bl-top_case-study_list li a {
  display: block;
}

.bl-top_case-study_list li a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl-top_case-study_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.bl-top_case-study_item time {
  font-size: 1.6rem;
}

.bl-top_case-study_item .tag {
  display: block;
  padding: 5px 14px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  background: #c13b40;
  border-radius: 4px;
}

.bl-top_case-study_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.slick-prev {
  width: 40px !important;
  height: 46px !important;
  background: #c13b40 !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 840px) {
  .slick-prev {
    position: absolute;
    top: 22% !important;
    left: -4% !important;
  }
}

.slick-prev::before {
  display: none;
}

@media only screen and (max-width: 840px) {
  .slick-prev::before {
    display: block;
    background: transparent !important;
  }
}

.slick-prev::after {
  top: 13px !important;
  width: 18px !important;
  height: 18px !important;
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}

.slick-next {
  width: 40px !important;
  height: 46px !important;
  background: #c13b40 !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 840px) {
  .slick-next {
    position: absolute;
    top: 22% !important;
    right: -4% !important;
  }
}

.slick-next::before {
  display: none;
}

@media only screen and (max-width: 840px) {
  .slick-next::before {
    display: block;
    background: transparent !important;
  }
}

.slick-next::after {
  top: 13px !important;
  width: 18px !important;
  height: 18px !important;
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}

.slick-dots {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .bl-top_dtp-tube .sec_ttl_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top_flow {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top_flow .sec_ttl_center {
    text-align: center;
  }
}

.bl-top_flow_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 14px;
  padding: 20px 30px;
  max-width: 980px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 840px) {
  .bl-top_flow_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 10px 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.bl-top_flow_item:last-child::after {
  display: none;
}

.bl-top_flow_item::after {
  position: absolute;
  bottom: -8%;
  left: 45%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24.8px;
  border-color: transparent transparent transparent #c13b40;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
}

@media only screen and (max-width: 840px) {
  .bl-top_flow_item::after {
    bottom: -3%;
    right: -50%;
  }
}

.bl-top_flow_title_area {
  margin-right: 5%;
  width: 28%;
  color: #c13b40;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-top_flow_title_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 20px;
    width: 94%;
    text-align: left;
  }
}

.bl-top_flow_title_area .bl-top_flow_step {
  margin-bottom: 10px;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .bl-top_flow_title_area .bl-top_flow_step {
    margin-bottom: 0;
    width: 30%;
  }
}

.bl-top_flow_title_area .bl-top_flow_step .number {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .bl-top_flow_title_area .bl-top_flow_step .number {
    display: inline-block;
    margin-right: 5px;
  }
}

.bl-top_flow_title_area h3 {
  font-size: 2.6rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .bl-top_flow_title_area h3 {
    margin: 0;
    width: 70%;
    font-size: 2.2rem;
    letter-spacing: -0.05rem;
  }
}

.bl-top_flow_img {
  margin-right: 10%;
  width: auto;
  max-width: 140px;
  max-height: 174px;
}

@media only screen and (max-width: 767px) {
  .bl-top_flow_img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.bl-top_flow_img img {
  width: 100%;
  height: auto;
}

.bl-top_flow_list {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .bl-top_flow_list {
    margin: 0 auto;
    width: 80%;
  }
}

.bl-top_flow_list li {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .bl-top_flow_list li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top_news .sec_ttl_center {
    text-align: center;
  }
}

.bl-top_news_wrap {
  margin: 30px 0 60px;
  padding-top: 30px;
  border-top: solid 1px #c13b40;
}

.bl-top_news dl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: solid 1px #ccc;
}

.bl-top_news dl dd a {
  color: #333;
}

.bl-top_news dl dd a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.bl-top_news dl dd a .rss_new {
  color: #c13b40;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #c13b40;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.tab_label {
  cursor: pointer;
  margin: 0 40px 24px 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media only screen and (max-width: 767px) {
  .tab_label {
    margin: 0 30px 16px 0;
  }
}

.tab_label:hover {
  color: #c13b40;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab_switch:checked + .tab_label {
  color: #c13b40;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab_switch:checked + .tab_label + .tab_content {
  display: block;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.tab_switch {
  display: none;
}

.tab_content {
  display: none;
  padding-top: 30px;
  width: 100%;
  border-top: solid 1px #c13b40;
}

.tab_switch:checked + .tab_label + .tab_content {
  display: block;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.bl-top_news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.bl-top_news-list a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.bl-top_news-list_date {
  width: 12%;
}

@media only screen and (max-width: 840px) {
  .bl-top_news-list_date {
    width: 16%;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top_news-list_date {
    margin-right: 2%;
    width: 30%;
  }
}

.bl-top_news-list_category {
  margin-right: 2%;
  display: inline-block;
  padding: 5px 3px;
  width: 80px;
  min-height: 36px;
  color: #c13b40;
  line-height: 1.4;
  text-align: center;
  border: solid 1px #c13b40;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .bl-top_news-list_category {
    margin-right: 0;
    margin-bottom: 14px;
    min-width: initial;
  }
}

.bl-top_news-list_note {
  width: 75%;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 840px) {
  .bl-top_news-list_note {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bl-top_news-list_note {
    width: 100%;
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
  }
}

.bl-top_recuruit_bnr-area a {
  display: block;
  margin: 0 auto;
  max-width: 496px;
}

@media only screen and (max-width: 767px) {
  .bl-top_recuruit_bnr-area a {
    width: 100%;
    max-width: initial;
  }
}

.bl-top_recuruit_bnr-area a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bl-top_recuruit-btn a {
  display: block;
  margin: 0 auto;
  padding: 20px 10px;
  width: 374px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: #f56d18;
  border: solid 4px #f56d18;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .bl-top_recuruit-btn a {
    padding: 11px 10px;
    width: 334px;
    max-height: 60px;
    font-size: 1.8rem;
  }
}

.bl-top_recuruit-btn a:hover {
  text-decoration: none;
  color: #f56d18;
  background: #fff;
  border: solid 4px #f56d18;
}

/* TOPページ-end */
/*-----------------------------------------------------------------

新着情報、お知らせ一覧ページ

-----------------------------------------------------------------*/
.rss_box dl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: solid 1px #ccc;
}

.rss_box dl dd a {
  color: #333;
}

.rss_box dl dd a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.rss_box dl dd a .rss_new {
  color: #c13b40;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #c13b40;
}

/*-----------------------------------------------------------------

CreativeVision.NET 機能詳細ページ

-----------------------------------------------------------------*/
.bl-function_anchor {
  margin-bottom: 0 !important;
}

.bl-ico_anchor .cvn_ico-master {
  background: url(/dcms_media/image/cvn-function_icon_master.png) no-repeat;
  background-position: 5% 10%;
  background-size: 28px 36px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-master {
    background: none;
  }
}

.bl-ico_anchor .cvn_ico-orders-received {
  background: url(/dcms_media/image/cvn-function_icon_orders-received.png) no-repeat;
  background-position: 3% 10%;
  background-size: 40px 36px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-orders-received {
    background: none;
  }
}

.bl-ico_anchor .cvn_ico-order {
  background: url(/dcms_media/image/cvn-function_icon_order.png) no-repeat;
  background-position: 5% 10%;
  background-size: 36px 26px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-order {
    background: none;
  }
}

.bl-ico_anchor .cvn_ico-distribution {
  background: url(/dcms_media/image/cvn-function_icon_distribution.png) no-repeat;
  background-position: 5% 10%;
  background-size: 28px 30px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-distribution {
    background: none;
  }
}

.bl-ico_anchor .cvn_ico-sales {
  background: url(/dcms_media/image/cvn-function_icon_sales.png) no-repeat;
  background-position: 5% 10%;
  background-size: 34px 28px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-sales {
    background: none;
  }
}

.bl-ico_anchor .cvn_ico-stock {
  background: url(/dcms_media/image/cvn-function_icon_stock.png) no-repeat;
  background-position: 5% 10%;
  background-size: 34px 32px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-stock {
    background: none;
  }
}

.bl-ico_anchor .cvn_ico-analysis {
  background: url(/dcms_media/image/cvn-function_icon_analysis.png) no-repeat;
  background-position: 5% 10%;
  background-size: 32px 22px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-analysis {
    background: none;
  }
}

.bl-ico_anchor .cvn_ico-cpa-tool {
  background: url(/dcms_media/image/cvn-function_icon_cpa.png) no-repeat;
  background-position: 5% 15%;
  background-size: 34px 22px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .cvn_ico-cpa-tool {
    background: none;
  }
}

.bl-function_inner {
  padding: 60px 50px;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .bl-function_inner {
    padding: 10px 20px 20px;
  }
}

.bl-function_inner_wrap {
  padding-left: 18%;
  min-height: 110px;
}

@media only screen and (max-width: 840px) {
  .bl-function_inner_wrap {
    padding-left: 22%;
  }
}

@media only screen and (max-width: 767px) {
  .bl-function_inner_wrap {
    padding-left: 0;
  }
}

.bl-function_inner_content {
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bl-function_inner_content {
    margin-bottom: 20px;
    width: 100%;
  }
}

.bl-function_inner_img {
  margin: 0 0 0 5%;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .bl-function_inner_img {
    margin: 0;
    width: 100%;
  }
}

.bl-function_inner_content-l {
  width: 85%;
}

@media only screen and (max-width: 767px) {
  .bl-function_inner_content-l {
    margin-bottom: 10px;
    width: 100%;
  }
}

.bl-function_inner_text {
  margin-bottom: 30px;
}

.cvn-function_title {
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-size: 2.8rem;
  border-bottom: solid 1px #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .cvn-function_title {
    padding-bottom: 5px;
    font-size: 2.4rem;
  }
}

.cvn-function_copy {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cvn-function_copy {
    font-size: 2rem;
  }
}

.movie-modal-btn {
  margin: 30px auto 0;
}

.movie-modal-btn a {
  min-width: 246px;
}

.solution_modal {
  position: relative;
  padding: 0 !important;
  width: 560px !important;
  height: 315px !important;
  border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
  .solution_modal {
    width: 94% !important;
    height: 187px !important;
    overflow: hidden !important;
  }
}

.solution_modal .modal_movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  z-index: -1;
}

.solution_modal .modal_movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.solution_modal .remodal-close {
  position: relative;
  top: 24px !important;
  right: -94% !important;
  left: auto !important;
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .solution_modal .remodal-close {
    top: 8px !important;
    right: -92% !important;
    width: 20px !important;
    height: 20px !important;
  }
}

.solution_modal .remodal-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 24px !important;
  background: #ccc !important;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .solution_modal .remodal-close::before {
    width: 4px !important;
    height: 20px !important;
  }
}

.solution_modal .remodal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 24px !important;
  background: #ccc !important;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .solution_modal .remodal-close::after {
    width: 4px !important;
    height: 20px !important;
  }
}

.cvn-function_note {
  margin: 0 0 10px 16px;
}

.cvn-function_note li {
  list-style-type: disc;
  letter-spacing: -0.01rem;
}

.cvn-function_order-img {
  max-width: 256px;
}

@media only screen and (max-width: 767px) {
  .cvn-function_order-img {
    max-width: initial;
  }
}

.cvn-function_distribution-img {
  max-width: 266px;
}

@media only screen and (max-width: 767px) {
  .cvn-function_distribution-img {
    max-width: initial;
  }
}

.cvn-function_sales-img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
  max-width: 700px;
}

@media only screen and (max-width: 767px) {
  .cvn-function_sales-img_wrap {
    max-width: initial;
  }
}

.cvn-function_sales-img_wrap .cvn-function_sales-img {
  width: 320px;
}

@media only screen and (max-width: 840px) {
  .cvn-function_sales-img_wrap .cvn-function_sales-img {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .cvn-function_sales-img_wrap .cvn-function_sales-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cvn-function_sales-img_wrap .cvn-function_sales-img figure {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.cvn-function_sales-img_wrap .cvn-function_sales-img .sales-img_caption {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .cvn-function_sales-img_wrap .cvn-function_sales-img .sales-img_caption {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cvn-function_stock-img {
  margin: 10px auto 0;
  max-width: 500px;
}

@media only screen and (max-width: 767px) {
  .cvn-function_stock-img {
    max-width: initial;
  }
}

.cvn-function_cpa-img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
  max-width: 700px;
}

@media only screen and (max-width: 767px) {
  .cvn-function_cpa-img_wrap {
    max-width: initial;
  }
}

.cvn-function_cpa-img_wrap .cvn-function_cpa-img {
  width: 340px;
}

@media only screen and (max-width: 840px) {
  .cvn-function_cpa-img_wrap .cvn-function_cpa-img {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .cvn-function_cpa-img_wrap .cvn-function_cpa-img {
    margin-bottom: 20px;
    width: 100%;
  }
}

.cvn-function_analysis-img {
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .cvn-function_analysis-img {
    width: 100%;
    max-width: initial;
  }
}

.bg_master {
  background: url(/dcms_media/image/cvn-function_icon_master.png) no-repeat;
  background-position: 3% 0;
  background-size: 92px 124px;
}

@media only screen and (max-width: 767px) {
  .bg_master {
    background: none;
  }
}

.bg_orders-received {
  background: url(/dcms_media/image/cvn-function_icon_orders-received.png) no-repeat;
  background-position: 0 0;
  background-size: 122px 106px;
}

@media only screen and (max-width: 767px) {
  .bg_orders-received {
    background: none;
  }
}

.bg_order {
  background: url(/dcms_media/image/cvn-function_icon_order.png) no-repeat;
  background-position: 0 0;
  background-size: 118px 84px;
}

@media only screen and (max-width: 767px) {
  .bg_order {
    background: none;
  }
}

.bg_distribution {
  background: url(/dcms_media/image/cvn-function_icon_distribution.png) no-repeat;
  background-position: 0 0;
  background-size: 114px 128px;
}

@media only screen and (max-width: 767px) {
  .bg_distribution {
    background: none;
  }
}

.bg_sales {
  background: url(/dcms_media/image/cvn-function_icon_sales.png) no-repeat;
  background-position: 0 0;
  background-size: 124px 102px;
}

@media only screen and (max-width: 767px) {
  .bg_sales {
    background: none;
  }
}

.bg_stock {
  background: url(/dcms_media/image/cvn-function_icon_stock.png) no-repeat;
  background-position: 0 0;
  background-size: 130px 118px;
}

@media only screen and (max-width: 767px) {
  .bg_stock {
    background: none;
  }
}

.bg_analysis {
  background: url(/dcms_media/image/cvn-function_icon_analysis.png) no-repeat;
  background-position: 0 0;
  background-size: 124px 90px;
}

@media only screen and (max-width: 767px) {
  .bg_analysis {
    background: none;
  }
}

.bg_cpa {
  background: url(/dcms_media/image/cvn-function_icon_cpa.png) no-repeat;
  background-position: 0 0;
  background-size: 146px 92px;
}

@media only screen and (max-width: 767px) {
  .bg_cpa {
    background: none;
  }
}

.cvn-function_total-support li {
  background: #fff;
}

.cvn-function_total-support li h3 {
  font-size: 2.8rem;
}

.function_tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.function_tab_label {
  position: relative;
  cursor: pointer;
  margin: 0 3% 20px 0;
  padding: 10px 12px;
  width: 31.33%;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border: solid 2px #333;
  background: #fff;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media only screen and (max-width: 767px) {
  .function_tab_label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.function_tab_label:hover {
  color: #c13b40;
  border: solid 2px #c13b40;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.function_tab_label:hover::before {
  position: absolute;
  bottom: -20px;
  left: 39%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 34px 0 35px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .function_tab_label:hover::before {
    display: none;
  }
}

.function_tab_label:hover::after {
  position: absolute;
  bottom: -22px;
  left: 39%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #c13b40 transparent transparent transparent;
  border-width: 20px 34px 0 35px;
}

@media only screen and (max-width: 767px) {
  .function_tab_label:hover::after {
    display: none;
  }
}

.function_tab_switch {
  display: none;
}

.tab_last {
  margin-right: 0 !important;
}

.function_tab_switch:checked + .function_tab_label {
  position: relative;
  color: #c13b40;
  border: solid 2px #c13b40;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

.function_tab_switch:checked + .function_tab_label::before {
  position: absolute;
  bottom: -20px;
  left: 39%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 34px 0 35px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .function_tab_switch:checked + .function_tab_label::before {
    display: none;
  }
}

.function_tab_switch:checked + .function_tab_label::after {
  position: absolute;
  bottom: -22px;
  left: 39%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #c13b40 transparent transparent transparent;
  border-width: 20px 34px 0 35px;
}

@media only screen and (max-width: 767px) {
  .function_tab_switch:checked + .function_tab_label::after {
    display: none;
  }
}

.function_tab_switch:checked + .function_tab_label + .function_tab_content {
  display: block;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.function_tab_content {
  display: none;
  margin-top: -10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .function_tab_content {
    margin-top: 10px;
  }
}

.function_total_title {
  margin-bottom: 0 !important;
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .function_total_title {
    font-size: 2.4rem;
  }
}

/* CreativeVision.NET 機能詳細ページ-end */
/*-----------------------------------------------------------------

Loyal Customer Vision.NET 機能詳細ページ
※CreativeVision.NET 機能詳細ページと共通の箇所あり

-----------------------------------------------------------------*/
.bl-ico_anchor .lcv_ico-master {
  background: url(/dcms_media/image/lcv-function_icon_master.png) no-repeat;
  background-position: 5% 10%;
  background-size: 28px 36px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .lcv_ico-master {
    background: none;
  }
}

.bl-ico_anchor .lcv_ico-orders-received {
  background: url(/dcms_media/image/lcv-function_icon_orders-received.png) no-repeat;
  background-position: 3% 10%;
  background-size: 34px 44px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .lcv_ico-orders-received {
    background: none;
  }
}

.bl-ico_anchor .lcv_ico-rfm {
  background: url(/dcms_media/image/lcv-function_icon_rfm.png) no-repeat;
  background-position: 5% 10%;
  background-size: 38px 36px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .lcv_ico-rfm {
    background: none;
  }
}

.bl-ico_anchor .lcv_ico-cpa-tool {
  background: url(/dcms_media/image/lcv-function_icon_cpa.png) no-repeat;
  background-position: 5% 15%;
  background-size: 34px 22px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .lcv_ico-cpa-tool {
    background: none;
  }
}

.bl-ico_anchor .lcv_ico-point {
  background: url(/dcms_media/image/lcv-function_icon_point.png) no-repeat;
  background-position: 5% 10%;
  background-size: 36px 36px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .lcv_ico-point {
    background: none;
  }
}

.bl-ico_anchor .lcv_ico-app {
  background: url(/dcms_media/image/lcv-function_icon_app.png) no-repeat;
  background-position: 5% 10%;
  background-size: 32px 45px;
}

@media only screen and (max-width: 767px) {
  .bl-ico_anchor .lcv_ico-app {
    background: none;
  }
}

.bg_lcv-orders-received {
  background: url(/dcms_media/image/lcv-function_icon_orders-received.png) no-repeat;
  background-position: 4% 0;
  background-size: 86px 112px;
}

@media only screen and (max-width: 767px) {
  .bg_lcv-orders-received {
    background: none;
  }
}

.bg_rfm {
  background: url(/dcms_media/image/lcv-function_icon_rfm.png) no-repeat;
  background-position: 3% 0;
  background-size: 106px 104px;
}

@media only screen and (max-width: 767px) {
  .bg_rfm {
    background: none;
  }
}

.bg_cpa-tool {
  background: url(/dcms_media/image/lcv-function_icon_cpa.png) no-repeat;
  background-position: 3% 0;
  background-size: 110px 80px;
}

@media only screen and (max-width: 767px) {
  .bg_cpa-tool {
    background: none;
  }
}

.bg_point {
  background: url(/dcms_media/image/lcv-function_icon_point.png) no-repeat;
  background-position: 3% 0;
  background-size: 100px 100px;
}

@media only screen and (max-width: 767px) {
  .bg_point {
    background: none;
  }
}

.bg_app {
  background: url(/dcms_media/image/lcv-function_icon_app.png) no-repeat;
  background-position: 3% 0;
  background-size: 96px 134px;
}

@media only screen and (max-width: 767px) {
  .bg_app {
    background: none;
  }
}

.lcv-function_point-img {
  margin: 0 0 0 20px;
  max-width: 260px;
}

@media only screen and (max-width: 767px) {
  .lcv-function_point-img {
    margin: 0;
    width: 100%;
    max-width: initial;
  }
}

.lcv-app_content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #b2b2b2;
  list-style-type: none;
}

.lcv-app_content-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.lcv-app_content-inner {
  margin-right: 30px;
  max-width: 400px;
}

@media only screen and (max-width: 840px) {
  .lcv-app_content-inner {
    margin-right: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .lcv-app_content-inner {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.lcv-app_content-img {
  max-width: 250px;
}

@media only screen and (max-width: 840px) {
  .lcv-app_content-img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .lcv-app_content-img {
    width: 100%;
    max-width: initial;
  }
}

.lcv-app_content-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 14px;
  line-height: 1.2;
}

.lcv-app_content-title::before {
  position: absolute;
  top: 5%;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #c13b40;
}

/* Loyal Customer Vision 機能詳細ページend */
/*-----------------------------------------------------------------

ソリューションページ

-----------------------------------------------------------------*/
.solution_anchor {
  margin-bottom: 10px !important;
}

.solution_anchor li {
  margin-bottom: 10px !important;
}

.solution-sales .sec_ttl_center {
  margin-bottom: 10px;
}

.solution-customer .sec_ttl_center {
  margin-bottom: 10px;
}

.solution-payment .sec_ttl_center {
  margin-bottom: 10px;
}

.solution-ec .sec_ttl_center {
  margin-bottom: 10px;
}

.solution_list-title {
  font-size: 1.6rem;
}

.solution_list-text {
  font-size: 1.4rem;
}

/* ソリューションページend */
/*-----------------------------------------------------------------

企業情報ページ

-----------------------------------------------------------------*/
.bl-map_area {
  margin-bottom: 50px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bl-map_area {
    margin-bottom: 24px;
  }
}

/* 企業情報ページend */
/*-----------------------------------------------------------------

採用情報ページ

-----------------------------------------------------------------*/
.recruit_anchor {
  margin-top: -72px;
  padding-top: 72px;
}

@media only screen and (max-width: 840px) {
  .recruit_anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.bl-recruit_anchor-wrap {
  margin: 0 auto;
  max-width: 852px;
}

@media only screen and (max-width: 767px) {
  .bl-recruit_anchor-wrap {
    max-width: initial;
  }
}

.recruit_title {
  margin-bottom: 10px;
  font-size: 3.2rem;
  text-align: center;
}

.recruit_text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
}

/* 採用情報ページend */
/*-----------------------------------------------------------------

DTPの事業についてページ

-----------------------------------------------------------------*/
.bl-business_margin {
  margin-bottom: 40px;
}

.bl-business_lead {
  padding: 20px 0 30px;
  font-size: 2.6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-business_lead {
    font-size: 2rem;
    text-align: left;
  }
}

.bl-business_inner {
  padding: 48px 50px 62px;
}

@media only screen and (max-width: 767px) {
  .bl-business_inner {
    padding: 30px 20px 40px;
  }
}

.bl-business_inner_head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .bl-business_inner_head-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .bl-business_inner_item {
    margin-bottom: 0 !important;
  }
  .bl-business_inner_item:last-child {
    margin-bottom: 0 !important;
  }
  .bl-business_inner_item .item_title-c {
    margin-top: -20px;
  }
}

.bl-business_inner_head-img {
  width: 420px;
}

@media only screen and (max-width: 840px) {
  .bl-business_inner_head-img {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .bl-business_inner_head-img {
    width: 100%;
    max-width: initial;
  }
}

.bl-business_inner_head-contents {
  width: 474px;
}

@media only screen and (max-width: 840px) {
  .bl-business_inner_head-contents {
    margin-bottom: 10px;
    width: 46%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .bl-business_inner_head-contents {
    width: 100%;
    max-width: initial;
  }
}

.bl-business_inner_head-point {
  font-size: 3rem;
  font-weight: bold;
}

.bl-business_inner_head-point .number {
  display: inline-block;
  padding-left: 10px;
  font-size: 5.6rem;
}

.bl-business_inner_head-title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .bl-business_inner_head-title {
    margin-bottom: 20px;
  }
}

.bl-business_inner .item-img {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .bl-business_inner .item-img {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 80%;
  }
}

/* DTPの事業についてページend */
/*-----------------------------------------------------------------

DTP.tube URUURU、UZUUZUページ

-----------------------------------------------------------------*/
.dtptube_anchor {
  margin-top: -72px;
  padding-top: 72px;
}

@media only screen and (max-width: 840px) {
  .dtptube_anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.bl-dtptube_transition-btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 920px;
}

.bl-dtptube_transition-btn_wrap .btn-item {
  min-width: 412px;
  text-align: center;
}

@media only screen and (max-width: 840px) {
  .bl-dtptube_transition-btn_wrap .btn-item {
    min-width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .bl-dtptube_transition-btn_wrap .btn-item {
    margin: 0 auto;
    width: 65.9%;
    min-width: initial;
  }
}

.bl-dtptube_transition-btn_wrap .btn-item a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  background: #fff;
  border: solid 2px #c13b40;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .bl-dtptube_transition-btn_wrap .btn-item a {
    margin-bottom: 20px;
    padding: 5px 0;
    font-size: 1.2rem;
    border-radius: 10px;
  }
}

.bl-dtptube_transition-btn_wrap .btn-item a:hover {
  color: #fff;
  background-color: #c13b40;
}

.bl-dtptube_transition-btn_wrap .btn-item a:hover span {
  color: #fff;
}

.bl-dtptube_transition-btn_wrap .btn-item a .name {
  display: block;
  color: #c13b40;
  font-size: 5rem;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bl-dtptube_transition-btn_wrap .btn-item a .name {
    font-size: 3.3rem;
  }
}

.bl-dtptube_transition-btn_wrap .btn-item a .name:hover {
  color: #fff;
}

.bl-dtptube_transition-btn_wrap .active {
  padding: 10px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  background: #c13b40;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .bl-dtptube_transition-btn_wrap .active {
    padding: 5px 0;
    font-size: 1.2rem;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}

.bl-dtptube_transition-btn_wrap .active .name {
  display: block;
  color: #fff;
  font-size: 5rem;
}

@media only screen and (max-width: 767px) {
  .bl-dtptube_transition-btn_wrap .active .name {
    font-size: 3.3rem;
  }
}

.dtptube_anchor-title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.dtptube_anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .dtptube_anchor-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}

.dtptube_anchor-list li {
  position: relative;
  margin: 0 50px 30px 0;
  min-width: 236px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .dtptube_anchor-list li {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 48%;
    min-width: initial;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .dtptube_anchor-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.dtptube_anchor-list li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 840px) {
  .dtptube_anchor-list li:nth-child(3n) {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .dtptube_anchor-list li:nth-child(3n) {
    margin-right: 2%;
  }
}

.dtptube_anchor-list li::after {
  position: absolute;
  top: 34%;
  right: 16px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .dtptube_anchor-list li::after {
    top: 30%;
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

.dtptube_anchor-list li span {
  font-size: 1.4rem;
}

.dtptube_anchor-list li a {
  display: block;
  padding: 20px 30px;
}

@media only screen and (max-width: 767px) {
  .dtptube_anchor-list li a {
    padding: 10px 5px 20px;
  }
}

.dtptube_anchor-list li a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dtptube_movie-list {
  margin-bottom: 50px;
}

.dtptube_movie-list_inner {
  padding: 25px 20px;
  word-break: break-all;
}

.dtptube_movie-list_title {
  font-size: 1.6rem;
  line-height: 1.4;
}

.dtptube_movie-list time {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .dtptube_movie-list time {
    font-size: 1.4rem;
  }
}

.dlb_media_01_area {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .dlb_media_01_area {
    margin-bottom: 10px !important;
  }
}

.dlb_media_01_area .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.dlb_media_01_area .dlb_media_block {
  max-width: 244px !important;
  min-height: 320px !important;
}

@media only screen and (max-width: 840px) {
  .dlb_media_01_area .dlb_media_block {
    max-width: initial !important;
  }
}

.dlb_media_01_area .dlb_media_left {
  height: 128px !important;
  -webkit-box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 840px) {
  .dlb_media_01_area .dlb_media_left {
    height: 166px !important;
  }
}

.dlb_media_01_area .dlb_media_right {
  padding: 20px;
  min-height: 166px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.dlb_media_01_area .dlb_media_right:hover h3 {
  color: #c13b40 !important;
}

.dlb_media_01_area .dlb_media_right time {
  margin-bottom: 15px;
  color: #333;
  font-size: 1.6rem !important;
}

@media only screen and (max-width: 767px) {
  .dlb_media_01_area .dlb_media_right time {
    font-size: 1.4rem !important;
  }
}

.dlb_media_01_area .dlb_media_right .dlb_media_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
}

.dlb_media_01_area .dlb_media_right .dlb_media_title:hover {
  color: #c13b40 !important;
}

.dlb_media_01_area .dlb_media_right .dlb_media_txt {
  display: none;
}

.dlb_media_01_area .dlb_media_right .dlb_media_cate {
  display: none;
}

.dtptube_movie-title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
}

.dtptube_btn a {
  min-width: 280px;
}

@media only screen and (max-width: 767px) {
  .dtptube_btn a {
    min-width: 240px;
  }
}

.bl-dtptube_foot-navi {
  margin-bottom: -60px;
}

.bl-anchor_col4-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 700px;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col4-short {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}

.bl-anchor_col4-short li {
  position: relative;
  margin: 0 20px 30px 0;
  padding: 10px 5px 20px;
  width: 45%;
  max-height: 44px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.01rem;
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col4-short li {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 16px 8px 46px;
    width: 48%;
    font-size: 1.3rem;
    text-align: left;
  }
}

.bl-anchor_col4-short li:nth-child(2n) {
  margin-right: 0;
}

.bl-anchor_col4-short li:last-child {
  margin-right: 0;
}

.bl-anchor_col4-short li::after {
  position: absolute;
  top: 30%;
  right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .bl-anchor_col4-short li::after {
    top: 36%;
    width: 6px;
    height: 6px;
  }
}

.bl-anchor_col4-short li span {
  font-size: 1.4rem;
}

.bl-anchor_col4-short li a {
  display: block;
}

.bl-anchor_col4-short li a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* DTP.tube URUURU、UZUUZUページend */
/*-----------------------------------------------------------------

お役立ち資料一覧ページ

-----------------------------------------------------------------*/
.download-list li {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .download-list li {
    margin-bottom: 30px;
  }
}

.download-list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download-list li:hover a {
  color: #fff !important;
  background: #c13b40;
}

.download-list li:hover a::after {
  position: absolute;
  top: 36%;
  right: 5%;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.download-list_inner {
  padding: 20px 15px 30px;
}

.download-list_inner_title {
  margin-bottom: 5px;
  font-size: 2.4rem;
}

.download-list_inner p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.download-list .download-btn a {
  position: relative;
  border-radius: 20px;
  margin: 0 15px 20px 15px;
  padding: 5px;
  width: 90%;
}

.download-list .download-btn a::after {
  position: absolute;
  top: 36%;
  right: 5%;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.download-list .download-btn a:hover {
  color: #fff !important;
}

/* お役立ち資料一覧ページend */
/*-----------------------------------------------------------------

資料ダウンロード申し込みフォーム、Thanksページ

-----------------------------------------------------------------*/
.bl-form1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.bl-form1_document-area {
  width: 45%;
  max-width: 474px;
}

@media only screen and (max-width: 767px) {
  .bl-form1_document-area {
    margin-bottom: 30px;
    width: 100%;
    max-width: initial;
  }
}

.bl-document_title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .bl-document_title {
    margin-bottom: 20px;
  }
}

.bl-document_img {
  margin-bottom: 30px;
}

.bl-document_img img {
  border-radius: 4px;
}

.bl-document_name {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .bl-document_name {
    margin-bottom: 10px;
  }
}

.bl-document_list {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .bl-document_list {
    margin-left: 22px;
  }
}

.bl-document_list li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bl-document_list li {
    margin-bottom: 5px;
  }
}

.bl-form1_area {
  padding: 20px;
  width: 52%;
  max-width: 512px;
}

@media only screen and (max-width: 767px) {
  .bl-form1_area {
    width: 100%;
    max-width: initial;
  }
}

.bl-input_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: left;
}

.bl-input_title span {
  display: inline-block;
  margin-left: 14px;
  padding: 1px 7px;
  color: #fff;
  font-size: 1.2rem;
  background: #c13b40;
}

.bl-input_textarea {
  margin-bottom: 26px;
}

.bl-input_textarea input {
  padding: 10px;
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.bl-input_textarea input::-webkit-input-placeholder {
  color: #ccc;
}

.bl-input_textarea input:-ms-input-placeholder {
  color: #ccc;
}

.bl-input_textarea input::-ms-input-placeholder {
  color: #ccc;
}

.bl-input_textarea input::placeholder {
  color: #ccc;
}

.bl-form1_agreement-text {
  margin-bottom: 25px;
  font-size: 1.5rem;
  text-align: center;
}

.bl-form1_agreement-text a {
  display: inline-block;
  padding-right: 8px;
  color: #c13b40;
}

.bl-form1_agreement-text a::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(/dcms_media/image/ico_blank.png) no-repeat;
  background-size: 8px 8px;
  background-size: 100%;
}

.bl-form1_download-btn button {
  display: block;
  margin: 0 auto;
  padding: 20px 10px;
  min-width: 290px;
  color: #ccc;
  font-weight: bold;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
}

.bl-form1_download-btn button:hover {
  color: #fff;
  background: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thanks_btn {
  margin: 0 auto;
  width: 246px;
  border: solid 2px #c13b40;
  border-radius: 4px;
}

.thanks_btn a {
  display: block;
  padding: 13px 10px;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #c13b40;
}

.thanks_btn a:hover {
  color: #c13b40;
  background: #fff;
}

.bl-thanks_recommend-title {
  position: relative;
  margin: 80px 0 34px;
  font-size: 2.8rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .bl-thanks_recommend-title {
    margin: 40px 0 34px;
    font-size: 2.2rem;
  }
}

.bl-thanks_recommend-title::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 418px;
  height: 26px;
  background: #fbf6f6;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bl-thanks_recommend-title::after {
    width: 100%;
  }
}

.bl-thanks_recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl-thanks_recommend-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 34px;
  width: 47%;
  list-style: none;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .bl-thanks_recommend-list li {
    width: 100%;
  }
}

.bl-thanks_recommend-list li figure {
  width: 30%;
  max-width: 148px;
}

@media only screen and (max-width: 767px) {
  .bl-thanks_recommend-list li figure {
    width: 100%;
    max-width: initial;
  }
}

.bl-thanks_recommend-list li figure img {
  width: 100%;
}

.bl-thanks_recommend-list li:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl-thanks_recommend-list li:hover .recommend-list_btn a {
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.bl-thanks_recommend-list li:hover .recommend-list_btn a::after {
  border-right: solid 2px #c13b40;
  border-bottom: solid 2px #c13b40;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.bl-thanks_recommend-list_item {
  padding: 20px 20px 14px;
  width: 70%;
  max-width: 340px;
}

@media only screen and (max-width: 767px) {
  .bl-thanks_recommend-list_item {
    width: 100%;
    max-width: initial;
  }
}

.recommend-list_title {
  margin-bottom: 18px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .recommend-list_title {
    font-size: 2.2rem;
  }
}

.recommend-list_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recommend-list_btn {
  margin-top: 20px;
  padding: 10px 0 0;
  border-top: solid 1px #ddd;
}

.recommend-list_btn a {
  position: relative;
  display: block;
  color: #c13b40;
  font-size: 1.4rem;
}

.recommend-list_btn a::after {
  position: absolute;
  top: 30%;
  right: 0;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #c13b40;
  border-bottom: solid 1px #c13b40;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 資料ダウンロード申し込みフォーム、Thanksページend */
/*-----------------------------------------------------------------

DTPメディア、DTPメディア詳細ページ
※基本的に元からあるスタイルを上書き

-----------------------------------------------------------------*/
#contents_right .blog_search {
  margin-bottom: 36px;
  max-height: 42px;
  clear: both;
}

@media only screen and (max-width: 979px) {
  #contents_right .blog_search {
    margin: 0 auto 36px;
    width: 94%;
  }
}

#contents_right .blog_search .search_txt {
  display: inline-block;
  margin: 0 -5px 0 0;
  padding: 7px 10px;
  width: calc(100% - 40px) !important;
  height: 40px !important;
  border-top: solid 1px #e5e5e5;
  border-right: none;
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  float: left;
  -webkit-appearance: none !important;
}

#contents_right .blog_search .search_txt::-webkit-input-placeholder {
  color: #fff;
}

#contents_right .blog_search .search_txt:-ms-input-placeholder {
  color: #fff;
}

#contents_right .blog_search .search_txt::-ms-input-placeholder {
  color: #fff;
}

#contents_right .blog_search .search_txt::placeholder {
  color: #fff;
}

#contents_right .blog_search .submit_btn {
  display: inline-block;
  float: right;
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #c13b40 !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  border: none;
}

@media only screen and (max-width: 979px) {
  #contents_right .side {
    margin: 0 auto;
    width: 94%;
  }
}

#contents_right .side .title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left !important;
  line-height: 1.6;
  background: #fff;
  border-bottom: solid 3px #fbf6f6;
}

@media only screen and (max-width: 767px) {
  #contents_right .side .title {
    font-size: 1.8rem;
  }
}

#contents_right .side .title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  background: #c13b40;
}

@media only screen and (max-width: 767px) {
  #contents_right .side .reco {
    margin-bottom: 30px;
  }
}

#contents_right .side .reco li {
  margin-bottom: 12px;
}

@media only screen and (max-width: 979px) {
  #contents_right .side .reco li {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  #contents_right .side .reco li {
    min-height: initial;
  }
}

#contents_right .side .reco li a {
  display: inline-block;
  clear: both;
  min-height: 53px;
  padding: 0 !important;
  background: #fff !important;
  color: #333 !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 979px) {
  #contents_right .side .reco li a {
    margin-bottom: 20px;
    min-height: initial;
  }
}

#contents_right .side .reco li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contents_right .side .reco li a .reco_thumbnail {
  max-width: 93px;
  float: left;
}

@media only screen and (max-width: 979px) {
  #contents_right .side .reco li a .reco_thumbnail {
    width: 30%;
    max-width: initial;
  }
}

#contents_right .side .reco li a .info {
  padding-left: 10px;
  max-width: 146px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  float: right;
}

@media only screen and (max-width: 979px) {
  #contents_right .side .reco li a .info {
    width: 68%;
    max-width: initial;
  }
}

#contents_right .side .sweep {
  padding: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

#contents_right .side .archive li {
  margin: 0 !important;
}

#contents_right .side .archive li a {
  display: block;
  padding: 0 0 10px 0 !important;
  color: #333 !important;
  font-size: 1.4rem !important;
  text-align: left !important;
  background: #fff !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  #contents_right .side .archive li a {
    font-size: 1.6rem !important;
  }
}

#contents_right .side .archive li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contents_right .side .archive li a::before {
  display: none;
}

#contents_right .side .cate li {
  margin: 0 !important;
}

#contents_right .side .cate li a {
  display: block;
  padding: 0 0 10px 0 !important;
  color: #333 !important;
  font-size: 1.4rem !important;
  text-align: left !important;
  background: #fff !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  #contents_right .side .cate li a {
    font-size: 1.6rem !important;
  }
}

#contents_right .side .cate li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contents_right .side .tag li {
  margin: 0 !important;
}

#contents_right .side .tag li a {
  display: inline-block !important;
  padding: 0 0 10px 0 !important;
  width: auto !important;
  color: #333 !important;
  font-size: 1.4rem !important;
  text-align: left !important;
  background: #fff !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  #contents_right .side .tag li a {
    font-size: 1.6rem !important;
  }
}

#contents_right .side .tag li a span {
  display: inline-block;
  margin-right: 3px;
  color: #c13b40;
}

#contents_right .side .tag li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contents_right .side .btn {
  position: relative;
  display: block;
  margin-bottom: 36px;
  padding: 0 !important;
  min-height: 20px;
  color: #c13b40 !important;
  font-size: 1.4rem !important;
  font-weight: bold;
  text-align: left !important;
  background: #fff !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  #contents_right .side .btn {
    font-size: 1.6rem !important;
  }
}

#contents_right .side .btn::after {
  position: absolute;
  top: 32%;
  right: 3px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 3px #c13b40;
  border-bottom: solid 3px #c13b40;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#contents_right .side .btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contents_right .side .btn span::before {
  display: none;
}

#dcms_layoutPageBlock article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 !important;
  max-width: 722px;
  border: none !important;
}

@media only screen and (max-width: 979px) {
  #dcms_layoutPageBlock article {
    margin: 0 auto 40px;
    width: 94%;
    max-width: initial;
  }
}

#dcms_layoutPageBlock article .post_thumbnail {
  margin-right: 20px;
  max-width: 222px;
}

@media only screen and (max-width: 979px) {
  #dcms_layoutPageBlock article .post_thumbnail {
    margin-right: 0;
    width: 100%;
    max-width: initial;
  }
}

#dcms_layoutPageBlock article .info {
  max-width: 480px;
}

@media only screen and (max-width: 979px) {
  #dcms_layoutPageBlock article .info {
    width: 100%;
    max-width: initial;
  }
}

#dcms_layoutPageBlock article .info time {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

#dcms_layoutPageBlock article .info .title a {
  display: inline-block;
  color: #c13b40;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  #dcms_layoutPageBlock article .info .title a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

#dcms_layoutPageBlock article .info .title a:hover {
  text-decoration: underline;
}

#dcms_layoutPageBlock article .info .catelist a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  background: #ffe2e2;
}

@media only screen and (max-width: 767px) {
  #dcms_layoutPageBlock article .info .catelist a {
    font-size: 1.2rem;
  }
}

#dcms_layoutPageBlock article .info .catelist a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

#dcms_layoutPageBlock article .info .taglist a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 5px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  background: #c8c8c8;
}

@media only screen and (max-width: 767px) {
  #dcms_layoutPageBlock article .info .taglist a {
    font-size: 1.2rem;
  }
}

#dcms_layoutPageBlock article .info .taglist a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.dcms_layoutPageBlock .newold a {
  color: #c13b40;
}

.dcms_layoutPageBlock .newold a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

#main {
  padding: 0;
  max-width: 743px;
  border: none;
}

@media only screen and (max-width: 979px) {
  #main {
    margin: 0 auto;
    width: 94%;
    max-width: initial;
  }
}

#main h1 {
  margin-bottom: 24px;
  font-size: 4.2rem !important;
}

@media only screen and (max-width: 767px) {
  #main h1 {
    font-size: 3.8rem !important;
    line-height: 1.4;
  }
}

#main h2 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 3.2rem !important;
  border-top: none !important;
  border-bottom: solid 3px #fbf6f6 !important;
}

@media only screen and (max-width: 767px) {
  #main h2 {
    font-size: 2.8rem !important;
  }
}

#main h2::before {
  display: none;
}

#main h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  background: #c13b40;
}

#main .h2-title_sub {
  position: relative;
  margin-bottom: 10px;
  font-size: 3.2rem !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  #main .h2-title_sub {
    font-size: 2.8rem !important;
  }
}

#main .h2-title_sub::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: #fbf6f6;
  z-index: -1;
}

#main h3 {
  margin-bottom: 10px;
  padding: 0 !important;
  font-size: 2.8rem !important;
}

@media only screen and (max-width: 767px) {
  #main h3 {
    font-size: 2.4rem !important;
  }
}

#main h4 {
  margin-bottom: 10px;
  padding: 0 !important;
  font-size: 2.4rem !important;
}

@media only screen and (max-width: 767px) {
  #main h4 {
    font-size: 2rem !important;
  }
}

#main h4::before {
  display: none;
}

#main h4::after {
  display: none;
}

#main h5 {
  margin-bottom: 10px;
  padding: 0 !important;
  font-size: 2rem !important;
}

@media only screen and (max-width: 767px) {
  #main h5 {
    font-size: 1.8rem !important;
  }
}

#main h5::before {
  display: none;
}

#main h5::after {
  display: none;
}

#main p {
  margin-bottom: 20px;
}

#main .link_txt a {
  color: #c13b40 !important;
}

#main time {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 1.6rem;
  border-right: solid 1px #ddd;
}

@media only screen and (max-width: 767px) {
  #main time {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
    border-right: none;
  }
}

#main .cover {
  margin-bottom: 80px !important;
}

#main #articledetail {
  width: 100% !important;
}

#main #articledetail ul li {
  margin-left: 0 !important;
}

#main #articledetail iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #main #articledetail iframe {
    height: auto;
  }
}

#main .catelist {
  display: inline-block;
  padding-right: 20px;
}

#main .catelist a {
  color: #333 !important;
  background: #fff !important;
}

#main .catelist a:hover {
  color: #c13b40 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main .taglist {
  display: inline-block;
  margin-bottom: 25px;
}

#main .taglist a {
  padding-right: 10px;
  color: #333 !important;
  background: #fff !important;
}

#main .taglist a span {
  display: inline-block;
  padding-right: 3px;
  color: #c13b40;
}

#main .taglist a:hover {
  color: #c13b40 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main .sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 36px;
  margin-left: 0 !important;
}

#main .sns_share li {
  margin-right: 10px;
  list-style: none;
}

#main .cover {
  margin-bottom: 25px;
}

#main .toc_list {
  margin-left: 20px;
  margin-bottom: 20px;
}

#main .toc_list a {
  color: #c13b40;
  font-weight: bold;
  text-decoration: none;
}

#main .toc_list a:hover {
  text-decoration: underline;
}

#main .text_pause {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}

#main blockquote {
  margin-bottom: 20px;
  padding: 24px 20px 20px;
  background: #fbf6f6 !important;
}

#main blockquote::before {
  color: #c13b40;
}

#main blockquote a {
  color: #c13b40;
}

#main ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#main ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.pager {
  display: block;
  margin-top: 80px;
  text-align: center;
}

.pager a {
  display: inline-block;
  margin: 0 4px !important;
  padding: 2px;
  min-width: 24px;
  min-height: 28px;
  color: #c13b40;
  background: #fbf6f6;
}

.pager span {
  display: inline-block;
  margin: 0 4px !important;
  padding: 2px;
  min-width: 24px;
  min-height: 28px;
  color: #fff;
  background: #c13b40;
}

#relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}

@media only screen and (max-width: 979px) {
  #relation {
    margin: 0 auto 80px;
    width: 94%;
  }
}

#relation .title {
  margin-bottom: 40px;
  width: 100%;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  #relation .title {
    margin-right: 20px;
  }
}

#relation .relationlist {
  position: relative;
  margin-bottom: 20px;
  max-width: 360px;
}

@media only screen and (max-width: 979px) {
  #relation .relationlist {
    margin-bottom: 20px;
    width: 100%;
    max-width: initial;
  }
}

#relation .relationlist a {
  display: block;
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 767px) {
  #relation .relationlist a {
    margin-bottom: 20px !important;
  }
}

#relation .relationlist a:hover {
  color: #c13b40;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#relation .relationlist a figure {
  float: left;
  margin-right: 20px;
  width: 168px;
}

@media only screen and (max-width: 767px) {
  #relation .relationlist a figure {
    margin-right: 10px;
    width: 46%;
  }
}

#relation .relationlist a time {
  position: absolute;
  top: 0;
  left: 188px;
  max-width: 168px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 979px) {
  #relation .relationlist a time {
    left: 26%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  #relation .relationlist a time {
    left: 50%;
  }
}

#relation .relationlist a .txt {
  float: right;
  margin: 20px 0 0;
  max-width: 168px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  #relation .relationlist a .txt {
    margin-top: 30px;
    width: 74%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  #relation .relationlist a .txt {
    width: 50%;
  }
}

#nextprev {
  margin: 24px 0 56px;
}

#nextprev li {
  list-style: none;
}

#nextprev li a {
  font-weight: bold;
}

#nextprev li a:hover {
  color: #c13b40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* DTPメディア、DTPメディア詳細ページend */
/* ===================================================================
CSS information
 file name  :  original02.css
 style info :  独自スタイル用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------
共通パーツ上書き
-----------------------------------------------------------------*/
.dlb_subtitle2_01 {
  font-size: 32px;
  margin-bottom: 0;
}

/* 活用シーンから探す */
.bl_sec_scene-top {
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene-top {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.bl_sec_scene-top .dlb_subtitle2_01 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene-top .dlb_subtitle2_01 {
    text-align: left;
    font-size: 28px;
  }
}

.bl_sec_scene-top p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene-top p {
    text-align: left;
  }
}

.bl_sec_scene-top .bl_shadowBox {
  padding: 11px 34px 26px;
  width: calc(25% - 30px);
  margin-right: 40px !important;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene-top .bl_shadowBox {
    padding: 11px 10px 26px;
  }
}

.bl_sec_scene-top .bl_shadowBox:nth-child(4n) {
  margin-right: 0px !important;
}

.bl_sec_scene-top .bl_shadowBox:nth-child(n + 3) {
  margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene-top .bl_shadowBox {
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }
  .bl_sec_scene-top .bl_shadowBox:nth-child(2n) {
    margin-right: 0px !important;
  }
  .bl_sec_scene-top .bl_shadowBox:nth-child(3n) {
    margin-top: 40px !important;
  }
  .bl_sec_scene-top .bl_shadowBox:nth-child(n + 3) {
    margin-top: 40px !important;
  }
}

.bl_sec_scene-top .bl_shadowBox:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* shadowBox */
.bl_shadowBox {
  padding: 0;
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.bl_shadowBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  height: 100%;
}

.bl_shadowBox a:hover {
  color: #333;
  text-decoration: none;
}

.bl_shadowBox_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .bl_shadowBox_title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_shadowBox_wrap {
    padding-bottom: 10px;
  }
}

.bl_shadowBox_linkCopy {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.bl_shadowBox_linkTitle {
  color: #c13b40;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.01rem;
}

@media only screen and (max-width: 767px) {
  .bl_shadowBox_linkTitle {
    font-size: 1.6rem;
  }
}

.bl_shadowBox_linkTitle-arrow {
  display: block;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  background: url(../image/icon_link_arrow.png) no-repeat;
  background-position: 95% 60%;
  background-size: 11px 7px;
}

@media only screen and (max-width: 767px) {
  .bl_shadowBox_linkTitle-arrow {
    font-size: 16px;
    background: none;
  }
}

.bl_shadowBox_linkTitle-arrow .title_sub {
  display: block;
  font-size: 1.4rem;
}

.bl_shadowBox:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scene_title_sub {
  display: block;
  margin-top: -10px;
  margin-bottom: -20px;
  font-size: 1.6rem;
  letter-spacing: -0.07rem;
}

@media only screen and (max-width: 767px) {
  .scene_title_sub {
    margin-top: 0;
    margin-bottom: -10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.bl-scene_item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* シーン下層 */
.bl_sec_scene {
  border-bottom: 1px solid #e5e5e5;
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.bl_sec_scene .dlb_subtitle2_01 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene .dlb_subtitle2_01 {
    text-align: left;
  }
}

.bl_sec_scene .bl_shadowBox {
  width: calc(25% - 15px);
  margin-right: 20px !important;
}

.bl_sec_scene .bl_shadowBox:nth-child(n + 3) {
  margin-top: 0px !important;
}

.bl_sec_scene .bl_shadowBox:nth-child(n + 5) {
  margin-top: 40px !important;
}

.bl_sec_scene .bl_shadowBox:nth-child(4n) {
  margin-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .bl_sec_scene .bl_shadowBox {
    width: calc(50% - 10px);
  }
  .bl_sec_scene .bl_shadowBox:nth-child(2n) {
    margin-right: 0px !important;
  }
  .bl_sec_scene .bl_shadowBox:nth-child(3n) {
    margin-top: 40px !important;
  }
  .bl_sec_scene .bl_shadowBox:nth-child(n + 3) {
    margin-top: 40px !important;
  }
}

.el_scene_mainImg {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .el_scene_mainImg {
    width: 94%;
    max-width: initial;
  }
}

/* 流通・小売業界で使えるソリューション */
.bl_sec_solution-linkArea {
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .bl_sec_solution-linkArea {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.bl_sec_solution-linkArea .dlb_subtitle2_01 {
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .bl_sec_solution-linkArea .dlb_subtitle2_01 {
    text-align-last: left;
  }
}

.bl_sec_solution-linkArea .bl_shadowBox {
  width: calc(25% - 15px);
  padding: 16px 16px;
  margin-right: 20px !important;
}

.bl_sec_solution-linkArea .bl_shadowBox:nth-child(n + 3) {
  margin-top: 0px !important;
}

.bl_sec_solution-linkArea .bl_shadowBox:nth-child(n + 5) {
  margin-top: 40px !important;
}

.bl_sec_solution-linkArea .bl_shadowBox:nth-child(4n) {
  margin-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .bl_sec_solution-linkArea .bl_shadowBox {
    width: calc(50% - 10px);
  }
  .bl_sec_solution-linkArea .bl_shadowBox:nth-child(2n) {
    margin-right: 0px !important;
  }
  .bl_sec_solution-linkArea .bl_shadowBox:nth-child(3n) {
    margin-top: 40px !important;
  }
  .bl_sec_solution-linkArea .bl_shadowBox:nth-child(n + 3) {
    margin-top: 40px !important;
  }
}

.bl_sec_solution-linkArea .bl_shadowBox figure a {
  padding: 0;
}

.bl_sec_solution-linkArea .bl_shadowBox:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* モーダル展開後 */
.remodal.modal {
  max-width: 860px;
  padding: 35px;
  max-height: 540px;
  text-align: left;
  border-radius: 20px;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .remodal.modal {
    padding: 45px 20px 30px;
    width: 90%;
    max-height: 500px;
  }
}

.remodal.modal h3 {
  color: #c13b40;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .remodal.modal h3 {
    margin-bottom: 25px;
  }
}

.remodal.modal .remodal-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 100%;
  width: 25px;
  height: 25px;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .remodal.modal .remodal-close {
    left: 95%;
  }
}

.remodal.modal .remodal-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 35px;
  background: #707070;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.remodal.modal .remodal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 35px;
  background: #707070;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.remodal-wrapper {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.remodal .modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.remodal .modal_inner_block {
  width: calc(50% - 15px);
  margin: 0 15px 20px 0;
}

.remodal .modal_inner_block:nth-child(even) {
  margin: 0 0 0 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_block {
    width: 100%;
    margin: 0;
  }
  .remodal .modal_inner_block:nth-child(even) {
    margin: 30px 0 0 0;
  }
}

.remodal .modal_inner_block figure {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_block figure {
    display: none;
  }
}

.remodal .modal_inner_block figure img {
  width: 100%;
  height: 100%;
}

.remodal .modal_inner_block h4 {
  font-size: 2.2rem;
  line-height: 1.63;
  margin-bottom: 15px;
}

.remodal .modal_inner_block p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_block p {
    margin-bottom: 20px;
  }
}

.remodal .modal_inner_block p:last-of-type {
  margin-bottom: 0;
}

.remodal .modal_inner_title {
  margin-top: 30px;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_title {
    margin-top: 0;
  }
}

.remodal .modal_inner_list {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.remodal .modal_inner_list li {
  max-width: 300px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_list li {
    width: 48%;
    max-width: initial;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .remodal .modal_inner_list li:nth-child(2n) {
    margin-right: 0;
  }
}

.remodal .modal_inner_list li .item_inner figure {
  margin-bottom: -30px !important;
}

.remodal .modal_inner_list li .item_inner figure a {
  display: block;
  margin: 0 auto 20px;
  max-width: 132px;
  min-height: 102px;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_list li .item_inner figure a {
    min-height: initial;
  }
}

.remodal .modal_inner_list li .item_inner figure a img {
  width: 100%;
  height: auto;
}

.remodal .modal_inner_list li .item_inner p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_list li .item_inner p {
    font-size: 1.2rem;
  }
}

.remodal .modal_inner_list li .item_inner .item_title-c {
  color: #c13b40;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .remodal .modal_inner_list li .item_inner .item_title-c {
    font-size: 1.4rem;
  }
}

.remodal .modal_inner_list li .item_inner .item_title-c a {
  color: #c13b40;
}

.remodal .modal_inner_list li .item_inner .item_title-c a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* ===================================================================
CSS information
 file name  :  original03.css
 style info :  独自スタイル用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------

Creative Vision.Net

-----------------------------------------------------------------*/
@media only screen and (max-width: 690px) {
  .pc-visible {
    display: none !important;
  }
}

.sp-visible {
  display: none !important;
}

@media only screen and (max-width: 690px) {
  .sp-visible {
    display: block !important;
  }
}

.section.p_01 {
  padding: 80px 0;
}

@media only screen and (max-width: 690px) {
  .section.p_01 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 690px) {
  .section.sp_0 {
    padding: 0px;
  }
}

.section_head.p_01 {
  padding: 0 0 80px;
}

@media only screen and (max-width: 690px) {
  .section_head.p_01 {
    padding: 0 0 50px;
  }
}

.border {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.mt-50 {
  margin-top: 50px;
}

.page_button {
  text-align: center;
}

.page_button a {
  display: inline-block;
  padding: 10px 12px;
  color: #c13b40;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: solid 2px #c13b40;
  border-radius: 30px;
}

.page_button a:hover {
  color: #fff;
  background: #c13b40;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page_button.p_01 a {
  padding: 10px 55px;
}

.page_button.p_02 a {
  padding: 10px 20px;
}

.about_button {
  text-align: left;
  margin-bottom: 16px;
}

.about_button_fashioncoco {
  width: 260px;
}

.about_button a {
  padding: 10px 8px;
  width: 100%;
  text-align: center !important;
  display: block;
}

.triangle-right {
  position: relative;
}

.triangle-right::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  margin-right: -12px;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 8px solid #333333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media only screen and (max-width: 690px) {
  .triangle-right::after {
    content: none;
  }
}

.bg-gray-traiangle {
  position: relative;
}

.bg-gray-traiangle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 65px solid #fff;
  /* 好みで高さ色を変えてください */
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.border-top-gray {
  border-top: solid 1px #e5e5e5;
}

.border-bottom-gray {
  border-bottom: solid 1px #e5e5e5;
}

.sec_txt_img_2col_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_wrapper {
    display: block;
  }
}

.sec_txt_img_2col_desc {
  width: 50%;
  padding-right: 20px;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_desc {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.sec_txt_img_2col_desc_bold {
  font-size: 2.8rem;
  margin-bottom: 24px;
}

.sec_txt_img_2col_img {
  width: 50%;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_img {
    width: 100%;
  }
}

.sec_txt_img_2col_img img {
  width: 100%;
}

.img_adjust {
  margin-left: auto;
  max-width: 400px;
}

@media only screen and (max-width: 690px) {
  .img_adjust {
    margin-left: 0;
    max-width: initial;
  }
}

.img_adjust_alipay {
  margin: 0 auto;
  max-width: 400px;
}

@media only screen and (max-width: 690px) {
  .img_adjust_alipay {
    margin: 30px auto;
    width: 70%;
    max-width: initial;
  }
}

.page_main_about .sec_txt_img_2col_desc_bold,
.cvn_page_concept .sec_txt_img_2col_desc_bold {
  margin-bottom: 16px;
}

.page_main_about span.marker,
.cvn_page_concept span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(50%, #fff799), color-stop(60%, transparent));
  background: linear-gradient(transparent 40%, #fff799 50% 70%, transparent 60%);
  font-weight: bold;
}

.list_img_txt_4col_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 690px) {
  .list_img_txt_4col_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.list_img_txt_4col_item {
  margin-right: 29px;
}

@media only screen and (max-width: 690px) {
  .list_img_txt_4col_item {
    width: 49%;
    margin-right: 0;
  }
}

.list_img_txt_4col_item:last-child {
  margin-right: 0;
}

.list_img_txt_4col_item h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.list_img_txt_4col_img {
  margin-bottom: 15px;
  width: 100%;
  min-height: 140px;
}

@media only screen and (max-width: 690px) {
  .list_img_txt_4col_img {
    min-height: initial;
  }
}

.list_img_txt_4col_img img {
  width: 100%;
}

.cvn_page_features p {
  margin-bottom: 80px;
}

@media only screen and (max-width: 690px) {
  .cvn_page_features p {
    text-align: left;
    margin-bottom: 50px;
  }
}

.cvn_page_features p.center {
  text-align: center !important;
}

.cvn_page_features .sec_txt_img_2col_head_head {
  font-size: 2.8rem;
  margin-bottom: 24px !important;
}

@media only screen and (max-width: 690px) {
  .cvn_page_features .sec_txt_img_2col_head_head {
    font-size: 2.4rem;
    margin-bottom: 5px !important;
  }
}

.sec_txt_img_2col_head_bg {
  margin: 0 calc(50% - 50vw);
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_bg {
    background: #f7f7f7;
  }
}

.sec_txt_img_2col_head_bg-gray {
  background: #f7f7f7;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_bg.sp-pink {
    background: #fbf6f6;
  }
}

.sec_txt_img_2col_head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 40px;
  max-width: 1024px;
  margin: 0 auto;
}

@media only screen and (max-width: 840px) {
  .sec_txt_img_2col_head_wrapper {
    padding: 80px 28px 40px;
  }
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_wrapper {
    padding: 25px 0;
  }
}

.sec_txt_img_2col_head_wrapper .order_desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_wrapper .order_desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sec_txt_img_2col_head_wrapper .order_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_wrapper .order_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_wrapper {
    display: block;
    width: 94%;
  }
}

.sec_txt_img_2col_head_desc {
  width: 50%;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_desc {
    width: 100%;
  }
}

.sec_txt_img_2col_head_head {
  color: #c13b40;
  font-size: 2.4rem;
  font-weight: bold;
  text-align-last: left;
  margin-bottom: 42.5px !important;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_head {
    margin-bottom: 15px !important;
  }
}

.sec_txt_img_2col_head_head span {
  font-size: 5rem;
}

.sec_txt_img_2col_head_txt {
  text-align-last: left;
}

.sec_txt_img_2col_head_img_r {
  margin-left: auto;
  width: 45%;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_img_r {
    margin-left: 0;
    width: 100%;
  }
}

.sec_txt_img_2col_head_img_l {
  margin-right: auto;
  width: 45%;
}

@media only screen and (max-width: 690px) {
  .sec_txt_img_2col_head_img_l {
    margin-right: 0;
    width: 100%;
  }
}

.cvn_page_ss h2 {
  margin-bottom: 77px;
}

@media only screen and (max-width: 690px) {
  .cvn_page_ss h2 {
    margin-bottom: 20px;
  }
}

.cvn_page_ss .sec_txt_img_2col_wrapper {
  margin-bottom: 50px;
}

@media only screen and (max-width: 690px) {
  .cvn_page_ss .sec_txt_img_2col_wrapper {
    margin-bottom: 20px;
  }
}

.list_icon_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .list_icon_txt {
    max-width: auto;
    width: 94%;
  }
}

.list_icon_txt_4col .list_icon_txt_item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 840px) {
  .list_icon_txt_4col .list_icon_txt_item:nth-child(4n) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 690px) {
  .list_icon_txt_4col .list_icon_txt_item:nth-child(4n) {
    margin-right: 20px;
  }
}

.list_icon_txt_4col .list_icon_txt_item h3 {
  line-height: 1.4;
}

.list_icon_txt_4col .list_icon_txt_item h3 .title_sub {
  font-size: 1.4rem;
}

.list_icon_txt_4col .list_icon_txt_item .title_adjust {
  min-height: 50px;
}

.list_icon_txt_3col {
  max-width: 763px;
}

.list_icon_txt_3col .list_icon_txt_item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 840px) {
  .list_icon_txt_3col .list_icon_txt_item:nth-child(3n) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 690px) {
  .list_icon_txt_3col .list_icon_txt_item:nth-child(3n) {
    margin-right: 20px;
  }
}

.list_icon_txt_item {
  max-width: 240px;
  margin-right: 20px;
}

@media only screen and (max-width: 840px) {
  .list_icon_txt_item {
    max-width: initial;
    width: 45%;
  }
}

@media only screen and (max-width: 840px) {
  .list_icon_txt_item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.list_icon_txt_item h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.list_icon_txt_item p {
  margin-bottom: 50px;
}

.list_icon_txt_icon {
  margin-bottom: 16px;
}

.list_icon_txt_icon img {
  width: 100%;
}

/*-----------------------------------------------------------------

adi-mo

-----------------------------------------------------------------*/
.bl-adi-mo_image {
  margin-bottom: 80px;
}

.bl-merit_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl-merit_flow li {
  position: relative;
  margin-right: 5%;
  padding: 40px 10px 30px;
  width: 30%;
  max-width: 308px;
  border: solid 4px #c13b40;
  list-style-type: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-merit_flow li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: initial;
  }
}

.bl-merit_flow li:last-child {
  margin-right: 0;
}

.bl-merit_flow .number {
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 3px 5px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background: #707070;
}

.bl-merit_flow h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.bl-adi-mo_scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl-adi-mo_scene li {
  margin-right: 8%;
  margin-bottom: 60px;
  width: 28%;
  list-style-type: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl-adi-mo_scene li {
    margin-right: 2%;
    margin-bottom: 40px;
    width: 48%;
    max-width: initial;
  }
}

@media only screen and (max-width: 767px) {
  .bl-adi-mo_scene li:nth-child(2n) {
    margin-right: 0;
  }
}

.bl-adi-mo_scene li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .bl-adi-mo_scene li:nth-child(3n) {
    margin-right: 2%;
  }
}

.bl-adi-mo_scene li figure {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bl-adi-mo_scene li figure {
    margin-bottom: 10px;
  }
}

.bl-adi-mo_scene li h3 {
  margin-bottom: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .bl-adi-mo_scene li h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.bl-adi-mo_scene li p {
  letter-spacing: -0.01rem;
}

/*-----------------------------------------------------------------

rfid

-----------------------------------------------------------------*/
.list_icon_txt_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (max-width: 840px) {
  .list_icon_txt_between {
    width: 94%;
  }
}

@media only screen and (max-width: 690px) {
  .list_icon_txt_between {
    max-width: auto;
  }
}

.list_icon_txt_between_item {
  max-width: 314px;
}

@media only screen and (max-width: 840px) {
  .list_icon_txt_between_item {
    width: 45%;
    max-width: initial;
  }
}

@media only screen and (max-width: 690px) {
  .list_icon_txt_between_item {
    max-width: auto;
    width: 100%;
    margin: 0 auto;
  }
}

.list_icon_txt_between_item h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.list_icon_txt_between_icon {
  margin-bottom: 16px;
}

.list_icon_txt_between_icon img {
  width: 100%;
}

.box_shadow {
  padding: 40px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 690px) {
  .box_shadow {
    padding: 40px 20px;
  }
}

.box_shadow p {
  text-align: center;
  padding: 0 50px;
}

@media only screen and (max-width: 690px) {
  .box_shadow p {
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
  }
}

.box_shadow_img {
  padding: 30px 80px 0;
}

@media only screen and (max-width: 690px) {
  .box_shadow_img {
    padding: 0;
  }
}

.box_shadow_flex {
  padding: 30px 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 690px) {
  .box_shadow_flex {
    padding: 30px 0 0;
    display: block;
  }
}

.box_shadow_flex_item {
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  .box_shadow_flex_item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.box_shadow_flex_item_img {
  width: 100%;
  margin-bottom: 30px;
}

.box_shadow_flex_item_img img {
  width: 100%;
}

.box_shadow_flex_item h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.box_shadow_wrapper {
  padding: 0 50px;
}

@media only screen and (max-width: 690px) {
  .box_shadow_wrapper {
    padding: 0;
    text-align: left;
  }
}

.box_shadow_wrapper h2 {
  font-size: 2.8rem !important;
  margin-bottom: 22px;
}

.box_shadow_wrapper .sec_txt_img_2col_desc_bold {
  font-size: 2.4rem !important;
  margin-bottom: 15px !important;
}

.box_shadow_wrapper p {
  text-align: left !important;
  padding-left: 0 !important;
}

.bl-rfid_wrap {
  padding: 30px 80px 0;
}

@media only screen and (max-width: 767px) {
  .bl-rfid_wrap {
    padding: 30px 10px 0;
  }
}

.bl-rfid_wrap p {
  padding: 0;
  text-align: left !important;
}

.bl-rfid_wrap .mb-30 {
  margin-bottom: 30px;
}

.bl-rfid_introduction_title {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.bl-rfid_img_adjust {
  margin-left: auto;
  max-width: 340px;
}

@media only screen and (max-width: 767px) {
  .bl-rfid_img_adjust {
    margin-left: 0;
    max-width: initial;
  }
}

/*-----------------------------------------------------------------

time-navi

-----------------------------------------------------------------*/
.step_wrapper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0 40px;
}

@media only screen and (max-width: 690px) {
  .step_wrapper_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.step_wrapper p {
  text-align: center;
}

.step_wrapper_p {
  text-align: left !important;
  margin-bottom: 20px;
}

.step_item {
  margin-right: 30px;
  max-width: 233px;
}

@media only screen and (max-width: 690px) {
  .step_item {
    max-width: auto;
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.step_item:last-child {
  margin-right: 0;
}

.step_item h3 {
  font-size: 1.8rem;
  text-align: center;
}

.step_num {
  font-size: 1.4rem;
  color: #c13b40;
  margin-bottom: 15px;
}

@media only screen and (max-width: 690px) {
  .step_num {
    margin-bottom: 5px;
  }
}

.step_num span {
  font-size: 2.2rem;
}

.step_img {
  margin-bottom: 20px;
  width: 100%;
}

.step_img img {
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .step_img {
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------------------

handy

-----------------------------------------------------------------*/
.sec_result h2 {
  color: #c13b40;
  margin-bottom: 75px;
}

@media only screen and (max-width: 690px) {
  .sec_result h2 {
    text-align: center;
  }
}

.bg-gray-list-item {
  padding: 120px 0 80px;
  max-width: 1024px;
}

.txt-red {
  color: #c13b40;
  font-size: 2.8rem;
  font-weight: bold;
}

.bg_step_wrapper .sec_txt_img_2col_head_head {
  margin-bottom: 15px !important;
  color: transparent;
}

.bg_step_wrapper h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.smoody {
  margin-top: -72px;
  padding-top: 72px;
}

@media only screen and (max-width: 840px) {
  .smoody {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.mendy {
  margin-top: -72px;
  padding-top: 72px;
}

@media only screen and (max-width: 840px) {
  .mendy {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* ===================================================================
CSS information
 file name  :  original04.css
 style info :  独自スタイル用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------
ソリューション下層ページ
-----------------------------------------------------------------*/
.col_bg.triangle {
  position: relative;
}

.col_bg.triangle::before {
  content: "";
  width: 0;
  height: 0;
  border: 85px solid transparent;
  border-top: 55px solid #fff;
  border-bottom: none;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.section.l_sales_single {
  padding: 25px 0 40px;
}

.section.l_sales_single .item_title-l {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 15px;
}

.section.l_sales_single .solution_list-text {
  font-weight: normal;
}

.section.l_sales_single .sec_ttl_center {
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.section.l_sales_single .sec_ttl_center.text_red {
  margin-top: 40px;
}

.section.l_sales_single .sec_text_center {
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

@media only screen and (max-width: 690px) {
  .section.l_sales_single {
    padding: 0px 0px 10px;
  }
  .section.l_sales_single .item_title-l {
    line-height: 1.75;
    margin-bottom: 0px;
  }
  .section.l_sales_single .solution_list-text {
    display: none;
  }
  .section.l_sales_single .sec_ttl_center {
    font-size: 2.8rem;
    line-height: 1.29;
    margin-bottom: 8px;
  }
  .section.l_sales_single .sec_ttl_center.text_red {
    margin-top: 25px;
  }
  .section.l_sales_single .sec_text_center {
    margin-bottom: 35px;
  }
}

.section.l_sales_single02 {
  padding: 120px 0 50px;
}

.section.l_sales_single02 .item_title-l {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 15px;
}

.section.l_sales_single02 .solution_list-text {
  font-weight: normal;
}

.section.l_sales_single02 .sec_ttl_center {
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.section.l_sales_single02 .sec_text_center {
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

.section.l_sales_single02 .page_button {
  display: none;
}

@media only screen and (max-width: 690px) {
  .section.l_sales_single02 {
    padding: 80px 0 60px;
  }
  .section.l_sales_single02 .item_title-l {
    line-height: 2.25;
    margin-bottom: 10px;
  }
  .section.l_sales_single02 .solution_list-text {
    display: block;
  }
  .section.l_sales_single02 .sec_ttl_center {
    font-size: 2.8rem;
    line-height: 1.29;
    margin-bottom: 8px;
  }
  .section.l_sales_single02 .sec_ttl_center.text_red {
    margin-top: 25px;
  }
  .section.l_sales_single02 .sec_text_center {
    margin-bottom: 35px;
  }
  .section.l_sales_single02 .page_button {
    display: block;
    margin-top: 20px;
  }
}

.section.l_solution_single {
  padding: 25px 0 40px;
}

.section.l_solution_single .item_title-l {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 15px;
}

.section.l_solution_single .solution_list-text {
  font-weight: normal;
}

.section.l_solution_single .sec_ttl_center {
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

.section.l_solution_single .sec_ttl_center.text_red {
  margin-top: 40px;
  margin-bottom: 8px;
}

.section.l_solution_single .ly-col-4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section.l_solution_single .sec_text_center {
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

@media only screen and (max-width: 690px) {
  .section.l_solution_single {
    padding: 0px 0px 10px;
  }
  .section.l_solution_single .item_title-l {
    line-height: 1.75;
    margin-bottom: 0px;
  }
  .section.l_solution_single .solution_list-text {
    display: none;
  }
  .section.l_solution_single .sec_ttl_center {
    font-size: 2.8rem;
    line-height: 1.29;
    margin-bottom: 8px;
  }
  .section.l_solution_single .sec_ttl_center.text_red {
    margin-top: 25px;
  }
  .section.l_solution_single .ly-col-4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section.l_solution_single .sec_text_center {
    margin-bottom: 35px;
  }
}

.section.l_solution_single02 {
  padding: 120px 0 50px;
}

.section.l_solution_single02 .item_title-l {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 15px;
}

.section.l_solution_single02 .solution_list-text {
  font-weight: normal;
}

.section.l_solution_single02 .sec_ttl_center {
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

.section.l_solution_single02 .sec_text_center {
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}

.section.l_solution_single02 .ly-col-4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 690px) {
  .section.l_solution_single02 {
    padding: 80px 0 60px;
  }
  .section.l_solution_single02 .item_title-l {
    line-height: 2.25;
    margin-bottom: 10px;
  }
  .section.l_solution_single02 .solution_list-text {
    display: block;
  }
  .section.l_solution_single02 .sec_ttl_center {
    font-size: 2.8rem;
    line-height: 1.29;
    margin-bottom: 8px;
  }
  .section.l_solution_single02 .sec_ttl_center.text_red {
    margin-top: 25px;
  }
  .section.l_solution_single02 .sec_text_center {
    margin-bottom: 35px;
  }
  .section.l_solution_single02 .ly-col-4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section.l_solution_single02 .page_button {
    display: block;
    margin-top: 20px;
  }
}

.bl-cta_area.mt_none {
  margin-top: 0px;
}

.bl-solution_list_adjust .item .item_inner {
  padding: 8px 10px 0;
}

@media only screen and (max-width: 690px) {
  .bl-solution_list_adjust .item .item_inner {
    padding: 10px;
  }
}

.bl-solution_list_adjust .item .item_inner .item_title-l {
  margin-bottom: 8px;
  line-height: 1.4;
}
/*# sourceMappingURL=original.css.map */