@charset "UTF-8";

/** ソーシャルログインボタン **/
.alreadyMemberLinkItemWrap{
    display: block;
    width: 27%;
    text-align: center;
    margin: 10px auto;
}
@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;
	}
	.alreadyMemberLinkItemWrap{
        width: 95%;
    }
}
@media screen and (max-width: 320px) {
    .alreadyMemberLinkItemWrap{
       width: 115%;
    }
}

#wrap .table .td select.birthdayYear {
  max-width: calc(400px - 2rem);
  width: calc(100% - 70px - 2rem);
	margin-bottom: 0;
}
.table .td input[type='password'].password, .table .td input[type='password'].passwordConfirm {
  margin-bottom: 5px;
}

hr {
  margin-bottom: 30px;
  height: 1px;
  background-color: #434343;
  border: none;
}
.step_box>ul {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    margin: auto;
    position: relative;
}
.step_box>ul>li.before {
    content: '';
    display: block;
    width: 70%;
    background: linear-gradient(to right, #868686, #868686 50%, rgba(134, 134, 134, 0) 50%, rgba(134, 134, 134, 0) 100%) 0% 0%;
    background-size: 8px 2px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
}
.step_box>ul>li:not(before) {
    z-index: 1;
}
.step_box>ul>li.active {
    background: #008473;
}

.step_box>ul>li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 19px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
    background: #909090;
}
.step_box {
    text-align: center;
}
.step_box2>ul {
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    margin: auto;
    position: relative;
}
.step_box2>ul>li.active {
    color: #008473;
}

.step_box2>ul>li {
    text-align: center;
    width: 33%;
    font-weight: bold;
    color: #909090;
    position: relative;
    z-index: 1;
}
.step_box2 {
    text-align: center;
    margin-bottom: 28px;
}
h2#title_innerId {
    font-size: 30px;
}
input#changePassword,
input#changePasswordConfirm {
    width: 42%;
}
.passwordTdSurround .items, .passwordConfirmTdSurround .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.passwordTdSurround .checkboxLabel, .passwordConfirmTdSurround .checkboxLabel {
    display: block;
    margin-top: 5px;
    width: 100%;
}

/* エラーメッセージ */
.alertMessageContentTitle, .alertMessageContent {
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	#wrap .table .td select.birthdayYear {
		max-width: 100%;
	}
}

.required_condition:after {
	content: "";
}

.caution {
    border: 1px solid #bebebe;
    margin-top: 40px;
    padding: 20px;
}
.caution .title {
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 20px;
}
.js-accodion .title {
    position: relative;
    cursor: pointer;
}
.js-accodion .title:before {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 27px;
    width: 2px;
    height: 16px;
    background: #333;
    opacity: 1;
    transition: opacity .3s ease;
}
.js-accodion .title:after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    width: 16px;
    height: 2px;
    background: #333;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.js-accodion .title.is-open:before {
    display: none;
}
.js-accodion .caution__content {
    display: none;
}
.caution .list__disc {
    padding: 0 20px 20px;
}
.list__disc li {
    font-size: 13px;
    line-height: 19.5px;
    margin-top: 5px;
    position: relative;
    padding-left: 18px;
}
.list__disc li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #333;
}