/*mypage共通----------*/
.mypage_detail .sub_box {
    width: 800px;
}
.sub_box.table_box {
    overflow-y: scroll;
}
.mypage_detail h2 {
    text-align: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #b9b9b9;
}
.none {
    display: none;
}


.btn {
    background: #ccc;
    border:1px solid #333;
    color: #333;
    border-radius: 8px;
    padding: 2px 10px;
    white-space: nowrap;
}
/*identity----------*/
.info_change_sec .inbox.identity {
}
.info_change_sec .inbox.identity .form_sec {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.info_change_sec .inbox.identity .form_sec .form_box {
    border: 1px solid #a7a5a5;
    padding: 20px 10px;
    text-align: center;
    width: 48%;
}
.info_change_sec .inbox.identity .form_sec .form_box p {
    margin-bottom: 10px;
}
.info_change_sec .inbox.identity .form_sec .form_box input[type="file"] {
}
/*reminder----------*/
#reminder_sec {
}
#reminder_sec .sub_box {
    width: 800px;
    max-width: 85%;
    margin: 0 auto;
}
#reminder_sec .sub_box .inner {
    box-shadow: 0px 0px 6px #00000052;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}
#reminder_sec .sub_box .inner h2 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 1rem;
}
#reminder_sec .sub_box .inner p {
    text-align: center;
}
#reminder_sec .sub_box .inner .contactForm__item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
#reminder_sec .sub_box .inner .contactForm__item h3 {
    width: 150px;
    max-width: 28%;
    font-weight: bold;
}
#reminder_sec .sub_box .inner .contactForm__item p {
    width: calc(100% - 150px);
    min-width: 72%;
    padding: 0;
}
#reminder_sec .sub_box .inner .contactForm__btnBox {
    margin: 0;
}
/*registration----------*/
#mypage_registration_01 {
    padding-top: 0;
}
#mypage_registration_01 h2 {
}
#mypage_registration_01 .inbox {
}
#mypage_registration_01 .inbox:not(:last-of-type) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #b9b9b9;
}
#mypage_registration_01 .inbox h3 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1rem;
}
#mypage_registration_01 .inbox .user.inner {
    border: 2px solid #c0c0c0;
    border-radius: 10px;
    padding: 30px;
}
#mypage_registration_01 .inbox .user.inner h4 {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 0;
}
#mypage_registration_01 .inbox.box04 .user.inner h4 {
    margin-top: 10px;
}
#mypage_registration_01 .inbox .user.inner h4::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #c0c0c0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
}
#mypage_registration_01 .inbox .user.inner h4 .change {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    border: 1px solid;
    padding: 5px 15px;
    font-size: 14px;
}
#mypage_registration_01 .inbox .user.inner .bottom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8em;
}
#mypage_registration_01 .inbox .user.inner .bottom .defult {
    padding-right: 20px;

}
#mypage_registration_01 .inbox .user.inner .bottom .defult.active {
    font-weight: bold;
    color: #4fa5d7;
}
#mypage_registration_01 .inbox .user.inner .bottom .delute {
    padding-top: 23px;
    position: relative;
    z-index: 0;
}
#mypage_registration_01 .inbox .user.inner .bottom .delute::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url(../img/delute_icon.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
#mypage_registration_01 .inbox .user.inner dl {
}
#mypage_registration_01 .inbox.box04 .user.inner dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
}
#mypage_registration_01 .inbox.box04 .user.inner {
    padding: 15px 10px 15px;
}
#mypage_registration_01 .inbox.box04 .user.inner:not(:last-of-type) {
    margin-bottom: 15px;
}
#mypage_registration_01 .inbox .user.inner dl dt {
}
#mypage_registration_01 .inbox .user.inner dl dd {
}
#mypage_registration_01 .inbox .shipping_registration {
    border: 2px solid #c0c0c0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
#mypage_registration_01 .inbox .shipping_registration span {
}
#mypage_registration_01 .inbox .withdrawal {
    border: 1px solid #d19ab4;
    background-color: #f5e1ea;
    color: #d19ab4;
    font-weight: bold;
    text-align: center;
    padding: 18px 0;
}
#mypage_registration_01 .inbox.box01 {
}
#mypage_registration_01 .inbox.box01 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
#mypage_registration_01 .inbox.box01 dl dt {
}
#mypage_registration_01 .inbox.box01 dl dt p {
    line-height: 100%;

}
#mypage_registration_01 .inbox.box01 dl dt p span {
    display: block;
    font-weight: bold;
    margin-bottom: 7px;

}
#mypage_registration_01 .inbox.box01 dl dd {
}
#mypage_registration_01 .inbox.box01 dl dd .change {
    border-radius: 50px;
    border: 1px solid;
    padding: 5px 15px;
    font-size: 14px;
}
#mypage_registration_01 .inbox.box01 .check_box {
    font-weight: bold;
}
#mypage_registration_01 .inbox.box01 .check_box p {
    font-weight: normal;
}
#mypage_registration_01 .inbox.box02 {
}
#mypage_registration_01 .inbox.box03 {
    padding-top: 12rem;
    margin-top: -12rem;
}
#mypage_registration_01 .inbox.box03 .submission {
    position: relative;
    z-index: 0;
}
#mypage_registration_01 .inbox.box03 .submission span {
    color: #fff;
    position: relative;
    z-index: 0;
    font-weight: bold;
    padding-right: 10px;
    display: block;
    text-align: center;
    padding: 13px 0;
}
#mypage_registration_01 .inbox.box03 .cart_link {
    width: 100%;
}
#mypage_registration_01 .inbox.box03 p.notice {
    text-decoration: underline;
    margin-top: 7px !important;
    color: #9f750f;
}
#mypage_registration_01 .inbox.box03 .change {
    position: relative;
    margin: 20px 0;
    text-align: center;
}
#mypage_registration_01 .inbox.box03 .change span {
    color: #000000;
    position: relative;
    z-index: 0;
    font-weight: normal;
    padding-right: 0;
    padding-left: 13px;
}
#mypage_registration_01 .inbox.box03 .change span::before {
    content: none;
}
#mypage_registration_01 .inbox.box03 .change span::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 0;
    background-color: #ff0000;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#mypage_registration_01 .inbox.box04 {
}
#mypage_registration_01 .inbox.box05 {
}
.info_change_sec {
    display: none;
}
.info_change_sec.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    padding: 40px 0;
}
.info_change_sec .inbox {
    background-color: #fff;
    width: 800px;
    max-width: 90%;
    padding: 20px;
    display: none;
}
.info_change_sec .inbox.active {
    display: block;
}
.info_change_sec .inbox.profile_change ,
.info_change_sec .inbox.shipping {
    overflow-y: scroll;
    height: 100%;
}
.info_change_sec .mail_change {
}
.info_change_sec .pass_change {
}
.info_change_sec h3 {
    margin-bottom: 10px;
    text-align: center;
}
.info_change_sec .form_box {
    margin-bottom: 10px;
}
.info_change_sec .form_box p {
    font-weight: bold;
    margin-bottom: 5px;
}
.info_change_sec .form_box input[type="password"] {
    font-size: 15px;
    background-color: #f7f7f7;
    border: 1px solid #c0c0c0;
    padding: 1rem;
    width: 100%;
    border-radius: 0px;
}
.info_change_sec .link_00 {
    border-radius: 40px;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
}
.info_change_sec .ok_link {
    border: 1px solid #d19ab4;
    background-color: #d19ab4;
    color: #ffffff;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    font-weight: bold;
}
.info_change_sec .ok_link a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.info_change_sec .cancel_link {
    border: 1px solid #000;
}
.info_change_sec .reset a {
    color: #4fa5d7;
    position: relative;
    z-index: 0;
    font-weight: bold;
    padding-right: 10px;
}
.info_change_sec .reset a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #4fa5d7;
    border-right: 1px solid #4fa5d7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.info_change_sec .back_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000c2;
    z-index: -1;
}
.txt1 {
    width: 100px!important;
    margin-right: 5px;
}
.txt2 {
    width: 100px!important;
}
.txt3 {
    width: calc(100% - 110px)!important;
}
/*favorite----------*/
#mypage_favorite_01 {
    padding-top: 0;
}
#mypage_favorite_01 h2 {
    border-bottom: 0px solid #b9b9b9;
    margin-bottom: 0;
}
#mypage_favorite_01 .inbox {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 0px 6px #00000052;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
#mypage_favorite_01 .inbox .img {
    width: 150px;
    background-color: #0009;
    height: 150px;
}
#mypage_favorite_01 .inbox .txt {
    width: calc(100% - 150px);
    padding-left: 15px;
}
#mypage_favorite_01 .inbox .txt h3 {
    position: relative;
    z-index: 0;
    font-size: 1.0em;
    margin: 10px 0;
    color: #5a5a5a;
}
#mypage_favorite_01 .inbox .plan_box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
#mypage_favorite_01 .inbox .plan_box.pc {
    display: flex;
    margin-top: 15px;
}
#mypage_favorite_01 .inbox .plan_box.sp {
    display: none;
    margin-top: 10px;
}
#mypage_favorite_01 .inbox .plan_box .left {
    width: 100%;
}
#mypage_favorite_01 .inbox .plan_box .left p {
}
#mypage_favorite_01 .inbox .plan_box .left p span {
    font-weight: bold;
    line-height: 100%;
}
#mypage_favorite_01 .inbox .plan_box .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
#mypage_favorite_01 .inbox .plan_box .right .delete {
    width: auto;
    border-radius: 50px;
    border: 1px solid;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    background: #000;

}
#mypage_favorite_01 .favorite_navi {
    margin-top: 30px;
}
#mypage_favorite_01 .favorite_navi ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#mypage_favorite_01 .favorite_navi ul li {
    color: #fff;
    background-color: #5a5a5a;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    margin: 0 7px;
}
/*credit----------*/
#mypage_credit_01 {
    padding-top: 0;
}
#mypage_credit_01.new_registration h2 {
    border-bottom: 0px solid #b9b9b9;
    margin-bottom: 0;
}
#mypage_credit_01 .inbox {
}
#mypage_credit_01 .inbox.box01 {
    margin-bottom: 2rem;
}
#mypage_credit_01 .inbox h3 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1rem;
}
#mypage_credit_01 .inbox.box01 dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
}
#mypage_credit_01 .inbox.box01 dl dt {
    padding-left: 40px;
    position: relative;
    z-index: 0;
}
#mypage_credit_01 .inbox.box01 dl dt::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30px;
    height: 30px;
    background-image: url(../img/credit_other.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    top: 0;
    left: 0;
    margin: auto;
}
#mypage_credit_01 .inbox.box01 dl dt.express::before {
    background-image: url(../img/credit_americanexpress.png);
}
#mypage_credit_01 .inbox.box01 dl dt.dinners::before {
    background-image: url(../img/credit_dinners.png);
}
#mypage_credit_01 .inbox.box01 dl dt.jcb::before {
    background-image: url(../img/credit_jcb.png);
}
#mypage_credit_01 .inbox.box01 dl dt.master::before {
    background-image: url(../img/credit_master.png);
}
#mypage_credit_01 .inbox.box01 dl dt.visa::before {
    background-image: url(../img/credit_vasa.png);
}
#mypage_credit_01 .inbox.box01 dl dd {
    padding-top: 23px;
    position: relative;
    z-index: 0;
    font-size: 0.8em;
}
#mypage_credit_01 .inbox.box01 dl dd::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url(../img/delute_icon.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
#mypage_credit_01 .inbox.box01 p {
}
#mypage_credit_01 .inbox.box02 {
}
#mypage_credit_01 .inbox.box02 .color_bg {
    box-shadow: 0px 0px 6px #00000052;
    border-radius: 10px;
    background-color: #eaeae3;
    margin-bottom: 2rem;
    padding: 30px 30px;
}
#mypage_credit_01 .inbox.box02 .color_bg .img {
    margin: 0rem 0 1rem;
    width: 250px;
    max-width: 60%;
}
#mypage_credit_01 .inbox.box02 .color_bg {
}
#mypage_credit_01 .inbox.box02 .color_bg .form_box00 {
}
#mypage_credit_01 .inbox.box02 .color_bg dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#mypage_credit_01 .inbox.box02 .color_bg dl select {
    border-radius: 7px;
    padding: 10px;
}
#mypage_credit_01 .inbox.box02 .color_bg dl dt ,
#mypage_credit_01 .inbox.box02 .color_bg dl dd {
    position: relative;
    z-index: 0;
}
#mypage_credit_01 .inbox.box02 .color_bg dl dt::before ,
#mypage_credit_01 .inbox.box02 .color_bg dl dd::before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 15px;
    top: 0;
    bottom: 5px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mypage_credit_01 .inbox.box02 .color_bg dl dt {
    width: 48%;
}
#mypage_credit_01 .inbox.box02 .color_bg dl dd {
    width: 48%;
}
#mypage_credit_01 .inbox.box02 .color_bg .form_box00 p {
    margin-bottom: 7px;
    font-weight: bold;
    width: 100%;
}
#mypage_credit_01 .inbox.box02 .color_bg .form_box00 input {
    border-radius: 7px;
    padding: 10px;
}
#mypage_credit_01 .inbox.box02 .color_bg .form_box00 {
    margin-bottom: 1.5rem;
}
#mypage_credit_01 .inbox.box02 .color_bg .form_box00:last-of-type {
    margin-bottom: 0;
}
#mypage_frend_02 {
    padding: 0;
}
#mypage_frend_02 .sub_box {
}
#mypage_frend_02 .sub_box h2 {
    border-bottom: 0px;
    padding-bottom: 0;
}
#mypage_frend_02 .sub_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
#mypage_frend_02 .sub_box ul li {
    width: 48%;
    border: 1px solid #bdb8b8;
    padding: 30px;
    border-radius: 10px;
}
#mypage_frend_02 .sub_box ul li h3 {
    font-size: 1.2em;
}
#mypage_frend_02 .sub_box ul li h3 span {
    display: block;
    font-size: 0.85em;
    margin-bottom: 5px;

}
#mypage_frend_02 .sub_box ul li .img {
    max-width: 90%;
    margin: 20px auto;
}
#mypage_frend_02 .sub_box ul li .txt {
    background-color: #f1f1f1;
    font-weight: 600;
    padding: 20px;
}

.approval {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
}

.approval div {
    color: #f00;
}

.approval div  a {
    text-decoration: underline;
}
/*registration----------*/
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:800px) {
#mypage_registration_01 .inbox.box03 {
    padding-top: 10rem;
    margin-top: -10rem;
}
.approval {
    font-size: 16px;
}
/*registration----------*/
#mypage_registration_01 .inbox .user.inner {
    padding: 10px 10px;
}
#mypage_registration_01 .inbox .user.inner h4 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
#mypage_registration_01 .inbox .shipping_registration {
    padding: 25px 10px;
}
#mypage_registration_01 .inbox .withdrawal {
    padding: 15px 0;
}
.info_change_sec .form_box input[type="password"] {
    font-size: 14px;
    padding: 0.75rem;
}
/*favorite----------*/
#mypage_favorite_01 .inbox {
    padding: 15px;
    margin-bottom: 20px;
}
#mypage_favorite_01 .inbox .plan_box.pc {
    display: none;
}
#mypage_favorite_01 .inbox .plan_box.sp {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
#mypage_favorite_01 .inbox .img {
    width: 80px;
    height: 80px;
}
#mypage_favorite_01 .inbox .txt {
    width: calc(100% - 80px);
    padding-left: 10px;
}
#mypage_favorite_01 .inbox .plan_box .right .delete {
    padding: 5px 20px;
}
#mypage_favorite_01 .inbox .plan_box .right.pc {
    display: none;
}
#mypage_favorite_01 .inbox .plan_box .right {
    width: 100%;
    margin-top: 5px;
    justify-content: flex-start;
}
/*credit----------*/
#mypage_credit_01 .inbox.box02 .color_bg {
    padding: 20px 10px;
}
#mypage_credit_01 .inbox.box02 .color_bg .form_box00 {
    margin-bottom: 1rem;
}
/*frend----------*/
#mypage_frend_01 .sub_box h2 {
    margin-bottom: unset;
}
#mypage_frend_01 .sub_box .txt {
    margin: 1.25rem 0;
}
#mypage_frend_01 .sub_box .inbox ul li {
    margin: 0 7px;
}
#mypage_frend_01 .sub_box .inbox {
    padding: 20px;
}
#mypage_frend_02 .sub_box ul li {
    width: 100%;
    padding: 15px 10px;
}
#mypage_frend_02 .sub_box ul li:last-of-type {
    margin-top: 20px;
}
#mypage_frend_02 .sub_box ul li .txt {
    padding: 15px;
}
#mypage_frend_02 .sub_box ul li {
    width: 100%;
    padding: 15px 10px;
}
#mypage_frend_02 .sub_box ul li:last-of-type {
    margin-top: 20px;
}
#mypage_frend_02 .sub_box ul li .txt {
    padding: 15px;
}
/*reminder----------*/
#reminder_sec .sub_box .inner {
    padding: 15px;
}
#reminder_sec .sub_box .inner .contactForm__item h3 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
}
#reminder_sec .sub_box .inner .contactForm__item p {
    width: 100%;
}
#reminder_sec .sub_box .inner .contactForm__item {
    padding: 1rem 0 1rem;
}
#reminder_sec .sub_box .inner h2 {
    font-size: 19px;
}
/*identity----------*/
.info_change_sec .inbox.identity .form_sec .form_box {
    width: 100%;
    padding: 10px 0px;
}
}
@media screen and (max-width:640px) {
}

/*point----------*/
.sub_section.history .sub_box {
    overflow-y: scroll;
}
table.mypage {
    width: 100%;
}
.his table.mypage {
    min-width: 550px;
}
table.mypage caption {
    text-align:left;
    padding-left: 10px;
    padding-bottom: 5px;
}
table.mypage th {
    background: #c0c0c0;
    border: 1px solid #5a5a5a;
    padding: 5px;
    white-space: nowrap;
}
table.mypage td {
    border: 1px solid #5a5a5a;
    padding: 5px;
}
table.mypage td.txt-right {
    white-space: nowrap;
}
table.mypage tr td:first-of-type a {
    pointer-events: none;
    color: #5a5a5a;
}
table.mypage td.date {
    text-align: center;
    width: 90px;
}
table.mypage td.point {
    text-align: right;
    width: 60px;
}


.rental {
    background: #D19AB4;
    color: #fff;
    width: 300px;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 13px 0;
    cursor: pointer;
    margin-top: 20px;
}
