@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 .mainArea {
  background-image: url("/hikari/agency/g10t/images/kv-bg_pc.png");
  background-position: bottom center;
  background-size: cover;
  text-align: center;
  padding: 50px 0 80px;
}
.testPR .mainArea__comment {
  display: block;
  margin-bottom: 30px;
}
.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__block {
  width: 960px;
  margin: 0 auto;
  padding: 23.7px 0 37.2px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.testPR .mainArea__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 64%;
  margin: auto;
}
.testPR .mainArea__box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 10px;
  padding: 24px;
  position: relative;
}
.testPR .mainArea__box--pink {
  background-color: #FFEEF3;
}
.testPR .mainArea__box--blue {
  background-color: #E6F0FF;
}
.testPR .mainArea__box--white {
  background-color: #ffffff;
}
.testPR .mainArea__or {
  position: absolute;
  z-index: 2;
  top: 40%;
}
.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: 259px !important;
  background-color: #E81051 !important;
  box-shadow: 0 5px 0 #9F0030 !important;
  padding: 12px 0 !important;
  margin: 20px auto 5px !important;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
}
.testPR .apply__btn--blue {
  width: 259px !important;
  background-color: #2848CE !important;
  box-shadow: 0 5px 0 #231B93 !important;
  padding: 12px 0 !important;
  margin: 20px auto 5px !important;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
}
.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 5px 0 #005A4E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.testPR .apply__btn:hover.js-shine:before, .testPR .apply__btn:active.js-shine:before {
  animation: shine 0.85s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  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);
  -webkit-animation: shine 0.85s;
}
.testPR .apply__btn--white {
  background-color: #FFFFFF;
  color: #008674;
}
.testPR .apply__notes {
  margin-top: 40px;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.testPR .apply__notes a {
  color: #0066BE;
}
.testPR .apply--main {
  margin: 42px 0 55px;
}
.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: #002F57;
  padding: 100px 0;
}
.testPR .benefits .sec__txt {
  width: 585px;
  margin: 12px auto 24px;
  text-align: center;
  color: #FFFFFF;
}
.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;
}
.testPR .benefits__notes span {
  color: #FFFFFF;
}
.testPR .benefits__box {
  width: 960px;
  background-color: #FFEEF3;
  margin: 0 auto;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  margin-top: 30px;
  padding: 25px;
}
.testPR .benefits__box ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.testPR .benefits__box ul li {
  position: relative;
}
.testPR .benefits__box ul li:nth-of-type(1)::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #999999;
  width: 1px;
  height: 154px;
  right: -14%;
  top: -13%;
}
.testPR .benefits__box ul li:nth-of-type(2) {
  position: relative;
}
.testPR .benefits__box ul li:nth-of-type(2)::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #999999;
  width: 1px;
  height: 154px;
  right: -14%;
  top: -13%;
}
.testPR .benefits__boxBlue {
  background-color: #E6F0FF;
}
.testPR .benefits .cb5000 {
  margin: 10px auto 0;
  width: 960px;
  background-color: #FFDF2E;
  text-align: center;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
}
.testPR .benefits__attention {
  margin-top: 60px;
}
.testPR .benefits__item {
  padding: 24px;
  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;
}
.testPR .benefits__or {
  position: absolute;
  top: 9%;
}
.testPR .plan {
  margin-top: 100px;
}
.testPR .plan .sec__txt {
  width: 585px;
  margin: 12px auto 0px;
  text-align: center;
}
.testPR .plan__box {
  padding: 47px 100px 100px;
}
.testPR .plan__about:not(:last-of-type) {
  margin-bottom: 80px;
}
.testPR .plan__caption {
  position: relative;
  background-color: #002F57;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0 20px 35px;
  color: #ffffff;
  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 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  border: 1px solid #BFBFBF;
  padding: 20px 24px 24px;
}
.testPR .plan__icon {
  position: absolute;
  bottom: 20px;
  left: 5px;
}
.testPR .feature {
  background-color: #002F57;
  padding: 100px 0;
}
.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__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 {
  padding: 96px 0 0;
  margin-bottom: 60px;
}
.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: 80px;
}
.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;
  padding: 34px;
}
.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;
}
.testPR .feature__summery {
  font-size: 18px;
}
.testPR .feature__summery > p:not(:first-of-type) {
  margin-top: 0px;
}
.testPR .feature__summery p:nth-child(2) {
  margin-top: 10px;
}
.testPR .feature__summery .c-notes {
  font-size: 16px;
}
.testPR .feature__list {
  margin-top: 30px;
}
.testPR .feature__list li:nth-of-type(2) .noneContent {
  padding-left: 0 !important;
}
.testPR .feature__list li:nth-of-type(2) .noneContent::before {
  content: none !important;
}
.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;
}
.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: 27%;
}
.testPR .feature__table--monthly td:nth-child(2) {
  width: 28%;
}
.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 .benefits2 {
  background-color: #002F57;
}
.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: #ffffff;
}
.testPR .flow {
  padding: 100px 0;
  background-color: #ffffff;
}
.testPR .flow__box {
  text-align: center;
  margin-top: 38px;
}
.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;
}
.testPR .flow__notes span {
  color: #757575;
}
.testPR .flow__notes:not(:first-of-type) {
  margin-bottom: 30px;
}
.testPR .attention {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 100px;
}
.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__caption {
  font-size: 18px;
  font-weight: bold;
  margin-top: 57px;
}
.testPR .attention__list {
  padding-left: 40px;
}
.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: #FFFFFF;
}
.testPR .attention__txt {
  padding-left: 40px;
}
.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: #002F57;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 100px 0 300px;
  color: #fff;
  position: relative;
  margin-bottom: 300px;
}
.cvArea .sec__txt {
  width: 585px;
  margin: 12px auto 24px;
  text-align: center;
  color: #FFFFFF;
}
.cvArea .sec__txt a {
  color: #fff;
}
.cvArea__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, 0);
}
.cvArea__item {
  margin: 10px;
  padding: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #002F57;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.cvArea__txt {
  position: absolute;
  background-color: #ffffff;
  width: 960px;
  padding: 40px 0 50px;
  text-align: center;
  left: 50%;
  top: 50%;
  border: 2px solid #002F57;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
}

.contact {
  padding: 150px 0 55px;
}

@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/g10t/images/kv-bg_sp.png");
    background-position: top;
    background-size: cover;
    text-align: center;
    padding: 5.3333333333vw 6.4vw 6.4vw;
    min-height: 110.4vw;
  }
  .testPR .mainArea__comment {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 4vw 0 10.6666666667vw;
  }
  .testPR .mainArea__block {
    width: 100%;
    padding: 9.3333333333vw 4vw;
  }
  .testPR .mainArea__block2 {
    padding: 6.6666666667vw 4vw;
  }
  .testPR .mainArea__title {
    margin: 20px auto 25px;
  }
  .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 .mainArea__btns {
    position: relative !important;
  }
  .testPR .mainArea__btn {
    position: absolute !important;
    top: 0 !important;
    margin: auto !important;
    right: 0 !important;
    left: 0 !important;
  }
  .testPR .mainArea__btn--01 {
    top: 31% !important;
  }
  .testPR .mainArea__btn--02 {
    top: 83% !important;
  }
  .testPR .mainArea__txtSp {
    margin: 10px 0;
  }
  .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 {
    margin: 3.2vw 6.4vw;
    font-size: 12px;
    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: 0 auto;
  }
  .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 {
    padding: 8.5333333333vw 0 6.4vw;
  }
  .testPR .benefits .sec__heading {
    width: 61.3333333333vw;
    margin: 0 auto;
  }
  .testPR .benefits .sec__txt {
    width: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .testPR .benefits__item {
    padding: 10px 15px 20px !important;
    margin: 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__box {
    width: 100%;
    background-color: #FFEEF3;
    margin: 0 auto;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    margin-top: 30px;
    padding: 4.5333333333vw 10.6666666667vw 2.4vw;
  }
  .testPR .benefits__box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .testPR .benefits__box ul li {
    position: relative;
  }
  .testPR .benefits__box ul li:nth-of-type(1)::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #999999;
    width: 290px;
    height: 1px;
    transform: translateX(-50%);
    top: 93%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .testPR .benefits__box ul li:nth-of-type(2) {
    position: relative;
  }
  .testPR .benefits__box ul li:nth-of-type(2)::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #999999;
    width: 295px;
    height: 1px;
    transform: translateX(-50%);
    top: 93%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .testPR .benefits__boxBlue {
    background-color: #E6F0FF;
  }
  .testPR .benefits .cb5000 {
    width: 100%;
    padding: 1.6vw 8vw;
  }
  .testPR .benefits__attention {
    margin: 4.2666666667vw 0 0 !important;
  }
  .testPR .benefits__notes {
    width: auto;
    font-size: 3.7333333333vw;
    padding: 0;
    font-size: 12px;
  }
  .testPR .benefits__notes span {
    line-height: 1.5;
  }
  .testPR .benefits .faq__block {
    padding: 0;
  }
  .testPR .benefits__cont {
    flex-direction: column;
  }
  .testPR .benefits__cont :nth-child(2) {
    margin-top: 10px;
  }
  .testPR .benefits__or {
    top: 47%;
  }
  .testPR .benefits .apply__btn--pink {
    margin: 3px auto 0px !important;
  }
  .testPR .benefits .apply__btn--blue {
    margin: 3px auto 0px !important;
  }
  .testPR .plan {
    margin-top: 0;
    padding: 8.5333333333vw 0 0;
  }
  .testPR .plan .sec__heading {
    width: 49.3333333333vw;
    margin: 0 auto;
  }
  .testPR .plan .sec__txt {
    margin: 1.0666666667vw auto 4.2666666667vw;
  }
  .testPR .plan__box {
    background-color: #fff;
    padding: 9.3333333333vw 0 0vw;
    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;
    margin-bottom: 1.26677vw;
    text-align: center;
    padding: 10px;
    margin-left: calc(50% - 50vw);
    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__caption:nth-child(1) {
    margin-top: 10px;
  }
  .testPR .plan__caption span {
    margin-left: 0px;
  }
  .testPR .plan__icon {
    bottom: 5px;
    left: 30px;
  }
  .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 {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    border: none;
    padding: 3.2vw 0 6.4vw;
  }
  .testPR .feature {
    padding: 8.5333333333vw 0 6.4vw;
  }
  .testPR .feature .sec__heading {
    width: 88vw;
    margin: 0 auto;
  }
  .testPR .feature__block {
    padding: 0px;
  }
  .testPR .feature__block:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .testPR .feature__box {
    margin-bottom: 0;
    padding: 50px 0 0;
  }
  .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: center;
  }
  .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__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--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__list li:nth-of-type(2) .noneContent {
    padding-left: 0 !important;
    display: inline;
  }
  .testPR .feature__list li:nth-of-type(2) .noneContent::before {
    content: none !important;
  }
  .testPR .feature__tag2 {
    margin-left: 0;
  }
  .testPR .feature__area {
    font-size: 14px;
  }
  .testPR .benefits2 {
    background-color: #002F57;
    margin: 0;
    padding: 8.5333333333vw 0 6.4vw;
  }
  .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: #FFFFFF;
  }
  .testPR .flow {
    padding: 8vw 0 6.4vw;
  }
  .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;
  }
  .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;
    font-size: 12px;
    padding: 0;
  }
  .testPR .flow__notes span {
    font-size: 12px;
    color: #757575;
  }
  .testPR .flow .faq__block {
    padding: 0;
  }
  .testPR .attention {
    font-size: 12px;
    padding: 7.2vw 0 6.6666666667vw;
  }
  .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 .contact__tel {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .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.js-fixed {
    bottom: 0;
  }
  .sim__notesPlanSummery {
    font-size: 3.7333333333vw;
  }
  .cvArea {
    padding: 8.5333333333vw 0 13.3333333333vw;
    margin-bottom: 0px;
  }
  .cvArea__cont {
    flex-direction: column;
    position: inherit;
    transform: translate(0, 0);
  }
  .cvArea .sec__heading {
    margin-bottom: 0px;
  }
  .cvArea .sec__txt {
    margin: 2.6666666667vw 0 4.2666666667vw;
  }
  .cvArea__item {
    margin: 0;
  }
  .cvArea__txt {
    background-color: #ffffff;
    padding: 6.6666666667vw 6.6666666667vw 7.4666666667vw;
    margin-top: 11.2vw;
    width: 100%;
    position: relative;
  }
  .contact {
    padding: 30px 0 10px;
  }
}
#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;
  }
}