@charset "utf-8";
/* CSS Document */

/*
* マイページ
* mypage～
*/
.mypageMailInfo {
    margin: 0 10px 20px;
    padding: 10px;
    background: #d7f9ea;
}
.mypageCouponInfo {
    margin: 0 10px 20px;
    padding: 10px;
    background: #ffde9e;
}
.mypageNavi {
    padding: 0 10px;
}
.mypageNavi p {
    margin: 0 0 10px;
}
.mypageNavi p span {
    color: #e43524;
    font-weight: bold;
}
.mypageNavi ul {
    width: 100%;
    max-width: 280px;
    margin: 0 0 20px;
    border: 1px solid #42a660;
    border-radius: 5px;
    text-align: center;
}
.mypageNavi ul li {
    float: left;
    width: 50%;
}
.mypageNavi ul li a {
    display: block;
    padding: 15px 0;
    background: #fff;
    color: #42a660;
    text-decoration: none;
}
.mypageNavi ul li a.active {
    background: #42a660;
    color: #fff;
}
.mypageNavi ul li:first-child a {
    border-radius: 4px 0 0 4px;
}
.mypageNavi ul li:last-child a {
    border-radius: 0 4px 4px 0;
}
.mypageHistorySearchResult {
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 0;
}
.mypageHistorySearchResult .yearForm {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}
.mypageHistorySearchResult .yearForm select {
    width: 70px;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.4rem;
}
.mypageHistorySearchResult p {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
}
.mypageHistorySearchResult p span {
    font-weight: bold;
}
.mypageHistoryHeader {
    border-top: 3px solid #42a660;
}
.mypageHistoryHeader .complete {
    padding: 10px;
    background: #d7f9ea;
    font-weight: bold;
}
.mypageHistoryHeader .incomplete {
    padding: 10px;
    background: #fffc72;
    color: #e43524;
    font-weight: bold;
}
.mypageHistoryHeader .inner {
    padding: 10px;
}
.mypageHistoryHeader .inner ul {
    font-size: 0;
}
.mypageHistoryHeader .inner ul li {
    display: block;
    margin: 0 0 10px;
    font-size: 1.4rem;
}
.mypageHistoryHeader .inner ul li b {
    color: #e43524;
}
.mypageHistoryBody {
    margin: 0 0 20px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #bbb;
}
.mypageHistoryTable .mypageHistoryRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #bbb;
}
.mypageHistoryTable .mypageHistoryRow:last-child {
    border-bottom: 1px solid #bbb;
}
.mypageHistoryTable .mypageHistoryRow .leftColumn {
    width: 80px;
}
.mypageHistoryTable .mypageHistoryRow .centerColumn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}
.mypageHistoryTable .mypageHistoryRow .centerColumn .name a {
    display: inline-block;
    margin: 0 0 5px;
    line-height: 1.4;
}
.mypageHistoryTable .mypageHistoryRow .centerColumn .classcategory {
    margin: 0 0 5px;
}
.mypageHistoryTable .mypageHistoryRow .centerColumn .classcategory ul.contact li {
    margin: 5px 0 0;
    line-height: 1.4;
}
.mypageHistoryTable .mypageHistoryRow .centerColumn .classcategory ul.contact li span {
    display: block;
}
.mypageHistoryTable .mypageHistoryRow .centerColumn .price {
    margin: 0 0 5px;
}
.mypageHistoryTable .mypageHistoryRow .rightColumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mypageHistoryTable .mypageHistoryRow .rightColumn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mypageHistoryTable .mypageHistoryRow .rightColumn ul li button,
.mypageHistoryTable .mypageHistoryRow .rightColumn ul li a,
.mypageHistoryTable .mypageHistoryRow .rightColumn ul li span {
    display: block;
    padding: 10px;
    line-height: 1;
    text-align: center;
}
.mypageHistoryBody .payMethodArea {
    margin: 10px 0 0;
}
.mypageHistoryBody .payMethodArea .payMethod {
    font-size: 1.6rem;
    font-weight: bold;
}
.mypageHistoryBody .payMethodArea div {
    line-height: 1.6;
}
.mypageHistoryBody .payMethodArea p {
    margin: 0 0 10px;
}
.mypageHistoryBody .payMethodArea .trackingNumer {
    padding: 10px;
    background: #d1f7dd;
}
.mypageHistoryBody .payMethodArea ul.conveniInfo {
    margin: 0 0 10px;
    padding: 10px;
    background: #fffc72;
    border-radius: 5px;
}
.mypageHistoryBody .payMethodArea ul.conveniInfo li {
    margin: 0 0 10px;
}
.mypageHistoryBody .payMethodArea ul.conveniInfo li:last-child {
    margin: 0;
}
.mypageHistoryBody .payBtnArea a {
    display: block;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
.mypageHistoryBody .payBtnArea a:first-child {
    margin: 0 0 15px;
}
@media screen and (min-width: 960px) {
    .mypageMailInfo,
    .mypageCouponInfo {
        margin: 0 0 20px;
        padding: 20px;
    }
    .mypageNavi {
        padding: 0;
    }
    .mypageHistorySearchResult {
        padding: 0;
    }
    .mypageHistorySearchResult .yearForm select {
        width: 80px;
        font-size: 1.6rem;
    }
    .mypageHistorySearchResult p {
        font-size: 1.6rem;
    }
    .mypageHistoryHeader {
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        font-size: 1.4rem;
    }
    .mypageHistoryHeader .inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
    }
    .mypageHistoryHeader .inner ul {
        margin: 0 0 10px;
    }
    .mypageHistoryHeader .inner ul li {
        display: inline;
        margin: 0 10px 0 0;
    }
    .mypageHistoryBody {
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
        font-size: 1.4rem;
    }
    .mypageHistoryTable .mypageHistoryRow {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mypageHistoryTable .mypageHistoryRow .leftColumn .delete {
        width: 60px;
        text-align: left;
    }
    .mypageHistoryTable .mypageHistoryRow .centerColumn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
    .mypageHistoryTable .mypageHistoryRow .centerColumn .classcategory {
        margin: 0;
    }
    .mypageHistoryTable .mypageHistoryRow .centerColumn .classcategory ul.contact li {
        line-height: 1;
    }
    .mypageHistoryTable .mypageHistoryRow .centerColumn .classcategory ul.contact li span {
        display: inline;
        padding: 0 10px 0 0;
    }
    .mypageHistoryTable .mypageHistoryRow .centerColumn .price {
        -webkit-box-flex: 1;
        -webkit-flex: 0 1 148px;
        -ms-flex: 0 1 148px;
        flex: 0 1 148px;
        margin: auto 0 auto auto;
    }
    .mypageHistoryTable .mypageHistoryRow .centerColumn .subtotal {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: auto 0 auto 12px;
    }
    .mypageHistoryTable .mypageHistoryRow .rightColumn {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 200px;
        -ms-flex: 0 1 200px;
        flex: 0 1 200px;
        margin: 0 0 0 0;
    }
    .mypageHistoryBody .payMethodArea {
        margin: 15px 0 0;
    }
    .mypageHistoryBody .payBtnArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mypageHistoryBody .payBtnArea a {
        width: 200px;
        margin: 0;
    }
    .mypageHistoryBody .payBtnArea a:first-child {
        margin: 0 15px 0 0;
    }
}

/*
* 購入履歴詳細
* mypageDetail～
*/
.mypageDetailPage h2 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 3px solid #42a660;
    font-size: 1.8rem;
}
.mypageDetailPage section {
    margin: 0 10px 20px;
}
.mypageDetailHeader .incomplete {
    margin: 0 10px 20px;
    padding: 10px;
    background: #fffc72;
    color: #e43524;
    font-weight: bold;
    line-height: 1.4;
}
.mypageDetailHeader ul {
    margin: 0 10px 20px;
    padding: 10px;
    border: 1px dashed #bbb;
    border-radius: 5px;
}
.mypageDetailHeader ul li {
    line-height: 1.6;
}
.mypageDetailHeader ul li span {
    display: inline-block;
}
.mypageDetailHeader ul li b {
    color: #e43524;
}
.mypageDetailBody .resultArea .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.mypageDetailBody .resultArea .row:nth-child(even) {
    background: #f5f5f5;
}
.mypageDetailBody .resultArea .total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0;
    border-top: 1px solid #bbb;
    color: #e43524;
    font-weight: bold;
}
.mypageDetailBody .reorderBtnArea {
    text-align: right;
}
.mypageDetailBody .reorderBtnArea.first {
    margin: 0 0 10px;
}
.mypageDetailBody .reorderBtnArea a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.mypageDetailBody .activePayment {
    margin: 0 0 20px;
    padding: 15px;
    background: #d7f9ea;
    border-radius: 5px;
}
.mypageDetailBody .activePayment .payMethod {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
.mypageDetailBody .activePayment ul.conveniInfo {
    margin: 0 0 10px;
    padding: 15px;
    background: #fffc72;
    border-radius: 5px;
}
.mypageDetailBody .activePayment ul.conveniInfo li {
    margin: 0 0 10px;
}
.mypageDetailBody .activePayment ul.conveniInfo li:last-child {
    margin: 0;
}
.mypageDetailBody .activePayment p {
    margin: 0 0 10px;
}
.mypageDetailBody .activePayment .activeBtn a {
    display: block;
    margin: 10px 0 0;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
}
.mypageDetailBody .bankArertText b {
    color: #e43524;
}
.mypageDetailBody .inactivePayment .payMethod {
    margin: 0 0 20px;
    padding: 10px;
    border-left: 3px solid #42a660;
    font-size: 1.8rem;
    font-weight: bold;
}
.mypageDetailBody .inactivePayment .row {
    margin: 0 0 20px;
}
.mypageDetailBody .inactivePayment .row:last-child {
    margin: 0;
}
.mypageDetailBody .inactivePayment .row p {
    margin: 0 0 20px;
}
.mypageDetailBody .inactivePayment .conveniInfo {
    margin: 0 0 20px;
}
.mypageDetailBody .inactivePayment .conveniInfo .title {
    margin: 0 0 10px;
    font-weight: bold;
}
.mypageDetailBody .inactivePayment .conveniInfo ul {
    margin: 0 0 10px;
    padding: 15px;
    border: 1px dashed #ccc;
    border-radius: 5px;
}
.mypageDetailBody .inactivePayment .conveniInfo ul:last-child {
    margin: 0;
}
.mypageDetailBody .inactivePayment .conveniInfo ul li {
    line-height: 1.6;
}
.mypageDetailBody .inactivePayment .conveniAttention .title {
    margin: 0 0 10px;
    font-weight: bold;
}
.mypageDetailBody .inactivePayment .conveniAttention {
    margin: 0 0 20px;
}
.mypageDetailBody .inactivePayment .conveniAttention ul {
    padding: 15px;
    border: 1px dashed #ccc;
    border-radius: 5px;
}
.mypageDetailBody .inactivePayment .conveniAttention ul li {
    line-height: 1.6;
}
.mypageDetailBody .inactivePayment .defaultBtn {
    display: block;
    margin: 10px 0 0;
    padding: 15px 0;
    text-decoration: none;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .mypageDetailHeader .incomplete {
        margin: 0 0 20px;
        text-align: center;
    }
    .mypageHistoryBody {
        padding: 0 20px 20px;
    }
    .mypageDetailHeader ul {
        margin: 0 0 20px;
    }
    .mypageHistoryHeader .inner {
        padding: 20px 20px 10px;
    }
    .mypageDetailPage section {
        margin: 0 0 20px;
    }
    .mypageDetailBody .reorderBtnArea a {
        width: 250px;
    }
    .mypageDetailBody .activePayment .activeBtn a {
        width: 220px;
        margin: 10px auto 0;
        cursor: pointer;
    }
    .mypageDetailBody .activePayment .activeBtn a:hover {
        background: #dc5244;
        color: #fff;
        -webkit-transition: ease .5s;
        transition: ease .5s;
    }
    .mypageDetailBody .inactivePayment .defaultBtn {
        width: 220px;
        margin: 10px 0 0;
        cursor: pointer;
    }
}

/*
* ログイン
* login～
*/
.loginHeader {
    margin: 0 10px 10px;
}
.loginHeader span {
    color: #e43524;
    font-weight: bold;
}
.loginHeader .resetCompleteText {
    padding: 10px;
    background: #d7f9ea;
    color: #42a660;
    border: 1px solid #42a660;
    font-weight: bold;
}
@media screen and (min-width: 960px) {
    .loginHeader {
        margin: 0 0 20px;
    }
}
.loginForm {
    margin:0 0 30px;
    padding: 15px;
    background: #f5f5f5;
}
.loginFormErroreArea {
    margin: 0 0 20px;
    padding: 10px;
    background: #fffc72;
    color: #e43524;
    border: 1px solid #e43524;
    font-weight: bold;
}
.loginFormInputArea {
    margin: 0 0 20px;
}
.loginFormInputArea .fieldSet {
    margin: 0 0 10px;
}
.loginFormInputArea .fieldTitle {
    margin: 0 0 10px;
}
.loginFormInputArea .field {
    height: 44px;
}
.loginFormInputArea .field input {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 100%;
}
.loginFormInputArea .fieldContent p {
    margin: 10px 0 0;
    font-size: 1.4rem;
}
.loginFormInputArea .forgotLink {
    margin: 10px 0 0;
}
.loginFormBtnArea .conversionBtn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    line-height: 1;
    text-align: center;
}
.loginFormBtnArea .rememberCheck span {
    vertical-align: middle;
}
.entryCampaignBtn {
    margin: 20px 0 0;
    padding: 20px;
    background: #fffebc;
}
.entryCampaignBtn a {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #fa8425;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 960px) {
    .loginForm {
        padding: 30px;
        border-radius: 5px;
    }
    .loginFormInner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }
    .loginFormInputArea {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
        padding: 0 30px 0 0;
    }
    .loginFormBtnArea {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/*
* 利用規約
*/
.entryAgreement {
    height: 225px;
    margin: 20px 10px 0;
    border: 1px solid #bbb;
    margin-bottom: 18px;
    overflow: auto;
}
.entryAgreementInner {
    padding: 15px;
}
@media screen and (min-width: 960px) {
    .entryAgreement {
        margin: 30px 0 0;
    }
}

/*
* お知らせ
*/
.mypageMailHistorySearchResult {
    margin: 0 0 10px;
    padding: 0 10px;
}
.mypageMailHistory {
    margin: 0 10px;
    background: #f5f5f5;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.mypageMailHistoryHeader {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}
.mypageMailHistoryHeader:hover {
    background: #eee;
}
.mypageMailHistoryHeader .date {
    margin: 0 0 5px;
    color: #333;
    font-size: 1.2rem;
}
.mypageMailHistoryHeader .date span {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px;
    background: #dc5547;
    color: #fff;
}
.mypageMailHistoryHeader .subject {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: underline;
}
.mypageMailHistoryBody {
    padding: 10px;
    background: #fff;
}
@media screen and (min-width: 960px) {
    .mypageMailHistorySearchResult {
        padding: 0;
    }
    .mypageMailHistory {
        margin: 0;
    }
    .mypageMailHistoryHeader .date {
        font-size: 1.4rem;
    }
    .mypageMailHistoryHeader .subject {
        font-size: 1.6rem;
    }
}

/*
* お気に入り
*/
.mypagefavoriteSearchResult {
    margin: 0 0 10px;
    padding: 0 10px;
}
.productItems .itemList .item a.mypageFavoriteDelete {
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px;
    line-height: 1;
}
.mypagefavoriteAddCartCheck {
    margin: 0 0 0 130px;
}
.mypagefavoriteAddCartCheck span {
    vertical-align: middle;;
}
.mypagefavoriteCartBtnArea {
    padding: 20px 10px;
    text-align: center;
}
.mypagefavoriteCartBtnArea .conversionBtn {
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 1;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .mypagefavoriteSearchResult {
        padding: 0;
    }
    .mypagefavoriteAddCartCheck {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .mypagefavoriteAddCartCheck span {
        font-size: 1.4rem;
    }
    .mypagefavoriteCartBtnArea {
        padding: 20px;
    }
    .mypagefavoriteCartBtnArea .conversionBtn {
        width: 300px;
        margin: 0 auto;
    }
}


/*
* 利用規約
*/
.blockAgreement h2,
.blockAgreement h3 {
    margin: 0 0 10px;
}
.blockAgreement section {
    margin: 0 0 20px;
}
.blockAgreement p {
    margin: 0 0 10px;
}
.blockAgreement ul li {
    line-height: 1.6;
}

/*
* パスワード忘れ
*/
.forgotErrorArea {
    margin: 0 10px 10px;
    padding: 10px;
    background: #ffedeb;
    border: 1px solid #dc5244;
    border-radius: 3px;
}
@media screen and (min-width: 960px) {
    .forgotErrorArea {
        margin: 0 0 20px;
    }
}
