.mypage-table {
    padding: 15px;
}
.mypage-form {
    font-size: 14px;
    width: 100%;
}
.mypage-form__index {
    font-weight: bold;
    color: #ECB935;
    font-size: 16px;
    padding-left:0;
}
.mypage-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ECB935;
    vertical-align: middle;
}
.mypage-form input[type="text"],
.mypage-form input[type="tel"],
.mypage-form input[type="email"],
.mypage-form input[type="password"],
.mypage-form input[type="date"],
.mypage-form select,
.mypage-form textarea {
    border: 1px solid #dedede !important;
    border-radius: 5px;
    padding: 7px 10px 5px;
    margin-right: 15px;
    font-size: 14px;
}
.mypage-form select {
    display: inline-block;
    width: auto;
}
.mypage-form input[type="radio"] {
    border: 1px solid #dedede;
    margin-right: 8px;
}
.form-control:focus {
    box-shadow: none !important;
}
.mypage-form .gender label {
    margin-right: 20px;
}
.mypage-form input:focus,
.mypage-form textarea:focus {
    outline: 2px solid #ECB935;
    outline-style: auto;
}
.mypage-form td,
.mypage-form th {
    padding: 15px 10px 15px;
}
.mypage-form th {
    padding-left: 20px;
    padding-right: 30px;
    color: #515151;
    font-weight: normal;
    text-align: right;
    width: 25%;
    vertical-align: top;
}
th.mypage-form__section {
    padding-left: 10px;
}
.expire {
    margin-right: 5px;
}
.photo-up {
    border: 2px solid #999;
    font-weight: bold;
    font-size: 12px;
    color: #999;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
}


.d-none-992 {
    display: block;
}
@media only screen and (max-width: 992px) {
    .mypage-form td {
        display: block;
        text-align: left;
        padding-top: 5px;
        width: 100%;
    }
    .mypage-form th {
        display: block;
        text-align: left;
        padding-bottom: 0;
        padding-left: 10px;
        width: 100%;
    }
    .d-none-992 {
        display: none !important;
    }
}