/* -----------------------------------------------------------
  .con-sim-start
----------------------------------------------------------- */
.con-sim-start {
  position: relative;
  padding: 66px 0 81px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start {
    padding: 13vw 0 16vw;
  }
}
.con-sim-start #anchor-start {
  position: absolute;
  left: 0;
  top: 0;
}
.con-sim-start .box-integrate {
  margin-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-integrate {
    margin-bottom: 13vw;
  }
}
.con-sim-start .box-integrate .img-sim-start {
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-integrate .img-sim-start {
    margin-bottom: 1vw;
  }
}
.con-sim-start .box-integrate .img-sim-start img {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-integrate .img-sim-start img {
    width: 80vw;
  }
}
.con-sim-start .box-integrate .txt-1 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: -0.02em;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-integrate .txt-1 {
    font-size: 4.5294117647vw;
    margin-bottom: 3vw;
  }
}
.con-sim-start .box-integrate .txt-1 .highlight {
  font-weight: 700;
}
.con-sim-start .box-integrate .txt-2 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.4347826087;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-integrate .txt-2 {
    font-size: 4.5294117647vw;
    margin-bottom: 6.3vw;
  }
}
.con-sim-start .box-integrate .btn-devices {
  display: flex;
  width: 100%;
  max-width: 214px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-integrate .btn-devices {
    max-width: 43vw;
  }
}
.con-sim-start .box-plan .heading-md {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-plan .heading-md {
    margin-bottom: 13.5vw;
  }
}
.con-sim-start .box-plan .img-logo {
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-plan .img-logo {
    margin-bottom: 3.5vw;
  }
}
.con-sim-start .box-plan .img-logo img {
  width: 215px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-plan .img-logo img {
    width: 42vw;
  }
}
.con-sim-start .box-plan .txt-1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  color: #000;
  text-align: center;
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-plan .txt-1 {
    font-size: 4.7882352941vw;
    margin-bottom: 8.5vw;
  }
}
.con-sim-start .box-packages {
  list-style: none;
  padding: 0;
  margin: 0 auto 55px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages {
    margin: 0 auto 13vw;
  }
}
.con-sim-start .box-packages li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li {
    margin-bottom: 10vw;
  }
}
.con-sim-start .box-packages li:last-of-type {
  margin-bottom: 0 !important;
}
.con-sim-start .box-packages li .col-data {
  width: 33%;
  text-align: right;
  padding-top: 13px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .col-data {
    padding-top: 3vw;
  }
}
.con-sim-start .box-packages li .col-price {
  width: 67%;
  padding-left: 20px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .col-price {
    padding-left: 5vw;
    padding-right: 7vw;
  }
}
.con-sim-start .box-packages li .txt-data {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 122px;
  height: 51px;
  background: #ffe200;
  font-weight: bold;
  font-size: 36px;
  color: #251714;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-data {
    width: 24vw;
    height: 10vw;
    font-size: 7.1176470588vw;
  }
}
.con-sim-start .box-packages li .txt-data .unit {
  font-size: 0.7em;
}
.con-sim-start .box-packages li .txt-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  color: #251714;
}
.con-sim-start .box-packages li .txt-price .price {
  line-height: 1;
  white-space: nowrap;
}
.con-sim-start .box-packages li .txt-price .price .number {
  position: relative;
  top: 4px;
  font-weight: bold;
  font-size: 69px;
  line-height: 1;
  letter-spacing: -0.05em;
  padding-right: 17px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-price .price .number {
    top: 1vw;
    font-size: 13.7176470588vw;
    letter-spacing: normal;
    padding-right: 3vw;
  }
}
.con-sim-start .box-packages li .txt-price .price .unit {
  position: relative;
  top: 1px;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-price .price .unit {
    top: 0.3vw;
    font-size: 4.7882352941vw;
  }
}
.con-sim-start .box-packages li .txt-price .origin-price {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
.con-sim-start .box-packages li .txt-price .origin-price .md {
  font-size: 24px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-price .origin-price .md {
    font-size: 4.7882352941vw;
    padding-right: 0.3vw;
  }
}
.con-sim-start .box-packages li .txt-price .origin-price .number-2 {
  position: relative;
  top: 1px;
  font-weight: bold;
  font-size: 37px;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 4px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-price .origin-price .number-2 {
    top: 0.1vw;
    font-size: 7.3764705882vw;
    letter-spacing: -0.05em;
    padding-right: 0.5vw;
  }
}
.con-sim-start .box-packages li .txt-price .origin-price .origin-unit {
  position: relative;
  font-size: 24px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-price .origin-price .origin-unit {
    font-size: 4.7882352941vw;
  }
}
.con-sim-start .box-packages li .txt-price .origin-price .left {
  position: relative;
  font-size: 24px;
  margin-left: -8px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-price .origin-price .left {
    font-size: 4.7882352941vw;
    margin-top: -0.5vw;
    margin-left: -1.8vw;
  }
}
.con-sim-start .box-packages li .txt-price .origin-price .right {
  position: relative;
  font-size: 24px;
  margin-right: -8px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-packages li .txt-price .origin-price .right {
    font-size: 4.7882352941vw;
    margin-right: -1.5vw;
  }
}
.con-sim-start .box-other-packages {
  max-width: 412px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages {
    max-width: 82vw;
    margin: 0 auto;
  }
}
.con-sim-start .box-other-packages .txt-2 {
  display: table;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages .txt-2 {
    font-size: 4.7882352941vw;
    padding: 0 0.5vw;
    margin-bottom: 7vw;
  }
}
.con-sim-start .box-other-packages .txt-2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  height: 10px;
  width: 100%;
  background: #ffea4c;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages .txt-2:before {
    bottom: 0.3vw;
    height: 1.4vw;
  }
}
.con-sim-start .box-other-packages .txt-2 .md {
  position: relative;
}
.con-sim-start .box-other-packages table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages table {
    margin-bottom: 5vw;
  }
}
.con-sim-start .box-other-packages table tr td {
  width: 33.3333333333%;
  height: 42px;
  color: #251714;
  vertical-align: middle;
  border: 2px solid #251714;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages table tr td {
    height: 10.8823vw;
  }
}
.con-sim-start .box-other-packages table td.cell-title {
  line-height: 1;
  text-align: center;
  background: #251714;
  color: #fff;
  border-right-color: #fff;
}
.con-sim-start .box-other-packages table td.cell-title:last-of-type {
  border-right-color: #251714;
}
.con-sim-start .box-other-packages table td.cell-title .lg {
  font-weight: bold;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages table td.cell-title .lg {
    font-size: 5.0470588235vw;
  }
}
.con-sim-start .box-other-packages table td.cell-title .lg .unit {
  font-size: 0.7em;
}
.con-sim-start .box-other-packages table td.cell-title .md {
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages table td.cell-title .md {
    font-size: 2.7176470588vw;
  }
}
.con-sim-start .box-other-packages table td.cell-content {
  text-align: center;
}
.con-sim-start .box-other-packages table td.cell-content .txt-price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.con-sim-start .box-other-packages table td.cell-content .txt-price .md {
  font-weight: bold;
  font-size: 11px;
  color: #251714;
  background: #ffe200;
  padding: 1.5px 7px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages table td.cell-content .txt-price .md {
    font-size: 2.2vw;
    padding: 1vw 2vw;
    margin-right: 0.5vw;
  }
}
.con-sim-start .box-other-packages table td.cell-content .txt-price .number {
  font-weight: bold;
  font-size: 27px;
  color: #251714;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages table td.cell-content .txt-price .number {
    font-size: 5.3058823529vw;
  }
}
.con-sim-start .box-other-packages table td.cell-content .txt-price .unit {
  font-size: 14px;
  color: #251714;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages table td.cell-content .txt-price .unit {
    font-size: 2.7176470588vw;
  }
}
.con-sim-start .box-other-packages .txt-3 {
  font-size: 17px;
  color: #251714;
}
@media only screen and (max-width: 767px) {
  .con-sim-start .box-other-packages .txt-3 {
    font-size: 3.4941176471vw;
  }
}

/* -----------------------------------------------------------
  .con-docomo
----------------------------------------------------------- */
.con-docomo {
  position: relative;
}
.con-docomo #anchor-docomo {
  position: absolute;
  left: 0;
  top: 0;
}
.con-docomo .box-bg {
  position: relative;
  background: #fff080;
  background: transparent url(../images/bg-docomo.jpg) no-repeat center center;
  background-size: cover;
  padding: 41px 0 69px;
}
@media only screen and (max-width: 767px) {
  .con-docomo .box-bg {
    padding: 7vw 0 13.5vw;
  }
}
.con-docomo .heading-md {
  margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  .con-docomo .heading-md {
    margin-bottom: 10vw;
  }
}
.con-docomo .txt-1 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.6285714286;
  color: #251714;
  text-align: center;
  margin-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .con-docomo .txt-1 {
    font-size: 4.5294117647vw;
    margin-bottom: 7vw;
  }
}
.con-docomo .img-docomo {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con-docomo .img-docomo {
    margin-bottom: 6vw;
  }
}
.con-docomo .img-docomo img {
  width: 115px;
}
@media only screen and (max-width: 767px) {
  .con-docomo .img-docomo img {
    width: 23vw;
  }
}
.con-docomo .txt-2 {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.7;
  color: #251714;
  text-align: center;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .con-docomo .txt-2 {
    font-size: 5.3058823529vw;
    margin-bottom: 4.2vw;
  }
}
.con-docomo .txt-2 .highlight {
  font-weight: bold;
}
.con-docomo .btn-docomo {
  display: flex;
  width: 100%;
  max-width: 214px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con-docomo .btn-docomo {
    max-width: 43vw;
  }
}
.con-docomo .box-bottom {
  text-align: center;
  padding: 27px 0;
}
@media only screen and (max-width: 767px) {
  .con-docomo .box-bottom {
    padding: 6vw 0;
  }
}
.con-docomo .box-bottom .button {
  width: 69%;
}