@charset "utf-8";

/* =================================================
   --------------------
   C.I.A MYPAGE
   PC
   -------------------
================================================= */
.sp { display: none !important; }

/*  base
------------------------------ */
html,body {height: 100%;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	color: #000;
    word-break: break-word;
    background: #fff;
}

img{/*width: 100%*/}
a,a:link, a:visited{
	color:#31a9dc;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img {opacity: .6;}
a img,
.btn input {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.container a:hover,
header a:hover  {opacity: .6;}
.btn {margin: 20px 0; text-align: center;}
.btn a.sub,
.btn a.sub:hover,
.btn input.sub,
.btn input.sub:hover {
	text-decoration: none;
}
.btn input, .btn a {
	width: auto;
	color: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	-webkit-appearance: none;
	display: inline-block;
	min-width: 240px;
	text-align: center;
	text-decoration: none;
	height: 48px;
	line-height: 46px;
	border-radius: 100px;
	padding: 0 1.5em;
	cursor: pointer;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn .main{
	color: #fff;
	border: none;
	background: #3d3d44;
	border: 1px solid transparent;
}
.btn .main:hover{
    background: #3d3d44;
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,.15);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
	opacity: 1;
}
.btn .sub{
    display: inline-block;
    font-family: 'Source Sans Pro', -apple-system, "Roboto-Regular", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Noto Sans Japanese', "メイリオ", sans-serif;
    letter-spacing: 0.1em;
    font-weight: 400;
    border: 1px solid;
    border-radius: 100px;
    font-size: 15px;
	color: #3d3d44;
	background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}
.btn .sub:hover{
    color: inherit;
    background: inherit;
    opacity: .4;
}


.txt {margin: 0 0 15px;}
.bold {font-weight: bold;}
.blockTit {
    margin: 30px 0 15px;
    color: #fff;
	background:#828286;
    letter-spacing: 0.05em;
}
.lead {
	margin: 0 0 10px;
	font-size: 16px;
}
.center {text-align: center;}
button,
textarea,
select,
input,
img { outline: none; }
.svg-symbol {display: none;}

/*===============================
  �ł��ςƂ��ǋL
==================================*/

.wrap {
	width: 100%;
	min-height: 100%;
	padding: 70px 0 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
    overflow: hidden;
}
#side_line {
    width: auto;
    min-height: 100%;
    position: relative;
}
.container {
	width: 950px;
	margin: 0 auto;
	padding: 80px 0;
	background: transparent;
		position: relative;
	z-index: 1;
}
.rule {color:#c3af49;}
.bold {font-weight: bold;}
.fs10 {font-size: 10px;}
.alertBox a{text-decoration: underline;color:#009fdf;}
.alertBox{background: #fff0f0;}
.alertBox .error{color:#c00;}




/* header
============================== */
header{
    width: 100%;
    padding: 12px 3%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 50px rgba(67, 88, 97, 0.15);
    box-sizing: border-box;
}
header .inner {
    height: 100%;
    display: flex;
    display: webkit-flex;
    align-items: center;
    justify-content: space-end;
}
header h1 {
	width: 150px;
	line-height: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: auto;
}
header h1 a {display: block; line-height: 0;}
header h1 a svg * { -webkit-transition: all .3s ease; transition: all .3s ease;}
.nav__login {display: inline-block;}
.nav__login li{display: inline-block;}
.nav__login li {margin: 0 2px 0 0;}
.nav__login li a{
	position: relative;
	letter-spacing: 0.1em;
	text-decoration: none;
    font-size: 13px;
    display: inline-block;
    border-radius: 100px;
    padding: 6px 14px;
    border: 1px solid transparent;
    min-width: unset;
    color: #000;
}
.nav__login li {display: inline-block;}
.nav__login .material-icons { 
    font-size: 14px;
    margin: 0 6px 0 0;
    display: inline-block!important;
    position: relative;
    top: 3px;
}
}
header .ssl-name {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: right;
	color: #2ba1bd;
}
header .ssl-name span{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin: 0 0 3px;
    display: block;
    font-size: 10px;
    letter-spacing: 0.2em;
    color: #2ba1bd;
}

/* 3.3 footer
------------------------------ */
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px 0;
  text-align: center;
  background: #fff;
  z-index: 100;
}
footer * {
  color: #000;
}
footer .nav--support {
  margin: 0 0 30px;
}
footer .nav--support li {
  display: inline-block;
  margin: 0 10px;
}
footer .nav--support li a {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
footer .nav--support li a:hover {
  opacity: 0.6;
}
footer .copyright {
  color: inherit;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: 'Hind Siliguri', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', "メイリオ", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}





.section .sectionTit{margin-bottom: 30px;padding: 0 0 15px; color: #000;}
.single .section{
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.formArea .formList{margin-bottom:20px;padding: 35px 50px 20px 15px;}
.formArea .formList .subTxt{margin:5px 0 0;color: #666;font-size: 0.9em}
.formArea .btn{margin: 20px 0;}
.formArea .formList input[type="text"],
.formArea .formList input[type="password"]{
	padding: 5px 8px;
	font-size:16px;
	border: 1px solid #ccc;
}
.formArea #loading img{ width: 20px;}
.supportList a:before{display: none}
.supportList li{margin-bottom: 10px}
.txtList {margin-bottom: 20px;padding-left: 1em;}
.txtList li{text-indent: -1em;margin-bottom: 5px}
.txtArea {margin-bottom: 20px;}
.statusInput {margin-bottom: 20px;}

.section.regist .mailmagSwitch > li:last-child {margin-bottom: 0;}
.section.regist .mailmagSwitch .tit{
	font-size: 18px;
	padding-right: 130px;
}
.section.regist .mailmagSwitch .subTxt {margin-top: 10px;}


/* mypage */
.section.mypage .term{padding: 20px;}
.section.mypage .menuList {
	margin: 0 0 30px;
	border-color: #bbb;
}
.section.mypage .menuList li {
    border-color: #bbb;
	padding: 0;
	position: relative;
}
.section.mypage .menuList li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    color: #999;
    border-right: 1px solid;
    border-top: 1px solid;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section.mypage .menuList li a {
	display: block;
	padding: 20px 0;
	color: #000;
}
.section.mypage .menuList li .tit {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px;
    float: left;
    width: 15em;
}
.section.mypage .menuList .txt {
    line-height: inherit;
    margin: 0;
}
.mypage ul.errorList li:after {
    font-family: 'WebHostingHub-Glyphs';
    content: '\f316';
    font-size: 0.9em;
    position: absolute;
    left: 0px;
    top: 57%;
    margin: -1em 0 0;
		color: #c00;
}
.mypage ul.errorList li {
    position: relative;
    padding: 0 0 0 15px;
}

/* contact */
.section .attentionList > li {margin: 0 0 5px;}
.section .attentionList .example { color: #666;}
.section .attentionList .example li:before { display: none;}
.section .attentionList .exampleTit {
    text-indent: 0;
    margin: 6px 0 3px;
    font-weight: bold;
    color: #666;
}
.section .attentionList + .txt {margin-top: 20px;}


/* regist - payment */
.monthlyBox .mailAddress {
    margin: 25px 0 0;
    float: left;
    width: 500px;
}
.monthlyBox .qrCode { margin: 25px 0 0; float: right;}
.monthlyBox .mailAddress dt,
.monthlyBox .qrCode dt {
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
}
.monthlyBox .qrCode dd {text-align: center;}
.monthlyBox .qrCode dd img {width: 90px;}
.monthlyBox .mailAddress input{margin: 10px 0;}
.monthlyBox .mailAddress .subTxt { font-size: 12px; color: #666;}

/* birthday-message
============================== */
.mypage .birthday-message {
    margin-bottom: 40px;
    margin-top: -20px;
}
.mypage .birthday-message a {
    padding: 1em 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #111;
    width: 100%;
    display: block;
}
.mypage .birthday-message a:hover {
    opacity: 0.6;
}

/* IE
============================== */
.useragent--ie header h1 a .logo--artist svg {height: 10px;}
.useragent--ie header h1 a .logo--site-name svg {height: 12px;}




/* tablet(iPad)
=================================== */
@media screen and (min-width: 768px) and (max-width: 900px){
	footer {min-width: auto;}
	footer .support-nav li {line-height: 2em;}
	.wrap {padding-bottom: 235px; background: #fff;}
	.container {width: auto; padding: 0;}
	.single .section {padding: 60px 6%; margin: 0;}
}
