@charset "Shift_JIS";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
.none {
  display: none !important;
  content-visibility: hidden !important;
}
.none-d {
  display: none !important;
  content-visibility: hidden !important;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
del, dfn, em, img,
small, strong,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==================================
   base
================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #3b3a3b;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  overflow-y: scroll;
}

main {
  display: block;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  display: block;
  position: relative;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}

::placeholder {
  color: #bbb;
  font-weight: 400;
}

em {
  font-style: normal;
}

/* form
===================================== */
button,
input[type=button],
input[type=submit],
input[type=text],
input[type=email] {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;
  cursor: pointer;
}

button, select, textarea,
input[type=text],
input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* =====================================
  ly_cont
===================================== */
/* premium
================================== */
.ly_prContWrapper__bg01 {
  background: #d6f2f1;
}
.ly_prContWrapper__bg02 {
  background: #edf7f6;
}

.ly_prCont {
  padding: 9.3333333333vw 0 13.3333333333vw;
}
.ly_prCont__bdt::before {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: #26AAA8;
}
.ly_prCont__bgWht {
  background: #fff;
}

.ly_prCont_inner {
  margin: 0 3.7333333333vw;
}

/* ======================================
  ly_footer
====================================== */
.ly_footer {
  padding: 40px 20px 60px;
  background: #2cc4c3;
  color: #fff;
}

.ly_footer_inner {
  max-width: 1000px;
  margin: 0 auto 35px;
  padding: 0 20px;
}

/* ======================================
  ly_gnav
====================================== */

/* ======================================
  ly_header
====================================== */
/* =====================================
  ly_main
===================================== */
.ly_main {
  padding-top: 16vw;
}
.ly_main__faq {
  background: #edf7f6;
}

.ly_tpMain {
  padding-top: 16vw;
}

/* ======================================
  app
===================================== */
.bl_app {
  text-align: center;
}

.bl_app_txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
.bl_app_txt span {
  display: inline-block;
  position: relative;
}
.bl_app_txt span::before, .bl_app_txt span::after {
  content: "";
  display: inline-block;
  background-color: #3b3a3b;
  width: 1px;
  height: 23px;
  position: absolute;
}
.bl_app_txt span::before {
  bottom: 0.2em;
  left: -25px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.bl_app_txt span::after {
  bottom: 0.2em;
  right: -25px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.bl_app_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_app_list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px;
}

/* ======================================
  cta
===================================== */
.bl_cta {
  padding-top: 4.8vw;
  background: #edf7f6;
}

.bl_cta_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 952px;
  margin: 0 auto;
  padding: 0 3.7333333333vw 0 2.1333333333vw;
}
.bl_cta_figWrapper img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ======================================
  faq
===================================== */
.bl_faq_group {
  border-bottom: 1px dashed #d8d8d8;
}

.bl_faq_q {
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08vw;
}

.bl_faq_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.8vw;
  margin-left: auto;
  padding: 4vw 0;
  background: url(../../../images/common/prizero01/icon_plus.svg) right 4.8vw no-repeat;
  background-size: 4vw;
  font-weight: bold;
  text-align: left;
  color: #3b3a3b;
}
.bl_faq_btn[aria-expanded=true] {
  background: url(../../../images/common/prizero01/icon_minus.svg) right 6.6666666667vw no-repeat;
  background-size: 4vw;
}
.bl_faq_btn::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-right: 1.8666666667vw;
  background: url(../../../images/common/prizero01/icon_q.svg) left top no-repeat;
  background-size: 5.8666666667vw;
}
.bl_faq_btn > span {
  display: inline-block;
  margin-right: 6.6666666667vw;
}

.bl_faq_a {
  margin-bottom: 0.6em;
  padding: 0 0 20px;
  line-height: 1.8;
  letter-spacing: 0.08vw;
  color: #6c6c6c;
}

.bl_faq_cont {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.bl_faq_cont_ttl {
  margin-bottom: 0.6em;
  line-height: 1.8;
  font-weight: bold;
  color: #3b3a3b;
}

.bl_faq_cont_txt {
  margin-bottom: 0.8em;
  line-height: 1.8;
}

/* nav
================================== */
.bl_faqNav {
  padding: 0 3.7333333333vw;
}

.bl_faqNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_faqNav_list li {
  width: 44vw;
  margin-bottom: 3.4666666667vw;
}
.bl_faqNav_list li:not(:nth-child(2n)) {
  margin-right: 3.7333333333vw;
}

/* ======================================
  footer
===================================== */

.bl_footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_footerLink_item {
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.bl_footerLink_item a {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 16px;
  background: url(../../../images/common/ico-outer-link-footer.png) right calc(100% - .1em) no-repeat;
  background-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.bl_footerLogo {
  background-color: #0060a7;
  display: inline-block;
  padding: 20px;
}

.bl_footerCopyright {
  font-size: 1.1rem;
  text-align: center;
}

/* =====================================
  bl_gnav
===================================== */

.bl_gnav_item {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.bl_gnav_item a {
  text-decoration: none;
}

.bl_gnav_link {
  color: #3b3a3b;
}

/* ==================================
  bl_gnav button
================================== */
.bl_gnavBtn {
  display: block;
  width: 16vw;
  height: 16vw;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  outline: none;
  cursor: pointer;
}

.bl_gnavBtn_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5.8666666667vw;
  margin: auto;
  height: 0.5333333333vw;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.bl_gnavBtn_icon::before, .bl_gnavBtn_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.bl_gnavBtn_icon::before {
  top: -2.4vw;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.bl_gnavBtn_icon::after {
  top: 2.4vw;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon {
  width: 7.4666666667vw;
  background-color: transparent;
}
.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::before, .bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::after {
  top: 0;
  background-color: #000;
}
.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* ======================================
  list
===================================== */
/* bullet list
================================== */
.bl_bulletList {
  margin-bottom: 1.5em;
}
.bl_bulletList:last-child {
  margin-bottom: 0;
}
.bl_bulletList li {
  margin-bottom: 0.6em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.bl_bulletList li::before {
  content: "\30fb";
}
.bl_bulletList li .el_txt {
  margin-left: 0;
  text-indent: 0;
}
.bl_bulletList__noMark li::before {
  border: 1px solid red;
  display: none;
}

/* order list
================================== */
.bl_orderList {
  margin-bottom: 1.5em;
  list-style-type: decimal;
  list-style-position: inside;
}
.bl_orderList:last-child {
  margin-bottom: 0;
}
.bl_orderList li {
  margin-bottom: 0.6em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.bl_orderList__circle {
  list-style-type: none;
}
.bl_orderList__circle li:nth-child(1)::before {
  content: "\2460";
}
.bl_orderList__circle li:nth-child(2)::before {
  content: "\2461";
}
.bl_orderList__circle li:nth-child(3)::before {
  content: "\2462";
}
.bl_orderList__circle li:nth-child(4)::before {
  content: "\2463";
}
.bl_orderList__circle li:nth-child(5)::before {
  content: "\2464";
}
.bl_orderList__circle li:nth-child(6)::before {
  content: "\2465";
}

/* note
================================== */
.bl_noteList {
  font-size: 1.1rem;
  color: #b4b4b4;
}
.bl_noteList li {
  margin-bottom: 0.6em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.bl_noteList li::before {
  content: "\203b";
}

/* flow list
================================== */
.bl_flowList li {
  margin-bottom: 4vw;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: 0.1866666667vw;
}
.bl_flowList li:last-child {
  margin-bottom: 0;
}
.bl_flowList li:last-child .bl_flowList_imgWrapper {
  margin-bottom: 0;
}
.bl_flowList li:nth-child(1)::before {
  content: "\2460";
}
.bl_flowList li:nth-child(2)::before {
  content: "\2461";
}
.bl_flowList li:nth-child(3)::before {
  content: "\2462";
}
.bl_flowList li:nth-child(4)::before {
  content: "\2463";
}
.bl_flowList li:nth-child(5)::before {
  content: "\2464";
}
.bl_flowList li:nth-child(6)::before {
  content: "\2465";
}

.bl_flowList_imgWrapper {
  margin: 6.1333333333vw 0;
  text-align: center;
}

/* dlist
================================== */
.bl_dList {
  margin-top: 2em;
  margin-bottom: 2em;
}
.bl_dList dt {
  margin-bottom: 0.6em;
  line-height: 1.8;
  font-weight: bold;
}
.bl_dList dd {
  margin-bottom: 0.8em;
  line-height: 1.8;
}

/* ====================================
  modal
==================================== */
.bl_modalCont {
  display: none;
  position: relative;
  z-index: 100;
  text-align: center;
}

.bl_modalOverlay {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(26, 129, 128, 0.7);
}

.bl_modalWrap {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  cursor: pointer;
}

.bl_modalClose {
  display: none;
  padding: 0;
  background: none;
  position: absolute;
  top: -9.3333333333vw;
  right: 3.7333333333vw;
  z-index: 101;
  cursor: pointer;
}

/* illust
====================================== */

/* ======================================
  premium
===================================== */
.bl_premium {
  background: #d6f2f1;
  text-align: center;
}

.bl_premium_inner {
  padding: 13.3333333333vw 4vw;
}

.bl_premium_txt {
  font-size: 1.4rem;
  margin-bottom: 9.8666666667vw;
  line-height: 1.9;
  letter-spacing: 0.0746666667vw;
}

/* =====================================
  element button
===================================== */
/* 基本
================================== */
.el_btn {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2.9333333333vw 1.3333333333vw;
  background: #fff;
  border: 2px solid #26aaa8;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #26aaa8;
}
.el_btn__arrowR {
  text-align: center;
}

/* =====================================
  element form
===================================== */
/* =====================================
  element heading
===================================== */
.el_lv1Heading {
  font-size: 2.5rem;
  margin-bottom: 2em;
  letter-spacing: 0.0666666667vw;
  text-align: center;
}

/* premium
================================== */
.el_lv1PrHeading {
  font-size: 2.5rem;
  margin-bottom: 10.6666666667vw;
  letter-spacing: 0.0666666667vw;
  line-height: 1.08;
  text-align: center;
}
.el_lv1PrHeading span {
  font-size: 1.8rem;
}

/* =====================================
  element text
===================================== */
.el_txt {
  margin-bottom: 1em;
  line-height: 1.8;
}

/* アンダーライン
================================== */
.el_underline {
  display: inline-block;
  position: relative;
}
.el_underline::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.5em;
  background: #b8f4f1;
  position: absolute;
  left: 0;
  bottom: -0.2em;
}
.el_underline span {
  position: relative;
  z-index: 1;
}

/* link
================================== */
.el_link {
  color: #1D8180;
  text-decoration: underline;
}

/* ======================================
  premium
  プレフィックス .pr_
===================================== */
.pr_hero {
  padding-top: 21.3333333333vw;
}

.pr_hero_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 912px;
  margin: 0 3.7333333333vw;
}
.pr_hero_ttl {
  font-size: 1.5rem;
  margin-bottom: 16.5333333333vw;
  letter-spacing: 0.3px;
  text-align: center;
}
.pr_hero_ttl span {
  display: block;
  margin-bottom: 14px;
  padding: 4px 20px 5px;
  background: #23b5b5;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.pr_hero_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.28px;
}

.pr_hero_imgWrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.pr_hero_img01 {
  position: absolute;
  top: -10.1333333333vw;
  right: 0vw;
}

.pr_hero_bar {
  background: #4ad1be;
}

.pr_hero_bar_inner {
  max-width: 912px;
  margin: 0 auto;
  padding: 0 20px;
}

.pr_hero_txt02 {
  font-size: 2.3rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.pr_hero_note {
  font-size: 1.1rem;
  line-height: 1.4;
}
.pr_hero_note li {
  margin-bottom: 0.2em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.pr_hero_note li:last-child {
  margin-bottom: 0;
}
.pr_hero_note li::before {
  content: "\203b";
}

/* 特徴
================================== */
.pr_featureUnit_ttl {
  text-align: center;
}

.pr_feature {
  max-width: 760px;
  margin: 0 3.7333333333vw 7.4666666667vw;
  padding: 8vw 2.6666666667vw;
  background: #fff;
  border-radius: 12px;
}
.pr_feature:last-child {
  margin-bottom: 0;
}

.pr_feature_ttl {
  margin-bottom: 5.8666666667vw;
  text-align: center;
}
.pr_feature_ttl span {
  font-size: 1.8rem;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.36px;
}

.pr_featureMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr_featureMedia_txt {
  font-size: 1.4rem;
  line-height: 1.7;
}

.pr_feature_imgWrapper01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pr_feature_imgWrapper02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pr_feature_imgWrapper03 {
  margin-bottom: 6.9333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pr_feature_imgWrapper04 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pr_featureVoice {
  margin-top: 6.1333333333vw;
}
.pr_featureVoice dt {
  font-size: 1.4rem;
  margin-bottom: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.0746666667vw;
}

.pr_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pr_voice_txt {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65.6vw;
  margin-left: 3.2vw;
  padding: 4vw 1.6vw;
  border: 1px solid #3b3a3b;
  border-radius: 6px;
  position: relative;
  line-height: 1.85;
}
.pr_voice_txt::before, .pr_voice_txt::after {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - calc(1vw * 15 / 375 * 100));
  background: #fff;
  position: absolute;
}
.pr_voice_txt::before {
  left: -0.2666666667vw;
}
.pr_voice_txt::after {
  right: -0.2666666667vw;
}

.pr_featurePlan {
  margin-top: 6.6666666667vw;
}
.pr_featurePlan dt {
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 37.8666666667vw;
}
.pr_featurePlan dd {
  font-size: 1.3rem;
  color: #838383;
  line-height: 1.5;
}
.pr_featurePlan dd b {
  color: #26aaa8;
}

.pr_featurePlan_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr_featurePlan_ttl {
  margin-bottom: 3.2vw;
  white-space: nowrap;
  font-weight: bold;
}

.pr_featurePlan_ttl02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  text-align: right;
  margin-right: 23px;
  margin-left: auto;
}

.pr_feature_more {
  margin-top: 10.6666666667vw;
}

.pr_feature_moreBtn {
  font-size: 1.4rem;
  display: block;
  margin-left: auto;
  padding: 0.5333333333vw 4vw;
  background: #26aaa8;
  border: 2px solid #26aaa8;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1866666667vw;
}
.pr_feature_moreBtn::after {
  content: "\25bc";
}
.pr_feature_moreBtn[aria-expanded=true] {
  background: #B4B4B4;
  border: 2px solid #B4B4B4;
}
.pr_feature_moreBtn[aria-expanded=true]::after {
  content: "\25b2";
}

.pr_featureApp {
  margin-top: 6.6666666667vw;
}
.pr_featureApp dt {
  margin-bottom: 3.7333333333vw;
  font-weight: bold;
}
.pr_featureApp dd {
  line-height: 1.7;
}

/* feature child
================================== */
.pr_featureChild:not(:last-child) {
  margin-bottom: 10.6666666667vw;
}

.pr_featureChild_ttl {
  font-size: 1.6rem;
  margin-bottom: 4.2666666667vw;
  letter-spacing: 0.0853333333vw;
}

.pr_featureChild_txt {
  margin-bottom: 8vw;
  line-height: 1.7;
}

.pr_featureChild_imgWrapper {
  margin: 0 auto 5.3333333333vw;
  text-align: center;
}
.pr_featureChild_imgWrapper figcaption {
  font-size: 1.1rem;
  margin-top: 3.7333333333vw;
  color: #838383;
  line-height: 1.6;
}

.pr_featureChild_atten li {
  font-size: 1.3rem;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.pr_featureChild_atten li:last-child {
  margin-bottom: 0;
}
.pr_featureChild_atten li::before {
  content: "\25cf";
}

/* サービス機能比較
================================== */
.pr_table {
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 2.1333333333vw;
  border-collapse: separate;
  border-spacing: 2px;
  line-height: 1.3;
}
.pr_table thead {
  text-align: center;
  font-weight: bold;
}
.pr_table thead th {
  white-space: nowrap;
}
.pr_table tbody th {
  text-align: left;
  font-weight: normal;
}
.pr_table tbody td {
  text-align: center;
}
.pr_table th, .pr_table td {
  vertical-align: middle;
}

.pr_table_index {
  width: 32%;
  background: #fff;
}

.pr_table_normal {
  width: 31%;
  background: #fff;
}

.pr_table_premium {
  width: 37%;
  background: #b8f4f1;
}

.pr_tableWrapper {
  margin: 0 3.7333333333vw;
}

.pr_tableWrapper_txt {
  font-size: 1.3rem;
  color: #838383;
  line-height: 1.38;
}

/* faq
================================== */
.pr_faq {
  margin-bottom: 8vw;
  background: #fff;
}

.pr_faq_inner {
  max-width: 800px;
  padding: 8vw 3.7333333333vw 13.3333333333vw;
}

.pr_faq_txt {
  font-size: 1.4rem;
  margin-bottom: 2.6666666667vw;
  line-height: 1.8;
  letter-spacing: 0.1866666667vw;
}

.pr_faq_btnWrapper {
  max-width: 458px;
  margin: 0 auto 10px;
}

.pr_faq_attn {
  max-width: 458px;
  margin: 0 auto;
  text-align: right;
}
.pr_faq_attn a {
  font-size: 1.1rem;
  color: #1D8180;
  letter-spacing: 0.5px;
}

.pr_faq_ttl {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
.pr_faq_ttl span {
  font-size: 2rem;
  display: block;
  letter-spacing: 0.1066666667vw;
}

/* faq nav
================================== */
.pr_faqNav {
  margin-bottom: 4.5333333333vw;
}

/* flow
================================== */
.pr_flowList li:last-child {
  margin-bottom: 0;
}
.pr_flowList li:last-child .pr_flowList_imgWrapper {
  margin-bottom: 0;
}

.pr_flowList_imgWrapper {
  margin: 6.4vw 0;
  text-align: center;
}

/* premium title
================================== */
.pr_premiumNumTtl {
  display: block;
  margin: 0 auto 2.6666666667vw;
}

/* atten
================================== */
.pr_atten {
  margin-top: 3em;
}

/* =====================================
  unique / .un_
===================================== */
/* premium
================================== */

/* tokuteiho
================================== */
.un_tokuCont {
  background: #edf7f6;
  padding: 9.3333333333vw 0 13.3333333333vw;
}

.un_tokuCont_inner {
  max-width: 912px;
  margin: 0 auto;
  padding: 0 20px;
}

.un_lv2TokuHeading {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  letter-spacing: 0.0666666667vw;
  font-weight: 500;
}

.un_tokuList {
  margin-bottom: 2em;
}
.un_tokuList:last-child {
  margin-bottom: 0;
}
.un_tokuList li {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.un_tokuList li .el_txt {
  margin-left: 0;
  text-indent: 0;
}

.un_dlist {
  line-height: 1.8;
}
.un_dlist div {
  margin-bottom: 0.5em;
}
.un_dlist dt::after {
  content: "\ff1a";
}

/* =====================================
  helper
==================================== */
/* invalid link
================================== */
.hp_invalidLink {
  pointer-events: none;
}

/* visually hidden
================================== */
.hp_visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* =====================================
  js
===================================== */
.js_accordion,
.js_faq {
  display: none;
}

/* フェード表示
================================== */
/* =====================================
  swiper customise
===================================== */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.js_tpHeroSlider .swiper-slide-active .slide-img,
.js_tpHeroSlider .swiper-slide-duplicate-active .slide-img,
.js_tpHeroSlider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.js_tpHeroSlider .slide-img img {
  display: block;
}

.js_tpFuncSlider {
  position: relative;
}
.js_tpFuncSlider .swiper-slide {
  height: auto;
}
.js_tpFuncSlider .swiper-pagination {
  bottom: 4.5333333333vw !important;
}
.js_tpFuncSlider .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  margin: 0 1.3333333333vw !important;
  background: #dedede;
  opacity: 1;
}
.js_tpFuncSlider .swiper-pagination-bullet-active {
  background: #26aaa8;
}

/* =====================================
  anime
===================================== */
/* fadeIn
================================== */
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 321px) {
  .none-ss {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media print, screen and (min-width: 576px) {
  .none-sm {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media print, screen and (min-width: 769px) {
  .none-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  body {
    font-size: 1.6rem;
  }
  .ly_prCont {
    padding: 90px 0;
  }
  .ly_prCont__bdt::before {
    margin-top: -90px;
    margin-bottom: 90px;
  }
  .ly_prCont_inner {
    max-width: 952px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .ly_footer {
    padding: 30px 0;
  }
  .ly_footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
  .ly_main {
    padding-top: 70px;
  }
  .ly_tpMain {
    padding-top: 0;
  }
  .bl_app_txt {
    font-size: 1.6rem;
    margin-bottom: 9px;
    line-height: 1.8;
    letter-spacing: 0.8px;
  }
  .bl_cta {
    padding-top: 38px;
  }
  .bl_cta_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .bl_cta_logo {
    margin-top: 30px;
  }
  .bl_faq_btn {
    font-size: 2rem;
    padding: 30px 0;
    margin-top: 5px;
    background: url(../../../images/common/prizero01/icon_plus.svg) right 34px no-repeat;
    background-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
  }
  .bl_faq_btn[aria-expanded=true] {
    background: url(../../../images/common/prizero01/icon_minus.svg) right 44px no-repeat;
    background-size: 20px;
  }
  .bl_faq_btn::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
  }
  .bl_faq_btn > span {
    margin-right: 40px;
  }
  .bl_faq_a {
    letter-spacing: 0.8px;
  }
  .bl_faqNav {
    max-width: 912px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .bl_faqNav_list li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .bl_faqNav_list li {
    width: calc((100% - 20px)/2);
    margin-bottom: 7px;
  }
  .bl_footerLinkUnit {
    width: 600px;
  }
  .bl_footerLink {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_footerLink_item {
    margin-right: 20px;
    margin-bottom: 14px;
    padding-right: 20px;
  }
  .bl_footerLink_item:nth-child(3), .bl_footerLink_item:nth-child(5) {
    border-right: none;
  }
  .bl_footerLink_item a {
    font-size: 1.5rem;
    background-size: 1;
  }
  .bl_footerCopyright {
    letter-spacing: 0.06em;
  }
  .bl_noteList {
    font-size: 1.4rem;
  }
  .bl_flowList li {
    margin-bottom: 15px;
    line-height: 1.9;
    letter-spacing: 0.8px;
  }
  .bl_flowList_imgWrapper {
    margin: 45px 0 45px 264px;
    text-align: left;
  }
  .bl_modalClose {
    width: 22px;
    height: 22px;
    top: 0;
    right: -35px;
  }
  .bl_modalCont_illust {
    max-width: 600px;
    height: 600px;
    margin: 0 auto;
  }
  .bl_premium_inner {
    max-width: 912px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .bl_premium_ttl {
    margin-bottom: 32px;
  }
  .bl_premium_txt {
    font-size: 1.6rem;
    margin-bottom: 37px;
    line-height: 1.7;
    letter-spacing: 0.32px;
  }
  .bl_premium_btnWrapper {
    max-width: 343px;
    margin: 0 auto;
  }
  .el_btn {
    font-size: 1.8rem;
    display: inline-block;
    padding: 8px 20px 8px;
    line-height: 1.6;
    letter-spacing: 0.9px;
  }
  .el_btn:hover {
    background: #26aaa8;
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .el_btn__arrowR {
    background: #fff url(../../images/common/prizero01/arrow_green_r.svg) calc(100% - 15px) center no-repeat;
    text-align: left;
  }
  .el_btn__arrowR:hover {
    background: #26aaa8 url(../../images/common/prizero01/arrow_white_r.svg) calc(100% - 15px) center no-repeat;
    color: #fff;
    text-align: left;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .el_lv1Heading {
    font-size: 3rem;
    letter-spacing: 1.75px;
  }
  .el_lv1PrHeading {
    font-size: 3.5rem;
    margin-bottom: 33px;
    line-height: 1.14;
    letter-spacing: 1.75px;
  }
  .el_lv1PrHeading span {
    font-size: 3rem;
  }
  .el_link:hover {
    text-decoration: none;
  }
  .pr_hero {
    padding-top: 140px;
  }
  .pr_hero_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .pr_hero_body {
    margin-top: 70px;
    margin-bottom: 40px;
    margin-right: 41px;
  }
  .pr_hero_ttl {
    font-size: 2rem;
    width: 532px;
    margin-bottom: 50px;
    letter-spacing: 2px;
  }
  .pr_hero_ttl span {
    margin-bottom: 25px;
    padding: 10px 20px;
  }
  .pr_hero_txt {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.4px;
  }
  .pr_hero_img01 {
    top: -30px;
    right: -30px;
  }
  .pr_hero_bar_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 92px;
  }
  .pr_hero_txt02 {
    font-size: 3.2rem;
    margin-right: 45px;
  }
  .pr_featureUnit_ttl {
    margin-bottom: 22px;
  }
  .pr_feature {
    margin: 0 auto 50px;
    padding: 32px 76px 40px;
  }
  .pr_feature_ttl {
    margin-bottom: 23px;
  }
  .pr_feature_ttl span {
    font-size: 2.8rem;
    letter-spacing: 0.56px;
  }
  .pr_featureMedia {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pr_featureMedia__aifs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pr_featureMedia_main {
    max-width: 390px;
  }
  .pr_featureMedia_txt {
    font-size: 1.6rem;
    line-height: 1.94;
  }
  .pr_feature_imgWrapper04 {
    margin-bottom: 19px;
  }
  .pr_featureVoice {
    margin-top: 50px;
  }
  .pr_featureVoice dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 0.36px;
  }
  .pr_voice_txt {
    font-size: 1.4rem;
    width: 306px;
    margin-left: 12px;
    padding: 10px 10px;
    line-height: 1.7;
  }
  .pr_voice_txt::before, .pr_voice_txt::after {
    height: calc(100% - 15px);
  }
  .pr_voice_txt::before {
    left: -1px;
  }
  .pr_voice_txt::after {
    right: -1px;
  }
  .pr_featurePlan {
    margin-top: 30px;
  }
  .pr_featurePlan dt {
    font-size: 1.6rem;
    width: 150px;
    margin-right: 5px;
    padding-right: 5px;
  }
  .pr_featurePlan_body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pr_featurePlan_body:not(:last-child) {
    margin-bottom: 30px;
  }
  .pr_featurePlan_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .pr_feature_more {
    margin-top: 65px;
  }
  .pr_feature_moreBtn {
    font-size: 1.6rem;
    width: 302px;
    margin: 40px auto 0;
    padding: 2px 20px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
  .pr_feature_moreBtn:hover {
    background: #B4B4B4;
    border: 2px solid #B4B4B4;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .pr_feature_moreBtn[aria-expanded=true]:hover {
    background: #26aaa8;
    border: 2px solid #26aaa8;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .pr_featureApp {
    margin-top: 33px;
  }
  .pr_featureApp dt {
    margin-bottom: 15px;
    letter-spacing: 0.3px;
  }
  .pr_featureApp dd {
    line-height: 1.5;
  }
  .pr_featureChild:not(:last-child) {
    margin-bottom: 85px;
  }
  .pr_featureChild_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
  }
  .pr_featureChild_txt {
    font-size: 1.6rem;
    margin-bottom: 42px;
    line-height: 1.9;
  }
  .pr_featureChild_imgWrapper {
    margin-bottom: 40px;
  }
  .pr_featureChild_imgWrapper figcaption {
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 1.4;
  }
  .pr_featureChild_atten li {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .pr_table {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .pr_table th, .pr_table td {
    padding: 6px 11px;
    white-space: nowrap;
  }
  .pr_table_index {
    width: 228px;
  }
  .pr_table_normal {
    width: 228px;
  }
  .pr_table_premium {
    width: 304px;
  }
  .pr_tableWrapper {
    max-width: 764px;
    margin: 0 auto;
  }
  .pr_faq {
    margin-bottom: 85px;
  }
  .pr_faq_inner {
    margin: 0 auto;
    padding: 10px 20px;
  }
  .pr_faq_txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
  }
  .pr_faq_attn a:hover {
    text-decoration: none;
  }
  .pr_faq_ttl {
    margin-bottom: 23px;
  }
  .pr_faq_ttl span {
    font-size: 2.8rem;
    margin-top: 50%;
    letter-spacing: 0.56px;
  }
  .pr_faqNav {
    margin-bottom: 30px;
  }
  .pr_flowList li {
    margin-bottom: 15px;
    line-height: 1.9;
    letter-spacing: 0.8px;
  }
  .pr_flowList_imgWrapper {
    margin: 45px 0 45px 184px;
    text-align: left;
  }
  .pr_premiumNumTtl {
    margin-bottom: 20px;
  }
  .un_tokuCont {
    padding: 90px 0;
  }
  .un_lv2TokuHeading {
    font-size: 1.8rem;
    letter-spacing: 1.75px;
  }
  .un_dlist div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js_tpFuncSlider {
    padding-bottom: 36px;
  }
  .js_tpFuncSlider .swiper-pagination {
    bottom: 0 !important;
  }
  .js_tpFuncSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .none-lg {
    display: none !important;
    content-visibility: hidden !important;
  }
  .ly_gnav {
    margin-left: auto;
  }
  .bl_gnavLogo {
    display: none !important;
    content-visibility: hidden !important;
  }
  .bl_gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .bl_gnav_item {
    font-size: 1.4rem;
    margin: 0 0 0 38px;
    line-height: 1.4;
    letter-spacing: 0.6px;
  }
  .bl_gnav_item:first-child {
    margin-left: 0;
  }
  .bl_gnav_link:hover, .bl_gnav_link:focus {
    color: black;
  }
  .bl_gnavBtn {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .none-xl {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media screen and (max-width: 320px) {
  .none-d-ss {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media screen and (max-width: 575px) {
  .none-d-sm {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media screen and (max-width: 768px) {
  .none-d-md {
    display: none !important;
    content-visibility: hidden !important;
  }
  html {
    font-size: calc(100vw / 375 * 10);
  }
  .ly_prCont__bdt::before {
    margin: 0 3.7333333333vw 13.3333333333vw;
  }
  .ly_footer_inner {
    text-align: center;
  }
  .bl_app_app {
    width: 29.0666666667vw;
  }
  .bl_app_google {
    width: 35.4666666667vw;
  }
  .bl_cta_logo {
    width: 19.7333333333vw;
    margin: 0 auto 0.8vw;
  }
  .bl_cta_figWrapper {
    width: 22.1333333333vw;
    margin-left: 1.0666666667vw;
  }
  .bl_faqNav_list li .el_btn {
    font-size: 1.4rem;
    padding-right: 0;
    padding-left: 0;
    letter-spacing: 0.1866666667vw;
  }
  .bl_footerLinkUnit {
    margin-bottom: 10px;
  }
  .bl_footerLink_item:nth-child(even), .bl_footerLink_item:last-child {
    border-right: none;
  }
  .bl_modalCont {
    width: 100%;
  }
  .bl_modalWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_modalClose img {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .bl_modalCont_illust {
    width: 100%;
    padding: 0 3.7333333333vw;
  }
  .bl_premium_ttl {
    margin-bottom: 5.3333333333vw;
  }
  .bl_premium_ttl img {
    width: 69.3333333333vw;
  }
  .el_btn {
    min-height: 100%;
    line-height: 1.3;
  }
  .pr_hero_spBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pr_hero_ttl img {
    width: 86.9333333333vw;
    margin: 0 auto;
  }
  .pr_hero_txt {
    margin-right: 3.2vw;
  }
  .pr_hero_imgWrapper {
    width: 40.8vw;
  }
  .pr_hero_img01 {
    width: 25.3333333333vw;
  }
  .pr_hero_img02 {
    width: 33.6vw;
  }
  .pr_hero_bar_inner {
    padding: 2.6666666667vw 3.7333333333vw 3.7333333333vw;
  }
  .pr_hero_txt02 {
    margin-bottom: 2.1333333333vw;
    text-align: center;
  }
  .pr_featureUnit_ttl {
    margin: 0 auto 5.3333333333vw;
  }
  .pr_featureUnit_ttl img {
    width: 80.8vw;
  }
  .pr_featureMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .pr_featureMedia_main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pr_feature_imgWrapper01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .pr_feature_imgWrapper01 img {
    width: 35.7333333333vw;
  }
  .pr_feature_imgWrapper02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6.4vw;
    text-align: center;
  }
  .pr_feature_imgWrapper02 img {
    width: 27.7333333333vw;
  }
  .pr_feature_imgWrapper03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .pr_feature_imgWrapper03 img {
    width: 41.3333333333vw;
  }
  .pr_feature_imgWrapper04 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6.9333333333vw;
    text-align: center;
  }
  .pr_feature_imgWrapper04 img {
    width: 69.8666666667vw;
  }
  .pr_voice_img {
    width: 16.8vw;
  }
  .pr_featurePlan dd {
    width: 47.4666666667vw;
  }
  .pr_featurePlan_body {
    margin-bottom: 6.6666666667vw;
  }
  .pr_featurePlan_ttl02_01 {
    width: 29.6vw;
  }
  .pr_featurePlan_ttl02_02 {
    width: 31.2vw;
  }
  .pr_featureApp {
    margin-bottom: 4vw;
  }
  .pr_featureChild_imgWrapper figcaption {
    text-align: left;
  }
  .pr_table thead th {
    padding: 2.1333333333vw 0.8vw;
  }
  .pr_table tbody th {
    padding: 2.1333333333vw 0.8vw 2.1333333333vw 2.1333333333vw;
  }
  .pr_table tbody td {
    padding: 2.1333333333vw 1.3333333333vw;
  }
  .pr_premiumNumTtl {
    width: 17.3333333333vw;
  }
  .un_serviceCont {
    padding: 16vw 0 3.4666666667vw;
  }
  .un_featureChild_img0201 {
    width: 44.5333333333vw;
  }
  .un_featureChild_img0202 {
    width: 86.9333333333vw;
  }
  .un_featurePlan_ttl03_01 {
    width: 52.2666666667vw;
  }
  .un_featurePlan_ttl03_02 {
    width: 43.7333333333vw;
  }
  .un_featurePlan_ttl03_03 {
    width: 66.9333333333vw;
  }
  .un_prFaqImg0101 {
    width: 51.7333333333vw;
  }
  .un_prFaqImg0102 {
    width: 44vw;
  }
  .un_prFaqImg0103 {
    width: 66.9333333333vw;
  }
  .js_tpFuncSlider .swiper-button-next,
.js_tpFuncSlider .swiper-button-prev {
    width: 6.6666666667vw;
    height: 12vw;
  }
  .js_tpFuncSlider .swiper-button-next::after,
.js_tpFuncSlider .swiper-button-prev::after {
    display: none;
  }
  .js_tpFuncSlider .swiper-button-prev {
    background: url(../../../images/static/top/icon_prev.svg) center center no-repeat;
    background-size: contain;
    left: 0px;
  }
  .js_tpFuncSlider .swiper-button-next {
    background: url(../../../images/static/top/icon_next.svg) center center no-repeat;
    background-size: contain;
    right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .none-d-lg {
    display: none !important;
    content-visibility: hidden !important;
  }
  .bl_gnavWrapper {
    width: 100%;
    height: 100vh;
    background: #edf7f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: auto;
  }
  .bl_gnavLogo {
    margin-top: 1.8666666667vw;
    margin-bottom: 8.5333333333vw;
    text-align: center;
  }
  .bl_gnav {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .bl_gnav_link {
    display: block;
    padding: 2.6666666667vw;
  }
  .bl_premium_txt {
    text-align: left;
  }
}
@media screen and (max-width: 1279px) {
  .none-d-xl {
    display: none !important;
    content-visibility: hidden !important;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .bl_cta_logo {
    width: 26.8907563025vw;
  }
  .bl_cta_figWrapper {
    width: 23.9495798319vw;
  }
  .bl_gnavBtn {
    width: 70px;
    height: 70px;
  }
  .pr_hero_inner {
    padding: 0 20px;
  }
  .pr_hero_body {
    width: 55.8823529412vw;
    margin-top: 70px;
  }
  .pr_hero_ttl {
    width: 55.8823529412vw;
    margin-bottom: 4.2016806723vw;
  }
  .pr_hero_imgWrapper {
    width: 32.0378151261vw;
    margin-left: -30px;
  }
  .pr_hero_img01 {
    width: 16.0714285714vw;
    top: -3.1512605042vw;
    right: calcvw0(-30);
  }
  .pr_hero_img02 {
    width: 29.2016806723vw;
  }
  .pr_featureUnit {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pr_tableWrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bl_faqNav_list li {
    width: 100%;
  }
  .bl_faqNav_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .bl_gnavBtn_icon {
    width: 38px;
    height: 2px;
  }
  .bl_gnavBtn_icon::before {
    top: -9px;
  }
  .bl_gnavBtn_icon::after {
    top: 9px;
  }
  .bl_gnavBtn[aria-expanded=true] .bl_gnavBtn_icon {
    width: 38px;
  }
}
@media print and (min-height: 680px), screen and (min-width: 769px) and (min-height: 680px) {
  .bl_modalWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* 追加 */
.bl_footerLink_item.no-other-link a {
  background: none;
}

.Btnmartop {
  margin-top: 20px;
}