@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%;
}
.paymentH3 {
    margin-top: 100px;
}
.mt-20{
    margin-top: -20px;/*パンくず２行目*/
}

@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(../../img/vcheck/img_main_visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 560px;
  background-color: #5c7177;
  height: 560px;
}
.mainTitle {
  position: relative;
  width: 840px;
  margin: 0 auto;
  height: 560px;
}
.mainTitle .txtTitle {
  position: absolute;
  top: 110px;
  left: -70px;   
}
.mainTitle .applyBtn {
  width: 280px;
  height: 48px;
  position: absolute;
  bottom: 110px;
  left: 0;
  background: #745e2a; /* Old browsers */
  background: -moz-linear-gradient(left, #fbf4a2 0%, #745e2a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fbf4a2 0%, #745e2a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fbf4a2 0%, #745e2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf4a2', endColorstr='#745e2a', 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: #745e2a;
  font-size: 66px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 4%;
  letter-spacing: -2px;
  line-height: 1;
  text-shadow: 0 0 1px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.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;
  }
.mainTitle .mainPrice span.lsMinus {
  letter-spacing: 0;
}    
}
/*-------------------------------------
Introduction
---------------------------------------*/
.bgIntroduction {
  background-repeat: no-repeat;
  background-position: 69% 88%;
  background-size: 677px auto;
}
.introductionBox {
  padding: 100px 0;
}
.introductionBox h3 {
  margin: 0 auto 60px;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
}
.introductionBox .arrowBox {
  background-image: url(../../img/vcheck/icon_arrow_down.png);
  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: #3591FF;
  font-weight: bold;
}
.introductionBox h5 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-weight: normal;
  background-color: #3591FF;
  margin: 0 auto;
  width: 930px;
  padding: 10px 5px;
  box-sizing: border-box;
}
.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 30px;
  display: flex;
  justify-content: space-between;
}
.introductionBox ul li {
  width: 33.3333%;
    font-size: 20px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.introductionBox ul li img {
  width: 100%;
  height: auto;
}
.introductionBox ul li:last-child img {
  padding-bottom: 2px;
}
.introductionBox .movie-wrap {
  text-align: center;
}
p.introductionTxt {
    font-size: 20px;
    text-align: center;
    border: #E0E0E0 3px double;
    padding: 10px;
}
p.introductionTxt img {
    margin-right: 10px;
    vertical-align: sub;
}
p.introductionTxt span {
    color: #ff3552;
    font-size: 30px;
    font-weight: 600;
}
@media screen and (max-width: 1000px) {
  p.introductionTxt {
    font-size: 20px;
    text-align: center;
    border: #E0E0E0 3px double;
    padding: 10px;
}
p.introductionTxt {
    font-size: 5vw;
}
    p.introductionTxt span {
    font-size: 8vw;
}
    p.introductionTxt img {
    margin: 0 10px 0 0;
    display: inline-block;
}

}
@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%;
    letter-spacing: normal;
  }
  .introductionBox h5 span.fs40 {
    font-size: 8vw;
  }
  .introductionBox h5 span.fs30 {
    font-size: 6.4vw;
  }
  .introductionBox ul {
    margin: 0 auto 20px;
    justify-content: center;
    flex-direction: column;
  }
  .introductionBox ul li {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 10px;
  }
    .introductionBox ul li:nth-child(1) {
  order: 1;
    }
    .introductionBox ul li:nth-child(2) {
  order: 3;
    }
     .introductionBox ul li:nth-child(3) {
  order: 2;
}
  .introductionBox ul li img {
    margin: 0;
    padding-bottom: 6px;
    padding-left: 5vw;
  }
}
/*-------------------------------------
Point
---------------------------------------*/
.bgPoint {
    background-color: #f9f9f9;
}
.pointBox {
  padding: 80px 0 160px;
}
.pointBox h4 {
  font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3591FF;
}
.recommendedBox {
    background: #fff url(../../img/vcheck/img_osusume_w.png) no-repeat right 10px center;
    padding: 20px;
    background-size: 18%;
    margin-bottom: 50px;
}
.recommendedList {
    margin-left: 2em;
    font-size: 16px;
}
.recommendedList li {
    list-style: disc !important;
}
.recommendedList li + li {
    margin-top: 10px;
}
.recommendedMenu {
    position: relative;
}
.recommendedMenu::before {
    content: "人気";
    position: absolute;
    left: -7%;
    top: 32%;
    font-size: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    text-align: center;
    line-height: 50px;
    color: #fbf4a2;
     background: #745e2a;
}
.menuBox {
    position: relative;
}
.menuBox li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menuBox li + li {
    border-top: dashed #3591FF 1px;
    padding-top: 20px;
    margin-top: 20px;
}
.menuBox li div {
    border-left: #3591FF 5px solid;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}
.menupice {
    color: #ff3552;
    font-size: 20px;
    font-weight: 600;
}
.menupice::after {
    color: #ff3552;
    font-size: 16px;
    font-weight: 600;
    content: "（税込）";
    display: inline-block;
}

.pointBox h3 {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}

.pointBox h5 {
    color: #3591FF;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
  .bgPoint {
    background: none;
  }
  .pointBox {
    padding: 30px 0;
  }
  .pointBox h3 {
    margin: 0 auto 30px;
    font-size: 6vw;
  }
  .pointBox h3 span.txt3 {
    font-size: 10vw;
    line-height: 1;
  }
  .pointBox ul.recommendedList {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 36vw;
    font-size: 4.4vw;
  }
.pointBox ul.menuBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10vw;
    font-size: 4.4vw;
  }
    .pointBox ul li {
        width: 100%;
        flex-direction: column;
    }
  .pointBox ul li img {
    margin: 0;
  }
.pointBox h4 {
    font-size: 5vw;
    text-align: center;
}
  .pointBox h5 {
    font-size: 4.4vw;
  }
.recommendedBox {
    background: #fff url(../../img/vcheck/img_osusume_w.png) no-repeat center top 10vw;
    background-size: 32%;
    margin-bottom: 30px;
    padding: 0;
}
.recommendedMenu::before {
    left: 40%;
    top: 20px;
    width: auto;
    height: auto; 
    border-radius: 0;
     line-height: 1; 
    padding: 5px;
    font-size: 4.4vw;
}
    .menuBox li {
    align-items: flex-end;
}
.menuBox li div {
    font-size: inherit;
}
}

/*-------------------------------------
bgVcheck
---------------------------------------*/
.bgVirus {
    
}
.VirusBox {
    padding: 100px 0;
}
.VirusBox h3 {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}
.VirusBox h4 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #3591FF;
}
.VirusBox h5 {
    border-left: #555 5px solid;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 20px;
    background: #eee;
}
.VirusList {
  display: flex;
    justify-content: space-between;
}
.VirusList li {
  width: calc( calc(100% / 3) - 10px );
  font-size: 16px;
  box-sizing: border-box;
}
*::-ms-backdrop, .VirusList li  {
  width: calc(33.33% - 10px); /* IE11 */
}
.VirusList li + li {
    border-left: 1px dashed #eee;
    padding-left: 12px;
}
.VirusList li dl {
    text-align: center;
}
.VirusList li dl dt {
    font-weight: 600;
}
.VirusList li dl dt::before {
    content: "■";
}
.VirusList li dl dd + dt {
    margin-top: 20px;
}
.VirusList li figure {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 121px;
}
@media screen and (max-width: 479px) {
.VirusBox {
    padding: 30px 0;
}
.VirusBox h3 {
  margin: 0 auto 30px;
  font-size: 6vw;
}
.VirusBox h5 {
    font-size: 5vw;
}
.VirusList {
  flex-direction: column;
}
.VirusList li {
  width: 100%;
  font-size: 4.4vw;
}
.VirusList li + li {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
}
.VirusList li dl dd + dt {
    margin-top: 10px;
}
.VirusList li figure {
    height: auto;
}
.VirusList li figure img {
    margin: 0;
}
}

/*-------------------------------------
Measures
---------------------------------------*/
.bgMeasures {
    background: #FFFEA1;
}
.MeasuresBox {
  padding: 100px 0;
  background: url(../../img/vcheck/img_ok_m.png) center right no-repeat;
}
.MeasuresBox h3 {
    margin: 0 auto 60px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #3598FE;
}
.MeasuresBox p {
   font-size: 18px; 
}
.MeasuresList {
    margin-bottom: 30px;
}
.MeasuresList li {
    font-size: 18px;
}
.MeasuresList li + li {
    margin-top: 10px;;
}
.MeasuresList li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 400;
  display: inline-block;
  margin-right: 1em;
}
.MeasuresBox h5 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-weight: normal;
  background-color: #3591FF;
  margin: 30px auto 0;
  padding: 10px 5px;
  box-sizing: border-box;
}
.MeasuresBox h5 span {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 4px;
}
@media screen and (max-width: 479px) {
.bgMeasures {
    padding: 20px;
}
.MeasuresBox {
    padding: 0;
}
.MeasuresBox p {
   font-size: 4.4vw; 
}
.MeasuresBox h3 {
  margin: 0 auto 30px;
  font-size: 6vw;
}
.MeasuresBox {
    background: url(../../img/vcheck/img_ok_m.png) no-repeat center top 10vw;
    background-size: 32%;
    margin-bottom: 30px;
}
.MeasuresList {
    margin-top: 30vw;
    margin-bottom: 5vw;
}
.MeasuresBox h5 {
  font-size: 5vw;
}
.MeasuresBox h5 span {
    font-size: 8vw;
    margin-left: 0;
}
.MeasuresList li {
    font-size: 4.4vw;
}
}
/*-------------------------------------
Price
---------------------------------------*/
.bgPrice {
  background-color: #f9f9f9;
}
.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(../../img/vcheck/icon_recommend.png) 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;
}
.priceBox ul {
  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;
}
.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(../../img/vcheck/icon_sendbox.jpg) 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 {
  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: #fff;
}
.priceBox ol li {
  width: 33.333333%;
  text-align: center;
  position: relative;
}
.priceBox ol li::before {
  content: "";
  width: 36px;
  height: 54px;
  background: url(../../img/vcheck/icon_arrow_right.png) 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(../../img/vcheck/icon_flow_right_01.jpg) no-repeat;
}
.priceBox ol li h6.bgFlow3::before {
  background: url(../../img/vcheck/icon_flow_right_02.jpg) 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;
  }
  .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(../../img/vcheck/icon-_gear.png) 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: #745e2a; /* Old browsers */
  background: -moz-linear-gradient(left, #fbf4a2 0%, #745e2a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fbf4a2 0%, #745e2a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fbf4a2 0%, #745e2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf4a2', endColorstr='#745e2a', 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;
  text-align: center;
  padding: 12px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  box-sizing: border-box;
}
.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: #745e2a; /* Old browsers */
  background: -moz-linear-gradient(left, #fbf4a2 0%, #745e2a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fbf4a2 0%, #745e2a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fbf4a2 0%, #745e2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf4a2', endColorstr='#745e2a', 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;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    padding: 5px;
  }
}
/*-------------------------------------
汎用
---------------------------------------*/
.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;
  }
}

/* 210610追加　サービス休止中 */
.bgTitle{
	position: relative;
}
.stopentry{
	width: 100%;
/*    height: 360px;*/
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 5em;
    text-align: center;
    padding-top: 16%;
	padding-bottom: 18.5%;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
}
.stopmenuBox{
	width: 100%;
	height: 619px;
	position: absolute;
	top: 0;
	left: 0;
    color: #fff;
    font-size: 5em;
    text-align: center;
    padding-top: 25%;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
}
@media screen and (max-width: 479px){
	.stopentry{
		display: none;
	}
	.stopmenuBox{
		height: 100%;
		padding-top: 100%;
		font-size: 3em;
		z-index: 1;
	}
}
