@charset "UTF-8";
/* =============================================== */
/* font */
/* =============================================== */
/* =============================================== */
/* media query */
/* =============================================== */
@media only screen and (max-width: 768px) {
  .scr_wide {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .scr_narrow {
    display: none !important;
  }
}

/* =============================================== */
/* base */
/* =============================================== */
.summer_contents {
  position: relative;
  color: #333;
  line-height: 1;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
.summer_contents img {
  width: 100%;
}
.summer_contents sup {
  line-height: 1;
}

/* =============================================== */
/* container */
/* =============================================== */
.summer_contents .cnt_a {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  .summer_contents .cnt_a {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.summer_contents .cnt_b {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  .summer_contents .cnt_b {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* =============================================== */
/* wfh_contents common */
/* =============================================== */
.wfh_contents img {
  display: block;
  width: 100%;
}
.wfh_contents .sec_inner {
  box-sizing: border-box;
  max-width: 1024px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 auto;
}
.wfh_contents .sec_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.65;
}
.wfh_contents .text_m {
  font-size: 16px;
  line-height: 1.65;
}
.wfh_contents .text_s {
  font-size: 14px;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  .wfh_contents .sec_title {
    font-size: 22px;
  }
  .wfh_contents .br_scr_wide br {
    display: none;
  }
}
.wfh_contents .sec_bg {
  background-color: #f3f3f3;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1366px) {
  .wfh_contents .sec_bg {
    background-size: auto 100%;
  }
}

/* =============================================== */
/* wfh_contents */
/* =============================================== */
.wfh_contents .hd01 {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  line-height: 1.4;
  font-size: 16px;
  margin: 16px auto;
}
.wfh_contents .sec_mv {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .wfh_contents .sec_mv .scr_wide {
    position: relative;
    box-sizing: border-box;
    height: 440px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/printer/mono/sp-3700-work-from-home-package/img/mv_bg.png);
    display: flex;
    align-items: center;
  }
  .wfh_contents .sec_mv .scr_wide .title {
    max-width: 1024px;
    width: 100%;
    padding: 0 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .wfh_contents .sec_mv .scr_wide .title img {
    width: 543px;
  }
}
.wfh_contents .sec_intro {
  background: #fff1e0;
  padding-top: 70px;
  padding-bottom: 80px;
}
.wfh_contents .sec_intro .lead {
  margin-top: 20px;
}
.wfh_contents .sec_intro .note {
  margin-top: 20px;
}
.wfh_contents .sec_intro .checklist {
  background: #d8cbba;
  padding: 20px 30px 20px 40px;
  border-radius: 4px;
  display: flex;
  margin-top: 30px;
}
.wfh_contents .sec_intro .checklist .title_group {
  width: 250px;
  flex: 0 0 auto;
}
.wfh_contents .sec_intro .checklist .heading {
  width: 80px;
}
.wfh_contents .sec_intro .checklist .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  margin-top: 0.5em;
}
.wfh_contents .sec_intro .checklist .list {
  background: #fff;
  padding: 15px;
  flex: 1 1 auto;
}
.wfh_contents .sec_intro .checklist .item {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
  background: url(/-/Media/Ricoh/Sites/co_jp/printer/mono/sp-3700-work-from-home-package/img/intro_icon_check.png) left top no-repeat;
  background-size: 30px auto;
  padding-left: 40px;
  margin-top: 10px;
}
.wfh_contents .sec_intro .checklist .item:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .wfh_contents .sec_intro {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .wfh_contents .sec_intro .lead {
    margin-top: 10px;
  }
  .wfh_contents .sec_intro .checklist {
    display: block;
    padding: 30px 8px;
  }
  .wfh_contents .sec_intro .checklist .title_group {
    width: auto;
  }
  .wfh_contents .sec_intro .checklist .heading {
    margin-left: 20px;
  }
  .wfh_contents .sec_intro .checklist .title {
    font-size: 22px;
    text-align: center;
  }
  .wfh_contents .sec_intro .checklist .list {
    padding: 25px 20px;
    margin-top: 20px;
  }
}
.wfh_contents .sec_feature {
  padding-top: 70px;
  padding-bottom: 120px;
}
.wfh_contents .sec_feature .lead {
  margin-top: 20px;
}
.wfh_contents .sec_feature .feature_list {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.wfh_contents .sec_feature .feature_list .item {
  background: #e9f2f4;
  box-sizing: border-box;
  width: 32%;
  padding: 10px 15px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wfh_contents .sec_feature .feature_list .title {
  font-size: 18px;
  font-weight: bold;
  color: #217892;
  line-height: 1.65;
  margin-top: 5px;
}
.wfh_contents .sec_feature .feature_list .pic {
  width: 100px;
  max-width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.wfh_contents .sec_feature .note {
  margin-top: 20px;
}
.wfh_contents .sec_feature .diagram {
  margin-top: 60px;
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}
.wfh_contents .sec_feature .diagram .title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.wfh_contents .sec_feature .diagram .pic {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .wfh_contents .sec_feature {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .wfh_contents .sec_feature .feature_list {
    display: block;
  }
  .wfh_contents .sec_feature .feature_list .item {
    width: 100%;
    margin-top: 16px;
  }
  .wfh_contents .sec_feature .feature_list .item:first-child {
    margin-top: 0;
  }
}
.wfh_contents .sec_point {
  background: #e9f2f4;
  padding-top: 50px;
  padding-bottom: 80px;
}
.wfh_contents .sec_point .sec_title {
  text-align: center;
}
.wfh_contents .sec_point .sec_title span {
  font-size: 165%;
  color: #d31d3d;
  margin-right: 0.05em;
}
.wfh_contents .sec_point .point_list {
  margin-top: 10px;
}
.wfh_contents .sec_point .point_list .item {
  border-top: 1px solid #cdd9dc;
  padding: 30px 0;
}
.wfh_contents .sec_point .point_list .item:first-child {
  border: none;
  padding-top: 0;
}
.wfh_contents .sec_point .point_list .title_group {
  display: flex;
  align-items: center;
}
.wfh_contents .sec_point .point_list .title_group .point {
  width: 76px;
  flex: 0 0 auto;
}
.wfh_contents .sec_point .point_list .title_group .title {
  font-size: 22px;
  line-height: 1.65;
  font-weight: bold;
  margin-left: 20px;
}
.wfh_contents .sec_point .point_list .title_group .title strong {
  color: #d31d3d;
}
.wfh_contents .sec_point .point_list .cnt_group {
  padding-left: 96px;
}
.wfh_contents .sec_point .point_list .cnt_group.type_a {
  display: flex;
  justify-content: space-between;
}
.wfh_contents .sec_point .point_list .cnt_group.type_a .text {
  flex: 1 1 auto;
}
.wfh_contents .sec_point .point_list .cnt_group.type_a .pic {
  max-width: 290px;
  flex: 0 0 auto;
  margin-left: 40px;
}
.wfh_contents .sec_point .point_list .cnt_group.type_b .pic {
  max-width: 583px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .wfh_contents .sec_point {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .wfh_contents .sec_point .point_list .title_group .title {
    font-size: 18px;
  }
  .wfh_contents .sec_point .point_list .cnt_group {
    padding-left: 0;
    margin-top: 20px;
  }
  .wfh_contents .sec_point .point_list .cnt_group.type_a {
    display: block;
  }
  .wfh_contents .sec_point .point_list .cnt_group.type_a .text {
    width: auto;
  }
  .wfh_contents .sec_point .point_list .cnt_group.type_a .pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .wfh_contents .sec_point .point_list .cnt_group.type_b .pic {
    margin-top: 20px;
  }
}

/* =============================================== */
/* sec_relation */
/* =============================================== */
.sec_relation {
  padding-top: 60px;
  padding-bottom: 140px;
}
.sec_relation .relation_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.65;
}
.sec_relation .relation_bnr {
  display: block;
}
.sec_relation .relation_bnr img {
  display: block;
}
.sec_relation .relation_bnr_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.sec_relation .relation_bnr_text {
  font-size: 14px;
  line-height: 1.7;
}
.sec_relation a.image_mn[target="_blank"] .dtl {
  background-image: url(/-/Media/ScAssets/System/Images/icon_s_newwindow_01.png);
}
.sec_relation .clm {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.375;
}
.sec_relation .thumb_mn_bdr {
  border: 1px solid #a5a5a5;
  border-radius: 5px;
}
.sec_relation .thumb_mn_bdr .txt {
  line-height: 1.5;
}
.sec_relation .thumb_mn_bdr_img {
  width: 55%;
}
.sec_relation .nowrap {
  white-space: nowrap;
}
.sec_relation .w2 {
  width: 250px;
}
.sec_relation .mt_a {
  margin-top: 48px;
}
.sec_relation .mt_b {
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  .sec_relation {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .sec_relation .relation_title {
    font-size: 22px;
  }
  .sec_relation .thumb_mn_bdr_img {
    width: 100%;
    float: none;
  }
  .sec_relation .thumb_mn_bdr_dtl {
    margin-top: 10px;
  }
  .sec_relation .w2 {
    width: auto;
  }
  .sec_relation .mt_a {
    margin-top: 28px;
  }
}

/*===============================================*/
/* edit */
/*===============================================*/
.txc {
  text-align: center;
}

.txl {
  text-align: left;
}

.txr {
  text-align: right;
}

.fw-normal {
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.ib {
  display: inline-block;
}

.link-uline a {
  text-decoration: underline;
}

.cfix:after {
  content: "";
  clear: both;
  display: block;
}
