@charset "utf-8";

/* 会員 #fs_Register */
#fs_Register #mainContent > *:last-child {
    margin-bottom: 0;
}

#fs_form{
    max-width: 1000px;
    margin-bottom: 0;
    text-align: center;
}

#fs_form .fs-c-inputInformation__field{
    margin-bottom: 30px;
}

#fs_form .fs-c-inputTable{
    margin: 0 auto;
}

#fs_form .fs-c-inputTable tr{
   border-bottom: 1px solid #ccc;
}

#fs_form .fs-c-inputTable__headerCell{
    text-align: left;
    min-width: 220px;
}

#fs_form .fs-c-inputTable__dataCell {
    text-align: left;
}

#fs_form .fs-c-inputTable .fs-c-dropdown__menu {
    padding: 10px 3em 10px 10px;
}

#fs_form .fs-c-additionalCheckField{
    display: inline-block;
    margin: 20px;
}

/*　会員規約とる */
/*#fs_form .fs-c-additionalCheckField.fs-c-memberPolicyAgreeField,
#fs_CustomerDetails .fs-c-agreementField.fs-c-memberPolicyAgreeField{
    display: none;
}*/

#fs_form .fs-c-buttonContainer {
    margin-bottom: 0;
}

#fs_form .fs-c-button--cancel  {
    color: #000 !important;
    border: 2px solid #e4e4e4 !important;
    background-color: #f4f4f4;
    line-height: 46px;
    height: 50px;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    border: none;
    box-shadow: none;
    vertical-align: top;
    width: 100%;
    letter-spacing: 2px;
    display: block;
    text-decoration: none !important;
    margin: 1vw 0 0 0;
    padding: 0 !important;
}

#fs_form .fs-c-button--cancel:hover{
    color: #fff!important;
    border: 2px solid #e4e4e4 !important;
    background-color: #e4e4e4;
}

#fs_Register .attentionBl{
    margin-bottom: 3vw;
}

#fs_Register .attentionBl p{
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
}

#fs_Register .attentionBl li{
    text-indent: -2em;
    padding-left: 2em;
}


/* お客様情報入力 */
#fs_CustomerDetails .fs-c-button--secondary{
    color: #fff !important;
    border: 2px solid #422f79 !important;
    background-color: #422f79;
    line-height: 46px;
    height: 50px;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    border: none;
    box-shadow: none;
    vertical-align: top;
    width: 50%;
    letter-spacing: 2px;
    display: block;
    text-decoration: none !important;
    margin: 0 auto;
}

#fs_CustomerDetails .fs-c-button--secondary:hover{
	transition: all 0.5s ease 0s;
    background-color: #fff;
	color:#422f79 !important;
}

#fs_CustomerDetails #fs_registrationUncheckedMessage,
#fs_CustomerDetails .fs-c-agreementConfirmation + .fs-c-agreementConfirmation{
    display: none !important;
}

#fs_CustomerDetails #fs_registrationCheckedMessage{
    display: block !important;
}

#fs_CustomerDetails .fs-c-additionalCheckField{
    display: block;
    text-align: left;
    margin: 10px 20px;
}

#fs_CustomerDetails #fs_input_password{
    padding: 10px;
}

#fs_CustomerDetails .fs-c-agreementConfirmation__accordion{
    display: inline-block;
}

#fs_CustomerDetails .fs-c-agreementConfirmation__addon > * {
    display: inline-block;
}

/* メールマガジン停止 #fs_NewsletterUnsubscribe */
#fs_NewsletterUnsubscribe #fs_form .fs-c-inputTable tr{
    border: none;
}
/* メールマガジン停止完了 #fs_NewsletterUnsubscribeSuccess */
#fs_NewsletterUnsubscribeSuccess .fs-c-buttonContainer{
    text-align: center;
    margin: 5vw 0 0 0;
}

@media screen and (max-width: 768px) {   
#fs_Register #fs_form {
    margin-top: 5vw;
}
    
#fs_form .fs-c-inputTable{
    padding: 10px;
    min-width: inherit;
}
    
#fs_form  .fs-c-inputTable__headerCell{
    display: block;
    padding: 5px 0;
}
    
#fs_form  .fs-c-inputTable__dataCell {
    padding: 5px 0 15px;
    display: block;
}
    
#fs_form .fs-c-inputTable .fs-c-dropdown__menu {
    padding: 5px 3em 5px 5px;
}
    
#fs_form .fs-c-additionalCheckField{
    margin: 10px;
}
	
#fs_form .fs-c-button--cancel  {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
    height: 40px;
    padding: 0;
}    
    
#fs_Register .attentionBl{
    margin-bottom: 3vw;
}

#fs_Register .attentionBl p{
    margin-bottom: 1vw;
    font-size: 18px;
    font-size: 1.8rem;
}    
    
/* お客様情報入力 */
#fs_CustomerDetails .fs-c-button--secondary{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
    height: 40px;
}    
    
#fs_CustomerDetails .fs-c-additionalCheckField,
#fs_CustomerDetails #fs_input_password{
    padding: 5px;
    margin: 0;
}
 
}