@charset "UTF-8";

/* ==============================
	Reset
============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color:  #000;
	font-style: normal;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

input, select {
	vertical-align: middle;
}



/* ==============================
	Common
============================== */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	line-height: 1.65;
	font-size: 13px;
	font-family: "ヒラギノ角ゴシック",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Hiragino Sans",'メイリオ',Meiryo,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
	background: #F8F8F8;
	color: #302E2E;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.l-body.is-fix-app-banner {
	padding-bottom: calc(env(safe-area-inset-bottom) + 109px);
}
@media (min-width: 650px) {
	.l-body.is-fix-app-banner {
		padding-bottom: calc(env(safe-area-inset-bottom) + 64px);
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	image-rendering:auto;
}
em {
	font-style: normal;
}

a {
	color: #EA9C04;
}
a:hover {
	color: #EA9C04;
	text-decoration: none;
}

.u-visually-hidden {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

::-webkit-input-placeholder {
	color:#B3B2B1;
}
:-ms-input-placeholder {
	color:#B3B2B1;
}
::placeholder {
	color:#B3B2B1
}


/* ==============================
	Utility
============================== */
.u-container {
	padding-left: 24px;
	padding-right: 24px;
}

.u-bold {
	font-weight: bold !important;
}
.u-em {
	font-weight: bold !important;
	color: #EA9C04 !important;
}
.u-normal {
	font-weight: normal !important;
}
.u-mts {
	margin-top: 16px;
}
.u-mtm {
	margin-top: 24px;
}
.u-mtxl {
	margin-top: 40px;
}
.u-mtxxl {
	margin-top: 48px;
}



/* ==============================
	Layout
============================== */
/***** ヘッダー *****/
.l-header {
	position: relative;
	z-index: 1000;
	padding: 10px 0;
	height: 44px;
	background: #ffffff;
}
.l-header__logo {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	max-width: 480px;
}

.l-header-ui {
	position: relative;
	z-index: 1000;
	height: 54px;
	background: #ffffff;
	border-bottom: solid 1px #D6D5D5;
}
.l-header-ui__in {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 54px;
}
.l-header-ui__title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.l-header-ui__back {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.l-header-ui__back a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
}



/***** メイン *****/
.l-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	box-shadow: 0 2px 8px rgba(64,62,61,0.1);
	min-height: 100vh;
}
.l-main {
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 64px;
}

/***** フッター *****/
.l-footer {
	margin-left: auto;
	margin-right: auto;
}
.l-footer-navi-list {
	margin-top: 16px;
	margin-left: -24px;
	margin-right: -24px;
}
.l-footer-navi-list__item {
	border-top: 1px solid #D6D5D5;
}
.l-footer-navi-list__item:last-child {
	border-bottom: 1px solid #D6D5D5;
}
.l-footer-navi-list__link {
	display: block;
	padding: 15px 24px;
	font-size: 15px;
	background: #ffffff;
	color: #444444;
	text-decoration: none;
	transition: all ease 0.1s;
}
.l-footer-navi-list__link:hover {
	background-color: #fafafa;
	color: #444444;
	text-decoration: none;
}
.l-footer-navi-list__link.is-external {
	background: url(../images/common/icon-list-external-link.svg) no-repeat right 16px center #ffffff;
}
.l-footer-navi-list__link.is-external:hover {
	background-color: #fafafa;
}

.l-footer-contact {
	margin-top: 40px;
}

/* ログアウト */
.l-footer-logout {
	padding-top: 42px;
	padding-bottom: 42px;
	text-align: center;
}
.l-footer-logout__button {
	padding: 0;
	border: none;
	font-size: 13px;
	font-weight: bold;
	background: transparent;
	color: #999999;
	cursor: pointer;
}
.l-footer-logout__button:hover {
	text-decoration: underline;
}

/* アプリバナー */
.l-fixed-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 12px;
	padding-bottom: calc(env(safe-area-inset-bottom) + 12px);
	background: #FEDD42;
}
@media (min-width: 650px) {
	.l-fixed-banner {
		padding-top: 8px;
		padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
	}
}
.l-fixed-banner__wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 480px;
}
@media (min-width: 650px) {
	.l-fixed-banner__wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 624px;
	}
}
.l-fixed-banner__head {
	display: flex;
	align-items: center;
}
.l-fixed-banner__icon {
	width: 40px;
	line-height: 1;
}
@media (min-width: 650px) {
	.l-fixed-banner__icon {
		width: 48px;
	}
	.l-fixed-banner__icon img {
		width: 48px;
	}
}
.l-fixed-banner__txt {
	flex: 1;
	margin-left: 8px;
	line-height: 1.4;
}
.l-fixed-banner__title {
	font-size: 13px;
	font-weight: bold;
}
@media (min-width: 650px) {
	.l-fixed-banner__title {
		font-size: 14px;
	}
}
.l-fixed-banner__body {
	font-size: 12px;
}
@media (min-width: 650px) {
	.l-fixed-banner__body {
		font-size: 13px;
	}
}
.l-fixed-banner__bottom {
	margin-top: 8px;
}
@media (min-width: 650px) {
	.l-fixed-banner__bottom {
		margin-top: 0;
	}
}
.l-fixed-banner-link-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
@media (min-width: 650px) {
	.l-fixed-banner-link-list {
		margin-left: 0;
		margin-right: 0;
	}
}
.l-fixed-banner-link-list__item {
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
}
@media (min-width: 650px) {
	.l-fixed-banner-link-list__item {
		padding-left: 0;
		padding-right: 0;
		width: auto;
		line-height: 1;
	}
	.l-fixed-banner-link-list__item + .l-fixed-banner-link-list__item {
		margin-left: 8px;
	}
}
.l-fixed-banner-link-list__link {
	display: block;
	padding: 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
	background: #FFFBEA;
	color: #302E2E;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.1s;
}
@media (min-width: 650px) {
	.l-fixed-banner-link-list__link {
		padding: 0;
		border-radius: 0;
		background: transparent;
	}
	.l-fixed-banner-link-list__link img {
		height: 44px;
		vertical-align: bottom;
	}
}

.l-fixed-banner-link-list__link:hover {
	background: #ffffff;
	color: #302E2E;
	text-decoration: none;
}
@media (min-width: 650px) {
	.l-fixed-banner-link-list__link:hover {
		background: transparent;
	}
}

.l-fixed-banner-link-list__sp {
	display: inline;
}
@media (min-width: 650px) {
	.l-fixed-banner-link-list__sp {
		display: none;
	}
}
.l-fixed-banner-link-list__pc {
	display: none;
}
@media (min-width: 650px) {
	.l-fixed-banner-link-list__pc {
		display: block;
	}
}



/* ==============================
	Component
============================== */
/***** 見出し *****/
.c-heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #302E2E;
	line-height: 22px;
}

/* ボーダー見出し */
.c-title-border {
	padding-top: 13px;
	padding-bottom: 13px;
	border-top: 4px solid #302E2E;
	border-bottom: 4px solid #302E2E;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.c-title-border span {
	font-size: 14px;
}

/* 黄色下線見出し */
.c-title {
	color: #302E2E;
	text-align: center;
}
.c-title__in {
	display: inline-block;
	padding: 0 16px 8px 16px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 4px solid #FFD20C;
}

/***** ボタン *****/
.c-button {
	display: inline-block;
	padding: 13px 16px;
	width: 100%;
	border-radius: 25px;
	border: 0;
	line-height: 1.65;
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴシック",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"Hiragino Sans",'メイリオ',Meiryo,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
	background: #FFD20C;
	color: #302E2E;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.1s;
	cursor: pointer;
}
.c-button:hover {
	background: #F5C105;
	color: #302E2E;
	text-decoration: none;
}

/* disabledボタン */
.c-button.is-disable,
.c-button:disabled {
	background-color: #DFDFDF !important;
	color: #B3B2B1 !important;
	font-weight: bold;
	pointer-events: none;
}

/* secondaryボタン */
.c-button.is-secondary {
	display: inline-block;
	width: 100%;
	border-radius: 25px;
	border: solid 1px #302E2E;
	font-size: 13px;
	font-weight: bold;
	background: #ffffff;
	color: #302E2E;
	text-align: center;
	text-decoration: none;
	transition: all ease 0.1s;
}
.c-button.is-secondary:hover {
	background: #e9e9e9;
	color: #302E2E;
	text-decoration: none;
}

/* 戻るボタン */
.c-button.is-back {
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px solid #D6D5D5;
	background: #ffffff;
}
.c-button.is-back:hover {
	background: #fbfbfb;
}

/* LINEボタン */
.c-button.is-line {
	background: #45C506;
	color: #ffffff;
}
.c-button.is-line:hover {
	background: #9DDD7D;
}



/***** トースト *****/
.c-toast {
	display: inline-block;
	position: fixed;
	top: calc(50% - 55px);
	left: 50%;
	z-index: 1000;
	padding: 10px 16px 10px 40px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/common/icon-toast-check.svg) left 16px center no-repeat rgba(48, 46, 46, 0.9);
	color: #ffffff;
	box-shadow: 0 2px 8px rgba(64,62,61,0.3);
	transform: translateX(-50%);
	white-space: nowrap;
}


/***** テキスト *****/
.c-txt-main {
	line-height: 1.5;
}
.c-txt-main-br {
	display: block;
	content: "";
	height: 16px;
}
.c-txt-main span {
	font-weight: bold;
	color: #EA9C04;
}
.c-txt-sub {
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	margin: 24px 0 0;
}
.c-txt-err {
	color: #E63B34;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.c-txt-main__bold {
	font-weight: bold;
	color: #EA9C04;
}


/********** 入力フォーム **********/
.c-form-input-text {
	border: solid 1px #D6D5D5;
	border-radius: 6px;
	font-size: 16px;
	box-sizing: border-box;
	color: #302E2E;
	height: 44px;
	width: 100%;
	padding: 12px 16px;
}
/* input:focus {
	outline: 0;
} */

.c-form-textarea {
	box-sizing: border-box;
	padding: 12px 8px;
	border: solid 1px #D6D5D5;
	border-radius: 6px;
	width: 100%;
	min-height: 120px;
	font-size: 16px;
	color: #302E2E;
}

.c-error {
	margin-top: 16px;
	font-size: 12px;
	color: #E63B34;
}
.c-error + .c-error {
	margin-top: 0;
}


/***** フォームステップ *****/
.c-form-step-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.c-form-step-list__item {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 25%;
	color: #999999;
	text-align: center;
}
.c-form-step-list__item::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 50%;
	z-index: 1;
	width: 100%;
	height: 2px;
	background: #DFDFDF;
}
.c-form-step-list__item.is-active::before {
	background: #FFC839;
}
.c-form-step-list__item:first-child::before {
	content: none;
}
.c-form-step-list__num {
	box-sizing: content-box;
	position: relative;
	z-index: 10;
	width: 24px;
	height: 24px;
	border: 4px solid #F8F8F8;
	line-height: 24px;
	border-radius: 16px;
	font-size: 12px;
	font-weight: bold;
	background: #DFDFDF;
}


.c-form-step-list__text {
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
}
.c-form-step-list__text-sub {
	font-weight: normal;
}

.c-form-step-list__item.is-active {
	color: #302E2E;
}
.c-form-step-list__item.is-active .c-form-step-list__num {
	background: #FFC839;
}


/***** ラジオボタン *****/
/* 通常状態 */
.c-form-radio__label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}
.c-form-radio__name {
	position: relative;
}
.c-form-radio__name::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	width: 20px;
	height: 20px;
	border: 1px solid #999999;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
	pointer-events: none;
}
.c-form-radio__name::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: translateY(-50%);
}

/* チェック状態 */
.c-form-radio__input:checked + .c-form-radio__name::before {
	border-color: #F7B100;
}
.c-form-radio__input:checked + .c-form-radio__name::after {
	background-color: #F7B100;
}

/* フォーカス状態 */
.c-form-radio__input:focus + .c-form-radio__name::before {
	box-shadow:0 0 5px rgba(247,177,0,0.5);
}

/* 選択不可状態 */
.c-form-radio__input:disabled + .c-form-radio__input {
	opacity: 0.5;
}
.c-form-radio__input:disabled + .c-form-radio__name::before {
	background-color: #eee;
}
.c-form-radio__input:disabled + .c-form-radio__name::after {
	content: none;
}

/***** プライバシーチェック *****/
/* 通常状態 */
.c-form-privacy__label {
	position: relative;
	padding-left: 32px;
	cursor: pointer;
}
.c-form-privacy__name {
	position: relative;
	font-weight: bold;
}
.c-form-privacy__name::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	width: 24px;
	height: 24px;
	border: 1px solid #D6D5D5;
	border-radius: 4px;
	background-color: #F8F8F8;
	transform: translateY(-50%);
	pointer-events: none;
}
.c-form-privacy__name::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	width: 13px;
	height: 9px;
	border-radius: 50%;
	background: url(../images/common/icon-privacy-check-off.svg) no-repeat center center;
	background-size: 13px 9px;
	transform: translateY(-50%);
}

/* チェック状態 */
.c-form-privacy__input:checked + .c-form-privacy__name::before {
	border-color: #FFD20C;
	background: #FFD20C;
}
.c-form-privacy__input:checked + .c-form-privacy__name::after {
	background: url(../images/common/icon-privacy-check-on.svg) no-repeat center center;
}

/* フォーカス状態 */
.c-form-privacy__input:focus + .c-form-privacy__name::before {
	border-color: #FFD20C;
}

/* 選択不可状態 */
.c-form-privacy__input:disabled + .c-form-privacy__input {
	opacity: 0.5;
}
.c-form-privacy__input:disabled + .c-form-privacy__name::before {
	background-color: #eee;
}
.c-form-privacy__input:disabled + .c-form-privacy__name::after {
	content: none;
}

/***** ドキュメント系 *****/
.c-doc__title {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D5D5;
	font-size: 14px;
	font-weight: bold;
}
.c-doc__title-sub {
	font-size: 13px;
	font-weight: bold;
}

.c-doc__wrapper + .c-doc__wrapper {
	margin-top: 60px;
}
.c-doc__section + .c-doc__section {
	margin-top: 40px;
}
.c-title-border + .c-doc__section {
	margin-top: 40px;
}

.c-doc__body + .c-doc__body {
	margin-top: 28px;
}
.c-doc__body-sub {
	margin-top: 16px;
}

.c-doc-list {
	margin-top: 16px;
}
.c-doc-list.is-mts {
	margin-top: 8px;
}
.c-doc-list__item {
	position: relative;
	margin-top: 4px;
	padding-left: 1.5em;
}
.c-doc-list__item::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.c-doc-list.is-num {
	counter-reset: number;
}
.c-doc-list.is-num .c-doc-list__item {
	padding-left: 1.8em;
}
.c-doc-list.is-num .c-doc-list__item::before {
	width: 1.7em;
	text-align: right;
	counter-increment: number;
	content: counter(number) '.';
}

.c-doc-list-sub {
	margin-top: 8px;
}
.c-doc-list-sub__item {
	position: relative;
	margin-top: 4px;
	padding-left: 1.5em;
	font-size: 12px;
}
.c-doc-list-sub__item::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.c-doc-list-sub.is-num {
	counter-reset: number;
}
.c-doc-list-sub.is-num .c-doc-list-sub__item {
	padding-left: 1.8em;
}
.c-doc-list-sub.is-num .c-doc-list-sub__item::before {
	width: 1.7em;
	text-align: right;
	counter-increment: number;
	content: counter(number) '）';
}


/* ==============================
	ジュエルライブ
============================== */
/***** ステップ *****/
.c-form-step.is-jewel .c-form-step-list__item.is-active .c-form-step-list__num {
	background: #FF649B;
	color: #ffffff;
}
.c-form-step.is-jewel .c-form-step-list__item.is-active::before {
	background: #FF649B;
}

/***** ラジオボタン *****/
/* チェック状態 */
.c-form-radio__label.is-jewel .c-form-radio__input:checked + .c-form-radio__name::before {
	border-color: #F32B72;
}
.c-form-radio__label.is-jewel .c-form-radio__input:checked + .c-form-radio__name::after {
	background-color: #F32B72;
}
/* フォーカス状態 */
.c-form-radio__label.is-jewel .c-form-radio__input:focus + .c-form-radio__name::before {
	box-shadow:0 0 5px rgba(243,43,114,0.5);
}

/***** プライバシーチェック *****/
/* チェック状態 */
.c-form-privacy__label.is-jewel .c-form-privacy__input:checked + .c-form-privacy__name::before {
	border-color: #F93C69;
	background: #F93C69;
}
.c-form-privacy__label.is-jewel .c-form-privacy__input:checked + .c-form-privacy__name::after {
	background: url(../images/common/icon-privacy-check-white.svg) no-repeat center center;
}
/* フォーカス状態 */
.c-form-privacy__label.is-jewel .c-form-privacy__input:focus + .c-form-privacy__name::before {
	border-color: #F93C69;
}

/***** ボタン *****/
.c-button.is-jewel {
	background: #F93C69;
	color: #ffffff;
}

/***** テキスト *****/
.c-txt-main__bold.is-jewel {
	color: #F93C69;
}


/* ==============================
	マダムライブ
============================== */
/***** ステップ *****/
.c-form-step.is-madam .c-form-step-list__item.is-active .c-form-step-list__num {
	background: #58B4F6;
	color: #ffffff;
}
.c-form-step.is-madam .c-form-step-list__item.is-active::before {
	background: #58B4F6;
}

/***** ラジオボタン *****/
/* チェック状態 */
.c-form-radio__label.is-madam .c-form-radio__input:checked + .c-form-radio__name::before {
	border-color: #1B93EA;
}
.c-form-radio__label.is-madam .c-form-radio__input:checked + .c-form-radio__name::after {
	background-color: #1B93EA;
}
/* フォーカス状態 */
.c-form-radio__label.is-madam .c-form-radio__input:focus + .c-form-radio__name::before {
	box-shadow:0 0 5px rgba(27,234,114,0.5);
}

/***** プライバシーチェック *****/
/* チェック状態 */
.c-form-privacy__label.is-madam .c-form-privacy__input:checked + .c-form-privacy__name::before {
	border-color: #3EABE9;
	background: #3EABE9;
}
.c-form-privacy__label.is-madam .c-form-privacy__input:checked + .c-form-privacy__name::after {
	background: url(../images/common/icon-privacy-check-white.svg) no-repeat center center;
}
/* フォーカス状態 */
.c-form-privacy__label.is-madam .c-form-privacy__input:focus + .c-form-privacy__name::before {
	border-color: #3EABE9;
}

/***** ボタン *****/
.c-button.is-madam {
	background: #3EABE9;
	color: #ffffff;
}

/***** テキスト *****/
.c-txt-main__bold.is-madam {
	color: #3EABE9;
}


/* ==============================
	VI-VO
============================== */
/***** ステップ *****/
.c-form-step.is-vivo .c-form-step-list__item.is-active .c-form-step-list__num {
	background: #FB77A7;
	color: #ffffff;
}
.c-form-step.is-vivo .c-form-step-list__item.is-active::before {
	background: #FB77A7;
}

/***** ラジオボタン *****/
/* チェック状態 */
.c-form-radio__label.is-vivo .c-form-radio__input:checked + .c-form-radio__name::before {
	border-color: #F54886;
}
.c-form-radio__label.is-vivo .c-form-radio__input:checked + .c-form-radio__name::after {
	background-color: #F54886;
}
/* フォーカス状態 */
.c-form-radio__label.is-vivo .c-form-radio__input:focus + .c-form-radio__name::before {
	box-shadow:0 0 5px rgba(245,72,134,0.5);
}

/***** プライバシーチェック *****/
/* チェック状態 */
.c-form-privacy__label.is-vivo .c-form-privacy__input:checked + .c-form-privacy__name::before {
	border-color: #F669A4;
	background: #F669A4;
}
.c-form-privacy__label.is-vivo .c-form-privacy__input:checked + .c-form-privacy__name::after {
	background: url(../images/common/icon-privacy-check-white.svg) no-repeat center center;
}
/* フォーカス状態 */
.c-form-privacy__label.is-vivo .c-form-privacy__input:focus + .c-form-privacy__name::before {
	border-color: #F669A4;
}

/***** ボタン *****/
.c-button.is-vivo {
	background: #F669A4;
	color: #ffffff;
}

/***** テキスト *****/
.c-txt-main__bold.is-vivo {
	color: #F669A4;
}

/***** カード *****/
.c-card {
	padding: 32px 24px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(64,62,61,0.04);
}
.c-card.is-wide {
	padding-left: 16px;
	padding-right: 16px;
}

/***** テーブルリスト *****/
.c-table-list__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D5D5;
}
.c-table-list__body {
	display: flex;
	align-items: flex-end;
	text-align: right;
}
.c-table-list__num {
	font-size: 14px;
	font-weight: bold;
	color: #EA9C04;
}
.c-table-list__unit {
	margin-left: 2px;
	font-size: 12px;
	font-weight: bold;
}

/***** テーブル *****/
.c-table {
	width: 100%;
}
.c-table th {
	padding: 4px 8px;
	border: 1px solid #D6D5D5;
	font-size: 11px;
	font-weight: bold;
	background: #302E2E;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.c-table td {
	padding: 4px 4px;
	border: 1px solid #D6D5D5;
	font-size: 11px;
	font-weight: bold;
	background: #ffffff;
	vertical-align: middle;
	text-align: center;
}
.c-table tr:nth-child(even) td {
	background: #F8F8F8;
}
.c-table.is-col4 thead th {
	width: 25%;
}
.c-table tbody th {
	text-align: right;
}


/* ==============================
	indicator
============================== */
.c-indicator-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 13px;
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.06);
	opacity: 97%;
}