@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/images/kv-bgGreen_pc.png");
	background-position: bottom center;
	background-size: cover;
	text-align: center;
	padding: 50px 0 40px;
}

.testPR .mainArea__comment {
	display: block;
	margin: 50px 0 32px;
}

.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 {
	width: 900px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 24px 24px 38px;
	position: relative;
	margin-bottom: 20px;
}

.testPR .mainArea__box--pink {
	background-color: #FFEEF3;
}

.testPR .mainArea__box--blue {
	background-color: #E6F0FF;
}

.testPR .mainArea__box--white {
	background-color: #FFFFFF;
	position: relative;
}

.testPR .mainArea__box--left {
	margin-left: 40px;
}

.testPR .mainArea__or {
	position: absolute;
	z-index: 2;
	top: 56%;
}

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

.testPR .mainArea__nyaro-left {
	position: absolute;
	z-index: 2;
	bottom: -0.3%;
	left: 5%;
}

.testPR .mainArea__nyaro-right {
	position: absolute;
	z-index: 2;
	bottom: -0.3%;
	right: 5%;
}

.testPR .mainArea__btn {
	margin: 15px auto 0px !important;
}

.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: 380px !important;
	background-color: #E81051 !important;
	box-shadow: 0 10px 0 #9F0030 !important;
	padding: 13px 0 !important;
	margin: 20px auto 0px;
	font-size: 29px !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;
}

.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 {
	margin-top: 40px;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
}

.testPR .apply__notes a {
	color: #0066BE;
}

.testPR .apply--main {
	margin-top: 30px;
}

.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 {
	margin-top: 40px;
	background-color: #008674;
	padding: 78px 0 25px;
}

.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__attention {
	margin: 10px 0 33px;
}

.testPR .benefits__item {
	padding: 50px 50px 0;
	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 {
	margin-top: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testPR .benefits__cont li {
	width: 960px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.testPR .benefits__or {
	position: absolute;
	top: 9%;
}

.testPR .plan {
	margin-top: 80px;
}

.testPR .plan .sec__txt {
	width: 585px;
	margin: 12px auto 24px;
	text-align: center;
}

.testPR .plan__box {
	padding: 70px 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;
}

.testPR .plan__caption--1 {
	margin-left: 75px;
}

.testPR .plan__caption--2 {
	margin-left: 30px;
}

.testPR .plan__image {
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
}

.testPR .plan__icon {
	position: absolute;
	bottom: 20px;
	left: 5px;
}

.testPR .plan ul.plan-table_area {
	padding: 70px 100px 57px;
}

.testPR .plan ul.plan-table_area li {
	padding: 5px;
	border-radius: 12px;
}

.testPR .plan ul.plan-table_area li h3 {
	position: relative;
	font-size: 18px;
	text-align: left;
	line-height: 1;
	background-color: #c1c1c1;
	color: #2b2b2b;
	font-weight: bold;
	padding: 20px 42px;
}

.testPR .plan ul.plan-table_area li td {
	width: auto;
	padding: 8px;
	font-weight: bold;
}

.testPR .plan ul.plan-table_area li td:first-of-type {
	border-bottom: #bfbfbf 1px solid;
}

.testPR .plan ul.plan-table_area li td div {
	padding: 0;
	color: #e81051;
	text-align: center;
	vertical-align: middle;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.3;
}

.testPR .plan ul.plan-table_area li td dl {
	display: flex;
	justify-content: space-between;
}

.testPR .plan ul.plan-table_area li td dl dd span {
	display: block;
	font-size: 12px;
}

.testPR .plan ul.plan-table_area li .table-area {
	display: flex;
	background-color: #ffffff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 20px 0;
}

.testPR .plan ul.plan-table_area li .table-block {
	width: 288px;
	border-left: #bfbfbf 1px dotted;
}

.testPR .plan ul.plan-table_area li .table-block th {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-right: #bfbfbf 1px dotted;
	border-bottom: #bfbfbf 1px solid;
}

.testPR .plan ul.plan-table_area li .table-block td {
	padding: 8px 4px;
}

.testPR .plan ul.plan-table_area li .table-block:last-of-type th {
	border-bottom: none;
}

.testPR .plan ul.plan-table_area li .table-block:first-of-type {
	width: 384px;
	border-left: none;
}

.testPR .plan ul.plan-table_area li .table-block:first-of-type tr:first-of-type th {
	display: table-cell !important;
	padding: 0;
}

.testPR .plan ul.plan-table_area li .table-block:first-of-type td {
	width: 288px;
}

.testPR .plan ul.plan-table_area li .table-block table {
	width: 100%;
}

.testPR .plan ul.plan-table_area li .table-block table tr:last-of-type {
	background-color: #ffffe5;
}

.testPR .plan ul.plan-table_area li .table-block table tr:last-of-type th {
	background-color: #ffffff;
	border-bottom: none;
}

.testPR .plan ul.plan-table_area li .table-block table tr:last-of-type td {
	padding: 20px 8px 8px;
	border-bottom: none;
}

.testPR .plan ul.plan-table_area li.plan01 .table-block:first-of-type {
	width: 384px;
}

.testPR .plan ul.plan-table_area li.plan01 .table-block:first-of-type tr:last-of-type td {
	position: relative;
	width: 288px;
}

.testPR .plan ul.plan-table_area li.plan01 .table-block td {
	width: 288px;
}

.testPR .plan ul.plan-table_area li.plan01 h3::before {
	position: absolute;
	content: "";
	width: 106px;
	height: 128px;
	top: -85px;
	left: 0;
	background-image: url("/hikari/agency/images/icon_recommend_red.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.testPR .plan ul.plan-table_area li.plan02_3column {
	margin: 0;
}

.testPR .plan ul.plan-table_area li.plan02_3column h3::before {
	background-image: none;
}

.testPR .plan ul.plan-table_area li .first-manth_free {
	position: relative;
}

.testPR .plan ul.plan-table_area li .first-manth_free::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 .plan ul.plan-table_area li .period {
	background-color: #262626;
	padding: 5px 0;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	clip-path: unset;
}

.testPR .plan ul.plan-table_area li .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 .plan ul.plan-table_area li .paymentamount01 span {
	font-size: 18px;
}

.testPR .plan ul.plan-table_area li .paymentamount02 {
	background-color: #ffffff;
	border: #e81051 3px solid;
	position: relative;
	margin: 0px 20px 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;
	white-space: nowrap;
}

.testPR .plan ul.plan-table_area li .paymentamount02:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 65px;
	top: -2px;
	right: -25px;
	background-image: url(/hikari/agency/images/bg-allow-border.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.testPR .plan ul.plan-table_area li .paymentamount02 span {
	font-size: 18px;
}

.testPR .plan ul.plan-table_area li .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__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;
}

.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 .c-notes {
	font-size: 16px;
}

.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;
}

.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: #FFFFFF;
	margin-top: 10px;
	padding: 30px 0;
}

.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 .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__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: #2b2b2b;
}

.testPR .attention__txt {
	padding-left: 40px;
}

.testPR .contact {
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 420px 0 100px;
}

.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;
	position: relative;
}

.testPR .contact__company {
	padding-top: 15px;
}

.testPR .contact__tel {
	font-size: 40px;
	margin-bottom: 20px;
}

.testPR .contact__logo {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right: 5%;
}

.testPR .contact__logo img:nth-child(2) {
	margin-top: 10px;
}

.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;
}

.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 {
	width: 960px;
	margin: 10px;
	padding: 50px 50px 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #008674;
}

.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/images/kv-bgGreen_sp.png");
		background-position: bottom center;
		background-size: cover;
		text-align: center;
		padding: 4.8vw 7.2vw 6.9333333333vw;
	}

	.testPR .mainArea__comment {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0 0 7.4666666667vw 0;
	}

	.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 .mainArea__feature {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.testPR .mainArea__box {
		width: 100%;
		padding: 2.9333333333vw 3.7333333333vw 6.6666666667vw;
		margin-bottom: 13.6vw;
	}

	.testPR .mainArea__box--left {
		margin: 55px 0px 24px;
	}

	.testPR .mainArea__or {
		top: 42.5%;
		right: 22%;
	}

	.testPR .mainArea__nyaro-left {
		bottom: -24%;
		left: 50%;
		transform: translateX(-50%);
	}

	.testPR .mainArea__btn {
		margin: 0 auto !important;
	}

	.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__btn--pink {
		width: 100% !important;
		font-size: 4.2666666667vw !important;
	}

	.testPR .apply__notes {
		margin: 6vw;
		font-size: 12px;
		padding: 0 4.2666666667vw;
		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: 20px;
	}

	.testPR .sec__inner {
		width: auto;
		margin: auto;
		padding: 0 4.6666666667vw;
	}

	.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__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: 10px 0 22px !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;
		margin-top: 6.6666666667vw;
	}

	.testPR .benefits__cont li {
		width: 100%;
	}

	.testPR .benefits__cont li img {
		margin-bottom: 8vw;
	}

	.testPR .benefits__item {
		padding: 8vw 8vw 13.3333333333vw;
	}

	.testPR .benefits__or {
		top: 47%;
	}

	.testPR .plan {
		margin-top: 0;
		padding: 8.333333vw 0 4.6666666667vw;
	}

	.testPR .plan .sec__heading {
		width: 49.3333333333vw;
		margin: 0 auto;
	}

	.testPR .plan .sec__txt {
		margin: 4px auto 33px;
	}

	.testPR .plan__box {
		background-color: #fff;
		padding: 9.3333333333vw 0 6vw;
		margin-bottom: 4vw;
	}

	.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);
	}

	.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;
	}

	.testPR .plan ul.plan-table_area {
		padding: 9.3333333333vw 0 6vw;
	}

	.testPR .plan ul.plan-table_area li 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 ul.plan-table_area li.plan01 h3::before {
		width: 86px;
		height: 96px;
		top: -60px;
		left: 0;
		right: 63%;
		margin: 0 auto;
	}

	.testPR .plan ul.plan-table_area li.plan01 .table-block:first-of-type {
		width: 100%;
	}

	.testPR .plan ul.plan-table_area li.plan01 .table-block td {
		width: 70%;
	}

	.testPR .plan ul.plan-table_area li .paymentamount02:after {
		width: 20px;
		height: 52px;
		top: -3px;
		right: -20px;
	}

	.testPR .plan ul.plan-table_area li .table-area {
		display: block;
		padding: 0;
		border-radius: 0;
	}

	.testPR .plan ul.plan-table_area li .table-block {
		width: 100%;
		border-left: none;
	}

	.testPR .plan ul.plan-table_area li .table-block:first-of-type {
		width: 100%;
	}

	.testPR .plan ul.plan-table_area li .table-block:first-of-type td {
		width: 70%;
	}

	.testPR .plan ul.plan-table_area li .table-block:first-of-type tr:first-of-type th {
		display: none !important;
	}

	.testPR .plan ul.plan-table_area li .table-block:first-of-type tr:first-of-type th.pc-block {
		display: none;
	}

	.testPR .plan ul.plan-table_area li .table-block:last-of-type {
		border-right: none;
		border-bottom: none;
	}

	.testPR .plan ul.plan-table_area li .table-block table {
		border-top: #bfbfbf 1px solid;
		margin-bottom: 10px;
	}

	.testPR .plan ul.plan-table_area li .table-block th {
		padding: 10px;
		font-size: 14px;
		line-height: 1.8;
		border-right: none;
	}

	.testPR .plan ul.plan-table_area li .table-block th.sp-block {
		display: table-cell !important;
	}

	.testPR .plan ul.plan-table_area li .table-block:last-of-type th {
		border-bottom: #bfbfbf 1px solid;
	}

	.testPR .plan ul.plan-table_area li td {
		width: 70%;
		vertical-align: middle;
		border-left: #e6e6e6 1px dotted;
	}

	.testPR .plan ul.plan-table_area li td div {
		font-size: 36px;
		width: auto;
		min-width: 0;
	}

	.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__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 .benefits2 {
		background-color: #FFFFFF;
		margin: 0;
		padding: 8.333333vw 0 10vw;
	}

	.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 3.66667vw;
		font-size: 12px;
		padding: 0;
	}

	.testPR .flow__notes span {
		font-size: 12px;
		color: #FFFFFF;
	}

	.testPR .flow .faq__block {
		padding: 0;
	}

	.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 .contact {
		padding: 50px 0 100px;
	}

	.testPR .contact__tel {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.testPR .contact__box {
		position: inherit;
	}

	.testPR .contact__logo {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: inherit;
	}

	.testPR .contact__logo img:nth-child(2) {
		margin: 10px 0;
	}

	.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: 30px 0px;
	}

	.cvArea__cont {
		flex-direction: column;
		position: inherit;
		transform: translate(0, 0);
	}

	.cvArea__cont li {
		width: 100%;
		padding: 20px 30px 50px;
	}

	.cvArea__cont li img {
		margin-bottom: 20px;
	}

	.cvArea .sec__heading {
		margin-bottom: 0px;
	}

	.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;
	}
}