@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 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px 0;
}

.header .header_title {
  display: flex;
  align-items: center;
}

.header .logo img {
  width: 134px;
}

.header .list_box {
  display: flex;
}

.header .list_box li + li {
  margin-left: 10px;
}

.header .list_box li a {
  display: block;
  width: 195px;
  padding: 14px 10px 11px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.header .btn_download a {
  background: #d8152c;
}

.header .btn_contact a {
  background: #0a7ec4;
}

.header .list_box li span {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
}

.btn_download span {
  background-image: url(/img/ss/products/software/rk-customers-voice/icon01.png);
}

.btn_contact span {
  background-image: url(/img/ss/products/software/rk-customers-voice/icon02.png);
}

@media (max-width: 1200px) {
  .header .inner {
    display: block;
    min-width: auto;
    padding: 12px 0 0;
  }

  .header .header_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92%;
    margin: 0 auto;
  }
  
  .header .logo img {
    width: 117px;
  }
  .header .site_title {
    margin-left: 0;
    font-size: 12px;
  }

  .header .list_box {
    margin-top: 12px;
  }

  .header .list_box li {
    width: 50%;
  }

  .header .list_box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 8px 11px;
    font-size: 14px;
  }

  .header .list_box li + li {
    margin-left: 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 .lead_text {
  width: 100%;
  margin-right: 40px;
}

.lead_image {
  flex-shrink: 0;
  max-width: 530px;
  width: 100%;
  margin-top: -94px;
}

.lead_block .lead_image img {
  width: 100%;
}

.info_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;
  }

  .lead_block .lead_text {
    margin-right: 16px;
  }

  .info_block {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .company_section {
    margin-top: 40px;
  }
  .lead_image {
    max-width: none;
    margin-top: 0;
  }

  .lead_block {
    margin-top: 20px;
    padding: 0;
    flex-direction: column;
  }

  .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;
}

.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;
  }

  .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;
  }

  .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;
}

.catalog_list_2col {
  display: flex;
  gap: 30px;
}

.catalog_list_2col .catalog_item {
  align-items: center;
}

.catalog_item {
  padding: 30px;
  background-color: #fff;
  display: flex;
  width: 100%;
}

.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_list_2col .catalog_image img {
  height: 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_list_2col {
    display: block;
  }
  .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--pc-right-wide {
  margin-right: 80px;
}

.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--pc-right-wide {
    margin-right: 0;
  }

  .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 {
  background: #535353;
}

.footer .inner {
  max-width: 1170px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px;
}

.footer .links {
  display: flex;
  align-items: center;
}

.footer .links li {
  line-height: 1.4;
}

.footer .links li + li {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.footer .links a {
  font-size: 12px;
  color: #fff;
}

.footer .links a:link,
.footer .links a:visited {
  color: #fff;
}

.footer .copy {
  font-size: 12px;
  color: #fff;
}

@media (max-width: 1200px) {
  .footer .inner {
    display: block;
    padding: 20px 0 20px;
    padding-bottom: 50px;
    text-align: center;
  }

  .footer .links {
    justify-content: center;
  }

  .footer .copy {
    display: block;
    margin-top: 10px;
    font-size: 10px;
  }

  .footer .footer_info {
    padding: 20px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer_info .info {
    width: 100%;
    margin-right: 20px;
  }
  .footer .footer_info .tel {
    width: 100%;
  }
  .footer .footer_info .number a {
    font-size: 22px;
    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_list_2col .catalog_list {
  max-width: 430px;
}

.series_download_section .catalog_item {
  padding: 0;
}

.series_download_section .catalog_image {
  max-width: 400px;
  max-height: none;
  width: 100%;
}

.series_download_section .catalog_list_2col .catalog_image {
  max-width: 200px;
}

.series_download_section .catalog_list_2col .catalog_image .catalog_image_horizontal {
  max-height: 142px;
}

.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_list_2col .catalog_title {
  font-size: 19px;
}

.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;
  }
}

.table {
  margin-top: 10px;
  font-size: 14px;
}

.table .table_td {
  border: solid 1px #000;
  padding: 10px;
  vertical-align: middle;
}

.text_area .table {
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .text_area .table {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {

  .text_area .table {
    margin-top: 20px;
  }
}


/*========== btn_download ==========*/
@media (min-width: 1201px) {
  .btn_download--thumbnail {
    position: relative
  }
  
  .list_box .btn_download.btn_download--thumbnail a {
    display: flex;
    align-items: center;
    width: auto;
    gap: 16px;
    padding: 14px 10px 11px 20px;
  }
  
  .btn_download--thumbnail .btn_download_img_wrap {
    margin: -22px 0;
    border: 1px solid #ccc;
    max-width: 42px;
  }
  
  .btn_download--thumbnail .btn_download_img {
    width: 100%;
    object-fit: cover;
  }
}

@media(max-width: 1200px) {
  .btn_download_img_wrap {
    display: none;
  }
}

/*========== footer fixed ==========*/
.follow_footer.follow_footer-fixed {
  position: sticky;
  bottom: 47px;
  margin-top: 0;
  z-index: 10010;
}
.follow_footer.follow_footer-fixed::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-color: #535353;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.follow_footer.follow_footer-fixed .inner {
  padding-bottom: 12px;
}
.footer-wrap {
  background-color: #535353;
}

@media(max-width: 1200px) {
  .follow_footer.follow_footer-fixed {
    bottom: 0;
  }
  .follow_footer.follow_footer-fixed .inner {
    padding-bottom: 0;
  }
  .follow_footer.follow_footer-fixed::after {
    content: none;
  }
  .follow_footer.has-sp-padding .inner {
    padding-bottom: 42px;
  }
}

@media(min-width: 1201px) {
  .footer.footer-fixed {
    position: sticky;
    bottom: 0;
    z-index: 10000;
  }
}

/*========== conversion section title ==========*/
.conversion_sectionTitle {
  margin-bottom: 24px;
  color: #FFF;
  text-align: center;
  font-family: Meiryo;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .conversion_sectionTitle {
    font-size: 18px;
  }
}