@charset "utf-8";
/*-------------------------------------
　基本
---------------------------------------*/
#content #root {
  width: 970px;
  margin: 0 auto;
}
#subH1 {
    left: 50%;
    transform: translateX(-458px);
}
.content_inner {
  font-family: 'Noto Sans JP', sans-serif;
  color: #555;
  width: 970px;
  margin: 0 auto;
  position: relative;
}
.content_inner * {
  box-sizing: border-box;
}
section {
  margin: 0 -100%;
  padding: 0 100%;
}
@media screen and (max-width: 479px) {
  #content #root {
    width: 100%;
  }
  .content_inner {
    width: 100%;
    margin: 0 auto;
  }
  section {
    margin: 0;
    padding: 0;
  }
}
/*-------------------------------------
　Title
---------------------------------------*/
.bgTitle {
  margin: 20px auto 0px;
  background-image: url(../../../service/img/ssd-upgrade-service/img_main_visual.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 560px;
  height: 560px;
}
.mainTitle {
  position: relative;
  width: 840px;
  margin: 0 auto;
  height: 560px;
}
.mainTitle .applyBtn {
  width: 280px;
  height: 48px;
  position: absolute;
  bottom: 110px;
  left: 0;
  background: #ffa235; /* Old browsers */
  background: -moz-linear-gradient(left, #ffa235 0%, #ff3552 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffa235 0%, #ff3552 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffa235 0%, #ff3552 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa235', endColorstr='#ff3552', GradientType=1); /* IE6-9 */
  border-radius: 24px;
  box-shadow: 2px 2px 4px 0px #aaa;
}
.mainTitle .applyBtn:hover {
  bottom: 109px;
  left: 1px;
  box-shadow: none;
}
.mainTitle a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainTitle .mainPrice {
  color: #ff3552;
  font-size: 66px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 0;
  letter-spacing: -2px;
  line-height: 1;
}
.mainTitle .mainPrice span.lsMinus {
  letter-spacing: -8px;
}
.mainTitle .mainPrice span.fs38 {
  font-size: 38px;
}
.transform-italic {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
@media screen and (max-width: 479px) {
  .bgTitle {
    margin: 0 auto;
    background: none;
    height: auto;
  }
  .mainTitle {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
    margin-bottom: 30px;
  }
  .mainTitle .spOnly img {
    width: 100%;
    height: auto;
  }
  .mainTitle .spOnly p {
    color: #ff4d35;
    font-size: 4vw;
    margin-bottom: 6px;
  }
  .mainTitle .applyBtn {
    width: 80%;
    margin: 0 auto 20px;
    height: 2.6em;
    position: static;
    bottom: auto;
    left: auto;
  }
  .mainTitle .applyBtn:hover {
    bottom: auto;
    left: auto;
    box-shadow: 2px 2px 4px 0px #aaa;
  }
  .mainTitle a {
    font-size: 5vw;
  }
  .mainTitle .mainPrice {
    font-size: 12vw;
    position: static;
    bottom: auto;
    left: auto;
  }
  .mainTitle .mainPrice span.fs38 {
    font-size: 6vw;
  }
}
/*-------------------------------------
Introduction
---------------------------------------*/
.bgIntroduction {
  background-color: #f9f9f9;
  background-image: url(../../../service/img/ssd-upgrade-service/img_bg_intro.webp);
  background-repeat: no-repeat;
  background-position: 69% 88%;
  background-size: 677px auto;
}
.introductionBox {
  padding: 100px 0 180px;
}
.introductionBox h3 {
  margin: 0 auto 60px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
}
.introductionBox .arrowBox {
  background-image: url(../../../service/img/ssd-upgrade-service/icon_arrow_down.webp);
  background-repeat: no-repeat;
  background-position: center;
  height: 116px;
  margin-bottom: 20px;
}
.introductionBox .arrowBox h4 {
  padding-top: 50px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  color: #ff3652;
  font-weight: bold;
}
.introductionBox h5 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-weight: normal;
  background-color: #ff414f;
  margin: 0 auto 60px;
  width: 930px;
}
.introductionBox h5 span.fs40 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 4px;
}
.introductionBox h5 span.fs30 {
  font-size: 30px;
  font-weight: bold;
  margin-right: 4px;
}
.introductionBox ul {
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
.introductionBox ul li {
  width: 33.3333%;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.introductionBox ul li img {
  padding-bottom: 14px;
  padding-left: 26px;
}
.introductionBox ul li:last-child img {
  padding-bottom: 2px;
}
.introductionBox .movie-wrap {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .introductionBox .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .introductionBox .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 479px) {
  .bgIntroduction {
    background: #f9f9f9;
  }
  .introductionBox {
    padding: 30px 10px;
  }
  .introductionBox h3 {
    margin: 0 auto 30px;
    font-size: 5vw;
  }
  .introductionBox .arrowBox {
    background: none;
    height: auto;
    text-align: center;
  }
  .introductionBox .arrowBox img {
    width: 20%;
    display: block;
    margin: 0 auto;
  }
  .introductionBox .arrowBox h4 {
    padding-top: 10px;
    font-size: 5vw;
  }
  .introductionBox h5 {
    font-size: 5vw;
    margin: 0 auto 30px;
    width: 100%;
  }
  .introductionBox h5 span.fs40 {
    font-size: 8vw;
  }
  .introductionBox h5 span.fs30 {
    font-size: 6.4vw;
  }
  .introductionBox ul {
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
  }
  .introductionBox ul li {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .introductionBox ul li img {
    margin: 0;
    padding-bottom: 6px;
    padding-left: 5vw;
  }
}
/*-------------------------------------
Point
---------------------------------------*/
.bgPoint {
  background-image: url(../../../service/img/ssd-upgrade-service/img_bg_point_01.webp), url(../../../service/img/ssd-upgrade-service/img_bg_point_02.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% 24%, 90% 24%;
  background-size: 640px auto, 640px auto;
}
.pointBox {
  padding: 80px 0 60px;
}
.pointBox h1 {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}
.pointBox h1 span.txt3 {
  font-size: 60px;
  color: #ff3552;
}
.pointBox h1 span.txt2 {
  color: #ff3552;
}
.pointBox ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.pointBox ul li:nth-child(odd) {
  width: 16%;
}
.pointBox ul li:nth-child(even) {
  width: 80%;
}
.pointBox ul li:nth-child(even) h4 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  font-style: italic;
  margin-bottom: 6px;
}
.pointBox ul li:nth-child(even) p {
  font-size: 16px;
  letter-spacing: 2px;
  color: #666;
}
.pointBox ul li:nth-child(even) p span {
  font-weight: bold;
}
h4.ptRed {
  color: #ff3552;
}
h4.ptYellow {
  color: #ffa235;
}
h4.ptBlue {
  color: #229fe1;
}
.pointBox .adjustLeft {
  margin-left: 192px;
}
.pointBox table {
  background-color: #e5e5e5;
  width: 580px;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.pointBox table tr {
  vertical-align: middle;
}
.pointBox th {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  width: calc(580px / 8);
  border: 4px solid #fff;
}
.pointBox td {
  font-size: 22px;
  text-align: center;
  color: #fff;
  border: 4px solid #fff;
  line-height: 2.2;
}
.pointBox th.thBlue {
  color: #56b0e5;
}
.pointBox th.thRed {
  color: #e5568c;
}
.pointBox td.tdGray {
  background-color: #9c9c9c;
}
.pointBox td.tdGray.fs16 {
  font-size: 16px;
  line-height: 1.2;
}
.pointBox td.tdRed {
  background-color: #ff6f80;
}
.pointBox h5 {
  color: #ff3552;
  font-size: 22px;
  font-weight: bold;
}
.pointBox p.kome2 {
  font-size: 14px!important;
  margin-top: 10px;
}
@media screen and (max-width: 479px) {
  .bgPoint {
    background: none;
  }
  .pointBox {
    padding: 30px 0;
  }
  .pointBox h1 {
    margin: 0 auto 30px;
    font-size: 6vw;
  }
  .pointBox h1 span.txt3 {
    font-size: 10vw;
    line-height: 1;
  }
  .pointBox ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .pointBox ul li img {
    margin: 0;
  }
  .pointBox ul li:nth-child(odd) {
    width: 20%;
    margin-bottom: 6px;
  }
  .pointBox ul li:nth-child(even) {
    width: 100%;
  }
  .pointBox ul li:nth-child(even) h4 {
    font-size: 5.4vw;
    text-align: center;
  }
  .pointBox ul li:nth-child(even) p {
    font-size: 3.2vw;
  }
  .pointBox .adjustLeft {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pointBox table {
    width: 100%;
    margin-bottom: 20px;
  }
  .pointBox th {
    font-size: 4vw;
    width: calc(100% / 8);
  }
  .pointBox td {
    font-size: 3.6vw;
  }
  .pointBox td.tdGray.fs16 {
    font-size: 3vw;
  }
  .pointBox h5 {
    font-size: 4.4vw;
  }
  .pointBox p.kome2 {
    font-size: 3vw!important;
  }
}
/*-------------------------------------
Price
---------------------------------------*/
.bgPrice {
  background-image: url(../../../service/img/ssd-upgrade-service/img_bg_price_01.webp), url(../../../service/img/ssd-upgrade-service/img_bg_price_02.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 78% 0%, 24% 100%;
  background-size: 608px auto, 713px auto;
}
.priceBox {
  padding: 100px 0;
  width: 900px;
  margin: 0 auto;
}
.priceBox h3 {
  margin-bottom: 30px;
  text-align: center;
  color: #56b0e5;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}
.priceBox h4 {
  margin-bottom: 40px;
  text-align: center;
  color: #ff3552;
  font-size: 28px;
  font-weight: bold;
}
.priceBox .priceTableBox {
  margin-bottom: 10px;
  border: 2px solid #56b0e5;
  border-top: none;
}
.priceBox table {
  border-collapse: collapse;
  width: 100%;
}
.priceBox table tr {
  vertical-align: middle;
}
.priceBox th {
  font-size: 30px;
  text-align: center;
  background-color: #56b0e5;
  font-weight: bold;
  color: #fff;
  border-left: 2px solid #fff;
}
.priceBox th span {
  font-size: 20px;
}
.priceBox th.fs22 {
  font-size: 22px;
  line-height: 1.4;
  padding: 4px 0;
  border-left: none;
}
.priceBox td {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  border-left: 2px solid #ddd;
}
.priceBox td span {
  font-size: 20px;
}
.priceBox tr:last-child {
  border-top: 2px solid #ddd;
}
.priceBox tr:last-child td span {
  font-size: 18px;
}
.priceBox td:first-child {
  font-size: 30px;
  color: #888;
  width: 20%;
  border-left: none;
}
.priceBox td.tdGreen {
  color: #87d856;
}
.priceBox td.tdOrange {
  color: #ecbd4c;
}
.priceBox td.tdBrown {
  color: #de9072;
}
.priceBox td.tdRed {
  color: #ff3552;
}
.priceBox th.iconRecommend {
  position: relative;
}
.priceBox th.iconRecommend::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  background: url(../../../service/img/ssd-upgrade-service/icon_recommend.webp) no-repeat;
  top: -30px;
  left: -6px;
}
.priceBox .txtRigth {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}
.priceBox .btnGray {
  text-align: right;
  margin-bottom: 100px;
}

.priceArea {
  border: 3px solid #56b0e5;
  padding: 20px;
  margin-bottom: 20px;
}
.priceArea p {
  text-align: center;
}
.priceArea p.price_ttl {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.priceArea p.price_all {
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 40px;
}
p.price_all span.tax {
  font-size: 60%;
}
p.price_all span.parts {
  font-size: 93%;
}
.priceArea p.attention {
  font-size: 14px;
}
.priceExample {
  background: #eee;
  padding: 30px;
  margin-bottom: 100px;
}
.priceExample .left {
  float: left;
}
.priceExample .left p.price_ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}
.priceExample .right {
  float: right;
}

.priceExample .right p.price_all {
    color: red;
    font-weight: bold;
    font-size: 34px;
}
.priceExample .right p.brakedown {
  font-size: 16px;
  color: #666;
  text-align: left;
}

.priceBox ul {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.priceBox ul li {
  width: 48%;
  border: 2px solid #ddd;
  color: #666;
}
.priceBox ul .optionTitle {
  color: #fff;
  background-color: #56b0e5;
  padding: 6px 10px;
}
.priceBox ul .optionTitle h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.4;
}
.priceBox ul .optionTitle p {
  font-size: 14px;
}
.priceBox ul .optionInner {
  padding: 10px;
  position: relative;
  height: 120px;
}
.priceBox ul .optionInner p:first-child {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.priceBox ul .optionInner p:last-child {
  font-size: 22px;
  position: absolute;
  bottom: 6px;
  right: 16px;
  line-height: 40px;
}
.priceBox ul .optionInner p.optionRed {
  color: #ff3552;
  font-weight: bold;
}
.priceBox ul .optionInner p.optionRed span {
  font-size: 40px;
}
.priceBox .payment {
  margin: 0 40px 100px;
}
.priceBox .payment h4 {
  margin-bottom: 20px;
  text-align: left;
  color: #555555;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  line-height: 28px;
}
.priceBox .payment h4::before {
  content: "";
  width: 40px;
  height: 31px;
  background: url(../../../service/img/ssd-upgrade-service/icon_sendbox.webp) no-repeat;
  position: absolute;
  top: 0;
  left: -44px;
}
.priceBox .payment p {
  margin-bottom: 60px;
  font-size: 18px;
}
.priceBox .payment p.payRed {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #ff3552;
  text-align: center;
}
.priceBox .payment ul {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.priceBox .payment ul li {
  width: 46%;
  background-color: #f8f8f8;
  border: none;
  padding: 20px;
}
.priceBox .payment ul li h5 {
  font-size: 28px;
  font-weight: bold;
  color: #56b0e5;
  margin-bottom: 30px;
  text-align: center;
}
.priceBox .payment ul li p {
  font-size: 16px;
  margin-bottom: 0;
}
.priceBox .payment ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.priceBox .payment ul li dl dd:first-child {
  width: 40%;
  font-size: 18px;
}
.priceBox .payment ul li dl dd:first-child span {
  text-decoration: line-through;
}
.priceBox .payment ul li dl dd:last-child {
  width: 58%;
  font-size: 30px;
  color: #ff3552;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.priceBox .payment ul li dl dd:last-child span {
  font-size: 60px;
}
.priceBox ol {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
}
.priceBox ol li {
  width: 33.333333%;
  text-align: center;
  position: relative;
}
.priceBox ol li::before {
  content: "";
  width: 36px;
  height: 54px;
  background: url(../../../service/img/ssd-upgrade-service/icon_arrow_right.webp) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}
.priceBox ol li:first-child::before {
  content: none;
}
.priceBox ol li h6 {
  font-size: 28px;
  font-weight: normal;
  height: 66px;
  color: #fff;
  line-height: 66px;
  letter-spacing: 2px;
}
.priceBox ol li h6 span {
  font-size: 36px;
}
.priceBox ol li h6 span.flowTitle2row {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  text-align: left;
}
.priceBox ol li h6.bgFlow1 {
  background-color: #56b0e5;
}
.priceBox ol li h6.bgFlow2 {
  background-color: #419fd6;
  position: relative;
}
.priceBox ol li h6.bgFlow3 {
  background-color: #2d8bc3;
  position: relative;
}
.priceBox ol li h6.bgFlow2::before, .priceBox ol li h6.bgFlow3::before {
  content: "";
  width: 36px;
  height: 66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}
.priceBox ol li h6.bgFlow2::before {
  background: url(../../../service/img/ssd-upgrade-service/icon_flow_right_01.webp) no-repeat;
}
.priceBox ol li h6.bgFlow3::before {
  background: url(../../../service/img/ssd-upgrade-service/icon_flow_right_02.webp) no-repeat;
}
.priceBox ol li img {
  margin: 20px auto;
}
.priceBox ol li p {
  margin: 0 auto 20px;
  text-align: left;
  width: 80%;
}
.priceBox .caution {
  text-indent: -1em;
  font-size: 16px;
  margin-bottom: 30px;
}
.priceBox .caution dd {
  margin-left: 1em;
  margin-bottom: 20px;
}
.priceBox .caution dd::before {
  content: "※";
}
.priceBox .cautionRed {
  font-size: 16px;
  color: #ff3552;
}
@media screen and (max-width: 479px) {
  .bgPrice {
    background: none;
  }
  .priceBox {
    padding: 30px 0;
    width: 100%;
  }
  .priceBox h3 {
    margin-bottom: 10px;
    font-size: 8vw;
  }
  .priceBox h4 {
    font-size: 5.4vw;
    margin-bottom: 20px;
  }
  .priceBox .recommendImg {
    margin-left: 47%;
    margin-bottom: 0;
    width: 12%;
  }
  .priceBox th {
    font-size: 6vw;
    line-height: 1.4;
    padding: 4px 0 6px;
  }
  .priceBox th span {
    font-size: 4vw;
  }
  .priceBox th.fs22 {
    font-size: 3vw;
  }
  .priceBox td {
    font-size: 6vw;
    line-height: 1.4;
    padding: 4px 0 6px;
  }
  .priceBox td span {
    font-size: 4vw;
  }
  .priceBox tr:last-child td span {
    font-size: 4vw;
  }
  .priceBox td:first-child {
    font-size: 4vw;
    width: 20%;
  }
  .priceBox th.iconRecommend::before {
    content: none;
  }
  .priceBox .txtRigth {
    font-size: 3vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  .priceBox .btnGray {
    margin-bottom: 60px;
    text-align: center;
  }

  .priceArea p.price_all {
    font-size: 9vw;
    line-height: 1.4em;
  }
  .priceArea p.price_all span.sp-space {
    padding-left: 20px;
  }
  .priceExample {
    padding: 20px;
  }
  .priceExample .left p.price_ttl {
    text-align: left;
  }
  .priceExample .left,
  .priceExample .right {
    float: none;
  }

  .priceBox ul {
    margin-bottom: 40px;
    justify-content: center;
    flex-direction: column;
  }
  .priceBox ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .priceBox ul .optionTitle {
    padding: 6px 10px;
  }
  .priceBox ul .optionTitle h4 {
    font-size: 5vw;
  }
  .priceBox ul .optionTitle p {
    font-size: 3.6vw;
  }
  .priceBox ul .optionInner {
    height: auto;
  }
  .priceBox ul .optionInner p:first-child {
    font-size: 3.6vw;
  }
  .priceBox ul .optionInner p:last-child {
    font-size: 4.6vw;
    position: static;
    bottom: auto;
    right: auto;
    line-height: inherit;
    text-align: right;
  }
  .priceBox ul .optionInner p.optionRed span {
    font-size: 8vw;
  }
  .priceBox .payment {
    margin: 0 30px 60px;
  }
  .priceBox .payment h4 {
    margin-bottom: 10px;
    font-size: 5vw;
    line-height: 22px;
  }
  .priceBox .payment h4::before {
    content: "";
    width: 30px;
    height: 22px;
    left: -32px;
    background-size: contain;
  }
  .priceBox .payment p {
    margin-bottom: 30px;
    font-size: 3.6vw;
  }
  .priceBox .payment p.payRed {
    margin-bottom: 20px;
    font-size: 6vw;
    line-height: 1.2;
  }
  .priceBox .payment ul {
    margin-bottom: 40px;
    justify-content: center;
    flex-direction: column;
  }
  .priceBox .payment ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 4px 12px 10px;
  }
  .priceBox .payment ul li h5 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .priceBox .payment ul li p {
    font-size: 3.4vw;
  }
  .priceBox .payment ul li dl {
    margin-bottom: 20px;
    justify-content: center;
  }
  .priceBox .payment ul li dl dd:first-child {
    font-size: 4.4vw;
    width: 44%;
    text-align: center;
  }
  .priceBox .payment ul li dl dd:last-child {
    width: 54%;
    font-size: 5vw;
  }
  .priceBox .payment ul li dl dd:last-child span {
    font-size: 10vw;
  }
  .priceBox ol {
    margin-bottom: 0;
    justify-content: center;
    background: none;
    flex-direction: column;
  }
  .priceBox ol li {
    width: 100%;
    margin-bottom: 50px;
    background-color: #f8f8f8;
  }
  .priceBox ol li::before {
    top: -52px;
    left: 50%;
    transform: translateX(-50%) translateY(0) rotate(90deg);
  }
  .priceBox ol li:last-child {
    margin-bottom: 20px;
  }
  .priceBox ol li h6 {
    font-size: 5.4vw;
    height: auto;
    line-height: inherit;
  }
  .priceBox ol li h6 span {
    font-size: 6.2vw;
  }
  .priceBox ol li h6 span.flowTitle2row {
    font-size: 5.4vw;
    line-height: 1.4;
    display: inline;
  }
  .priceBox ol li h6.bgFlow2::before, .priceBox ol li h6.bgFlow3::before {
    content: none;
  }
  .priceBox .caution {
    font-size: 3vw;
    margin-bottom: 20px;
  }
  .priceBox .caution dd {
    margin-bottom: 4px;
  }
  .priceBox .cautionRed {
    font-size: 3vw;
    margin-bottom: 30px;
  }
}
/*-------------------------------------
.button01_popup
---------------------------------------*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.button01 {
  cursor: pointer;
}
.button01 span {
  background-color: #e5e5e5;
  border-radius: 22px;
  padding: 0 20px;
  display: inline-flex;
  line-height: 44px;
  box-shadow: 2px 2px 4px 0px #aaa;
  margin-right: 4px;
}
.button01 span:hover {
  transform: translate(1px, 1px);
  box-shadow: none;
}
.black_layer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 30000;
  display: none;
}
#button01_status_checkbox:checked ~ .black_layer {
  animation: fadein .15s;
  display: block;
}
.button01_popup {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 33000;
  text-align: center;
  opacity: 0;
  width: 100%;
  max-width: 910px;
}
#button01_status_checkbox:checked ~ .button01_popup {
  animation: fadein .35s .15s forwards;
  pointer-events: auto;
}
.button01_popup .close_button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #ccc;
  transition: background-color .2s;
  cursor: pointer;
}
.button01_popup .close_button:hover {
  background: #eee;
}
.button01_popup .close_button::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 60%;
  margin-left: 20%;
  height: 60%;
  margin-top: 20%;
  background: linear-gradient(45deg, transparent 46%, #999 46%, #666 50%, #999 54%, transparent 54%), linear-gradient(-45deg, transparent 46%, #999 46%, #666 50%, #999 54%, transparent 54%);
}
@media screen and (max-width: 479px) {
  .button01 span {
    font-size: 3.2vw;
  }
  .button01 span:hover {
    transform: translate(0px, 0px);
    box-shadow: 2px 2px 4px 0px #aaa;
  }
  .button01_popup {
    width: 98vw;
    height: auto;
  }
  .button01_popup .close_button {
    right: 0;
    top: 0;
  }
}
/*-------------------------------------
ヒミツ
---------------------------------------*/
.bgSecret {
  background-color: #f5f5f5;
}
.secretBox {
  padding: 100px 0;
}
.secretBox h3 {
  margin: 0 auto 60px;
  font-size: 40px;
  font-weight: bold;
  color: #56b0e5;
  text-align: center;
  letter-spacing: 2px;
  font-style: italic;
}
.secretBox h3 span {
  font-size: 60px;
  color: #ff3552;
}
.secretBox .secret {
  margin: 0 40px;
}
.secretBox .secret h4 {
  margin-bottom: 30px;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  line-height: 28px;
}
.secretBox .secret h4::before {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../../../service/img/ssd-upgrade-service/icon-_gear.webp) no-repeat;
  position: absolute;
  top: -4px;
  left: -44px;
}
.secretBox .secret h4 + p {
  font-size: 16px;
}
.secretBox .secret ul {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.secretBox .secret ul li {
  width: 49%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
}
.secretBox .secret ul li h5 {
  font-size: 26px;
  color: #ff3552;
}
.secretBox .secret ul li h5 span {
  font-weight: bold;
}
.secretBox .secret ul li p {
  font-size: 15px;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.4;
}
.secretBox .secret ul li span.degTxt {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #ff3552;
  padding: 4px;
  width: 200px;
  transform: rotate(-8deg);
}
.secretBox .secret ul.w6040 {
  align-items: center;
}
.secretBox .secret ul.w6040 li {
  text-align: left;
  background: none;
  padding: 0;
}
.secretBox .secret ul.w6040 li:first-child {
  width: 54%;
  font-size: 18px;
}
.secretBox .secret ul.w6040 li:first-child span {
  color: #ff3552;
  font-weight: bold;
}
.secretBox .secret ul.w6040 li:last-child {
  width: 44%;
}
.secretBox .secret ul.w6040 li:last-child span.degTxt {
  bottom: 6px;
  right: 6px;
}
@media screen and (max-width: 479px) {
  .secretBox {
    padding: 30px 0;
  }
  .secretBox h3 {
    margin: 0 auto 30px;
    font-size: 6vw;
    line-height: 1.4;
  }
  .secretBox h3 span {
    font-size: 10vw;
    padding-left: 0.4em;
  }
  .secretBox .secret {
    margin: 0 30px 30px;
  }
  .secretBox .secret h4 {
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 28px;
  }
  .secretBox .secret h4::before {
    width: 26px;
    height: 26px;
    top: 1px;
    left: -26px;
    background-size: contain;
  }
  .secretBox .secret h4 + p {
    font-size: 3.6vw;
  }
  .secretBox .secret ul {
    margin-bottom: 0;
    justify-content: center;
    flex-direction: column;
  }
  .secretBox .secret ul li {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
  }
  .secretBox .secret ul li h5 {
    font-size: 5vw;
  }
  .secretBox .secret ul li p {
    font-size: 3.8vw;
    margin-bottom: 36px;
  }
  .secretBox .secret ul li img {
    margin: 0;
  }
  .secretBox .secret ul li span.degTxt {
    bottom: 2px;
    right: 2px;
    font-size: 4vw;
    padding: 4px 10px;
    width: auto;
  }
  .secretBox .secret ul.w6040 {
    margin: 20px 0 30px;
  }
  .secretBox .secret ul.w6040 li:first-child {
    width: 100%;
    font-size: 3.8vw;
    margin-bottom: 10px;
  }
  .secretBox .secret ul.w6040 li:last-child {
    width: 100%;
  }
  .secretBox .secret ul.w6040 li:last-child span.degTxt {
    bottom: 2px;
    right: 4px;
  }
}
/*-------------------------------------
コンバージョンボタン PC & SP
---------------------------------------*/
.content_inner .conversionBtn {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(560px);
  background: #ffa235; /* Old browsers */
  background: -moz-linear-gradient(left, #ffa235 0%, #ff3552 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffa235 0%, #ff3552 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffa235 0%, #ff3552 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa235', endColorstr='#ff3552', GradientType=1); /* IE6-9 */
  border-radius: 10px;
  text-align: center;
  box-shadow: 3px 3px 3px #b5b5b5;
  opacity: 0;
  transition: 0.5s;
}
.content_inner .conversionBtn a {
  font-size: 20px;
  display: block;
  line-height: 1.2;
  color: #fff;
  width: 190px;
  height: 80px;
  text-align: center;
  padding-top: 12px;
}
.content_inner .conversionBtn a span {
  font-size: 28px;
  font-weight: bold;
}
.content_inner .conversionBtn.opacity100 {
  opacity: 100;
}
@media screen and (max-width: 1534px) {
  .content_inner .conversionBtn {
    left: auto;
    transform: translateX(0);
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .content_inner .conversionBtn {
    display: none;
  }
  .content_inner .convBtnSp {
    width: 84%;
    margin: 0 auto 20px;
    background: #ffa235; /* Old browsers */
    background: -moz-linear-gradient(left, #ffa235 0%, #ff3552 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffa235 0%, #ff3552 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffa235 0%, #ff3552 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa235', endColorstr='#ff3552', GradientType=1); /* IE6-9 */
    border-radius: 24px;
    box-shadow: 2px 2px 4px 0px #aaa;
  }
  .content_inner .convBtnSp a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 44px;
  }
}
/*-------------------------------------
汎用
---------------------------------------*/
.mt00 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.brPc {
  display: block;
}
.brSp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media only screen and (max-width: 479px) {
  .brPc {
    display: none;
  }
  .brSp {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
