@charset "UTF-8";

html {
  font-size: 62.5%;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
.float_image {
  margin: 0;
  padding: 0;
}

main {
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (min-width: 1201px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .pc_only {
    display: none !important;
  }
}

.textStrong {
  font-weight: bold;
}

.bg_color_1 {
  background-color: #F2F2F2;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*========== header ==========*/
#header {
  overflow: hidden;
  width: 100%;
  height: 80px;
  background: #fff;
}

#header .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
}

#header .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#header .site_title {
  float: left;
  padding: 15px 0 10px;
}

#header .site_title_inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: #000;
}

#header .lead_text {
  font-size: 17px;
  font-weight: normal;
}

#header .title_text {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  #header .lead_text {
    font-size: 12px;
  }

  #header .title_text {
    font-size: 15px;
  }
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header a {
  text-decoration: none;
}

#header ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  float: right;
  min-height: 38px;
  width: 401px;
}

#header ul li {
  float: left;
  width: 198px;
}

#header ul li a {
  display: table;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
}

#header ul li a:before {
  display: table-cell;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

#header ul li a .label {
  display: table-cell;
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
}

#header ul li a .label>span {
  display: none;
  font-weight: bold;
}

#header ul .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #d8152c;
}

#header ul .btn_download a:before {
  width: 18px;
  background-image: url(../../../../../img/ss/common/bg_icon_dl_001.png);
}

#header ul .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #0a7ec4;
}

#header ul .btn_contact a:before {
  width: 24px;
  background-image: url(../../../../../img/ss/common/bg_icon_contact_001.png);
}

#header ul .btn_tel {
  display: none;
  background-color: #00284a;
}

#header ul .btn_tel a:before {
  background-image: url(../../../../../img/ss/common/bg_icon_tel_001.png);
}

#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo a img {
  height: auto;
}

#header .site_title {
  padding: 15px 0 10px;
}

@media screen and (max-width: 768px) {
  /* Header */
  #header {
    position: relative;
    z-index: 10000;
    overflow: visible;
    width: 100%;
    height: auto;
  }

  #header .inner {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
  }

  #header .head_box {
    margin: 0;
    padding: 12px 15px;
    width: 100%;
  }

  #header .head_box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  #header .site_title {
    float: none;
    padding: 0;
    width: 50%;
    width: calc(100% - 75px);
  }

  #header .site_title img {
    max-height: 30px;
    width: auto;
  }

  #header .logo {
    float: none;
    margin-bottom: 5px;
    margin-left: 0;
    width: 80px;
  }

  #header .logo a {
    padding: 0;
  }

  #header .list_box {
    width: 100%;
  }

  #header ul li {
    width: 50%;
  }

  #header ul .btn_download {
    margin-right: 0;
    border-radius: 0;
  }

  #header ul .btn_contact {
    border-radius: 0;
  }
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  background: #f2f2f2;
  padding: 10px 0;
  margin-top: 20px;
}
#breadcrumb ul {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
  text-align: left;
}
#breadcrumb li {
  color: #333;
  display: inline-block;
  font-size: 14px;
}
#breadcrumb li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  transform: rotate(45deg);
}
#breadcrumb li a {
  color: #333;
  text-decoration: underline;
}
#breadcrumb li:last-child:after {
  display: none;
}

@media (max-width: 1200px) {
  /* Breadcrumbs */
  #breadcrumb {
    margin-top: 0;
    display: block;
  }

  #breadcrumb ul,
  #breadcrumb ol {
    padding: 0 15px;
  }
}

.text {
  margin-top: 10px;
  font-size: 14px;
}

/* section */

.section_inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section_title_01 {
  margin: 0 auto;
  padding-right: 570px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
}

.section_title_02 {
  color: #0072b7;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.section_title_03 {
  margin-top: 60px;
  font-size: 20px;
  padding: 15px 40px;
  font-weight: bold;
  background-color: #0072b7;
  color: #ffffff;
  font-weight: bold;
}

.section_title_04 {
  margin-top: 40px;
  font-size: 20px;
  padding: 15px 40px;
  font-weight: bold;
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
  position: relative;
}

.section_title_04::before {
  content: "";
  position: absolute;
  border: 2px solid #0072b7;
  left: 0;
  bottom: 0;
  top: 0;
}

.section_title_05 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #0072b7;
}

@media (max-width: 1200px) {
  .section_title_01 {
    font-size: 26px;
    padding-right: 370px;
  }
  .section_title_02 {
    font-size: 18px;
  }

  .section_title_03 {
    margin-top: 40px;
    font-size: 20px;
    padding: 15px 30px;
  }

  .section_title_04 {
    margin-top: 30px;
    font-size: 20px;
    padding: 15px 30px;
    font-weight: bold;
  }

  .section_title_05 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section_inner {
    padding: 0 15px;
  }

  .section_title_01 {
    font-size: 24px;
    padding: 0;
  }

  .section_title_03 {
    margin-top: 30px;
    font-size: 18px;
    padding: 10px 20px;
  }

  .section_title_04 {
    font-size: 18px;
    padding: 10px 20px;
  }

  .section_title_05 {
    margin-top: 20px;
  }
}

.company_section {
  margin: 60px 0 0;
}

.lead_block {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row-reverse;
  padding: 30px 0 40px;
  margin-top: 30px;
}

.lead_block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 100vmax #f2f2f2;
  clip-path: inset(0 -100vmax -100px);
  z-index: -1;
}

.lead_block.noinfo::before {
  clip-path: inset(0 -100vmax);
}

.lead_block .lead_text {
  width: 100%;
  margin-right: 30px;
}

.lead_image {
  flex-shrink: 0;
  max-width: 530px;
  width: 100%;
  margin-top: -94px;
}

.lead_image.small {
  max-width: 340px;
}

.lead_block .lead_image img {
  width: 100%;
}

.info_block {
  display: block;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 8px 8px 0 0;
}

.info_block .section_title_05 {
  margin-top: 0;
}

.info_block .text {
  margin-top: 10px;
  font-size: 14px;
}

.info_block .list {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  row-gap:10px;
  column-gap:20px;
}

.info_block .list_item {
  padding-left: 0;
}

.info_block .list_item + .list_item {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .company_section {
    margin-top: 40px;
  }
  .lead_image {
    max-width: 354px;
    margin-top: -64px;
  }

  .lead_block {
    margin-top: 20px;
    padding: 20px 0;
    display: block;
  }

  .lead_block .lead_image.small {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .lead_block .lead_text {
    margin-right: 16px;
  }

  .info_block {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .company_section {
    margin-top: 40px;
  }
  .lead_image,
  .lead_image.small {
    max-width: none;
    margin-top: 0;
  }

  .lead_block {
    margin-top: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .lead_block .lead_image.small {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }

  .lead_block .lead_text {
    margin-right: 0;
    margin-top: 20px;
  }

  .info_block {
    margin-top: 20px;
  }

  .info_block .list {
    flex-direction: column;
  }
/*
  .info_block .list_item + .list_item {
    margin-left: 0;
    margin-top: 20px;
  } */
}

/*  */

.interview_section {
  margin-top: 60px;
  /* max-width: 900px; */
}

@media (max-width: 767px) {
  .interview_section {
    max-width: 100%;
    margin: 0;
  }
}

.text_area .text {
  margin-top: 40px;
}

.emphasis {
  color: #0072b7;
  font-weight: 700;
  font-size: 20px;
}

.emphasis + .text {
  margin-top: 20px;
}

.text_area .section_title_05 + .text {
  margin-top: 10px;
}

.text_area {
  position: relative;
}

.text_area::after {
  content: "";
  clear: both;
  display: block;
}

.text_area .float_image {
  max-width: 360px;
  float: left;
  margin: 0 30px 20px 0;
}

figure figcaption {
  margin-top: 10px;
  font-size: 12px;
}

.text_area.-reverse .float_image {
  float: right;
  margin: 0 0 20px 30px;
}

.image_block {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.image_block .image_item {
  max-width: 550px;
  width: 100%;
}

.image_item img {
  width: 100%;
}

.image_item + .image_item {
  margin-left: 40px;
}

@media (max-width: 1200px) {
  .text_area .float_image {
    max-width: 240px;
  }
  .text_area.-reverse .float_image {
    margin: 0 0 20px 20px;
  }
  .text_area .float_image {
    margin: 0 20px 20px 0;
  }
  .text_area .text {
    margin: 30px 0 0;
  }
  .emphasis + .text {
    margin: 15px 0 0;
  }

  .image_block {
    margin-top: 30px;
  }

  .image_block .image_item {
    max-width: 344px;
  }

  .image_item + .image_item {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .text_area .text {
    margin-top: 20px;
  }
  .emphasis + .text {
    margin-top: 10px;
  }

  .text_area {
    float: none;
  }

  .text_area .float_image {
    float: none;
    width: 100%;
    max-width: none;
    margin: 20px 0 0;
  }

  .text_area .float_image img {
    width: 100%;
  }

  .image_block {
    margin-top: 20px;
    flex-direction: column;
  }

  .image_block .image_item {
    max-width: none;
  }

  .image_item + .image_item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.list {
  font-size: 14px;
  list-style: none;
}

.list_item {
  position: relative;
  padding-left: 1em;
}

.list_item + .list_item {
  margin-top: 5px;
}

.list_item > .list {
  margin: 1px 0 0;
}

.list_item .list_item {
  padding-left: 1em;
}

.list.-dot {
  margin: 10px 0 0;
}

.list.-dot > .list_item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .list.-dot {
    margin: 24px 15px 0;
  }
}

.text a {
  position: relative;
  color: #2079d2;
}

.text a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.conversion_section {
  background-color: #0a7ec4;
  box-shadow: 0 0 0 100vmax #0a7ec4;
  clip-path: inset(0 -100vmax);
  padding: 40px 0;
  margin-top: 40px;
}

.catalog_list {
  display: flex;
  justify-content: center;
}

.catalog_item {
  padding: 30px;
  background-color: #fff;
  display: flex;
  width: 100%;
  max-width: 560px;
}

.catalog_item + .catalog_item {
  margin-left: 20px;
}

.catalog_image {
  flex-shrink: 0;
  max-width: 210px;
  max-height: 148px;
  background-color: #F2F2F2;
  text-align: center;
  width: 100%;
}

.catalog_image img {
  height: 100%;
  width: auto;
}

.catalog_item + .catalog_item .catalog_image img {
  padding: 10px 0;
}

.catalog_info {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.catalog_title {
  font-size: 16px;
  font-weight: bold;
}

.catalog_info .catalog_link {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  width: 100%;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #D8152C;
  color: #fff;
}

.catalog_info .catalog_link::before {
  content: "";
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  background-image: url(/img/ss/products/software/rk-customers-voice/icon01.png);
}

@media (max-width: 1200px) {
  .conversion_section {
    margin-top: 30px;
    padding: 30px 0;
  }
  .catalog_item {
    flex-direction: column;
    padding: 20px;
    /* align-items: center; */
  }
  .catalog_image {
    margin-top: 10px;
    width: 100%;
    order: 2;
  }
  .catalog_image img {
    width: 100%;
  }

  .catalog_image {
    position: relative;
    padding-top: 70.7%;
    background-color: #F2F2F2;
    max-width: none;
    max-height: none;
  }

  .catalog_image img {
    position: absolute;
    height: 100%;
    transform: translate(-50%,-50%);
    top: 50%;
    width: auto;
    left: 50%;
  }
  .catalog_info {
    display: contents;
  }
  .catalog_title {
    order: 1;
  }
  .catalog_info .catalog_link {
    margin-top: 20px;
    order: 3;
  }
}

@media (max-width: 767px) {
  .conversion_section {
    margin-top: 30px;
    padding: 30px 0;
  }
  .catalog_list {
    flex-direction: column;
  }
  .catalog_item + .catalog_item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.top_btn_section {
  max-width: 1170px;
  margin: 40px auto 0;
  padding: 20px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.top_btn {
  text-align: center;
}

.top_btn .top_btn_link {
  color: #333;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}

.top_btn_link::before,
.top_btn_link::after {
  position: absolute;
  display: block;
  content: "";
}

.top_btn_link::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #0a7ec4;
}

.top_btn_link::after {
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

@media (max-width: 1200px) {
  .top_btn_section {
    margin: 30px auto 0;
  }
}

.other_section {
  margin: 60px auto 0;
  padding: 60px 0 50px;
  background-color: #f2f2f2;
}

.other_section .section_title_02 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.other_list {
  margin: 40px auto 0;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  display: flex;
}

.slick-list {
  /* overflow: visible; */
  padding-bottom: 10px;
}

.slick-track {
  display: flex;
}

.other_item {
  max-width: 236px;
  width: 100%;
  margin: 0 19px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  height: auto;
}

.other_link:hover {
  opacity: 1;
}

.other_link:hover img {
  transform: scale(1.1);
}

.other_img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.other_img img {
  width: 100%;
  transition: all 0.8s;
}

.other_list .other_about {
  padding: 20px;
  color: #333;
}

.other_desc {
  font-size: 14px;
}

.other_title {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.slick-arrow.prev,
.slick-arrow.next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.slick-arrow.prev {
  left: 15px;
  border-top: 3px solid #0a7ec4;
  border-right: 3px solid #0a7ec4;
  transform: translateY(-50%) rotate(-135deg);
}

.slick-arrow.next {
  right: 15px;
  border-top: 3px solid #0a7ec4;
  border-right: 3px solid #0a7ec4;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1200px) {
  .other_section {
    margin-top: 40px;
    padding: 40px 0;
  }
  .other_item {
    max-width: none;
    margin: 0 15px;
  }
  .slick-arrow.prev {
    left: 20px;
  }

  .slick-arrow.next {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .other_section {
    padding: 40px 0;
  }
  .other_section .section_inner {
    overflow: hidden;
    padding: 0;
  }
  .other_list {
    padding: 0;
  }
  .other_item {
    width: auto;
    margin: 0 20px;
  }
  .other_section .section_title_02 {
    font-size: 22px;
  }
  .slick-arrow.next {
    right: 35px;
  }
  .slick-arrow.prev {
    left: 35px;
  }
}

.follow_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 100px 0 0;
  background: #535353;
  z-index: 10000;
}

.follow_footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 0 auto;
  padding: 12px 15px 10px;
  max-width: 1170px;
}

.footer_info {
  display: flex;
  align-items: center;
  color: #fff;
}

.footer_info .info {
  margin: 0 20px 0 0;
}

.footer_info .title {
  font-size: 14px;
}

.footer_info .time {
  margin-top: 5px;
  font-size: 12px;
}

.footer_info .number {
  font-size: 22px;
  font-weight: bold;
}

.footer_info .number a {
  color: #fff;
}

.follow_footer .list_box {
  display: flex;
}

.follow_footer .list_box li + li {
  margin-left: 10px;
}

.follow_footer .list_box li a {
  display: block;
  width: 195px;
  padding: 14px 10px 11px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.follow_footer .btn_download a {
  background: #d8152c;
}

.follow_footer .btn_contact a {
  background: #0a7ec4;
}

.follow_footer .list_box li span {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
}

@media (max-width: 1200px) {
  .follow_footer .inner {
    flex-direction: column-reverse;
    padding: 0;
  }

  .follow_footer .footer_info {
    display: none;
  }

  .follow_footer .list_box {
    margin-top: 0;
    width: 100%;
  }

  .follow_footer .list_box li {
    width: 50%;
  }

  .follow_footer .list_box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 8px 11px;
    font-size: 14px;
  }

  .follow_footer .list_box li + li {
    margin-left: 0;
  }
}

/*========== footer ==========*/
#footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

#footer .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}

#footer .copy a {
  text-decoration: none;
}

#footer .copy p {
  float: left;
  width: 50%;
  color: #333;
  font-size: 12px;
}

#footer .copy ul {
  float: right;
  width: 50%;
  text-align: right;
}

#footer .copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px #333;
}

#footer .copy ul li:last-child {
  border-right: none;
}

#footer .copy ul li a {
  color: #333;
  font-size: 12px;
  opacity: 1;
}

#footer .copy ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  /* Footer */
  #footer {
    order: 2;
  }

  #footer .copy {
    padding: 12px 0;
  }

  #footer .copy p,
  #footer .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }

  #footer .copy ul {
    margin-bottom: 5px;
  }

  #footer .copy ul li a {
    font-weight: bold;
  }
}

.series_download_section {
  margin-top: 40px;
}

.series_download_section .catalog_list {
  max-width: 860px;
  margin: 40px auto 0;
}

.series_download_section .catalog_item {
  padding: 0;
}

.series_download_section .catalog_image {
  max-width: 400px;
  max-height: none;
  width: 100%;
}

.series_download_section .catalog_image img {
  width: 100%;
  position: static;
  transform: none;
}

.series_download_section .catalog_info {
  margin-left: 30px;
}

.series_download_section .catalog_title {
  font-weight: normal;
  font-size: 24px;
}

.series_download_section .catalog_link {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .series_download_section .catalog_list {
    max-width: none;
    margin-top: 30px;
  }

  .series_download_section .catalog_item {
    padding: 0;
    flex-direction: row;
    justify-content: center;
  }

  .series_download_section .catalog_image {
    order: 0;
    flex-direction: row;
    max-width: 268px;
    padding-top: 0;
  }

  .series_download_section .catalog_info {
    margin-left: 30px;
    display: flex;
  }

  .series_download_section .catalog_title {
    font-weight: normal;
    font-size: 24px;
  }

  .series_download_section .catalog_link {
    margin-top: 20px;
  }
}


@media (max-width: 767px) {
  .series_download_section .catalog_item {
    flex-direction: column;
  }

  .series_download_section .catalog_image {
    order: 2;
    max-width: none;
  }
  .series_download_section .catalog_info {
    display: contents;
  }
}

.catalog_section {
  margin: 40px 0;
}

.catalog_section .catalog_list {
  flex-wrap: wrap;
  column-gap: 15px;
  padding: 40px 0;
  justify-content: space-between;
}

.catalog_section .catalog_list::before,.catalog_section .catalog_list::after {
  content: "";
  display: block;
  width: 25%;
  max-width: 256px;
}

.catalog_section .catalog_list::before {
  order: 1;
}

.catalog_section .catalog_item {
  max-width: 256px;
  width: 25%;
  flex-direction: column;
  padding: 0;
}

.catalog_section .catalog_item:nth-child(n+5) {
  margin-top: 40px;
}

.catalog_section .catalog_item + .catalog_item {
  margin-left: 0;
}

.catalog_section .catalog_image {
  order: 2;
  margin-top: auto;
  position: relative;
  padding-top: 70.7%;
  background-color: #F2F2F2;
  max-width: none;
  max-height: none;
}

.catalog_section .catalog_image img {
  padding: 10px 0;
  position: absolute;
  height: 100%;
  transform: translate(-50%,-50%);
  top: 50%;
  width: auto;
  left: 50%;
}

.catalog_section .catalog_title {
  order: 1;
  padding-bottom: 10px;
}

.catalog_section .catalog_link {
  order: 3;
}

.catalog_section .catalog_info {
  display: contents;
}


@media (max-width: 1200px) {
  .catalog_section .catalog_item:nth-child(n+4),
  .catalog_section .catalog_item:nth-child(n+5) {
    margin-top: 30px;
  }

  .catalog_section .catalog_list {
    column-gap: 15px;
    padding: 30px 0;
  }
  .catalog_section .catalog_item {
    max-width: none;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .catalog_section {
    margin: 30px 0;
  }

  .catalog_section .catalog_item {
    width: 100%;
  }

  .catalog_section .catalog_item +  .catalog_item {
    margin-top: 30px;
  }
}

/*========== contact ==========*/
.contact_block {
  padding: 60px 15px;
}

.contact_inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 40px 15px;
  text-align: center;
}

.contact_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.contact_message {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.contact_form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_btn {
  display: block;
  position: relative;
  width: 220px;
  padding: 15px 15px 13px;
  background: #0a7ec4;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.contact_form .contact_btn {
  color: #fff;
}

.contact_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.contact_tel {
  position: relative;
  margin-left: 40px;
  padding-left: 35px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.contact_tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background: #CCC;
}

.contact_tel a {
  color: #333;;
}

.contact_tel_icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background-image: url(/img/ss/products/software/rk-customers-voice/icon03.png);
  background-size: contain;
}

@media (max-width: 1200px) {
  .contact_block {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .contact_block {
    padding: 40px 15px;
  }

  .contact_title {
    font-size: 2.2rem;
  }

  .contact_inner {
    padding: 0;
  }

  .contact_form {
    display: block;
  }

  .contact_btn {
    margin: 0 auto;
  }

  .contact_tel {
    margin: 20px 0 0;
    padding-left: 0;
    text-align: center;
  }
  .contact_tel::before {
    content: none;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  .tab_none {
    display: none!important;
  }
}

