@charset "utf-8";

/**
 *  マイページ
 * v=20191118.1.1
 **/

.mp-block1 {
    display: none;
}
.group-label {
    width: 90%;
    font-weight: normal;
}
.group-open-button {
    width: 8%;
    text-align: center;
    display: inline-block;
    background-color: #48a797;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    min-height: 30px;
    margin-left: 5px;
    border: 0;
    transform: rotate(0);
    transition: transform .1s;
}
.rotete {
    transform: rotate(180deg);
    transition: transform .1s;
}
.group-leader, .group-member {
    display: block;
    font-weight: normal;
}
.promise-header {
    margin: 0;
}
.promise-text {
    font-size: 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px !important;
}
.text-link{
    color: #337ab7;
}
#massage-box {
    background-color: #fff;
    border: 3px solid #48a797;
    border-radius: 8px;
    padding: 5px;
    height: 150px;
    margin: 0 5px;
    overflow: scroll;
}
.group_name, .group_admin, .group_member {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    min-height: 30px;
}
.applovals_send,
.message_send,
.other_send {
    height: 33px;
    width: 100%;
}
.ms-box {
    margin-bottom: 20px;
}
.applovals_log {
    margin: -10px auto 10px auto;
}
.show-send-history,
.setting-promise,
.other-admin,
.other-normal {
    background-color: #fff;
    margin: -2% auto 5% auto;
    display: block;
    padding: 2% 5%;
    border: 2px solid #f47f30;
    border-radius: 6px;
    width: 96%;
}
.other-admin,
.other-normal {
    margin: 2% auto 0% auto;
    border: 2px solid #48a797;
    display: none;
    width: 100%;
}
.history-title {
    margin: 0 0 3px 60px;
    background-color: #48a797;
    width: 80px;
    padding: 3px 0 1px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
.not-read {
    color: #F47E2F !important;
}
.other-box {
    padding-bottom: 15px !important;
}


/** 今月の目標 **/
#card-box {
    position: absolute;
    top: -100vh;
    z-index: 20;
}
#card-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 3;
  
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#close-btn {
    position: absolute;
    top: 1vh;
    left: 90vw;
    width: 30px;
    z-index: 998;
}
.swiper-container {
    width: 90vw;
    position: absolute;
    left: 5vw;
    top: 7vh;
    z-index: 10;
}
.swiper-pagination {
    position: absolute;
    top: 0;
    font-size: 2rem;
    padding-top: 5px;
    max-height: 5vh;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    min-height: 61vw;
    border-radius: 12px;
}
.card-view img {
    background-size: cover;
    position: absolute;
    z-index: 2;
    width: 90vw;
    left: 5vw;
    top: 6vh;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-color: #96dad1;
}
.select-card {
    width: 100%;
    height: 61vw;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 10rem;
    text-align: center;
    line-height: 22rem;
}
.category-pagination-list {
    display: flex;
    width: 80vw;
    position: absolute;
    left: 10vw;
    top: 43vh;
    z-index: 10;
    justify-content: space-between;
}
.category-list {
    width: auto;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 30px;
}
.no-1 {
    background-color: #F47F31;
}
.no-2 {
    background-color: #51BA45;
}
.no-3 {
    background-color: #2875D1;
}
.wants-save-btn {
    width: 80vw;
    position: absolute;
    left: 10vw;
    top: 52vh;
    z-index: 10;
    background-color: #1ea364;
    border: 3px solid #fff;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.8rem;
    outline:0;
}
.header-bg-com {
    z-index: 3;
}
.category-save-btn {
    width: 80vw;
    position: absolute;
    left: 10vw;
    top: 52vh;
    z-index: 10;
    background-color: #1ea364;
    border: 3px solid #fff;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.8rem;
    outline:0;
}
.category-clear-btn {
    width: 80vw;
    position: absolute;
    left: 10vw;
    top: 62vh;
    z-index: 10;
    background-color: #888888;
    border: 3px solid #fff;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.8rem;
    outline:0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.swiper-container-want {
    width: 90vw;
    z-index: 10;
    overflow: hidden;
}
.swiper-container-want .swiper-slide {
    background-position: center;
    background-size: cover;
    min-height: auto;
    border-radius: 12px;
}
.swiper-pagination-want {
    position: absolute;
    top: 0;
    font-size: 2rem;
    padding-top: 5px;
    max-height: 5vh;
}
.want-text {
    font-size: 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px !important;
}
.setting-want {
    width: 100%;
    background-color: #fff;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 3px solid #00ae6f;
    border-radius: 4px;
}
.setting-promise {
    width: 92vw;
    background-color: #fff;
    padding: 5px;
    margin-top: auto;
    margin-bottom: 15px;
    border: 3px solid #00ae6f;
    border-radius: 4px;
}
.goal-text-link {
    color: #ff0000;
    font-size: 1.5rem;
    font-weight: bold;
}
.goal-text {
    font-size: 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px !important;
}
