@charset "utf-8";
/*--------------------------------------------------------------------------------
*
*   mypage_pc.css
*
--------------------------------------------------------------------------------*/
body, html{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.ff_b{ font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important; font-weight: bold !important;}
.ff_h{ font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important; font-weight: bold !important;}

.c th{
    text-align: center !important;
    background-color: rgba(255, 226, 26, .2);
    font-size: 13px !important;
}

.c_td td{
    text-align: center !important;
}

.is_not_login_pay .btn_payment.pay{
    display: block;
}


/* --------------------------------------------------------------------------------
*
    min-width: 641px
*
-------------------------------------------------------------------------------- */
@media screen and (min-width: 641px) {

.title{
    text-align: center;
}

.title h3{
    margin: 0 0 20px 0;
}

.title .expire{
    padding: 10px 15px;
    display: inline-block;
    background-color: #ffe11a;
}

.title .expire .val{
    margin: 0 0 0 1em;
    display: inline-block;
}


.btn_next{
    width: 260px;
    margin: 80px auto;
}

.btn_next a{
    width: 260px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #023e21;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: opacity .1s ease .0s, background .15s ease;
}

.btn_next.dis a{
    background-color: #888;
    opacity: 1 !important;
    cursor: default;
}

.is_pc .btn_next a:hover,
.is_sp .btn_next a.touch{
    opacity: .8;
    transition: opacity .15s ease .0s;
}


/* ----------------------------------------
*
    .history
*
---------------------------------------- */
.history{
    width: 480px;
    margin: 0 auto;
}

.history h3{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #023e21;
    color: #fff;
}

.history table{
    width: 100%;
}

.history tr,
.history th,
.history td{
    padding: 10px 15px;
    border: 1px solid #023e21;
    font-size: 14px;
}

.history th{
    min-width: 60px;
    text-align: left;
}

.history td{
     text-align: left;
}


/* ----------------------------------------
*
    .status
*
---------------------------------------- */
.status{
    width: 480px;
    margin: 60px auto;
}

.status h3{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #023e21;
    color: #fff;
}

.status table{
    width: 100%;
}

.status tr,
.status th,
.status td{
    padding: 10px 15px;
    border: 1px solid #023e21;
    font-size: 14px;
    line-height: 1.6em;
    vertical-align: middle;
}

.status th{
    min-width: 60px;
    text-align: left;
    background-color: rgba(255, 226, 26, .2);
}

.status td{
     text-align: left;
}

.status td .update{
    margin: 5px 0 0 0;
    font-size: 13px;
}

.status td .update .val{
    margin: 0 0 0 10px !important;
}

.status td .val{
    margin: 0 10px 0 0;
    display: inline-block;
}

.status td .change{
    display: inline-block;
    vertical-align: top;
}

.status td a{
    padding: 0 0 3px 0;
    font-size: 12px;
    border-bottom: 1px solid #023e21;
    transition: opacity .1s ease .0s;
}

.status td .btn_change a:hover{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

.status td .update_form{
    margin: 10px 0;
    display: none;
}

.status td .c_form .s{
    margin: 10px 0 0 0;
    display: block;
    font-size: 12px;
}

.status td label + label{
    margin: 0 0 0 15px;
}

.status td input[type="text"],
.status td input[type="email"],
.status td input[type="password"]{
    width: 180px;
    padding: 3px 10px;
    font-size: 14px;
}

.btn_save{
    width: 65px;
    margin: 10px 0 0 0;
}

.btn_save a{
    width: 65px;
    height: 25px;
    line-height: 27px;
    display: block;
    background-color: #023e21;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: opacity .1s ease .0s, background .15s ease;
}

.is_pc .btn_save a:hover,
.is_sp .btn_save a.touch{
    opacity: .8;
    transition: opacity .15s ease .0s;
}


.btn, .btn_logout{
    width: 260px;
    margin: 80px auto 20px auto;
}

.btn, .btn_logout a{
    width: 260px;
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    display: block;
    border: 2px solid #023e21;
    background-color: #fff;
    border-radius: 5px;
    color: #023e21;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: color .1s ease .0s, background .1s ease;
}

.is_pc .btn_logout a:hover,
.is_sp .btn_logout a.touch{
    color: #fff;
    background-color: #023e21;
    transition: color .15s ease .05s, background .15s ease .05s;
}


.btn_back_top{
    width: 260px;
    margin: 20px auto 80px auto;
}

.btn_back_top a{
    width: 260px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #023e21;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: opacity .1s ease .0s, background .15s ease;
}

.is_pc .btn_back_top a:hover,
.is_sp .btn_back_top a.touch{
    opacity: .8;
    transition: opacity .15s ease .0s;
}



.btn_payment{
    width: 260px;
    display: none;
    margin: 20px auto 0 auto;
}

.btn_payment + .btn_payment{
    margin-bottom: -20px !important;
}

.btn_payment a{
    width: 260px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 2px solid #023e21;
    background-color: rgba(255, 226, 26, 1);
    border-radius: 5px;
    color: #023e21;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: opacity .1s ease .0s, background .15s ease;
}

.is_pc .btn_payment a:hover,
.is_sp .btn_payment a.touch{
    opacity: .8;
    transition: opacity .15s ease .0s;
}


/* ----------------------------------------
*
    .login_user
*
---------------------------------------- */
.login_user{
    text-align: left;
    padding: 45px 0 0 0;
    margin: 0 auto;
}

.login_user dl{
    width: 260px;
    margin: 0 auto;
}

.login_user dt{
    margin: 0 0 5px 0;
    font-size: 13px;
}

.login_user dd{
    margin: 0 0 30px 0;
    position: relative;
}

.login_user.pw_reset dd{
    margin-bottom: 10px;
}

.login_user.pw_reset .desc{
    margin: 40px 0 0 0;
}

.login_user.pw_reset .mes_reset{
    margin: 0 0 80px 0;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
}

.login_user.pw_reset .desc p{
    margin: 0 0 1em 0;
    line-height: 2em;
    font-size: 14px;
}

.login_user .login_pw{
    margin-bottom: 10px;
}

.login_user .notes{
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    color: #888;
}

.login_user input{
    width: 260px;
    height: 35px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 5px;
    transition: border .1s ease .0s;
}

.login_user input:hover,
.login_user input:focus{
    border: 1px solid #023e21;
    transition: border .15s ease .05s;
}

.login_user .error_mes{
    margin: 0 0 -20px 0;
    text-align: left;
    font-size: 13px;
    line-height: 2em;
    color: rgba(236, 90, 12, 1);
    white-space: nowrap;
}

.login_user.pw_reset .error_mes{
    margin-bottom: -20px;
}

.login_user .btn_next{
    margin-top: 60px;
}

.login_user .reset_pw{
    margin: -65px 0 80px 0;
    text-align: center;
}

.login_user .reset_pw a{
    padding: 0 0 3px 0;
    font-size: 13px;
    border-bottom: 1px dashed #023e21;
    transition: border .1s ease .0s;
}

.login_user.pw_reset .reset_pw{
    margin: 0;
}

.is_pc .login_user .reset_pw a:hover,
.is_sp .login_user .reset_pw a.touch{
    border-bottom: 1px dashed transparent;
    transition: border .15s ease .05s;
}

.login_user .desc{
    font-size: 13px;
    text-align: center;
    margin: 0 0 30px 0;
}


}/* min-width: 641px */
