@charset "UTF-8";
.pc-container {
  width: 95%;
  max-width: 1500px;
  height: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

.pc-main .logo-text {
  height: 1em;
  position: relative;
  top: .05em;
}
.pc-main .pc-box p {
  text-align: left;
  line-height: 1.5;
  font-size: 77.777777777%;
}
.pc-main .step-li-heading {
  width: 5.5em;
  height: 5.5em;
  position: absolute;
  top: -2.75em;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  background: #ff668e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.pc-header {
  width: 100%;
  background-color: #EEDFFF;
  background-image: url("/img/pc/pc-header_2022.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 53vw;
  max-height: 742px;
}
@supports (background-image: url("/img/pc/webp/pc-header_2022.webp")) {
  .pc-header {
    background-image: url("/img/pc/webp/pc-header_2022.webp");
  }
}
.pc-header .pc-nav > div.pc-container {
  width: 95%;
  max-width: 1600px;
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner h1 img {
  width: 180px;
  filter: drop-shadow(0 0 3px rgb(255, 255, 255, 0.6));
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li {
  margin-left: 2em;
  font-size: 77.777777%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.about:before {
  background-image: url(https://static.voifull.jp/img/pc/icon_about.svg);
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.howto:before {
  background-image: url(https://static.voifull.jp/img/pc/icon_rookie.svg);
}
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.present:before {
  background-image: url(/img/pc/icon_present.svg);
}
.pc-header > div.pc-container {
  height: calc(100% - 65px - 30px);
  width: 95%;
  max-width: 1600px;
}
.pc-header > div.pc-container .pc-catch-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
.pc-header > div.pc-container .pc-catch-group .pc-catch-group-left {
  flex: 0 0 50%;
  text-align: center;
  display: block;
  position: relative;
  left: -3%;
}
.pc-header > div.pc-container .pc-catch-group .pc-catch-group-left img.nonmember-catch {
  width: 100%;
  height: auto;
}
.pc-header > div.pc-container .pc-catch-group .pc-catch-group-left img.nonmember-girls-thum {
  width: 65%;
  height: auto;
}
.pc-header > div.pc-container .pc-catch-group .pc-catch-group-left img.nonmember-header-point {
  margin-top: 10%;
  width: 70%;
}
.pc-header > div.pc-container .pc-catch-group .pc-catch-group-right {
  flex: 0 0 20%;
}
.pc-header > div.pc-container .pc-catch-group .pc-catch-group-right img.pc-smartphone {
  width: 100%;
}

section.qrcode {
  text-align: center;
  padding: 1.5em 0 4.5em;
}
section.qrcode .section-inner {
  max-width: 694px;
  margin: 0 auto;
  width: 68%;
}
section.qrcode .section-inner .qrcode-bg {
  position: relative;
  width: 100%;
  padding-top: 1.5%;
}
section.qrcode .section-inner .qrcode-bg img.qrcode-bg-img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 1rem;
}
section.qrcode .section-inner .qrcode-bg .qrcode-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
section.qrcode .section-inner .qrcode-bg .qrcode-img img.qrcode {
  position: relative;
  right: -12%;
  bottom: 9%;
  height: 76%;
  border-radius: 1rem;
}
section.qrcode .section-inner .qrcode-bg .qrcode-img img.qrcode-girl {
  position: relative;
  height: 100%;
  right: -7%;
}
section.qrcode .section-inner .qrcode-bg .qrcode-text {
  position: absolute;
  top: 13%;
  left: 3%;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}
section.qrcode .section-inner .qrcode-bg .qrcode-text p {
  color: #fff;
  font-weight: bold;
  font-size: 111.111%;
}
section.qrcode .section-inner .qrcode-bg .qrcode-text p img {
  margin-right: 1%;
}
section.qrcode .section-inner .qrcode-bg .qrcode-text p.url {
  color: #fff;
  font-weight: bold;
  line-height: 1.65;
  font-size: 133.333333%;
  margin-top: 2.5%;
}
section.qrcode .section-inner .qrcode-bg .qrcode-text p.url span {
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding: 0 .8em;
  width: 20%;
  border-radius: 100px;
  margin-right: 2%;
  height: 1.5em;
  box-sizing: border-box;
}
section.qrcode .section-inner .qrcode-bg .qrcode-text p.url span img {
  width: 100%;
  margin-right: 2%;
}

.pc-main section.pc-about {
  text-align: center;
}
.pc-main section.pc-about .title-wrap {
  height: 12em;
  position: relative;
  max-height: 216px;
}
.pc-main section.pc-about .title-wrap .title-bg {
  background-image: url("/img/pc/pc-title-about_2022.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  width: 100%;
  padding: 0;
}

@supports (background-image: url("/img/pc/webp/pc-title-about_2022.webp")) {
  .pc-main section.pc-about .title-wrap .title-bg {
    background-image: url("/img/pc/webp/pc-title-about_2022.webp");
  }
}

.pc-main section.pc-about .title-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 166.66667%;
}
.pc-main section.pc-about .title-wrap .title-wrap-bg {
  background-color: rgba(255, 152, 29, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.pc-main section.pc-about .section-inner {
  padding: 3em 0 5.5em;
}
.pc-main section.pc-about .section-inner .pc-about-row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right {
  flex: 0 0 48.5%;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents1, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents1 {
  margin-bottom: 3em;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents1 img, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents1 img {
  width: 100%;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents2, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents2 {
  margin-bottom: 5em;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents2 p, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents2 p {
  line-height: 2;
  text-align: center;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents3, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents3 {
  text-align: center;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents3 img, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents3 img {
  width: 80%;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents4, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents4 {
  margin: 3em 0;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents4 p, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents4 p {
  line-height: 2;
  text-align: center;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents5, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents5 {
  margin-bottom: 4em;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents5 img, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents5 img {
  width: 78%;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents6, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents6 {
  text-align: left;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-about-left .pc-about-contents6 img, .pc-main section.pc-about .section-inner .pc-about-row .pc-about-right .pc-about-contents6 img {
  width: 82%;
}
.pc-main section.pc-about .section-inner .about-center-text {
  margin: 4em 0 3em;
  display: block;
}
.pc-main section.pc-about .section-inner .about-center-text p {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
.pc-main section.pc-about .section-inner .pc-about-row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-box {
  flex: 0 0 22.75%;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-box .point-title {
  width: 70%;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-box .screenshot-wrap {
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-box .screenshot-wrap:before {
  content: "";
  display: block;
  padding-top: 66.6666667%;
  /* 高さを幅の75%に固定 */
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-box .screenshot-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pc-main section.pc-about .section-inner .pc-about-row .pc-box .screenshot-wrap > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.pc-main section.pc-howto {
  text-align: center;
  background: #FFF;
}
.pc-main section.pc-howto .title-wrap {
  height: 12em;
  position: relative;
  max-height: 216px;
}
.pc-main section.pc-howto .title-wrap .title-bg {
  background-image: url("/img/pc/pc-title-howto_2022.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  width: 100%;
  padding: 0;
}
@supports (background-image: url("/img/pc/webp/pc-title-howto_2022.webp")) {
  .pc-main section.pc-howto .title-wrap .title-bg {
    background-image: url("/img/pc/webp/pc-title-howto_2022.webp");
  }
}

.pc-main section.pc-howto .title-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 166.66667%;
}
.pc-main section.pc-howto .title-wrap .title-wrap-bg {
  background-color: rgba(255, 152, 29, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.pc-main section.pc-howto .section-inner {
  padding: 3em 0 5.5em;
}
.pc-main section.pc-howto .section-inner .pc-howto-row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.pc-main section.pc-howto .section-inner .pc-howto-row .pc-box {
  flex: 0 0 31.333333%;
}
.pc-main section.pc-howto .section-inner .howto-center-text {
  margin-bottom: 3em;
}
.pc-main section.pc-howto .section-inner .howto-center-text p {
  text-align: center;
  line-height: 1.8;
}
.pc-main section.pc-howto .section-inner .about-service dl dt {
  padding: .7em 1.1em;
}
.pc-main section.pc-howto .section-inner .screenshot-wrap {
  position: relative;
  width: 100%;
}
.pc-main section.pc-howto .section-inner .screenshot-wrap:before {
  content: "";
  display: block;
  padding-top: 66.6666667%;
  /* 高さを幅の75%に固定 */
}
.pc-main section.pc-howto .section-inner .screenshot-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.pc-main section.pc-howto .section-inner .screenshot-wrap > div img {
  height: 100%;
  width: auto;
}

.pc-main section.pc-present {
  text-align: center;
  background-color: #f8f8f8;
}
.pc-main section.pc-present .title-wrap {
  height: 12em;
  position: relative;
}
.pc-main section.pc-present .title-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 166.66667%;
}
.pc-main section.pc-present .section-inner {
  padding-bottom: 3em;
}
.pc-main section.pc-present .section-inner img {
  width: 80%;
  max-width: 450px;
}
.pc-main section.pc-present .section-inner .present-center-text {
  margin-top: 30px;
  display: block;
}
.pc-main section.pc-present .section-inner .present-center-text p {
  text-align: center;
  line-height: 1.8;
}

.pc-main .copyright {
  text-align: center;
  padding: 3em 0;
}

.pc-main .text-orange {
  color: #000;
}

@media screen and (min-width: 0px) and (max-width: 549px) {
  .pc-container {
    width: 535px;
  }

  .pc-main {
    width: 550px;
    font-size: 10px;
  }

  .pc-header {
    height: 291px;
  }
}
@media screen and (min-width: 550px) {
  .pc-main {
    font-size: 10px;
  }
}
@media screen and (min-width: 670px) {
  .pc-container {
    max-width: 628px;
  }

  .pc-main {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .pc-container {
    max-width: 720px;
  }

  .pc-main {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .pc-container {
    max-width: 960px;
  }

  .pc-main {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .pc-container {
    max-width: 1140px;
  }
}



.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li {
  font-size: 66.666666667%;
  cursor: pointer;
}

.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li {
  filter: drop-shadow(0px 0px 1px white);
}

.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.ryoukin:before {
  background-image: url(https://static.voifull.jp/img/icon_point_nomember.svg);
}

.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.kiyaku:before {
  background-image: url(https://static.voifull.jp/img/icon-kiyaku.svg);
}

.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.specific_trade:before,
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.privacy:before,
.pc-header .pc-nav > div.pc-container .pc-nav-inner ul li.gaiyou:before {
  background-image: url(https://static.voifull.jp/img/icon-template.svg);
}

/* section:nth-child(odd) {
  background-color: #f8f8f8;
}
section:nth-child(odd).pc-about {
  background-color: #fff;
} */

.pc-main .pc-ryoukin{
  background-color: #f8f8f8;
}

.pc-main .pc-specific_trade{
  background-color: #f8f8f8;
}

.pc-main .pc-ryoukin, .pc-main .pc-kiyaku, .pc-main .pc-specific_trade {
  position: relative;
}
.pc-main .pc-ryoukin .title-wrap, .pc-main .pc-kiyaku .title-wrap, .pc-main .pc-specific_trade .title-wrap {
  height: 10em;
  position: relative;
}
.pc-main .pc-ryoukin .title-wrap h2, .pc-main .pc-kiyaku .title-wrap h2, .pc-main .pc-specific_trade .title-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 166.66667%;
}
.pc-main .pc-ryoukin .section-inner, .pc-main .pc-kiyaku .section-inner, .pc-main .pc-specific_trade .section-inner {
  width: 70%;
  margin: 0 auto;
  padding: 0 0 5.5em;
}
.pc-main .pc-ryoukin .section-inner > div, .pc-main .pc-kiyaku .section-inner > div, .pc-main .pc-specific_trade .section-inner > div {
  font-size: 77.777778%;
}
.pc-main .pc-specific_trade .section-inner {
  width: 55%;
}

.pc-main section.pc-ryoukin .price-list-wrap {
  display: flex;
  justify-content: space-between;
}
.pc-main section.pc-ryoukin .price-list-wrap > div {
  flex: 0 0 47%;
}
.pc-main section.pc-ryoukin .price-list-wrap > div .headline-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 0 0 1.1em;
}
.pc-main section.pc-ryoukin .price-list-wrap > div h2.headline-wrap-h2 {
  padding: 0;
  margin: 0;
  font-size: 120%;
  display: flex;
  align-items: center;
}
.pc-main section.pc-ryoukin .price-list-wrap > div h2.headline-wrap-h2:before {
  content: '';
  display: inline-block;
  position: relative;
  background-image: url(https://static.voifull.jp/img/icon_price.svg);
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
  margin: 0;
}
.pc-main section.pc-ryoukin .price-list-wrap > div h3.talk-contents {
  padding: 2em 0 1em;
  margin: 0;
}
.pc-main section.pc-ryoukin .price-list-wrap > div h3.message-contents {
  padding: 0 0 1em;
  margin: 0;
}
.pc-main section.pc-ryoukin .price-list-wrap > div .price-list dl {
  margin: 0;
  padding: 1em 0;
}

.pc-main section.pc-kiyaku .company-terms {
  overflow-y: scroll;
  max-height: 492px;
  min-height: 280px;
  height: 40vw;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0;
}
.pc-main section.pc-kiyaku .company-terms h3 {
  font-size: 111.111111%;
  margin-bottom: 5px;
}

.pc-main section.pc-specific_trade .section-inner {
  padding-bottom: 3em;
}
.pc-main section.pc-specific_trade table tr {
  border-bottom: 1px dashed #ddd;
  font-size: 77.777778%;
}
.pc-main section.pc-specific_trade table tr td {
  padding: 1em 1em 1em 0;
  width: 30%;
}
.pc-main section.pc-specific_trade table tr td + td {
  padding: 1em 0 1em 0;
  width: 70%;
}

.pc-main section.pc-present .section-inner {
  padding-bottom: 5.5em;
}

section.pc-kiyaku .company-terms::-webkit-scrollbar {
  width: 10px;
}

section.pc-kiyaku .company-terms::-webkit-scrollbar-track {
  background: #f8f8f8;
  border: none;
  border-radius: 10px;
}

section.pc-kiyaku .company-terms::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
  box-shadow: none;
}


/*********************
2022/03/01追加
*********************/

.base-price{
  display: flex;
  justify-content: flex-start;
  width: 30%;
  font-weight: bold;
}

.new-contents-badge{
  position: relative;
}

.new-contents-badge::after{
  position: absolute;
  content: 'NEW';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 16px;
  top: calc(50% - 8px);
  right: -50px;
  color: #fff;
  font-size: 10px;
  background-color: #F6547F;
  border-radius: 3px;
}

.price-list .price-per-min{
  font-weight: bold;
}

.price-list .price-per-min.new-price{
  color: #F6547F;
}

.price-list .price-per-min.old-price{
  font-weight: 400;
  color: #888;
  text-decoration: line-through;
}

.price-list .dl-pair .open-price,
.price-list .dl-pair .private-price{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  color: #26B97A;
  border: 1px solid #3ED896;
  border-radius: 7px;
}

.price-list .dl-pair .private-price{
  color: #4E8DFD;
  border: 1px solid #6A9EFC;
}

@media screen and (max-width: 991px) {
  .price-list .dl-pair .open-price,
  .price-list .dl-pair .private-price{
    width: 67px;
    height: 20px;
    font-size: 10px;
  }
}

.price-list .limited-term{
  position: relative;
}

.price-list-wrap .price-icon:before {
  background-image: url('https://static.voifull.jp/img/icon_price.svg');
}

.price-list-wrap .ear-icon:before {
  background-image: url('https://static.voifull.jp/img/icon_ear_black.svg');
}

.price-list-wrap .ear-talk-icon:before {
  background-image: url('https://static.voifull.jp/img/icon_ear_talk_black.svg');
}

.price-list-wrap .request-talk-icon:before {
  background-image: url('https://static.voifull.jp/img/icon_request_talk_black.svg');
}

.price-list-wrap .request-icon:before {
  background-image: url('https://static.voifull.jp/img/icon_request_black.svg');
}

.price-list-wrap .request-ear-icon:before {
  background-image: url('https://static.voifull.jp/img/icon_ear_request_black.svg');
}

.price-list-wrap .camera-icon:before {
  background-image: url('https://static.voifull.jp/img/icon_bidirectionnal_bk.svg');
}

.price-list .dl-pair .icon-area {
  display: flex;
  align-items: center;
  width: 30%;
  font-weight: 500;
}

.price-list .discription{
  display: flex;
  font-size: 14px;
  margin: 18px 25px 10px 5px;
  letter-spacing: 0.36pt;
}

.price-list .discription:last-of-type{
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 18px;
}

.pc-main .pc-ryoukin .section-inner{
  width: 100%;
  margin: 0 auto;
  padding: 0 auto 5.5em;
}

.pc-main section.pc-ryoukin .price-list-wrap {
  position: relative;
  background: #fff;
  padding: 50px 5% 75px;
}

@media screen and (max-width: 669px) {
  .pc-main section.pc-ryoukin .price-list-wrap{
    flex-direction: column;
    padding: 20px 10% 70px;
  }

  .price-list-wrap .headline-wrap{
    box-shadow: 0px 5px 0px 0px #f5f5f5;
  }

}

.price-list-wrap .price-list-message dl dd{
  justify-content: flex-end;
}

.pc-main section.pc-ryoukin .price-list-wrap > div.talk-contents-wrap,
.pc-main section.pc-ryoukin .price-list-wrap > div.left-contents-box {
  flex-basis: 51.5%;
}

.pc-main section.pc-ryoukin .price-list-wrap > div.message-contents-wrap,
.pc-main section.pc-ryoukin .price-list-wrap > div.right-contents-box {
  flex-basis: 40.6%;
  padding-top: calc(31px + 1.1em);
}

.pc-main section.pc-ryoukin .price-list-wrap > div.left-contents-box div.virtual-contents-wrap{
  margin-top: calc(31px + 1.1em);
}

.pc-main section.pc-ryoukin .price-list-wrap > div .headline-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 0 0 1.1em;
  height: 31px;
}

.pc-main section.pc-ryoukin .price-list-wrap > div h3.talk-contents,
.pc-main section.pc-ryoukin .price-list-wrap > div h3.message-contents,
.pc-main section.pc-ryoukin .price-list-wrap > .left-contents-box div h3.real-contents,
.pc-main section.pc-ryoukin .price-list-wrap > .left-contents-box div h3.virtual-contents,
.pc-main section.pc-ryoukin .price-list-wrap > .right-contents-box div h3.common-contents {
  padding: 2em 0 1em;
  margin: 0;
}

.pc-main section.pc-ryoukin .price-list-wrap > div .price-list dl {
  height: 60px;
  margin: 0;
  padding: 1em 0;
}


@media screen and (max-width: 1199px) {

  .price-list .limited-term::before{
    width: 36px;
    font-size: 12px;
  }
}

.price-list-wrap .talk-contents .notation {
  color: #F6547F;
  font-size: 12px;
  font-weight: 500;
  padding-left: 2em;
  text-indent: -1em;
}

.talk-contents-wrap .price-list dd{
  width: 18%;
}


/*-------*/

.pc-main section.pc-news {
  text-align: center;
}
.pc-main section.pc-news .title-wrap {
  height: 12em;
  position: relative;
  max-height: 216px;
}
.pc-main section.pc-news .title-wrap .title-bg {
  background-image: url("/img/pc/pc-title-howto_2022.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  width: 100%;
  padding: 0;
}
.pc-main section.pc-news .title-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 166.66667%;
}
.pc-main section.pc-news .title-wrap .title-wrap-bg {
  background-color: rgba(255, 152, 29, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.pc-main section.pc-news .section-inner {
  padding: 3em 0 5.5em;
}
.pc-main section.pc-news .section-inner .pc-news-row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.pc-main section.pc-news .section-inner .pc-news-row .pc-box {
  flex: 0 0 31.333333%;
}
.pc-main section.pc-news .section-inner .howto-center-text {
  margin-bottom: 3em;
}
.pc-main section.pc-news .section-inner .howto-center-text p {
  text-align: center;
  line-height: 1.8;
}
.pc-main section.pc-news .section-inner .about-service dl dt {
  padding: .7em 1.1em;
}
.pc-main section.pc-news .section-inner .screenshot-wrap {
  position: relative;
  width: 100%;
}
.pc-main section.pc-news .section-inner .screenshot-wrap:before {
  content: "";
  display: block;
  padding-top: 66.6666667%;
  /* 高さを幅の75%に固定 */
}
.pc-main section.pc-news .section-inner .screenshot-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.pc-main section.pc-news .section-inner .screenshot-wrap > div img {
  height: 100%;
  width: auto;
}

.pc-main section.pc-news .section-inner .pc-news-linkbtn {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 3rem;
}

.pc-main section.pc-news .section-inner .pc-news-linkbtn a {
  padding: 1em 3em;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  display: inline-flex;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

.pc-main section.pc-news .section-inner .pc-news-linkbtn a::after {
  content: '';
  width: 10px;
  height: 15px;
  background-image: url(https://static.voifull.jp/img/icon_arrow_right2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
}

.pc-news-image1,
.pc-news-image2{
  margin-bottom: 16px;
}

.pc-news-image1 img,
.pc-news-image2 img{
  width: 560px;
}

.pc-news-contents1{
  margin-bottom: 32px;
}



.pc-main section.pc-news .title-wrap .title-bg {
  background-image: url("/img/pc/pc-title-news-virtual.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  width: 100%;
  padding: 0;
}

@supports (background-image: url("/img/pc/webp/pc-title-news-virtual.webp")) {
  .pc-main section.pc-news .title-wrap .title-bg {
    background-image: url("/img/pc/webp/pc-title-news-virtual.webp");
  }
}