@charset "UTF-8";
/*共通*/
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

.fs-12 {
    font-size: 1.2rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.red {
    color: #d54a00 !important;
}

.bg-red {
    background-color: #d54a00 !important;
}

.bg-rightred {
    background-color: #fff0f0 !important;
}

.bg-rightblue {
    background-color: #e7eef2 !important;
}

.white {
    color: white !important;
}

.yellow {
    color: #b9a46f !important;
}

.gold {
    color: #d8b458 !important;
}

.rightgold {
    color: #fae5b7 !important;
}

.bg-gold {
    background-color: #d8b458 !important;
}

.bg-rightgold {
    background-color: #fae5b7 !important;
}

.blue {
    color: #0f5a84 !important;
}

.bg-blue {
    background-color: #0f5a84 !important;
}

.black {
    color: #171717 !important;
}

.bg-black {
    background-color: #171717 !important;
}

.bg-white {
    background-color: white !important;
}

.bg-rightsmoke {
    background-color: #eef3ff !important;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100% !important;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    touch-action: manipulation;
}

body {
    background-color: #d7e0e6;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    height: 100%;
    overflow: scroll;
    font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
    transform: none !important;
}

input,
textarea,
select {
    font-size: 16px;
    transform: scale(1);
    -webkit-appearance: none;
}

a {
    color: #888888;
    text-decoration: none;
}

a:hover {
    color: #888888;
    text-decoration: none;
}

li,
ul {
    list-style: none;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    color: #888888;
    width: 100%;
    padding: 10px 5px;
    text-align: left;
    margin: 0;
}

input,
textarea {
    border: none;
    outline: none;
}

select {
    border: none;
    outline: none;
}

select:focus {
    border: none;
    outline: none;
}

.bold {
    font-weight: bold !important;
}

.input-group {
    font-size: 16px;
}

body {
    min-height: 100%;
    width: 100%;
    position: relative;
}

.main {
    margin-top: 60px;
    margin-bottom: 70px;
}

nav {
    display: flex;
    position: fixed;
    top: 0px;
    z-index: 100;
    background-color: #0f5a84;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    margin: 0 auto;
}

nav .logo {
    width: 170px;
    height: 60px;
    margin-right: auto;
    margin-left: 20px;
    font-size: 20px;
}

nav .logo img {
    width: 100%;
    height: auto;
}

nav a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    margin: 0 20px;
    color: white;
    text-decoration: none;
    letter-spacing: 0.1em;
}

nav a .avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    nav a .avatar {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    nav a .avatar {
        margin: 0 10px;
    }
}

.menu {
    background-color: white;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 100;
    height: 70px;
}

.menu ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: inherit;
}

.menu ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.menu ul li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.menu ul li a ion-icon {
    display: block;
    font-size: 28px;
    margin: 0 auto;
    margin-top: 5px;
}

.menu ul li a span {
    font-size: 1rem;
}

.tweet_btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 70px;
    font-weight: bold;
    bottom: 100px;
    right: 30px;
    height: 60px;
    width: 60px;
    background-color: #0f5a84;
    color: white;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    outline: none;
}

.tweet_btn ion-icon {
    font-size: 30px;
}

.tweet_btn:hover {
    opacity: 0.8;
}

.container {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 2rem 0 0 0 !important;
}

@media screen and (max-width: 767px) {
    .container {
        padding: 1rem 0 0 0 !important;
    }
}

h2 {
    color: white;
    position: relative;
    overflow: hidden;
    padding: 1rem 1rem 1rem 130px;
    margin-bottom: 2rem;
    background-color: #0f5a84;
}

@media screen and (max-width: 767px) {
    h2 {
        padding: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
}

h2:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: "";
    transform: rotate(25deg);
    background: #d8b458;
}

@media screen and (max-width: 767px) {
    h2:before {
        width: 150px;
    }
}

.tweet-list {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .tweet-list {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
}

.tweet-list .holiday {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 50px;
    line-height: 50px;
    vertical-align: 50px;
    background-color: white;
    color: #d8b458;
}

.tweet-list .tweet-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: calc(100%-4rem);
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .tweet-list .tweet-item {
        display: block;
        width: calc(100%-2rem);
        margin-bottom: 1rem;
    }
}

.tweet-list .tweet-item .tweet {
    display: flex;
    align-items: flex-start;
    width: calc(100% / 2);
    height: auto;
    padding: 1rem;
}

@media screen and (max-width: 767px) {
    .tweet-list .tweet-item .tweet {
        width: 100%;
    }
}

.tweet-list .tweet-item .tweet .avator {
    display: inline-block;
    border: 1px solid whitesmoke;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    border: none;
}

.tweet-list .tweet-item .tweet .data {
    padding-left: 1rem;
    width: 100%;
    height: auto;
}

.tweet-list .tweet-item .tweet .data .name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.tweet-list .tweet-item .tweet .data .text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    background-color: white;
    border: none;
    text-align: left;
    margin: 0;
    padding: 0;
    color: inherit;
}

.tweet-list .tweet-item .tweet .data textarea {
    min-height: 130px;
    height: 100% !important;
}

.tweet-list .tweet-item .tweet .data .datetime {
    font-size: 1rem;
    text-align: right;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.tweet-list .pending-tweet {
    text-align: center;
    border-left: 1px dashed #d7e0e6;
}

@media screen and (max-width: 767px) {
    .tweet-list .pending-tweet {
        border-left: 2px solid #d8b458;
        border-top: 1px dashed #d7e0e6;
    }
}

.tweet-list .pending-tweet .pending-text {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    color: #d8b458;
    font-size: 1.6rem;
    padding: 1rem;
    border: 1px dashed #d8b458;
    width: 100%;
    height: 100%;
}

.tweet-list .pending-tweet .pending-text .icon {
    margin-right: 0.5rem;
    padding-top: 0.2rem;
    font-size: 1.6rem;
}

.tweet-list .original-tweet {
    border-left: 3px solid #0f5a84;
}

.tweet-list .tensaku-tweet {
    border-left: 1px dashed #d7e0e6;
}

@media screen and (max-width: 767px) {
    .tweet-list .tensaku-tweet {
        border-left: 3px solid #d8b458;
        border-top: 1px dashed #d7e0e6;
    }
}

.tweet-list .tensaku-tweet .avator {
    border: 2px solid #d8b458 !important;
}

.tweet-list .tensaku-tweet .data {
    color: #d8b458 !important;
}

.tweet-list .tensaku-tweet .data .name ion-icon {
    font-size: 1.6rem;
    margin-right: 0.5rem;
}

.tweet-list .tweet-pending {
    position: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tweet-list .copy-btn {
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.tweet-list .copy-btn button {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 1rem;
    color: white;
    background-color: #d8b458;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    display: block;
    border: none;
    border-radius: 20px;
}

.tweet-list .copy-btn button:hover {
    opacity: 0.8;
}

.tweet-create,
.tweet-tensaku {
    text-align: left;
    height: auto;
    overflow: hidden;
    margin: 0 2rem;
    color: #171717;
}

@media screen and (max-width: 767px) {
    .tweet-create,
    .tweet-tensaku {
        margin: 0rem 1rem;
        width: calc(100% - 2rem);
    }
}

.tweet-create .tweet-item,
.tweet-tensaku .tweet-item {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .tweet-create .tweet-item,
    .tweet-tensaku .tweet-item {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
}

.tweet-create .tweet-item .textarea-box,
.tweet-tensaku .tweet-item .textarea-box {
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
    padding: 1rem;
}

.tweet-create .tweet-item .textarea-box .theme_text,
.tweet-tensaku .tweet-item .textarea-box .theme_text {
    font-size: 1.6rem;
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 80px;
    overflow: hidden;
    padding: 1rem;
    color: #0f5a84;
    background-color: #e7eef2;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .tweet-create .tweet-item .textarea-box .theme_text,
    .tweet-tensaku .tweet-item .textarea-box .theme_text {
        font-size: 1.2rem;
    }
}

.tweet-create .tweet-item .textarea-box .reload-btn,
.tweet-tensaku .tweet-item .textarea-box .reload-btn {
    background-color: transparent;
    width: 100%;
    font-size: 1.2rem;
    border: none;
    display: inline-block;
    margin: 0 0 1rem 0;
    border-radius: 20px;
    color: #0f5a84;
    border: 1px solid #0f5a84;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.tweet-create .tweet-item .textarea-box p,
.tweet-tensaku .tweet-item .textarea-box p {
    display: inline-block;
    color: #0f5a84;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
}

.tweet-create .tweet-item .textarea-box,
.tweet-tensaku .tweet-item .textarea-box {
    position: relative;
    display: inline-block;
    max-width: 100%;
    background-color: #e7eef2;
    color: white;
    border-radius: 20px;
    box-sizing: border-box;
}

.tweet-create .tweet-item .textarea-box:after,
.tweet-tensaku .tweet-item .textarea-box:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #e7eef2;
    z-index: 1;
}

.tweet-create .tweet-item .nav-tabs,
.tweet-tensaku .tweet-item .nav-tabs {
    border: none !important;
    margin-bottom: 1rem;
}

.tweet-create .tweet-item .nav-tabs .nav-item .nav-link,
.tweet-tensaku .tweet-item .nav-tabs .nav-item .nav-link {
    color: black !important;
    border-radius: 1rem !important;
}

.tweet-create .tweet-item .nav-tabs .nav-item .active,
.tweet-tensaku .tweet-item .nav-tabs .nav-item .active {
    color: #0f5a84 !important;
    border: none !important;
    background-color: #e7eef2 !important;
}

.tweet-create .tweet-item .tweet,
.tweet-tensaku .tweet-item .tweet {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1rem;
}

.tweet-create .tweet-item .tweet .avator,
.tweet-tensaku .tweet-item .tweet .avator {
    display: inline-block;
    border: 1px solid whitesmoke;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    border: none;
}

.tweet-create .tweet-item .tweet .data,
.tweet-tensaku .tweet-item .tweet .data {
    padding-left: 1rem;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tweet-create .tweet-item .tweet .data .name,
.tweet-tensaku .tweet-item .tweet .data .name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.tweet-create .tweet-item .tweet .data .textarea_wrap,
.tweet-tensaku .tweet-item .tweet .data .textarea_wrap {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    min-height: 240px;
    position: relative;
    margin: 0;
    padding: 1rem;
    background-color: whitesmoke;
}

.tweet-create .tweet-item .tweet .data .tensaku,
.tweet-create .tweet-item .tweet .data .confirm,
.tweet-create .tweet-item .tweet .data .feedback_text,
.tweet-tensaku .tweet-item .tweet .data .tensaku,
.tweet-tensaku .tweet-item .tweet .data .confirm,
.tweet-tensaku .tweet-item .tweet .data .feedback_text {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    text-align: left;
    color: inherit;
    margin: 0;
    padding: 1rem;
}

.tweet-create .tweet-item .tweet .data .text,
.tweet-tensaku .tweet-item .tweet .data .text {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 240px;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    text-align: left;
    color: inherit;
    margin: 0;
    padding: 0;
}

.tweet-create .tweet-item .tweet .data .textarea_back,
.tweet-tensaku .tweet-item .tweet .data .textarea_back {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: transparent;
    color: transparent;
    border: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.tweet-create .tweet-item .tweet .data .textarea_back span,
.tweet-tensaku .tweet-item .tweet .data .textarea_back span {
    color: transparent;
}

.tweet-create .tweet-item .tweet .data .confirm,
.tweet-tensaku .tweet-item .tweet .data .confirm {
    background-color: white !important;
}

.tweet-create .tweet-item .tweet .data .tensaku,
.tweet-tensaku .tweet-item .tweet .data .tensaku {
    background-color: white;
    font-size: 1.2rem;
    padding: 0;
}

.tweet-create .tweet-item .tweet .data .feedback_text,
.tweet-tensaku .tweet-item .tweet .data .feedback_text {
    background-color: whitesmoke;
}

.tweet-create .tweet-item .tweet .data .date,
.tweet-tensaku .tweet-item .tweet .data .date {
    display: inline-block;
    width: 100%;
    background-color: inherit;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.tweet-create .tweet-item .tweet .data .count,
.tweet-tensaku .tweet-item .tweet .data .count {
    width: 100%;
    color: #d8b458;
    text-align: right;
    padding-right: 1rem;
}

.tweet-create .tweet-item .tweet .data .over,
.tweet-tensaku .tweet-item .tweet .data .over {
    width: 100%;
    color: #d54a00;
    text-align: center;
}

.tweet-create .tweet-item .tweet .data .datetime,
.tweet-tensaku .tweet-item .tweet .data .datetime {
    font-size: 0 1rem;
    text-align: right;
    padding: 1rem;
    margin-bottom: 1rem;
}

.tweet-create .tweet-item .tweet .data .theme_enable,
.tweet-tensaku .tweet-item .tweet .data .theme_enable {
    -webkit-appearance: checkbox !important;
}

.tweet-create .original-tweet,
.tweet-tensaku .original-tweet {
    border-left: 3px solid #0f5a84;
}

.tweet-create .tensaku-tweet,
.tweet-tensaku .tensaku-tweet {
    border-top: 1px dashed #d7e0e6;
    border-left: 3px solid #d8b458;
}

@media screen and (max-width: 767px) {
    .tweet-create .tensaku-tweet,
    .tweet-tensaku .tensaku-tweet {
        border-left: 3px solid #d8b458;
        border-top: 1px dashed #d7e0e6;
    }
}

.tweet-create .tensaku-tweet .avator,
.tweet-tensaku .tensaku-tweet .avator {
    border: 2px solid #d8b458 !important;
}

.tweet-create .tensaku-tweet .data,
.tweet-tensaku .tensaku-tweet .data {
    color: inherit;
}

.tweet-create .tensaku-tweet .data .name ion-icon,
.tweet-tensaku .tensaku-tweet .data .name ion-icon {
    font-size: 1.6rem;
    margin-right: 0.5rem;
}

.tweet-create .tensaku-tweet .done,
.tweet-tensaku .tensaku-tweet .done {
    width: 100%;
    text-align: center;
    padding: 2rem;
}

.tweet-create .indent-left .reply,
.tweet-tensaku .indent-left .reply {
    font-size: 2.6rem;
    color: #d8b458;
}

@media screen and (min-width: 768px) {
    .tweet-create .indent-left .reply,
    .tweet-tensaku .indent-left .reply {
        margin-left: 2rem;
    }
}

.tweet-create .tensaku-feedback,
.tweet-tensaku .tensaku-feedback {
    display: flex;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .tweet-create .tensaku-feedback,
    .tweet-tensaku .tensaku-feedback {
        display: block;
    }
}

.tweet-create .tensaku-feedback .score,
.tweet-tensaku .tensaku-feedback .score {
    width: 50px;
    height: 50px;
    background-color: #d8b458;
    border-radius: 8px;
    color: white;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    .tweet-create .tensaku-feedback .score,
    .tweet-tensaku .tensaku-feedback .score {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 2rem;
        margin-right: 0;
        border-radius: 8px 8px 0 0;
    }
}

.tweet-create .tensaku-feedback .feedback,
.tweet-tensaku .tensaku-feedback .feedback {
    width: 100%;
    height: auto;
    font-size: 1.2rem;
    padding: 1rem;
    background-color: whitesmoke;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .tweet-create .tensaku-feedback .feedback,
    .tweet-tensaku .tensaku-feedback .feedback {
        width: 100%;
        border-radius: 0 0 8px 8px;
    }
}

.tweet-create .form-score,
.tweet-create .feedback-template,
.tweet-tensaku .form-score,
.tweet-tensaku .feedback-template {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.tweet-create .form-score button,
.tweet-create .feedback-template button,
.tweet-tensaku .form-score button,
.tweet-tensaku .feedback-template button {
    border: none;
    background-color: whitesmoke;
    padding: 1rem 2rem;
    border-radius: 4px;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .tweet-create .form-score button,
    .tweet-create .feedback-template button,
    .tweet-tensaku .form-score button,
    .tweet-tensaku .feedback-template button {
        color: inherit !important;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }
}

.tweet-create .form_feedback,
.tweet-tensaku .form_feedback {
    width: 100%;
}

.tweet-create .form_feedback .form-box,
.tweet-tensaku .form_feedback .form-box {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}

.tweet-create .form_feedback .form-label,
.tweet-tensaku .form_feedback .form-label {
    width: 50%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: #fae5b7;
    text-align: center;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .tweet-create .form_feedback .form-label,
    .tweet-tensaku .form_feedback .form-label {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }
}

.tweet-create .form_feedback .tensaku_score,
.tweet-tensaku .form_feedback .tensaku_score {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: whitesmoke;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .tweet-create .form_feedback .tensaku_score,
    .tweet-tensaku .form_feedback .tensaku_score {
        width: 100%;
        text-align: center !important;
        color: black !important;
        border-radius: 0 0 8px 8px;
    }
}

.tweet-create .form_feedback .tensaku_feedback,
.tweet-tensaku .form_feedback .tensaku_feedback {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
    .tweet-create .form_feedback .tensaku_feedback,
    .tweet-tensaku .form_feedback .tensaku_feedback {
        width: 100%;
        border-radius: 0 0 8px 8px;
    }
}

.tweet-create .submit-btn,
.tweet-tensaku .submit-btn {
    margin: 1rem 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 1rem 0;
    color: white;
    background-color: #d8b458;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    display: block;
    border: none;
    border-radius: 20px;
}

.tweet-create .submit-btn:hover,
.tweet-tensaku .submit-btn:hover {
    opacity: 0.8;
}

.tweet-create .submit-btn:disabled,
.tweet-tensaku .submit-btn:disabled {
    color: #ccc;
    background-color: whitesmoke;
}

.tweet-detail .feedback {
    display: flex;
    width: 100%;
    padding: 1rem;
    background-color: white;
}

@media screen and (max-width: 767px) {
    .tweet-detail .feedback {
        width: 100%;
    }
}

.tweet-detail .feedback .avator {
    display: inline-block;
    border: 1px solid whitesmoke;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    border: none;
}

.tweet-detail .feedback .text {
    position: relative;
    display: inline-block;
    width: calc(100% - 40px - 2rem);
    height: auto;
    min-height: 100px;
    font-size: 1.2rem;
    line-height: 1.5;
    background-color: whitesmoke;
    border: none;
    text-align: left;
    margin: 0 0 0 2rem;
    padding: 1.5rem;
    border-radius: 2rem;
}

.tweet-detail .feedback .text:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    border: 12px solid transparent;
    border-right: 12px solid whitesmoke;
}

.calender2 {
    width: calc(100% - 4rem);
    height: auto;
    margin: 0 2rem;
}

@media screen and (max-width: 767px) {
    .calender2 {
        margin: 0 1rem;
        width: calc(100% - 2rem);
    }
}

.calender2 .month {
    display: inline-block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    vertical-align: middle;
    background-color: #d8b458;
    font-size: 1.6rem;
    color: white;
    text-align: center;
}

.calender2 .month a {
    color: white;
}

.calender2 .yobi {
    text-align: center;
    background-color: whitesmoke;
}

.calender2 .day {
    height: 100px;
    background-color: white;
}

.calender2 .day .date {
    width: 100%;
    display: inline-block;
}

.calender2 .day .cercle {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    color: #d54a00;
    font-weight: bold;
}

.calender2 .whitesmoke {
    background-color: whitesmoke !important;
}

.calender {
    width: calc(100% - 4rem);
    height: auto;
    margin: 0 2rem;
    color: #171717;
}

@media screen and (max-width: 767px) {
    .calender {
        margin: 0rem 1rem;
        width: calc(100% - 2rem);
    }
}

.calender table {
    background-color: white;
    color: unset !important;
}

@media screen and (max-width: 767px) {
    .calender thead {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .calender tr {
        border: none;
    }
}

.calender .today {
    height: auto;
    width: 100%;
    font-size: 2rem;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2rem;
    background-color: #0f5a84;
    color: white;
    float: left;
}

@media screen and (max-width: 767px) {
    .calender .today {
        height: 100px;
        font-size: 1.6rem;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        padding: 2rem;
        background-color: #0f5a84;
        color: white;
    }
    .calender .today .border {
        width: 100%;
        border: 1px solid #d8b458 !important;
    }
}

.calender .month {
    display: flex;
    justify-content: space-between;
    background-color: white;
    height: 40px;
    width: 100%;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.6rem;
    text-align: center;
}

.calender .month a,
.calender .month span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.calender .month a ion-icon,
.calender .month span ion-icon {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 2rem;
    font-size: 2rem;
}

.calender .month span {
    color: #0f5a84;
    font-weight: bold;
}

.calender .yobi {
    width: 10%;
    text-align: center;
    background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
    .calender .yobi {
        background-color: white;
        font-weight: normal;
        border: none;
    }
}

.calender .day {
    width: auto;
    height: 90px;
    line-height: auto;
    vertical-align: top;
    background-color: white;
    text-align: left;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .calender .day {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        vertical-align: middle;
        border: none;
    }
}

.calender .day .date {
    display: inline-block;
    font-size: 1.2rem;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
    padding: 1rem;
}

@media screen and (max-width: 767px) {
    .calender .day .date {
        width: 35px;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
    }
}

.calender .day .tweet-link {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.calender .day .empty {
    color: inherit;
    background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
    .calender .day .empty {
        background-color: whitesmoke;
        border-radius: 50%;
    }
}

.calender .day .circle {
    color: inherit;
}

@media screen and (max-width: 767px) {
    .calender .day .circle {
        color: white;
        background-color: #d8b458;
        border-radius: 50%;
    }
}

.calender .done {
    width: 100%;
    height: auto;
    text-align: center;
    color: #d8b458;
}

.calender .whitesmoke {
    background-color: whitesmoke !important;
}

.calender .tweet {
    background-color: white;
    font-size: 1.2rem;
}

.calender .calenderInfo {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem 1rem 1rem;
}

.calender .calenderInfo div {
    font-size: 1.2rem;
}

.calender .calenderInfo .date {
    margin-right: auto;
}

.calender .calenderInfo .circle span {
    color: whitesmoke;
}

/*tweet post*/
.TweetCreate {
    background-color: white;
    width: 100%;
    height: 100%;
}

.TweetCreate .tweet-wrapper .tweet-body {
    overflow: auto;
}

.TweetCreate .tweet-wrapper .tweet-body .timeline_post_wrapper {
    text-align: center;
    padding: 15px;
}

.TweetCreate
    .tweet-wrapper
    .tweet-body
    .timeline_post_wrapper
    .post_timeline_message {
    width: 100%;
    line-height: 20px;
    border: none;
    background-color: white;
    border-radius: 8px;
    font-size: 16px;
    color: #888888;
    overflow-y: hidden;
}

.TweetCreate .tweet-wrapper .btn_post_timeline {
    background-color: #d8b458 !important;
    color: white;
}

.gold-btn {
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.gold-btn a,
.gold-btn button {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    background-color: #d8b458;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    display: block;
    border: none;
    border-radius: 10px;
}

.gold-btn a:hover,
.gold-btn button:hover {
    opacity: 0.8;
}

.tweet-progress {
    border-left: 3px dashed whitesmoke;
}

@media screen and (max-width: 767px) {
    .tweet-progress {
        border-left: 3px solid #d8b458;
    }
}

.tweet-progress .progressbar {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tweet-progress .progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    color: #999999;
    font-weight: bold;
    z-index: 0;
}

.tweet-progress .progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: "";
    text-align: center;
    border-radius: 50%;
    background-color: whitesmoke;
}

.tweet-progress .progressbar li:after {
    position: absolute;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: "";
    background-color: whitesmoke;
    z-index: -1;
}

.tweet-progress .progressbar li:first-child:after {
    content: none;
}

.tweet-progress .progressbar li.active {
    color: #d8b458;
    z-index: 10;
}

.tweet-progress .progressbar li.complete {
    color: #0f5a84;
    z-index: 10;
}

.tweet-progress .progressbar li.active:before {
    background-color: #d8b458;
}

.tweet-progress .progressbar li.complete:before {
    background-color: #0f5a84;
}

.tweet-progress .progressbar li.active:after,
.tweet-progress .progressbar li.complete:after {
    background-color: #0f5a84;
}

.tweet-progress ul {
    margin: 40px 0 !important;
}

.userlist {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .userlist {
        padding: 0 1rem;
        margin-bottom: 1rem;
        font-size: 0.8rem;
    }
}

.userlist table {
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
}

.userlist table thead {
    background-color: white;
}

.userlist table thead tr th {
    background-color: white;
}

.userlist table tbody {
    background-color: white;
}

.userlist table tbody tr td {
    min-width: 50px;
    background-color: white;
    text-align: center;
}

.userlist table tbody tr td img {
    height: 30px;
    width: 30px;
}

.userlist table tbody tr td form {
    text-align: center;
    background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
    .userlist table tbody tr td form {
        font-size: 0.8rem;
        text-align: center !important;
        color: inherit !important;
    }
}

.userlist table tbody tr td form select {
    text-align: center;
    background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
    .userlist table tbody tr td form select {
        font-size: 0.8rem;
        text-align: center !important;
        color: inherit !important;
    }
}

.userPage {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .userPage {
        padding: 0 1rem;
        margin-bottom: 1rem;
    }
}

.userPage .profile {
    height: auto;
    width: 100%;
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .userPage .profile {
        margin-bottom: 1rem;
    }
}

.userPage .profile .flex {
    height: auto;
    width: 100%;
    display: flex;
}

.userPage .profile .avatar {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .userPage .profile .avatar {
        height: 50px;
        width: 50px;
    }
}

.userPage .profile .header {
    width: 100%;
    height: auto;
    padding: 0 1rem;
}

@media screen and (max-width: 767px) {
    .userPage .profile .header {
        padding: 0 1rem;
    }
}

.userPage .profile .header .names {
    margin-bottom: 1rem;
    border-bottom: 1px solid whitesmoke;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .userPage .profile .header .names {
        display: block;
    }
}

.userPage .profile .header .names .name {
    margin-right: 1rem;
}

.userPage .profile .header .names .id {
    color: #0f5a84;
}

.userPage .profile .header .description {
    font-weight: 1.2rem;
    margin-bottom: 1rem;
}

.userPage .profile .followers {
    width: 100%;
    height: auto;
    padding: 1rem 0;
}

.userPage .profile .followers .follow,
.userPage .profile .followers .follower,
.userPage .profile .followers .list {
    display: flex;
    height: auto;
    width: calc(100% / 3 - 1rem);
    background-color: whitesmoke;
    border-radius: 8px;
    padding: 1rem 2rem;
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    .userPage .profile .followers .follow,
    .userPage .profile .followers .follower,
    .userPage .profile .followers .list {
        display: block;
        font-size: 1rem;
        text-align: center;
        padding: 1rem;
    }
}

.userPage .profile .followers .follow .count,
.userPage .profile .followers .follower .count,
.userPage .profile .followers .list .count {
    display: inline;
    margin-left: auto;
    color: #0f5a84;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .userPage .profile .followers .follow .count,
    .userPage .profile .followers .follower .count,
    .userPage .profile .followers .list .count {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.5rem;
        display: inline-block;
        font-size: 1.4rem !important;
    }
}

.userPage .userdata {
    height: auto;
    width: 100%;
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .userPage .userdata {
        margin-bottom: 1rem;
    }
}

.userPage .userdata .flex {
    display: flex;
    padding: 1rem;
}

.userPage .userdata .flex .data {
    margin-left: auto;
    text-align: right;
}

.userPage .userdata .border-b {
    border-bottom: 1px solid whitesmoke;
}

.loginPage {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #0f5a84;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.loginPage .title {
    width: 100%;
    font-size: 4rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-bottom: 2rem;
}

.loginPage .login-btn {
    width: 180px;
    background-color: #d8b458;
    padding: 1rem 2rem;
    color: white;
    border-radius: 4px;
}

.loginPage .login-btn ion-icon {
    margin-top: 5px;
    margin-right: 1rem;
}

.twitterPage .avatar {
    display: inline-block;
    height: 70px;
    width: 70px;
    border: 3px solid white;
}

.twitterPage .name {
    font-size: 2rem;
}

.twitterPage .id {
    font-size: 1.3rem;
}

.twitterPage .description {
    font-size: 1.4rem;
}

.twitterPage .follower {
    font-size: 1.1rem;
}

.twitterPage .gray {
    color: gray;
}

.ThemePage {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #0f5a84;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.ThemePage .title {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-bottom: 2rem;
}

.ThemePage .textarea-box,
.ThemePage .btn-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.ThemePage .theme_text {
    display: inline-block;
    background-color: whitesmoke;
    border-radius: 8px;
    padding: 2rem;
    width: 80%;
    max-width: 500px;
    height: 100%;
    min-height: 200px;
}

.ThemePage .reload-btn {
    border: none;
    width: 200px;
    background-color: #d8b458;
    padding: 1rem 2rem;
    color: white;
    border-radius: 4px;
}

.ThemePage .reload-btn ion-icon {
    margin-top: 5px;
    margin-right: 1rem;
}

.wide-container {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 auto !important;
    padding: 2rem 0 0 0 !important;
}

@media screen and (max-width: 767px) {
    .wide-container {
        padding: 1rem 0 0 0 !important;
    }
}

.admin-calender {
    width: calc(100% - 4rem);
    height: auto;
    margin: 0 2rem;
    color: #171717;
}

@media screen and (max-width: 767px) {
    .admin-calender {
        margin: 0rem 1rem;
        width: calc(100% - 2rem);
    }
}

.admin-calender table {
    background-color: white;
    color: unset !important;
}

@media screen and (max-width: 767px) {
    .admin-calender thead {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .admin-calender tr {
        border: none;
    }
}

.admin-calender .today {
    height: auto;
    width: 100%;
    font-size: 2rem;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2rem;
    background-color: #0f5a84;
    color: white;
    float: left;
}

@media screen and (max-width: 767px) {
    .admin-calender .today {
        height: 100px;
        font-size: 1.6rem;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        padding: 2rem;
        background-color: #0f5a84;
        color: white;
    }
    .admin-calender .today .border {
        width: 100%;
        border: 1px solid #d8b458 !important;
    }
}

.admin-calender .month {
    display: flex;
    justify-content: space-between;
    background-color: white;
    height: 40px;
    width: 100%;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.6rem;
    text-align: center;
}

.admin-calender .month a,
.admin-calender .month span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.admin-calender .month a ion-icon,
.admin-calender .month span ion-icon {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 2rem;
    font-size: 2rem;
}

.admin-calender .month span {
    color: #0f5a84;
    font-weight: bold;
}

.admin-calender .user-title {
    width: 10%;
    text-align: center;
    background-color: white;
}

@media screen and (max-width: 767px) {
    .admin-calender .user-title {
        min-width: 100px;
        font-size: 1rem;
        position: sticky;
        left: 0;
        z-index: 1;
    }
}

.admin-calender .day {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: white;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .admin-calender .day {
        width: 30px;
        height: 30px;
        padding: 0.5rem;
    }
}

.admin-calender .day .date {
    display: inline-block;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 0.5rem;
}

@media screen and (max-width: 767px) {
    .admin-calender .day .date {
        width: 20px;
        height: 20px;
    }
}

.admin-calender .day .done {
    color: inherit;
    color: white;
    background-color: #d8b458;
    border-radius: 50%;
}

.admin-calender .day .rewrite {
    color: inherit;
    color: #d8b458;
    border: 1px solid #d8b458;
    border-radius: 50%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .admin-calender .day .rewrite {
        font-size: 0.6rem;
    }
}

.admin-calender .day .pending {
    color: inherit;
    color: white;
    border: 1px dashed #d8b458;
    border-radius: 50%;
}

.admin-calender .day hr {
    transform: rotate(45deg);
    width: 30px;
    border: 0;
    border-top: 1px solid #d8b458;
    margin: 0;
    padding: 0;
    transform-origin: 0% 0%;
}

@media screen and (max-width: 767px) {
    .admin-calender .day hr {
        width: 20px;
    }
}

.admin-calender .whitesmoke {
    background-color: whitesmoke !important;
}

.admin-calender .tweet {
    background-color: white;
    font-size: 1.2rem;
}

.admin-calender .calenderInfo {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem 1rem 1rem;
}

.admin-calender .calenderInfo div {
    font-size: 1.2rem;
}

.admin-calender .calenderInfo .date {
    margin-right: auto;
}

.admin-calender .calenderInfo .circle span {
    color: whitesmoke;
}

.PolicyPage {
    height: auto;
    width: calc(100% - 4rem);
    background-color: #0f5a84;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin: 2rem;
    padding: 2rem;
    background-color: white;
    border-radius: 8px;
}

.PolicyPage .title {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #0f5a84;
    margin-bottom: 2rem;
}

.privacy-list {
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: left;
    font-size: 1.2rem;
}

.privacy-list .top {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: left;
    margin: auto;
    padding: 10px;
}

.privacy-list .decimal {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: left;
    margin: 0;
    padding: 0 10px 0 20px;
    list-style-type: decimal;
}

.privacy-list .decimal li {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: left;
    padding: 0;
    margin: 20px 0;
    list-style-type: decimal;
}

.privacy-list .decimal li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.privacy-list .decimal p {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    list-style-type: decimal;
    text-align: left;
    padding: 0;
    margin: auto;
}

.privacy-list .decimal .head .lower-roman {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
    text-align: left;
    margin: 0;
    padding: 0 10px 0 20px;
    list-style-type: lower-roman;
}
/*# sourceMappingURL=style.css.map */
