@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans CJK JP Light';
    font-style: normal;
    font-weight: 200;
    src: url('/font/NotoSansCJKjp-Light.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Light.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Light.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Light.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans CJK JP Regular';
    font-style: normal;
    font-weight: 400;
    src: url('/font/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans CJK JP Bold';
    font-style: normal;
    font-weight: 700;
    src: url('/font/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	line-height:1.75;
	color: #000;
	font-feature-settings:"palt";
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	-webkit-text-size-adjust:100%;
}
body *,
body *::before,
bory *::after{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:1.75;
	font-weight: normal;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a:link,a:visited{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
a{
  outline:none;
	transition:opacity 0.2s;
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	border:0;
	max-width:100%;
	height:auto;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
	font-feature-settings:"palt";
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: normal;
  outline:none;
	-webkit-tap-highlight-color:transparent;
}

#wrap{
	position:relative;
	text-align:left;
	overflow:hidden;
}


/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding: 30px 30px 20px 40px;
	background: #fff;
}
header::after{
	content: "";
	display: block;
	clear: both;
}
#menuBtn{
	display: none;
}
@media only screen and (max-width:980px) {
	header{
		padding: 30px 30px 20px;
	}
}
@media only screen and (max-width:768px) {
	header{
		padding: 20px;
	}
	#menuBtn{
		display: none;
		width: 30px;
		height: 30px;
		background: #3A4351;
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 103;
		transform: translate(0%,-50%);
		border-radius: 4px;
		cursor: pointer;
	}
	.login #menuBtn{
		display: block;
	}
	.login.dashboard #menuBtn{
		display: block;
	}
	#menuBtn::before,
	#menuBtn::after{
		content: "";
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transition: transform .2s;
	}
	#menuBtn::before{
		transform: translate(-50%,-8px);
	}
	#menuBtn::after{
		transform: translate(-50%,6px);
	}
	#menuBtn.active::before{
		transform: translate(-50%,-1px) rotate(45deg);
	}
	#menuBtn.active::after{
		transform: translate(-50%,-1px) rotate(-45deg);
	}
	#menuBtn span{
		font-size: 0;
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#menuBtn.active span{
		display: none;
	}
}

/* galleryTtl */
#galleryTtl{
	font-size: 0;
	line-height: 1;
	width: 56px;
	float: left;
}
#galleryTtl::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 69.6428%;
	background: url("/common/img/logo.svg") no-repeat center;
	background-size: 100%;
}
@media only screen and (max-width:768px) {
	#galleryTtl{
		width: 44px;
	}
}

/* galleryName */
#galleryName{
	font-size: 14px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translate(0%,-50%);
	z-index: 102;
	max-width: 20em;
}
@media only screen and (max-width:768px) {
	#galleryName{
		display: none;
	}
}
#galleryNameSp{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}
#galleryNameSp{
	display: none;
}


/* menu */
#menu ul{
	display: none;
}
@media only screen and (max-width:768px) {
	#menu{
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 240px;
		height: 100vh;
		padding: 0;
		background: #f2f2f2;
		transform: translate(100%,0%);
		transition: transform .5s;
	}
	.login #menu{
		display: block;
	}
	.login.dashboard #menu{
		display: block;
	}
	#menuBtn.active + #menu{
		transform: translate(0%,0%);
	}
	#menu .inner{
		height: 100%;
		padding: 91px 20px 20px;
		box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.05);
		overflow-y: auto;
	}
}

/* userBar */
#userBar{
	float: right;
	font-size: 0;
}
#userId{
	display: none;
	vertical-align: middle;
	width: 130px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	margin-right: 10px;
	letter-spacing: 0.08em;
	text-align: center;
}
.dashboard #userId{
	display: inline-block;
}
#userId a{
	display: block;
	width: 100%;
	height: 100%;
	background: #3A4351;
	color: #fff;
	border-radius: 4px;
}
#logout{
	display: none;
	vertical-align: middle;
	width: 90px;
	height: 30px;
	border: none;
	border-radius: 4px;
	background: #3A4351;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
	cursor: pointer;
}
.login #logout{
	display: inline-block;
}
@media only screen and (max-width:980px) {
	#userBar{
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 102;
		display: table;
		margin-left: 270px;
	}
}
@media only screen and (max-width:768px) {
	#userBar{
		position: relative;
		top: 0;
		right: auto;
		display: block;
		margin-left: 22px;
		float: none;
	}
	#userId{
		width: 100%;
		margin: 0 0 10px;
	}
	#logout{
		width: 100%;
		margin: 0;
	}
}

#container{
	display: table;
	width: 100%;
	max-width: 1440px;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#container::after{
	content: "";
	display: block;
	clear: both;
}
#contents{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 100px 80px;
}
.login #contents{
	padding: 100px 70px;
}
.login.dashboard #contents{
	display: block;
	padding: 160px 70px 100px;
}
#contents::after{
	content: "";
	display: block;
	clear: both;
}
@media only screen and (max-width:768px) {
	#contents{
		padding: 80px 20px 100px;
	}
	.login #contents{
		padding: 80px 20px 100px;
	}
	.login.dashboard #contents{
		display: block;
		padding: 91px 20px 100px;
	}
}
@media only screen and (max-width:520px) {
	#contents{
		padding: 80px 20px 120px;
	}
	.login #contents{
		padding: 80px 20px 120px;
	}
}

#firebaseui-auth-container{
	background: #f2f2f2;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 100px 70px;
	border-radius: 4px;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.05);
	opacity: 0;
	transition: opacity .5s;
}
.mdl-js #firebaseui-auth-container{
	opacity: 1;
}
#firebaseui-auth-container h1{
	font-size: 28px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #3A4351;
	margin-bottom: 50px;
	letter-spacing: 0.08em;
	padding: 0;
	text-align: center;
}
#firebaseui-auth-container .firebaseui-container{
	max-width: 490px;
	margin: 0 auto;
	color: #000;
	background: transparent;
	box-shadow: none;
}
#firebaseui-auth-container .firebaseui-card-content{
	padding: 0;
}
#firebaseui-auth-container .firebaseui-idp-list{
	margin: 0;
}
#firebaseui-auth-container .firebaseui-idp-list > .firebaseui-list-item:first-child{
	display: none;
}
#firebaseui-auth-container .firebaseui-idp-button{
	box-shadow: none;
	background: #3A4351;
	color: #fff;
	font-size: 0;
	width: 100%;
	max-width: 240px;
	height: 50px;
	padding: 0;
	border-radius: 4px;
}
#firebaseui-auth-container .firebaseui-idp-button span{
	display: none;
}
#firebaseui-auth-container .firebaseui-idp-button::before{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.08em;
	text-align: center;
}
#firebaseui-auth-container .firebaseui-idp-google::before{
	content: "googleでサインイン";
}
#firebaseui-auth-container .firebaseui-idp-password::before{
	content: "サインインまたは登録";
}
#firebaseui-auth-container .firebaseui-card-footer{
	padding: 0;
	margin-top: 60px;
}
#firebaseui-auth-container .firebaseui-tos{
	color: #333;
	margin: 0;
}
#firebaseui-auth-container .firebaseui-tos .firebaseui-link{
	color: #3A4351;
}
#firebaseui-auth-container .firebaseui-card-header{
	padding: 0;
	margin: 0;
	border: none;
}
#firebaseui-auth-container .mdl-textfield{
	display: block;
	padding: 0;
	position: relative;
}
#firebaseui-auth-container .mdl-textfield::after{
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	background: url(/common/img/ico_mail.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 28px;
	left: 16px;
}
#firebaseui-auth-container .firebaseui-id-page-password-sign-in .mdl-textfield:nth-child(3)::after{
	background: url(/common/img/ico_pw.svg) no-repeat center center;
	background-size: 100%;
}
#firebaseui-auth-container .firebaseui-id-page-password-sign-up .mdl-textfield:nth-child(3)::after{
	display: none;
}
#firebaseui-auth-container .firebaseui-new-password-component .mdl-textfield::after{
	background: url(/common/img/ico_pw.svg) no-repeat center center;
	background-size: 100%;
}
#firebaseui-auth-container .mdl-textfield__label{
	position: relative;
	top: 0;
	font-size: 13px;
	line-height: 1.75;
	color: #000;
}
#firebaseui-auth-container .mdl-textfield__label::after{
	display: none;
}
#firebaseui-auth-container .mdl-textfield__input{
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	font-size: 20px;
	padding: 10px 60px 10px 80px;
	background: #fff;
}
#firebaseui-auth-container .firebaseui-new-password-component{
	display: block;
}
#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-id-password-toggle{
	opacity: 1;
	position: absolute;
	top: 32px;
	right: 16px;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	cursor: pointer;
}
#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-input-toggle-on{
	background-image: url(/common/img/ico_eye.svg);
}
#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-input-toggle-off{
	background-image: url(/common/img/ico_eye_off.svg);
}
#firebaseui-auth-container .firebaseui-card-actions{
	margin: 40px auto 0;
	padding: 0;
}
#firebaseui-auth-container .firebaseui-text-input-error{
	margin: 10px 0 0;
	color: #ff0000;
}
#firebaseui-auth-container .firebaseui-button{
	box-shadow: none;
	border-radius: 4px;
	width: 240px;
	height: 50px;
	background: #3A4351;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	margin-left: 10px;
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: center;
	border: none;
}
#firebaseui-auth-container .firebaseui-button:first-child{
	margin-left: 0;
}
@media only screen and (max-width:768px) {
	#firebaseui-auth-container{
		padding: 30px 20px;
	}
	#firebaseui-auth-container h1{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#firebaseui-auth-container .firebaseui-text{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#firebaseui-auth-container .firebaseui-idp-button::before{
		font-size: 14px;
	}
	.mdl-textfield{
		font-size: 14px;
	}
	#firebaseui-auth-container .mdl-textfield::after{
		width: 28px;
		height: 28px;
		top: 32px;
	}
	#firebaseui-auth-container .mdl-textfield__input{
		font-size: 16px;
		padding: 10px 50px 10px 60px;
	}
	#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-id-password-toggle{
		top: 35px;
		right: 10px;
    width: 24px;
    height: 24px;
	}
	#firebaseui-auth-container .firebaseui-card-actions{
		margin: 30px auto 0;
		font-size: 12px;
	}
	#firebaseui-auth-container .firebaseui-button{
		font-size: 14px;
	}
	#firebaseui-auth-container .firebaseui-card-footer{
		margin-top: 40px;
	}
}
@media only screen and (max-width:620px) {
	#firebaseui-auth-container .firebaseui-card-actions{
		display: block;
	}
	#firebaseui-auth-container .firebaseui-form-actions{
		display: block;
	}
	#firebaseui-auth-container .firebaseui-button{
		width: 100%;
		max-width: 240px;
		display: block;
		margin: 10px auto 0;
	}
	#firebaseui-auth-container .firebaseui-button:first-child{
		margin: 0 auto;
	}
	#firebaseui-auth-container .firebaseui-form-links{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

main {
  display: none;
}

/* subscribe */
#subscribe{
  display: none;
}
#subscribe{
  display: none;
}
.products{
  display: flex;
  flex-wrap: wrap;
  max-width: 1015px;
  margin: 0 auto;
}
.products .ttl{
  width: 100%;
  margin-bottom: 50px;
}
.products .ttl h2 span,
.products .ttl h2 strong{
    display: block;
    line-height: 1.2;
}
.products .ttl h2 span{
  font-size: 14px;
}
.products .ttl h2 strong{
  font-size: 38px;
  margin-top: 5px;
}
.products .img{
  width: calc(100% - 430px);
  background: url("../img/img_products_01.jpg") center;
  background-size: cover;
}
.product{
  width: 430px;
  padding: 30px 30px 30px 60px;
	text-align: left;
  background: #f9f9f9;
}
.product{
	color: #3a4351;
}
.product .img {
	display: none;
}
.product h2{
	font-size: 18px;
  font-weight: bold;
}
.product .description{
	font-size: 18px;
  font-weight: bold;
}
.product .priceSelect{
	font-size: 0;
  margin-top: 20px;
}
.product .priceInterval{
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
  font-weight: bold;
}
.product select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	font-size: 43px;
  font-weight: bold;
	line-height: 1;
	color: #3a4351;
	border: none;
	padding: 0;
	pointer-events: none;
	background: transparent;
}
.product select::-ms-expand {
	display: none;
}
.product button{
	width: 200px;
	height: 40px;
	margin: 15px auto 0;
	background: #3A4351;
	border: none;
	font-size: 14px;
  font-weight: bold;
	line-height: 1;
	color: #fff;
	border-radius: 4px;
	padding: 0;
	cursor: pointer;
}
.product button:disabled{
  opacity: .3;
  pointer-events: none;
}
.product .description2{
	margin-top: 30px;
}
.product .description2 p:first-child{
	font-size: 14px;
}
.product .description2 p:last-child{
	font-size: 14px;
  margin-top: 3px;
}
@media only screen and (max-width:768px) {
.products{
  display: block;
}
.products .ttl{
  margin-bottom: 30px;
}
.products .ttl h2 strong{
  font-size: 32px;
}
.products .img{
  width: 100%;
  height: 150px;
}
.product{
  width: 100%;
  padding: 20px;
}
.product h2{
	font-size: 16px;
}
.product .description{
	font-size: 16px;
}
.product .priceSelect{
  margin-top: 15px;
}
.product .priceInterval{
	font-size: 13px;
}
.product select{
	font-size: 40px;
}
.product button{
	width: 180px;
	margin: 10px auto 0;
}
.product .description2{
	margin-top: 20px;
}
.product .description2 p:first-child{
	font-size: 13px;
}
.product .description2 p:last-child{
	font-size: 13px;
  margin-top: 0;
}
}
@media only screen and (max-width:420px) {
	.product .description2 .spOnly{
		display: block;
	}
}

.authenticate{
	display: none;
	background: #f2f2f2;
	width: 100%;
	max-width: 700px;
	min-height: 260px;
	margin: 0 auto;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 2px 2px 8px 0 rgb(0,0,0,0.05);
}
.authenticateFirst{
	display: table-cell;
	vertical-align: middle;
	padding: 100px 40px 40px;
	text-align: center;
}
.authenticateLast{
	display: none;
	vertical-align: middle;
	padding: 40px;
	text-align: center;
}
.authenticate button{
	box-shadow: none;
	background: #3A4351;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: center;
	width: 100%;
	max-width: 240px;
	height: 50px;
	padding: 0;
	border-radius: 4px;
	margin:0 auto 50px;
	cursor: pointer;
}
.authenticate p{
	font-size: 13px;
	line-height: 2;
}
.authenticate p a{
	text-decoration: underline;
}
@media only screen and (max-width:768px) {
	.authenticate{
		min-height: 0;
	}
	.authenticateFirst{
		padding: 30px 20px;
	}
	.authenticateLast{
		padding: 30px 20px;
	}
	.authenticate button{
		font-size: 14px;
	}
	.authenticate p{
		font-size: 12px;
	}
}

/* my-subscription */
#my-subscription {
  display: none;
}
#dashboardTtl{
	text-align: left;
}
#dashboardTtl h1{
	font-size: 28px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.08em;
}
#dashboardTtl h1 span{
	display: inline-block;
	padding-right: 0.5em;
	margin-right: 0.5em;
	position: relative;
}
#dashboardTtl h1 span::after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%);
}
#dashboardTtl p{
	font-size: 13px;
	line-height: 1.5;
	margin-top: 20px;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#dashboardList{
	margin: 50px auto 0;
	background: #f2f2f2;
	padding: 80px 0;
	border-radius: 4px;
	box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.05);
}
#dashboardList ul{
	font-size: 0;
}
#dashboardList ul li{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-top: 70px;
}
#dashboardList ul li:nth-child(-n+3){
	margin-top: 0;
}
#dashboardList ul li a,
#dashboardList ul li button{
	display: block;
	max-width: 240px;
	border: none;
	padding: 30px 0;
	margin: 0 auto;
	cursor: pointer;
	background: #f2f2f2;
	transition: opacity .2s;
}
#dashboardList ul li a:hover,
#dashboardList ul li button:hover{
	opacity: 0.7;
}
#dashboardList ul li .thumb{
	width: 70px;
	margin: 0 auto 25px;
}
#dashboardList ul li .thumb::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#dashboardList ul li.artist .thumb::before{
	background-image: url("/common/img/ico_artist.svg");
}
#dashboardList ul li.works .thumb::before{
	background-image: url("/common/img/ico_works.svg");
}
#dashboardList ul li.exhibition .thumb::before{
	background-image: url("/common/img/ico_exhibition.svg");
}
#dashboardList ul li.release .thumb::before{
	background-image: url("/common/img/ico_release.svg");
}
#dashboardList ul li.type .thumb::before{
	background-image: url("/common/img/ico_type.svg");
}
#dashboardList ul li.customer .thumb::before{
	background-image: url("/common/img/ico_customer.svg");
}
#dashboardList ul li strong{
	display: block;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}
#dashboardList ul li span{
	display: block;
	font-size: 13px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-top: 10px;
}
@media only screen and (max-width:768px) {
	#dashboardTtl h1{
		font-size: 22px;
	}
	#dashboardTtl h1 span::after{
		height: 24px;
	}
	#dashboardTtl p{
		margin-top: 15px;
	}
	#dashboardList{
		margin-top: 30px;
		padding: 40px;
	}
	#dashboardList ul li{
		width: 50%;
		margin-top: 40px;
	}
	#dashboardList ul li:nth-child(3){
		margin-top: 40px;
	}
	#dashboardList ul li a, #dashboardList ul li button{
		padding: 20px 0;
	}
	#dashboardList ul li strong{
		font-size: 18px;
	}
}
@media only screen and (max-width:560px) {
	#dashboardList ul li{
		width: 100%;
	}
	#dashboardList ul li:nth-child(2){
		margin-top: 40px;
	}
}
@media only screen and (max-width:440px) {
	#dashboardTtl h1{
		text-align: center;
	}
	#dashboardTtl h1 span{
		display: block;
		padding-right: 0;
		margin-right: 0;
	}
	#dashboardTtl h1 span::after{
		width: 30px;
    height: 1px;
    position: relative;
    top: 0;
    right: auto;
    transform: translate(0%,0%);
    margin: 10px auto;
	}
	#dashboardTtl p{
		text-align: center;
	}
}

/* Test card number */
.test-card-notice {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.card-number {
  display: inline;
  white-space: nowrap;
  font-family: Menlo, Consolas, monospace;
  color: #3c4257;
  font-weight: 500;
}
.card-number span {
  display: inline-block;
  width: 4px;
}

/* footer */
footer{
	position: absolute;
	bottom: 30px;
	left: 20px;
	padding-right: 20px;
	z-index: 102;
}
footer ul{
	font-size: 0;
	margin-bottom: 15px;
}
footer li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5;
	margin-right: 0.5em;
	color: #3A4351;
}
footer li.webLink{
	display: none;
}
.login footer li{
	display: none;
}
.login footer li.support,
.login footer li.webLink{
	display: inline-block;
}
footer li:last-child,
footer li.webLink{
	margin-right: 0;
}
footer li::after{
	content: "｜";
	display: inline-block;
	margin-left: 0.5em;
}
footer li:last-child::after,
footer li.webLink::after{
	display: none;
}
footer li a:link,
footer li a:visited{
	color: #3A4351;
}
footer p{
	font-size: 10px;
	line-height: 1.2;
	color: #3A4351;
}
@media only screen and (max-width:768px) {
	footer{
		z-index: 99;
	}
}