@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */

html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {margin: 0;padding: 0;box-sizing: border-box;}
img{border: 0;vertical-align:bottom;}
li {list-style-type: none;}
em,strong{font-style:normal;}
table{border-collapse:collapse; }


/* -----------------------------------------------------------------
   共通
----------------------------------------------------------------- */

a:link{
    color:#1B4F98;/* リンク文字色 */
}
a:visited{
    color:#1B4F98;
}
a:active{
    color:#1B4F98;
}
a:hover{
    color: #1B4F98;/* リンク文字色（hover時） */
}

body{
    margin:0;
    padding:0;
    background-color:#fff;/* body背景色 */
    background-image:url('');       /* body背景画像 */
    background-repeat:repeat;   /* body背景画像繰り返し */
    background-position:left top; /* body背景画像ポジション */
    color:#333;     /* body文字色 */
    text-align:center;
    font-size:13px; /* body文字サイズ */
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.6;
}

p{
    text-align: left;
}

label{
    cursor:pointer;
}

input,textarea,select{
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.btn,.btn:link,.btn:visited,.btn:active,.btn:hover{
    background: #333;
    color: #fff;
    text-decoration:  none;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    padding: 6px 12px;
}

.btn:hover{
    opacity: 0.8;
}

.wrap{
    width:800px;/* コンテンツの幅 */
    margin:0px auto;
}

.main{
    padding: 0 24px;
}

.section{
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.shopBtnWrap{
    text-align: right;
    right: 0;
    top: 24px;
}

.shop-btn,.shop-btn:link,.shop-btn:visited,.shop-btn:active,.shop-btn:hover{
    background: #ddd;
    color: #777;
    font-size: 14px;
}

.headImg{
    width: 100%;
    margin-top: 72px;
}

.headImg img{
    max-width: 100%;
}

.pageTitle{
    text-align: left;
    font-size:15px;    /* タイトルのフォントサイズ */
    color:#333;        /* タイトルの文字色 */
    margin: 48px auto;
}

/* -----------------------------------------------------------------
   会員情報登録
----------------------------------------------------------------- */

#responsiveType{
    display: none;
}

.formTable{
    width: 100%;
    margin: 16px auto 0;
}

.formTable{
    width: 100%;
    margin: 16px auto 32px;
}

.formTable th, .formTable td {
    border: 1px solid #999999;
    padding: 12px 8px;
    text-align: left;
    word-break: break-all;
}

.formTable th{
    background: #e6e6e6;
    width: 210px;
}

.required{
    display: inline-block;
    background:#f56073;   /* 必須項目背景色 */
    font-weight: normal;
    color: #fff;     /* 必須項目文字色 */
    padding: 3px 5px;
    font-size: 11px;
    float: right;
}

.notes{
    font-size: 13px;
    color: #777;      /* 入力例文字色 */
    display: block;
    margin-top: 8px;
}

.labelBtn{
    width: 25%;
    display: inline-block;
}

.labelBtn input[type="radio"]{
    margin-right: 4px;
}

input[type="text"],input[type="password"],select{
    padding: 6px;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    font-size: inherit;
}

input[type="text"],input[type="password"]{
    background: #F7F7F7;
    width: 55%;
}

input[type="text"]:focus,input[type="password"]:focus,select:focus{
    background-color: #fff;
}

input[name$="id"]{
    width: 10em;
}

input.inputS{
    width: 5em;
    margin-right: 4px;
}

input.inputL{
    width: 96%;
}

input[type="text"][name^="email"],
input[type="text"][name*="address"]{
    width: 96%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    background: #F7F7F7 url("../../img/ms/down-arrow.png") no-repeat right 12px top 48%;
    background-size: 11px 7px;
    padding-right: 30px;
    border: 1px solid #c8c8c8;
}

select::-ms-expand {
  display: none;
}

select option{
    background: #fff;
}

/* -----------------------------------------------------------------
   ポリシー
----------------------------------------------------------------- */

.policyTitle {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.privacyPolicyWrap + .policyTitle{
    margin-top: 24px;
}

iframe.privacyPolicy{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    height: 140px;
    overflow: auto;
}

.agreeCheck{
    margin-right: 6px;
    vertical-align: middle;
}

.btnWrap {
    margin-top: 64px;
}

.btn.disabled{
    background: #ddd;
    pointer-events: none;
}

.check-btn{
    font-size: 14px;
}

#send_btn{
    font-size: 17px;
    padding: 12px 32px;
}

#update_btn{
    font-size: 17px;
    padding: 12px 32px;
}

#quit_btn{
    font-size: 17px;
    padding: 12px 32px;
}

#back_btn{
    font-size: 17px;
    padding: 12px 32px;
    background: #ddd;
    display: inline-block;
    color: #000000;
}

.closeBtn{
    background: #ddd;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    text-decoration: none;
}

.closeBtn img{
    vertical-align: middle;
    margin-right: 8px;
}

.closeBtn:link, .closeBtn:visited, .closeBtn:active {
    color: #777;
    text-decoration: none;
}

.closeBtn:hover{
    background: #ccc;
}
.shopBtn{
    background: #ddd;
    display: inline-block;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 4px;
}
.smp-header{
    display: none;
}

#passUpdate_btn{
    font-size: 17px;
    padding: 12px 32px;
}

input.btnL{
    background: #333;
    color: #fff;
    width: 240px;
    padding: 12px 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

input.btnL:hover{
    background: #666;
}


/* -----------------------------------------------------------------
   フッター
----------------------------------------------------------------- */
.footer{
    margin-top:120px;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding: 32px 0;
}

.copyright{
    text-align: center;
    font-size: 12px;
    margin-bottom: 32px;
}

.seal{
    margin:0 auto;
    text-align: center;
}

.sealimg{
    display: inline-block;
    width: 115px;
}

.sealimg img{
    max-width: 100%;
}

.sealtxt{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align:left;
    font-size:11px;
    padding-left:10px;
    color:#666;
}

@media screen and (max-width:768px){
    body{font-size: 14px;}

    input, button, textarea, select{
        -webkit-appearance:  none;
        -moz-appearance:  none;
        appearance:  none;
        padding: 12px !important;
        font-size: 15px;
        box-sizing: border-box;
        border: 1px solid #d2d2d2;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
    }

    input[type="text"],select{
        width: 100%;
    }

    input[type="checkbox"],input[type="radio"]{
        vertical-align: middle;
        position: relative;
        background: #fff;
    }

    input[type="checkbox"]:checked:after {
        position: absolute;
        top: 5px;
        left: 5.5px;
        content: "";
        width: 14px;
        height: 14px;
        background: #54B3DE;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    input[type="radio"]{
        box-sizing: border-box;
        border-radius: 50%;
        margin-right: 4px;
        background: #fff !important;
        width: 25px;
        height: 25px;
    }

    input[type="radio"]:checked:after {
        display: block;
        position: absolute;
        top: 5.5px;
        left: 6px;
        content: "";
        width: 13px;
        height: 13px;
        background: #54B3DE;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    label.labelBtn{
        width: 45%;
        display: inline-block;
    }

    .wrap{
        width: 100%;
    }

    .main{
        padding: 0 16px;
    }

    .section {
        margin-bottom: 0;
    }

    .formTable td,.formTable th{
        border: none;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .formTable td{
        padding: 16px 0;
    }

    input[name="oaddress"],input[type="text"][name^="email"], input[type="text"][name*="address"] {
        width:100% ;
    }

    input[name^=hphone],input[name^=ophone],input[name^=etcphone],input[name^=fax],input[name^=opost],input.inputS[type="text"]{
        width: 5em;
        margin-right: 4px;
    }

    input[name$="id"]{
        width: 65%;
    }

    .footer{
        padding: 16px 0;
    }

    .copyright{
        margin-bottom: 16px;
    }

    .shop-btn, .shop-btn:link, .shop-btn:visited, .shop-btn:active, .shop-btn:hover{
        font-size: 12px;
    }

    .privacyPolicyWrap{
        height: 10em;
        overflow: auto;
        border: 1px solid #ccc;
        margin-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    iframe.privacyPolicy{
        width: 100%;
        height: 100%;
        border: none;
        margin-bottom: 0;
        overflow: auto;
    }

    #responsiveType{
        display: block;
    }
    input.btnL{
        background: #333;
        color: #fff;
        width: 160px;
        padding: 12px 0;
        box-sizing: border-box;
        border: 0;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }
}

/* -----------------------------------------------------------------
   バリデーションエラーメッセージ用
----------------------------------------------------------------- */
.alert {
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert hr {
  border-top-color: #f7e1b5;
}
.alert .alert-link {
  color: #66512c;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  text-align: left;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-danger-ul {
  text-align: left;
}
.alert-danger-li {
  list-style-type: disc;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media screen and (max-width:768px){
    #alert-danger-close-btn {
        padding: initial !important;
        box-shadow: initial;
    }
    #alert-success-close-btn {
        padding: initial !important;
        box-shadow: initial;
    }
}
