﻿@charset "utf-8";
/* account__page---- */
.account__page {
	position: relative;
	margin-top: 28px;
}
.account__page,.account__favorite{
	margin-bottom: 4rem;
}
.account__page input:not([type="checkbox"]) /*2025 renewal ,.account__page select*/, .account__page button {
	-webkit-appearance: button;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
}
.account__page select::-ms-expand {
	display: none;
}
.account__page input[type=submit],.account__page input[type=button],.account__page button {
	cursor: pointer;
	border: solid #000 1px;
	color: #222;
}
.account__page input[type=text],.account__page input[type=email],.account__page input[type=number],.account__page input[type=tel],.account__page input[type=password],.account__page select {
	padding: 0 12px;
	width: 100%;
	height: 38px;
	border: solid #dbdbdb 1px;
	border-radius: 20px;
	font-size: 1.2rem;
}
/*2025 renewal
.account__page select {
	background: url(../../img/usr/icon/select_arrow1.png) no-repeat right 15px center;
	background-size: 11px;
}*/
.account__page select::-ms-expand {
	display: none;
}
/* 2025 renewal
.account__page input[type=radio] {
	position: relative;
	margin: -1px 6px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	border: solid #dbdbdb 1px;
	border-radius: 50%;
}*/
/* 2025 renewal
.account__page input[type=radio]:checked:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 11px;
	height: 11px;
	background: #1990ec;
	border-radius: 50%;
}*/
/* 2025 renewal
.account__inner {
	margin: 0 auto;
	width: calc(100% - 30px);
}*/
.account--text {
	margin-top: 10px;
	font-size: 1.2rem;
}
.account--text:first-child {
	margin-top: 0;
}
.account--text--required {
	color: /* #cd201f; */ var(--br-color-2); /*2025 renewal*/
	font-weight: var(--br-fw-bold); /* 2025 renewal */
}
.account--link--withdrawal {
	position: relative;
	border-top: solid #ddd 1px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.account--link--withdrawal a {
	display: inline-block;
	vertical-align: top;
}
/* account__info */
.account__info {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: solid #ddd 1px;
}
.account__info--name {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
/* account__table */
.account__table {
	margin: 10px auto;
	width: 100%;
	border-top: solid #ddd 1px;
	border-left: solid #ddd 1px;
	border-collapse: collapse;
	border-spacing: 0;
}
.account__table th,.account__table td {
	padding: 6px 12px;
	border-right: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	text-align: left;
	vertical-align: top;
}
.account__table th {
	background: #eee;
	font-size: 1.2rem;
	font-weight: bold;
}
.account__table td {
	font-size: 1.2rem;
}
/* account__form */
.account__form {
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.account__form th,.account__form td {
	text-align: left;
}
.account__form th {
	font-size: 1.2rem;
	font-weight: bold;
}
.account__form td {
	font-size: 1.2rem;
}
.account__form--title {
	position: relative;
}
.account__form--required {
	display: inline-block;
	margin-left: 18px;
	vertical-align: top;
	color: /* #cd201f; */ var(--br-color-2); /*2025 renewal*/
}
.account__form__parts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.account__form__parts--item {
	position: relative;
}
.account__form__parts--item:first-child {
	margin-left: 0;
}
.account__form__parts--item label {
	font-size: 1.2rem;
	line-height: 1.2;
}
.account__form__parts--date {
	justify-content: space-between;
}
.account__form--note {
	margin-top: 6px;
	font-size: 1.2rem;
}
.account__form__parts--birth {
	align-items: center;
}
.account__form__parts--birth select {
	margin-left: 1.3em;
	margin-right: 0.5em;
	width: calc((100% - 9em) / 3);
}
.account__form__parts--birth select:first-of-type {
	margin-left: 0;
}
.account__page select[name="sex"] {
	width: 27%;
}
.block-member-info--store ,.block-member-info--store-div {
	flex: 1;
}
/* account__barcode  */
.account__barcode {
	position: relative;
	margin: 0 auto 40px;
	padding: 28px 0;
	width: calc(100% - 5px);
	border: solid #ddd 2px;
	border-radius: 10px;
}
.account__barcode--img {
	margin: 0 auto;
	width: 60%;
}
.account__barcode--name {
	margin: 20px 0 12px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.account__barcode__info {
	margin: 0 40px;
}
.account__barcode__info--item {
	display: flex;
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.4;
}
.account__barcode__info--item:first-child {
	margin-top: 0;
}
.account__barcode__info--title {
	position: relative;
	width: 50%;
}
.account__barcode__info--title:after {
	content: ':';
	position: absolute;
	top: 0;
	right: 0;
}
.account__barcode__info--text {
	padding-left: 20px;
}
/* account__caution */
.account__caution {
	position: relative;
	margin-bottom: 36px;
	border: solid #ddd 2px;
	border-radius: 6px;
}
.account__caution--title {
	position: relative;
	margin-top: -.6em;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	color: /* #cd201f; */ var(--br-color-2); /*2025 renewal*/
}
.account__caution--title span {
	display: inline-block;
	padding: 0 28px;
	background: #fff;
	vertical-align: top;
}
.account__caution__content {
	position: relative;
	padding: 20px 15px 15px;
	font-size: 1.2rem;
	color: #cd201f;
}
.account__caution__content > * {
	margin-top: 1em;
}
.account__caution__content > *:first-child {
	margin-top: 0;
}
.account__caution--text {
}
.account__caution__disc {
}
.account__caution__disc--item {
	position: relative;
	padding-left: 1em;
}
.account__caution__disc--item:before {
	/*content: '&#227;
	&#402;
	&#187;
	';
	*/
	position: absolute;
	top: 0;
	left: 0;
}
/* account__menu */
.account__menu {
	position: relative;
}
.account__menu--item {
	position: relative;
	float: left;
	text-align: center;
}
.account__menu--item > a {
	display: block;
	position: relative;
	text-decoration: none;
}
.account__menu--icon {
	display: block;
	margin: 0 auto;
	width: 81.8181818182%;
	border: solid #ddd 2px;
	border-radius: 50%;
}
.account__menu--name {
	margin-top: 8px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
}
.account__menu__delivery {
	display: none;
	position: relative;
	margin-top: 28px;
	padding: 16px 0;
	border-top: solid #ddd 2px;
	border-bottom: solid #ddd 2px;
}
.account__menu__delivery:before,.account__menu__delivery:after {
	content: ' ';
	position: absolute;
	border: solid transparent 20px;
	border-top: none;
}
.account__menu__delivery:before {
	border-bottom-color: #ddd;
}
.account__menu__delivery:after {
	border-bottom-color: #fff;
}
.account__menu__delivery__lists {
	margin: 0 20px;
	border-bottom: solid #ddd 1px;
}
.account__menu__delivery--item {
	position: relative;
	border-top: solid #ddd 1px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.2;
}
.account__menu__delivery--item > a {
	display: block;
	position: relative;
	padding: 12px 8px;
	text-decoration: none;
}
.account__menu__delivery--item > a:after {
	content: ' ';
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -6px;
	width: 7px;
	height: 13px;
	background: url(../../img/usr/icon/arrow1.png) no-repeat center center;
	background-size: 100%;
}
/* account__btns */
.account__btns {
	display: flex;
	position: relative;
	margin-top: 32px;
}
.account__btns--item {
}
.account__btns--item a,.account__btns--item input {
	display: block;
	width: 100%;
	height: 100%;
	border: solid #000 1px;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 48px;
	cursor: pointer;
}
/* 2025 renewal
.device_click .account__btns--item a:hover,.device_click .account__btns--item input:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}*/
/* account__children */
.account__children {
	display: none;
}
.account__customer_card {
	display: none;
}
.block-cart--infomation {
	width: 100%;
	max-width: 800px;
	font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
	.account__children__block .account__children__delete {
		margin-left: 1.5em;
	}
	.account__page .wrap {
		margin: 0 15px;
	}
	.account--link--withdrawal {
		margin: 50px -15px 0;
		width: calc(100% + 30px);
		padding: 24px 15px 0;
	}
	/* account__form */
	.account__form {
		/*width: calc(100% - 15px);*//* 2025 renewal */
	}
	.account__form tr,.account__form th,.account__form td {
		display: block;
		width: 100%;
	}
	.account__form tr {
		margin-top: 25px;
	}
	.account__form tr:first-child {
		margin-top: 0;
	}
	.account__form td {
		margin: 10px 0 0 10px;
		width: calc(100% - 10px);
	}
	.account__form__parts {
		margin-right: 10px;
	}
	.account__form__parts--item {
		margin-left: 6%;
	}
	.account__form__parts--item label {
		display: block;
		margin-bottom: 4px;
	}
	.account__form__parts--w--100,.account__form__parts--w--50 {
		width: 100%;
	}
	.account__form__parts--w--47 {
		width: 47%;
	}
	.account__form__parts--date {
		margin-left: 0;
		width: 33.33333%;
	}
	.account__form__parts--date select {
		width: calc(100% - 2em);
	}
	/* account__menu */
	.account__menu--item {
		margin: 22px 2.17391304348% 0 0;
		width: 31.884057971%;
	}
	.account__menu--item:nth-of-type(-n+3) {
		margin-top: 0;
	}
	.account__menu--item:nth-of-type(3n) {
		margin-right: 0;
	}
	.account__menu--item:nth-of-type(3n+1) {
		clear: both;
	}
	.account__menu__delivery {
		margin-left: calc(-100% * 2 -  6.81818181818% * 2);
		width: calc(100% * 3 +  6.81818181818% * 2);
	}
	.account__menu__delivery:before,.account__menu__delivery:after {
		right: calc(31.884057971% / 2);
		margin-right: -20px;
	}
	.account__menu__delivery:before {
		top: -22px;
	}
	.account__menu__delivery:after {
		top: -20px;
	}
	/* account__btns */
	.account__btns--reverse {
		flex-direction: column-reverse;
	}
	.account__btns--noreverse {
		flex-direction: column;
	}
	.account__btns--item {
		margin: 32px auto 0;
		width: 75.3623188406%;
		height: 50px;
	}
	.account__btns--reverse .account__btns--item:last-child {
		margin-top: 0;
	}
	.account__btns--noreverse .account__btns--item:first-child {
		margin-top: 0;
	}
}
@media only screen and (min-width: 769px) {
	.account__children__block {
		position: relative;
		;
	}
	.account__children__block .account__children__delete {
		position: absolute;
		right: 30px;
		top: 14px;
	}
	.account__page {
		margin-top: 30px;
	}
	.account__page input[type=text],.account__page input[type=email],.account__page input[type=number],.account__page input[type=tel],.account__page input[type=password],.account__page select {
		padding: 0 20px;
		height: 50px;
		border-radius: 40px;
		font-size: 1.4rem;
	}
	/*2025 renewal
	.account__page select {
		background-position: right 14px center;
		background-size: 16px;
	}*/
	/* 2025 renewal
	.account__page input[type=radio] {
		margin: -2px 10px 0 0;
	}*/
	/* 2025 renewal
	.account__page .wrap {
		max-width: 1080px;
	}*/
	/* 2025 renewal
	.account__inner {
		width: calc(100% - 40px);
	}*/
	.account--text {
		margin-top: 14px;
		font-size: 1.4rem;
	}
	.account--link--withdrawal {
		margin-top: 70px;
		padding-top: 26px;
		font-size: 1.4rem;
	}
	/* account__info */
	.account__info {
		margin-bottom: 36px;
		padding: 0 15px 10px;
	}
	.account__info--name {
		font-size: 1.8rem;
	}
	/* account__table */
	.account__table {
		margin: 20px auto;
	}
	.account__table th,.account__table td {
		padding: 8px 20px;
	}
	.account__table th {
		font-size: 1.4rem;
	}
	.account__table td {
		font-size: 1.4rem;
	}
	.account__table--column td {
		padding: 20px;
	}
	/* account__form */
	.account__form {
		width: calc(100% - 40px);
		border-top: solid #ddd 1px;
		border-left: solid #ddd 1px;
	}
	.account__form th,.account__form td {
		border-right: solid #ddd 1px;
		border-bottom: solid #ddd 1px;
		text-align: left;
		vertical-align: top;
	}
	.account__form th {
		padding: 28px 10px 28px 18px;
		width: 300px;
		background: #eee;
		font-size: 1.4rem;
	}
	.account__form td {
		padding: 14px 30px;
		font-size: 1.4rem;
	}
	.account__form--input th,.account__form--confirm th {
		width: 230px;
	}
	.account__form--input th .account__form--title {
		padding-right: 2.2em;
	}
	.account__form--required {
		position: absolute;
		top: 0;
		right: 0;
	}
	.account__form__parts--vertical {
		padding-top: 18px;
	}
	.account__form__parts--item {
		display: flex;
		align-items: center;
		margin-left: 5.5%;
	}
	.account__form__parts--item label {
		display: inline-block;
		min-width: 38px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.account__form__parts--item label + input[type=text] {
		width: 82%;
	}
	.account__form__parts--item label {
		font-size: 1.4rem;
	}
	.account__form__parts--w--100 {
		width: 75.0798722045%;
	}
	.account__form__parts--w--50 {
		width: 41.5335463259%;
	}
	.account__form__parts--w--47 {
		width: 34.5047923323%;
	}
	.account__form__parts--date {
		margin-left: 3.19488817891%;
		width: 30.3514376997%;
	}
	.account__form__parts--date select {
		width: calc(100% - 1.6em);
	}
	.account__form--note {
		font-size: 1.4rem;
	}
	.account__form--result {
		padding-top: 14px;
	}
	.account__form--result strong {
		font-weight: bold;
	}
	/* account__barcode  */
	.account__barcode {
		margin-bottom: 72px;
		padding: 52px 0 36px;
		width: auto;
		max-width: 500px;
		border-width: 3px;
		border-radius: 14px;
	}
	.account__barcode--img {
		width: 64%;
	}
	.account__barcode--name {
		margin: 24px 0;
		font-size: 2rem;
	}
	.account__barcode__info {
		margin: 0 90px;
	}
	.account__barcode__info--item {
		margin-top: 16px;
		font-size: 1.4rem;
	}
	.account__barcode__info--text {
		padding-left: 30px;
	}
	/* account__caution */
	.account__caution {
		margin: 0 auto 50px;
		max-width: 490px;
		border-width: 3px;
		border-radius: 8px;
	}
	.account__caution--title {
		font-size: 1.8rem;
	}
	.account__caution--title span {
		padding: 0 38px;
	}
	.account__caution__content {
		padding: 30px 20px 20px 60px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	/* account__menu */
	.account__menu {
		margin: 0 auto;
		width: calc(100% - 60px);
	}
	.account__menu--item {
		margin: 34px 3.40136054427% 0 0;
		width: 22.4489795918%;
	}
	.account__menu--item:nth-of-type(-n+4) {
		margin-top: 0;
	}
	.account__menu--item:nth-of-type(4n) {
		margin-right: 0;
	}
	.account__menu--item:nth-of-type(4n+1) {
		clear: both;
	}
	.account__menu--icon {
		border-width: 1px;
	}
	.account__menu--name {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.account__menu__delivery {
		margin: 56px 0 0 calc(-100% -  15.4545454545%);
		padding: 33px 0;
		width: calc(100% * 4 +  15.4545454545% * 3);
		border-width: 1px;
	}
	.account__menu__delivery:before,.account__menu__delivery:after {
		left: calc(22.4489795918% + 3.40136054427% + 22.4489795918% / 2);
		margin-left: -40px;
		border-width: 40px;
	}
	.account__menu__delivery:before {
		top: -41px;
	}
	.account__menu__delivery:after {
		top: -40px;
	}
	.account__menu__delivery__lists {
		margin: 0 40px;
	}
	.account__menu__delivery--item {
		font-size: 1.4rem;
	}
	.account__menu__delivery--item > a {
		padding: 28px 16px;
	}
	.account__menu__delivery--item > a:after {
		right: 8px;
		margin-top: -12px;
		width: 13px;
		height: 25px;
	}
	/* account__btns */
	.account__btns {
		justify-content: center;
		margin-top: 60px;
	}
	.account__btns--item {
		margin-left: 62px;
		width: 406px;
		height: 66px;
	}
	.account__btns--item:first-child {
		margin-left: 0;
	}
	.account__btns--item a,.account__btns--item input {
		border-radius: 40px;
		font-size: 1.8rem;
		line-height: 64px;
	}
}
/* account__login---- */
.account__login {
}
.account__login__member {
	position: relative;
}
.account__login__beginner {
	position: relative;
	margin-top: 65px;
}
.account__login__cart {
	position: relative;
	margin-top: 60px;
}
.account__login--btn {
	margin: 20px auto 0;
	width: 75.3623188406%;
	height: 50px;
}
/*2025 renewal*/
body.page-login .block-login--social-frame{
	margin: var(--br-spacing-10) auto 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.account__login--btn a,.account__login--btn input {
	display: block;
	width: 100%;
	height: 100%;
	border: solid #000 1px;
	border-radius: 40px;
	text-decoration: none;
	text-align: center;
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 48px;
}
/* 2025 renewal
.device_click .account__login--btn a:hover,.device_click .account__login--btn input:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}*/
.account__login--forget {
	margin-top: 15px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
/*2025 renewal
.account__login--text {
	margin: 0 5px 15px;
	font-size: 1.2rem;
}*/
.account__login--note {
	margin: 0 5px 15px;
	font-size: 1.2rem;
	color: /* #cd201f; */ var(--br-color-2); /*2025 renewal*/
}
/*2025 renewal
.account__login__input {
	position: relative;
	margin: 20px 18px 40px;
}*/
.account__login__input__box {
	position: relative;
	margin-top: 18px;
}
/*2025 renewal
.account__login__input__box:first-child {
	margin-top: 0;
}*/
.account__login__input--title {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.account__login__input__content {
	position: relative;
	margin-top: 10px;
}
.account__login__input__content input {
	padding: 0 12px;
	width: 100%;
	height: 38px;
	background: #fff;
	border: solid #ddd 1px;
	border-radius: 20px;
	font-size: 1.4rem;
}
.account__login__benefit {
	margin: 40px 0 20px;
	border: solid #ddd 2px;
}
.account__login__benefit--title {
	position: relative;
	margin-top: -.6em;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.account__login__benefit--title span {
	display: inline-block;
	padding: 0 8px;
	background: #fff;
	vertical-align: top;
}
.account__login__benefit__lists {
	padding: 20px;
}
.account__login__benefit__lists__box {
	position: relative;
	margin-top: 24px;
}
.account__login__benefit__lists__box:first-child {
	margin-top: 0;
}
.account__login__benefit__lists--title {
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.2;
}
.account__login__benefit__lists--title span {
	width: 26px;
	height: 26px;
	background: #eee;
	border-radius: 50%;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-size: 1.44rem;
	font-weight: 600;
	line-height: 26px;
}
.account__login__benefit__lists--title strong {
	margin-left: 6px;
	font-size: 1.3rem;
	font-weight: bold;
}
.account__login__benefit__lists__content {
	position: relative;
	margin-top: 8px;
}
.account__login__benefit__lists__content table {
	margin-top: 15px;
	width: 100%;
	border-top: solid #ddd 1px;
	border-left: solid #ddd 1px;
	border-collapse: collapse;
	border-spacing: 0;
}
.account__login__benefit__lists__content table th,.account__login__benefit__lists__content table td {
	padding: 5px 0;
	border-right: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.2;
}
.account__login__benefit__lists__content table th {
	background: #eee;
}
.account__login__benefit__lists__content table td {
}
.account__login__benefit__lists--text {
	font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
	.account__login__member,.account__login__beginner,.account__login__cart {
		width: 47.1153846154%;
	}
	/*2025 renewal*/
	body.page-login .block-login--social-frame{
		margin: var(--br-spacing-10) auto 0;
		display: flex;
		justify-content: center;
		width: 47.1153846154%;
	}
	/*2025 renewal*/
	body.page-login .block-cart--amazonpay-description{
		margin: var(--br-spacing-2) auto;
	}
	.account__login__member {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.account__login__member__left {
		float: left;
	}
	.account__login__beginner {
		float: right;
		margin-top: 0;
	}
	.account__login__cart {
		float: none;
		margin: 0;
		padding: 80px 0 0;
		clear:both;
		width: 100%;
	}
	.account__login--btn {
		width: 70.612244898%;
		height: 66px;
	}
	.account__login--btn a,.account__login--btn input {
		font-size: 1.8rem;
		line-height: 64px;
	}
	.account__login__cart .account__login--btn {
		width: 33.258%;
	}
	.account__login--forget {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.account__login--text {
		margin: 0 10px 20px;
		font-size: 1.4rem;
	}
	.account__login--note {
		margin: 0 10px 20px;
		font-size: 1.4rem;
	}
	.account__login__input {
		margin: 20px 15px 40px;
	}
	.account__login__input__box {
		margin-top: 18px;
	}
	.account__login__input--title {
		padding: 0 6px;
		font-size: 1.4rem;
	}
	.account__login__input__content {
		margin-top: 14px;
		font-size: 1.4rem;
	}
	.account__login__input__content input {
		padding: 0 18px;
		height: 50px;
		border-radius: 40px;
		font-size: 1.6rem;
	}
	.account__login__benefit {
		margin: 36px 0 20px;
		border-width: 3px;
		border-radius: 8px;
	}
	.account__login__benefit--title {
		font-size: 1.8rem;
	}
	.account__login__benefit--title span {
		padding: 0 10px;
	}
	.account__login__benefit__lists {
		padding: 32px 25px 20px;
	}
	.account__login__benefit__lists__box {
		margin-top: 20px;
	}
	.account__login__benefit__lists--title span {
		width: 43px;
		height: 43px;
		font-size: 2.4rem;
		line-height: 43px;
	}
	.account__login__benefit__lists--title strong {
		margin-left: 10px;
		font-size: 1.6rem;
	}
	.account__login__benefit__lists__content {
		position: relative;
		margin-top: 8px;
	}
	.account__login__benefit__lists__content .pc--table {
		border: none;
	}
	.account__login__benefit__lists__content .pc--table th,.account__login__benefit__lists__content .pc--table td {
		padding: 6px 0 0;
		border: none;
		text-align: left;
		font-size: 1.4rem;
	}
	.account__login__benefit__lists__content .pc--table tr:first-child th,.account__login__benefit__lists__content .pc--table tr:first-child td {
		padding-top: 0;
	}
	.account__login__benefit__lists__content .pc--table th {
		background: none;
		font-weight: bold;
	}
	.account__login__benefit__lists__content .pc--table td {
		padding-left: 12px;
	}
	.account__login__benefit__lists--text {
		font-size: 1.4rem;
	}
}
/* account__register---- */
.account__register {
	position: relative;
	margin-top: 46px;
}
.account__register .account--text {
	margin: 0 auto;
}
/* account__register__membership */
.account__register__membership {
	position: relative;
	padding: 0 22px 20px;
	border: solid #ddd 3px;
}
.account__register__membership--title {
	position: relative;
	margin-top: -.6em;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
}
.account__register__membership--title span {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	vertical-align: top;
}
.account__register__membership--system {
	position: relative;
	padding-top: 20px;
}
.account__register__membership--system dl {
	position: relative;
	margin-top: 30px;
}
.account__register__membership--system dl:first-child {
	margin-top: 0;
}
.account__register__membership--system dt {
	position: relative;
	padding:5px 0 5px 40px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.account__register__membership--num {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: #eee;
	border-radius: 50%;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-size: 1.715rem;
	font-weight: 600;
	line-height: 30px;
}
.account__register__membership--system dd {
	margin-top: 15px;
	padding: 0 10px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.66;
}
.account__register__membership--img {
	margin: 20px -16px 0;
	width: calc(100% + 32px);
}
/* account__register__index */
.account__register__index {
	position: relative;
	margin-top: 20px;
}
.account__register__index--text {
	margin-top: 1.2em;
	font-size: 1.2rem;
}
.account__register__index--text:first-child {
	margin-top: 0;
}
/* account__register__privacy */
.account__register__privacy {
	margin-top: 40px;
	padding: 24px 16px;
	height: 460px;
	border: solid #ddd 1px;
	font-size: 1.2rem;
	line-height: 1.8;
	overflow: auto;
}
.account__register__privacy strong {
	font-weight: bold;
}
/* account__register__password */
.account__register__password {
	margin-top: 34px;
	padding-top: 20px;
	border-top: solid #ddd 1px;
}
.account__register__password--text {
	font-size: 1.2rem;
}
.account__register__password .account__form {
	margin: 40px auto 0;
}
.account__register__password .block-member-info--message-password {
	font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
	/* 2025 renewal
	.account__register .account--text {
		width: calc(100% - 15px);
	}*/
}
@media only screen and (min-width: 769px) {
	.account__register {
		margin-top: 68px;
	}
	.account__register .account--text {
		width: calc(100% - 40px);
	}
	/* account__register__membership */
	.account__register__membership {
		margin: 0 auto;
		padding: 0;
		width: calc(100% - 40px);
	}
	.account__register__membership--title {
		font-size: 1.8rem;
	}
	.account__register__membership--system {
		padding: 30px 64px 40px;
	}
	.account__register__membership--system dl {
		margin-top: 42px;
	}
	.account__register__membership--system dt {
		padding: 12px 0 12px 50px;
		font-size: 1.6rem;
	}
	.account__register__membership--num {
		width: 40px;
		height: 40px;
		font-size: 2rem;
		line-height: 40px;
	}
	.account__register__membership--system dd {
		padding: 0 8px;
		font-size: 1.4rem;
	}
	.account__register__membership--img {
		margin: 25px auto 0;
		width: 85.4503464203%;
	}
	/* account__register__index */
	.account__register__index {
		margin: 36px auto 0;
		max-width: 834px;
	}
	.account__register__index--text {
		font-size: 1.4rem;
	}
	/* account__register__privacy */
	.account__register__privacy {
		margin: 50px auto 0;
		padding: 34px 48px;
		width: calc(100% - 40px);
		height: 600px;
		font-size: 1.4rem;
	}
	/* account__register__password */
	.account__register__password {
		margin: 34px auto 0;
		width: calc(100% - 40px);
		border-top: none;
	}
	.account__register__password--text {
		font-size: 1.4rem;
	}
	.account__register__password .account__form {
		margin-top: 20px;
		width: 100%;
	}
}
/* account__history---- */
.account__history {
	position: relative;
}
.account__history .account__table {
	margin: 0;
}
.account__history--note {
	margin-bottom: 16px;
	text-align: center;
	font-size: 1.2rem;
}
.account__history--again {
	margin-top: 40px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.block-purchase-history--order-table .status-order, .block-purchase-history--order-table .status-cancel, .block-purchase-history--order-table .status-income, .block-purchase-history--order-table .status-reserve, .block-purchase-history--order-table .status-rship, .block-purchase-history--order-table .status-ship, .block-purchase-history--order-table .status-verify, .block-purchase-history--order-table .status-return, .block-purchase-history--order-table .status-status_, .block-purchase-history--order-table .status-status_1, .block-purchase-history--order-table .status-status_2, .block-purchase-history--order-table .status-status_3, .block-purchase-history--order-table .status-status_4, .block-purchase-history--order-table .status-status_9 {
	width: auto;
	height: auto;
	min-height: auto;
	border: none;
	padding: 0;
}
.block-purchase-history--order-table .status-percentage,.block-purchase-history--order-table [class^="status-progress"] {
	display: none;
}
.block-purchase-history--status a {
	text-decoration: none;
}
.block-purchase-history--status .account__history__status--note {
	display: none;
}
@media only screen and (max-width: 768px) {
	.block-purchase-history--order-table + .block-purchase-history--order-table {
		margin-top: 20px;
	}
	.block-purchase-history--order-table th {
		width: 24%;
	}
	.block-purchase-history--order-table td {
		width: 76%;
	}
}
@media only screen and (min-width: 769px) {
	.block-purchase-history--order-table tbody {
		display: flex;
		align-items: stretch;
	}
	.block-purchase-history--order-table tbody tr {
		display: flex;
		flex-flow: column;
	}
	.block-purchase-history--order-table tbody tr th {
		white-space: nowrap;
	}
	.block-purchase-history--order-table tbody tr td {
		height: 100%;
	}
	.block-purchase-history--order-table + .block-purchase-history--order-table {
		border-top: none;
	}
	.block-purchase-history--order-table + .block-purchase-history--order-table th {
		height: 0;
		overflow: hidden;
		padding: 0 20px;
		border-bottom: none;
	}
	.block-purchase-history--order-detail--tr {
		flex: 1;
	}
	.block-purchase-history--status {
		width: 10em;
	}
	.block-purchase-history--order-table tbody tr:nth-child(1) {
		width: 100%;
	}
	.block-purchase-history--order-table tbody tr:nth-child(2) {
		width: auto;
		min-width: 12em;
	}
	.block-purchase-history--order-table tbody tr:nth-child(3) {
		width: auto;
	}
	.block-purchase-history--order-table tbody tr:nth-child(4) {
		width: auto;
	}
	.block-purchase-history--order-table tbody tr:nth-child(5) {
		width: auto;
	}
	.block-purchase-history--order-table tbody tr:nth-child(6) {
		width: auto;
	}
	.block-purchase-history--order-table tbody tr .block-purchase-history--status {
		width: auto;
	}
}
/* account__history__top */
.account__history__top {
	position: relative;
}
.account__history__order {
}
.account__history__status {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.account__history__status > div[class^="status-"] ,.account__history__status > a {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
	padding: 8px 25px;
	border: solid #ddd 2px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
}
/*.account__history__status > div[class^="status-"]:after ,.account__history__status > a:after {
	content: ' ';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background: url(../../img/usr/icon/arrow3.png) no-repeat center center;
	background-size: 100%;
}
*/
.account__history__status--name {
}
.account__history__status--note {
	margin-top: 6px;
}
/* account__history__info */
.account__history__info {
	position: relative;
	margin-top: 32px;
	padding-top: 20px;
	border-top: solid #ddd 1px;
}
.account__history__product {
}
.account__history__product__detail {
}
.account__history__product--photo {
}
.account__history__product--photo > a {
	display: block;
}
.account__history__product__info {
	font-size: 1.2rem;
}
.account__history__total {
}
.account__history__total--note {
	margin-top: 15px;
	text-align: right;
	font-size: 1.2rem;
}
/* account__history__shipping */
.account__history__shipping {
	position: relative;
	margin-top: 28px;
	padding-top: 36px;
	border-top: solid #ddd 1px;
}
.account__history__address {
}
.account__history__address--name {
	font-size: 1.5rem;
}
.account__history__address--address {
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.7;
}
.caccount__history__personal--link {
	text-decoration: none;
	background: #ddd;
	font-size: 1.2rem;
	border: #ddd 1px solid;
	padding: 0.3rem 1rem;
	display: block;
	width: fit-content;
	line-height: normal;
	width: -moz-fit-content;
}
.account__history__payment {
}
.account__history__payment--note {
	margin-top: 15px;
	text-align: right;
	font-size: 1.2rem;
}
/* account__history__delivery */
.account__history__delivery {
	position: relative;
	margin-top: 50px;
}
.account__history__personal {
	position: relative;
}
.account__history__personal--name {
	font-size: 1.5rem;
}
.account__history__personal--address {
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.7;
}
.account__history__invoice {
}
.account__history__invoice .account__table {
	margin-bottom: 30px;
}
.account__history__invoice dl {
	display: flex;
	font-size: 1.2rem;
}
.account__history__invoice dl dt {
}
.account__history__invoice dl dt:after {
	content: ':';
}
.account__history__invoice dl dd {
}
@media only screen and (max-width: 768px) {
	/* account__history__top */
	.account__history__order {
		margin: 0 auto;
		/*width: calc(100% - 30px);*//* 2025 renewal*/
	}
	.account__history__status {
		margin: 22px auto 0;
		width: 65.0793650794%;
	}
	/* account__history__info */
	.account__history__product {
		margin: 0 auto;
		/*width: calc(100% - 30px);*//* 2025 renewal*/
	}
	.account__history__product .account__table th:first-child,.account__history__product .account__table td:first-child {
		display: none;
	}
	.account__history__product .account__table th:nth-of-type(2),.account__history__product .account__table td:nth-of-type(2) {
		width: 50%;
	}
	.account__history__product--photo {
		margin: 0 auto 8px;
		width: 60.9523809524%;
	}
	
	.account__history__total {
		margin: 20px auto 0;
		/*width: calc(100% - 30px);*//* 2025 renewal*/
	}
	.account__history__total .account__table th {
		width: 50%;
	}
	/* account__history__shipping */
	.account__history__address {
		margin: 0 auto;
		/*width: calc(100% - 30px);*//* 2025 renewal*/
	}
	.account__history__payment {
		margin: 20px auto 0;
		/*width: calc(100% - 30px);*//* 2025 renewal*/
	}
	.account__history__payment .account__table th {
		width: 50%;
	}
	/* account__history__delivery */
	.account__history__personal {
		margin: 0 auto 20px;
		/*width: calc(100% - 15px);*//* 2025 renewal*/
	}
	.account__history__invoice {
		margin: 0 auto;
		/*width: calc(100% - 30px);*//* 2025 renewal*/
	}
}
@media only screen and (min-width: 769px) {
	.account__history--note {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
	.account__history--note strong {
		font-weight: bold;
	}
	.account__history--again {
		margin-top: 36px;
		font-size: 1.4rem;
	}
	/* account__history__top */
	.account__history__top {
		display: flex;
		margin-left: 40px;
		width: 90%;
	}
	.account__history__order {
		width: 51.2820512821%;
	}
	.account__history__status {
		margin-left: 4.9145299145%;
		width: 43.8034188034%;
		font-size: 1.6rem;
	}
	.account__history__status > a {
		padding: 25px 0;
		border-width: 3px;
		border-radius: 10px;
	}
	.account__history__status > a:after {
		right: 40px;
		margin-top: -11px;
		width: 22px;
		height: 22px;
	}
	.account__history__status--name {
	}
	.account__history__status--note {
		margin-top: 12px;
	}
	/* account__history__info */
	.account__history__info {
		display: flex;
		align-items: flex-start;
		margin-top: 58px;
		padding: 50px 10px 0;
	}
	.account__history__product {
		width: 60.7843137255%;
	}
	.account__history__product .account__table {
		height: 100%;
	}
	.account__history__product .account__table td {
		padding: 14px;
	}
	.account__history__product .account__table th:nth-of-type(1),.account__history__product .account__table td:nth-of-type(1) {
		width: 24.5161290323%;
	}
	.account__history__product .account__table th:nth-of-type(2),.account__history__product .account__table td:nth-of-type(2) {
		width: 48.3870967742%;
	}
	.account__history__product .account__table th:nth-of-type(3),.account__history__product .account__table th:nth-of-type(4) {
		padding: 8px 0;
		text-align: center;
	}
	.account__history__product__detail {
		display: flex;
		align-items: center;
	}
	.account__history__product--photo {
		width: 35.2941176471%;
	}
	.account__history__product__info {
		margin-left: 5.88235294118%;
		width: 58.8235294117%;
		font-size: 1.4rem;
	}
	.account__history__total {
		margin-left: 3.9215686274%;
		width: 35.2941176471%;
	}
	.account__history__total--note {
		margin-top: 12px;
		text-align: center;
		font-size: 1.4rem;
	}
	/* account__history__shipping */
	.account__history__shipping {
		display: flex;
		margin-top: 58px;
		padding: 58px 10px 0;
	}
	.account__history__address {
		width: 60.7843137255%;
	}
	.account__history__address--name {
		font-size: 1.8rem;
	}
	.account__history__address--address {
		margin-top: 18px;
		font-size: 1.4rem;
	}
	.account__history__payment {
		margin-left: 3.9215686274%;
		width: 35.2941176471%;
	}
	.account__history__payment--note {
		margin-top: 12px;
		text-align: left;
		font-size: 1.4rem;
	}
	/* account__history__delivery */
	.account__history__delivery {
		margin-top: 65px;
	}
	.account__history__personal {
		margin: 0 auto;
		width: calc(100% - 15px);
	}
	.account__history__personal--name {
		font-size: 1.8rem;
	}
	.account__history__personal--address {
		margin-top: 18px;
		font-size: 1.4rem;
	}
	.account__history__invoice {
		margin: 24px auto 0;
		width: calc(100% - 40px);
	}
	.account__history__invoice .account__table {
		margin-bottom: 20px;
	}
	.account__history__invoice dl {
		font-size: 1.4rem;
	line-height: 1.8 }
}
/* account__cancel---- */
.account__cancel {
	position: relative;
}
.account__cancel__box {
	position: relative;
	margin-top: 46px;
}
.account__cancel__box:first-child {
	margin-top: 0;
}
.account__cancel__delivery {
}
.account__cancel__delivery__products {
}
.account__cancel__personal {
	position: relative;
	margin-bottom: 20px;
}
.account__cancel__personal--name {
	font-size: 1.5rem;
}
.account__cancel__personal--address {
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.7;
}
.account__cancel__personal .account__table {
}
.account__cancel__delivery__total {
	margin-top: 25px;
}
.account__cancel__delivery__total .account__table th {
	width: 50%;
}
.account__cancel__reason {
}
.account__cancel__reason__lists {
	position: relative;
	margin-bottom: 42px;
}
.account__cancel__reason__lists--item {
	margin-top: 30px;
}
.account__cancel__reason__lists--item:first-child {
	margin-top: 0;
}
.account__cancel__reason__lists--item label {
	display: block;
	margin-bottom: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.account__cancel__reason__lists--item select,.account__cancel__reason__lists--item textarea {
	display: block;
}
.account__cancel__reason__lists--item textarea {
	width: 100%;
	height: 90px;
}
@media only screen and (max-width: 768px) {
	.account__cancel__box .account__inner {
		/*width: calc(100% - 15px);*/ /* 2025 renewal */
	}
	.account__cancel__box .account__table {
		/*width: calc(100% - 15px);*/ /* 2025 renewal */
	}
	.account__cancel__reason__lists--item select,.account__cancel__reason__lists--item textarea {
		margin: 0 2px;
		/*width: calc(100% - 4px);*/ /* 2025 renewal */
	}
}
@media only screen and (min-width: 769px) {
	.account__cancel__box {
		margin-top: 65px;
	}
	.account__cancel__delivery .account__inner {
		display: flex;
		align-items: flex-end;
		width: calc(100% - 10px);
	}
	.account__cancel__box .account__table {
		margin: 0;
	}
	.account__cancel__delivery__products {
		width: 60.7843137255%;
	}
	.account__cancel__personal {
		margin: 0 5px 24px;
	}
	.account__cancel__personal--name {
		font-size: 1.8rem;
	}
	.account__cancel__personal--address {
		margin-top: 18px;
		font-size: 1.4rem;
	}
	.account__cancel__delivery__total {
		margin-left: 3.9215686274%;
		width: 35.2941176471%;
	}
	.account__cancel__delivery__total .account__table th {
		width: 55.5555555556%;
	}
	.account__cancel__reason .account__inner {
		margin-left: 16px;
		width: 59.6153846154%;
	}
	.account__cancel__reason__lists {
		margin-bottom: 32px;
	}
	.account__cancel__reason__lists--item label {
		margin-bottom: 18px;
		font-size: 1.4rem;
	}
	.account__cancel__reason__lists--item select {
		width: 80.6451612903%;
	}
	.account__cancel__reason__lists--item textarea {
		height: 180px;
	}
}
/* account__store---- */
.account__store {
	position: relative;
}
.account__store .account__table {
	margin: 0;
}
.account__store--note {
	margin-bottom: 16px;
	text-align: center;
	font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
	.account__store--note {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
	.account__store--note strong {
		font-weight: bold;
	}
}
/* account__member---- */
.account__member {
	position: relative;
}
.account__member .account--text {
	margin: 0 auto;
}
.account__member__children {
	position: relative;
	margin: 10px 0;
	padding-top: 34px;
	border-top: solid #ddd 1px;
}
.account__member__children--btn {
	position: relative;
}
.account__member__children--btn a {
	position: relative;
}
.account__member__children--btn a:before {
	content: ' ';
	width: 32px;
	height: 26px;
	background: url(../../img/usr/icon/child1.png) no-repeat center center;
	background-size: 100%;
}
.account__member__children--btn a i {
	position: relative;
	font-style: normal;
}
.account__member__children .account__form {
	width: 100%;
}
.account__member__children .account--text {
	margin-top: 20px;
	width: auto !important;
}
.account__member--note {
	margin-top: 34px;
	padding-top: 10px;
	border-top: solid #ddd 1px;
	font-size: 1.2rem;
}
/*2019/10/16 Add*/
.account__member__customer_card {
	position: relative;
	margin: 10px 0;
	padding-top: 34px;
	border-top: solid #ddd 1px;
}
.account__member__customer_card--btnn {
	position: relative;
}
.account__member__customer_card--btn a {
	position: relative;
}
.account__member__customer_card--btn a i {
	position: relative;
	font-style: normal;
}
.account__member__customer_card .account--text {
	margin-top: 20px;
	width: auto !important;
}
@media only screen and (max-width: 768px) {
	.account__member .account--text {
		width: calc(100% - 15px);
	}
	.account__member__children--btn {
		margin: 0 auto;
		width: 89.8550724638%;
		height: 50px;
	}
	/*2025 renewal
	.account__member__children--btn a {
		display: block;
		width: 100%;
		height: 100%;
		border: solid #000 1px;
		border-radius: 40px;
		text-align: center;
		text-decoration: none;
		font-size: 1.35rem;
		font-weight: bold;
		line-height: 48px;
	}*/
	/*2025 renewal*/
	.account__member__children--btn a {
        font-weight: var(--br-fw-medium);
        letter-spacing: var(--br-ls-2);
        font-size: var(--br-fs-4);
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--br-button-radius);
        height: var(--br-button-h);
        width: fit-content;
        padding: 0 var(--br-spacing-2);
        width: var(--br-button-w);
        max-width: 100%;
        background-color: #fff;
        color: var(--br-color-1);
        border: 1px solid var(--br-color-14);
		margin: auto;
	}
	.account__member__children--btn a:before {
		position: absolute;
		top: 12px;
		left: 12%;
	}
	.account__member__children--btn a i {
		position: absolute;
		top: 19px;
		right: 36px;
		transition: ease .3s;
		transform: rotate(90deg);
		width: 7px;
		height: 11px;
		background: url(../../img/usr/icon/arrow4.png) no-repeat center center;
		background-size: 100%;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
	}
	.account__member__children--btn a.active i {
		transform: rotate(-90deg);
	}
	.account__member__children .account__form + .account__form {
		margin-top: 20px;
		border-top: solid 1px #dddddd;
	}
	.account__member__children .account__form + .account__form tr:first-child th {
		padding-top: 20px;
	}
	/*2019/10/16 Add*/
	.account__member__customer_card--btn {
		margin: 0 auto;
		width: 89.8550724638%;
		height: 50px;
	}
	.account__member__customer_card--btn a {
		display: block;
		width: 100%;
		height: 100%;
		border: solid #000 1px;
		border-radius: 40px;
		text-align: center;
		text-decoration: none;
		font-size: 1.35rem;
		font-weight: bold;
		line-height: 48px;
	}
	.account__member__customer_card--btn a:before {
		position: absolute;
		top: 12px;
		left: 12%;
	}
	.account__member__customer_card--btn a i {
		position: absolute;
		top: 19px;
		right: 36px;
		transition: ease .3s;
		transform: rotate(90deg);
		width: 7px;
		height: 11px;
		background: url(../../img/usr/icon/arrow4.png) no-repeat center center;
		background-size: 100%;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
	}
	.account__member__customer_card--btn a.active i {
		transform: rotate(-90deg);
	}
	.account__member__children .account__form + .account__form {
		margin-top: 20px;
		border-top: solid 1px #dddddd;
	}
	.account__member__children .account__form + .account__form tr:first-child th {
		padding-top: 20px;
	}
}
@media only screen and (min-width: 769px) {
	.account__member .account--text {
		width: calc(100% - 40px);
	}
	.account__member__children--btn a {
		display: inline-block;
		font-size: 1.8rem;
		font-weight: bold;
		vertical-align: top;
	}
	.account__member__children--btn a:before {
		display: inline-block;
		margin: -4px 12px 0 0;
		width:43px;
		height: 36px;
		vertical-align: top;
	}
	.account__member__children--btn a.active i {
		color: #fff;
	}
	.account__member__children--btn a.active i:after {
		content: '-';
		position: absolute;
		left: 0;
		color: #000;
	}
	.account__member__children {
		margin: 30px auto 0;
		padding-top: 0;
		width: calc(100% - 40px);
		border-top: none;
	}
	.account__member--note {
		margin: 30px auto 0;
		width: calc(100% - 40px);
		font-size: 1.4rem;
	}
	/*2019/10/16 Add*/
	.account__member__customer_card--btn a {
		display: inline-block;
		font-size: 1.8rem;
		font-weight: bold;
		vertical-align: top;
	}
	.account__member__customer_card--btn a:before {
		display: inline-block;
		margin: -4px 12px 0 0;
		width:43px;
		height: 36px;
		vertical-align: top;
	}
	.account__member__customer_card--btn a.active i {
		color: #fff;
	}
	.account__member__customer_card--btn a.active i:after {
		content: '-';
		position: absolute;
		left: 0;
		color: #000;
	}
	.account__member__customer_card {
		margin: 30px auto 0;
		padding-top: 0;
		width: calc(100% - 40px);
		border-top: none;
	}
}
/* spoofing-protection---- */
.block-member-info--items-use-spoofing-protection {
	font-size: 1.2rem;
	margin: 20px 0 0;
}
.block-member-info--items-use-spoofing-protection .block-order-estimate--order-terms-link {
	font-size: 0.8em;
}
@media only screen and (min-width: 769px) {
	.block-member-info--items-use-spoofing-protection {
		font-size: 1.4rem;
	}
}
/* account__email---- */
.account__email {
	position: relative;
}
/* account__delivery---- */
.account__delivery {
	position: relative;
}
.account__delivery--lead {
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.2rem;
}
.account__delivery .account--text {
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.account__delivery .account--text {
		width: calc(100% - 15px);
	}
}
@media only screen and (min-width: 769px) {
	.account__delivery--lead {
		margin-bottom: 34px;
		font-size: 1.4rem;
	}
	.account__delivery .account--text {
		width: calc(100% - 40px);
	}
}
/* account__favorite---- */
.account__favorite {
	position: relative;
}
.account__favorite__lists {
	margin: 0 auto;
	width: calc(100% - 20px);
	border-bottom: solid #ddd 1px;
}
.account__favorite__lists--item {
	position: relative;
	padding: 28px 0 24px;
	border-top: solid #ddd 1px;
}
.account__favorite__lists__product {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.account__favorite__lists--photo {
	width: 29.5384615385%;
}
.account__favorite__lists__info {
	margin-left: 5.23076923077%;
	width: 65.2307692307%;
	font-size: 1.2rem;
	line-height: 1.4;
}
.account__favorite__lists--title {
	margin-bottom: 20px;
}
.account__favorite__lists--class {
}
.account__favorite__lists__price,.account__favorite__lists__date {
	display: flex;
}
.account__favorite__lists__price dt:after,.account__favorite__lists__date dt:after {
	content: ':';
	padding-right: .5em;
}
.account__favorite__lists__price dd {
	color: #cd201f;
}
.account__favorite__lists--edit {
	margin-top: 18px;
}
.account__favorite__lists--edit a {
	display: inline-block !important;
	vertical-align: top;
}
.account__favorite__lists__memo {
	position: relative;
	margin: 18px auto 0;
	width: calc(100% - 15px);
}
.account__favorite__lists__memo__result {
	font-size: 1.2rem;
}
.account__favorite__lists__memo__container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.account__favorite__lists__memo__container textarea {
	margin-bottom: 6px;
	padding: 6px;
	width: 100%;
	height: 90px;
	border: solid #ddd 1px;
	font-size: 1.2rem;
}
.count-msg-another {
	width: 100%;
}
.account__favorite__lists__memo--msg {
	width: 100%;
	font-size: 1.2rem;
	color: #000;
}
.account__favorite__lists__memo--error {
	width: 100%;
	font-size: 1.2rem;
}
.account__favorite__lists__memo__btns {
	display: flex;
	position: relative;
}
.account__favorite__lists__memo__container a,.account__favorite__lists__memo__container input {
	display: block;
	margin-top: 16px;
	width: 100%;
	height: 30px;
	border: solid #000 1px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1.05rem;
	line-height: 28px;
	cursor: pointer;
}
.account__favorite__lists__memo__container input  {
	position: relative;
	margin-left: 0;
	width: 43.5483870968%;
}
.account__favorite__lists__memo__container input + input {
	margin-left: 3.22580645161%;
}
.account__favorite__lists--delete {
	margin: 45px 0 0 auto;
	width: 41.5384615385%;
	height: 30px;
}
.account__favorite__lists--delete a {
	display: block;
	width: 100%;
	height: 100%;
	border: solid #000 1px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1.05rem;
	line-height: 28px;
}
.account__favorite__lists--delete a:before {
	content: ' ';
	display: inline-block;
	margin: 9px 10px 0 0;
	width: 10px;
	height: 10px;
	background: url(../../img/usr/icon/close1.png) no-repeat center center;
	background-size: 100%;
	vertical-align: top;
}
@media only screen and (min-width: 769px) {
	.account__favorite__lists {
		width: calc(100% - 40px);
	}
	.account__favorite__lists--item {
		padding: 26px 24px 40px;
	}
	.account__favorite__lists--photo {
		width: 21.0526315789%;
	}
	.account__favorite__lists__info {
		margin-left: 3.94736842105%;
		width: 75%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.account__favorite__lists__memo {
		margin: 14px 0 0 25%;
		width: 67.9824561404%;
	}
	.account__favorite__lists__memo__result {
		font-size: 1.4rem;
	}
	.account__favorite__lists__memo__container textarea {
		margin-bottom: 12px;
		height: 130px;
		font-size: 1.4rem;
	}
	.account__favorite__lists__memo--msg {
		font-size: 1.4rem;
	}
	.account__favorite__lists__memo--error {
		font-size: 1.4rem;
	}
	.account__favorite__lists__memo__btns--item {
		margin-left: 12px;
		width: 180px;
	}
	.account__favorite__lists__memo__btns--item a,.account__favorite__lists__memo__btns--item input {
		margin-top: 12px;
		height: 40px;
		font-size: 1.4rem;
		line-height: 38px;
	}
	.account__favorite__lists--delete {
		position: absolute;
		top: 56px;
		right: 50px;
		margin: 0;
		width: 180px;
		height: 40px;
	}
	.account__favorite__lists--delete a {
		font-size: 1.4rem;
		line-height: 38px;
	}
	.account__favorite__lists--delete a:before {
		margin: 12px 14px 0 0;
		width: 13px;
		height: 13px;
	}
}
/* account__password---- */
.account__password {
}
@media only screen and (max-width: 768px) {
	.account__password {
	}
}
/* account__contact---- */
.block-inquiry-history--body li {
	font-size: 1.4rem;
}
/* account__logout---- */
.account__logout {
	position: relative;
}
/* block-inquiry-history-detail---- */
.block-inquiry-history-detail--title {
	font-size: 1.2rem;
}
.block-inquiry-history-detail--body {
	font-size: 1.2rem;
}
.block-inquiry-history-detail--item {
	margin: 1.8em 0 0;
}
.block-inquiry-history-detail--item dt {
	border-bottom: solid 1px #cccccc;
	margin-bottom: 0.8em;
	align-items: center;
}
.block-inquiry-history-detail--contact-name {
	font-size: 1.8rem;
}
.block-inquiry-history-detail--update-dt {
	font-size: 1.0rem;
}
.block-inquiry-history-detail--item dd {
	font-size: 1.4rem;
}
.block-inquiry-history-detail--form ,.block-inquiry-history-detail--confirm {
	margin-top: 4.0rem;
}
.block-inquiry-history-detail--inquiry-body,.block-inquiry-history-detail--inquiry-body-confirm {
	font-size: 1.4rem;
}
/* account__withdraw---- */
.account__withdraw {
	position: relative;
}
.account__withdraw .account--text {
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.account__withdraw .account--text {
		width: calc(100% - 15px);
	}
}
@media only screen and (min-width: 769px) {
	.account__withdraw .account--text {
		width: calc(100% - 40px);
	}
}
