@charset "utf-8" ;

.privilegeBox1 { background: #f9f9f9; padding: 50px 0; border-top: 1px solid #e3e3e3;}
.privilegeBox1 h2 { font-size: 24px; text-align: center; font-weight: bold;}
.privilegeBox1 h2 span { display: block; font-size: 14px; text-align: center; font-weight: normal; color: #dd2e1e;}
.privilegeBox1 h3 { font-size: 26px; text-align: center; font-weight: bold; padding: 30px 0;}
.privilegeBox1 p { font-size: 16px; text-align: center; line-height: 1.9;}
.privilegeBox1 ul { text-align: center; letter-spacing: -0.4em; margin: 50px -40px 0;}
.privilegeBox1 ul li { width: 250px; display: inline-block; letter-spacing: normal; margin: 0 20px;}
.privilegeBox1 ul li .ttl { display: block; font-weight: bold; font-size: 18px; padding: 13px;}
.privilegeBox1 ul li .txt { display: block; text-align: left; font-size: 14px;}

.privilegeBox2 {
    border: none;
    text-align: center;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    margin: 50px 0 0;
}
.privilegeBox2 h3 {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    border-bottom: none;
    padding: 20px 0;
    font-weight: bold;
    position: relative;
}
.privilegeBox2 .inner { padding: 40px;}
.privilegeBox2 .inner .mainTxt { line-height: 1.9; text-align: left; margin-bottom: 20px;}
.privilegeBox2 h4 { text-align: left; font-size: 16px; font-weight: bold;}
.privilegeBox2 .basicForm {
	border: none;
}
.famemberArea .txtBox {
    padding: 25px;
    border: 1px solid #e3e3e3;
    text-align: left;
    height: 230px;
    overflow-y: auto;
    position: relative;
}
.famemberArea .txtBox::-webkit-scrollbar{ /* スクロールバー本体 */
    width: 10px;
    background: #f9f9f9;
    position: absolute;
    right: -20px;
    top: 0;
}
.famemberArea .txtBox::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
    background: #dd2e1e;
    border-radius: 0px;
}
.famemberArea .txtBox p {
    margin-bottom: 1em;
}
.famemberArea .txtBox p:last-child {
    margin-bottom: 0;
}
.famemberArea .btnCheck {
    padding: 20px 0;
    margin: 25px auto 40px;
    background: #f9f9f9;
    width: 288px;
    font-size: 16px;
    text-align: center;
}
.famemberArea .btnCheck label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.famemberArea .btnCheck input {
    position: absolute;
    left: 0;
    top: 1px;
}
.famemberArea .stepBox {
    margin: 0 auto 40px;
    padding: 0 0 40px;
    border-bottom: 1px dashed #cacaca;
}
.famemberArea .stepBox.noM {
    margin: 0!important;
    padding: 0!important;
    border: none!important;
}
.famemberArea .stepBox .nav {
    display: table;
    width: 100%;
    height: 55px;
    background: #f9f9f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}
.famemberArea .stepBox .nav li {
    display: table-cell;
    width: 33.33333%;
    font-size: 16px;
    vertical-align: middle;
    color: #9e9e9e;
    line-height: 1;
    position: relative;
    font-weight: bold;
}
.famemberArea .stepBox .nav li:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 55px;
    height: 55px;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.famemberArea .stepBox .nav li:last-child:after { display: none;}
.famemberArea .stepBox .nav li.on { color: #dd2e1e;}
.famemberArea .stepBox dl {
    display: table;
    width: 100%;
    padding: 0 40px 20px;
}
.famemberArea .stepBox dl:last-child {
    margin-bottom: 0;
}
.famemberArea .stepBox dl dt {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    padding-top: 12px;
    font-size: 16px;
    text-align: left;
}
.famemberArea .stepBox dl dd {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    text-align: left;
}
.famemberArea .stepBox dl dd input {
    font-size: 16px;
    padding: 12px 15px;
}
.famemberArea .stepBox dl dd input.name { width: 750px;}
.famemberArea .stepBox dl dd input.err { background-color: rgb(255, 204, 204);}
.famemberArea .stepBox dl dd input.post1 { width: 100px;}
.famemberArea .stepBox dl dd input.post2 { width: 100px;}
.famemberArea .stepBox dl dd input.zip { width: 750px;}
.famemberArea .stepBox dl dd input[type="email"] { width: 750px;}
.famemberArea .stepBox dl dd input[type="password"] { width: 750px;}
.famemberArea .stepBox dl dd span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
.famemberArea .stepBox dl dd span.confirm {
    padding: 12px 0 0 0!important;
    margin: 0!important;
}
.famemberArea .btnSubmit {
    width: 238px;
    margin: 15px auto 0;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,1) inset;
    box-shadow: 0 0 1px 0 rgba(255,255,255,1) inset;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #9e9e9e 0%, #666666 100%);
    background: -webkit-linear-gradient(top, #9e9e9e 0%,#666666 100%);
    background: linear-gradient(to bottom, #9e9e9e 0%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#666666',GradientType=0 );
    text-align: center;
    line-height: 1;
    text-decoration: none;
    color: #4b4b4b;
    display: block;
    position: relative;
}
.famemberArea .btnSubmit:after {
    position: absolute;
    top: 50%;
    left: 70px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.famemberArea .btnSubmit input {
    display: block;
    color: #ffffff;
    position: relative;
    padding-left: 17px;
    border: none;
    background: none;
    font-size: 16px;
    width: 100%;
    padding: 12px 0 10px;
    text-indent: 1.5em;
    cursor: pointer;
}
.famemberArea .btnSubmit:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




.errMsg {
    margin-left: 1em;
    padding-bottom: 1px;
    display: block;
    line-height: 1.4;
    text-indent: -.9em;
}

.formError {
    padding-bottom: 13px;
    display: block;
    /*margin-left: 570px;*/
}
#err_zip1.formError,
#err_zip2.formError {
    margin-left: 30px;
}
#err_consentbox.formError {
    margin-left: 0;
}
.fixed {
    padding-bottom: 0;
}

.formError .formErrorClose {
    border: solid #252525 2px;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
    color: #efefef;
    background: #333;
    font-weight: bold;
    text-align: center;
    line-height: middle;
    cursor: pointer;
    box-shadow: 1px -1px 3px #888;
    -moz-box-shadow: 1px -1px 3px #888;
    -webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
}
.formError .formErrorClose:hover {
    background: #666;
}
.fixed .formErrorClose {
    display: none;
}

.formError .formErrorContent {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 10px;
    width: 215px;
    position:relative;
    color: #fff;
    background: #666666;
    font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
    font-size: 11px;
    box-shadow: 0px 0px 6px #666666;
    -moz-box-shadow: 0px 0px 6px #666666;
    -webkit-box-shadow: 0px 0px 6px #666666;
    _z-index:1;
}
.fixed .formErrorContent {
    margin-top: .5em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #dd2e1e;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.fadeOut {
    opacity: .2;
    filter: alpha(opacity=20);
}

.formError .formErrorArrow {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 20px;
    _z-index:0;
}
.fixed .formErrorArrow {
    display: none;
}
.formError .formErrorArrowBottom {
    margin: -6px;
    top: 0;
}
.fixed .formErrorArrowBottom {
    display: none;
}

.formError .formErrorArrow div {
    margin: 0 auto;
    display: block;
    height: 1px;
    background: #666666;
    line-height: 0px;
    font-size: 0px;
    box-shadow: 0px 2px 3px #666666;
    -moz-box-shadow: 0px 2px 3px #666666;
    -webkit-box-shadow: 0px 2px 3px #666666;
}
.formError .formErrorArrowBottom div{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.formError .formErrorArrow .line10 {
    width: 19px;
}
.formError .formErrorArrow .line9 {
    width: 17px;
}
.formError .formErrorArrow .line8 {
    width: 15px;
}
.formError .formErrorArrow .line7 {
    width: 13px;
}
.formError .formErrorArrow .line6 {
    width: 11px;
}
.formError .formErrorArrow .line5 {
    width: 9px;
}
.formError .formErrorArrow .line4 {
    width: 7px;
}
.formError .formErrorArrow .line3 {
    width: 5px;
}
.formError .formErrorArrow .line2 {
    width: 3px;
}
.formError .formErrorArrow .line1{
    width: 1px;
}

.consentbox {
    margin: 30px 0 20px;
    text-align: center;
}
.consentbox input,
.consentbox span {
    display: inline-block;
    vertical-align: middle;
}

.btnArea {
    text-align: center;
    letter-spacing: -0.4em;
}
.btnArea .submit {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.btnArea .submit.btn1 a { padding: 15px 30px; border: 1px solid #dd2e1e; -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,1) inset; box-shadow: 0 0 1px 0 rgba(255,255,255,1) inset; background: #dd2e1e; background: -moz-linear-gradient(top, #dd2e1e 0%, #c1291b 100%); background: -webkit-linear-gradient(top, #dd2e1e 0%, #c1291b 100%); background: linear-gradient(to bottom, #dd2e1e 0%, #c1291b 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2e1e', endColorstr='#c1291b',GradientType=0 ); text-align: center; line-height: 1; text-decoration: none; color: #ffffff; display: block;}
.btnArea .submit.btn2 a { padding: 15px 30px; display: block; border: 1px solid #9e9e9e; background: #e3e3e3; background: -moz-linear-gradient(top,  #e3e3e3 0%, #cacaca 100%); background: -webkit-linear-gradient(top,  #e3e3e3 0%,#cacaca 100%); background: linear-gradient(to bottom,  #e3e3e3 0%,#cacaca 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cacaca',GradientType=0 ); box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset; text-decoration: none; line-height: 1;}
.btnArea .submit a:before,
.btnArea .submit a:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; left: 0; display: block; content: ''; width: 100%; height: 100%; }
.btnArea .submit a:hover { opacity: 0.7; text-decoration: none; }

.famemberArea .stepBox dl.basicForm {
   border: none;
   text-align: left;
}

.famemberArea .stepBox dl dd span.customSelect {
   margin-top: 0;
}

.famemberArea .stepBox dl dd span.customSelect .customSelectInner:after{
    top:15px;
}

.famemberArea .stepBox dl dd span.customSelect span.customSelectInner {
  margin-top: 0;
  display:block !important;
}

.privilegeBox2 .inner dl dd input[type="text"] ,.privilegeBox2 .inner dl dd input[type="password"] ,.privilegeBox2 .inner dl dd input[type="email"] {
   padding: 15px;
   border: 1px solid #cacaca ;
}

.privilegeBox2 .inner dl dd span.customSelectInner{
color:#000;
}

.name2 { width: 240px!important;}