@charset "utf-8";
.pc_el {
  display: block;
}
.sp_el {
  display: none;
}
table {
  word-break: break-all;
}
.bnr {
  width: 85%;
  margin: auto;
  text-align: center;
  float: none;
}
.bnr_img {
  border: 2px solid #0d63dc !important;
  border-radius: 15px;
}
.bnr_img_blue {
  border: 2px solid #c1def5 !important;
}
.bnr_img_yellow {
  border: 2px solid #ffee22 !important;
}
.about {
  border: 2px solid #0d63dc;
  border-radius: 15px;
  padding: 40px 20px;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/mfp-ex/input/kantan_storage/img/bg_cloud.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.about .fs20 {
  font-weight: bold;
}
.about .hd02 {
  color: #0d63dc;
  font-size: 34px;
}
.productivity .jp_point_area {
  background-color: #e9f2f3;
}

.productivity .jp_point_area .jp_pt_ttl_label {
  padding-top: 20px;
  background: none;
  font-size: 17px;
  color: #217891;
}

.productivity .jp_point_area .jp_pt_ttl_label p {
  font-weight: bold;
}

.productivity .jp_point_area .jp_point_sct {
  padding-top: 0;
}
.productivity .fl_box {
  display: flex;
  align-items: center;
  border: 1px solid #dedede;
  padding: 10px;
}
.productivity .fl_box:nth-child(even) .img {
  order: 2;
}
.productivity .fl_box:nth-child(even) .txt_box {
  order: 1;
}
.productivity .bg_c {
  background: #e8effb;
  padding: 30px 0;
  margin-bottom: 30px;
}
.productivity .clm {
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(180deg, rgba(162, 200, 255, 1), rgba(215, 230, 255, 1));
}
.productivity .fl_box .img {
  width: 40%;
}
.productivity .fl_box .txt_box {
  width: 60%;
  padding: 20px;
}
.productivity .open_box {
  display: none;
}
.productivity .switchIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 25px;
  width: 20px;
  height: 20px;
}
.productivity .switchIcon::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0077ea;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.productivity .switchIcon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #0077ea;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.productivity.open .switchIcon::before {
  content: none;
}
.productivity.open .switchIcon::after {
  transform: rotate(0deg);
}
.rsp_al_c {
  text-align: center;
}
.bg01 {
  background-color: #e9f2f3;
}
.moviewrap .cnt_max .fl_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.moviewrap .cnt_max .fl_box .jp_point_area {
  float: none;
}
.moviewrap .moviebox {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.moviewrap .moviebox:last-child {
  margin-bottom: 0;
}
.moviewrap .list {
  width: 50%;
}
.moviewrap .list li {
  font-size: 18px;
  margin-bottom: 10px;
}
.moviewrap .movieArea {
  width: 50%;
}
.bg01 .clm1 .jp_point_area {
  background-color: #ffffff;
}

.bg01 .clm1 .jp_point_area h3 {
  padding-left: 27px;
  position: relative;
  color: #217892;
}

.bg01 .clm1 .jp_point_area h3:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #217892;
}
.bg01 .clm1 .jp_point_area .clm2 .clm {
  width: 100%;
}
.jp_point_sct_list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}

.jp_point_sct_list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
  background-color: #333;
}
.jp_point_sct_list li:last-child {
  margin-bottom: 0;
}
.bg_color01 {
  clear: both;
  width: 100%;
  background-color: #fdf3dc;
}

.bg_color02 {
  clear: both;
  width: 100%;
  background-color: #e9f2f4;
}

.bg_color01:after,
.bg_color02:after {
  content: "";
  display: block;
  clear: both;
}

.dictionary .jp_psbox_probrem.jp_theme_03 {
  position: relative;
  z-index: 10;
}

.dictionary .jp_psbox_probrem.jp_theme_03:after {
  content: "";
  display: block;
  margin-left: -37px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -55px;
  border-style: solid;
  border-width: 32px 37px 0 37px;
  border-color: #fdf3dc transparent transparent transparent;
}

.dictionary .btnArea a {
  width: 100%;
}
.customer {
  background-color: #e8effb;
  padding: 70px 0 30px;
}
.customer .customer_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customer .customer_flex .customer_box {
  width: 48%;
  margin-bottom: 50px;
  background-color: #fff;
}
.customer .customer_flex .customer_box.custom {
  position: relative;
}
.customer .customer_flex .customer_box.custom .button_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .about {
    padding: 10px;
  }
  .about .fs20 {
    font-size: 16px !important;
  }
  .about .hd02 {
    font-size: 28px;
  }
  .bnr {
    width: 100%;
  }
  .customer {
    padding: 40px 0 0;
  }
  .customer .customer_flex {
    flex-wrap: wrap;
  }
  .customer .customer_flex .ico {
    height: auto;
    margin-bottom: 0px;
  }
  .customer .customer_flex .customer_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .customer .customer_flex .customer_box.custom .button_box {
    position: inherit;
    margin-top: 20px;
  }
}
.customer .customer_flex .text_box {
  padding: 20px;
  background-color: #fff;
}
.customer .customer_flex .name {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.customer .customer_flex .photo img {
  max-width: 100%;
  height: auto;
}
.customer .customer_flex .text_box dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.customer .customer_flex .text_box dt {
  background-color: #f4f4f4;
  text-align: center;
  padding: 5px;
  width: 90px;
  margin-right: 10px;
}
.customer .customer_flex .text_box dd {
  width: calc(100% - 100px);
}
.customer .button_box {
  text-align: center;
  margin-top: 20px;
}
.customer .ico_end_l {
  background-position: 100% 50%;
  padding: 4px 50px 4px 40px;
}
@media (max-width: 640px) {
  .pc_el {
    display: none;
  }
  .sp_el {
    display: block;
  }
  .bg01 .clm1 .jp_point_area h3:before {
    width: 15px;
    height: 15px;
    top: 5px;
  }

  .dictionary .btnArea {
    margin: 0 10px;
    width: auto;
  }

  .dictionary .btnArea a {
    display: block;
    width: auto;
  }
  .moviewrap .cnt_max .fl_box {
    flex-wrap: wrap;
  }
  .moviewrap .list {
    width: 100%;
    margin-bottom: 20px;
  }
  .moviewrap .list li {
    font-size: 16px;
  }
  .moviewrap .movieArea {
    width: 100%;
  }
  .productivity .hd02 {
    text-align: left;
    padding: 0 50px 0 0;
  }
  .productivity .fl_box {
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }
  .productivity .fl_box .img {
    width: 100%;
  }
  .productivity .fl_box .txt_box {
    width: 100%;
  }
  .productivity .fl_box:nth-child(even) .img {
    order: 1;
  }
  .productivity .fl_box:nth-child(even) .txt_box {
    order: 2;
  }
  .productivity .bnr_list {
    padding: 8px;
  }
  .productivity .cnt_max {
    padding: 0 8px;
    margin-top: 0 !important;
  }
}
