@CHARSET "UTF-8";

/** ソーシャルログインボタン **/
.facebookLoginIncludeItemWrap,
.googleLoginIncludeItemWrap,
.yahooLoginIncludeItemWrap,
.lineLoginIncludeItemWrap {
	margin: 0 20px 20px 0;
}
.amazonPayLoginIncludeItemWrap {
	margin: 0 auto 20px;
	width: 130px;
}
input[readonly] {
	background-color:#f0f0f0 !important;
}
@media screen and (max-width: 641px) {
	.facebookLoginIncludeItemWrap,
	.googleLoginIncludeItemWrap,
	.yahooLoginIncludeItemWrap,
	.lineLoginIncludeItemWrap {
			display: block;
			width: 100%;
		/**	text-align: center; **/
			margin: 10px auto;
	}
	.amazonPayLoginIncludeItemWrap {
		text-align: center;
		margin: 10px auto 20px;
	}
}


/* tel */
.required_condition:after {
	content: "どちらか必須";
}
/* 個人情報の取扱いについて */
.isMemberAgreementFlgItemWrap {
	text-align: center;
}
.isMemberAgreementFlg_itemLabel {
	display: inline-block;
	margin: 10px 0;
}


@media screen and (max-width: 641px) {
	.topGroupName label {
		text-align: center;
	}
}

.checkbox_deco {
	margin-top: 10px;
	margin-left: 3px;
}

#password, #passwordConfirm{
	font-family: "YuGothic", "Yu Gothic", sans-serif;
}

/* 20200925　デザイン追加　start */
/*--------------------------------------------------
		socialLoginButoonGroup SNSボタン
--------------------------------------------------*/
.socialLoginButoonGroup {
	margin-bottom: 10px;
}
.socialLoginButoonGroup > div {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
}
.socialLoginButoonGroup > div:not(:last-child) {
	margin-right: 10px;
}


/*--------------------------------------------------
		table
--------------------------------------------------*/
@media screen and (max-width: 960px) {
	.contents .table.th_30 .th,
	.contents .table.th_30 th,
	.contents .table.th_30 .td,
	.contents .table.th_30 td {
		display: block;
		width: 100%;
		padding: 10px 2%;
	}
}


/* 20200925　デザイン追加　end */

#easiitExplainLink_link {
  display: inline-block;
  margin: 16px 0 0 0;
  padding: 0 0 0 20px;
	position: relative;
}
#easiitExplainLink_link::before {
  display: block;
  content: " ";
  width: 12px;
  height: 11px;
  margin-top: -9px;
  background: url(../shop/eisai/images/icn_txt_link_blue_r_01.png) no-repeat 0 0;
  position: absolute;
  top: 13px;
  left: 8px;
}
em{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#birthdayYear {
    width: 130px;
    float: left;
}
.birthdayYearSuffixLabel {
    display: inline-flex;
    width: 6%;
    height: 40px;
    float: left;
    align-items: center;
    justify-content: center;
}

/*サーバー側でエラーチェックする場合にエラーメッセージがずれるので、js側でclassを付けてそのclassを位置調整*/
.needRepositionPass,
.needRepositionMail,
.needRepositionNameSei,
.needRepositionNameMei,
.needRepositionAddress11,
.needRepositionAddress21,
.needRepositionAddress31{
	margin-top:51px;
}

@media screen and (max-width: 960px) {
	.needRepositionPass,
	.needRepositionMail,
	.needRepositionNameSei,
	.needRepositionNameMei,
	.needRepositionAddress11,
	.needRepositionAddress21,
	.needRepositionAddress31 {
		margin-top:81px;
	}
}

#__error_nameMei{
	width: 276px;
}