@charset "utf-8";

/*************************************************
CSS
chatbot.css

*************************************************/
.contents_chatbot sup {
  line-height: 1;
}

.sec_02 {
  background-color: #e2e2e2;
  padding: 40px 0;
  position: relative;
}
.sec_02:after {
  content: '';
  display: block;
  width: 76px;
  height: 32px;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/chatbot/img/sec_arrow_01.svg) center top no-repeat;
  background-size: 76px auto;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -38px;
  z-index: 1;
}

.sec_03 {
  background-color: #f5f5f5;
  padding: 40px 0;
  position: relative;
}
.sec_03:after {
  content: '';
  display: block;
  width: 76px;
  height: 32px;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/chatbot/img/sec_arrow_02.svg) center top no-repeat;
  background-size: 76px auto;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -38px;
  z-index: 1;
}

.sec_04 {
  background-color: #e2e2e2;
  padding: 40px 0 60px;
}

.cb_step_label {
  display: inline-block;
  padding: 2px 8px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #ec6d81;
}

.cb_pt_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ec6d81;
  min-height: 2.8em;
}
@media (max-width: 640px) {
  .cb_pt_ttl {
    min-height: 0;
  }
}

.cb_img {
  display: block;
}
.cb_img img {
  display: block;
}

.cb_img_border {
  display: block;
  border: 1px solid #c9c9c9;
  margin-top: 40px;
}
.cb_img_border img {
  display: block;
}
@media (max-width: 640px) {
  .cb_img_border {
    margin-top: 20px;
  }
}

.cb_list3 {
  display: flex;
  justify-content: space-between;
}

.cb_item3 {
  box-sizing: border-box;
  width: calc( (100% - 16px) / 3);
  background: #fff;
  padding: 30px;
}

.cb_list2 {
  display: flex;
  justify-content: space-between;
}

.cb_item2 {
  box-sizing: border-box;
  width: calc( (100% - 16px) / 2);
  background: #fff;
  padding: 30px;
}

.cb_item2_group {
  display: flex;
}

.cb_item2_pic {
  width: 160px;
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .cb_list3 {
    display: block;
  }

  .cb_item3 {
    width: 100%;
    margin-top: 10px;
  }

  .cb_list2 {
    display: block;
  }

  .cb_item2 {
    width: 100%;
    margin-top: 10px;
  }

  .cb_item2_group {
    display: block;
  }

  .cb_item2_pic {
    margin-left: auto;
    margin-right: auto;
  }
}
.cb_base_arrow {
  position: relative;
  overflow: visible;
}
.cb_base_arrow:after {
  content: '';
  display: block;
  width: 20px;
  height: 73px;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/chatbot/img/base_arrow.svg) 50% 50% no-repeat;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -36px;
  z-index: 1;
}
@media (max-width: 640px) {
  .cb_base_arrow:after {
    display: none;
  }
}

.sec_04_text {
  display: inline-block;
  text-align: left;
  line-height: 2;
}


/*************************************************
2021.08.24
スペシャルサイト移植
*************************************************/

.bd1_keycolor{
  border: solid 1px #ec6d81!important;
}
.bd2_keycolor{
  border: solid 2px #ec6d81!important;
}
.bdb1_keycolor{
  border-bottom: solid 1px #ff6112!important;
}
.bdb2_keycolor{
  border-bottom: solid 2px #ff6112!important;
}
.bd1_tool{
  border: solid 1px #21849f!important;
}
.bd2_tool{
  border: solid 2px #21849f!important;
}
.fc_keycolor{
  color: #ff6112!important;
}
.fc_tool{
  color: #21849f!important;
}
.fc_ricoh_link{
  color: #0000cc!important;
}
.bg_keycolor{
  background-color: #ff6112!important;
}
.bg_keycolor_02{
  background-color: #fb7e41!important;
}
.bg_purple{
  background: #6073a9!important;
}
.bg_lightblue{
  background: #4987ca!important;
}
.bg_orangeg{
  background: #f5b312!important;
}
.bg_light_green{
  background: #8BC34A!important;
}
.bg_pastel_blue{
  background: #19bfd4!important;
}
.pos_t_s{
  position: relative;
  top: 0.1em;
}
.arrow_chatbot{
  background-image: url(/-/Media/Ricoh/Sites/co_jp/service/chatbot/img/icon_arrow_col06_down.png)!important;
}
@media (max-width: 640px) {
  .main_vi_device .main_vi_dvc_btn a:after {
    display: block;
    width: 16px;
    height: 16px;
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -8px;
		background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_m_external_03.png) 0 0 no-repeat;
		background-size: contain;
	}

  .rsp_mg0at {
    margin: auto;
  }
  .rsp_pt24{ padding-top: 24px!important; }
  .rsp_pb32{ padding-bottom: 32px!important; }
  .rsp_pb40{ padding-bottom: 40px!important; }
  .rsp_pb48{ padding-bottom: 48px!important; }
}

/* 2103 ls add
-------------------------------------------------------*/
ul.onayami_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
ul.onayami_list li {
  width: 32%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  /* border: 2px solid #05a4c9; */
  box-sizing: border-box;
  padding: 30px 30px 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 51, 0.15);
  /* min-height: 170px; */
  position: relative;
}
ul.onayami_list li + li {
  margin: 0 0 0 2%;
}
ul.onayami_list li strong {
  font-weight: bold;
  font-size: 1.4rem;
  color: #ff6112;
}
ul.onayami_list li:after {
  content: '';
  background: url("/-/Media/Ricoh/Sites/co_jp/service/chatbot/img/img_person.png");
  display: inline-block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  left: 50%;
  background-position: bottom center;
  transform: translateX(-50%);
  margin-left: 0;
  position: absolute;
  bottom: -80px;
}

.onayami_sol--box {
  padding-top: 110px;
  background: url(/-/Media/Ricoh/Sites/co_jp/service/chatbot/img/icon_arrow_col06_down.png);
  background-repeat: no-repeat;
  background-size: 41px 16px;
  background-position: center top 70px;
}
.onayami_sol--list {
  padding: 20px;
  border: 1px solid #dedede;
}
.onayami_sol--list li {
  padding: 10px 10px 0 25px;
  font-weight: bold;
  position: relative;
}
.onayami_sol--list li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #dedede;
  position: absolute;
  top: 10px;
  left: 0;
}
.onayami_sol--list li::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  border-left: 4px solid #ff6112;
  border-bottom: 4px solid #ff6112;
  position: absolute;
  top: 6px;
  left: 0;
  transform: rotate(-45deg)
}

.trial_flex__2cnt {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.trial_flex__2cnt div:first-child {
  width: 65%;
  line-height: 1.6;
}
.trial_flex__2cnt div:nth-child(2) {
  width: 30%;
}
.trial_flex__2cnt img {
  width: 100%;
}


@media (max-width: 640px) {
  ul.onayami_list {
    flex-direction: column;
  }
  ul.onayami_list li {
    width: 100%;
  }
  ul.onayami_list li + li {
    margin-left: 0;
    margin-top: 50px;
  }
  .trial_flex__2cnt {
    flex-direction: column;
  }
  .trial_flex__2cnt div {
    width: 100% !important;
  }
  .trial_flex__2cnt div + div {
    margin-top: 20px;
  }
}

/* 240627 */
.rel-service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.rel-service-list .jp_point_area {
    background: #fff;
    border: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    max-width: 325px;
}
.rel-service-list .clm {
  padding: 0;
}
.rel-service-list .jp_pt_img {
  order: 1;
  padding: 0;
}
.rel-service-list .jp_point_sct {
  order: 2;
}
.rel-service-list ul {
  order: 3;
}
.rel-service-list .jp_pt_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
