@charset "utf-8";
*, *:before, *:after {
	box-sizing: border-box;
}
body {
    font-size: 14px;
    font-family: "Hiragino UD Sans W6 JIS2004", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #505050;
}
a {
	color: #0066cc;
}
p {
	line-height: 1.5em;
}
hr {
	border-top: 1px solid #aaa;
}

input[type="text"],
input[type="password"],
input[type="tel"],wrapper
input[type="email"],
input[type="url"],
select {
	height: 2em;
	padding: 0 .5em;
	vertical-align: middle;
	border: 1px solid #b9b9b9;
	background-color:white;
}
input[type="checkbox"] {
	margin: -1px 0.5em 0 0;
	vertical-align: middle;
}
button,
input[type="submit"] {
	height: auto;
	padding: .5rem 2em;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}
button:hover,
input[type="submit"]:hover {
	background-color: #ffffff;
	color: #505050;
}

h1 {
	margin: 0;
	font-size: 1.55em;
	line-height: 0;
}
h2 {
	margin: 2em 0 1.5em;
	padding: 0 0 .4em .5em;
	border-bottom: 1px solid #d1d2d2;
	font-size: 25px;
}

h3 {
	margin: .25em;
	font-size: 1em;
}

ul {
	list-style: none;
	padding: 0;
}


/**
 * ページ情報
 */
 .page-info {
	margin: 0;
	text-align: right;
 }
.help-trriger,
.help-trriger:before {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	height: 2em;
	border: 1px solid #212938;
}
.help-trriger {
	padding: 0 1em 0 .5em;
	color: #212938;
	font-weight: bold;
}
.help-trriger:before {
	content: '？';
	justify-content: center;
	position: relative;
	left: -0.5em;
	width: 2em;
	background: #212938;
	color: white;
	font-weight: bold;
}

/**
 * ブロック
 */
#wrapper {
	display: flex;
	flex-direction: column;
}
#wrapper:has(div#front_header) {
    background: #7c7c7c;
    font-size: 16px;
}
div#flex_container {
    display: flex;
    max-width: 1200px;
    margin: 0 calc(50vw - 600px);
    padding: 0 25px;
    min-height: 84.8vh;
  word-break: break-all;
}
/**
 *  FE
 **/
#front_header img.logo, #header img.logo {
    width: 210px;
    padding-bottom: 4px;
}
#front_header > div {
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 5em;
	max-width: 1145px;
	margin: auto;
	padding-left: 10px;
	font-weight: bold;
}

#go-affiliate-site,
#go-portal-site{
    border: 1px solid #dc8a5b;
    transition: none;
}
#front_header div h1 a {
    color: #fff;
}
#go-affiliate-site,
#go-portal-site {
	color: #fff;
    background-color: #dc8a5b;
}
#exness_top {
    color: #050505!important;
	background-color: #fcd800;
    border: 1px solid #fcd800;
    transition: none;
}
#logout {
	color: #dc8a5b;
}
#front_header a:hover {
	color: #ffffff;
}
#front_header img:not(.ranking) {
	display: block;
}

#front_header,
#front_footer {
	background-color: #212938;
	color: #fff;
}
#content {
    width: 100%;
}

#content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    background: #fff;
}
#nav {
	background-color: #212938;
    margin: 0;
    padding-top: 20px;
}
#nav ul.clearfix {
    margin-block-start: 0;
}
#nav li {
    width: 14em;
    background: transparent;
}
#nav li.cashback_list, 
#nav li.trade_hislist,
#nav li.withdrawal_list,
#nav li.info_list, 
#nav li.cashback_open {
    background-color: initial!important;
}
#nav li.cashback_open {
    display: none;
}
#nav a {
    display: block;
    padding: 10px 16px 7px;
    margin: 0 9px 7px 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#nav span.ahref {
    display: block;
    padding: 10px 16px 7px;
    margin: 0 9px 7px 0;
    color: #fff;
}
#nav a:hover {
	/*border-bottom-color: #0066cc;*/
}
#nav ul li a i, #nav ul li span.ahref i {
    margin-right: 9px;
}
#nav ul li.cashback_open, 
#nav ul li.cashback_account, 
#nav ul li.history, 
#nav ul li.trading, 
#nav ul li.exness_trading {
}

#nav .nav-affiliate-site,
#nav .nav-portal-site,
#nav .logout {
	display: none;
}
@media (min-width: 769px) {
    #nav ul li.menu, 
    #nav ul li.history,
    #nav ul li.user_modify {
        margin-bottom: 0em;
    }
    
    #nav ul li.withdrawal_list {
        margin-top: 0em;
    }
}
@media (min-width: 769px) {
    #smart_nav {
        display:none;
    }
}
#smart_nav .fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #1d2144d9;
    z-index: 999;
}
#smart_nav .fixed-menu a {
    display: inline-block;
    padding: 7px 0 5px;
    color: #fff;
    text-decoration: none;
}
#smart_nav .fixed-menu .flex_cont {
    display: flex;
}
#smart_nav .fixed-menu .flex_box {
    text-align: center;
    width: 25%;
    border-right: 1px solid #615c87;
}
#smart_nav .nav_icon {
    display: block;
    font-size:17px;
    padding-top: 4px;
}
#smart_nav .nav_txt {
    display: block;
    font-size:13px;
}

/**
 *  BE
 **/
#header > div {
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 4em;
	max-width: 1200px;
	margin: auto;
	padding-left: 8px;
}
#header a {
	color: #efefef;
}
#header a:hover {
	color: #ffffff;
}
#header img {
	display: block;
}
#header,
#footer {
	background-color: #212938;
	color: #fff;
	border-bottom: 3px solid #212938;
	border-top: 3px solid #212938;
}
#back_content {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto 3em;
}
#back_nav {
	background-color: #f0f0f0;
}
#back_nav ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
}
#back_nav li {
	/*float: right;*/
	/**    EXNESS追加分で文字を縮小
 	font-size: 0.7rem;**/

}
#back_nav a {
	display: block;
	padding: 10px 0 5px;
	margin: 0 9px 7px 0;
	border-bottom: 2px solid #ccc;
	color: #505050;
	transition-duration: 0.25s;
	text-decoration: none;
}
#back_nav a:hover {
	border-bottom-color: #0066cc;
}
#back_nav .nav-affiliate-site,
#back_nav .nav-portal-site,
#back_nav .logout {
	display: none;
}

@media (max-width: 1199px) {
    #front_header > div {
        max-width: none;
    }
    div#flex_container {
        max-width: none;
        margin: 0 25px;
        padding: 0 25px;
    }
}

#go-affiliate-site,
#go-portal-site,
#logout {
	margin-right: 8px;
	padding: .5em 1.5em;
	border: 1px solid #dc8a5b;
	font-size: 12px;
	transition-duration: 0.6s;
	text-decoration: none;
}

#exness_top {
	margin-right: 8px;
	padding: .5em 1.5em;
	border: 1px solid #505050;
	font-size: 12px;
	transition-duration: 0.6s;
	text-decoration: none;
}

#go-affiliate-site:hover,
#go-portal-site:hover,
#logout:hover,
#exness_top:hover{
    -webkit-box-shadow: 2px 2px 9px 2px #ffffff4d;
    box-shadow: 2px 2px 9px 2px #ffffff4d;
    transition: 0.3s;
}
#front_header #go-affiliate-site:hover,
#front_header #go-portal-site:hover,
#front_header #logout:hover {
    -webkit-box-shadow: 2px 2px 9px 2px #ffffff4d;
    box-shadow: 2px 2px 9px 2px #ffffff4d;
    transition: 0.3s;
}
.nav-open {
	display: none;
}
#footer {
	margin-top: auto;
	padding-right: 12px;
	color: #d6d6d6;
}
@media (max-width: 768px) {
    #footer {
        margin-bottom: 50px;
    }
}
#footer div {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	max-width: 1200px;
	height: 60px;
	margin: 2px auto 8px;
	text-align: right;
	background-image: url('../img/fanclub_logo_white.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.messages {
	font-weight: bold;
}
.messages p {
	margin: 0 0 .5em 0;
}

.button-panel {
	margin: 2em 0 0;
}
.button-panel :first-child {
	float: left;
	margin: 0 1em .25em 0;
}
.button-panel :not(:first-child) {
	float: right;
	margin: 0 0 .25em 1em;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}

.search_total {
	margin: .5em 0;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/** テーブル **/

table {
	border-collapse: collapse;
}

.horizontal th,
.vertical th {
	padding: 10px;
	text-align: left;
	border: 1px solid #cacaca;
    background-color: #212938;
    color: #ffffff;
	white-space: nowrap;
}
.vertical th {
	width: 30%;
}
.horizontal td,
.vertical td {
	border: 1px solid #cacaca;
	padding: .2em 10px;
}
.horizontal td input,
.horizontal td select,
.vertical td input,
.vertical td select {
	border: none;
}
.horizontal td input:hover,
.vertical td input:hover {
	outline: .75px solid #babfff;
}


/** 汎用 **/

.clearfix:after {
	clear: both;
	display: table;
	content: '';
}

.centering {
	margin-left: auto;
	margin-right: auto;
}

.hide {
	display: none/*!important*/;
}

.short  { width: 6em; }
.half   { width: 50%; }
.medium { width: 65%; }
.long   { width: 85%; }
.full   { width: 99%; }

.large	{ font-size: 1.5em; }
.small	{ font-size: .85em; }

.bold	{ font-weight: bold; }

.text-left   { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }

.float-left  { float: left; }
.float-right { float: right; }

.tb_only { display: none; }

/** 配色 **/

.info {
	color: #818c62;
}
.success {
	color: #5B6E8C;
}
.danger {
	color: #c14e4e;
}
.annotation {
	color: #8c412b;
}
.muted {
	color: #918787;
}

.dragover {
	opacity: 0.5;
}

.btn {
	border: 3px solid #e0e0e0;
	background-color: #e0e0e0;
	color: #787878;
}
.primary {
	border: 3px solid #212938;
	background-color: #212938;
	color: #fff;
	transition: .3s;
}
.secondary {
	border: 3px solid #979797;
	background-color: #979797;
	color: #fff;
	transition: .3s;
}
.auxiliary {
	border: 3px solid #212938;
	background-color: #212938;
	color: #fff;
	transition: .3s;
}
.setrebate {
	border: 3px solid #212938;
	background-color: #212938;
	color: #fff;
	transition: .3s;
}
.changerate {
	border: 3px solid #dc8a5b;
	background-color: #dc8a5b;
	color: #fff;
	transition: .3s;
}

.caution {
	color: #fff;
	background-color: #7a7d82;
	padding: .5em .75em;
}

/** 項目種類 **/

.date {
	width: 9em;
}
.money {
	text-align: right;
}
.money:after {
	margin-left: .25em;
	content: "\5186";
}
.money.usd:after,
.money.eur:after {
	display: none;;
}
.money.usd:before {
	content: "\ff04";	/** ＄ */
}
.money.eur:before {
	content: "\20ac";	/** € */
}

.blank-text:empty:after {
	content: attr(data-blank);
}
.colon:after {
	content: '\ff1a'; /** ： */
}
select.trader {
	min-width: 12em;
}
img.help {
	margin: -2px 0 0 .5em;
	height: 1.1em;
	cursor: pointer;
	vertical-align: middle;
}

[type="text"].border,
[type="password"].border,
[type="email"].border,
[type="tel"].border,
[type="url"].border {
	border-bottom: 1px solid #d6d6d6;
}

.transmit::before {
	content: '\203b'; /** ※ **/
}
.transmit {
	margin-left: 1em;
	text-indent: -1em;
}

/** スクロールトップ **/
#go-top {
	position: fixed;
	bottom: 14px;
	right: 14px;
	height: 42px;
	width: 42px;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 3px;
	opacity: 0;
	cursor: pointer;
	transition-duration: 1s;
}
#go-top.show {
	opacity: 1;
	transition-duration: 1s;
}
@media (max-width: 768px) {
    #go-top.show {
        display:none;
    }
}
#go-top::after {
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	border-top: 3px solid rgba(255, 255, 255, 0.75);
	border-left: 3px solid rgba(255, 255, 255, 0.75);
	transform: translate(14px, 17px) rotate(45deg);
}
.login-content ~ #go-top {
	display: none;
}

/** 検索フォーム **/

.list-table {
	margin-left: 1em;
}
.list-table li {
	display: block;
	clear: both;
	margin-bottom: 1px;
	white-space: nowrap;
}
.list-table li > span,
.list-table li > div {
	min-height: 2.75em;
	line-height: 2.75em;
}
.list-table li > span {
	display: block;
	float: left;
	width: 10em;
}
.list-table li > div {
	margin-left: 10em;
}

.flex-container .list-table {
	margin: 0;
	padding-left: 1em;
}

/** 一覧 **/
.history-table,
.trading-table,
.result-table,
.news-table {
	width: 100%;
}
.history-table td,
.trading-table td,
.result-table td {
	padding-top: .7em;
	padding-bottom: .7em;
}
.history-table .no-data,
.trading-table .no-data,
.result-table .no-data,
.news-table .no-data {
	padding: 3em;
	text-align: center;
}

/** ログイン画面 固有 **/
#content.user-content #login-container .title {
	text-align: left;
}
#content.user-content .login-button-panel a {
	display: inline-block;
	margin: 1em 0 0;
	padding: .55em 2em;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	color: #515151;
	background: #f9f9f9;
	border: 3px solid #ddd;
	text-decoration: none;
}
#login-panel {
	margin-bottom: 2em;
	padding: 35px 60px 35px;
	background: #f6f6f6;
}
#login-panel label {
	display: block;
	line-height: 2em;
}

#login-panel [type="text"],
#login-panel [type="password"] {
	margin-bottom: 10px;
	padding: 1em 1.5em;
	height: auto;
	border: 1px solid #ddd;
}
.login-action-panel {
	margin-top: 1.5em;
}
.container-recaptcha > div {
	margin: 1.5em auto;;
	width: fit-content;
}

/** 口座なしポップアップ **/
[aria-describedby="accountReminder"] .ui-dialog-titlebar {
	display: none;
}
#accountReminder {
	padding: 0;
	font-size: 16px;
}
#accountReminder a {
	color: #0066cc;
	outline: none;
}
#accountReminder .container {
	max-width: 470px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	line-height: 2em;
}
@media (max-width: 767px) {
#accountReminder .container {
	padding: 20px 10px;
}
}
#accountReminder .a1 {
	font-weight: bold;
	font-size: 20px;
}
#accountReminder .a1.m50-t {
	margin-top: 50px;
}
#accountReminder .a2 {
	padding: 10px;
	font-size: 0.8em;
	box-sizing: border-box;
	text-align: center;
	margin: 0 20px 10px;
}
@media (max-width: 767px) {
#accountReminder .a2 {
	margin: 0 0 10px;
}
}
#accountReminder .a3 {
	background: #212938;
	color: #fff;
	width: 250px;
	margin: 10px auto;
	font-weight: bold;
	border-radius: 3px;
}
#accountReminder .a3 a {
	display: block;
	padding: 10px;
	color: white;
	text-decoration: none;
}
#accountReminder .a4 {
	font-size: 1em;
    margin-top: 25px;
    font-weight: bold;
}

/** ご登録情報変更固有 **/
#content.user_modify-content .messages {
	margin-top: 2em;
}
#content.user_modify-content .auto-withdrawal-box .money {
	padding: 4px;
}
#content.user_modify-content .muted {
	display: inline-block;
	margin: .3em .25em .33em;
}

/** パスワード忘れ固有 **/
#forgot-container {
	margin-top: 1.5em;
}
#forgot-container .guidance {
	margin: 3em 2em 2em;
	padding: 2em;
	line-height: 1.5em;
	border: 1px solid #ddd;
	background: #f9f9f9;
}
#forgot-panel {
	margin-bottom: 2em;
	padding: 35px 60px;
	background: #f9f9f9;
}
#forgot-panel label {
	display: block;
	line-height: 2em;
}
#forgot-panel [type="email"] {
	margin-bottom: 10px;
	padding: 1em 1.5em;
	height: auto;
	border: 1px solid #ddd;
}
#forgot-action-panel {
	text-align: center;
	max-width: 600px;
    margin: 0 auto;
}
#forgot-container #forgot-action-panel a {
	display: inline-block;
	width: auto;
	margin-top: 2em;
}

/** jQuery-ui **/

.dialog {
	display: none;
}
.dialog-base {
	min-width: 340px;
    font-family: "Hiragino UD Sans W6 JIS2004", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.dialog-base .dialog {
	padding: 0 2.5em 1em;
}
.dialog-base .ui-dialog-titlebar,
.dialog-base .ui-dialog-titlebar-close {
	border: none;
	background: none;
}

.ui-datepicker th {
	background-color: transparent;
}
.ui-datepicker td span, .ui-datepicker td a {
	padding: .4em .3em;
}
.ui-widget-overlay {
	background: #000;
	opacity: .45;
}

/** BlockUI */
.blockUI {
	background-image: url('../img/loadinfo.net.gif');
	background-repeat: no-repeat;
	background-position: center;
}


/** pagination **/

.pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination:empty {
	display: none;
}
.pagination li {
	width: 2.5em;
	margin: 0 .5em .3em 0;
	border: 1px solid #c0c0c0;
}
.pagination-container li.active {
	background-color: #212938;
	border-color: #212938;
}
.pagination-container li.active a {
	color: white;
	text-decoration: none;
	cursor: default;
}
.pagination-container li a {
	display: inline-block;
	width: 100%;
	line-height: 2.3em;
	text-align: center;
}

/**
 * under max contents
 */
 @media (min-width: 1024px) {
	.below_only {
	    display: none;
	}
}
/**
 * over ipad vertical
 */
@media (max-width: 767px) {
	.pc_only {
	    display: none;
	}
}
/**
 * under ipad vertical
 */
@media (min-width: 768px) {
	.mb_only {
	    display: none;
	}
}
/**
 * IE only
 */
@media all and (-ms-high-contrast: none) {
	select {
		padding-right: 0;
	}
}

/**
 * Mozilla only
 */
@-moz-document url-prefix() {
	input[type="text"],
	input[type="password"],
	select,
	textarea {
		line-height: 1.5em;
		padding: 3px 6px;
	}
	select {
		padding: 3px 0 3px 2px;
	}
}

/**
 * reCaptcha
 */
.grecaptcha-badge {
	bottom: 9px !important;
}

td#h3_text {
    padding-left: 0px!important;
    padding-bottom: 0px!important;
}
td#h3_text, td#usd_rate, td#rate_td, td#eur_rate {
    border: none;
}
td#usd_rate, td#eur_rate {
    text-align: right;
}
/**
 * margin
 */
.m0-t {
    margin-top: 0 !important;
}
.m5-t {
    margin-top: 5px !important;
}
.m10-t {
    margin-top: 10px !important;
}
.m15-t {
    margin-top: 15px !important;
}
.m20-t {
    margin-top: 20px !important;
}
.m25-t {
    margin-top: 25px !important;
}
.m30-t {
    margin-top: 30px !important;
}
.m0-b {
    margin-bottom: 0 !important;
}
.m5-b {
    margin-bottom: 5px !important;
}
.m10-b {
    margin-bottom: 10px !important;
}
.m15-b {
    margin-bottom: 15px !important;
}
.m20-b {
    margin-bottom: 20px !important;
}
.m25-b {
    margin-bottom: 25px !important;
}
.m30-b {
    margin-bottom: 30px !important;
}
.m0-r {
    margin-right: 0 !important;
}
.m10-l {
    margin-left: 10px !important;
}
/**
 * margin pc_only
 */
.m0-t-pc {
    margin-top: 0;
}
.m5-t-pc {
    margin-top: 5px;
}
.m10-t-pc {
    margin-top: 10px;
}
.m15-t-pc {
    margin-top: 15px;
}
.m20-t-pc {
    margin-top: 20px;
}
.m25-t-pc {
    margin-top: 25px;
}
.m30-t-pc {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .m0-t-pc {
        margin-top: initial;
    }
    .m5-t-pc {
        margin-top: initial;
    }
    .m10-t-pc {
        margin-top: initial;
    }
    .m15-t-pc {
        margin-top: initial;
    }
    .m20-t-pc {
        margin-top: initial;
    }
    .m25-t-pc {
        margin-top: initial;
    }
    .m30-t-pc {
        margin-top: initial;
    }
}
/**
 * width
 */
.w100 {
    width: 100%;
}
.h2-help {
    margin: 0 0 15px!important;
}
/**
 * fogot
 */
.fogot_title {
    font-size: 30px;
    line-height: 1em;
}
@media (max-width: 768px) {
    .fogot_title {
        font-size: 23px;
    }
}
#forgot-panel {
    margin: 30px auto 40px;
    max-width: 600px;
}
/**
 * sign up
 */
.checkbox-label input[type="checkbox"] {
  transform: scale(1.5); /* チェックボックスを拡大する */
  margin-right: 10px; /* チェックボックスとテキストの間隔を調整する */
  margin-left: 5px;
}
/**
 * font weight bold
 */
.font_b {
    font-weight: bold;
}
/**
 * font size
 */
.f14px {
    font-size: 14px;
}
.f15px {
    font-size: 15px;
}
.f16px {
    font-size: 16px;
}
/**
 * ヘッダー下へ名前と残高を表示するパーツ
 */
#sub-header {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
}
#loyalty-header {
    background-color: #212937;
    border-bottom: 3px solid #da8b61;
    color: #fff;
}
.header-sub-container {
    color: #555;
    max-width: 1145px;
    margin: auto;
    display: flex;
}
.header-sub-inner-l {
    width: 50%;
    padding: 10px 0 5px 10px;
}
.header-sub-inner-r {
    width: 50%;
    padding: 10px 130px 10px 0;
    position: relative;
}

.header-loyalty-container {
    color: #555;
    max-width: 1145px;
    margin: auto;
    display: flex;
}
.header-loyalty-inner-l {
    width: 50%;
    padding: 10px 0 5px 10px;
}
.header-loyalty-inner-r {
    flex-grow: 1;
}
.header-loyalty-inner-r {
    width: 50%;
    padding: 10px 10px 10px 0;
    position: relative;
}

@media (max-width: 767px) {
.header-sub-inner-l {
    width: 75%;
}
.header-sub-inner-r {
    width: 25%;
    padding: 10px 10px 5px;
}

.header-loyalty-inner-l {
    width: 70%;
}
.header-loyalty-inner-r {
    padding: 10px 10px 5px;
}
}
.header-name {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
.header-balance {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #29a66d;
    margin-left: 1px;
}
.header-balance a {
    font-size: 13px;
    /*background: #fff!important;*/
    border: none!important;
    color: #0066cc!important;
    margin-left: 10px;
}
.header-loyalty-point a {
    font-size: 13px;
    border: none!important;
    color: #fff!important;
    margin-left: 10px;
}
.header-loyalty-rank {
    font-size: 16px;
    margin: 0 0 5px 1px;
    font-weight: bold;
    color:#fff;
}
.header-loyalty-point {
    font-size: 16px;
    margin: 0 0 5px 1px;
    font-weight: bold;
    color:#fff;
}
.header-ranking {
    text-align: right;
    font-size: 16px;
    margin: 0 0 5px 1px;
    font-weight: bold;
    color:#fff;
}
.header-contact {
    text-align: right;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-bell {
    background: transparent;
    font-size: 25px;
    color: #212938;
    border: none;
    padding-right: 15px;
}
.header-mail {
    background: transparent;
    font-size: 25px;
    color: #212938;
    border: none;
}
.header-bell {
    position: relative;
}
.circle {
    position: absolute;
    display: inline-block;
    background: #ff0000e0;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.7rem;
    padding-top: 0.05rem;
    bottom: 0.3rem;
    right: 0.85rem;
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
}

/**
 * 共通
 */
.danger {
    color: #c14e4e;
    font-weight: bold;
}
.messages p {
    margin: 0 0 5px 0;
    font-size: 16px;
}
/**
 * 翻訳パーツ
 */
.gtranslate_wrapper {
    text-align: right;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 99;
}
.gt_float_switcher .gt_options a {
    font-size: 16px;
}
.gt_float_switcher img {
    display:inline-block!important;
    width: 30px!important;
}
/**
 * 登録/ログインパーツ
 */
.flex_sign {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_sign_box {
    width: 50%;
}
@media (max-width: 767px) {
.flex_sign_box {
    width: 100%;
}
}

.silver {
    color: #797979;
}
.gold {
    color: #dda537;
}
.diamond {
    color: #40b2d5;
}
.vip {
    color: #c14844;
}
.fpp {
    color: #ffffff;
}