/* --------------------
  base
-------------------- */
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}


/* --------------------
  contents
-------------------- */
#sv-fmvdatacloud {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
  color: #333;
}
#sv-fmvdatacloud img {
  max-width: 100%;
  vertical-align: bottom;
}
#sv-fmvdatacloud a:link, #sv-fmvdatacloud a:visited {
  color: #003490;
  text-decoration: underline;
}
#sv-fmvdatacloud a:hover, #sv-fmvdatacloud a:active {
  color: #003490;
  text-decoration: none;
}
#sv-fmvdatacloud .anno {
  text-indent: -1em;
  padding-left: 1em;
}


/* --------------------
  fv
-------------------- */
#sv-fmvdatacloud #fv {
  background: #4cc1c7;
}
#sv-fmvdatacloud #fv .fv_bg {
  max-width: 1160px;
  margin: 0 auto;
  background: url("../images/fv_img.png") no-repeat right center;
}
#sv-fmvdatacloud #fv .fv_bg .contbox {
  background: #f9f9f9;
  clip-path: polygon(5.5% 0%, 100% 0%, 94.5% 100%, 0% 100%);
  width: 720px;
  margin: 0 0 0 -20px;
  padding: 40px 50px 30px 70px;
}
#sv-fmvdatacloud #fv .fv_lead {
  font-size: 1.8rem;
  line-height: 1.35;
  margin: 8px 10px 0;
}


/* --------------------
  offer
-------------------- */
#sv-fmvdatacloud #offer .contbox {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 40px 30px;
}
#sv-fmvdatacloud #offer dl {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4em;
  margin: 0 auto 20px;
  border-left: 10px solid #fff100;
  padding-left: 20px;
}
#sv-fmvdatacloud #offer dt {
  color: #1a2f5e;
  font-size: 3.2rem;
  font-weight: bold;
}
#sv-fmvdatacloud #offer dt.small {
  font-size: 3rem;
  margin: -5px 0 0;
}
#sv-fmvdatacloud #offer dt.small span {
  font-size: 1.4rem;
  font-weight: normal;
  margin: -5px 0 0;
  color: #333;
  display: block;
}
#sv-fmvdatacloud #offer dd {
  font-size: 2.2rem;
}
#sv-fmvdatacloud #offer dd.tab-reader-box hr.tab-r-line {
  position: relative;
  top: calc(50% - 2px);
  margin: 0 10px;
  border: none;
  border-top: dotted 4px #cdcdcd;
}
#sv-fmvdatacloud #offer dd.tab-reader-box {
  flex: auto;
}
#sv-fmvdatacloud #offer dd.capacity {
  background: #1a2f5e;
  color: #fff;
  border-radius: 3px;
  padding: 0 8px 0 5px;
  margin: 0 10px 0 0;
  max-height: 1.5em;
}
#sv-fmvdatacloud #offer dd.benefit {
  color: #ff4800;
  font-weight: bold;
  margin: 0 10px 0 0;
  font-size: 2.4rem;
}
#sv-fmvdatacloud #offer dd.capacity span, #sv-fmvdatacloud #offer dd.price span {
  font-size: 110%;
  padding: 0 0.1em;
}
#sv-fmvdatacloud #offer dd.benefit span {
  font-size: 120%;
  padding: 0 0.05em;
}

/* btn */
#sv-fmvdatacloud #offer .entry_btn {
  margin: 30px auto 20px;
  text-align: center;
  max-width: 760px;
}
#sv-fmvdatacloud #offer .entry_btn a {
  color: #fff;
  background: #ff4800;
  padding: 0.4em 0 0.35em;
  border-radius: 5px;
  text-decoration: none;
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  box-shadow: rgba(61, 61, 61, 0.25) 0 4px 5px;
  margin: -4px auto 0;
  transition: all 0.1s ease 0s;
  display: inline-block;
  width: 100%;
}
#sv-fmvdatacloud #offer .entry_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  border: 12px solid transparent;
  border-left: 18px solid #fff;
  margin: -12px 0 0;
}
#sv-fmvdatacloud #offer .entry_btn a:hover {
  box-shadow: none;
  transform: translateY(4px);
}
#sv-fmvdatacloud #offer .cancel_btn {
  margin: 20px auto;
  text-align: center;
  max-width: 760px;
}
#sv-fmvdatacloud #offer .cancel_btn a {
  color: #333;
  padding: 0.3em 0 0.2em;
  text-decoration: none;
  font-size: 2.0rem;
  font-weight: normal;
  position: relative;
  margin: -3px auto 0;
  transition: all 0.1s ease 0s;
  display: inline-block;
  border: 2px dashed #333;
  width: 100%;
}
#sv-fmvdatacloud #offer .cancel_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 38px;
  border: 8px solid transparent;
  border-left: 12px solid #333;
  margin: -8px 0 0;
}
#sv-fmvdatacloud #offer .cancel_btn a:hover {
  transform: translateY(3px);
}


/* --------------------
  feature
-------------------- */
#sv-fmvdatacloud #feature section {
  padding: 80px 0 80px;
  background: #cbecf3;
  text-align: center;
}
#sv-fmvdatacloud #feature section:nth-of-type(2n) {
  background: #f0f5f5;
}
#sv-fmvdatacloud #feature section > h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 20px 10px;
  margin: 0 auto 40px;
  color: #1a2f5e;
  border-bottom: 4px solid #4cc1c7;
  display: inline-block;
}
#sv-fmvdatacloud #feature section p {
  text-align: left;
  font-size: 2.0rem;
  font-weight: normal;
  max-width: 980px;
  margin: 0 auto;
}
#sv-fmvdatacloud #feature section p img {
  margin: 0 auto;
  display: block;
}
#sv-fmvdatacloud #feature section p:last-of-type {
  margin-top: 40px;
}
#sv-fmvdatacloud #feature section p.anno {
  font-size: 1.4rem;
  margin: 15px auto;
}


/* --------------------
  datacopy
-------------------- */
#sv-fmvdatacloud #datacopy {
  margin: 0 auto;
  padding: 80px 0;
  background: #b6e4fc;
  text-align: center;
}
#sv-fmvdatacloud #datacopy section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 30px;
  background: rgba(255, 255, 255, 0.7);
}
#sv-fmvdatacloud #datacopy section h2 {
  background: #1a2f5e;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0.35em;
}
#sv-fmvdatacloud #datacopy section p {
  color: #333;
  font-size: 2.0rem;
}
#sv-fmvdatacloud #datacopy section p:first-of-type {
  margin: 30px auto 25px;
}

/* btn */
#sv-fmvdatacloud #datacopy .howto_btn {
  margin: 35px auto 20px;
  text-align: center;
  max-width: 760px;
}
#sv-fmvdatacloud #datacopy .howto_btn a {
  color: #fff;
  background: #13a6dd;
  padding: 0.4em 0 0.35em;
  border-radius: 3px;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  box-shadow: rgba(61, 61, 61, 0.25) 0 4px 5px;
  margin: -4px auto 0;
  transition: all 0.1s ease 0s;
  display: inline-block;
  width: 100%;
}
#sv-fmvdatacloud #datacopy .howto_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin: -10px 0 0;
}
#sv-fmvdatacloud #datacopy .howto_btn a:hover {
  box-shadow: none;
  transform: translateY(4px);
}


/* --------------------
  manual
-------------------- */
#sv-fmvdatacloud #manual {
  margin: 0 auto;
  padding: 50px 0;
  background: #d4f0ff;
  text-align: center;
}
#sv-fmvdatacloud #manual section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.7);
}
#sv-fmvdatacloud #manual section h2 {
  color: #1a2f5e;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0.35em;
}
#sv-fmvdatacloud #manual section p {
  color: #333;
  font-size: 2.0rem;
}
#sv-fmvdatacloud #manual section p.anno {
  font-size: 1.4rem;
}

/* btn */
#sv-fmvdatacloud #manual .manual_btn {
  margin: 20px auto;
  text-align: center;
  max-width: 760px;
}
#sv-fmvdatacloud #manual .manual_btn a {
  color: #fff;
  background: #13a6dd;
  padding: 0.4em 0 0.35em;
  border-radius: 3px;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  box-shadow: rgba(61, 61, 61, 0.25) 0 4px 5px;
  margin: -4px auto 0;
  transition: all 0.1s ease 0s;
  display: inline-block;
  width: 100%;
}
#sv-fmvdatacloud #manual .manual_btn a::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 30px;
  border-bottom: 4px solid #fff;
  margin: 4px 0 0;
}
#sv-fmvdatacloud #manual .manual_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
  margin: -10px 0 0;
}
#sv-fmvdatacloud #manual .manual_btn a:hover {
  box-shadow: none;
  transform: translateY(4px);
}


/* --------------------
  caution
-------------------- */
#sv-fmvdatacloud #caution {
  padding: 80px 0 80px;
  background: #fff;
  text-align: center;
}
#sv-fmvdatacloud #caution > h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 20px 10px;
  margin: 0 auto 40px;
  color: #1a2f5e;
  border-bottom: 4px solid #4cc1c7;
  display: inline-block;
}
#sv-fmvdatacloud #caution .contbox {
  max-width: 800px;
  margin: 0 auto;
}
#sv-fmvdatacloud #caution .contbox ul {
  list-style: disc inside;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8rem;
  text-align: left;
}
#sv-fmvdatacloud #caution .contbox ul li {
  margin-bottom: 0.25em;
}

/*----- termsmenu -----*/
#sv-fmvdatacloud .termsmenu {
  background: #f0f7fb;
  margin: 60px auto;
}
#sv-fmvdatacloud .termsmenu ol {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#sv-fmvdatacloud .termsmenu li {
  vertical-align: middle;
  font-size: 1.6rem;
  background: #d7e6ee;
  line-height: 1.4;
  /*-webkit-flex-grow: 1;
  flex-grow: 1;*/
  -webkit-flex: 1;
  flex: 1;
  border-right: 3px solid #fff;
  color: #333;
  padding: 15px 0;
}
#sv-fmvdatacloud .termsmenu li:first-of-type {
  background: none;
  -webkit-flex: inherit;
  flex: inherit;
  padding: 15px 20px;
}
#sv-fmvdatacloud .termsmenu ol a {
  color: #333;
  text-decoration: none;
  display: block;
}
#sv-fmvdatacloud .termsmenu ol a:link, #sv-fmvdatacloud .termsmenu ol a:visited, #sv-fmvdatacloud .termsmenu ol a:hover, #sv-fmvdatacloud .termsmenu ol a:active {
  color: #333 !important;
  text-decoration: none !important;
}
#sv-fmvdatacloud .termsmenu ol a:hover, #sv-fmvdatacloud .termsmenu ol a:active {
  opacity: 0.7;
}

/*---- clearfix ----*/
.clearfix {
  display: block;
  content: "";
  clear: both;
}

/*スクロール
------------------------------*/
.scrolltop {
  position: fixed;
  right: 15px;
  bottom: 264px;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  z-index: 9999;
}
.scrolltop img {
  width: 68px;
  height: auto;
  vertical-align: bottom;
}


/*--- 768px------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* --------------------
  base
-------------------- */
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: inline-block;
  }
  /* --------------------
  contents
-------------------- */
  #sv-fmvdatacloud section {
    padding: 6em 0 5em;
  }
  /* --------------------
  fv
-------------------- */
  #sv-fmvdatacloud #fv .fv_bg {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 54vw;
    background: url("../images/fv_img.png") no-repeat bottom center;
    background-size: contain;
  }
  #sv-fmvdatacloud #fv .fv_bg .contbox {
    clip-path: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 2em 2em 1.5em;
  }
  #sv-fmvdatacloud #fv h1 {
    text-align: center;
  }
  #sv-fmvdatacloud #fv .fv_lead {
    font-size: 1.5rem;
    margin: 0.5em auto 0;
  }
  /* --------------------
  offer
-------------------- */
  #sv-fmvdatacloud #offer .contbox {
    width: 100%;
    padding: 1em;
  }
  #sv-fmvdatacloud #offer dl {
    display: block;
    height: auto;
    margin: 0 auto 1.25em;
    border-left: 0.4em solid #fff100;
    padding-left: 1em;
  }
  #sv-fmvdatacloud #offer dt {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  #sv-fmvdatacloud #offer dt.small {
    font-size: 2.4rem;
    margin: 0;
  }
  #sv-fmvdatacloud #offer dt.small span {
    margin: 0;
  }
  #sv-fmvdatacloud #offer dd {
    font-size: 1.6rem;
    display: inline-block;
  }
  #sv-fmvdatacloud #offer dd.tab-reader-box {
    display: none;
  }
  #sv-fmvdatacloud #offer dd.benefit {
    font-size: 1.8rem;
  }
  /* btn */
  #sv-fmvdatacloud #offer .entry_btn {
    margin: 2em auto 1em;
    width: 100%;
  }
  #sv-fmvdatacloud #offer .entry_btn a {
    font-size: 2.8rem;
    padding-right: 0.5em;
  }
  #sv-fmvdatacloud #offer .entry_btn a::after {
    right: 0.5em;
    border: 8px solid transparent;
    border-left: 12px solid #fff;
    margin: -8px 0 0;
  }
  #sv-fmvdatacloud #offer .cancel_btn {
    margin: 1.25em auto;
    width: 100%;
  }
  #sv-fmvdatacloud #offer .cancel_btn a {
    font-size: 1.6rem;
    padding-right: 0.5em;
  }
  #sv-fmvdatacloud #offer .cancel_btn a::after {
    right: 1em;
    border: 7px solid transparent;
    border-left: 10px solid #333;
    margin: -7px 0 0;
  }
  /* --------------------
  feature
-------------------- */
  #sv-fmvdatacloud #feature section {
    padding: 4em 0 3em;
  }
  #sv-fmvdatacloud #feature section > h2 {
    font-size: 2.4rem;
    padding: 0 0.25em 0.25em;
    margin: 0 0.5em 1em;
  }
  #sv-fmvdatacloud #feature section p {
    font-size: 1.6rem;
    width: auto;
    margin: 0 1em;
  }
  #sv-fmvdatacloud #feature section p:last-of-type {
    margin: 1em 0.25em 0;
  }
  #sv-fmvdatacloud #feature section p.anno {
    margin: 1em;
  }
  /* --------------------
  datacopy
-------------------- */
  #sv-fmvdatacloud #datacopy {
    padding: 3em 0;
  }
  #sv-fmvdatacloud #datacopy section {
    width: auto;
    margin: 0 0.5em;
    padding: 0 0 1em;
  }
  #sv-fmvdatacloud #datacopy section h2 {
    font-size: 2.4rem;
    padding: 0.5em 0.25em;
    line-height: 1.3;
  }
  #sv-fmvdatacloud #datacopy section p {
    margin: 1em;
    font-size: 1.5rem;
  }
  #sv-fmvdatacloud #datacopy section p:first-of-type {
    margin: 1em;
    text-align: left;
  }
  /* btn */
  #sv-fmvdatacloud #datacopy .howto_btn {
    margin: 1.5em 1em 0.5em;
    width: auto;
  }
  #sv-fmvdatacloud #datacopy .howto_btn a {
    padding: 0.4em 1em 0.35em 0;
    font-size: 2rem;
    line-height: 1.3;
  }
  #sv-fmvdatacloud #datacopy .howto_btn a::after {
    right: 0.5em;
    border: 7px solid transparent;
    border-left: 10px solid #fff;
    margin: -7px 0 0;
  }
  /* --------------------
  manual
-------------------- */
  #sv-fmvdatacloud #manual {
    padding: 2em 0;
  }
  #sv-fmvdatacloud #manual section {
    width: auto;
    margin: 0 0.5em;
    padding: 1em 0;
  }
  #sv-fmvdatacloud #manual section h2 {
    font-size: 2.4rem;
    padding: 0.5em 0.25em;
    line-height: 1.3;
  }
  #sv-fmvdatacloud #manual section p {
    margin: 1em;
    font-size: 1.5rem;
  }
  /* btn */
  #sv-fmvdatacloud #manual .manual_btn {
    margin: 0.5em 1em;
    width: auto;
  }
  #sv-fmvdatacloud #manual .manual_btn a {
    padding: 0.4em 1em 0.35em 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  #sv-fmvdatacloud #manual .manual_btn a::before {
    right: 0.5em;
    width: 14px;
    height: 3px;
    border-bottom: 3px solid #fff;
    margin: 3px 0 0;
  }
  #sv-fmvdatacloud #manual .manual_btn a::after {
    right: 0.5em;
    border: 7px solid transparent;
    border-top: 10px solid #fff;
    margin: -7px 0 0;
  }
  /* --------------------
  caution
-------------------- */
  #sv-fmvdatacloud #caution {
    padding: 4em 0 3em;
  }
  #sv-fmvdatacloud #caution > h2 {
    font-size: 2.4rem;
    padding: 0 0.25em 0.25em;
    margin: 0 0.5em 1em;
  }
  #sv-fmvdatacloud #caution .contbox {
    margin: 0 1em;
    width: auto;
  }
  #sv-fmvdatacloud #caution .contbox ul {
    font-size: 1.4rem;
  }
  #sv-fmvdatacloud #caution .contbox ul li {
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  /*----- termsmenu -----*/
  #sv-fmvdatacloud .termsmenu {
    margin: 2em auto 0;
  }
  #sv-fmvdatacloud .termsmenu ol {
    width: auto;
    display: block;
  }
  #sv-fmvdatacloud .termsmenu li {
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 3px solid #fff;
  }
}