@charset "UTF-8";

/* ボタン幅 */
.org-btn-wd {
    width: 250px !important;
}

/* gnav固定の調整 */
.org-nav-fixed {
    padding-top: 80px;
}

/* color */
.org-bg-orange-100 {
    background: #fde8e1 !important;
    /* #fde8e1 / #ffe5d0 */
}
.org-bg-green-100 {
    background: #fcf5df !important;
    /* #f0fdd7 / #d1e7dd / #fff3cd */
}
.org-bg-blue-100 {
    background: #cfe2ff !important;
    /* #----- / #cfe2ff */
}
.org-bg-cyan-100 {
    background: #DCF4FB !important;
    /* #DCF4FB / #cff4fc */
}

/* word spacing */
.org-word-sp-2 {
    word-spacing: 10px;
}

/* profile-img */
.profile-w {
    width: 50%!important;
}

@media screen and (min-width: 576px),print {
    .profile-w {
        width: 85%!important;
    }
}