@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.65;
  min-width: 1160px;
  color: #2b2b2b;
}
body .bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  box-sizing: border-box;
}

@keyframes arrowConfirm {
  50% {
    right: 40px;
  }
  100% {
    right: 30px;
  }
}
@keyframes arrowApply {
  50% {
    right: 26px;
  }
  100% {
    right: 16px;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.c-notes span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  color: #757575;
}
.c-notes span:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-notes span a {
  color: #0066be;
}

.c-num01 span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  color: #757575;
}
.c-num01 span::before {
  content: "※1";
  position: absolute;
  left: 0;
  top: 0;
}

.c-num02 span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  color: #757575;
}
.c-num02 span::before {
  content: "※2";
  position: absolute;
  left: 0;
  top: 0;
}

.c-num03 span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  color: #757575;
}
.c-num03 span::before {
  content: "※3";
  position: absolute;
  left: 0;
  top: 0;
}

.c-caution span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  color: #757575;
}
.c-caution span:before {
  content: "＊" !important;
  position: absolute;
  left: 0;
  top: 0;
}
.c-caution span a {
  color: #0066be;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.taCenter {
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt0 {
  margin-top: 0px !important;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fontColorRed {
  color: #EF364C !important;
}

.fontBold {
  font-weight: bold !important;
}

.fontColorBlack {
  color: #2b2b2b !important;
}

.fontColorWhite {
  color: #FFFFFF !important;
}

.borderBottomWhite {
  border-bottom: 1px solid #FFFFFF;
  margin: 10px 0 20px;
}

.borderBottomGreen {
  border-bottom: 1px solid #008674;
  margin: 10px 0 20px;
  height: 1px;
}

.pink__hover:hover {
  color: #E81051 !important;
}

.yellow__hover:hover {
  color: #FFF43F !important;
}

.testPR {
  min-width: 1160px;
}
.testPR .feature__attention02 {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}
.testPR .feature__attention02 dl dt {
  font-weight: bold;
}
.testPR .mainArea {
  background-image: url("/hikari/agency/images/kv-bg_pc.png");
  background-position: bottom center;
  background-size: cover;
  text-align: center;
  padding: 60px 0 87px;
}
.testPR .mainArea__comment {
  display: block;
  margin: 0px 0 40px;
}
.testPR .mainArea__notes {
  margin-top: 15px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.testPR .mainArea__title {
  margin-bottom: 127px;
}
.testPR .mainArea__heading {
  position: relative;
}
.testPR .mainArea__box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px;
  padding: 40px;
  position: relative;
}
.testPR .mainArea__box--pink {
  background-color: #FFEEF3;
}
.testPR .mainArea__box--blue {
  background-color: #E6F0FF;
}
.testPR .mainArea__or {
  position: absolute;
  z-index: 2;
  top: 40%;
}
.testPR.mansion2g .mainArea {
  background-image: url("/formansion/agency/images/kv_2gmansion_bg.png");
  background-color: #C2EDFE;
  background-position: bottom center;
  background-size: cover;
  text-align: center;
  padding: 60px 0 240px;
}
.testPR.mansion2g .mainArea__comment {
  display: block;
  margin: 0px 0 40px;
}
.testPR.mansion2g .mainArea__notes {
  margin-top: 15px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.testPR.mansion2g .mainArea__title {
  margin-bottom: 127px;
}
.testPR.mansion2g .mainArea__heading {
  position: relative;
}
.testPR.mansion2g .mainArea__box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px;
  padding: 40px;
  position: relative;
}
.testPR.mansion2g .mainArea__txt {
  width: 765px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  padding: 32px 44px;
  border-radius: 48px;
}
.testPR.mansion2g .mainArea .apply__notes {
  background-color: transparent;
  padding: 0;
  width: auto;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}
.testPR.mansion2g .mainArea .apply__notes a {
  color: #0066BE;
}
.testPR .apply {
  text-align: center;
}
.testPR .apply__btnArea {
  margin-bottom: 24px;
}
.testPR .apply__btnArea--top {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 49%;
  left: 21%;
}
.testPR .apply__btn--pink {
  width: 260px !important;
  background-color: #E81051 !important;
  box-shadow: 0 10px 0 #9F0030 !important;
  padding: 13px 0 !important;
  margin: 20px auto 0px !important;
}
.testPR .apply__btn--blue {
  width: 260px !important;
  background-color: #2848CE !important;
  box-shadow: 0 10px 0 #231B93 !important;
  padding: 13px 0 !important;
  margin: 20px auto 0px !important;
}
.testPR .apply__btn--white {
  width: 500px;
  background-color: #FFFFFF !important;
  box-shadow: 0 10px 0 #005A4E !important;
  padding: 38px 0;
  margin: 20px auto 0px !important;
  color: #008674 !important;
  font-size: 20px;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
}
.testPR .apply__txt {
  padding: 10px 0;
}
.testPR .apply__btn {
  width: 500px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 50px auto;
  padding: 35px 0;
  text-decoration: none;
  font-size: 20px;
  background-color: #008674;
  box-shadow: 0 10px 0 #005A4E;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  text-align: center;
}
.testPR .apply__btn:hover, .testPR .apply__btn:active {
  box-shadow: none;
  transform: translateY(5px);
}
.testPR .apply__btn.js-shine:before {
  animation: shine 0.85s;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.testPR .apply__btn:hover:after, .testPR .apply__btn:active:after {
  position: absolute;
  animation: arrowApply 0.4s;
}
.testPR .apply__btn--white {
  background-color: #FFFFFF;
  color: #008674;
}
.testPR .apply__notes {
  background-color: #ffffff;
  padding: 20px 0;
  margin-top: 40px;
  width: 910px;
  margin: 0 auto;
  text-align: left;
}
.testPR .apply__notes a {
  color: #0066BE;
}
.testPR .apply--main {
  margin-top: 47.8px;
}
.testPR .sec__inner {
  width: 1160px;
  margin: auto;
}
.testPR .sec__heading {
  text-align: center;
}
.testPR .sec__txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.testPR .benefits {
  background-color: #008674;
  padding: 78px 0 25px;
}
.testPR .benefits .sec__txt {
  width: 585px;
  margin: 12px auto 24px;
  text-align: center;
  color: #FFFFFF;
}
.testPR .benefits .sec__heading02 {
  margin-top: 50px;
}
.testPR .benefits__stepList {
  display: flex;
  justify-content: center;
  padding: 35px 100px 10px;
  color: #FFFFFF;
}
.testPR .benefits__step {
  position: relative;
  width: 450px;
  padding: 25px 0 18px;
  text-align: center;
}
.testPR .benefits__step:nth-of-type(1) {
  border-right: 2px solid #d9dadb;
  padding-right: 25px;
}
.testPR .benefits__step:nth-child(3) {
  border-left: 2px solid #d9dadb;
  padding-left: 30px;
}
.testPR .benefits__step span {
  display: block;
  font-size: 18px;
  margin-top: 30px;
  font-weight: bold;
}
.testPR .benefits__step01 {
  max-width: 960px;
  margin: 25px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  text-align: center;
  background-color: #FFFFFF;
  color: #008674;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.testPR .benefits__text {
  font-weight: bold;
  line-height: 1.2;
}
.testPR .benefits__text:nth-child(1) {
  margin-top: 5px;
  font-size: 30px;
}
.testPR .benefits__text:nth-child(2) {
  font-size: 40px;
}
.testPR .benefits__text:nth-child(3) {
  color: #E81051;
  font-size: 55px;
}
.testPR .benefits__text:nth-child(3) span {
  display: inline;
  font-size: 105px;
}
.testPR .benefits__text:nth-child(3) span:nth-of-type(2) {
  font-size: 16px;
  color: #008674;
}
.testPR .benefits__text2 {
  font-weight: bold;
  line-height: 1.2;
}
.testPR .benefits__text2:nth-child(1) {
  margin-top: 5px;
  font-size: 25px;
}
.testPR .benefits__text2:nth-child(2) {
  font-size: 40px;
}
.testPR .benefits__text2:nth-child(3) {
  color: #E81051;
  font-size: 40px;
}
.testPR .benefits__text2:nth-child(3) span {
  display: inline;
  font-size: 84px;
}
.testPR .benefits__text2:nth-child(3) span:nth-of-type(2) {
  font-size: 16px;
  color: #008674;
}
.testPR .benefits__cashback {
  margin: 15px 0 20px;
}
.testPR .benefits__notes {
  width: 960px;
  text-align: left;
  margin: 0 auto 5px;
  color: #FFFFFF;
}
.testPR .benefits__notes span {
  color: #FFFFFF;
}
.testPR .benefits__attention {
  margin: 30px 0 33px;
}
.testPR .benefits__item {
  padding: 50px;
  margin: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.testPR .benefits__item--white {
  background-color: #fff;
}
.testPR .benefits__item--pink {
  background-color: #FFEEF3;
}
.testPR .benefits__item--blue {
  background-color: #E6F0FF;
}
.testPR .benefits__cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 960px;
  padding: 26.5px 0 16.5px;
  margin: 32px auto 0;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.testPR .benefits__cont li {
  position: relative;
  width: 46%;
  text-align: center;
}
.testPR .benefits__cont li:not(:first-of-type)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  left: 1%;
  top: 2%;
  height: 140px !important;
  background-color: #999999;
}
.testPR .benefits__cont li:nth-of-type(3) {
  width: 28%;
}
.testPR .benefits__cont02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 960px;
  padding: 26.5px 0 16.5px;
  margin: 32px auto 0;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.testPR .benefits__cont02 li {
  width: 100%;
  text-align: center;
}
.testPR .benefits__or {
  position: absolute;
  top: 9%;
}
.testPR .benefits__plus {
  width: 960px;
  background-color: #FFDF2E;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  padding: 3px 0 7px;
  margin: 12px auto 0;
  text-align: center;
}
.testPR .benefits__70000 {
  padding: 58px 0 142px;
}
.testPR .benefits .benefits__notes {
  color: #FFFFFF;
}
.testPR .benefits.bgorange h2, .testPR .benefits.bgwhite h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 40px;
}
.testPR .benefits.bgorange h2::before, .testPR .benefits.bgwhite h2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #262626;
  width: 100%;
  max-width: 440px;
  height: 4px;
  margin: 0 auto;
}
.testPR .benefits.bgorange .sec__txt, .testPR .benefits.bgwhite .sec__txt {
  width: auto;
  margin: 12px auto 30px;
  color: #262626;
}
.testPR .benefits.bgorange .sec__content, .testPR .benefits.bgwhite .sec__content {
  width: 960px;
  margin: 0 auto;
}
.testPR .benefits.bgorange h3, .testPR .benefits.bgwhite h3 {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  background: #FFF681;
  color: #262626;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.testPR .benefits.bgorange h3::before, .testPR .benefits.bgorange h3::after, .testPR .benefits.bgwhite h3::before, .testPR .benefits.bgwhite h3::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.testPR .benefits.bgorange h3::before, .testPR .benefits.bgwhite h3::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #F7AA00;
  border-style: solid;
}
.testPR .benefits.bgorange h3::after, .testPR .benefits.bgwhite h3::after {
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #F7AA00 transparent transparent;
  border-style: solid;
}
.testPR .benefits.bgorange h4, .testPR .benefits.bgwhite h4 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  background-color: #EC3024;
}
.testPR .benefits.bgorange .benefits__contBox, .testPR .benefits.bgwhite .benefits__contBox {
  background-color: #fff;
  width: 960px;
  padding: 30px 40px;
  margin: 32px auto 0;
  border-radius: 18px;
}
.testPR .benefits.bgorange .benefits__contBox .apply__btn, .testPR .benefits.bgwhite .benefits__contBox .apply__btn {
  max-width: 520px;
}
.testPR .benefits.bgorange .benefits__contBox .apply__btn--pink, .testPR .benefits.bgwhite .benefits__contBox .apply__btn--pink {
  width: 100% !important;
  background-color: #EC3024 !important;
  box-shadow: 0 5px 0 #9F0030 !important;
}
.testPR .benefits.bgorange .benefits__cont, .testPR .benefits.bgwhite .benefits__cont {
  width: auto;
  background-color: transparent;
  padding: 0;
}
.testPR .benefits.bgorange .benefits__cont li:last-of-type::before, .testPR .benefits.bgwhite .benefits__cont li:last-of-type::before {
  height: 100%;
}
.testPR .benefits.bgorange .benefits__notes, .testPR .benefits.bgwhite .benefits__notes {
  text-align: left;
  margin: 0 auto 5px;
  color: #000000;
}
.testPR .benefits.bgorange .benefits__notes span, .testPR .benefits.bgwhite .benefits__notes span {
  color: #000000;
}
.testPR .benefits.bgorange .benefits__notes span a, .testPR .benefits.bgwhite .benefits__notes span a {
  color: #000000;
}
.testPR .benefits.bgorange .benefits .feature__attention02 dl dt, .testPR .benefits.bgwhite .benefits .feature__attention02 dl dt {
  font-weight: bold;
}
.testPR .benefits.bgorange {
  background-color: #F7AA00;
}
.testPR .benefits.bgwhite {
  background-color: #FFFFFF;
}
.testPR .benefits.bgwhite h3::before {
  border-color: transparent transparent transparent #FFFFFF;
}
.testPR .benefits.bgwhite h3::after {
  border-color: transparent #FFFFFF transparent transparent;
}
.testPR .benefits .benefits__contBox {
  border: 2px solid #F7AA00;
  border-radius: 24px;
}
.testPR .plan {
  margin-top: 80px;
}
.testPR .plan .sec__txt {
  width: 585px;
  margin: 12px auto 0px;
  text-align: center;
}
.testPR .plan__box {
  padding: 60px 100px 57px;
}
.testPR .plan__about:not(:last-of-type) {
  margin-bottom: 80px;
}
.testPR .plan__caption {
  position: relative;
  background-color: rgba(0, 0, 0, 0.24);
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 20px 35px;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}
.testPR .plan__caption--1 {
  margin-left: 75px;
}
.testPR .plan__caption--2 {
  margin-left: 30px;
}
.testPR .plan__image {
  padding: 22px 24px 17.5px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  border: 1px solid #BFBFBF;
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
}
.testPR .plan .plan2024 h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #262626;
}
.testPR .plan .plan2024 h2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #262626;
  width: 100%;
  max-width: 440px;
  height: 4px;
  margin: 0 auto;
}
.testPR .plan .plan2024 .plan__caption {
  background-color: #F7AA00;
  margin-bottom: 24px;
  text-align: center;
}
.testPR .plan .plan2024 .plan__about:not(:last-of-type) {
  margin-bottom: 24px;
}
.testPR .plan .plan2024 .feature__table {
  box-shadow: none;
}
.testPR .plan .plan2024 td {
  width: auto;
  padding: 8px;
  font-weight: bold;
  text-align: right;
  background-color: #ffffe5;
  height: 46px;
}
.testPR .plan .plan2024 td div {
  padding: 0;
  color: #e81051;
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.testPR .plan .plan2024 td dl {
  display: flex;
  justify-content: space-between;
}
.testPR .plan .plan2024 td dl dd span {
  display: block;
  font-size: 12px;
}
.testPR .plan .plan2024 .column5__table, .testPR .plan .plan2024 .column6__table {
  width: 100%;
  overflow: auto;
}
.testPR .plan .plan2024 .table-area {
  display: flex;
  background-color: #ffffff;
  border: #bfbfbf 1px solid;
}
.testPR .plan .plan2024 .table-block {
  width: 160px;
  border-left: #bfbfbf 1px solid;
}
.testPR .plan .plan2024 .table-block.column4 {
  width: 200px;
}
.testPR .plan .plan2024 .table-block th {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border-right: #bfbfbf 1px solid;
}
.testPR .plan .plan2024 .table-block:last-of-type th {
  border-bottom: none;
}
.testPR .plan .plan2024 .table-block:first-of-type {
  width: 320px;
  border-left: none;
}
.testPR .plan .plan2024 .table-block:first-of-type tr {
  display: table-row;
}
.testPR .plan .plan2024 .table-block:first-of-type tr:first-of-type th {
  display: table-cell !important;
  padding: 0;
  background-color: #262626;
}
.testPR .plan .plan2024 .table-block:first-of-type td {
  width: 160px;
  height: auto;
  border-bottom: none;
  text-align: right;
  background-color: #ffffe5;
}
.testPR .plan .plan2024 .table-block.column4:first-of-type {
  width: 360px;
}
.testPR .plan .plan2024 .table-block.column4:first-of-type td {
  width: 200px;
}
.testPR .plan .plan2024 .table-block table {
  width: 100%;
}
.testPR .plan .plan2024 .table-block table tr {
  display: flex;
  flex-direction: column;
}
.testPR .plan .plan2024 .table-block table tr:first-of-type td {
  height: 40px;
  padding: 0;
  border-bottom: none;
}
.testPR .plan .plan2024 .table-block table tr:nth-of-type(2) th, .testPR .plan .plan2024 .table-block table tr:nth-of-type(2) td {
  border-bottom: #bfbfbf 1px solid;
  background-color: transparent;
}
.testPR .plan .plan2024 .table-block table tr:nth-of-type(2) td {
  height: auto;
}
.testPR .plan .plan2024 .table-block table tr:last-of-type {
  background-color: #ffffe5;
}
.testPR .plan .plan2024 .table-block table tr:last-of-type th {
  background-color: #ffffff;
  border-bottom: none;
}
.testPR .plan .plan2024 .table-block table tr:last-of-type td {
  padding: 8px 8px 8px;
  border-bottom: none;
  height: 46px;
  text-align: right;
}
.testPR .plan .plan2024 .plan02 {
  margin: 0;
}
.testPR .plan .plan2024 .period {
  background-color: #262626;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  clip-path: unset;
}
.testPR .plan .plan2024 .paymentamount01 {
  background-color: #E85B6B;
  color: #ffffff;
  width: 100%;
  padding: 10px 0;
  -webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
}
.testPR .plan .plan2024 .paymentamount01 span {
  font-size: 18px;
}
.testPR .plan .plan2024 .feature__table--monthly2 td.tag {
  width: 160px;
  text-align: center;
  background-color: #FFFFFF;
}
.testPR .plan .plan2024 .feature__table--monthly2 td.tag + td {
  width: 800px;
  background-color: #ffffe5;
  padding: 18px 22px;
  line-height: 2;
  text-align: left;
}
.testPR .plan .plan2024 .feature__attention02 {
  color: #262626;
  font-size: 16px;
  margin-top: 20px;
}
.testPR .plan .plan2024 .feature__attention02 dl dt {
  font-weight: bold;
}
.testPR .plan .plan2024 .breakdowncolor {
  color: #e81051;
}
.testPR #secPlan {
  padding: 50px 0;
}
.testPR #secPlan .sec__inner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.testPR #secPlan .sec__inner ul.attention-list li {
  margin: 0;
  color: #757575;
}
.testPR #secPlan .sec__inner ul.attention-list li dl {
  display: flex;
}
.testPR #secPlan .sec__inner ul.attention-list li dl dt {
  margin-right: 10px;
}
.testPR #secPlan ul li {
  margin: 0 0 20px 0;
  padding: 5px;
  border-radius: 12px;
}
.testPR #secPlan h3 {
  position: relative;
  font-size: 18px;
  text-align: left;
  line-height: 1;
  background-color: #c1c1c1;
  color: #2b2b2b;
  font-weight: bold;
  padding: 20px 42px;
}
.testPR #secPlan td {
  width: auto;
  padding: 8px;
  font-weight: bold;
}
.testPR #secPlan td:first-of-type {
  border-bottom: #bfbfbf 1px solid;
}
.testPR #secPlan td div {
  padding: 0;
  color: #e81051;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.testPR #secPlan td dl {
  display: flex;
  justify-content: space-between;
}
.testPR #secPlan td dl dd span {
  display: block;
  font-size: 12px;
}
.testPR #secPlan .table-area {
  display: flex;
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 20px 24px;
  border: #bfbfbf 1px solid;
}
.testPR #secPlan .table-block {
  width: 252px;
  border-left: #bfbfbf 1px solid;
  border-bottom: #bfbfbf 1px solid;
}
.testPR #secPlan .table-block th {
  padding: 10px 18px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border-right: #bfbfbf 1px solid;
  border-bottom: #bfbfbf 1px solid;
}
.testPR #secPlan .table-block:last-of-type {
  border-right: #bfbfbf 1px solid;
}
.testPR #secPlan .table-block:last-of-type th {
  border-bottom: none;
}
.testPR #secPlan .table-block:first-of-type {
  width: 390px;
}
.testPR #secPlan .table-block:first-of-type tr:first-of-type th {
  display: table-cell !important;
  padding: 0;
  background-color: #262626;
}
.testPR #secPlan .table-block:first-of-type td {
  width: 200px;
}
.testPR #secPlan .table-block table {
  width: 100%;
}
.testPR #secPlan .table-block table tr:first-of-type td {
  padding: 0;
  border-bottom: none;
}
.testPR #secPlan .table-block table tr:last-of-type {
  background-color: #ffffe5;
}
.testPR #secPlan .table-block table tr:last-of-type th {
  background-color: #ffffff;
  border-bottom: none;
}
.testPR #secPlan .table-block table tr:last-of-type td {
  padding: 20px 8px 8px;
  border-bottom: none;
}
.testPR #secPlan .plan01 .table-block:first-of-type {
  width: 420px;
}
.testPR #secPlan .plan01 .table-block:first-of-type tr:last-of-type td {
  position: relative;
  width: 246px;
}
.testPR #secPlan .plan01 .table-block:first-of-type tr:last-of-type td::before {
  position: absolute;
  content: "";
  top: -4px;
  right: 10px;
  width: 80px;
  height: 30px;
  background-image: url(/hikari/agency/images/fukidashi_free.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.testPR #secPlan .plan01 .table-block td {
  width: 246px;
}
.testPR #secPlan .plan02 {
  margin: 0;
}
.testPR #secPlan .period {
  background-color: #262626;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  clip-path: unset;
}
.testPR #secPlan .paymentamount01 {
  background-color: #e81051;
  color: #ffffff;
  width: 100%;
  min-width: 200px;
  -webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
}
.testPR #secPlan .paymentamount01 span {
  font-size: 18px;
}
.testPR #secPlan .paymentamount02 {
  background-color: #ffffff;
  border: #e81051 3px solid;
  position: relative;
  margin: 0px 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #e81051;
  border-right-color: #fff;
  z-index: 0;
  padding-left: 15px;
  z-index: auto;
}
.testPR #secPlan .paymentamount02:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 65px;
  top: -2px;
  right: -25px;
  z-index: 10;
  background-image: url(/hikari/agency/images/bg-allow-border.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.testPR #secPlan .paymentamount02 span {
  font-size: 18px;
}
.testPR #secPlan .breakdowncolor {
  font-weight: bold;
  color: #e81051;
}
.testPR .feature {
  background-color: #008674;
  padding: 80px 0 38px;
}
.testPR .feature .attention__block {
  border-top: none !important;
  margin-top: 0 !important;
}
.testPR .feature__block {
  padding: 57px 100px 30px;
}
.testPR .feature__block--1 {
  position: relative;
}
.testPR .feature__block--2 {
  padding: 75px 100px 30px;
}
.testPR .feature__block--3 {
  padding: 0px 100px 0px;
}
.testPR .feature__block--3 .handsUp {
  margin-top: 30px;
  background-color: #ffffff;
  opacity: 0.9;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  padding: 40px;
}
.testPR .feature__block--3 .handsUp__ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.testPR .feature__block--3 .handsUp__txt {
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.testPR .feature__block--3 .handsUp__txt p:not(:last-child) {
  margin-bottom: 20px;
}
.testPR .feature__blockWrap {
  display: flex;
  justify-content: space-between;
}
.testPR .feature__blockWrap--1, .testPR .feature__blockWrap--3 {
  flex-flow: row-reverse;
}
.testPR .feature__blockWrap--1 .feature__image {
  margin-top: 30px;
}
.testPR .feature__blockWrap--2 .feature__image {
  margin-top: -30px;
}
.testPR .feature__blockWrap--3 .feature__image {
  margin-top: -40px;
}
.testPR .feature__box {
  margin-bottom: 40px;
}
.testPR .feature__box.js-scrollable {
  overflow: unset !important;
}
.testPR .feature__block--bottom {
  padding: 0px 16px 0;
}
.testPR .feature__tag2 {
  margin-left: 27px;
  text-align: center;
}
.testPR .feature__about:not(:last-of-type) {
  margin-bottom: 10px;
}
.testPR .feature__attention02 {
  font-size: 18px;
  margin-top: 20px;
}
.testPR .feature__caption {
  position: relative;
  background-color: rgba(0, 0, 0, 0.24);
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 20px 35px;
  color: #FFFFFF;
}
.testPR .feature__icon {
  position: absolute;
  bottom: 20px;
  left: 5px;
}
.testPR .feature__image {
  width: 460px;
  text-align: center;
}
.testPR .feature__detail {
  width: 460px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testPR .feature__detail1 {
  margin-top: 66px;
}
.testPR .feature__tag {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
}
.testPR .feature__tag span {
  display: inline-block;
  position: relative;
}
.testPR .feature__tag span sup {
  position: absolute;
  font-size: 0.5em;
  right: 0;
  top: 1.4em;
}
.testPR .feature__attention {
  font-size: 12px;
}
.testPR .feature__caution--icon {
  font-size: 12px;
  color: #707070;
}
.testPR .feature__summery {
  font-size: 20px;
}
.testPR .feature__summery > p:not(:first-of-type) {
  margin-top: 0px;
}
.testPR .feature__summery .c-notes {
  font-size: 16px;
}
.testPR .feature__summery2 {
  font-size: 18px;
}
.testPR .feature__list {
  margin-top: 30px;
}
.testPR .feature__change {
  background-image: linear-gradient(#2b2b2b, #2b2b2b);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #888;
  margin: 0 0.4em;
  text-decoration: none;
}
.testPR .feature__btnArea {
  width: 540px;
  margin: auto;
}
.testPR .feature__btnArea .c-btn {
  width: 100%;
  text-decoration: none;
  margin-top: 90px;
  padding: 26px 0 !important;
}
.testPR .feature__btnArea .c-btn--arrow:after {
  display: none;
}
.testPR .feature__btnArea .c-btn--arrow:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 11px;
  height: 16px;
  background-image: url("/hikari/agency/images/arrow-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.testPR .feature__btnArea .c-btn--arrow:hover:before, .testPR .feature__btnArea .c-btn--arrow:active:before {
  position: absolute;
  animation: arrowConfirm 0.4s;
}
.testPR .feature__table {
  width: 100%;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.2);
}
.testPR .feature__table th {
  background-color: #FDFFD3;
  color: #2b2b2b;
  border: 1px solid #707070;
}
.testPR .feature__table th:nth-child(3) {
  font-weight: bold;
}
.testPR .feature__table td {
  border: 1px solid #707070;
  background-color: #fff;
  vertical-align: middle;
}
.testPR .feature__table td.tag {
  background-color: #FDFFD3;
  font-weight: bold;
  vertical-align: middle;
}
.testPR .feature__table--monthly {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.testPR .feature__table--monthly td.tag {
  width: 15%;
}
.testPR .feature__table--monthly td:nth-child(2), .testPR .feature__table--monthly td:nth-child(3), .testPR .feature__table--monthly td:nth-child(4), .testPR .feature__table--monthly td:nth-child(5), .testPR .feature__table--monthly td:nth-child(6) {
  width: 15%;
}
.testPR .feature__table--monthly2 td.tag {
  width: 9.5%;
}
.testPR .feature__table--initialCost td.tag {
  width: 16.7%;
}
.testPR .feature__searchBtnArea {
  position: absolute;
  transition: all 0.6s;
  right: -2000px;
  top: 40px;
}
.testPR .feature__searchBtnArea.js-open {
  right: -70px;
}
.testPR .feature__searchBtnArea .apply__btn {
  width: 420px;
  background-color: #df1540;
  border-radius: 6px;
  padding: 20px 0;
}
.testPR .feature__notes {
  color: #FFFFFF;
  margin: 0px;
}
.testPR .feature__notes span {
  color: #FFFFFF;
}
.testPR .feature__area {
  color: #FFFFFF;
  margin-top: 30px;
}
.testPR .feature__area--2 {
  margin-top: 10;
}
.testPR .feature__area2 {
  margin-top: 10px;
}
.testPR .feature.bgorange {
  background-color: #F7AA00;
}
.testPR .feature.bgorange h2 span {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #262626;
}
.testPR .feature.bgorange h2 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #262626;
  width: 100%;
  height: 4px;
  margin: 0 auto;
}
.testPR .feature.bgorange .sec__txt {
  width: auto;
  margin: 12px auto 30px;
  color: #262626;
}
.testPR .feature.bgorange .sec__content {
  margin: 0 auto;
}
.testPR .feature.bgorange h3 {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  background: #FFF681;
  color: #262626;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.testPR .feature.bgorange h3::before, .testPR .feature.bgorange h3::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.testPR .feature.bgorange h3::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #F7AA00;
  border-style: solid;
}
.testPR .feature.bgorange h3::after {
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #F7AA00 transparent transparent;
  border-style: solid;
}
.testPR .feature.bgorange h4 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  background-color: #EC3024;
}
.testPR .feature.bgorange .benefits__contBox {
  background-color: #fff;
  width: 960px;
  padding: 30px 40px;
  margin: 32px auto 0;
  border-radius: 18px;
}
.testPR .feature.bgorange .benefits__contBox .apply__btn {
  max-width: 520px;
}
.testPR .feature.bgorange .benefits__contBox .apply__btn--pink {
  width: 100% !important;
  background-color: #EC3024 !important;
  box-shadow: 0 5px 0 #9F0030 !important;
}
.testPR .feature.bgorange .benefits__cont {
  width: auto;
  background-color: transparent;
  padding: 0;
}
.testPR .feature.bgorange .benefits__cont li:last-of-type::before {
  height: 100%;
}
.testPR .feature.bgorange .benefits__notes {
  width: 960px;
  text-align: left;
  margin: 0 auto 5px;
  color: #000000;
}
.testPR .feature.bgorange .benefits__notes span {
  color: #000000;
}
.testPR .feature.bgorange .benefits__notes span a {
  color: #000000;
}
.testPR .feature.bgorange .benefits .feature__attention02 dl dt {
  font-weight: bold;
}
.testPR .feature.bgorange .feature__tag2 {
  text-align: left;
  margin-left: 0;
}
.testPR .feature.bgorange .feature__detail {
  color: #262626;
  display: block;
}
.testPR .feature.bgorange .feature__notes span, .testPR .feature.bgorange .feature__area {
  color: #262626;
}
.testPR .benefits2 {
  background-color: #FFFFFF;
  margin-top: 10px;
  padding: 30px 0;
}
.testPR .benefits2 .sec__txt {
  color: #2B2B2B !important;
}
.testPR .benefits2__cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFEEF3 !important;
  width: 960px;
  padding: 26.5px 0 16.5px;
  margin: 32px auto 0;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.testPR .benefits2__cont li img {
  width: 70%;
}
.testPR .benefits2__cont li {
  width: 48%;
  position: relative;
  text-align: center;
}
.testPR .benefits2__cont li:nth-child(2) img {
  width: 40%;
}
.testPR .benefits2__cont li:nth-child(2)::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  left: 4%;
  top: -2%;
  height: 133px;
  background-color: #999999;
}
.testPR .benefits2__cont02 li img {
  width: 40%;
}
.testPR .benefits2__heading {
  margin-top: 40px;
}
.testPR .benefits2__plan--ttl img {
  margin-top: 30px;
}
.testPR .benefits2__step01 {
  background-color: #F3FFD2;
  margin: 35px auto 0;
  padding: 16px 0;
}
.testPR .benefits2__text2 {
  color: #2b2b2b;
}
.testPR .benefits2__text2 span {
  color: #2b2b2b;
}
.testPR .benefits2__text2:nth-child(3) {
  color: #2b2b2b;
}
.testPR .benefits2__text2:nth-child(3) span {
  color: #2b2b2b;
}
.testPR .benefits2__text2:nth-child(3) span:nth-of-type(2) {
  color: #2b2b2b;
}
.testPR .benefits2__notes span {
  color: #2b2b2b;
}
.testPR .flow {
  padding: 65px 0 30px;
  background-color: #008674;
}
.testPR .flow__box {
  text-align: center;
  margin-top: 58px;
}
.testPR .flow__list {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 30px;
}
.testPR .flow__item {
  width: 460px;
  background-color: #fff;
  text-align: center;
  padding: 36px;
  border-radius: 16px;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.1);
}
.testPR .flow__notes {
  padding: 0 100px;
  margin-bottom: 10px;
}
.testPR .flow__notes span {
  color: #FFFFFF;
}
.testPR .flow__notes:not(:first-of-type) {
  margin-bottom: 30px;
}
.testPR .flow.bgorange {
  background-color: #F7AA00;
}
.testPR .flow.bgorange h2 span {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #262626;
}
.testPR .flow.bgorange h2 span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #262626;
  width: 100%;
  height: 4px;
  margin: 0 auto;
}
.testPR .flow.bgorange .sec__txt {
  width: auto;
  margin: 12px auto 30px;
  color: #262626;
}
.testPR .flow.bgorange .flow__notes span {
  color: #262626;
}
.testPR .attention {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 72px 0 55px;
}
.testPR .attention .c-table {
  margin-left: 25px;
}
.testPR .attention .sec__heading {
  position: relative;
}
.testPR .attention .sec__heading span {
  position: absolute;
  top: 16%;
  font-size: 29px;
  left: 10%;
  font-weight: bold;
}
.testPR .attention__title {
  font-weight: bold !important;
}
.testPR .attention__title1 {
  margin-top: 27px;
}
.testPR .attention__title2 {
  margin-top: 56px;
}
.testPR .attention__title4 {
  margin-top: 7px;
}
.testPR .attention__title5 {
  margin-top: 23px;
}
.testPR .attention__title6 {
  margin-top: 10px;
}
.testPR .attention__block {
  width: 960px;
  margin: auto;
}
.testPR .attention__first {
  margin: 20px 0 20px 10px;
}
.testPR .attention__caption {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  padding-left: 10px;
}
.testPR .attention__list {
  padding-left: 25px;
}
.testPR .attention__noDotList {
  margin: 20px 0;
  padding-left: 25px;
}
.testPR .attention__noDotItem:nth-of-type(2) {
  margin-top: 20px;
}
.testPR .attention__list7 {
  margin-top: 20px;
}
.testPR .attention__list9 {
  margin-top: 20px;
}
.testPR .attention__case {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.testPR .attention__item {
  position: relative;
}
.testPR .attention__item:before {
  content: "・";
  position: absolute;
  left: -20px;
  top: 0;
}
.testPR .attention__item a {
  display: inline-block;
  text-decoration: underline;
  color: #0066be;
}
.testPR .attention--sb .sec__inner {
  border-top: none;
}
.testPR .attention--sb .precautions__item:not(:first-of-type) {
  margin-top: 25px;
}
.testPR .attention--howtoApply {
  margin-bottom: 0;
}
.testPR .attention--howtoApply .sec__inner {
  padding-top: 35px;
  border-top: 1px solid #e5e5e5;
}
.testPR .attention--howtoApply .precautions__item {
  margin-bottom: 8px;
}
.testPR .attention__pickupTxt {
  text-align: center;
  background-color: #fafafa;
  padding: 30px 0;
  margin: 20px 0;
}
.testPR .attention__pickupTxt a {
  display: inline-block;
  text-decoration: underline;
  color: #0066be;
}
.testPR .attention__pdf {
  color: #262626;
  font-weight: normal;
  position: relative;
}
.testPR .attention__pdf:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/hikari/renewal/common/images/icon-pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}
.testPR .attention__apply_btn {
  margin: 50px 0 75px;
}
.testPR .attention__link {
  color: #FFFFFF;
}
.testPR .attention__link2 {
  color: #2b2b2b;
}
.testPR .attention__txt {
  padding-left: 40px;
}
.testPR .attention.plan2024 h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 70px;
}
.testPR .attention.plan2024 h2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #262626;
  width: 100%;
  max-width: 440px;
  height: 4px;
  margin: 0 auto;
}
.testPR .contact {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.testPR .contact__caption {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #2b2b2b;
  padding: 15px 0;
}
.testPR .contact__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2b2b2b;
}
.testPR .contact__company {
  padding-top: 15px;
}
.testPR .contact__tel {
  font-size: 40px;
  margin-bottom: 20px;
}
.testPR .icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
}
.testPR .icon--default {
  right: 20px;
  border-color: #424242;
}
.testPR .icon--default .icon-mark:before, .testPR .icon--default .icon-mark:after {
  background-color: #424242;
}
.testPR .icon--blue {
  right: 15px;
  border-color: transparent;
}
.testPR .icon--blue .icon-mark:before, .testPR .icon--blue .icon-mark:after {
  background-color: #333;
}
.testPR .icon-mark {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.testPR .icon-mark:before, .testPR .icon-mark:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.1s;
}
.testPR .icon-mark:before {
  transform: translate(-50%, -50%);
}
.testPR .icon-mark:after {
  top: 6px;
  left: -11px;
  transform: rotate(90deg);
}
.testPR .js-open .icon-mark:after {
  transform: rotate(0deg) !important;
}

.cvArea {
  background-color: #008674;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 100px 0 300px;
  color: #fff;
  position: relative;
  margin-bottom: 220px;
}
.cvArea .sec__txt {
  width: 585px;
  margin: 12px auto 24px;
  text-align: center;
  color: #FFFFFF;
}
.cvArea .sec__txt a {
  color: #fff;
}
.cvArea__cont {
  background-color: #fff;
  border: 2px solid #008674;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 41.3px 146.4px 49.3px 147px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, 0);
}
.cvArea__cont02 {
  padding: 41.3px 22.5px 49.3px;
}
.cvArea__item {
  margin: 10px;
  padding: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #008674;
}
.cvArea__sim {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
.cvArea__sim a {
  color: #fff;
}
.cvArea.bgorange {
  background-color: #F7AA00;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  height: 500px;
  color: #fff;
  position: relative;
}
.cvArea.bgorange h2 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 40px;
}
.cvArea.bgorange h2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #262626;
  width: 100%;
  max-width: 440px;
  height: 4px;
  margin: 0 auto;
}
.cvArea.bgorange .sec__txt {
  width: auto;
  margin: 12px auto 30px;
  color: #262626;
}
.cvArea.bgorange .sec__content {
  width: 960px;
  margin: 0 auto;
}
.cvArea.bgorange .sec__inner {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cvArea.bgorange h3 {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  background: #FFF681;
  color: #262626;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.cvArea.bgorange h3::before, .cvArea.bgorange h3::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.cvArea.bgorange h3::before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 20px;
  border-color: transparent transparent transparent #F7AA00;
  border-style: solid;
}
.cvArea.bgorange h3::after {
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #F7AA00 transparent transparent;
  border-style: solid;
}
.cvArea.bgorange h4 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  background-color: #EC3024;
}
.cvArea.bgorange .benefits__contBox {
  background-color: #fff;
  width: 960px;
  padding: 30px 40px;
  margin: 32px auto 0;
  border-radius: 18px;
  border: 2px solid #F7AA00;
}
.cvArea.bgorange .benefits__contBox .apply__btn {
  max-width: 520px;
}
.cvArea.bgorange .benefits__contBox .apply__btn--pink {
  width: 100% !important;
  background-color: #EC3024 !important;
  box-shadow: 0 5px 0 #9F0030 !important;
}
.cvArea.bgorange .benefits__cont {
  width: auto;
  background-color: transparent;
  padding: 0;
}
.cvArea.bgorange .benefits__cont li:last-of-type::before {
  height: 100%;
}
.cvArea.bgorange .benefits__notes {
  width: 960px;
  text-align: left;
  margin: 0 auto 5px;
  color: #000000;
}
.cvArea.bgorange .benefits__notes span {
  color: #000000;
}
.cvArea.bgorange .benefits__notes span a {
  color: #000000;
}
.cvArea.bgorange .benefits .feature__attention02 dl dt {
  font-weight: bold;
}
.cvArea.bgorange.type2 {
  height: 450px;
}

.contact {
  padding: 300px 0 100px;
}

@media screen and (max-width: 1290px) {
  .formansionPR .feature__searchBtnArea.js-open {
    right: -40px;
  }
}
.sim__notesPlanHeading {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  body {
    min-width: auto;
  }
  img {
    max-width: 100%;
  }
  .testPR {
    min-width: 780px;
  }
  .testPR .sec__inner {
    width: auto;
  }
  .testPR .faq__block {
    width: 100%;
  }
  .testPR .feature__searchBtnArea {
    right: 0;
  }
  .testPR .feature__table--monthly {
    margin-top: auto;
  }
  .testPR .benefit__list {
    padding: 0 3.1282586027vw;
  }
  .testPR .benefit__item {
    width: 45.8811261731vw;
  }
  .testPR .flow__stepList {
    padding: 0 3.1282586027vw;
  }
  .testPR .flow__step {
    width: 28.6757038582vw;
  }
  .testPR .flow .faq__block {
    padding: 0 10.4275286757vw;
  }
  .testPR .attention__block {
    width: auto;
    max-width: 95%;
  }
}
@media screen and (max-width: 559px) {
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .c-num01 span {
    display: inline-block;
    position: relative;
    padding-left: 2rem;
    color: #757575;
  }
  .c-num01 span::before {
    content: "※1";
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-num02 span {
    display: inline-block;
    position: relative;
    padding-left: 2rem;
    color: #757575;
  }
  .c-num02 span::before {
    content: "※2";
    position: absolute;
    left: 0;
    top: 0;
  }
  .testPR {
    min-width: auto;
  }
  .testPR img {
    max-width: 100%;
  }
  .testPR .mainArea {
    background-image: url("/hikari/agency/2g/images/kv-bg_sp.png");
    background-position: center;
    background-size: 100%;
    text-align: center;
    padding: 17.3333333333vw 6.4vw 33.3333333333vw;
  }
  .testPR .mainArea__70000 {
    padding: 17.3333333333vw 6.4vw 42.333333vw;
  }
  .testPR .mainArea__comment {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 0 5.3333333333vw;
  }
  .testPR .mainArea__title {
    margin: 20px auto 45px;
  }
  .testPR .mainArea__notes {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
  .testPR.mansion2g .mainArea {
    background-size: 300%;
    padding: 60px 0 150px;
  }
  .testPR.mansion2g .mainArea__comment {
    display: block;
    margin: 0px auto 40px;
    width: 100%;
    max-width: 246px;
  }
  .testPR.mansion2g .mainArea__notes {
    margin-top: 15px;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
  .testPR.mansion2g .mainArea__title {
    margin-bottom: 127px;
  }
  .testPR.mansion2g .mainArea__heading {
    position: relative;
    padding: 0 5vw;
  }
  .testPR.mansion2g .mainArea__box {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 20px;
    padding: 40px;
    position: relative;
  }
  .testPR.mansion2g .mainArea__txt {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .testPR.mansion2g .mainArea .apply__notes {
    background-color: transparent;
    padding: 0;
    width: auto;
    margin: 0 auto;
    font-size: 12px;
  }
  .testPR .apply {
    text-align: center;
  }
  .testPR .apply__btnArea {
    margin-bottom: 0;
  }
  .testPR .apply__btn {
    width: 85.3333333333vw;
    display: block;
    position: relative;
    margin: auto;
    padding: 5.3333333333vw 0;
    text-decoration: none;
    font-size: 3.7333333333vw;
    background-color: #008674;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 5px 0 #005A4E;
    transition: all 0.5s;
  }
  .testPR .apply__btn:hover, .testPR .apply__btn:active {
    box-shadow: none;
    transform: translateY(5px);
  }
  .testPR .apply__btn--white {
    background-color: #FFFFFF !important;
    color: #008674 !important;
  }
  .testPR .apply__notes {
    font-size: 12px;
    width: 100%;
    padding: 3.2vw 6.4vw;
    text-align: left;
  }
  .testPR .apply__notes a {
    color: #0066BE;
  }
  .testPR .apply__txt {
    margin-top: 1.3333333333vw;
    padding: none;
    white-space: nowrap;
    font-size: 12px;
  }
  .testPR .apply--main {
    margin-top: 0px;
  }
  .testPR .sec__inner {
    width: auto;
    margin: auto;
    padding: 0 6.4vw;
  }
  .testPR .sec__heading {
    text-align: center;
    margin-bottom: 6.6666666667vw;
    width: auto !important;
  }
  .testPR .sec__txt {
    width: 100% !important;
    text-align: center;
    margin-bottom: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .testPR .benefits {
    margin-top: 5px;
    padding: 9.0666666667vw 0 8vw;
  }
  .testPR .benefits .sec__heading {
    width: 61.3333333333vw;
    margin: 0 auto;
  }
  .testPR .benefits .sec__txt {
    width: auto;
    text-align: center;
    margin-top: 0px;
  }
  .testPR .benefits .sec__heading02 {
    margin-top: 6.6666666667vw;
  }
  .testPR .benefits__plus {
    width: auto;
    margin: 1.6vw 0;
  }
  .testPR .benefits__stepList {
    display: block;
    justify-content: space-between;
    padding: 0px;
  }
  .testPR .benefits__step01 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0;
    padding: 20px 0;
  }
  .testPR .benefits__step {
    position: relative;
    width: auto;
    padding: 6.6666666667vw 0 4.8vw;
    text-align: center;
    border-right: none;
    padding-right: none;
  }
  .testPR .benefits__step span {
    display: block;
    font-size: 4.8vw;
    margin-top: 8vw;
  }
  .testPR .benefits__step:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
  .testPR .benefits__step:not(:last-of-type):after {
    display: none;
  }
  .testPR .benefits__step:nth-child(1) {
    border-right: none;
    border-left: none;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 2px solid #FFFFFF;
  }
  .testPR .benefits__step:nth-child(2) {
    border-right: none;
    padding: 0;
  }
  .testPR .benefits__step:nth-child(3) {
    border-left: none;
    padding-left: 0px;
  }
  .testPR .benefits__text {
    line-height: 1.2;
  }
  .testPR .benefits__text:nth-child(1) {
    margin-top: 5px;
    font-size: 16px !important;
  }
  .testPR .benefits__text:nth-child(2) {
    font-size: 30px !important;
  }
  .testPR .benefits__text:nth-child(3) {
    color: #E81051;
    font-size: 20px !important;
  }
  .testPR .benefits__text:nth-child(3) span {
    display: inline;
    font-size: 55px !important;
  }
  .testPR .benefits__text:nth-child(3) span:nth-of-type(2) {
    font-size: 12px !important;
    color: #008674;
  }
  .testPR .benefits__text2 {
    line-height: 1.2;
  }
  .testPR .benefits__text2:nth-child(1) {
    margin-top: 5px;
    font-size: 16px !important;
  }
  .testPR .benefits__text2:nth-child(2) {
    font-size: 26px !important;
  }
  .testPR .benefits__text2:nth-child(3) {
    font-size: 20px !important;
  }
  .testPR .benefits__text2:nth-child(3) span {
    display: inline;
    font-size: 62px !important;
  }
  .testPR .benefits__text2:nth-child(3) span:nth-of-type(2) {
    font-size: 12px !important;
  }
  .testPR .benefits__attention {
    margin: 20px 0 0px !important;
  }
  .testPR .benefits__notes {
    width: auto;
    font-size: 3.7333333333vw;
    padding: 0;
    font-size: 12px;
  }
  .testPR .benefits .faq__block {
    padding: 0;
  }
  .testPR .benefits__cont {
    flex-direction: column;
    width: auto;
    padding: 4.5333333333vw 0 2.4vw;
    margin: 6.4vw 0 0;
  }
  .testPR .benefits__cont li {
    width: 100%;
    position: relative;
  }
  .testPR .benefits__cont li img {
    width: 70%;
  }
  .testPR .benefits__cont li:not(:first-of-type) img {
    width: 100%;
  }
  .testPR .benefits__cont li:not(:first-of-type)::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 270px;
    transform: translateX(-50%);
    left: 50%;
    top: -7%;
    height: 1px !important;
    background-color: #999999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .testPR .benefits__cont li.takunai {
    width: 50%;
  }
  .testPR .benefits__cont02 {
    width: 100%;
    padding: 4.8vw 0 2.9333333333vw;
  }
  .testPR .benefits__or {
    top: 47%;
  }
  .testPR .benefits.bgorange h2, .testPR .benefits.bgwhite h2 {
    font-size: 24px;
  }
  .testPR .benefits.bgorange h2::before, .testPR .benefits.bgwhite h2::before {
    max-width: 440px;
    height: 2px;
  }
  .testPR .benefits.bgorange .sec__txt, .testPR .benefits.bgwhite .sec__txt {
    width: auto;
    margin: 12px auto 30px;
    color: #262626;
  }
  .testPR .benefits.bgorange .sec__content, .testPR .benefits.bgwhite .sec__content {
    width: 100%;
    margin: 0 auto;
  }
  .testPR .benefits.bgorange h3, .testPR .benefits.bgwhite h3 {
    height: 100%;
    line-height: 1.5;
    font-size: 16px;
    padding: 0 15px;
    background-color: transparent;
    background-image: url("/formansion/agency/images/ribbonl_bg.png"), url("/formansion/agency/images/ribbonr_bg.png");
    background-position: center left, center right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .testPR .benefits.bgorange h3 span, .testPR .benefits.bgwhite h3 span {
    display: inline-block;
    background: #FFF681;
    padding: 6px;
  }
  .testPR .benefits.bgorange h3::before, .testPR .benefits.bgwhite h3::before {
    border-width: 0px;
  }
  .testPR .benefits.bgorange h3::after, .testPR .benefits.bgwhite h3::after {
    border-width: 0px;
  }
  .testPR .benefits.bgorange h4, .testPR .benefits.bgwhite h4 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    background-color: #EC3024;
  }
  .testPR .benefits.bgorange .benefits__contBox, .testPR .benefits.bgwhite .benefits__contBox {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .testPR .benefits.bgorange .benefits__contBox .apply__btn, .testPR .benefits.bgwhite .benefits__contBox .apply__btn {
    max-width: 520px;
  }
  .testPR .benefits.bgorange .benefits__contBox .apply__btn--pink, .testPR .benefits.bgwhite .benefits__contBox .apply__btn--pink {
    width: 100% !important;
    background-color: #EC3024 !important;
    box-shadow: 0 5px 0 #9F0030 !important;
  }
  .testPR .benefits.bgorange .benefits__cont, .testPR .benefits.bgwhite .benefits__cont {
    width: auto;
    background-color: transparent;
    padding: 0;
  }
  .testPR .benefits.bgorange .benefits__cont li:first-of-type img, .testPR .benefits.bgwhite .benefits__cont li:first-of-type img {
    width: 100%;
  }
  .testPR .benefits.bgorange .benefits__cont li:last-of-type, .testPR .benefits.bgwhite .benefits__cont li:last-of-type {
    padding-top: 20px;
  }
  .testPR .benefits.bgorange .benefits__cont li:last-of-type::before, .testPR .benefits.bgwhite .benefits__cont li:last-of-type::before {
    height: 1px;
    top: -1%;
  }
  .testPR .benefits.bgorange .benefits .feature__attention02 dl dt, .testPR .benefits.bgwhite .benefits .feature__attention02 dl dt {
    font-weight: bold;
  }
  .testPR .plan {
    margin-top: 0;
    padding: 8.333333vw 0 6.4vw;
  }
  .testPR .plan .sec__heading {
    width: 49.3333333333vw;
    margin: 0 auto;
  }
  .testPR .plan .sec__txt {
    margin: 4px auto 0px;
  }
  .testPR .plan__box {
    background-color: #fff;
    padding: 0 0 0;
    margin-bottom: 0vw;
  }
  .testPR .plan__about:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
  .testPR .plan__caption {
    width: 100vw;
    font-weight: bold;
    font-size: 3.7333333333vw;
    text-align: center;
    padding: 10px;
    margin-left: calc(50% - 50vw);
  }
  .testPR .plan__caption:nth-child(1) {
    margin-top: 10px;
  }
  .testPR .plan__caption span {
    margin-left: 0px;
  }
  .testPR .plan__caption {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
  }
  .testPR .plan .c-table.c-table-pc {
    display: none;
  }
  .testPR .plan .c-table-sp th {
    font-size: 4.2666666667vw;
  }
  .testPR .plan .c-table-sp th small {
    font-size: 3.7333333333vw;
    font-weight: normal;
  }
  .testPR .plan .c-table-sp td {
    padding: 2.6666666667vw 4.2666666667vw !important;
    font-size: 3.7333333333vw;
  }
  .testPR .plan .c-table-sp td .c-notes {
    margin-top: 2.6666666667vw;
  }
  .testPR .plan__image {
    padding: 4.2666666667vw 0vw 6.4vw;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
  }
  .testPR .plan__image03 {
    padding-bottom: 0vw;
  }
  .testPR .plan .sec__inner {
    width: auto;
    margin: auto;
    padding: 0 4.6666666667vw;
  }
  .testPR .plan .plan02 .table-block:first-of-type {
    width: 100%;
  }
  .testPR .plan .plan02 .table-block td {
    width: 70%;
  }
  .testPR .plan .paymentamount01:after {
    width: 20px;
    height: 52px;
    top: -3px;
    right: -20px;
  }
  .testPR .plan .column5__table {
    width: 100%;
  }
  .testPR .plan .table-area {
    display: block;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .testPR .plan .table-block {
    width: 100%;
    margin-bottom: 10px;
    border-right: #bfbfbf 1px solid;
    border-left: #bfbfbf 1px solid;
  }
  .testPR .plan .table-block:first-of-type {
    width: 100%;
  }
  .testPR .plan .table-block:first-of-type td {
    width: 70%;
  }
  .testPR .plan .table-block:first-of-type tr:first-of-type th {
    display: none !important;
  }
  .testPR .plan .table-block:first-of-type tr:first-of-type th.pc-block {
    display: none;
  }
  .testPR .plan .table-block th {
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
    border-right: none;
  }
  .testPR .plan .table-block th.sp-block {
    display: table-cell !important;
  }
  .testPR .plan .table-block:last-of-type th {
    border-bottom: #bfbfbf 1px solid;
  }
  .testPR .plan td {
    width: 70%;
    vertical-align: middle;
    border-left: #e6e6e6 1px solid;
  }
  .testPR .plan td div {
    font-size: 36px;
    width: auto;
    min-width: 0;
  }
  .testPR .plan h3 {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: normal;
    margin: 0 calc(50% - 50vw) 12px;
    line-height: 1.5;
    padding: 10px;
  }
  .testPR .plan h3::before {
    width: 86px;
    height: 96px;
    top: -60px;
    left: 0;
    right: 63%;
    margin: 0 auto;
  }
  .testPR .plan .plan2024 {
    padding: 9.3333333333vw 0 6vw;
  }
  .testPR .plan .plan2024 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .testPR .plan .plan2024 h2::before {
    height: 2px;
  }
  .testPR .plan .plan2024 h3::before {
    width: 86px;
    height: 96px;
    top: -60px;
    left: 0;
    right: 63%;
    margin: 0 auto;
  }
  .testPR .plan .plan2024 .plan__caption {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .testPR .plan .plan2024 .table-block:first-of-type {
    width: 100%;
  }
  .testPR .plan .plan2024 .table-block td {
    width: 70%;
  }
  .testPR .plan .plan2024 .paymentamount02:after {
    width: 20px;
    height: 52px;
    top: -3px;
    right: -20px;
  }
  .testPR .plan .plan2024 .table-area {
    display: block;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .testPR .plan .plan2024 .table-block {
    width: 100%;
  }
  .testPR .plan .plan2024 .table-block:first-of-type {
    width: 100%;
    border-left: #bfbfbf 1px solid;
  }
  .testPR .plan .plan2024 .table-block:first-of-type td {
    width: 70%;
    padding: 5px 8px;
  }
  .testPR .plan .plan2024 .table-block:first-of-type tr:first-of-type th {
    display: none !important;
  }
  .testPR .plan .plan2024 .table-block:first-of-type tr:first-of-type th.pc-block {
    display: none;
  }
  .testPR .plan .plan2024 .table-block:last-of-type {
    border-bottom: none;
  }
  .testPR .plan .plan2024 .table-block table {
    border-top: #bfbfbf 1px solid;
    border-bottom: #bfbfbf 1px solid;
    margin-bottom: 10px;
  }
  .testPR .plan .plan2024 .table-block table tr {
    display: table-row;
  }
  .testPR .plan .plan2024 .table-block table tr:nth-of-type(2) td {
    display: table-cell;
  }
  .testPR .plan .plan2024 .table-block table tr td {
    height: auto;
  }
  .testPR .plan .plan2024 .table-block table tr td > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .testPR .plan .plan2024 .table-block th {
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
    border-right: none;
  }
  .testPR .plan .plan2024 .table-block th.sp-block {
    display: table-cell !important;
  }
  .testPR .plan .plan2024 .table-block:last-of-type th {
    border-bottom: #bfbfbf 1px solid;
  }
  .testPR .plan .plan2024 .table-block.column4 {
    width: 100% !important;
  }
  .testPR .plan .plan2024 .table-block.column4:first-of-type td {
    width: 70% !important;
  }
  .testPR .plan .plan2024 td {
    width: 70%;
    vertical-align: middle;
    border-left: #e6e6e6 1px dotted;
  }
  .testPR .plan .plan2024 td div {
    font-size: 36px;
    width: auto;
    min-width: 0;
  }
  .testPR .plan .plan2024 .feature__box {
    padding: 0;
  }
  .testPR .plan .plan2024 .feature__table--monthly2 td.tag {
    width: auto;
    padding: 10px;
    font-size: 14px;
    border-left: 1px solid #d9dadb;
  }
  .testPR .plan .plan2024 .feature__table--monthly2 td.tag + td {
    width: 70%;
    padding: 10px;
    font-size: 14px;
  }
  .testPR .plan .plan2024 .feature__about {
    width: 100%;
  }
  .testPR #secPlan {
    padding: 0;
    margin-bottom: 0;
  }
  .testPR #secPlan .sec__inner {
    padding: 0;
  }
  .testPR #secPlan ul li {
    margin-bottom: 20px;
  }
  .testPR #secPlan .plan01 .table-block:first-of-type {
    width: 100%;
  }
  .testPR #secPlan .plan01 .table-block td {
    width: 70%;
  }
  .testPR #secPlan .paymentamount02:after {
    width: 20px;
    height: 52px;
    top: -3px;
    right: -20px;
  }
  .testPR #secPlan .table-area {
    display: block;
    padding: 0;
    border-radius: 0;
    border-left: #bfbfbf 1px solid;
  }
  .testPR #secPlan .table-block {
    width: 100%;
    border-left: none;
  }
  .testPR #secPlan .table-block:first-of-type {
    width: 100%;
  }
  .testPR #secPlan .table-block:first-of-type td {
    width: 70%;
  }
  .testPR #secPlan .table-block:first-of-type tr:first-of-type th {
    display: none !important;
  }
  .testPR #secPlan .table-block:first-of-type tr:first-of-type th.pc-block {
    display: none;
  }
  .testPR #secPlan .table-block:last-of-type {
    border-right: none;
    border-bottom: none;
  }
  .testPR #secPlan .table-block th {
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
    border-right: none;
  }
  .testPR #secPlan .table-block th.sp-block {
    display: table-cell !important;
  }
  .testPR #secPlan .table-block:last-of-type th {
    border-bottom: #bfbfbf 1px solid;
  }
  .testPR #secPlan h3 {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: normal;
    margin: 0 calc(50% - 50vw) 20px;
    line-height: 1.5;
    padding: 10px;
  }
  .testPR #secPlan h3::before {
    width: 86px;
    height: 96px;
    top: -60px;
    left: 0;
    right: 63%;
    margin: 0 auto;
  }
  .testPR #secPlan td {
    width: 70%;
    vertical-align: middle;
    border-left: #e6e6e6 1px solid;
  }
  .testPR #secPlan td div {
    font-size: 26px;
    width: auto;
    min-width: 0;
  }
  .testPR #secPlan .sec__inner ul.attention-list li {
    padding: 0 24px;
  }
  .testPR .feature {
    padding: 8.666667vw 0 7vw;
  }
  .testPR .feature .sec__heading {
    width: 88vw;
    margin: 0 auto;
  }
  .testPR .feature__block {
    padding: 0px 1.333333vw 0;
  }
  .testPR .feature__block:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .testPR .feature__block--3 .handsUp {
    margin-top: 15px;
    background-color: #ffffff;
    opacity: 0.9;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 17px;
  }
  .testPR .feature__block--3 .handsUp__ttl {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding-bottom: 8px;
    border-bottom: 1px solid #707070;
  }
  .testPR .feature__block--3 .handsUp__txt {
    margin-top: 10px;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
  }
  .testPR .feature__block--3 .handsUp__txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  .testPR .feature__box {
    margin-bottom: 0;
    padding: 30px 0 0;
    overflow: scroll;
  }
  .testPR .feature__box.js-scrollable {
    overflow: auto !important;
  }
  .testPR .feature__about {
    overflow: auto;
    position: relative;
    width: 200%;
  }
  .testPR .feature__about .scroll-hint-icon-wrap {
    position: absolute;
    top: -20%;
    z-index: 3;
    left: -25%;
  }
  .testPR .feature__attention02 {
    font-size: 3.4666666667vw;
  }
  .testPR .feature__blockWrap {
    display: block;
  }
  .testPR .feature__blockWrap--1, .testPR .feature__blockWrap--3 {
    flex-flow: row-reverse;
  }
  .testPR .feature__blockWrap--1 .feature__image {
    margin-top: auto;
  }
  .testPR .feature__blockWrap--2 .feature__image {
    margin-top: auto;
  }
  .testPR .feature__blockWrap--3 .feature__image {
    margin-top: auto;
  }
  .testPR .feature__caption {
    padding: 10px 0 10px 28px !important;
    font-size: 16px !important;
    text-align: left;
  }
  .testPR .feature__notes {
    color: #FFFFFF;
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .testPR .feature__notes span {
    color: #FFFFFF;
  }
  .testPR .feature__image {
    width: auto;
    padding: 0 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .testPR .feature__image01 {
    width: 182px;
  }
  .testPR .feature__detail {
    width: auto;
    padding: 0;
  }
  .testPR .feature__detail1 {
    margin-top: 0px;
  }
  .testPR .feature__tag {
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 4.8vw;
  }
  .testPR .feature__summery {
    font-size: 16px;
  }
  .testPR .feature__summery > p:not(:first-of-type) {
    margin-top: 4vw;
  }
  .testPR .feature__summery .c-notes {
    font-size: 12px;
  }
  .testPR .feature__change {
    background-image: linear-gradient(#2b2b2b, #2b2b2b);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #888;
    margin: 0 0.4em;
    text-decoration: none;
  }
  .testPR .feature__attention {
    font-size: 12px;
  }
  .testPR .feature__caution--icon {
    font-size: 10px;
  }
  .testPR .feature__btnArea {
    width: auto;
    margin: auto;
  }
  .testPR .feature__btnArea .c-btn {
    width: 100%;
    text-decoration: none;
    margin-top: 8vw !important;
    padding: 4.8vw 0 !important;
    font-size: 3.4666666667vw;
  }
  .testPR .feature__btnArea .c-btn--arrow:before {
    width: 1.8666666667vw;
    height: 2.4vw;
  }
  .testPR .feature__icon {
    bottom: 5px;
  }
  .testPR .feature__table {
    width: 100%;
  }
  .testPR .feature__table th {
    background-color: #FDFFD3;
    color: #2b2b2b;
    border: 1px solid #d9dadb;
    font-size: 12px;
  }
  .testPR .feature__table th:nth-child(2) {
    font-weight: bold;
  }
  .testPR .feature__table td {
    text-align: center;
    border: 1px solid #d9dadb;
    background-color: #fff;
    font-size: 12px;
  }
  .testPR .feature__table td.tag {
    background-color: #FDFFD3;
    font-weight: bold;
    vertical-align: middle;
    padding: 2vw 0;
    font-size: 12px;
  }
  .testPR .feature__table--monthly {
    position: relative;
    z-index: 2;
    margin-bottom: 11.333333vw;
  }
  .testPR .feature__table--monthly2 {
    margin-bottom: 0;
  }
  .testPR .feature__table--initialCost td.tag {
    width: 19.2vw;
  }
  .testPR .feature .side-scrollingBox {
    position: relative;
    width: 100%;
    margin: 6.6666666667vw auto 5.3333333333vw;
    overflow-x: auto;
    box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.3);
  }
  .testPR .feature .side-scrollingBox:before {
    content: "月額負担金";
    display: inline-block;
    position: absolute;
    top: 1.0666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: bold;
  }
  .testPR .feature__tableSP {
    background-color: #fff;
    box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.3);
  }
  .testPR .feature__tableSP th span {
    visibility: hidden;
  }
  .testPR .feature__tableSP th:nth-child(2) {
    font-weight: bold;
  }
  .testPR .feature__tableSP--monthly {
    width: 200%;
  }
  .testPR .feature__tableSP--monthly th {
    text-align: left;
  }
  .testPR .feature__tableSP--monthly td {
    padding: 3.08551vw 2.60688vw;
    width: 20%;
  }
  .testPR .feature__tableSP--monthly td:first-of-type {
    padding: 5.3333333333vw 4.2666666667vw !important;
  }
  .testPR .feature__tableSP--initialCost td {
    border-left: none !important;
    border-right: none !important;
  }
  .testPR .feature__tableSP--initialCost .image-initialcost01 {
    width: 61.3333333333vw;
  }
  .testPR .feature__tableSP--initialCost .image-initialcost02 {
    width: 48vw;
  }
  .testPR .feature__list {
    margin: 18px 0 8px;
  }
  .testPR .feature.bgorange h2 {
    margin-bottom: 40px;
  }
  .testPR .feature.bgorange h2 span {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }
  .testPR .feature.bgorange h2 span::before {
    content: "";
    bottom: -10px;
    width: 100%;
    height: 2px;
  }
  .testPR .feature.bgorange .sec__txt {
    width: auto;
    margin: 12px auto 30px;
    color: #262626;
  }
  .testPR .feature.bgorange .sec__content {
    margin: 0 auto;
  }
  .testPR .feature.bgorange .feature__blockWrap--1 .feature__image {
    max-width: 80%;
    margin: 0 auto;
  }
  .testPR .feature.bgorange h3 {
    display: inline-block;
    position: relative;
    height: 52px;
    line-height: 52px;
    text-align: center;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    background: #FFF681;
    color: #262626;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .testPR .feature.bgorange h3::before, .testPR .feature.bgorange h3::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  .testPR .feature.bgorange h3::before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 20px;
    border-color: transparent transparent transparent #F7AA00;
    border-style: solid;
  }
  .testPR .feature.bgorange h3::after {
    top: 0;
    right: 0;
    border-width: 25px 20px 25px 0px;
    border-color: transparent #F7AA00 transparent transparent;
    border-style: solid;
  }
  .testPR .feature.bgorange h4 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    background-color: #EC3024;
  }
  .testPR .feature.bgorange .benefits__contBox {
    background-color: #fff;
    width: 960px;
    padding: 30px 40px;
    margin: 32px auto 0;
    border-radius: 18px;
  }
  .testPR .feature.bgorange .benefits__contBox .apply__btn {
    max-width: 520px;
  }
  .testPR .feature.bgorange .benefits__contBox .apply__btn--pink {
    width: 100% !important;
    background-color: #EC3024 !important;
    box-shadow: 0 5px 0 #9F0030 !important;
  }
  .testPR .feature.bgorange .benefits__cont {
    width: auto;
    background-color: transparent;
    padding: 0;
  }
  .testPR .feature.bgorange .benefits__cont li:last-of-type::before {
    height: 100%;
  }
  .testPR .feature.bgorange .benefits__notes {
    width: 960px;
    text-align: left;
    margin: 0 auto 5px;
    color: #000000;
  }
  .testPR .feature.bgorange .benefits__notes span {
    color: #000000;
  }
  .testPR .feature.bgorange .benefits__notes span a {
    color: #000000;
  }
  .testPR .feature.bgorange .benefits .feature__attention02 dl dt {
    font-weight: bold;
  }
  .testPR .feature.bgorange .feature__tag2 {
    text-align: left;
    margin-left: 0;
  }
  .testPR .feature.bgorange .feature__detail {
    display: flex;
    flex-direction: column;
  }
  .testPR .feature.bgorange .feature__notes span, .testPR .feature.bgorange .feature__area {
    color: #262626;
  }
  .testPR .benefits2 {
    background-color: #FFFFFF;
    margin: 0;
    padding: 8.333333vw 0 6vw;
  }
  .testPR .benefits2 .sec__txt {
    color: #2B2B2B !important;
    margin: 0 auto;
  }
  .testPR .benefits2__cont {
    flex-direction: column;
    width: auto;
    padding: 4.5333333333vw 0 2.4vw;
    margin: 6.4vw 0 0;
  }
  .testPR .benefits2__cont li {
    width: 100%;
    position: relative;
  }
  .testPR .benefits2__cont li img {
    width: 70%;
  }
  .testPR .benefits2__cont li:nth-child(2) img {
    width: 40%;
  }
  .testPR .benefits2__cont li:nth-child(2)::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 270px;
    transform: translateX(-50%);
    left: 50%;
    top: -7%;
    height: 1px;
    background-color: #999999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .testPR .benefits2__cont02 {
    padding: 4.8vw 0 2.9333333333vw;
  }
  .testPR .benefits2__cont02 li img {
    width: 45%;
  }
  .testPR .benefits2__step {
    padding: 0 0 0vw;
  }
  .testPR .benefits2__step:not(:last-of-type) {
    margin: 6.666667vw 0 4vw;
  }
  .testPR .benefits2__step01 {
    background-color: #F3FFD2;
    margin: 7px 0;
  }
  .testPR .benefits2__text2 {
    color: #2b2b2b;
  }
  .testPR .benefits2__text2 span {
    color: #2b2b2b;
  }
  .testPR .benefits2__text2:nth-child(3) {
    color: #2b2b2b;
  }
  .testPR .benefits2__text2:nth-child(3) span {
    color: #2b2b2b;
  }
  .testPR .benefits2__text2:nth-child(3) span:nth-of-type(2) {
    color: #2b2b2b;
  }
  .testPR .benefits2__plan--ttlSp img {
    margin-top: 18px;
  }
  .testPR .benefits2__notes span {
    color: #2b2b2b;
  }
  .testPR .flow {
    padding: 9.3333333333vw 0 10vw;
  }
  .testPR .flow .sec__heading {
    width: 61.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2.333333vw;
  }
  .testPR .flow .sec__txt {
    width: auto;
    text-align: center;
  }
  .testPR .flow__stepList {
    display: block;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 6.6666666667vw;
  }
  .testPR .flow__box {
    text-align: center;
    margin: 16px 0;
  }
  .testPR .flow__step {
    position: relative;
    width: auto;
    padding: 6.6666666667vw 0 4.8vw;
    text-align: center;
    border: 2px solid #d9dadb;
  }
  .testPR .flow__step span {
    display: block;
    font-size: 4.8vw;
    margin-top: 8vw;
  }
  .testPR .flow__step:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
  .testPR .flow__step:not(:last-of-type):after {
    display: none;
  }
  .testPR .flow__step:not(:last-of-type):before {
    position: absolute;
    bottom: -7.4666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    display: inline-block;
    border-top: 2.1333333333vw solid #d9dadb;
    border-right: 2.1333333333vw solid transparent;
    border-bottom: 2.1333333333vw solid transparent;
    border-left: 2.1333333333vw solid transparent;
  }
  .testPR .flow__notes {
    width: auto;
    margin: 0 auto;
    font-size: 12px;
    padding: 0;
  }
  .testPR .flow__notes span {
    font-size: 12px;
    color: #FFFFFF;
  }
  .testPR .flow__notes:not(:first-of-type) {
    margin-bottom: 0px;
  }
  .testPR .flow .faq__block {
    padding: 0;
  }
  .testPR .flow.bgorange h2 {
    margin-bottom: 30px;
  }
  .testPR .flow.bgorange h2 span {
    font-size: 24px;
  }
  .testPR .flow.bgorange h2 span::before {
    bottom: -10px;
    height: 2px;
  }
  .testPR .flow.bgorange .sec__txt {
    width: auto;
    margin: 12px auto 30px;
    color: #262626;
  }
  .testPR .flow.bgorange .flow__notes span {
    color: #262626;
  }
  .testPR .attention {
    font-size: 12px;
    padding: 11.666667vw 0 5vw;
  }
  .testPR .attention .sec__heading {
    width: 26.1333333333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.66666vw;
    position: relative;
  }
  .testPR .attention .sec__heading span {
    position: absolute;
    top: -83%;
    font-size: 20px;
    left: 18%;
    font-weight: bold;
  }
  .testPR .attention__block {
    width: auto;
    max-width: 100%;
  }
  .testPR .attention__block:not(:first-of-type) {
    padding-top: 5.3333333333vw;
    margin-top: 0;
  }
  .testPR .attention__caption {
    font-size: 4.2666666667vw;
    margin-top: 0px;
    margin-bottom: 4vw;
  }
  .testPR .attention__title {
    font-weight: bold !important;
    letter-spacing: 0.04em;
  }
  .testPR .attention__title1 {
    margin-top: 27px;
  }
  .testPR .attention__title2 {
    margin-top: 10px;
  }
  .testPR .attention__title4 {
    margin-top: 7px;
  }
  .testPR .attention__title5 {
    margin-top: 23px;
  }
  .testPR .attention__title6 {
    margin-top: 30px;
  }
  .testPR .attention__list {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
  }
  .testPR .attention__case {
    padding-left: 0;
    margin-top: 8vw;
    margin-bottom: 2.1333333333vw;
  }
  .testPR .attention__item {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
  }
  .testPR .attention__item:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .testPR .attention__item:before {
    content: "・";
    position: absolute;
    left: -5.3333333333vw;
    top: 0;
  }
  .testPR .attention__item a {
    position: relative;
    color: #0066be;
    text-decoration: underline;
  }
  .testPR .attention__item a.anotherWindow:after {
    content: "";
    display: inline-block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-image: url(/hikari/renewal/common/images/icon-another-window-gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 0.5333333333vw;
    margin: 0 0.8vw;
  }
  .testPR .attention--sb .sec__inner {
    border-top: none;
  }
  .testPR .attention--sb .precautions__item:not(:first-of-type) {
    margin-top: 1em;
  }
  .testPR .attention--howtoApply {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 0;
  }
  .testPR .attention--howtoApply .sec__inner {
    padding-top: 0;
    border-top: none;
  }
  .testPR .attention--howtoApply .sec__content {
    padding-top: 9.3333333333vw;
    border-top: 1px solid #e5e5e5;
  }
  .testPR .attention__pickup {
    padding-left: 0;
  }
  .testPR .attention__pickupTxt {
    text-align: left;
    background-color: #fafafa;
    padding: 5.3333333333vw 4.2666666667vw;
    margin: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
  .testPR .attention__pickupTxt a {
    display: inline-block;
    text-decoration: underline;
    color: #0066be;
  }
  .testPR .attention__pdf {
    position: relative;
  }
  .testPR .attention__pdf:before {
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    background-image: url("/hikari/renewal/common/images/icon-pdf.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.8vw;
  }
  .testPR .attention .c-table {
    width: 100%;
  }
  .testPR .attention .c-table th {
    padding: 2.6666666667vw 2.1333333333vw;
  }
  .testPR .attention .c-notes {
    font-size: 12px;
  }
  .testPR .attention__txt {
    padding-left: 5.3333333333vw;
  }
  .testPR .attention .sec__inner ul.attention-list li {
    padding: 0 24px;
  }
  .testPR .attention.plan2024 {
    padding: 9.3333333333vw 0 6vw;
  }
  .testPR .attention.plan2024 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .testPR .attention.plan2024 h2::before {
    height: 2px;
  }
  .testPR .contact__tel {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .testPR .cvArea.bgorange {
    background-color: #F7AA00;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    height: 500px;
    color: #fff;
    position: relative;
    width: auto;
    margin: auto;
    padding: 9.3333333333vw 6.4vw;
  }
  .testPR .cvArea.bgorange h2 {
    font-size: 24px;
  }
  .testPR .cvArea.bgorange h2::before {
    height: 2px;
  }
  .testPR .cvArea.bgorange .sec__txt {
    width: auto;
    margin: 12px auto 30px;
    color: #262626;
  }
  .testPR .cvArea.bgorange .sec__content {
    width: 100%;
    margin: 0 auto;
  }
  .testPR .cvArea.bgorange h3 {
    height: 100%;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
    background-color: transparent;
    background-image: url("/formansion/agency/images/ribbonl_bg.png"), url("/formansion/agency/images/ribbonr_bg.png");
    background-position: center left, center right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .testPR .cvArea.bgorange h3 span {
    display: inline-block;
    background: #FFF681;
    padding: 6px;
  }
  .testPR .cvArea.bgorange h3::before {
    border-width: 0px;
  }
  .testPR .cvArea.bgorange h3::after {
    border-width: 0px;
  }
  .testPR .cvArea.bgorange h4 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    background-color: #EC3024;
  }
  .testPR .cvArea.bgorange .benefits__contBox {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .testPR .cvArea.bgorange .benefits__contBox .apply__btn {
    max-width: 520px;
  }
  .testPR .cvArea.bgorange .benefits__contBox .apply__btn--pink {
    width: 100% !important;
    background-color: #EC3024 !important;
    box-shadow: 0 5px 0 #9F0030 !important;
  }
  .testPR .cvArea.bgorange .benefits__cont {
    width: auto;
    background-color: transparent;
    padding: 0;
  }
  .testPR .cvArea.bgorange .benefits__cont li:first-of-type img {
    width: 100%;
  }
  .testPR .cvArea.bgorange .benefits__cont li:last-of-type {
    padding-top: 20px;
  }
  .testPR .cvArea.bgorange .benefits__cont li:last-of-type::before {
    height: 1px;
    top: -1%;
  }
  .testPR .cvArea.bgorange .benefits__notes {
    width: 100%;
    margin: 0 auto 5px;
  }
  .testPR .cvArea.bgorange .benefits .feature__attention02 dl dt {
    font-weight: bold;
  }
  .testPR .cvArea.bgorange.type2 {
    height: 380px;
  }
  .testPR .icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 0.8vw;
    border-style: solid;
    border-radius: 50%;
  }
  .testPR .icon--default {
    right: 5.3333333333vw;
    border-color: #424242;
  }
  .testPR .icon--default .icon-mark:before, .testPR .icon--default .icon-mark:after {
    background-color: #424242;
  }
  .testPR .icon--blue {
    right: 0vw;
    border-color: transparent;
  }
  .testPR .icon--blue .icon-mark:before, .testPR .icon--blue .icon-mark:after {
    background-color: #333;
  }
  .testPR .icon-mark {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .testPR .icon-mark:before, .testPR .icon-mark:after {
    content: "";
    display: inline-block;
    width: 4.8vw;
    height: 0.2666666667vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.1s;
  }
  .testPR .icon-mark:before {
    transform: translate(-50%, -50%);
  }
  .testPR .icon-mark:after {
    top: 1.8666666667vw;
    left: -0.5333333333vw;
    transform: rotate(90deg);
  }
  .testPR .js-open .icon-mark:after {
    transform: rotate(0deg) !important;
  }
  .testPR .footerBtnArea {
    transition: all 0.8s;
    position: fixed;
    bottom: -29.3333333333vw;
    left: 0;
    width: 100%;
    background-color: #cbbdae;
    text-align: center;
    padding: 5.3333333333vw 0;
  }
  .testPR .footerBtnArea .apply__btn {
    width: 92vw;
    background-color: #df1540;
    border-radius: 0.8vw;
  }
  .testPR .footerBtnArea .apply__btn--white {
    width: 100vw;
    background-color: #FFFFFF !important;
    box-shadow: 0 10px 0 #005A4E !important;
    padding: 22px 0;
    margin: 20px auto 0px !important;
    color: #008674 !important;
    font-size: 20px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
  }
  .testPR .footerBtnArea.js-fixed {
    bottom: 0;
  }
  .sim__notesPlanSummery {
    font-size: 3.7333333333vw;
  }
  .cvArea {
    padding: 30px 0px;
    margin-bottom: 0;
  }
  .cvArea__cont {
    flex-direction: column;
    position: inherit;
    transform: translate(0, 0);
    padding: 25px 28.8px 28px 24.7px;
    margin-top: 2.6666666667vw;
  }
  .cvArea .sec__heading {
    margin-bottom: 0px;
  }
  .cvArea__sim {
    text-align: center;
    font-size: 14px;
    margin: 2.6666666667vw 0 4.2666666667vw;
  }
  .cvArea__sim a {
    color: #fff;
  }
  .contact {
    padding: 30px 0 100px;
  }
}
#top-applyNotes {
  text-align: center;
  top: 145px;
}

body.sideOpen .commonFooter {
  padding-left: 0 !important;
}

@media screen and (max-width: 560px) {
  #top-applyNotes {
    top: 4.8rem;
  }
}

/*# sourceMappingURL=styles.css.map */
