@charset "UTF-8";
/* --------------------表示制御-------------------- */
.pc_display-none {
  display: none !important;
  font-size: 0;
}
.sp_display-none {
  display: block !important;
  font-size: 0;
}
/* --------------------フォント-------------------- */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/* ---------------common--------------- */
body {
  counter-reset: number 0;
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.5;
  min-height: 1000px;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:link {
  color: #333;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {}
.font_color__eg {
  color: #00B2AC;
}
.font_color__nb {
  color: #38709B;
}
.fs_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.fs_h3 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 3;
  height: 132px;
  border-bottom: 2px solid #286EBE;
}
.fs_h3 span {
  color: #286EBE;
}
.fs_h3 span.fs_h3s {
  font-size: 22px;
  color: #333;
}
.fs_h3_2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.7;
  text-align: center;
}
.fs_h3_2 span.fs_h3_2num {
  font-size: 70px;
  color: #286EBE;
  line-height: 1.1;
}
.fs_h3_2 span.fs_h3_2fl {
  font-size: 44px;
}
.fs_h3_2 span.fs_h3_2fm {
  font-size: 40px;
}
/* mv */
.fs_mv {
  height: 450px;
  margin: 0 auto 65px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/img/usr/freepage/shizutoku-cmp/shizutoku_mv.jpg) no-repeat top center, linear-gradient(to right, #f7f7ff, #fff);
  background-repeat: no-repeat;
  background-position: top center;
}
/* navi */
.fs_nav {
  margin: 0 auto 100px;
  background: linear-gradient(to right, #74F1D4, #EDFA98);
}
.fs_nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0;
}
.fs_nav ul li {
  position: relative;
  width: 380px;
  height: 140px;
  margin-right: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  transition: .3s;
}
.fs_nav ul li:last-of-type {
  margin-right: 0;
}
.fs_nav ul li a {
  position: absolute;
  top: 1.5%;
  left: 1.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 97%;
  height: 95%;
  padding: 0 0 15px;
  background: #fff;
  border-radius: 5px;
}
.fs_nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 15px;
  background: url(/img/usr/freepage/fileserver-point/icon_nav_arrow.png) no-repeat top center;
  background-size: 28px 15px;
}
.fs_nav ul li a::before {
  counter-increment: number 1;
  content: "0"counter(number);
  position: absolute;
  top: 10px;
  right: 60px;
  width: 0;
  height: 0;
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #286EBE;
  line-height: 1;
  letter-spacing: 0;
}
.fs_nav ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 6px rgba(0, 0, 0, .2);
}
.fs_nav ul li a:hover {
  background: linear-gradient(to bottom, #fff, #F3F3FF);
  opacity: 1;
}
/* ---------------ファイルサーバ移行時のポイント--------------- */
.fs_point {
  margin: 0 auto 145px;
  background: url(/img/usr/freepage/fileserver-point/bg1_2.png) no-repeat top 200px center;
}
.fs_point h3.fs_h3 {
  background: url(/img/usr/freepage/fileserver-point/title_01.png) no-repeat top right;
}
.fs_point__detail {
  display: flex;
  justify-content: center;
}
.fs_point__detail p {
  width: 100%;
  max-width: 670px;
  flex-shrink: 0;
  margin: 85px 65px 0 0;
}
.fs_point__detail img {
  margin: 30px 0 0;
}
.fs_point__arrow {
  display: block;
  margin: 25px auto 30px;
}
.fs_point__txt {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.7;
  margin: -30px 0 0;
}
.fs_point__txt > span {
  font-size: 34px;
}
.fs_point__merit {
  display: flex;
  justify-content: space-between;
}
.fs_point__merit h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.fs_point__merit h4 span {
  font-size: 44px;
}
.fsp_merit, .fsp_demerit {
  width: 591px;
  height: 666px;
  padding: 20px 30px 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
}
.fsp_merit ul li, .fsp_demerit ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.7;
  min-height: 115px;
  padding: 20px 30px 20px 115px;
  background: #fff;
  border-radius: 5px;
}
.fsp_merit ul li:not(:last-of-type), .fsp_demerit ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.fsp_merit ul li::before, .fsp_demerit ul li::before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: 60px;
  transform: translateX(-50%);
  width: 61px;
  height: 61px;
  background-size: 61px 61px;
}
.fsp_merit {
  background: #fff url(/img/usr/freepage/fileserver-point/fsp_merit_bg.png) no-repeat top center;
}
.fsp_merit ul li::before {
  background: url(/img/usr/freepage/fileserver-point/maru.png) no-repeat top left;
}
.fsp_demerit {
  background: url(/img/usr/freepage/fileserver-point/fsp_demerit_bg.png) no-repeat top center;
}
.fsp_demerit ul li::before {
  background: url(/img/usr/freepage/fileserver-point/sankaku.png) no-repeat top left;
}
/* ---------------ファイルサーバ移行時のポイント--------------- */
.fs_reco {
  margin: 0 auto 40px;
  padding: 80px 0 100px;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/img/usr/freepage/fileserver-point/bg_office.jpg);
}
.fs_reco h3.fs_h3 {
  background: url(/img/usr/freepage/fileserver-point/title_02.png) no-repeat top right;
}
.fs_reco .fs_h3 {
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8;
}
.fs_reco__box {
  margin: 60px auto 0;
  padding: 40px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
}
.fs_reco__box h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: url(/img/usr/freepage/fileserver-point/reco_h4bgl.png) repeat-y top left, url(/img/usr/freepage/fileserver-point/reco_h4bgr.png) repeat-y top right;
  background-color: #286ebe;
}
.fsr_item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.fsr_item1 p {
  width: 100%;
  max-width: 500px;
  flex-shrink: 0;
  margin: 0 45px 0 0;
  line-height: 2;
}
.fsr_item2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.fsr_item2l, .fsr_item2r {
  position: relative;
  display: flex;
  justify-content: center;
  width: 460px;
  height: 300px;
  margin: 20px;
  padding: 30px 50px;
  text-align: center;
  background: #ECF4FF;
  border-radius: 40px;
}
.fsr_item2r {
  background: #FFF5FF;
}
.fsr_item__inner {
  width: 100%;
}
.fsr_h {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #276BBA;
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid #276BBA;
}
.fsr_item2r .fsr_h {
  color: #A2478E;
  border-bottom: 1px solid #A2478E;
}
.fsr_t {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}
.fsr_t span {
  font-size: 20px;
  color: #007EAD;
}
.fsr_item2r .fsr_t span {
  color: #A2478E;
}
.fsr_sb {
  position: absolute;
  top: 90px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  font-size: 16px;
  font-weight: bold;
  color: #007EAD;
  padding: 15px 0 0;
  background: url(/img/usr/freepage/fileserver-point/fsr_item2lsb.png) no-repeat top center;
  background-size: 130px auto;
}
.fsr_item2r .fsr_sb {
  left: unset;
  right: -20px;
  color: #A2478E;
  padding: 5px 0 0;
  background: url(/img/usr/freepage/fileserver-point/fsr_item2rsb.png) no-repeat top center;
  background-size: 130px auto;
}
.fsr_item2c {
  position: absolute;
  bottom: 40px;
  left: 51%;
  transform: translateX(-51%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 292px;
  height: 241px;
  text-align: center;
  z-index: 1;
  background: url(/img/usr/freepage/fileserver-point/reco_item2image.png) no-repeat top center;
}
.fsr_item2c .fsc_t {}
.fsr_item2c p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.fsr_item2c p:last-of-type {
  margin: 45px 0 20px;
}
.fs_reco__box2 {
  margin: 100px auto 0;
}
.fsr_item3 {
  margin: 30px auto 0;
}
.fsr_item3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fsr_item3 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 30px 30px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
}
.fsr_item3 li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.fsr_item3 li span > span {
  display: block;
  font-size: 16px;
  margin: 5px 0 0;
}
.fsr_item3 li img {
  display: block;
  width: auto;
  height: 91px;
  margin: 0 auto 15px;
}
.fs_reco__box3 h4 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.fs_reco__box3 .fs_nav {
  margin: 70px auto 0;
  padding: 40px 0 10px;
}
.fs_reco__box3 .fs_nav ul li {
  width: 360px;
  margin-right: 20px;
}
.fs_reco__box3 .fs_nav ul li:last-of-type {
  margin-right: 0;
}
.fs_reco__box3 .fs_nav ul li a::before {
  content: "";
}
/* ---------------商品一覧--------------- */
.fs_goods {
  margin: auto;
  padding: 80px 0 120px;
}
.fs_goods h3.fs_h3 {
  background: url(/img/usr/freepage/fileserver-point/title_03.png) no-repeat top right;
}
.fs_goods .fs_h3 {
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}
.fs_goods .fs_h3 span {
  display: block;
  font-size: 24px;
}
.fs_goods__box h4 {
  flex-wrap: wrap;
  height: 120px;
  font-size: 30px;
  font-weight: bold;
  color: #286EBE;
  text-align: center;
  line-height: 1.7;
  margin: 80px auto 60px;
  padding: 15px 0 0;
  background: #F3F3FF;
}
.fs_goods__box h4 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.fsg_item {
  display: flex;
  margin: 0 0 40px;
}
.fsg_p, .fsg_p2, .fsg_p3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 380px;
  margin-right: 40px;
  flex-shrink: 0;
  border: 1px solid #DCDCDC;
}
.fsg_p img {
  width: 162px;
  height: auto;
}
.fsg_p2 img {
  width: 300px;
  height: auto;
}
.fsg_p3 img {
  width: 228px;
  height: auto;
}
.fsg_n {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
  padding: 0 20px;
  background: #286EBE;
}
.fsg_pb {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}
.fsg_pb:has(+ .fsg_pb) {
  margin: 35px 0 0;
  padding: 30px 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.fsg_pb + .fsg_pb {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #DCDCDC;
}
.fsg_t {
  line-height: 1.8;
}
.fsg_b {
  font-weight: bold;
}
a.fsg_link {
  padding: 0 23px 0 0;
  background: url(/img/usr/common/link_arrow_orange.png) no-repeat top 7px right;
  background-size: auto 9px;
} 
a.fsg_link:hover {
  color: #eb6e00;
} 
.fsg_pri {
  font-size: 30px;
}
.fsg_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #404040;
  border-radius: 5px;
}
.fsg_btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 0 0 60px;
  background: url(/img/usr/freepage/fileserver-point/icpn_cart_btn.png) no-repeat top left;
  background-size: 50px auto;
}
.fsg_l li {
  margin: 0 0 5px;
  padding: 0 0 0 40px;
  background: url(/img/usr/freepage/fileserver-point/icon_goods_check.png) no-repeat top 8px left 5px;
}
/* ---------------Microsoft--------------- */
.short.container {
  max-width: 800px;
}
.mb60 {
  margin-bottom: 60px !important;
}
.container {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.border {
  border: 1px solid #dddddd;
  padding: 16px;
}
.center {
  text-align: center;
}
.border.center p {
  font-size: 18px;
  margin-bottom: 10px;
}
/* ----------------------------------------PC---------------------------------------- */
@media screen and (min-width:768px) {}
/* ----------------------------------------SP---------------------------------------- */
@media screen and (max-width:767px) {
  /* --------------------表示制御-------------------- */
  .pc_display-none {
    display: block !important;
    font-size: 0;
  }
  .sp_display-none {
    display: none !important;
    font-size: 0;
  }
  /* ---------------reset--------------- */
  div.wrapper_ {
    margin: 0;
  }
  .navitopicpath_ {
    margin: 10px 15px 30px;
  }
  /* ---------------common--------------- */
  body {
    font-size: calc(14 * (100vw / 375));
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .fs_h3 {
    font-size: calc(22 * (100vw / 375));
    letter-spacing: 0;
    line-height: 1.5;
    height: calc(80 * (100vw / 375));
    padding: 0 0 0 calc(15 * (100vw / 375));
  }
  .fs_h3 span.fs_h3s {
    font-size: calc(14 * (100vw / 375));
  }
  .fs_h3_2 {
    font-size: calc(14 * (100vw / 375));
    letter-spacing: 1px;
  }
  .fs_h3_2 span.fs_h3_2num {
    font-size: calc(44 * (100vw / 375));
  }
  .fs_h3_2 span.fs_h3_2fl {
    font-size: calc(22 * (100vw / 375));
  }
  .fs_h3_2 span.fs_h3_2fm {
    font-size: calc(22 * (100vw / 375));
  }
  /* mv */
  .fs_mv {
    height: calc(375 * (100vw / 375));
    margin: 0 auto calc(30 * (100vw / 375));
    background: url(/img/usr/freepage/shizutoku-cmp/mv_sp.png) no-repeat top center;
    background-size: contain;
  }
  /* navi */
  .fs_nav {
    margin: 0 auto calc(45 * (100vw / 375));
  }
  .fs_nav ul {
    padding: calc(15 * (100vw / 375));
  }
  .fs_nav ul li {
    width: calc(110 * (100vw / 375));
    height: calc(140 * (100vw / 375));
    margin-right: calc(5 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    border-radius: calc(5 * (100vw / 375));
  }
  .fs_nav ul li a {
    top: 3%;
    left: 2.5%;
    width: 95%;
    height: 95%;
    padding: calc(20 * (100vw / 375)) 0 0;
  }
  .fs_nav ul li a::after {
    bottom: calc(5 * (100vw / 375));
    width: calc(16 * (100vw / 375));
    height: calc(9 * (100vw / 375));
    background: url(/img/usr/freepage/fileserver-point/icon_nav_arrow.png) no-repeat top center;
    background-size: calc(16 * (100vw / 375)) calc(9 * (100vw / 375));
  }
  .fs_nav ul li a::before {
    position: absolute;
    top: calc(15 * (100vw / 375));
    right: unset;
    left: calc(50% - calc(14 * (100vw / 375)));
    transform: translateX(-50%);
    font-size: calc(28 * (100vw / 375));
  }
  /* ---------------ファイルサーバ移行時のポイント--------------- */
  .fs_point {
    margin: 0 auto calc(70 * (100vw / 375));
    background: url(/img/usr/freepage/fileserver-point/bg1_2.png) no-repeat top calc(340 * (100vw / 375)) center;
  }
  .fs_point h3.fs_h3 {
    background: url(/img/usr/freepage/fileserver-point/title_01.png) no-repeat bottom right calc(15 * (100vw / 375));
    background-size: calc(86 * (100vw / 375)) auto;
  }
  .fs_point__detail {
    display: block;
  }
  .fs_point__detail p {
    width: calc(100% - calc(30 * (100vw / 375)));
    margin: calc(20 * (100vw / 375)) calc(15 * (100vw / 375)) 0;
  }
  .fs_point__detail img {
    display: block;
    width: calc(267 * (100vw / 375));
    margin: calc(15 * (100vw / 375)) auto 0;
  }
  .fs_point__arrow {
    width: calc(170 * (100vw / 375));
    margin: calc(15 * (100vw / 375)) auto calc(20 * (100vw / 375));
  }
  .fs_point__txt {
    font-size: calc(18 * (100vw / 375));
    letter-spacing: 1px;
    line-height: 1.4;
    margin: calc(15 * (100vw / 375)) 0 0;
  }
  .fs_point__txt > span {
    font-size: calc(24 * (100vw / 375));
  }
  .fs_point__merit {
    display: block;
  }
  .fs_point__merit h4 {
    font-size: calc(18 * (100vw / 375));
    line-height: 1.4;
    margin-bottom: calc(5 * (100vw / 375));
  }
  .fs_point__merit h4 span {
    font-size: calc(30 * (100vw / 375));
  }
  .fsp_merit, .fsp_demerit {
    width: 100%;
    height: auto;
    margin-bottom: calc(20 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) calc(15 * (100vw / 375)) calc(15 * (100vw / 375));
  }
  .fsp_merit ul li, .fsp_demerit ul li {
    min-height: auto;
    padding: calc(10 * (100vw / 375)) calc(20 * (100vw / 375)) calc(10 * (100vw / 375)) calc(70 * (100vw / 375));
    border-radius: calc(5 * (100vw / 375));
  }
  .fsp_merit ul li:not(:last-of-type), .fsp_demerit ul li:not(:last-of-type) {
    margin-bottom: calc(5 * (100vw / 375));
  }
  .fsp_merit ul li::before, .fsp_demerit ul li::before {
    top: calc(50% - calc(20 * (100vw / 375)));
    left: calc(35 * (100vw / 375));
    width: calc(40 * (100vw / 375));
    height: calc(40 * (100vw / 375));
    background-size: calc(40 * (100vw / 375)) calc(40 * (100vw / 375));
  }
  .fsp_merit {
    background: #fff url(/img/usr/freepage/fileserver-point/fsp_merit_bg.png) no-repeat top center;
    background-size: cover;
  }
  .fsp_merit ul li::before {
    background: url(/img/usr/freepage/fileserver-point/maru.png) no-repeat top left;
    background-size: calc(40 * (100vw / 375)) calc(40 * (100vw / 375));
  }
  .fsp_demerit {
    background: url(/img/usr/freepage/fileserver-point/fsp_demerit_bg.png) no-repeat top center;
    background-size: cover;
  }
  .fsp_demerit ul li::before {
    background: url(/img/usr/freepage/fileserver-point/sankaku.png) no-repeat top left;
    background-size: calc(40 * (100vw / 375)) calc(36 * (100vw / 375));
  }
  /* ---------------ファイルサーバ移行時のポイント--------------- */
  .fs_reco {
    margin: 0 auto calc(55 * (100vw / 375));
    padding: calc(25 * (100vw / 375)) 0 0;
    background-attachment: unset;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/img/usr/freepage/fileserver-point/bg_office_sp.png?2024);
  }
  .fs_reco h3.fs_h3 {
    height: calc(115 * (100vw / 375));
    background: url(/img/usr/freepage/fileserver-point/title_02.png) no-repeat bottom right calc(20 * (100vw / 375));
    background-size: calc(100 * (100vw / 375)) auto;
  }
  .fs_reco .fs_h3 {
    text-align: left;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding: 0 0 0 calc(15*(100vw / 375));
  }
  .fs_reco__box {
    margin: calc(20 * (100vw / 375)) calc(15 * (100vw / 375)) 0;
    padding: calc(20 * (100vw / 375)) calc(15 * (100vw / 375));
    border-radius: calc(5 * (100vw / 375));
  }
  .fs_reco__box h4 {
    height: auto;
    font-size: calc(18 * (100vw / 375));
    padding: calc(5 * (100vw / 375));
    background: url(/img/usr/freepage/fileserver-point/reco_h4bgl.png) repeat-y top left, url(/img/usr/freepage/fileserver-point/reco_h4bgr.png) repeat-y top right;
    background-size: calc(40 * (100vw / 375)) auto;
    background-color: #286ebe;
  }
  .fsr_item1 {
    display: block;
    margin: calc(25 * (100vw / 375)) 0 0;
  }
  .fsr_item1 p {
    margin: 0 0 calc(10 * (100vw / 375));
    line-height: 1.7;
  }
  .fsr_item1 img {
    width: 95%;
    margin: auto;
  }
  .fsr_item2 {
    display: block;
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .fsr_item2l, .fsr_item2r {
    width: 100%;
    height: auto;
    margin: 0;
    padding: calc(20 * (100vw / 375));
    border-radius: calc(30 * (100vw / 375));
  }
  .fsr_item2l img {
    display: block;
    width: calc(127 * (100vw / 375));
    margin: auto;
    padding: 0 0 0 calc(15 * (100vw / 375));
  }
  .fsr_item2r img {
    display: block;
    width: calc(130 * (100vw / 375));
    margin: calc(-20 * (100vw / 375)) auto 0;
    padding: 0;
  }
  .fsr_h {
    font-size: calc(18 * (100vw / 375));
    margin: 0 0 calc(20 * (100vw / 375));
    padding: 0 0 calc(5 * (100vw / 375));
  }
  .fsr_t {
    font-size: calc(16 * (100vw / 375));
    margin: calc(10 * (100vw / 375)) 0 0;
  }
  .fsr_t span {
    font-size: calc(20 * (100vw / 375));
  }
  .fsr_sb {
    position: absolute;
    top: calc(60 * (100vw / 375));
    left: calc(-10 * (100vw / 375));
    width: calc(110 * (100vw / 375));
    height: calc(110 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
    padding: 0 calc(15 * (100vw / 375)) 0 0;
    background: url(/img/usr/freepage/fileserver-point/fsr_item2lsb_sp.png) no-repeat top left;
    background-size: contain;
  }
  .fsr_item2r .fsr_sb {
    top: calc(70 * (100vw / 375));
    left: unset;
    right: calc(-10 * (100vw / 375));
    padding: 0 0 0 calc(15 * (100vw / 375));
    background: url(/img/usr/freepage/fileserver-point/fsr_item2rsb_sp.png) no-repeat top center;
    background-size: contain;
  }
  .fsr_item2c {
    position: relative;
    bottom: 0;
    left: 0;
    transform: unset;
    width: calc(277 * (100vw / 375));
    height: calc(107 * (100vw / 375));
    margin: -10px auto;
    background: url(/img/usr/freepage/fileserver-point/reco_item2image_sp.png) no-repeat top center;
    background-size: contain;
  }
  .fsr_item2c .fsc_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .fsr_item2c p {
    font-size: calc(12 * (100vw / 375));
    margin: calc(5 * (100vw / 375)) 0 0 calc(15 * (100vw / 375));
  }
  .fsr_item2c p:last-of-type {
    margin: calc(5 * (100vw / 375)) calc(15 * (100vw / 375)) 0 0;
  }
  .fs_reco__box2 {
    margin: calc(40 * (100vw / 375)) auto 0;
  }
  .fsr_item3 {
    margin: calc(15 * (100vw / 375)) auto 0;
  }
  .fsr_item3 ul {
    margin: 0 calc(15 * (100vw / 375));
  }
  .fsr_item3 li {
    /*align-items: baseline;*/
    width: calc((100% - calc(14 * (100vw / 375))) / 3);
    height: calc(155 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    margin: 0 calc(7 * (100vw / 375)) calc(7 * (100vw / 375)) 0;
    padding: calc(15 * (100vw / 375)) 0 0;
    border-radius: calc(5 * (100vw / 375));
  }
  .fsr_item3 li:nth-child(3n) {
    margin: 0 0 calc(7 * (100vw / 375)) 0;
  }
  .fsr_item3 li > span {
    height: 100%;
  }
  .fsr_item3 li span > span {
    font-size: calc(11 * (100vw / 375));
    margin: 0;
  }
  .fsr_item3 li img {
    display: block;
    width: auto;
    height: calc(54 * (100vw / 375));
    margin: 0 auto calc(10 * (100vw / 375));
  }
  .fs_reco__box3 h4 {
    font-size: calc(22 * (100vw / 375));
  }
  .fs_reco__box3 .fs_nav {
    margin: calc(35 * (100vw / 375)) auto 0;
    padding: calc(20 * (100vw / 375)) 0 calc(5 * (100vw / 375));
  }
  .fs_reco__box3 .fs_nav ul li {
    width: calc(111*(100vw / 375));
    height: calc(111*(100vw / 375));
    margin-right: calc(5*(100vw / 375));
  }
  .fs_reco__box3 .fs_nav ul li a {
    padding: 0;
  }
  /* ---------------商品一覧--------------- */
  .fs_goods {
    padding: 0 0 calc(40 * (100vw / 375));
  }
  .fs_goods h3.fs_h3 {
    background: url(/img/usr/freepage/fileserver-point/title_03.png) no-repeat bottom right calc(15*(100vw / 375));
    background-size: calc(98*(100vw / 375)) auto;
  }
  .fs_goods .fs_h3 {
    text-align: left;
    height: calc(75*(100vw / 375));
  }
  .fs_goods .fs_h3 span {
    font-size: calc(16*(100vw / 375));
  }
  .fs_goods__box h4 {
    height: calc(75*(100vw / 375));
    font-size: calc(18*(100vw / 375));
    line-height: 1.7;
    margin: calc(20*(100vw / 375)) auto;
    padding: calc(10*(100vw / 375)) 0 0;
  }
  .fs_goods__box h4 span {
    font-size: calc(12*(100vw / 375));
  }
  .fsg_item {
    display: block;
    margin: 0 calc(15 * (100vw / 375)) calc(40 * (100vw / 375));
  }
  .fsg_p, .fsg_p2, .fsg_p3 {
    width: 100%;
    height: calc(345 * (100vw / 375));
    margin: 0 0 calc(20 * (100vw / 375));
    padding: calc(40 * (100vw / 375));
  }
  .fsg_p img {
    width: calc(150 * (100vw / 375));
    height: auto;
  }
  .fsg_p2 img {
    width: calc(270 * (100vw / 375));
    height: auto;
  }
  .fsg_p3 img {
    width: calc(228 * (100vw / 375));
    height: auto;
  }
  .fsg_n {
    line-height: 1;
    height: auto;
    font-size: calc(16 * (100vw / 375));
    margin: 0 0 calc(10 * (100vw / 375));
    padding: calc(13 * (100vw / 375)) calc(10 * (100vw / 375));
  }
  .fsg_pb {
    display: block;
    margin: calc(20 * (100vw / 375)) 0 0;
  }
  .fsg_pb:has(+ .fsg_pb) {
    margin: calc(25 * (100vw / 375)) 0 0;
    padding: calc(20 * (100vw / 375)) 0;
  }
  .fsg_pb + .fsg_pb {
    margin: 0;
    padding: calc(20 * (100vw / 375)) 0;
  }
  .fsg_pri {
    font-size: calc(22 * (100vw / 375));
  }
  .fsg_b {
    margin: 0 0 calc(10 * (100vw / 375));
  }
  a.fsg_link {
    background: url(/img/usr/common/link_arrow_orange.png) no-repeat top calc(3 * (100vw / 375)) right;
    background-size: auto 9px;
  } 
  .fsg_btn a {
    width: 100%;
    height: calc(60 * (100vw / 375));
    font-size: calc(18 * (100vw / 375));
    border-radius: calc(5 * (100vw / 375));
  }
  .fsg_btn a span {
    height: calc(40 * (100vw / 375));
    padding: 0 0 0 calc(50 * (100vw / 375));
    background: url(/img/usr/freepage/fileserver-point/icpn_cart_btn.png) no-repeat top left;
    background-size: calc(40 * (100vw / 375)) auto;
  }
  .fsg_l li {
    margin: 0 0 calc(10 * (100vw / 375));
    padding: 0 0 0 calc(30 * (100vw / 375));
    background: url(/img/usr/freepage/fileserver-point/icon_goods_check.png) no-repeat top calc(2 * (100vw / 375)) left calc(5 * (100vw / 375));
    background-size: calc(15 * (100vw / 375)) auto;
  }
  /* ---------------Microsoft--------------- */
  .mb60 {
    margin-bottom: calc(50 * (100vw / 375)) !important;
  }
  .container {
    margin: 0 calc(15 * (100vw / 375));
    padding: 0;
  }
  .border {
    padding: calc(15 * (100vw / 375));
  }
  .border img {
    width: calc(325 * (100vw / 375));
  }
  .border.center p {
    font-size: calc(12 * (100vw / 375));
    margin-bottom: 0;
  }
}