@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

@-webkit-keyframes arrow {
	50% {
		right: 30px;
	}

	100% {
		right: 20px;
	}
}

@keyframes arrow {
	50% {
		right: 30px;
	}

	100% {
		right: 20px;
	}
}

.detail__item p {
	margin: 1em 0;
}

.c-btn {
	display: block;
	width: 234px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
}

@media screen and (max-width: 959px) {
	.c-btn {
		margin: auto !important;
		width: 24.4004171011vw;
	}
}

@media screen and (max-width: 559px) {
	.c-btn {
		width: 62.4vw;
	}
}

.c-btn-max {
	width: 100%;
}

.c-btn-w200 {
	width: 200px;
}

@media screen and (max-width: 959px) {
	.c-btn-w200 {
		width: 20.8550573514vw;
	}
}

@media screen and (max-width: 559px) {
	.c-btn-w200 {
		width: 53.3333333333vw;
	}
}

.c-btn-w267 {
	width: 267px;
}

@media screen and (max-width: 959px) {
	.c-btn-w267 {
		width: 27.8415015641vw;
	}
}

@media screen and (max-width: 559px) {
	.c-btn-w267 {
		width: 71.2vw;
	}
}

.c-btn-w370 {
	width: 370px;
}

@media screen and (max-width: 959px) {
	.c-btn-w370 {
		width: 38.5818561001vw;
	}
}

@media screen and (max-width: 559px) {
	.c-btn-w370 {
		width: 98.6666666667vw;
		max-width: 100%;
	}
}

.c-btn--default {
	background-color: #262626;
	padding: 15px 0 !important;
	color: #fff !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
	.c-btn--default {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--default {
		padding: 3.2vw 0 !important;
	}
}

.c-btn--default:hover,
.c-btn--default:active {
	opacity: 1 !important;
	-webkit-box-shadow: 0px 2px 4px 0px #666;
	box-shadow: 0px 2px 4px 0px #666;
}

.c-btn--pale {
	background-color: #e5e5e5;
	padding: 15px 0 !important;
	color: #262626 !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
	.c-btn--pale {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--pale {
		padding: 3.2vw 0 !important;
	}
}

.c-btn--pale:hover,
.c-btn--pale:active {
	opacity: 1 !important;
	-webkit-box-shadow: 0px 3px 6px 0px #666;
	box-shadow: 0px 3px 6px 0px #666;
}

.c-btn--search {
	background-color: #ffdc19;
	padding: 15px 0 !important;
	color: #262626 !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: bold;
}

@media screen and (max-width: 959px) {
	.c-btn--search {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--search {
		padding: 3.2vw 0 !important;
	}
}

.c-btn--search:hover,
.c-btn--search:active {
	opacity: 1 !important;
	-webkit-box-shadow: 0px 2px 4px 0px #999;
	box-shadow: 0px 2px 4px 0px #999;
}

.c-btn--apply {
	background-color: #f98e1b;
	padding: 15px 0 !important;
	color: #fff !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
	.c-btn--apply {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--apply {
		padding: 3.2vw 0 !important;
	}
}

.c-btn--apply:hover,
.c-btn--apply:active {
	opacity: 1 !important;
	-webkit-box-shadow: 0px 2px 4px 0px #666;
	box-shadow: 0px 2px 4px 0px #666;
}

.c-btn--arrow {
	border: 2px solid #262626;
	padding: 15px 0 !important;
	color: #262626 !important;
	position: relative;
}

@media screen and (max-width: 959px) {
	.c-btn--arrow {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--arrow {
		padding: 3.2vw 0 !important;
	}
}

.c-btn--arrow:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	background-image: url("/hikari/renewal/common/images/icon-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.c-btn--arrow:hover:after,
.c-btn--arrow:active:after {
	position: absolute;
	-webkit-animation: arrow 0.4s;
	animation: arrow 0.4s;
}

.c-btn--defaultArrow {
	background-color: #262626;
	border: 2px solid #262626;
	padding: 15px 0 !important;
	text-decoration: none !important;
	color: #fff !important;
	position: relative;
}

@media screen and (max-width: 959px) {
	.c-btn--defaultArrow {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--defaultArrow {
		padding: 3.2vw 0 !important;
	}
}

.c-btn--defaultArrow:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	background-image: url("/hikari/renewal/common/images/icon-arrow-white2.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.c-btn--defaultArrow:hover,
.c-btn--defaultArrow:active {
	opacity: 1 !important;
}

.c-btn--defaultArrow:hover:after,
.c-btn--defaultArrow:active:after {
	position: absolute;
	-webkit-animation: arrow 0.4s;
	animation: arrow 0.4s;
}

.c-btn--turning {
	color: #262626 !important;
	padding: 15px 0 !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 2px solid #262626;
}

@media screen and (max-width: 959px) {
	.c-btn--turning {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--turning {
		padding: 3.2vw 0 !important;
	}
}

.c-btn--turning:hover,
.c-btn--turning:active {
	background-color: #262626;
	color: #fff !important;
}

.c-btn--conv {
	background-color: #d30d58;
	padding: 17px 0 !important;
	color: #fff !important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none !important;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
	.c-btn--conv {
		padding: 1.7726798749vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-btn--conv {
		padding: 3.7333333333vw 0 !important;
	}
}

.c-btn--conv:hover,
.c-btn--conv:active {
	opacity: 1 !important;
	-webkit-box-shadow: 0px 2px 4px 0px #666;
	box-shadow: 0px 2px 4px 0px #666;
}

.c-link {
	display: inline-block;
	position: relative;
	line-height: 1 !important;
	padding-left: 15px !important;
}

.c-link::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #707070;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.c-link:hover,
.c-link:active {
	text-decoration: underline !important;
}

.c-linkArrow {
	display: inline-block;
	position: relative;
	line-height: 1 !important;
	text-decoration: underline !important;
	color: #0066be;
	font-weight: bold;
	padding: 15px 0 !important;
}

@media screen and (max-width: 959px) {
	.c-linkArrow {
		padding: 1.5641293014vw 0 !important;
	}
}

@media screen and (max-width: 559px) {
	.c-linkArrow {
		padding: 3.2vw 0 !important;
	}
}

.c-linkArrow:after {
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	background-image: url("/hikari/renewal/common/images/icon-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.c-anotherWindow {
	display: inline-block;
	position: relative;
	color: #0066be;
	text-decoration: underline !important;
	padding-right: 1.5em;
}

.c-anotherWindow:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/hikari/renewal/common/images/icon-another-window-gray.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 3px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media screen and (max-width: 959px) {
	.c-anotherWindow:after {
		width: 1.6684045881vw;
		height: 1.6684045881vw;
		right: 0.3128258603vw;
	}
}

@media screen and (max-width: 559px) {
	.c-anotherWindow:after {
		font-size: 3.2vw;
		width: 4.2666666667vw;
		height: 4.2666666667vw;
		right: 0vw;
	}
}

.c-banner:hover,
.c-banner:active {
	opacity: 0.87;
}

.c-outline {
	background-color: #e2ebf0;
}

.c-item {
	background-color: #fff;
	border-radius: 16px;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 959px) {
	.c-item {
		border-radius: 1.6684045881vw;
		-webkit-box-shadow: 1.0427528676vw 1.0427528676vw 1.0427528676vw 0px rgba(0, 0, 0, 0.16);
		box-shadow: 1.0427528676vw 1.0427528676vw 1.0427528676vw 0px rgba(0, 0, 0, 0.16);
	}
}

@media screen and (max-width: 559px) {
	.c-item {
		border-radius: 4.2666666667vw;
		-webkit-box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0px rgba(0, 0, 0, 0.16);
		box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0px rgba(0, 0, 0, 0.16);
	}
}

.c-subheading {
	text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
}

.c-subheading span {
	display: inline-block;
	color: #fff;
	background-color: #cd0914;
	border-radius: 2px;
	padding: 0 4px;
	font-size: 16px;
	margin-bottom: 15px;
}

@media screen and (max-width: 959px) {
	.c-subheading {
		font-size: 2.5026068822vw;
		margin-bottom: 2.6068821689vw;
	}

	.c-subheading span {
		border-radius: 0.2085505735vw;
		padding: 0 0.417101147vw;
		font-size: 1.6684045881vw;
		margin-bottom: 1.5641293014vw;
	}
}

@media screen and (max-width: 559px) {
	.c-subheading {
		font-size: 4.8vw;
		margin-bottom: 6.6666666667vw;
		line-height: 1.3 !important;
	}

	.c-subheading span {
		border-radius: 0.5333333333vw;
		padding: 0 1.0666666667vw;
		font-size: 3.7333333333vw;
		margin-bottom: 4vw;
	}
}

.c-notice {
	padding: 30px;
	color: #757575;
}

.c-notice--modal {
	font-size: 0.8em;
	padding-bottom: 0 !important;
}

@media screen and (max-width: 959px) {
	.c-notice {
		padding: 3.1282586027vw;
	}
}

@media screen and (max-width: 559px) {
	.c-notice {
		padding: 6.6666666667vw 0;
		font-size: 3.2vw;
	}
}

.c-noticeList li {
	margin-bottom: 8px;
	color: #262626;
}

.c-noticeList li span.featured-word {
	font-weight: bold;
	color: #cd0914;
}

.c-noticeList--mark li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 0.7em;
	color: #757575;
}

.c-noticeList--mark li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.c-noticeList--mark li.mark-num:after {
	content: "1";
	position: absolute;
	left: 1.1em;
	top: 0;
}

.c-noticeList--mark li.mark-num-2:after {
	content: "2";
	position: absolute;
	left: 1.1em;
	top: 0;
}

.c-noticeList--mark li.mark-num-3:after {
	content: "3";
	position: absolute;
	left: 1.1em;
	top: 0;
}

.c-noticeList+.c-noticeList {
	margin-top: 25px;
}

@media screen and (max-width: 959px) {
	.c-noticeList li {
		margin-bottom: 0.8342022941vw;
	}

	.c-noticeList--mark li {
		position: relative;
		padding-left: 2em;
		margin-bottom: 0.7em;
		color: #757575;
	}

	.c-noticeList--mark li:before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}

	.c-noticeList+.c-noticeList {
		margin-top: 2.6068821689vw;
	}
}

@media screen and (max-width: 559px) {
	.c-noticeList li {
		margin-bottom: 1.1em;
	}

	.c-noticeList+.c-noticeList {
		margin-top: 5.3333333333vw;
	}
}

.c-text-cancel {
	font-weight: bold !important;
	text-decoration: line-through !important;
}

.c-text-notes {
	font-weight: bold !important;
	color: #fa4a4a !important;
}

.c-text-annotation {
	color: #757575;
}

.c-table {
	width: auto;
}

.c-table th,
.c-table td {
	border-collapse: collapse;
	border: 1px solid #707070;
	line-height: 1.5;
	padding: 20px 25px;
}

.c-table th {
	font-weight: bold;
	vertical-align: top;
	background: #3f3f3f;
	color: #fff;
}

.c-table th.w17 {
	width: 17%;
}

.c-table th.w19 {
	width: 19%;
}

.c-table th.w25 {
	width: 25%;
}

.c-table th.w27 {
	width: 27%;
}

.c-table th.w30 {
	width: 30%;
}

.c-table th.w34 {
	width: 34%;
}

.c-table th.w37 {
	width: 37%;
}

.c-table th.w40 {
	width: 40%;
}

.c-table th.w63 {
	width: 63%;
}

.c-table td {
	width: 380px;
	vertical-align: top;
	font-size: 16px;
}

.c-table td.txt-center {
	text-align: center;
	font-weight: bold;
}

.c-table td.txt-right {
	text-align: right;
}

.c-table td span {
	color: #707070;
	font-weight: normal;
}

.c-table td.w23 {
	width: 23%;
}

.c-table-sp {
	display: none;
}

@media screen and (max-width: 959px) {

	.c-table th,
	.c-table td {
		padding: 2.0855057351vw 2.6068821689vw;
	}

	.c-table td {
		width: 39.6246089677vw;
		font-size: 1.6684045881vw;
	}

	.c-table-pc {
		width: 100%;
	}
}

@media screen and (max-width: 559px) {
	.c-table-pc {
		display: none;
	}

	.c-table-sp {
		display: block;
		font-size: 3.2vw;
		width: 100%;
	}

	.c-table-sp:not(:first-of-type) {
		margin-top: 2.6666666667vw;
	}

	.c-table-sp.tableType-sp-col2 tr td:first-of-type {
		width: 26%;
	}

	.c-table-sp th,
	.c-table-sp td {
		border-collapse: collapse;
		border: 1px solid #eff0f1 !important;
		line-height: 1.5;
		padding: 1.0666666667vw 0 !important;
		width: 100vw;
	}

	.c-table-sp th.txt-center,
	.c-table-sp td.txt-center {
		text-align: center;
		font-weight: bold;
	}

	.c-table-sp th.txt-right,
	.c-table-sp td.txt-right {
		text-align: right;
	}

	.c-table-sp th {
		font-weight: bold;
		vertical-align: top;
		background: #eff0f1;
		color: #262626;
	}

	.c-table-sp td {
		vertical-align: top;
		font-size: 3.2vw;
		padding: 5.3333333333vw 4.2666666667vw !important;
	}

	.c-table-sp td:first-of-type {
		padding: 5.3333333333vw 2.1333333333vw !important;
	}

	.c-table-sp.tableType-sp-row2 tr:nth-of-type(odd) {
		border-bottom-style: hidden;
	}

	.c-table-sp.tableType-sp-row2 tr:nth-of-type(odd) td {
		padding-bottom: 0 !important;
	}

	.c-table-sp.tableType-sp-row3 tr:not(:nth-of-type(3)) {
		border-bottom-style: hidden;
	}

	.c-table-sp.tableType-sp-row3 tr:not(:nth-of-type(3)) td {
		padding-bottom: 0 !important;
	}

	.c-table-sp.tableType-sp-rowAll tr:not(:last-of-type) {
		border-bottom-style: hidden;
	}

	.c-table-sp.tableType-sp-rowAll tr:not(:last-of-type) td {
		padding-bottom: 0 !important;
	}

	.c-table-sp tr:last-of-type {
		border-bottom: 1px solid #eff0f1;
	}

	.c-table-sp tr:last-of-type td {
		padding-bottom: 4.8vw;
	}

	.c-table-noborder {
		margin-bottom: -2.6666666667vw;
	}

	.c-table-noborder tr,
	.c-table-noborder th,
	.c-table-noborder td {
		border: none !important;
	}

	.c-table-common {
		margin-left: 0 !important;
	}

	.c-table-common th,
	.c-table-common td {
		padding: 2.6666666667vw;
		font-size: 3.2vw;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes shiny {
	0% {
		-webkit-transform: scale(0) rotate(20deg);
		transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1) rotate(20deg);
		transform: scale(1) rotate(20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(20deg);
		transform: scale(50) rotate(20deg);
		opacity: 0;
	}
}

@keyframes shiny {
	0% {
		-webkit-transform: scale(0) rotate(20deg);
		transform: scale(0) rotate(20deg);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1) rotate(20deg);
		transform: scale(1) rotate(20deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(20deg);
		transform: scale(50) rotate(20deg);
		opacity: 0;
	}
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
	color: #262626;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blueTx {
	color: #0066d5 !important;
}

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

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.taLeft {
	text-align: left !important;
}

.taRight {
	text-align: right !important;
}

.taCenter {
	text-align: center !important;
}

img {
	pointer-events: none !important;
}

.sonyGroup {
	text-align: left;
	font-size: 16px;
	line-height: normal;
	color: #333333;
}

.sonyGroup img {
	max-width: 100%;
	pointer-events: none;
}

.sonyGroup sup {
	top: 0;
	color: #757575;
}

.sonyGroup .inner {
	max-width: 890px;
	margin: 0 auto;
}

.sonyGroup .pcNone {
	display: none;
}

.sonyGroup .spNone {
	display: block;
}

/* .sonyGroup .kv {
  padding-bottom: 20px;
} */
.sonyGroup .kv__topTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #103374;
}

.sonyGroup .kv__topTxt p {
	width: 900px;
	text-align: center;
	padding: 15px 0px;
	font-weight: bold;
	font-size: 48px;
	color: #ffffff;
}

.sonyGroup .kv__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.sonyGroup .kv__box:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 10px;
}

.sonyGroup .kv__release {
	font-size: 24px;
	margin: 40px 0;
}

.sonyGroup .kv__title {
	left: 70px;
	position: relative;
}

.sonyGroup .kv__mainArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding-top: 30px;
}

.sonyGroup .kv__mainBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 900px;
	position: relative;
	margin: auto;
	padding-bottom: 50px;
}

.sonyGroup .kv__mainBlock img {
	display: block;
}

.sonyGroup .kv__mainLabel {
	position: relative;
	top: -30px;
	overflow: hidden;
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.sonyGroup .kv__mainLabel:after {
	content: "";
	position: absolute;
	top: -600px;
	left: -600px;
	width: 300px;
	height: 300px;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0) 0%);
	-webkit-animation-name: shiny;
	animation-name: shiny;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.sonyGroup .kv__2ndCode {
	position: absolute;
	top: 12%;
	left: 0%;
	transform: rotate(24deg);
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 159px;
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
	-o-transform: rotate(24deg);
	opacity: 16%;
	color: #FFFFFF;
}

.sonyGroup .kv__attention {
	width: 900px;
	margin-bottom: 67px;
}

.sonyGroup .kv__attention p {
	position: relative;
	background-color: #FFEFEA;
	color: #D03000;
	padding: 24px 24px 24px 140px;
	border-radius: 16px;
}

.sonyGroup .kv__attention p::after {
	content: "";
	display: block;
	width: 104px;
	height: 95px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/hikari/agency/fukuri/images/nyaro_pc.png");
}

.sonyGroup .kv__logoArea {
	width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.sonyGroup .kv__2ndCodeSmall {
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}

.sonyGroup .kv .koov-area {
	background-color: #F8F8F8;
	padding: 50px 0;
}

.sonyGroup .kv .koov-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 32px;
	font-size: 18px;
	color: #666666;
}

.sonyGroup .kv .koov-box .img-box {
	order: 2;
}

.sonyGroup .kv .koov-box .txt-box {
	order: 1;
}

.sonyGroup .kv .koov-box dl {
	width: 432px;
	margin-right: 10px;
}

.sonyGroup .kv .koov-box dl dt {
	font-size: 26px;
	font-weight: bold;
	color: #353535;
	margin-bottom: 23px;
}

.sonyGroup .kv .koov-box dl dd p:first-of-type {
	margin-bottom: 25px;
}

.sonyGroup .kv .koov-box dl dd p a {
	color: #0066D5;
}

@media screen and (max-width: 559px) {
	.sonyGroup .kv .koov-area {
		padding: 20px 0;
	}

	.sonyGroup .kv .koov-box {
		display: block;
	}

	.sonyGroup .kv .koov-box dl {
		width: auto;
	}

	.sonyGroup .kv .koov-box .img-box {
		margin-bottom: 16px;
	}

	.sonyGroup .kv .koov-box dl dt {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.sonyGroup .kv .koov-box dl dd p:first-of-type {
		margin-bottom: 10px;
	}

	.sonyGroup .kv .koov-box dl dd {
		font-size: 15px;
	}
}

.sonyGroup .movement {
	background-color: #5EB16D;
	background-size: cover;
	padding: 24px 0;
}

.sonyGroup .movement__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sonyGroup .movement__btnsItem {
	margin: 0 10px;
}

.sonyGroup .movement__btnsItem a {
	width: 215px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 58px;
	background-color: #fff;
	border-radius: 4px;
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sonyGroup .movement__btnsItem a::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 7px;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("/hikari/agency/fukuri/images/arrow_row.svg") no-repeat center;
	background-size: contain;
}

.sonyGroup .movement__btnsItem a:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.9;
}

.sonyGroup .listNote {
	padding-left: 0;
	color: #757575;
}

.sonyGroup .listNote dt {
	font-weight: bold;
	margin: 20px 0 5px;
}

.sonyGroup .listNote li,
.sonyGroup .listNote dd {
	position: relative;
	font-size: 16px;
	padding-left: 1.4em;
	margin-bottom: 3px;
}

.sonyGroup .listNote li:before,
.sonyGroup .listNote dd:before {
	margin-left: -1.4em;
	position: absolute;
	content: "※";
}

.sonyGroup section.bgPale {
	background-color: #F8F8F8;
	padding: 60px 0;
}

.sonyGroup section h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
}

.sonyGroup section h3 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #103374;
	padding: 20px 0;
	margin-bottom: 20px;
}

.sonyGroup section h4 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sonyGroup section a {
	color: #0066d5 !important;
}

.sonyGroup section a.shut {
	color: #fff !important;
}

.sonyGroup section a.link.outside {
	padding-left: 18px;
	background-image: url(/hikari/agency/fukuri/images/icon-outside.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 15px auto;
}

.sonyGroup section .dotList .bold {
	font-weight: bold;
}

.sonyGroup section .dotList li,
.sonyGroup section .dotList dd {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0.85em;
}

.sonyGroup section .dotList li:before,
.sonyGroup section .dotList dd:before {
	position: absolute;
	content: "・";
	display: inline-block;
	left: 0;
}

.sonyGroup section .dotList li:last-child,
.sonyGroup section .dotList dd:last-child {
	margin-bottom: 0;
}

.sonyGroup section .articleArea {
	border: 4px solid #e6e6e6;
	border-radius: 12px;
	padding: 60px 36px 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.sonyGroup section .secWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
}

.sonyGroup section .flowTitbox {
	width: 100%;
	text-align: center;
	background-color: #ffe9d7;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 auto 24px;
	font-size: 28px;
	font-weight: normal;
}

.sonyGroup section .flowTitbox sub {
	font-size: 0.6em;
}

.sonyGroup section .flowTitbox .colorRed {
	color: #e02900;
	font-weight: bold;
	font-size: 30px;
}

.sonyGroup section .flowTitbox .colorRed strong {
	font-size: 1.4em;
}

.sonyGroup section .blueTx {
	color: #0066d5;
}

.sonyGroup .secRequest {
	background-color: #D6007F;
	padding: 50px 0;
}

.sonyGroup .secRequest .inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 798px;
	margin: 0 auto;
	border-radius: 12px;
	border: 3px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 48px;
}

.sonyGroup .secRequest .inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: -65%;
	-webkit-transform: skewX(-16deg);
	-moz-transform: skewX(-16deg);
	transform: skewX(-16deg);
	background-color: #0068B7;
}

.sonyGroup .secRequest .inner::after {
	content: "";
	position: absolute;
	width: 350px;
	height: 230px;
	top: 27%;
	right: 0;
	background-image: url(/hikari/agency/keio/images/img_bg_request.png);
	background-repeat: no-repeat;
	background-position: right 48px center;
	background-size: 289px auto;
	z-index: 1;
}

.sonyGroup .secRequest .inner h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	color: #103374;
	margin-bottom: 15px;
}

.sonyGroup .secRequest .inner p {
	max-width: 474px;
	width: 60%;
	font-size: 18px;
	font-weight: bold;
	color: #103374;
	margin-bottom: 30px;
}

.sonyGroup .secRequest .inner .btnArea {
	max-width: 470px;
	width: 59%;
	margin-bottom: 24px;
}

.sonyGroup .secRequest .inner .btnArea .btnArea__btn {
	width: 100%;
	color: #FFFFFF !important;
	margin: 0;
	background-color: #D6007F !important;
	box-shadow: 0 5px 0 #95002A !important;
}

.sonyGroup .secRequest .inner .attention {
	font-size: 16px;
	font-weight: normal;
}

.sonyGroup .secRequest .inner .attention+p {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

@media screen and (max-width: 559px) {
	.sonyGroup .secRequest {
		padding: 30px 3%;
	}

	.sonyGroup .secRequest .inner {
		width: 86%;
		max-width: 798px;
		padding: 20px 4% 200px;
	}

	.sonyGroup .secRequest .inner::before {
		top: 32%;
		right: -65%;
		-webkit-transform: skew(-76deg, 18deg);
		-moz-transform: skew(-76deg, 18deg);
		transform: skew(-76deg, 18deg);
	}

	.sonyGroup .secRequest .inner::after {
		width: 232px;
		height: 199px;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		background-position: bottom center;
		background-size: 232px auto;
	}

	.sonyGroup .secRequest .inner h2 {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.sonyGroup .secRequest .inner p {
		width: 100%;
		font-size: 15px;
		margin-bottom: 20px;
	}

	.sonyGroup .secRequest .inner .btnArea {
		width: 100%;
		margin-bottom: 24px;
	}

	.sonyGroup .secRequest .inner .btnArea .btnArea__btn {
		width: 100%;
		margin: 0;
		font-size: 15px;
	}

	.sonyGroup .secRequest .inner .btnArea+p {
		font-size: 12px;
	}

	.sonyGroup .secRequest .inner .attention+p {
		font-size: 12px;
	}
}

.sonyGroup .secBenefit {
	margin-top: 0;
	padding: 30px 0 40px;
}

.sonyGroup .secBenefit h3 {
	margin-bottom: 50px;
}

.sonyGroup .secBenefit .monthCampaignTable {
	width: 100%;
	margin: 20px 0;
}

.sonyGroup .secBenefit .monthCampaignTable th {
	padding: 10px;
	font-size: 16px;
	width: 9%;
	background: #ededed;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

.sonyGroup .secBenefit .monthCampaignTable td {
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

.sonyGroup .secBenefit .monthCampaignTable .waribiki td {
	font-size: 16px;
	font-weight: bold;
}

.sonyGroup .secBenefit .monthCampaignTable .big td {
	font-size: 16px;
	font-weight: bold;
	color: #d23633;
}

.sonyGroup .secBenefit .monthCampaignTable .big .colorBlack {
	color: #333333;
}

.sonyGroup .secBenefit .monthCampaignTable sup {
	font-size: 14px;
}

.sonyGroup .secBenefit .monthCampaignTable .fukidashi td p {
	margin-bottom: 0;
}

.sonyGroup .secBenefit .monthCampaignTable .fukidashi td p:before {
	z-index: 1;
}

.sonyGroup .secBenefit .monthCampaignTable .fukidashi td p:after {
	z-index: 0;
}

.sonyGroup .secBenefit .monthCampaignTable .waribiki td {
	font-weight: bold;
}

.sonyGroup .secBenefit .monthCampaignTable .big td {
	font-weight: bold;
	color: #d23633;
}

.sonyGroup .secBenefit .monthCampaignTable .listNote {
	margin-top: 8px;
}

.sonyGroup .secBenefit .monthCampaignTable .listNote li {
	font-size: 14px;
}

.sonyGroup .secBenefit .secWrap:not(:last-of-type) {
	margin-bottom: 50px;
}

.sonyGroup .secBenefit .secWrap:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.sonyGroup .secBenefit .benefitDetail {
	width: 462px;
}

.sonyGroup .secBenefit .benefitDetail h4 {
	text-align: left;
	font-size: 35px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenLabel {
	display: inline-block;
	line-height: 1;
	background-color: #D6007F;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 12px;
	padding: 4px 18px 0;
	width: 72px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenlabel--01+.tokutenCaption span {
	font-size: 55px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenlabel--02 {
	margin-bottom: -8px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption {
	color: #D6007F;
	display: block;
	line-height: 1.15;
	font-size: 35px;
	font-weight: bold;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption span {
	display: block;
	font-size: 24px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption span.yen {
	display: inline-block;
	font-size: 26px;
}

.sonyGroup .secBenefit .benefitDetail .tokutenCaption strong {
	font-size: 60px;
}

.sonyGroup .secBenefit .benefitDetail .benefitSummery {
	font-size: 18px;
}

.sonyGroup .secBenefit .benefitDetail .benefitSummery span {
	font-weight: bold;
	font-size: 24px;
}

.sonyGroup .secBenefit .benefitImage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 368px;
	height: 388px;
	text-align: center;
	border: #E6E6E6 4px solid;
	border-radius: 36px;
}

.sonyGroup .secBenefit .tabCont--apply {
	margin-bottom: 60px;
}

.sonyGroup .secBenefit .tabCont--benefit {
	margin-bottom: 60px;
}

.sonyGroup #secFeature {
	width: 100%;
	padding: 50px 0;
	background-color: #F8F8F8;
}

.sonyGroup #secFeature .sec__inner {
	border: #E6E6E6 solid 4px;
	border-radius: 12px;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.sonyGroup #secFeature .sec__heading {
	font-size: 26px;
	font-weight: bold;
	color: #103374;
	text-align: left;
}

.sonyGroup #secFeature .feature__block--2 {
	padding: 30px;
}

.sonyGroup #secFeature .feature__blockWrap {
	display: flex;
	justify-content: space-between;
	padding-bottom: 36px;
	margin-bottom: 32px;
	border-bottom: #DADADA solid 1px;
}

.sonyGroup #secFeature .feature__blockWrap--2 .feature__txt {
	order: 2;
	padding-left: 34px;
}

.sonyGroup #secFeature .feature__blockWrap--2 .feature__image {
	order: 1;
	padding-top: 20px;
	padding-left: 10px;
}

.sonyGroup #secFeature .feature__detail {
	width: 470px;
	color: #262626;
	display: flex;
	flex-direction: column;
}

.sonyGroup #secFeature .feature__tag {
	font-size: 28px;
	font-weight: bold;
	color: #D6007F;
	margin-bottom: 35px;
}

.sonyGroup #secFeature .feature__tag span {
	display: inline-block;
	position: relative;
	font-size: 55px;
	font-weight: bold;
}

.sonyGroup #secFeature .feature__tag .feature__attention {
	font-size: 12px;
}

.sonyGroup #secFeature .feature__summery {
	font-size: 18px;
	font-weight: bold;
	color: #103374;
}

.sonyGroup #secFeature .feature__summery .c-noticeList li {
	color: #757575;
	font-weight: normal;
}

.sonyGroup #secFeature .feature__block--bottom {
	padding: 0px 16px 0;
}

.sonyGroup #secFeature .feature__area {
	margin-top: 30px;
	font-size: 16px;
}

.sonyGroup #secFeature .feature__notes dl {
	display: flex;
}

.sonyGroup #secFeature .feature__notes dl dt {
	margin-right: 10px;
}

@media screen and (max-width: 559px) {
	.sonyGroup #secFeature {
		width: calc(100% - 12.8vw);
		padding: 30px 6.4vw;
		margin-top: 0;
	}

	.sonyGroup #secFeature .sec__inner {
		width: auto;
		margin: auto;
		padding: 20px 6.4vw;
	}

	.sonyGroup #secFeature .feature__block {
		padding: 0;
	}

	.sonyGroup #secFeature .feature__blockWrap {
		display: block;
	}

	.sonyGroup #secFeature .feature__blockWrap .feature__txt {
		padding-left: 0;
	}

	.sonyGroup #secFeature .feature__blockWrap .feature__txt h2 {
		margin-bottom: 0;
		font-size: 18px;
	}

	.sonyGroup #secFeature .feature__area {
		font-size: 15px;
	}

	.sonyGroup #secFeature .feature__detail {
		width: auto;
		padding: 0;
		align-items: start;
	}

	.sonyGroup #secFeature .feature__detail dd {
		padding-top: 62vw;
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		background-image: url("/hikari/agency/keio/images/feature.png");
	}

	.sonyGroup #secFeature .feature__blockWrap--2 .feature__image {
		margin-top: 0;
	}

	.sonyGroup #secFeature .feature__tag {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.sonyGroup #secFeature .feature__tag span {
		font-size: 36px;
	}

	.sonyGroup #secFeature .feature__summery {
		font-size: 15px;
	}

	.sonyGroup #secFeature .feature__list {
		color: #757575;
		font-size: 13px;
	}
}

.sonyGroup .secFlow .flowCommonList {
	padding: 0;
	margin: 0 auto;
	width: auto;
}

.sonyGroup .secFlow .flowCommonList>li {
	padding: 36px 0 35px 198px;
	position: relative;
	height: auto;
}

.sonyGroup .secFlow .flowCommonList>li.itemEx {
	min-height: 160px;
}

.sonyGroup .secFlow .flowCommonList>li:not(:last-of-type) {
	margin: 0 0 35px;
}

.sonyGroup .secFlow .flowCommonList>li:not(:last-of-type) .stepInner::before {
	content: "";
	position: absolute;
	left: 90px;
	bottom: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #333 transparent transparent transparent;
}

.sonyGroup .secFlow .flowCommonList>li .stepImage {
	position: absolute;
	left: 36px;
	top: 40px;
}

.sonyGroup .secFlow .flowCommonList>li p.ttl {
	font-size: 24px;
	margin: 0 0 20px;
}

.sonyGroup .secFlow .flowCommonList>li:before {
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 100px;
}

.sonyGroup .secFlow .flowCommonList>li:nth-of-type(1):before {
	content: url("/hikari/agency/keio/images/step01img.png");
}

.sonyGroup .secFlow .flowCommonList>li:nth-of-type(2):before {
	content: url("/hikari/agency/keio/images/step02img.png");
}

.sonyGroup .secFlow .flowCommonList>li:nth-of-type(3):before {
	content: url("/hikari/agency/keio/images/step03img.png");
}

.sonyGroup .secFlow .flowCommonList>li:nth-of-type(4):before {
	content: url("/hikari/agency/keio/images/step04img.png");
}

.sonyGroup .secFlow .flowCommonList>li:not(:last-of-type)::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 620px;
	height: 1px;
	background-color: #ccc;
}

.sonyGroup .secFlow .flowCommonList>li:after {
	border-width: 10px 10px 0 10px;
	margin-left: -10px;
	bottom: -28px;
}

.sonyGroup .secFlow .flowCommonList--noImage>li::before {
	display: none;
}

.sonyGroup .secFlow .flowCommonList--moving>li:before {
	display: none !important;
}

.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(2) {
	height: 160px;
}

.sonyGroup .secFlow .flowCommonList--moving>li:after {
	border-width: 10px 10px 0 10px;
	margin-left: -10px;
	bottom: -28px;
}

.sonyGroup .secFlow .articleArea:not(:last-of-type) {
	margin-bottom: 50px;
}

.sonyGroup .modal-area .dotList li,
.sonyGroup .listNormal li {
	position: relative;
	margin-bottom: 10px !important;
}

.sonyGroup .modal-area .dotList li:before {
	position: absolute;
	content: "・";
	display: inline-block;
	left: 0;
}

.sonyGroup .secAbout {
	text-align: center;
}

.sonyGroup .secAbout .aboutTtl {
	color: #1c3753;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.sonyGroup .secAbout .tekiyou {
	margin-bottom: 30px;
}

.sonyGroup .secAbout .blockWrap {
	margin-bottom: 40px;
}

.sonyGroup .secAbout .block:first-of-type {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.follow {
	display: none;
	width: 100%;
	text-align: center;
	background-color: #fee9e7;
	padding: 12px 0;
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
}

.follow__tag {
	font-size: 21px;
	font-weight: bold;
}

.follow__tag span {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.follow__tag span::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 26px;
	background-color: #393939;
	position: absolute;
	top: -3px;
	left: -16px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.follow__tag span::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 26px;
	background-color: #393939;
	position: absolute;
	top: -3px;
	right: -16px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.follow__btn {
	width: 416px;
	margin: 10px auto;
}

.follow__btn .c-btn {
	border-radius: 28px;
	text-decoration: none;
	background-color: #ed005b;
	padding: 16px 0 !important;
}

.follow__link {
	color: #575757;
}

.follow__link a {
	color: #0066d5;
}

/* リニューアル 2023/01/17 */
.sonyGroup .wifiContentText {
	margin-top: 20px;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}

.sonyGroup .provisionArea__text {
	width: 980px;
	margin: 0 auto;
}

.sonyGroup .monthlyPlan__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.sonyGroup .monthlyPlanText--01 {
	color: #ff450a;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
}

.sonyGroup .monthlyPlanText--02 {
	color: #ff450a;
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
}

.sonyGroup .monthlyPlanPrice--01 {
	color: #ff450a;
	font-size: 69px;
	font-weight: 900;
	line-height: 1;
}

.sonyGroup .monthlyPlanPrice--02 {
	color: #ff450a;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
}

.contact__caption {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold !important;
	background-color: #2b2b2b !important;
	padding: 15px 0 !important;
	margin-bottom: 0px !important;
	font-size: 16px !important;
}

.contact__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #2b2b2b;
}

.contact__company {
	padding-top: 15px;
}

.contact__tel {
	font-size: 40px;
	font-weight: bold;
}

.contact__teltime {
	margin-bottom: 20px;
}

.contact__mail {
	margin-bottom: 10px;
}

.btnArea__btn {
	width: 350px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 30px auto 40px;
	padding: 10px 0;
	text-decoration: none;
	font-size: 20px;
	background-color: #E81051 !important;
	-webkit-box-shadow: 0 5px 0 #9f0030 !important;
	box-shadow: 0 5px 0 #9f0030 !important;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

@media screen and (max-width: 559px) {
	.sonyGroup {
		font-size: 3.4666666667vw;
	}

	.sonyGroup .inner {
		max-width: 93.0666666667vw;
	}

	.sonyGroup .pcNone {
		display: block;
	}

	.sonyGroup .spNone {
		display: none;
	}

	.sonyGroup .notes {
		font-size: 3.4666666667vw;
	}

	.sonyGroup .notes li {
		text-align: left !important;
	}

	.sonyGroup .kv__topTxt p {
		width: auto;
		text-align: center;
		padding: 15px 0px;
		font-weight: bold;
		font-size: 7.4666666667vw;
	}

	.sonyGroup .kv__block {
		display: block;
		margin-bottom: 3.2vw;
	}

	.sonyGroup .kv__box:first-child {
		margin-right: 0;
		margin-bottom: 4.5333333333vw;
	}

	.sonyGroup .kv__box:nth-child(2) {
		width: 67.2vw;
		margin: 0 auto;
	}

	.sonyGroup .kv__box .btnLink a {
		margin: 0 auto;
	}

	.sonyGroup .kv__release {
		font-size: 5.3333333333vw;
		margin: 6.9333333333vw 0 4.8vw;
	}

	.sonyGroup .kv__title {
		left: 0;
	}

	/* .sonyGroup .kv .inner {
    padding-top: 5.3333333333vw;
  } */
	.sonyGroup .kv__mainArea {
		padding: 5.3333333333vw 6.4vw 0vw;
	}

	.sonyGroup .kv__2ndCode {
		position: absolute;
		top: 12%;
		left: 0%;
		font-family: "Roboto", sans-serif;
		transform: rotate(24deg);
		font-weight: bold;
		font-size: 25.0666666667vw;
		-webkit-transform: rotate(24deg);
		-moz-transform: rotate(24deg);
		-ms-transform: rotate(24deg);
		-o-transform: rotate(24deg);
		opacity: 16%;
		color: #FFFFFF;
	}

	.sonyGroup .kv__attention {
		width: auto;
		margin-bottom: 3.2vw;
	}

	.sonyGroup .kv__attention p {
		padding: 4vw 4vw 4vw 17.3333333333vw;
	}

	.sonyGroup .kv__attention p::after {
		content: "";
		display: block;
		width: 43px;
		height: 38px;
		position: absolute;
		left: 13px;
		top: 32%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("/hikari/agency/fukuri/images/nyaro_sp.png");
	}

	.sonyGroup .kv__mainBlock {
		display: block;
		width: 100%;
		position: relative;
		right: 0;
		margin: auto;
		padding-bottom: 20px;
	}

	.sonyGroup .kv__mainBlock img {
		display: block;
	}

	.sonyGroup .kv__mainLabel {
		width: 100%;
		position: relative;
		top: 0;
	}

	.sonyGroup .kv__mainLabel img {
		display: initial;
		width: 100%;
	}

	.sonyGroup .kv__mainLabel::after {
		display: none;
	}

	.sonyGroup .kv__mainChara {
		position: relative;
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 3.7333333333vw;
	}

	.sonyGroup .kv__mainChara img {
		z-index: 1;
	}

	.sonyGroup .kv__logoArea {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 8vw;
	}

	.sonyGroup .kv__2ndCodeSmall {
		font-size: 3.2vw;
		margin-bottom: 10px;
	}

	.sonyGroup .movement {
		margin: 0 auto;
		padding: 5.3333333333vw 0;
	}

	.sonyGroup .movement__btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sonyGroup .movement__btnsItem {
		margin: 1.0666666667vw auto;
		width: 48%;
	}

	.sonyGroup .movement__btnsItem a {
		width: auto;
		height: 12vw;
		font-size: 3.4666666667vw;
	}

	.sonyGroup .movement__btnsItem a::after {
		width: 1.8666666667vw;
		height: 0.8vw;
		right: 2.9333333333vw;
	}

	.sonyGroup .listNote {
		padding-left: 0;
		color: #757575;
	}

	.sonyGroup .listNote dt {
		font-weight: bold;
		margin: 5.3333333333vw 0 1.3333333333vw;
	}

	.sonyGroup .listNote li,
	.sonyGroup .listNote dd {
		position: relative;
		font-size: 3.2vw;
		padding-left: 1.4em;
		margin-bottom: 0.8vw;
	}

	.sonyGroup .listNote li:before,
	.sonyGroup .listNote dd:before {
		margin-left: -1.4em;
		position: absolute;
		content: "※";
	}

	.sonyGroup section {
		padding: 16vw 0;
	}

	.sonyGroup section.bgPale {
		padding: 8vw 0;
	}

	.sonyGroup section h2 {
		font-size: 6.4vw;
		margin-bottom: 5.3333333333vw;
		text-align: center;
	}

	.sonyGroup section h3 {
		font-size: 4.8vw;
		padding: 1.3333333333vw 0;
		margin-bottom: 4.2666666667vw;
	}

	.sonyGroup section h4 {
		text-align: center;
		font-size: 4.2666666667vw;
		font-weight: bold;
		margin-bottom: 5.3333333333vw;
	}

	.sonyGroup section .dotList .bold {
		font-weight: bold;
	}

	.sonyGroup section .dotList li,
	.sonyGroup section .dotList dd {
		position: relative;
		padding-left: 5.3333333333vw;
		margin-bottom: 1.3333333333vw;
	}

	.sonyGroup section .dotList li:before,
	.sonyGroup section .dotList dd:before {
		position: absolute;
		content: "・";
		display: inline-block;
		left: 0;
	}

	.sonyGroup section .dotList li:last-child,
	.sonyGroup section .dotList dd:last-child {
		margin-bottom: 0;
	}

	.sonyGroup section .articleArea {
		border: 0.8vw solid #e6e6e6;
		border-radius: 1.8666666667vw;
		padding: 6.6666666667vw 2.6666666667vw 6.6666666667vw;
		background-color: #fff;
	}

	.sonyGroup section .listNote {
		margin-top: 2.1333333333vw;
	}

	.sonyGroup section .listNote li {
		font-size: 3.2vw;
	}

	.sonyGroup section .secWrap {
		display: block;
	}

	.sonyGroup section .flowTitbox {
		width: 100%;
		text-align: center;
		background-color: #ffe9d7;
		font-weight: bold;
		padding: 2.6666666667vw 0;
		margin: 0 auto 6.4vw;
		font-size: 4.2666666667vw;
		font-weight: normal;
	}

	.sonyGroup section .flowTitbox .colorRed {
		color: #e02900;
		font-weight: bold;
		font-size: 5.8666666667vw;
	}

	.sonyGroup section .flowTitbox .colorRed strong {
		font-size: 1.4em;
	}

	.sonyGroup .secBenefit h3 {
		margin-bottom: 20px;
	}

	.sonyGroup .secBenefit .inner {
		padding: 0 6vw;
	}

	.sonyGroup .secBenefit .monthCampaignTableSp {
		border: 0.2666666667vw solid #575757;
		padding: 0 4vw 2.6666666667vw;
		margin: 0 0 10px;
	}

	.sonyGroup .secBenefit .monthCampaignTableSp p {
		background: #eee;
		font-weight: bold;
		text-align: center;
		font-size: 4.2666666667vw;
		padding: 4vw 0;
		margin: 0 -4vw;
	}

	.sonyGroup .secBenefit .monthCampaignTableSp table {
		margin-top: 4vw;
		width: 100%;
	}

	.sonyGroup .secBenefit .monthCampaignTableSp table tr th {
		text-align: left;
		padding: 0 2.6666666667vw 2.6666666667vw 0;
		font-size: 4.2666666667vw;
		vertical-align: top;
		width: 55%;
	}

	.sonyGroup .secBenefit .monthCampaignTableSp table tr td {
		text-align: right;
		font-weight: bold;
		font-size: 4.2666666667vw;
		width: auto;
	}

	.sonyGroup .secBenefit .monthCampaignTableSp table tr:last-child td {
		color: #d23633;
	}

	.sonyGroup .secBenefit .monthCampaignTableSp .red {
		color: #d23633;
	}

	.sonyGroup .secBenefit .secWrap:not(:last-of-type) {
		margin-bottom: 6.4vw;
	}

	.sonyGroup .secBenefit .secWrap:nth-of-type(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.sonyGroup .secBenefit .benefitDetail {
		width: 100%;
		margin-bottom: 2.6666666667vw;
	}

	.sonyGroup .secBenefit .benefitDetail h4 {
		text-align: left;
		font-size: 6.6666666667vw;
		margin-bottom: 2.6666666667vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenLabel {
		display: inline-block;
		line-height: 1;
		font-size: 6.6666666667vw;
		font-weight: normal;
		padding: 1.0666666667vw 1.3333333333vw;
		text-align: center;
		padding: 0;
		margin-bottom: 2.1333333333vw;
		width: 88px;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenLabel img {
		width: 80%;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenlabel {
		width: 22.9333333333vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenlabel--02 {
		margin-bottom: -2.1333333333vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenCaption {
		display: block;
		line-height: 1.15;
		font-size: 6.6666666667vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenCaption span {
		font-size: 11vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenlabel--01+.tokutenCaption span {
		font-size: 11vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenlabel--03+.tokutenCaption span {
		font-size: 4vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenlabel--03+.tokutenCaption span.yen {
		font-size: 5vw;
	}

	.sonyGroup .secBenefit .benefitDetail .tokutenCaption strong {
		font-size: 12.8vw;
	}

	.sonyGroup .secBenefit .benefitDetail .benefitSummery {
		font-size: 3.7333333333vw;
	}

	.sonyGroup .secBenefit .benefitImage {
		width: 100%;
		text-align: center;
	}

	.sonyGroup .secBenefit .tabCont--apply {
		margin-bottom: 8vw;
	}

	.sonyGroup .secBenefit .tabCont--benefit {
		margin-bottom: 8vw;
	}

	.sonyGroup .secFlow .flowCommonList {
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sonyGroup .secFlow .flowCommonList>li {
		padding: 0 0 0 100px;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 3.7333333333vw;
		border-radius: 0;
	}

	.sonyGroup .secFlow .flowCommonList>li.itemEx {
		min-height: auto;
	}

	.sonyGroup .secFlow .flowCommonList>li:not(:last-of-type) {
		margin: 0 0 5.3333333333vw;
	}

	.sonyGroup .secFlow .flowCommonList>li:not(:last-of-type) .stepInner {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5.3333333333vw;
	}

	.sonyGroup .secFlow .flowCommonList>li.stepInner {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5.3333333333vw;
	}

	.sonyGroup .secFlow .flowCommonList>li:not(:last-of-type) .stepInner::before {
		left: 50px;
		bottom: -4px;
		border-width: 6px 6px 0 6px;
	}

	.sonyGroup .secFlow .flowCommonList>li .stepImage {
		margin-bottom: 0;
		position: absolute;
		left: 20px;
		top: 0;
		width: 60px;
	}

	.sonyGroup .secFlow .flowCommonList>li p.ttl {
		font-size: 4vw;
		font-weight: bold;
		margin: 0 0 4vw;
	}

	.sonyGroup .secFlow .flowCommonList>li p.ttl span {
		font-size: 4vw;
	}

	.sonyGroup .secFlow .flowCommonList>li .stepSummery {
		font-size: 3.4666666667vw;
	}

	.sonyGroup .secFlow .flowCommonList>li ul.listNote {
		margin: 0;
	}

	.sonyGroup .secFlow .flowCommonList>li ul.listNote li {
		font-weight: normal;
		color: #f40000;
		font-size: 3.4666666667vw;
	}

	.sonyGroup .secFlow .flowCommonList>li:before {
		content: "" !important;
		width: 60px;
		height: 60px;
		left: 20px;
		top: 40px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.sonyGroup .secFlow .flowCommonList>li:nth-of-type(1):before {
		background-image: url("/hikari/agency/keio/images/step01img.png");
	}

	.sonyGroup .secFlow .flowCommonList>li:nth-of-type(2):before {
		background-image: url("/hikari/agency/keio/images/step02img.png");
	}

	.sonyGroup .secFlow .flowCommonList>li:nth-of-type(3):before {
		background-image: url("/hikari/agency/keio/images/step03img.png");
	}

	.sonyGroup .secFlow .flowCommonList>li:nth-of-type(4):before {
		background-image: url("/hikari/agency/keio/images/step04img.png");
	}

	.sonyGroup .secFlow .flowCommonList>li:nth-of-type(3):after {
		content: none;
	}

	.sonyGroup .secFlow .flowCommonList>li:after {
		display: none !important;
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 13px 0 13px;
		border-color: #424242 transparent transparent transparent;
		left: 50%;
		margin-left: -13px;
		bottom: -22px;
	}

	.sonyGroup .secFlow .flowCommonList--noImage>li::before {
		display: none;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li {
		margin: 0 0 34px;
		text-align: left;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		font-size: 15px;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li div {
		margin-bottom: 40px;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li p.ttl {
		font-size: 24px;
		font-weight: bold;
		margin: 0 0 26px;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li p.ttl span {
		font-size: 18px;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li ul.listNote {
		margin: 0;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li ul.listNote li {
		font-weight: bold;
		color: #f40000;
		font-size: 15px;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:before {
		position: absolute;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(1):before {
		display: none !important;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(2):before {
		display: none !important;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(3):before {
		display: none !important;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(3) {
		margin: 0 0 46px;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(3):after {
		content: "";
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(4) {
		margin: 0;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:nth-of-type(4):after {
		content: none;
	}

	.sonyGroup .secFlow .flowCommonList--moving>li:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 13px 0 13px;
		border-color: #424242 transparent transparent transparent;
		left: 50%;
		margin-left: -13px;
		bottom: -22px;
	}

	.sonyGroup .secFlow .articleArea:not(:last-of-type) {
		margin-bottom: 2.6666666667vw;
	}

	.sonyGroup .secWifi {
		margin-top: -18vw;
	}

	.sonyGroup .secWifi .wifiRecommend {
		position: relative !important;
		width: 92% !important;
		margin: 40px auto 0 !important;
		border: 3px solid #333 !important;
		border-radius: 7px !important;
		padding: 25px 10px 2px !important;
		font-size: 14px !important;
	}

	.sonyGroup .secWifi .more__content {
		max-height: 60vw;
	}

	.sonyGroup .secFaq .articleArea {
		padding: 6.6666666667vw 2.6666666667vw 6.6666666667vw;
	}

	.sonyGroup .secAbout .block:first-of-type img {
		width: 50%;
		margin: auto;
	}

	.sonyGroup .secAbout .block:not(:first-of-type) img {
		width: 65%;
		margin: auto;
	}

	.sonyGroup .secPs5 .psLife__optionTitle {
		font-size: 3.6vw;
		margin: 10px 0 5px 0;
	}

	.sonyGroup .secPs5 .inner.inner_ps5 {
		max-width: 93.06667vw;
		margin: 0 auto;
	}

	.sonyGroup .secPs5 .inner.inner_ps5 .ps5 {
		margin: 4.26667vw 2vw 0;
		margin: 4.26667vw 0 0;
		padding: 7.73333vw 5vw 8vw;
		border: 1.6vw solid #e6e6e6;
		border-radius: 3.2vw;
	}

	.sonyGroup .secPs5 .secAbout .inner_ps5 {
		padding: 0;
	}

	.sonyGroup .secPs5 .psLife__titleH3 {
		padding: 0;
	}

	.sonyGroup .secPs5 .psLife__titleH3 .colorRed {
		display: block;
		color: #ca3034;
		font-size: 4.2666666667vw;
		margin-bottom: 3.2vw;
	}

	.sonyGroup .secPs5 .ps5__title {
		width: 66.6666666667vw;
		margin: auto;
	}

	.sonyGroup .secPs5 .ps5__titleSub {
		font-size: 4.2666666667vw;
		margin-bottom: 2.6666666667vw;
	}

	.sonyGroup .secPs5 button.btn_more {
		border: 0.5vw solid #e6e6e6;
		font-size: 3.46667vw;
		padding: 2vw 13vw;
		width: 100%;
	}

	.sonyGroup .secPs5 .boTopSp {
		border-top: 3px solid #e6e6e6;
	}

	.sonyGroup .secPs5 .ps5__monthly {
		font-size: 6vw;
	}

	.sonyGroup .secPs5 .contents .secTop .inner div:nth-of-type(2) {
		padding-top: 15px;
	}

	.sonyGroup .secPs5 .ps5__block {
		display: block;
	}

	.sonyGroup .secPs5 .ps5__blockItem {
		width: 100%;
	}

	.sonyGroup .secPs5 .ps5__blockItem:first-child {
		border-right: none;
	}

	.sonyGroup .secPs5 .ps5 li {
		font-size: 3.4666666667vw;
	}

	.sonyGroup .secPs5 .ps5__table {
		margin-top: 0;
	}

	.sonyGroup .secPs5 .modal-area strong {
		font-size: 3.4666666667vw;
	}

	.sonyGroup .secPs5 .modal-area .shut {
		text-align: center;
	}

	.sonyGroup .secPs5 .modal-area .notes li {
		font-size: 3.2vw;
	}

	.sonyGroup .sec10g .c-table-sp {
		margin-bottom: 5.3333333333vw;
		text-align: center;
	}

	.sonyGroup .sec10g .c-table-sp td {
		font-weight: normal;
	}

	.follow {
		width: 100%;
		text-align: center;
		background-color: #fee9e7;
		padding: 2.6666666667vw 6.4vw;
		position: fixed;
		z-index: 1;
		bottom: 0;
		left: 0;
		-webkit-box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
		box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.08);
	}

	.follow__tag {
		font-size: 4.8vw;
		font-weight: bold;
	}

	.follow__tag span {
		display: inline-block;
		position: relative;
		line-height: 1;
	}

	.follow__tag span::before {
		content: "";
		display: inline-block;
		width: 0.5333333333vw;
		height: 5.6vw;
		background-color: #393939;
		position: absolute;
		top: -0.8vw;
		left: -3.2vw;
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	.follow__tag span::after {
		content: "";
		display: inline-block;
		width: 0.5333333333vw;
		height: 5.6vw;
		background-color: #393939;
		position: absolute;
		top: -0.8vw;
		right: -3.2vw;
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}

	.follow__btn {
		width: 100%;
		margin: 2.1333333333vw auto;
	}

	.follow__btn .c-btn {
		border-radius: 7.4666666667vw;
		text-decoration: none;
		background-color: #ed005b;
		padding: 4vw 0 !important;
		font-size: 3.7333333333vw;
	}

	.follow__link {
		color: #575757;
		font-size: 3.2vw;
	}

	.follow__link a {
		color: #0066d5;
	}

	.btnArea__btn {
		width: auto;
	}
}

/* リニューアル 2023/01/17 */
.sonyGroup .wifiContentText {
	margin-top: 20px;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}

.sonyGroup .provisionArea__text {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 559px) {
	.sonyGroup .wifiContentText {
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	}

	.sonyGroup .provisionArea__text {
		width: 100%;
		margin: 20px auto 0;
		padding-left: 20px;
		text-align: left;
	}

	.sonyGroup .monthlyPlanText--01 {
		color: #ff450a;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}

	.sonyGroup .monthlyPlanText--02 {
		color: #ff450a;
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
	}

	.sonyGroup .monthlyPlanPrice--01 {
		color: #ff450a;
		font-size: 52px;
		font-weight: 900;
		line-height: 1;
	}

	.sonyGroup .monthlyPlanPrice--02 {
		color: #ff450a;
		font-size: 30px;
		font-weight: 900;
		line-height: 1;
	}
}

.sonyGroup section .contact__btn {
	margin: 0 auto 20px;
}

.sonyGroup section .contact__btn a {
	display: block;
	color: #ffffff !important;
	font-weight: bold;
	background-color: #000000;
	border-radius: 20px;
	padding: 5px 0;
	width: 100%;
	min-width: 200px;
	text-decoration: unset;
}

.sonyGroup section .contact__btn a:hover {
	text-decoration: unset;
	opacity: 0.8;
}

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

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

.sonyGroup {
	min-width: 1160px;
}

.sonyGroup .feature__attention02 {
	color: #ffffff;
	font-size: 16px;
	margin-top: 20px;
}

.sonyGroup .feature__attention02 dl dt {
	font-weight: bold;
}

.sonyGroup .mainArea {
	background-image: url("/hikari/agency/images/kv-bg_pc.png");
	background-position: bottom center;
	background-size: cover;
	text-align: center;
	padding: 60px 0 87px;
}

.sonyGroup .mainArea__comment {
	display: block;
	margin: 0px 0 40px;
}

.sonyGroup .mainArea__notes {
	margin-top: 15px;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.sonyGroup .mainArea__title {
	margin-bottom: 127px;
}

.sonyGroup .mainArea__heading {
	position: relative;
}

.sonyGroup .mainArea__box {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin: 20px;
	padding: 40px;
	position: relative;
}

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

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

.sonyGroup .mainArea__or {
	position: absolute;
	z-index: 2;
	top: 40%;
}

.sonyGroup.mansion2g .mainArea {
	background-image: url("/formansion/agency/images/kv_2gmansion_bg.png");
	background-color: #C2EDFE;
	background-position: bottom center;
	background-size: cover;
	text-align: center;
	padding: 60px 0 240px;
}

.sonyGroup.mansion2g .mainArea__comment {
	display: block;
	margin: 0px 0 40px;
}

.sonyGroup.mansion2g .mainArea__notes {
	margin-top: 15px;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.sonyGroup.mansion2g .mainArea__title {
	margin-bottom: 127px;
}

.sonyGroup.mansion2g .mainArea__heading {
	position: relative;
}

.sonyGroup.mansion2g .mainArea__box {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin: 20px;
	padding: 40px;
	position: relative;
}

.sonyGroup.mansion2g .mainArea__txt {
	width: 765px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
	padding: 32px 44px;
	border-radius: 48px;
}

.sonyGroup.mansion2g .mainArea .apply__notes {
	background-color: transparent;
	padding: 0;
	width: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}

.sonyGroup.mansion2g .mainArea .apply__notes a {
	color: #0066BE;
}

.sonyGroup .apply {
	text-align: center;
}

.sonyGroup .apply__btnArea {
	margin-bottom: 24px;
}

.sonyGroup .apply__btnArea--top {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 49%;
	left: 21%;
}

.sonyGroup .apply__btn--pink {
	width: 260px !important;
	background-color: #E81051 !important;
	box-shadow: 0 10px 0 #9F0030 !important;
	padding: 13px 0 !important;
	margin: 20px auto 0px !important;
}

.sonyGroup .apply__btn--blue {
	width: 260px !important;
	background-color: #2848CE !important;
	box-shadow: 0 10px 0 #231B93 !important;
	padding: 13px 0 !important;
	margin: 20px auto 0px !important;
}

.sonyGroup .apply__btn--white {
	width: 500px;
	background-color: #FFFFFF !important;
	box-shadow: 0 10px 0 #005A4E !important;
	padding: 38px 0;
	margin: 20px auto 0px !important;
	color: #008674 !important;
	font-size: 20px;
	border-radius: 52px;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
}

.sonyGroup .apply__txt {
	padding: 10px 0;
}

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

.sonyGroup .apply__btn:hover,
.sonyGroup .apply__btn:active {
	box-shadow: none;
	transform: translateY(5px);
}

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

.sonyGroup .apply__btn:hover:after,
.sonyGroup .apply__btn:active:after {
	position: absolute;
	animation: arrowApply 0.4s;
}

.sonyGroup .apply__btn--white {
	background-color: #FFFFFF;
	color: #008674;
}

.sonyGroup .apply__notes {
	background-color: #ffffff;
	padding: 20px 0;
	margin-top: 40px;
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

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

.sonyGroup .apply--main {
	margin-top: 47.8px;
}

.sonyGroup .sec__inner {
	width: 1160px;
	margin: auto;
}

.sonyGroup .sec__heading {
	text-align: center;
}

.sonyGroup .sec__txt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}

.sonyGroup .benefits {
	background-color: #008674;
	padding: 78px 0 25px;
}

.sonyGroup .benefits .sec__txt {
	width: 585px;
	margin: 12px auto 24px;
	text-align: center;
	color: #FFFFFF;
}

.sonyGroup .benefits .sec__heading02 {
	margin-top: 50px;
}

.sonyGroup .benefits__stepList {
	display: flex;
	justify-content: center;
	padding: 35px 100px 10px;
	color: #FFFFFF;
}

.sonyGroup .benefits__step {
	position: relative;
	width: 450px;
	padding: 25px 0 18px;
	text-align: center;
}

.sonyGroup .benefits__step:nth-of-type(1) {
	border-right: 2px solid #d9dadb;
	padding-right: 25px;
}

.sonyGroup .benefits__step:nth-child(3) {
	border-left: 2px solid #d9dadb;
	padding-left: 30px;
}

.sonyGroup .benefits__step span {
	display: block;
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
}

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

.sonyGroup .benefits__text {
	font-weight: bold;
	line-height: 1.2;
}

.sonyGroup .benefits__text:nth-child(1) {
	margin-top: 5px;
	font-size: 30px;
}

.sonyGroup .benefits__text:nth-child(2) {
	font-size: 40px;
}

.sonyGroup .benefits__text:nth-child(3) {
	color: #E81051;
	font-size: 55px;
}

.sonyGroup .benefits__text:nth-child(3) span {
	display: inline;
	font-size: 105px;
}

.sonyGroup .benefits__text:nth-child(3) span:nth-of-type(2) {
	font-size: 16px;
	color: #008674;
}

.sonyGroup .benefits__text2 {
	font-weight: bold;
	line-height: 1.2;
}

.sonyGroup .benefits__text2:nth-child(1) {
	margin-top: 5px;
	font-size: 25px;
}

.sonyGroup .benefits__text2:nth-child(2) {
	font-size: 40px;
}

.sonyGroup .benefits__text2:nth-child(3) {
	color: #E81051;
	font-size: 40px;
}

.sonyGroup .benefits__text2:nth-child(3) span {
	display: inline;
	font-size: 84px;
}

.sonyGroup .benefits__text2:nth-child(3) span:nth-of-type(2) {
	font-size: 16px;
	color: #008674;
}

.sonyGroup .benefits__cashback {
	margin: 15px 0 20px;
}

.sonyGroup .benefits__notes {
	width: 960px;
	text-align: left;
	margin: 0 auto 5px;
	color: #FFFFFF;
}

.sonyGroup .benefits__notes span {
	color: #FFFFFF;
}

.sonyGroup .benefits__attention {
	margin: 30px 0 33px;
}

.sonyGroup .benefits__item {
	padding: 50px;
	margin: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.sonyGroup .benefits__item--white {
	background-color: #fff;
}

.sonyGroup .benefits__item--pink {
	background-color: #FFEEF3;
}

.sonyGroup .benefits__item--blue {
	background-color: #E6F0FF;
}

.sonyGroup .benefits__cont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 960px;
	padding: 26.5px 0 16.5px;
	margin: 32px auto 0;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}

.sonyGroup .benefits__cont li {
	position: relative;
	width: 48%;
	text-align: center;
}

.sonyGroup .benefits__cont li:not(:first-of-type)::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 1px;
	left: 1%;
	top: 2%;
	height: 140px !important;
	background-color: #999999;
}

.sonyGroup .benefits__cont li:nth-of-type(3) {
	width: 28%;
}

.sonyGroup .benefits__cont02 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 960px;
	padding: 26.5px 0 16.5px;
	margin: 32px auto 0;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}

.sonyGroup .benefits__cont02 li {
	width: 100%;
	text-align: center;
}

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

.sonyGroup .benefits__plus {
	width: 960px;
	background-color: #FFDF2E;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-ms-border-radius: 19px;
	-o-border-radius: 19px;
	padding: 3px 0 7px;
	margin: 12px auto 0;
	text-align: center;
}

.sonyGroup .benefits__70000 {
	padding: 58px 0 142px;
}

.sonyGroup .benefits .benefits__notes {
	color: #FFFFFF;
}

.sonyGroup .benefits.bgorange h2,
.sonyGroup .benefits.bgwhite h2 {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 40px;
}

.sonyGroup .benefits.bgorange h2::before,
.sonyGroup .benefits.bgwhite h2::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	background-color: #262626;
	width: 100%;
	max-width: 440px;
	height: 4px;
	margin: 0 auto;
}

.sonyGroup .benefits.bgorange .sec__txt,
.sonyGroup .benefits.bgwhite .sec__txt {
	width: auto;
	margin: 12px auto 30px;
	color: #262626;
}

.sonyGroup .benefits.bgorange .sec__content,
.sonyGroup .benefits.bgwhite .sec__content {
	width: 960px;
	margin: 0 auto;
}

.sonyGroup .benefits.bgorange h3,
.sonyGroup .benefits.bgwhite h3 {
	display: inline-block;
	position: relative;
	height: 52px;
	line-height: 52px;
	text-align: center;
	padding: 0 30px;
	font-size: 20px;
	font-weight: bold;
	background: #FFF681;
	color: #262626;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.sonyGroup .benefits.bgorange h3::before,
.sonyGroup .benefits.bgorange h3::after,
.sonyGroup .benefits.bgwhite h3::before,
.sonyGroup .benefits.bgwhite h3::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
}

.sonyGroup .benefits.bgorange h3::before,
.sonyGroup .benefits.bgwhite h3::before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 20px;
	border-color: transparent transparent transparent #F7AA00;
	border-style: solid;
}

.sonyGroup .benefits.bgorange h3::after,
.sonyGroup .benefits.bgwhite h3::after {
	top: 0;
	right: 0;
	border-width: 25px 20px 25px 0px;
	border-color: transparent #F7AA00 transparent transparent;
	border-style: solid;
}

.sonyGroup .benefits.bgorange h4,
.sonyGroup .benefits.bgwhite h4 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	background-color: #EC3024;
}

.sonyGroup .benefits.bgorange .benefits__contBox,
.sonyGroup .benefits.bgwhite .benefits__contBox {
	background-color: #fff;
	width: 960px;
	padding: 30px 40px;
	margin: 32px auto 0;
	border-radius: 18px;
}

.sonyGroup .benefits.bgorange .benefits__contBox .apply__btn,
.sonyGroup .benefits.bgwhite .benefits__contBox .apply__btn {
	max-width: 520px;
}

.sonyGroup .benefits.bgorange .benefits__contBox .apply__btn--pink,
.sonyGroup .benefits.bgwhite .benefits__contBox .apply__btn--pink {
	width: 100% !important;
	background-color: #EC3024 !important;
	box-shadow: 0 5px 0 #9F0030 !important;
}

.sonyGroup .benefits.bgorange .benefits__cont,
.sonyGroup .benefits.bgwhite .benefits__cont {
	width: auto;
	background-color: transparent;
	padding: 0;
}

.sonyGroup .benefits.bgorange .benefits__cont li:last-of-type::before,
.sonyGroup .benefits.bgwhite .benefits__cont li:last-of-type::before {
	height: 100%;
}

.sonyGroup .benefits.bgorange .benefits__notes,
.sonyGroup .benefits.bgwhite .benefits__notes {
	text-align: left;
	margin: 0 auto 5px;
	color: #000000;
}

.sonyGroup .benefits.bgorange .benefits__notes span,
.sonyGroup .benefits.bgwhite .benefits__notes span {
	color: #000000;
}

.sonyGroup .benefits.bgorange .benefits__notes span a,
.sonyGroup .benefits.bgwhite .benefits__notes span a {
	color: #000000;
}

.sonyGroup .benefits.bgorange .benefits .feature__attention02 dl dt,
.sonyGroup .benefits.bgwhite .benefits .feature__attention02 dl dt {
	font-weight: bold;
}

.sonyGroup .benefits.bgorange {
	background-color: #F7AA00;
}

.sonyGroup .benefits.bgwhite {
	background-color: #FFFFFF;
}

.sonyGroup .benefits.bgwhite h3::before {
	border-color: transparent transparent transparent #FFFFFF;
}

.sonyGroup .benefits.bgwhite h3::after {
	border-color: transparent #FFFFFF transparent transparent;
}

.sonyGroup .benefits .benefits__contBox {
	border: 2px solid #F7AA00;
	border-radius: 24px;
}

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

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

.sonyGroup .plan__box {
	padding: 60px 100px 57px;
}

.sonyGroup .plan__about:not(:last-of-type) {
	margin-bottom: 80px;
}

.sonyGroup .plan__caption {
	position: relative;
	background-color: rgba(0, 0, 0, 0.24);
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0 20px 35px;
	border-radius: 16px 16px 0 0;
	-webkit-border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
	-ms-border-radius: 16px 16px 0 0;
	-o-border-radius: 16px 16px 0 0;
}

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

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

.sonyGroup .plan__image {
	padding: 22px 24px 17.5px;
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	border: 1px solid #BFBFBF;
	border-radius: 0 0 16px 16px;
	-webkit-border-radius: 0 0 16px 16px;
	-moz-border-radius: 0 0 16px 16px;
	-ms-border-radius: 0 0 16px 16px;
	-o-border-radius: 0 0 16px 16px;
}

.sonyGroup .plan .plan2024 .plan__caption {
	color: rgb(43, 43, 43);
	background-color: #F7AA00;
	margin-bottom: 24px;
	text-align: center;
}

.sonyGroup .plan .plan2024 .plan__about:not(:last-of-type) {
	margin-bottom: 24px;
}

.sonyGroup .plan .plan2024 .feature__table {
	box-shadow: none;
}

.sonyGroup .plan .plan2024 td {
	width: auto;
	padding: 5px 8px;
	font-weight: bold;
	text-align: right;
	background-color: #ffffe5;
}

.sonyGroup .plan .plan2024 td div {
	padding: 0;
	color: #e81051;
	text-align: center;
	vertical-align: middle;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
}

.sonyGroup .plan .plan2024 td dl {
	display: flex;
	justify-content: space-between;
}

.sonyGroup .plan .plan2024 td dl dd span {
	display: block;
	font-size: 12px;
}

.sonyGroup .plan .plan2024 .column5__table {
	width: 100%;
	overflow: auto;
}

.sonyGroup .plan .plan2024 .table-area {
	display: flex;
	background-color: #ffffff;
	border: #bfbfbf 1px solid;
}

.sonyGroup .plan .plan2024 .table-block {
	width: 160px;
	border-left: #bfbfbf 1px solid;
}

.sonyGroup .plan .plan2024 .table-block.column4 {
	width: 200px;
}

.sonyGroup .plan .plan2024 .table-block th {
	padding: 5px 8px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-right: #bfbfbf 1px solid;
}

.sonyGroup .plan .plan2024 .table-block:last-of-type th {
	border-bottom: none;
}

.sonyGroup .plan .plan2024 .table-block:first-of-type {
	width: 320px;
	border-left: none;
}

.sonyGroup .plan .plan2024 .table-block:first-of-type tr {
	display: table-row;
}

.sonyGroup .plan .plan2024 .table-block:first-of-type tr:first-of-type th {
	display: table-cell !important;
	padding: 0;
	width: 50%;
	background-color: #262626;
}

.sonyGroup .plan .plan2024 .table-block:first-of-type td {
	width: 160px;
	height: auto;
	border-bottom: none;
	text-align: right;
	background-color: #ffffe5;
}

.sonyGroup .plan .plan2024 .table-block.column4:first-of-type {
	width: 360px;
}

.sonyGroup .plan .plan2024 .table-block.column4:first-of-type td {
	width: 200px;
}

.sonyGroup .plan .plan2024 .table-block table {
	width: 100%;
}

.sonyGroup .plan .plan2024 .table-block table tr {
	display: flex;
	flex-direction: column;
}

.sonyGroup .plan .plan2024 .table-block table tr:first-of-type td {
	padding: 0;
	border-bottom: none;
}

.sonyGroup .plan .plan2024 .table-block table tr:nth-of-type(2) th,
.sonyGroup .plan .plan2024 .table-block table tr:nth-of-type(2) td {
	border-bottom: #bfbfbf 1px solid;
	background-color: transparent;
	padding: 8px;
}

.sonyGroup .plan .plan2024 .table-block table tr:nth-of-type(2) td {
	height: auto;
}

.sonyGroup .plan .plan2024 .table-block table tr:nth-of-type(3) th,
.sonyGroup .plan .plan2024 .table-block table tr:nth-of-type(3) td {
	padding: 10px 8px 5px;
}

.sonyGroup .plan .plan2024 .table-block table tr:last-of-type {
	background-color: #ffffe5;
}

.sonyGroup .plan .plan2024 .table-block table tr:last-of-type th {
	background-color: #ffffff;
	border-bottom: none;
	padding: 5px 8px 10px;
}

.sonyGroup .plan .plan2024 .table-block table tr:last-of-type td {
	padding: 5px 8px 10px;
	border-bottom: none;
	text-align: right;
}

.sonyGroup .plan .plan2024 .plan02 {
	margin: 0;
}

.sonyGroup .plan .plan2024 .period {
	background-color: #262626;
	padding: 10px 0;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	clip-path: unset;
}

.sonyGroup .plan .plan2024 .paymentamount01 {
	background-color: #E85B6B;
	color: #ffffff;
	width: 100%;
	padding: 10px 0;
	-webkit-clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 91% 0%, 100% 50%, 91% 100%, 0% 100%);
}

.sonyGroup .plan .plan2024 .paymentamount01 span {
	font-size: 18px;
}

.sonyGroup .plan .plan2024 .feature__table--monthly2 td.tag {
	width: 160px;
	text-align: center;
	background-color: #FFFFFF;
}

.sonyGroup .plan .plan2024 .feature__table--monthly2 td.tag+td {
	width: 800px;
	background-color: #ffffe5;
	padding: 18px 22px;
	line-height: 2;
	text-align: left;
}

.sonyGroup .plan .plan2024 .feature__attention02 {
	color: #262626;
	font-size: 16px;
	margin-top: 20px;
}

.sonyGroup .plan .plan2024 .feature__attention02 dl dt {
	font-weight: bold;
}

.sonyGroup .plan .plan2024 .breakdowncolor {
	color: #e81051;
}

.sonyGroup .feature {
	background-color: #008674;
	padding: 80px 0 38px;
}

.sonyGroup .feature .attention__block {
	border-top: none !important;
	margin-top: 0 !important;
}

.sonyGroup .feature__block {
	padding: 57px 100px 30px;
}

.sonyGroup .feature__block--1 {
	position: relative;
}

.sonyGroup .feature__block--2 {
	padding: 75px 100px 30px;
}

.sonyGroup .feature__block--3 {
	padding: 0px 100px 0px;
}

.sonyGroup .feature__block--3 .handsUp {
	margin-top: 30px;
	background-color: #ffffff;
	opacity: 0.9;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	padding: 40px;
}

.sonyGroup .feature__block--3 .handsUp__ttl {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
}

.sonyGroup .feature__block--3 .handsUp__txt {
	margin-top: 18px;
	font-size: 16px;
	letter-spacing: 0.02em;
}

.sonyGroup .feature__block--3 .handsUp__txt p:not(:last-child) {
	margin-bottom: 20px;
}

.sonyGroup .feature__blockWrap {
	display: flex;
	justify-content: space-between;
}

.sonyGroup .feature__blockWrap--1,
.sonyGroup .feature__blockWrap--3 {
	flex-flow: row-reverse;
}

.sonyGroup .feature__blockWrap--1 .feature__image {
	margin-top: 30px;
}

.sonyGroup .feature__blockWrap--2 .feature__image {
	margin-top: -30px;
}

.sonyGroup .feature__blockWrap--3 .feature__image {
	margin-top: -40px;
}

.sonyGroup .feature__box {
	margin-bottom: 40px;
}

.sonyGroup .feature__box.js-scrollable {
	overflow: unset !important;
}

.sonyGroup .feature__block--bottom {
	padding: 0px 16px 0;
}

.sonyGroup .feature__tag2 {
	margin-left: 27px;
	text-align: center;
}

.sonyGroup .feature__about:not(:last-of-type) {
	margin-bottom: 10px;
}

.sonyGroup .feature__attention02 {
	font-size: 18px;
	margin-top: 20px;
}

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

.sonyGroup .feature__icon {
	position: absolute;
	bottom: 20px;
	left: 5px;
}

.sonyGroup .feature__image {
	width: 460px;
	text-align: center;
}

.sonyGroup .feature__detail {
	width: 460px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sonyGroup .feature__detail1 {
	margin-top: 66px;
}

.sonyGroup .feature__tag {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 35px;
}

.sonyGroup .feature__tag span {
	display: inline-block;
	position: relative;
}

.sonyGroup .feature__tag span sup {
	position: absolute;
	font-size: 0.5em;
	right: 0;
	top: 1.4em;
}

.sonyGroup .feature__attention {
	font-size: 12px;
}

.sonyGroup .feature__caution--icon {
	font-size: 12px;
	color: #707070;
}

.sonyGroup .feature__summery {
	font-size: 20px;
}

.sonyGroup .feature__summery>p:not(:first-of-type) {
	margin-top: 0px;
}

.sonyGroup .feature__summery .c-notes {
	font-size: 16px;
}

.sonyGroup .feature__summery2 {
	font-size: 18px;
}

.sonyGroup .feature__list {
	margin-top: 30px;
}

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

.sonyGroup .feature__btnArea {
	width: 540px;
	margin: auto;
}

.sonyGroup .feature__btnArea .c-btn {
	width: 100%;
	text-decoration: none;
	margin-top: 90px;
	padding: 26px 0 !important;
}

.sonyGroup .feature__btnArea .c-btn--arrow:after {
	display: none;
}

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

.sonyGroup .feature__btnArea .c-btn--arrow:hover:before,
.sonyGroup .feature__btnArea .c-btn--arrow:active:before {
	position: absolute;
	animation: arrowConfirm 0.4s;
}

.sonyGroup .feature__table {
	width: 100%;
	box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.2);
}

.sonyGroup .feature__table th {
	background-color: #FDFFD3;
	color: #2b2b2b;
	border: 1px solid #707070;
}

.sonyGroup .feature__table th:nth-child(3) {
	font-weight: bold;
}

.sonyGroup .feature__table td {
	border: 1px solid #707070;
	background-color: #fff;
	vertical-align: middle;
}

.sonyGroup .feature__table td.tag {
	background-color: #FDFFD3;
	font-weight: bold;
	vertical-align: middle;
}

.sonyGroup .feature__table--monthly {
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.sonyGroup .feature__table--monthly td.tag {
	width: 15%;
}

.sonyGroup .feature__table--monthly td:nth-child(2),
.sonyGroup .feature__table--monthly td:nth-child(3),
.sonyGroup .feature__table--monthly td:nth-child(4),
.sonyGroup .feature__table--monthly td:nth-child(5),
.sonyGroup .feature__table--monthly td:nth-child(6) {
	width: 15%;
}

.sonyGroup .feature__table--monthly2 td.tag {
	width: 9.5%;
}

.sonyGroup .feature__table--initialCost td.tag {
	width: 16.7%;
}

.sonyGroup .feature__searchBtnArea {
	position: absolute;
	transition: all 0.6s;
	right: -2000px;
	top: 40px;
}

.sonyGroup .feature__searchBtnArea.js-open {
	right: -70px;
}

.sonyGroup .feature__searchBtnArea .apply__btn {
	width: 420px;
	background-color: #df1540;
	border-radius: 6px;
	padding: 20px 0;
}

.sonyGroup .feature__notes {
	color: #FFFFFF;
	margin: 0px;
}

.sonyGroup .feature__notes span {
	color: #FFFFFF;
}

.sonyGroup .feature__area--2 {
	margin-top: 10;
}

.sonyGroup .feature__area2 {
	margin-top: 10px;
}

.sonyGroup .feature.bgorange {
	background-color: #F7AA00;
}

.sonyGroup .feature.bgorange h2 span {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #262626;
}

.sonyGroup .feature.bgorange h2 span::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	background-color: #262626;
	width: 100%;
	height: 4px;
	margin: 0 auto;
}

.sonyGroup .feature.bgorange .sec__txt {
	width: auto;
	margin: 12px auto 30px;
	color: #262626;
}

.sonyGroup .feature.bgorange .sec__content {
	margin: 0 auto;
}

.sonyGroup .feature.bgorange h3 {
	display: inline-block;
	position: relative;
	height: 52px;
	line-height: 52px;
	text-align: center;
	padding: 0 30px;
	font-size: 20px;
	font-weight: bold;
	background: #FFF681;
	color: #262626;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.sonyGroup .feature.bgorange h3::before,
.sonyGroup .feature.bgorange h3::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
}

.sonyGroup .feature.bgorange h3::before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 20px;
	border-color: transparent transparent transparent #F7AA00;
	border-style: solid;
}

.sonyGroup .feature.bgorange h3::after {
	top: 0;
	right: 0;
	border-width: 25px 20px 25px 0px;
	border-color: transparent #F7AA00 transparent transparent;
	border-style: solid;
}

.sonyGroup .feature.bgorange h4 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	background-color: #EC3024;
}

.sonyGroup .feature.bgorange .benefits__contBox {
	background-color: #fff;
	width: 960px;
	padding: 30px 40px;
	margin: 32px auto 0;
	border-radius: 18px;
}

.sonyGroup .feature.bgorange .benefits__contBox .apply__btn {
	max-width: 520px;
}

.sonyGroup .feature.bgorange .benefits__contBox .apply__btn--pink {
	width: 100% !important;
	background-color: #EC3024 !important;
	box-shadow: 0 5px 0 #9F0030 !important;
}

.sonyGroup .feature.bgorange .benefits__cont {
	width: auto;
	background-color: transparent;
	padding: 0;
}

.sonyGroup .feature.bgorange .benefits__cont li:last-of-type::before {
	height: 100%;
}

.sonyGroup .feature.bgorange .benefits__notes {
	width: 960px;
	text-align: left;
	margin: 0 auto 5px;
	color: #000000;
}

.sonyGroup .feature.bgorange .benefits__notes span {
	color: #000000;
}

.sonyGroup .feature.bgorange .benefits__notes span a {
	color: #000000;
}

.sonyGroup .feature.bgorange .benefits .feature__attention02 dl dt {
	font-weight: bold;
}

.sonyGroup .feature.bgorange .feature__tag2 {
	text-align: left;
	margin-left: 0;
}

.sonyGroup .feature.bgorange .feature__detail {
	color: #262626;
	display: block;
}

.sonyGroup .feature.bgorange .feature__notes span,
.sonyGroup .feature.bgorange .feature__area {
	color: #262626;
}

.sonyGroup .benefits2 {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 30px 0;
}

.sonyGroup .benefits2 .sec__txt {
	color: #2B2B2B !important;
}

.sonyGroup .benefits2__cont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFEEF3 !important;
	width: 960px;
	padding: 26.5px 0 16.5px;
	margin: 32px auto 0;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
}

.sonyGroup .benefits2__cont li {
	width: 48%;
	position: relative;
	text-align: center;
}

.sonyGroup .benefits2__cont li img {
	width: 70%;
}

.sonyGroup .benefits2__cont li:nth-child(2) img {
	width: 40%;
}

.sonyGroup .benefits2__cont li:nth-child(2)::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 1px;
	left: 4%;
	top: -2%;
	height: 133px;
	background-color: #999999;
}

.sonyGroup .benefits2__cont02 li img {
	width: 40%;
}

.sonyGroup .benefits2__heading {
	margin-top: 40px;
}

.sonyGroup .benefits2__plan--ttl img {
	margin-top: 30px;
}

.sonyGroup .benefits2__step01 {
	background-color: #F3FFD2;
	margin: 35px auto 0;
	padding: 16px 0;
}

.sonyGroup .benefits2__text2 {
	color: #2b2b2b;
}

.sonyGroup .benefits2__text2 span {
	color: #2b2b2b;
}

.sonyGroup .benefits2__text2:nth-child(3) {
	color: #2b2b2b;
}

.sonyGroup .benefits2__text2:nth-child(3) span {
	color: #2b2b2b;
}

.sonyGroup .benefits2__text2:nth-child(3) span:nth-of-type(2) {
	color: #2b2b2b;
}

.sonyGroup .benefits2__notes span {
	color: #2b2b2b;
}

.sonyGroup .flow {
	padding: 65px 0 30px;
	background-color: #008674;
}

.sonyGroup .flow__box {
	text-align: center;
	margin-top: 58px;
}

.sonyGroup .flow__list {
	display: flex;
	justify-content: space-between;
	padding: 0 100px;
	margin-bottom: 30px;
}

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

.sonyGroup .flow__notes {
	padding: 0 100px;
	margin-bottom: 10px;
}

.sonyGroup .flow__notes span {
	color: #FFFFFF;
}

.sonyGroup .flow__notes:not(:first-of-type) {
	margin-bottom: 30px;
}

.sonyGroup .flow.bgorange {
	background-color: #F7AA00;
}

.sonyGroup .flow.bgorange h2 span {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #262626;
}

.sonyGroup .flow.bgorange h2 span::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	background-color: #262626;
	width: 100%;
	height: 4px;
	margin: 0 auto;
}

.sonyGroup .flow.bgorange .sec__txt {
	width: auto;
	margin: 12px auto 30px;
	color: #262626;
}

.sonyGroup .flow.bgorange .flow__notes span {
	color: #262626;
}

.sonyGroup .attention .c-table {
	margin-left: 25px;
}

.sonyGroup .attention .sec__heading {
	position: relative;
}

.sonyGroup .attention .sec__heading span {
	position: absolute;
	top: 16%;
	font-size: 29px;
	left: 10%;
	font-weight: bold;
}

.sonyGroup .attention__title {
	font-weight: bold !important;
}

.sonyGroup .attention__title1 {
	margin-top: 27px;
}

.sonyGroup .attention__title2 {
	margin-top: 56px;
}

.sonyGroup .attention__title4 {
	margin-top: 7px;
}

.sonyGroup .attention__title5 {
	margin-top: 23px;
}

.sonyGroup .attention__title6 {
	margin-top: 10px;
}

.sonyGroup .attention__block {
	width: 960px;
	margin: auto;
}

.sonyGroup .attention__first {
	margin: 20px 0 20px 10px;
}

.sonyGroup .attention__caption {
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
	padding-left: 10px;
}

.sonyGroup .attention__list {
	padding-left: 25px;
}

.sonyGroup .attention__noDotList {
	margin: 20px 0;
	padding-left: 25px;
}

.sonyGroup .attention__noDotItem:nth-of-type(2) {
	margin-top: 20px;
}

.sonyGroup .attention__list7 {
	margin-top: 20px;
}

.sonyGroup .attention__list9 {
	margin-top: 20px;
}

.sonyGroup .attention__case {
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 8px;
}

.sonyGroup .attention__item {
	position: relative;
}

.sonyGroup .attention__item:before {
	content: "・";
	position: absolute;
	left: -20px;
	top: 0;
}

.sonyGroup .attention__item a {
	display: inline-block;
	text-decoration: underline;
	color: #0066be;
}

.sonyGroup .attention--sb .sec__inner {
	border-top: none;
}

.sonyGroup .attention--sb .precautions__item:not(:first-of-type) {
	margin-top: 25px;
}

.sonyGroup .attention--howtoApply {
	margin-bottom: 0;
}

.sonyGroup .attention--howtoApply .sec__inner {
	padding-top: 35px;
	border-top: 1px solid #e5e5e5;
}

.sonyGroup .attention--howtoApply .precautions__item {
	margin-bottom: 8px;
}

.sonyGroup .attention__pickupTxt {
	text-align: center;
	background-color: #fafafa;
	padding: 30px 0;
	margin: 20px 0;
}

.sonyGroup .attention__pickupTxt a {
	display: inline-block;
	text-decoration: underline;
	color: #0066be;
}

.sonyGroup .attention__pdf {
	color: #262626;
	font-weight: normal;
	position: relative;
}

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

.sonyGroup .attention__apply_btn {
	margin: 50px 0 75px;
}

.sonyGroup .attention__link {
	color: #FFFFFF;
}

.sonyGroup .attention__link2 {
	color: #2b2b2b;
}

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

.sonyGroup .attention.plan2024 h2 {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 70px;
}

.sonyGroup .attention.plan2024 h2::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	background-color: #262626;
	width: 100%;
	max-width: 440px;
	height: 4px;
	margin: 0 auto;
}

.sonyGroup .contact {
	width: 100%;
	max-width: 960px;
	margin: auto;
}

.sonyGroup .contact__caption {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2b2b2b;
	padding: 15px 0;
}

.sonyGroup .contact__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #2b2b2b;
}

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

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

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

.sonyGroup .icon--default {
	right: 20px;
	border-color: #424242;
}

.sonyGroup .icon--default .icon-mark:before,
.sonyGroup .icon--default .icon-mark:after {
	background-color: #424242;
}

.sonyGroup .icon--blue {
	right: 15px;
	border-color: transparent;
}

.sonyGroup .icon--blue .icon-mark:before,
.sonyGroup .icon--blue .icon-mark:after {
	background-color: #333;
}

.sonyGroup .icon-mark {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.sonyGroup .icon-mark:before,
.sonyGroup .icon-mark:after {
	content: "";
	display: inline-block;
	width: 36px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.1s;
}

.sonyGroup .icon-mark:before {
	transform: translate(-50%, -50%);
}

.sonyGroup .icon-mark:after {
	top: 6px;
	left: -11px;
	transform: rotate(90deg);
}

.sonyGroup .js-open .icon-mark:after {
	transform: rotate(0deg) !important;
}

.cvArea {
	background-color: #008674;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding: 100px 0 300px;
	color: #fff;
	position: relative;
	margin-bottom: 220px;
}

.cvArea .sec__txt {
	width: 585px;
	margin: 12px auto 24px;
	text-align: center;
	color: #FFFFFF;
}

.cvArea .sec__txt a {
	color: #fff;
}

.cvArea__cont {
	background-color: #fff;
	border: 2px solid #008674;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 41.3px 146.4px 49.3px 147px;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, 0);
}

.cvArea__cont02 {
	padding: 41.3px 22.5px 49.3px;
}

.cvArea__item {
	margin: 10px;
	padding: 50px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #008674;
}

.cvArea__sim {
	text-align: center;
	font-size: 14px;
	margin: 10px 0;
}

.cvArea__sim a {
	color: #fff;
}

.cvArea.bgorange {
	background-color: #F7AA00;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	height: 500px;
	color: #fff;
	position: relative;
}

.cvArea.bgorange h2 {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 40px;
}

.cvArea.bgorange h2::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	background-color: #262626;
	width: 100%;
	max-width: 440px;
	height: 4px;
	margin: 0 auto;
}

.cvArea.bgorange .sec__txt {
	width: auto;
	margin: 12px auto 30px;
	color: #262626;
}

.cvArea.bgorange .sec__content {
	width: 960px;
	margin: 0 auto;
}

.cvArea.bgorange .sec__inner {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.cvArea.bgorange h3 {
	display: inline-block;
	position: relative;
	height: 52px;
	line-height: 52px;
	text-align: center;
	padding: 0 30px;
	font-size: 20px;
	font-weight: bold;
	background: #FFF681;
	color: #262626;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.cvArea.bgorange h3::before,
.cvArea.bgorange h3::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
}

.cvArea.bgorange h3::before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 20px;
	border-color: transparent transparent transparent #F7AA00;
	border-style: solid;
}

.cvArea.bgorange h3::after {
	top: 0;
	right: 0;
	border-width: 25px 20px 25px 0px;
	border-color: transparent #F7AA00 transparent transparent;
	border-style: solid;
}

.cvArea.bgorange h4 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	background-color: #EC3024;
}

.cvArea.bgorange .benefits__contBox {
	background-color: #fff;
	width: 960px;
	padding: 30px 40px;
	margin: 32px auto 0;
	border-radius: 18px;
	border: 2px solid #F7AA00;
}

.cvArea.bgorange .benefits__contBox .apply__btn {
	max-width: 520px;
}

.cvArea.bgorange .benefits__contBox .apply__btn--pink {
	width: 100% !important;
	background-color: #EC3024 !important;
	box-shadow: 0 5px 0 #9F0030 !important;
}

.cvArea.bgorange .benefits__cont {
	width: auto;
	background-color: transparent;
	padding: 0;
}

.cvArea.bgorange .benefits__cont li:last-of-type::before {
	height: 100%;
}

.cvArea.bgorange .benefits__notes {
	width: 960px;
	text-align: left;
	margin: 0 auto 5px;
	color: #000000;
}

.cvArea.bgorange .benefits__notes span {
	color: #000000;
}

.cvArea.bgorange .benefits__notes span a {
	color: #000000;
}

.cvArea.bgorange .benefits .feature__attention02 dl dt {
	font-weight: bold;
}

.cvArea.bgorange.type2 {
	height: 450px;
}

@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%;
	}

	.sonyGroup {
		min-width: 780px;
	}

	.sonyGroup .sec__inner {
		width: auto;
	}

	.sonyGroup .faq__block {
		width: 100%;
	}

	.sonyGroup .feature__searchBtnArea {
		right: 0;
	}

	.sonyGroup .feature__table--monthly {
		margin-top: auto;
	}

	.sonyGroup .benefit__list {
		padding: 0 3.1282586027vw;
	}

	.sonyGroup .benefit__item {
		width: 45.8811261731vw;
	}

	.sonyGroup .flow__stepList {
		padding: 0 3.1282586027vw;
	}

	.sonyGroup .flow__step {
		width: 28.6757038582vw;
	}

	.sonyGroup .flow .faq__block {
		padding: 0 10.4275286757vw;
	}

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

	.sonyGroup {
		min-width: auto;
	}

	.sonyGroup img {
		max-width: 100%;
	}

	.sonyGroup .mainArea {
		background-image: url("/hikari/agency/2g/images/kv-bg_sp.png");
		background-position: center;
		background-size: 100%;
		text-align: center;
		padding: 17.3333333333vw 6.4vw 33.3333333333vw;
	}

	.sonyGroup .mainArea__70000 {
		padding: 17.3333333333vw 6.4vw 42.333333vw;
	}

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

	.sonyGroup .mainArea__title {
		margin: 20px auto 45px;
	}

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

	.sonyGroup.mansion2g .mainArea {
		background-size: 300%;
		padding: 60px 0 150px;
	}

	.sonyGroup.mansion2g .mainArea__comment {
		display: block;
		margin: 0px auto 40px;
		width: 100%;
		max-width: 246px;
	}

	.sonyGroup.mansion2g .mainArea__notes {
		margin-top: 15px;
		text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	}

	.sonyGroup.mansion2g .mainArea__title {
		margin-bottom: 127px;
	}

	.sonyGroup.mansion2g .mainArea__heading {
		position: relative;
		padding: 0 5vw;
	}

	.sonyGroup.mansion2g .mainArea__box {
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		margin: 20px;
		padding: 40px;
		position: relative;
	}

	.sonyGroup.mansion2g .mainArea__txt {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}

	.sonyGroup.mansion2g .mainArea .apply__notes {
		background-color: transparent;
		padding: 0;
		width: auto;
		margin: 0 auto;
		font-size: 12px;
	}

	.sonyGroup .apply {
		text-align: center;
	}

	.sonyGroup .apply__btnArea {
		margin-bottom: 0;
	}

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

	.sonyGroup .apply__btn:hover,
	.sonyGroup .apply__btn:active {
		box-shadow: none;
		transform: translateY(5px);
	}

	.sonyGroup .apply__btn--white {
		background-color: #FFFFFF !important;
		color: #008674 !important;
	}

	.sonyGroup .apply__notes {
		font-size: 12px;
		width: 100%;
		padding: 3.2vw 6.4vw;
		text-align: left;
	}

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

	.sonyGroup .apply__txt {
		margin-top: 1.3333333333vw;
		padding: none;
		white-space: nowrap;
		font-size: 12px;
	}

	.sonyGroup .apply--main {
		margin-top: 0px;
	}

	.sonyGroup .sec__inner {
		width: auto;
		margin: auto;
		padding: 0 6.4vw;
	}

	.sonyGroup .sec__heading {
		text-align: center;
		margin-bottom: 6.6666666667vw;
		width: auto !important;
	}

	.sonyGroup .sec__txt {
		width: 100% !important;
		text-align: center;
		margin-bottom: 6.6666666667vw;
		font-size: 3.7333333333vw;
	}

	.sonyGroup .benefits {
		margin-top: 5px;
		padding: 9.0666666667vw 0 8vw;
	}

	.sonyGroup .benefits .sec__heading {
		width: 61.3333333333vw;
		margin: 0 auto;
	}

	.sonyGroup .benefits .sec__txt {
		width: auto;
		text-align: center;
		margin-top: 0px;
	}

	.sonyGroup .benefits .sec__heading02 {
		margin-top: 6.6666666667vw;
	}

	.sonyGroup .benefits__plus {
		width: auto;
		margin: 1.6vw 0;
	}

	.sonyGroup .benefits__stepList {
		display: block;
		justify-content: space-between;
		padding: 0px;
	}

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

	.sonyGroup .benefits__step {
		position: relative;
		width: auto;
		padding: 6.6666666667vw 0 4.8vw;
		text-align: center;
		border-right: none;
		padding-right: none;
	}

	.sonyGroup .benefits__step span {
		display: block;
		font-size: 4.8vw;
		margin-top: 8vw;
	}

	.sonyGroup .benefits__step:not(:last-of-type) {
		margin-bottom: 6.6666666667vw;
	}

	.sonyGroup .benefits__step:not(:last-of-type):after {
		display: none;
	}

	.sonyGroup .benefits__step:nth-child(1) {
		border-right: none;
		border-left: none;
		padding-right: 0px;
		padding-left: 0px;
		border-bottom: 2px solid #FFFFFF;
	}

	.sonyGroup .benefits__step:nth-child(2) {
		border-right: none;
		padding: 0;
	}

	.sonyGroup .benefits__step:nth-child(3) {
		border-left: none;
		padding-left: 0px;
	}

	.sonyGroup .benefits__text {
		line-height: 1.2;
	}

	.sonyGroup .benefits__text:nth-child(1) {
		margin-top: 5px;
		font-size: 16px !important;
	}

	.sonyGroup .benefits__text:nth-child(2) {
		font-size: 30px !important;
	}

	.sonyGroup .benefits__text:nth-child(3) {
		color: #E81051;
		font-size: 20px !important;
	}

	.sonyGroup .benefits__text:nth-child(3) span {
		display: inline;
		font-size: 55px !important;
	}

	.sonyGroup .benefits__text:nth-child(3) span:nth-of-type(2) {
		font-size: 12px !important;
		color: #008674;
	}

	.sonyGroup .benefits__text2 {
		line-height: 1.2;
	}

	.sonyGroup .benefits__text2:nth-child(1) {
		margin-top: 5px;
		font-size: 16px !important;
	}

	.sonyGroup .benefits__text2:nth-child(2) {
		font-size: 26px !important;
	}

	.sonyGroup .benefits__text2:nth-child(3) {
		font-size: 20px !important;
	}

	.sonyGroup .benefits__text2:nth-child(3) span {
		display: inline;
		font-size: 62px !important;
	}

	.sonyGroup .benefits__text2:nth-child(3) span:nth-of-type(2) {
		font-size: 12px !important;
	}

	.sonyGroup .benefits__attention {
		margin: 20px 0 0px !important;
	}

	.sonyGroup .benefits__notes {
		width: auto;
		font-size: 3.7333333333vw;
		padding: 0;
		font-size: 12px;
	}

	.sonyGroup .benefits .faq__block {
		padding: 0;
	}

	.sonyGroup .benefits__cont {
		flex-direction: column;
		width: auto;
		padding: 4.5333333333vw 0 2.4vw;
		margin: 6.4vw 0 0;
	}

	.sonyGroup .benefits__cont li {
		width: 100%;
		position: relative;
	}

	.sonyGroup .benefits__cont li img {
		width: 70%;
	}

	.sonyGroup .benefits__cont li:not(:first-of-type) img {
		width: 100%;
	}

	.sonyGroup .benefits__cont li:not(:first-of-type)::before {
		position: absolute;
		display: inline-block;
		content: "";
		width: 270px;
		transform: translateX(-50%);
		left: 50%;
		top: -7%;
		height: 1px !important;
		background-color: #999999;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

	.sonyGroup .benefits__cont li.takunai {
		width: 50%;
	}

	.sonyGroup .benefits__cont02 {
		width: 100%;
		padding: 4.8vw 0 2.9333333333vw;
	}

	.sonyGroup .benefits__or {
		top: 47%;
	}

	.sonyGroup .benefits.bgorange h2,
	.sonyGroup .benefits.bgwhite h2 {
		font-size: 24px;
	}

	.sonyGroup .benefits.bgorange h2::before,
	.sonyGroup .benefits.bgwhite h2::before {
		max-width: 440px;
		height: 2px;
	}

	.sonyGroup .benefits.bgorange .sec__txt,
	.sonyGroup .benefits.bgwhite .sec__txt {
		width: auto;
		margin: 12px auto 30px;
		color: #262626;
	}

	.sonyGroup .benefits.bgorange .sec__content,
	.sonyGroup .benefits.bgwhite .sec__content {
		width: 100%;
		margin: 0 auto;
	}

	.sonyGroup .benefits.bgorange h3,
	.sonyGroup .benefits.bgwhite h3 {
		height: 100%;
		line-height: 1.5;
		font-size: 16px;
		padding: 0 15px;
		background-color: transparent;
		background-image: url("/formansion/agency/images/ribbonl_bg.png"), url("/formansion/agency/images/ribbonr_bg.png");
		background-position: center left, center right;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.sonyGroup .benefits.bgorange h3 span,
	.sonyGroup .benefits.bgwhite h3 span {
		display: inline-block;
		background: #FFF681;
		padding: 6px;
	}

	.sonyGroup .benefits.bgorange h3::before,
	.sonyGroup .benefits.bgwhite h3::before {
		border-width: 0px;
	}

	.sonyGroup .benefits.bgorange h3::after,
	.sonyGroup .benefits.bgwhite h3::after {
		border-width: 0px;
	}

	.sonyGroup .benefits.bgorange h4,
	.sonyGroup .benefits.bgwhite h4 {
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		padding: 5px 0;
		background-color: #EC3024;
	}

	.sonyGroup .benefits.bgorange .benefits__contBox,
	.sonyGroup .benefits.bgwhite .benefits__contBox {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}

	.sonyGroup .benefits.bgorange .benefits__contBox .apply__btn,
	.sonyGroup .benefits.bgwhite .benefits__contBox .apply__btn {
		max-width: 520px;
	}

	.sonyGroup .benefits.bgorange .benefits__contBox .apply__btn--pink,
	.sonyGroup .benefits.bgwhite .benefits__contBox .apply__btn--pink {
		width: 100% !important;
		background-color: #EC3024 !important;
		box-shadow: 0 5px 0 #9F0030 !important;
	}

	.sonyGroup .benefits.bgorange .benefits__cont,
	.sonyGroup .benefits.bgwhite .benefits__cont {
		width: auto;
		background-color: transparent;
		padding: 0;
	}

	.sonyGroup .benefits.bgorange .benefits__cont li:first-of-type img,
	.sonyGroup .benefits.bgwhite .benefits__cont li:first-of-type img {
		width: 100%;
	}

	.sonyGroup .benefits.bgorange .benefits__cont li:last-of-type,
	.sonyGroup .benefits.bgwhite .benefits__cont li:last-of-type {
		padding-top: 20px;
	}

	.sonyGroup .benefits.bgorange .benefits__cont li:last-of-type::before,
	.sonyGroup .benefits.bgwhite .benefits__cont li:last-of-type::before {
		height: 1px;
		top: -1%;
	}

	.sonyGroup .benefits.bgorange .benefits .feature__attention02 dl dt,
	.sonyGroup .benefits.bgwhite .benefits .feature__attention02 dl dt {
		font-weight: bold;
	}

	.sonyGroup .plan {
		margin-top: 0;
		padding: 8.333333vw 0 6.4vw;
	}

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

	.sonyGroup .plan .sec__txt {
		margin: 4px auto 0px;
	}

	.sonyGroup .plan__box {
		background-color: #fff;
		padding: 0 0 0;
		margin-bottom: 0vw;
	}

	.sonyGroup .plan__about:not(:last-of-type) {
		margin-bottom: 6.6666666667vw;
	}

	.sonyGroup .plan__caption {
		font-weight: bold;
		font-size: 3.7333333333vw;
		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;
	}

	.sonyGroup .plan__caption:nth-child(1) {
		margin-top: 10px;
	}

	.sonyGroup .plan__caption span {
		margin-left: 0px;
	}

	.sonyGroup .plan .c-table.c-table-pc {
		display: none;
	}

	.sonyGroup .plan .c-table-sp th {
		font-size: 4.2666666667vw;
	}

	.sonyGroup .plan .c-table-sp th small {
		font-size: 3.7333333333vw;
		font-weight: normal;
	}

	.sonyGroup .plan .c-table-sp td {
		padding: 2.6666666667vw 4.2666666667vw !important;
		font-size: 3.7333333333vw;
	}

	.sonyGroup .plan .c-table-sp td .c-notes {
		margin-top: 2.6666666667vw;
	}

	.sonyGroup .plan__image {
		padding: 4.2666666667vw 0vw 6.4vw;
		margin-bottom: 0;
		display: flex;
		justify-content: center;
		border: none;
		border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
		-moz-border-radius: 0 0 0 0;
		-ms-border-radius: 0 0 0 0;
		-o-border-radius: 0 0 0 0;
	}

	.sonyGroup .plan__image03 {
		padding-bottom: 0vw;
	}

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

	.sonyGroup .plan .plan02 .table-block:first-of-type {
		width: 100%;
	}

	.sonyGroup .plan .plan02 .table-block td {
		width: 70%;
	}

	.sonyGroup .plan .paymentamount01:after {
		width: 20px;
		height: 52px;
		top: -3px;
		right: -20px;
	}

	.sonyGroup .plan .column5__table {
		width: 100%;
	}

	.sonyGroup .plan .table-area {
		display: block;
		padding: 0;
		border-radius: 0;
		border: none;
	}

	.sonyGroup .plan .table-block {
		width: 100%;
		margin-bottom: 10px;
		border-right: #bfbfbf 1px solid;
		border-left: #bfbfbf 1px solid;
	}

	.sonyGroup .plan .table-block:first-of-type {
		width: 100%;
	}

	.sonyGroup .plan .table-block:first-of-type td {
		width: 70%;
	}

	.sonyGroup .plan .table-block:first-of-type tr:first-of-type th {
		display: none !important;
	}

	.sonyGroup .plan .table-block:first-of-type tr:first-of-type th.pc-block {
		display: none;
	}

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

	.sonyGroup .plan .table-block th.sp-block {
		display: table-cell !important;
	}

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

	.sonyGroup .plan td {
		width: 70%;
		vertical-align: middle;
		border-left: #e6e6e6 1px solid;
	}

	.sonyGroup .plan td div {
		font-size: 36px;
		width: auto;
		min-width: 0;
	}

	.sonyGroup .plan h3 {
		text-align: center;
		font-size: 3.7333333333vw;
		line-height: normal;
		margin: 0 calc(50% - 50vw) 12px;
		line-height: 1.5;
		padding: 10px;
	}

	.sonyGroup .plan h3::before {
		width: 86px;
		height: 96px;
		top: -60px;
		left: 0;
		right: 63%;
		margin: 0 auto;
	}

	.sonyGroup .plan .plan2024 {
		padding: 9.3333333333vw 0 6vw;
	}

	.sonyGroup .plan .plan2024 h3::before {
		width: 86px;
		height: 96px;
		top: -60px;
		left: 0;
		right: 63%;
		margin: 0 auto;
	}

	.sonyGroup .plan .plan2024 .plan__caption {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}

	.sonyGroup .plan .plan2024 .table-block:first-of-type {
		width: 100%;
	}

	.sonyGroup .plan .plan2024 .table-block td {
		width: 70%;
	}

	.sonyGroup .plan .plan2024 .paymentamount02:after {
		width: 20px;
		height: 52px;
		top: -3px;
		right: -20px;
	}

	.sonyGroup .plan .plan2024 .table-area {
		display: block;
		padding: 0;
		border-radius: 0;
		border: none;
	}

	.sonyGroup .plan .plan2024 .table-block {
		width: 100%;
	}

	.sonyGroup .plan .plan2024 .table-block:first-of-type {
		width: 100%;
		border-left: #bfbfbf 1px solid;
	}

	.sonyGroup .plan .plan2024 .table-block:first-of-type td {
		width: 70%;
		padding: 5px 8px;
	}

	.sonyGroup .plan .plan2024 .table-block:first-of-type tr:first-of-type th {
		display: none !important;
	}

	.sonyGroup .plan .plan2024 .table-block:first-of-type tr:first-of-type th.pc-block {
		display: none;
	}

	.sonyGroup .plan .plan2024 .table-block:last-of-type {
		border-bottom: none;
	}

	.sonyGroup .plan .plan2024 .table-block table {
		border-top: #bfbfbf 1px solid;
		border-bottom: #bfbfbf 1px solid;
		margin-bottom: 10px;
	}

	.sonyGroup .plan .plan2024 .table-block table tr {
		display: table-row;
	}

	.sonyGroup .plan .plan2024 .table-block table tr:nth-of-type(2) td {
		display: table-cell;
	}

	.sonyGroup .plan .plan2024 .table-block table tr td {
		height: auto;
	}

	.sonyGroup .plan .plan2024 .table-block table tr td>span {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sonyGroup .plan .plan2024 .table-block th {
		padding: 10px;
		font-size: 14px;
		line-height: 1.8;
		border-right: none;
	}

	.sonyGroup .plan .plan2024 .table-block th.sp-block {
		display: table-cell !important;
	}

	.sonyGroup .plan .plan2024 .table-block:last-of-type th {
		border-bottom: #bfbfbf 1px solid;
	}

	.sonyGroup .plan .plan2024 .table-block.column4 {
		width: 100% !important;
	}

	.sonyGroup .plan .plan2024 .table-block.column4:first-of-type td {
		width: 70% !important;
	}

	.sonyGroup .plan .plan2024 td {
		width: 70%;
		vertical-align: middle;
		border-left: #e6e6e6 1px dotted;
	}

	.sonyGroup .plan .plan2024 td div {
		font-size: 36px;
		width: auto;
		min-width: 0;
	}

	.sonyGroup .plan .plan2024 .feature__box {
		padding: 0;
	}

	.sonyGroup .plan .plan2024 .feature__table--monthly2 td.tag {
		width: auto;
		padding: 10px;
		font-size: 14px;
		border-left: 1px solid #d9dadb;
	}

	.sonyGroup .plan .plan2024 .feature__table--monthly2 td.tag+td {
		width: 70%;
		padding: 10px;
		font-size: 14px;
	}

	.sonyGroup .plan .plan2024 .feature__about {
		width: 100%;
	}

	.sonyGroup .feature {
		padding: 8.666667vw 0 7vw;
	}

	.sonyGroup .feature .sec__heading {
		width: 88vw;
		margin: 0 auto;
	}

	.sonyGroup .feature__block {
		padding: 0px 1.333333vw 0;
	}

	.sonyGroup .feature__block:not(:last-of-type) {
		margin-bottom: 8vw;
	}

	.sonyGroup .feature__block--3 .handsUp {
		margin-top: 15px;
		background-color: #ffffff;
		opacity: 0.9;
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
		padding: 17px;
	}

	.sonyGroup .feature__block--3 .handsUp__ttl {
		font-size: 4.8vw;
		font-weight: bold;
		letter-spacing: 0.06em;
		padding-bottom: 8px;
		border-bottom: 1px solid #707070;
	}

	.sonyGroup .feature__block--3 .handsUp__txt {
		margin-top: 10px;
		font-size: 4.2666666667vw;
		letter-spacing: 0.02em;
	}

	.sonyGroup .feature__block--3 .handsUp__txt p:not(:last-child) {
		margin-bottom: 20px;
	}

	.sonyGroup .feature__box {
		margin-bottom: 0;
		padding: 30px 0 0;
		overflow: scroll;
	}

	.sonyGroup .feature__box.js-scrollable {
		overflow: auto !important;
	}

	.sonyGroup .feature__about {
		overflow: auto;
		position: relative;
		width: 200%;
	}

	.sonyGroup .feature__about .scroll-hint-icon-wrap {
		position: absolute;
		top: -20%;
		z-index: 3;
		left: -25%;
	}

	.sonyGroup .feature__attention02 {
		font-size: 3.4666666667vw;
	}

	.sonyGroup .feature__blockWrap {
		display: block;
	}

	.sonyGroup .feature__blockWrap--1,
	.sonyGroup .feature__blockWrap--3 {
		flex-flow: row-reverse;
	}

	.sonyGroup .feature__blockWrap--1 .feature__image {
		margin-top: auto;
	}

	.sonyGroup .feature__blockWrap--2 .feature__image {
		margin-top: auto;
	}

	.sonyGroup .feature__blockWrap--3 .feature__image {
		margin-top: auto;
	}

	.sonyGroup .feature__caption {
		padding: 10px 0 10px 28px !important;
		font-size: 16px !important;
		text-align: left;
	}

	.sonyGroup .feature__notes {
		color: #FFFFFF;
		margin-top: 0;
		font-size: 12px;
		letter-spacing: 0.01em;
		line-height: 1.5;
	}

	.sonyGroup .feature__notes span {
		color: #FFFFFF;
	}

	.sonyGroup .feature__image {
		width: auto;
		padding: 0 2.1333333333vw;
		margin-bottom: 5.3333333333vw;
		text-align: center;
	}

	.sonyGroup .feature__image01 {
		width: 182px;
	}

	.sonyGroup .feature__detail {
		width: auto;
		padding: 0;
	}

	.sonyGroup .feature__detail1 {
		margin-top: 0px;
	}

	.sonyGroup .feature__tag {
		font-size: 4.8vw;
		font-weight: bold;
		margin-bottom: 4.8vw;
	}

	.sonyGroup .feature__summery {
		font-size: 16px;
	}

	.sonyGroup .feature__summery>p:not(:first-of-type) {
		margin-top: 4vw;
	}

	.sonyGroup .feature__summery .c-notes {
		font-size: 12px;
	}

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

	.sonyGroup .feature__attention {
		font-size: 12px;
	}

	.sonyGroup .feature__caution--icon {
		font-size: 10px;
	}

	.sonyGroup .feature__btnArea {
		width: auto;
		margin: auto;
	}

	.sonyGroup .feature__btnArea .c-btn {
		width: 100%;
		text-decoration: none;
		margin-top: 8vw !important;
		padding: 4.8vw 0 !important;
		font-size: 3.4666666667vw;
	}

	.sonyGroup .feature__btnArea .c-btn--arrow:before {
		width: 1.8666666667vw;
		height: 2.4vw;
	}

	.sonyGroup .feature__icon {
		bottom: 5px;
	}

	.sonyGroup .feature__table {
		width: 100%;
	}

	.sonyGroup .feature__table th {
		background-color: #FDFFD3;
		color: #2b2b2b;
		border: 1px solid #d9dadb;
		font-size: 12px;
	}

	.sonyGroup .feature__table th:nth-child(2) {
		font-weight: bold;
	}

	.sonyGroup .feature__table td {
		text-align: center;
		border: 1px solid #d9dadb;
		background-color: #fff;
		font-size: 12px;
	}

	.sonyGroup .feature__table td.tag {
		background-color: #FDFFD3;
		font-weight: bold;
		vertical-align: middle;
		padding: 2vw 0;
		font-size: 12px;
	}

	.sonyGroup .feature__table--monthly {
		position: relative;
		z-index: 2;
		margin-bottom: 11.333333vw;
	}

	.sonyGroup .feature__table--monthly2 {
		margin-bottom: 0;
	}

	.sonyGroup .feature__table--initialCost td.tag {
		width: 19.2vw;
	}

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

	.sonyGroup .feature .side-scrollingBox:before {
		content: "月額負担金";
		display: inline-block;
		position: absolute;
		top: 1.0666666667vw;
		left: 50%;
		transform: translate(-50%, 0);
		font-weight: bold;
	}

	.sonyGroup .feature__tableSP {
		background-color: #fff;
		box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.3);
	}

	.sonyGroup .feature__tableSP th span {
		visibility: hidden;
	}

	.sonyGroup .feature__tableSP th:nth-child(2) {
		font-weight: bold;
	}

	.sonyGroup .feature__tableSP--monthly {
		width: 200%;
	}

	.sonyGroup .feature__tableSP--monthly th {
		text-align: left;
	}

	.sonyGroup .feature__tableSP--monthly td {
		padding: 3.08551vw 2.60688vw;
		width: 20%;
	}

	.sonyGroup .feature__tableSP--monthly td:first-of-type {
		padding: 5.3333333333vw 4.2666666667vw !important;
	}

	.sonyGroup .feature__tableSP--initialCost td {
		border-left: none !important;
		border-right: none !important;
	}

	.sonyGroup .feature__tableSP--initialCost .image-initialcost01 {
		width: 61.3333333333vw;
	}

	.sonyGroup .feature__tableSP--initialCost .image-initialcost02 {
		width: 48vw;
	}

	.sonyGroup .feature__list {
		margin: 18px 0 8px;
	}

	.sonyGroup .feature.bgorange h2 {
		margin-bottom: 40px;
	}

	.sonyGroup .feature.bgorange h2 span {
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.5;
	}

	.sonyGroup .feature.bgorange h2 span::before {
		content: "";
		bottom: -10px;
		width: 100%;
		height: 2px;
	}

	.sonyGroup .feature.bgorange .sec__txt {
		width: auto;
		margin: 12px auto 30px;
		color: #262626;
	}

	.sonyGroup .feature.bgorange .sec__content {
		margin: 0 auto;
	}

	.sonyGroup .feature.bgorange .feature__blockWrap--1 .feature__image {
		max-width: 80%;
		margin: 0 auto;
	}

	.sonyGroup .feature.bgorange h3 {
		display: inline-block;
		position: relative;
		height: 52px;
		line-height: 52px;
		text-align: center;
		padding: 0 30px;
		font-size: 20px;
		font-weight: bold;
		background: #FFF681;
		color: #262626;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
	}

	.sonyGroup .feature.bgorange h3::before,
	.sonyGroup .feature.bgorange h3::after {
		position: absolute;
		content: "";
		width: 0px;
		height: 0px;
		z-index: 1;
	}

	.sonyGroup .feature.bgorange h3::before {
		top: 0;
		left: 0;
		border-width: 25px 0px 25px 20px;
		border-color: transparent transparent transparent #F7AA00;
		border-style: solid;
	}

	.sonyGroup .feature.bgorange h3::after {
		top: 0;
		right: 0;
		border-width: 25px 20px 25px 0px;
		border-color: transparent #F7AA00 transparent transparent;
		border-style: solid;
	}

	.sonyGroup .feature.bgorange h4 {
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		padding: 5px 0;
		background-color: #EC3024;
	}

	.sonyGroup .feature.bgorange .benefits__contBox {
		background-color: #fff;
		width: 960px;
		padding: 30px 40px;
		margin: 32px auto 0;
		border-radius: 18px;
	}

	.sonyGroup .feature.bgorange .benefits__contBox .apply__btn {
		max-width: 520px;
	}

	.sonyGroup .feature.bgorange .benefits__contBox .apply__btn--pink {
		width: 100% !important;
		background-color: #EC3024 !important;
		box-shadow: 0 5px 0 #9F0030 !important;
	}

	.sonyGroup .feature.bgorange .benefits__cont {
		width: auto;
		background-color: transparent;
		padding: 0;
	}

	.sonyGroup .feature.bgorange .benefits__cont li:last-of-type::before {
		height: 100%;
	}

	.sonyGroup .feature.bgorange .benefits__notes {
		width: 960px;
		text-align: left;
		margin: 0 auto 5px;
		color: #000000;
	}

	.sonyGroup .feature.bgorange .benefits__notes span {
		color: #000000;
	}

	.sonyGroup .feature.bgorange .benefits__notes span a {
		color: #000000;
	}

	.sonyGroup .feature.bgorange .benefits .feature__attention02 dl dt {
		font-weight: bold;
	}

	.sonyGroup .feature.bgorange .feature__tag2 {
		text-align: left;
		margin-left: 0;
	}

	.sonyGroup .feature.bgorange .feature__detail {
		display: flex;
		flex-direction: column;
	}

	.sonyGroup .feature.bgorange .feature__notes span,
	.sonyGroup .feature.bgorange .feature__area {
		color: #262626;
	}

	.sonyGroup .benefits2 {
		background-color: #FFFFFF;
		margin: 0;
		padding: 8.333333vw 0 6vw;
	}

	.sonyGroup .benefits2 .sec__txt {
		color: #2B2B2B !important;
		margin: 0 auto;
	}

	.sonyGroup .benefits2__cont {
		flex-direction: column;
		width: auto;
		padding: 4.5333333333vw 0 2.4vw;
		margin: 6.4vw 0 0;
	}

	.sonyGroup .benefits2__cont li {
		width: 100%;
		position: relative;
	}

	.sonyGroup .benefits2__cont li img {
		width: 70%;
	}

	.sonyGroup .benefits2__cont li:nth-child(2) img {
		width: 40%;
	}

	.sonyGroup .benefits2__cont li:nth-child(2)::before {
		position: absolute;
		display: inline-block;
		content: "";
		width: 270px;
		transform: translateX(-50%);
		left: 50%;
		top: -7%;
		height: 1px;
		background-color: #999999;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

	.sonyGroup .benefits2__cont02 {
		padding: 4.8vw 0 2.9333333333vw;
	}

	.sonyGroup .benefits2__cont02 li img {
		width: 45%;
	}

	.sonyGroup .benefits2__step {
		padding: 0 0 0vw;
	}

	.sonyGroup .benefits2__step:not(:last-of-type) {
		margin: 6.666667vw 0 4vw;
	}

	.sonyGroup .benefits2__step01 {
		background-color: #F3FFD2;
		margin: 7px 0;
	}

	.sonyGroup .benefits2__text2 {
		color: #2b2b2b;
	}

	.sonyGroup .benefits2__text2 span {
		color: #2b2b2b;
	}

	.sonyGroup .benefits2__text2:nth-child(3) {
		color: #2b2b2b;
	}

	.sonyGroup .benefits2__text2:nth-child(3) span {
		color: #2b2b2b;
	}

	.sonyGroup .benefits2__text2:nth-child(3) span:nth-of-type(2) {
		color: #2b2b2b;
	}

	.sonyGroup .benefits2__plan--ttlSp img {
		margin-top: 18px;
	}

	.sonyGroup .benefits2__notes span {
		color: #2b2b2b;
	}

	.sonyGroup .flow {
		padding: 9.3333333333vw 0 10vw;
	}

	.sonyGroup .flow .sec__heading {
		width: 61.3333333333vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -2.333333vw;
	}

	.sonyGroup .flow .sec__txt {
		width: auto;
		text-align: center;
	}

	.sonyGroup .flow__stepList {
		display: block;
		justify-content: space-between;
		padding: 0;
		margin-bottom: 6.6666666667vw;
	}

	.sonyGroup .flow__box {
		text-align: center;
		margin: 16px 0;
	}

	.sonyGroup .flow__step {
		position: relative;
		width: auto;
		padding: 6.6666666667vw 0 4.8vw;
		text-align: center;
		border: 2px solid #d9dadb;
	}

	.sonyGroup .flow__step span {
		display: block;
		font-size: 4.8vw;
		margin-top: 8vw;
	}

	.sonyGroup .flow__step:not(:last-of-type) {
		margin-bottom: 6.6666666667vw;
	}

	.sonyGroup .flow__step:not(:last-of-type):after {
		display: none;
	}

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

	.sonyGroup .flow__notes {
		width: auto;
		margin: 0 auto;
		font-size: 12px;
		padding: 0;
	}

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

	.sonyGroup .flow__notes:not(:first-of-type) {
		margin-bottom: 0px;
	}

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

	.sonyGroup .flow.bgorange h2 {
		margin-bottom: 30px;
	}

	.sonyGroup .flow.bgorange h2 span {
		font-size: 24px;
	}

	.sonyGroup .flow.bgorange h2 span::before {
		bottom: -10px;
		height: 2px;
	}

	.sonyGroup .flow.bgorange .sec__txt {
		width: auto;
		margin: 12px auto 30px;
		color: #262626;
	}

	.sonyGroup .flow.bgorange .flow__notes span {
		color: #262626;
	}

	.sonyGroup .attention {
		font-size: 12px;
		padding: 11.666667vw 0 5vw;
	}

	.sonyGroup .attention .sec__heading {
		width: 26.1333333333vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.66666vw;
		position: relative;
	}

	.sonyGroup .attention .sec__heading span {
		position: absolute;
		top: -83%;
		font-size: 20px;
		left: 18%;
		font-weight: bold;
	}

	.sonyGroup .attention__block {
		width: auto;
		max-width: 100%;
	}

	.sonyGroup .attention__block:not(:first-of-type) {
		padding-top: 5.3333333333vw;
		margin-top: 0;
	}

	.sonyGroup .attention__caption {
		font-size: 4.2666666667vw;
		margin-top: 0px;
		margin-bottom: 4vw;
	}

	.sonyGroup .attention__title {
		font-weight: bold !important;
		letter-spacing: 0.04em;
	}

	.sonyGroup .attention__title1 {
		margin-top: 27px;
	}

	.sonyGroup .attention__title2 {
		margin-top: 10px;
	}

	.sonyGroup .attention__title4 {
		margin-top: 7px;
	}

	.sonyGroup .attention__title5 {
		margin-top: 23px;
	}

	.sonyGroup .attention__title6 {
		margin-top: 30px;
	}

	.sonyGroup .attention__list {
		font-size: 3.7333333333vw;
		padding-left: 5.3333333333vw;
	}

	.sonyGroup .attention__case {
		padding-left: 0;
		margin-top: 8vw;
		margin-bottom: 2.1333333333vw;
	}

	.sonyGroup .attention__item {
		font-size: 12px;
		letter-spacing: 0.04em;
		line-height: 1.5;
		position: relative;
	}

	.sonyGroup .attention__item:not(:last-of-type) {
		margin-bottom: 0px;
	}

	.sonyGroup .attention__item:before {
		content: "・";
		position: absolute;
		left: -5.3333333333vw;
		top: 0;
	}

	.sonyGroup .attention__item a {
		position: relative;
		color: #0066be;
		text-decoration: underline;
	}

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

	.sonyGroup .attention--sb .sec__inner {
		border-top: none;
	}

	.sonyGroup .attention--sb .precautions__item:not(:first-of-type) {
		margin-top: 1em;
	}

	.sonyGroup .attention--howtoApply {
		padding-bottom: 1.3333333333vw;
		margin-bottom: 0;
	}

	.sonyGroup .attention--howtoApply .sec__inner {
		padding-top: 0;
		border-top: none;
	}

	.sonyGroup .attention--howtoApply .sec__content {
		padding-top: 9.3333333333vw;
		border-top: 1px solid #e5e5e5;
	}

	.sonyGroup .attention__pickup {
		padding-left: 0;
	}

	.sonyGroup .attention__pickupTxt {
		text-align: left;
		background-color: #fafafa;
		padding: 5.3333333333vw 4.2666666667vw;
		margin: 5.3333333333vw 0;
		font-size: 3.7333333333vw;
	}

	.sonyGroup .attention__pickupTxt a {
		display: inline-block;
		text-decoration: underline;
		color: #0066be;
	}

	.sonyGroup .attention__pdf {
		position: relative;
	}

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

	.sonyGroup .attention .c-table {
		width: 100%;
	}

	.sonyGroup .attention .c-table th {
		padding: 2.6666666667vw 2.1333333333vw;
	}

	.sonyGroup .attention .c-notes {
		font-size: 12px;
	}

	.sonyGroup .attention__txt {
		padding-left: 5.3333333333vw;
	}

	.sonyGroup .attention .sec__inner ul.attention-list li {
		padding: 0 24px;
	}

	.sonyGroup .attention.plan2024 {
		padding: 9.3333333333vw 0 6vw;
	}

	.sonyGroup .attention.plan2024 h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.sonyGroup .attention.plan2024 h2::before {
		height: 2px;
	}

	.sonyGroup .contact__tel {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.sonyGroup .cvArea.bgorange {
		background-color: #F7AA00;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.04em;
		height: 500px;
		color: #fff;
		position: relative;
		width: auto;
		margin: auto;
		padding: 9.3333333333vw 6vw;
	}

	.sonyGroup .cvArea.bgorange h2 {
		font-size: 24px;
	}

	.sonyGroup .cvArea.bgorange h2::before {
		height: 2px;
	}

	.sonyGroup .cvArea.bgorange .sec__txt {
		width: auto;
		margin: 12px auto 30px;
		color: #262626;
	}

	.sonyGroup .cvArea.bgorange .sec__content {
		width: 100%;
		margin: 0 auto;
	}

	.sonyGroup .cvArea.bgorange h3 {
		height: 100%;
		line-height: 1.5;
		font-size: 16px;
		text-align: left;
		padding: 0 15px;
		background-color: transparent;
		background-image: url("/formansion/agency/images/ribbonl_bg.png"), url("/formansion/agency/images/ribbonr_bg.png");
		background-position: center left, center right;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.sonyGroup .cvArea.bgorange h3 span {
		display: inline-block;
		background: #FFF681;
		padding: 6px;
	}

	.sonyGroup .cvArea.bgorange h3::before {
		border-width: 0px;
	}

	.sonyGroup .cvArea.bgorange h3::after {
		border-width: 0px;
	}

	.sonyGroup .cvArea.bgorange h4 {
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		padding: 5px 0;
		background-color: #EC3024;
	}

	.sonyGroup .cvArea.bgorange .benefits__contBox {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}

	.sonyGroup .cvArea.bgorange .benefits__contBox .apply__btn {
		max-width: 520px;
	}

	.sonyGroup .cvArea.bgorange .benefits__contBox .apply__btn--pink {
		width: 100% !important;
		background-color: #EC3024 !important;
		box-shadow: 0 5px 0 #9F0030 !important;
	}

	.sonyGroup .cvArea.bgorange .benefits__cont {
		width: auto;
		background-color: transparent;
		padding: 0;
	}

	.sonyGroup .cvArea.bgorange .benefits__cont li:first-of-type img {
		width: 100%;
	}

	.sonyGroup .cvArea.bgorange .benefits__cont li:last-of-type {
		padding-top: 20px;
	}

	.sonyGroup .cvArea.bgorange .benefits__cont li:last-of-type::before {
		height: 1px;
		top: -1%;
	}

	.sonyGroup .cvArea.bgorange .benefits__notes {
		width: 100%;
		margin: 0 auto 5px;
	}

	.sonyGroup .cvArea.bgorange .benefits .feature__attention02 dl dt {
		font-weight: bold;
	}

	.sonyGroup .cvArea.bgorange.type2 {
		height: 380px;
	}

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

	.sonyGroup .icon--default {
		right: 5.3333333333vw;
		border-color: #424242;
	}

	.sonyGroup .icon--default .icon-mark:before,
	.sonyGroup .icon--default .icon-mark:after {
		background-color: #424242;
	}

	.sonyGroup .icon--blue {
		right: 0vw;
		border-color: transparent;
	}

	.sonyGroup .icon--blue .icon-mark:before,
	.sonyGroup .icon--blue .icon-mark:after {
		background-color: #333;
	}

	.sonyGroup .icon-mark {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}

	.sonyGroup .icon-mark:before,
	.sonyGroup .icon-mark:after {
		content: "";
		display: inline-block;
		width: 4.8vw;
		height: 0.2666666667vw;
		position: absolute;
		left: 50%;
		top: 50%;
		transition: all 0.1s;
	}

	.sonyGroup .icon-mark:before {
		transform: translate(-50%, -50%);
	}

	.sonyGroup .icon-mark:after {
		top: 1.8666666667vw;
		left: -0.5333333333vw;
		transform: rotate(90deg);
	}

	.sonyGroup .js-open .icon-mark:after {
		transform: rotate(0deg) !important;
	}

	.sonyGroup .footerBtnArea {
		transition: all 0.8s;
		position: fixed;
		bottom: -29.3333333333vw;
		left: 0;
		width: 100%;
		background-color: #cbbdae;
		text-align: center;
		padding: 5.3333333333vw 0;
	}

	.sonyGroup .footerBtnArea .apply__btn {
		width: 92vw;
		background-color: #df1540;
		border-radius: 0.8vw;
	}

	.sonyGroup .footerBtnArea .apply__btn--white {
		width: 100vw;
		background-color: #FFFFFF !important;
		box-shadow: 0 10px 0 #005A4E !important;
		padding: 22px 0;
		margin: 20px auto 0px !important;
		color: #008674 !important;
		font-size: 20px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		-ms-border-radius: 32px;
		-o-border-radius: 32px;
	}

	.sonyGroup .footerBtnArea.js-fixed {
		bottom: 0;
	}

	.sim__notesPlanSummery {
		font-size: 3.7333333333vw;
	}

	.cvArea {
		padding: 30px 0px;
		margin-bottom: 0;
	}

	.cvArea__cont {
		flex-direction: column;
		position: inherit;
		transform: translate(0, 0);
		padding: 25px 28.8px 28px 24.7px;
		margin-top: 2.6666666667vw;
	}

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

	.cvArea__sim {
		text-align: center;
		font-size: 14px;
		margin: 2.6666666667vw 0 4.2666666667vw;
	}

	.cvArea__sim a {
		color: #fff;
	}

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

#top-applyNotes {
	text-align: center;
	top: 145px;
}

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

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

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