html,body,body * {
    font-size: 16px;
    line-height: 100%;
    font-style: none;
    font-weight: normal;
    border: none;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "メイリオ", Meiryo, sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #333;
}

textarea {
    outline: none;
    resize: none;
    overflow: hidden;
}
textarea::placeholder {
    color: #666;
}

.c1 {
    text-align: center;
    background: #000;
}
.c2 {
    margin: 0 auto 0 auto;
    position: relative;
}
.c3 {
    padding: 20px 56px 0px 16px;
    min-height: 56px;
    text-align: right;
    color: #CCC;
}
.c4 {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    /* background: url(noicon.png) 0 0 no-repeat; */
    background-color: #CCC;
    background-size: contain;
}
.c6 {}
.c7 {
    width: 32px;
    height: 32px;
    background: url(./exit.svg) 8px 8px no-repeat;
    background-size: 16px 16px;
    background-color: rgb(63, 63, 63);
    border-radius: 32px;
    position: absolute;
    left: 52px;
    top: 12px;
    z-index: 100;
    cursor: pointer;
}
.c8 {
    width: 32px;
    height: 32px;
    background: url(./help.svg) 8px 8px no-repeat;
    background-size: 16px 16px;
    background-color: rgb(63, 63, 63);
    border-radius: 32px;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 100;
    cursor: pointer;
}

.a27 {
    padding: 8px 0 0 0;
    font-size: 14px;
    color: #CCC;
}

.a1,
.b1 {
    padding: 16px;
    text-align: center;
}
.a2,
.b2,
.a10,
.a18 {
    max-width: 680px;
    margin: 0 auto 0 auto;
    position: relative;
}
.a3 {
    display: block;
    width: 100%;
    background: #111;
    border: 1px solid #07b53b;
    color: #FFF;
    caret-color: #FFF;
    text-align: left;
    padding: 16px 64px 16px 16px;
    border-radius: 8px;
    word-break: break-all;
    line-height: 24px;
    min-height: 58px;
}
.a4 {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: rgba(100,100,100,0.1);
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}
.a5 {
    position: absolute;
    right: 13px;
    bottom: 13px;
    
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    
    background-color: #007540;
    background-image: url(arrow.svg);
    background-position: 8px 8px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
body.logout .a5 {
    background-image: url(login.svg);
}

.a6 {
    position: absolute;
    right: 74px;
    bottom: 13px;
    
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    
    background-color: rgba(255,255,255,0.1);
    background-image: url(clip.svg);
    background-position: 8px 8px;
    background-size: 16px 16px;
    background-repeat: no-repeat;

    cursor: pointer;
}
.a7 {
    display: none;
    position: absolute;
    left: 8px;
    bottom: -26px;
    padding: 4px;
    border-radius: 4px;
    background: rgba(255, 157, 0, 0.8);
    z-index: 100;
}
.a7.on {
    display: inline-block;
}
.a7.caution,
.a7.caution .a9 {
    background: #FF0000 !important;
}
.a8 {
    font-size: 12px;
    color: #FFF;
    line-height: 100%;
}
.a9 {
   position: absolute; 
   left: 8px;
   top: -6px;
   width: 6px;
   height: 6px;
   background: rgba(255, 157, 0, 0.8);
   clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.a11 {
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: left;
    padding: 8px 16px 8px 56px;
    border-radius: 8px 8px 0 0;
    color: #FFF;
    position: relative;
    min-height: 56px;
    line-height: 20px;
}
.a12 {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    left: 8px;
    top: 8px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.a13 {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: rgba(255,0,0,0.8);
}
.a14 {
    position: absolute;
    left: 8px;
    top: 15px;
    width: 16px;
    height: 2px;
    background: #FFF;
    transform: rotate(-45deg);
    pointer-events: none;
}
.a15 {
    position: absolute;
    left: 8px;
    top: 15px;
    width: 16px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
    pointer-events: none;
}
.a16 {
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: bold;
}
.a17 {
    width: 100%;
    background: rgba(0,0,0,1);
    text-align: left;
    padding: 8px 16px 8px 16px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 4px;
    color: #FFF;
    position: relative;
    line-height: 20px;
}
.a30 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 0;
    border-radius: 8px;
    color: #FFF;
    position: relative;
    line-height: 20px;
    text-align: center;
    margin-bottom: 16px;
}
.a20 {
    padding: 16px;
    background-color: rgba(0,0,0,0.9);
    border-radius: 8px 8px 0 0;
    margin-bottom: 16px;
}
.a25 {
    padding: 0 16px 16px 16px;
}
.a21 {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    background-color: #000;
    margin: 0 auto 24px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.a22 {
    font-size: 12px;
    display: inline-block;
    padding: 4px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
    position: absolute;
    left: 34px;
    bottom: 17px;
    pointer-events: none;
}
.a23 {
    position: relative;
    display: inline-block;
    padding: 8px;
    margin-bottom: 8px;
    background-color: rgba(255, 157, 0, 0.8);
    border-radius: 8px;
}
.a26 {
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -6px;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 157, 0, 0.8);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.a24 {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 0 auto;
    background-color: #000;
    padding: 12px 47px 12px 12px;
    color: #FFF;
    border: 1px solid #07b53b;
    border-radius: 8px;
}
.a24:focus {
    outline: none;
}
.a28 {
    margin: 0 auto 0 auto;
    display: inline-block;
    width: 100%;
    max-width: 360px;
    position: relative;
}
.a29 {
    position: absolute;
    right: 9px;
    top: 9px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #007540;
    background-image: url(save.svg);
    background-position: 8px 8px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
.a31 {
    text-align: left;
    font-weight: bold;
    padding-bottom: 12px;
    font-size: 20px;
}
.a31:nth-child(n+3) {
    margin-top: 32px;
}
.a32 {
    width: 100%;
    max-width: 555px;
    margin: 0 auto 8px auto;
    overflow: hidden;
    border-radius: 8px;
    vertical-align: bottom;
}
.a33 {
    width: 100%;
    vertical-align: bottom;
}
.a34 {
    display: block;
    padding: 10px 8px 10px 41px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 8px;
    text-align: left;
    position: relative;
    margin-bottom: 4px;
}
.a35 {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: #004EFF;
    border-radius: 32px;
}
.a36 {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 24px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
}
.a37 {
    line-height: 140%;
    font-size: 14px;
}

.b1 {
    padding-top: 0;
}
.b3 {
    position: relative;
    padding: 8px;
    margin-left: 48px;
    margin-bottom: 24px;
    text-align: left;
    background: #FFF;
    border: 2px solid #FFF;
    border-radius: 8px;
    min-height: 56px;
}
.b4 {
    position: absolute;
    left: -50px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    /* background: url(noicon.png) 0 0 no-repeat; */
    background-color: #CCC;
    background-size: contain;
}
.b5 {
    font-size: 12px;
    margin-bottom: 6px;
    font-weight: bold;
}
.b6 {
    line-height: 20px;
    word-break: break-all;
}
.b7 {
    width: 100%;
    margin-top: 12px;
    font-size: 10px;
    text-align: right;
    color: #FFF;
    position: absolute;
    bottom: -16px;
    left: 0px;
    opacity: 0.3;
}
.b9 {
    font-size: 10px;
    color: #FFF;
}
.b8 {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 35px;
    height: 29px;
    background-color: rgba(255,0,0,0);
    background-image: url(menu.svg);
    background-position: right 8px top 8px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.b10 {
    position: absolute;
    left: -7px;
    top: 16px;
    width: 6px;
    height: 6px;
    background-color: #FFF;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.b11 {
    height: 32px;
    position: relative;
    margin-top: 8px;
    display: none;
}
.b3.open .b11 {
    display: block;
}
.b3.open .b8 {
    background-image: url(cross.svg);
}
.b12 {
    width: 32px;
    height: 32px;
    background: url(./trash.svg) 8px 8px no-repeat;
    background-color: #FF0000;
    background-size: 16px 16px;
    border-radius: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.b13 {
    width: 32px;
    height: 32px;
    background: url(./ress.svg) 8px 8px no-repeat;
    background-color: #5672ff;
    background-size: 16px 16px;
    border-radius: 32px;
    position: absolute;
    right: 40px;
    top: 0px;
    cursor: pointer;
}
.b14 {
    border-radius: 8px;
    background: rgba(0,0,0,0.7);
    color: #FFF;
    padding: 8px 8px 8px 48px;
    margin-right: 16px;
    margin-bottom: 8px;
    position: relative;
}
.b15 {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #000;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 8px;
}
.b16 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
}
.b17 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b18 {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.b3.me {
    border: 1px solid #07b53b;
    background-color: #007540;
    color: #FFF;
    padding: 8px;
    margin-left: 0;
    margin-right: 48px;
}
.b3.me .b4 {
    border: 2px solid #07b53b;
    right: -48px !important;
    left: auto;
}
.b3.me .b7 {
    text-align: left;
}
.b3.me .b10 {
    right: -7px !important;
    background-color: #07b53b;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: auto;
}

.d1 {
    padding: 16px;
    text-align: center;
}
.d2 {
    max-width: 680px;
    margin: 0 auto 0 auto;
    position: relative;
}
.d3 {
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    text-align: left;
    padding: 16px;
    border-radius: 8px;
}

.e1 {
    max-width: 680px;
    margin: 0 auto 0 auto;
    position: relative;
}
.e2 {
    position: relative;
    padding: 8px;
    margin-left: 48px;
    margin-bottom: 24px;
    text-align: left;
    background: #FFF;
    border: 2px solid #FFF;
    border-radius: 8px;
    min-height: 56px;
}

.f1 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}


@media screen and (min-width: 768px) {

    .b3 {
        margin-right: 50px;
    }

    .b3.me {
        margin-left: 50px;
    }

}

/* システム外 */
#rogo {
    fill: rgba(255,255,255,1);
    width: 320px;
    margin: 0 auto 0 auto;
}
.logo_area {
    padding: 50px 0 20px 0;
    text-align: center;
}
.intro_area {
    padding: 0 0 20px 0;
    color: #FFF;
    text-align: center;
}
body.login .logo_area,
body.login .intro_area {
    display: none;
}

.theme_area { 
    text-align: center;
    padding: 24px;
}
.theme {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 0 auto;
}
.theme_intro {
    color: #FFF;
    padding-bottom: 16px;
}
.theme_button {
    display: block;
    padding: 20px;
    color: #FFF;
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 8px;
    line-height: 100%;
    border-radius: 56px;
    border: 2px solid rgba(255,255,255,0.1);
    cursor: pointer;
}
.theme_button.select {
    border-color: #007540 !important;
}

body.login .theme_area {
    display: none;
}

.home_manual {
    text-align: center;
    padding: 24px;
}
.home_manual_inner {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 0 auto;
}
.home_manual_button {
    display: block;
    padding: 20px 0 20px 20px;
    margin: 0 auto 0 auto;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 100%;
    border-radius: 56px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    background-image: url(beginner.svg);
    background-position: 15px 19px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}


/* princess */
body.princess { background-color: #ca85b4; }
body.princess .c1 { background-color: #991496; }
body.princess .a5 { background-color: #ffb200; }
body.princess .c6 { background-color: #ffb200; }
body.princess .c7 { background-color: #ffb200; }
body.princess .c8 { background-color: #ffb200; }
body.princess .a3 { border-color: #ec6d00 !important; }
body.princess .b4 { border-color: #ec6d00 !important; }
body.princess .b3.me { border-color: #095987 !important; background-color: #1a7fb9 !important; }
body.princess .b3.me .b10 { background-color: #095987 !important; }
body.princess .a20 { background-color: #991496; } /* プロフ変更のタイトル */
body.princess .a30 { background-color: rgba(255,255,255,0.2); } /* プロフ変更の背景 */
body.princess .a23,
body.princess .a26 { background-color: #991496; } /* プロフ変更の見出し */
body.princess .a27 { color: #991496; } /* プロフ変更の注意書きテキスト */
body.princess .a29 { background-color: #ffb200; } /* プロフ変更の保存ボタン */
body.princess .a31 { color: #991496; }/* マニュアルの文字色：見出し */
body.princess .a37 { color: #000; } /* マニュアルの文字色：本文 */

/* sky */
body.default { background-color: #6a9dc8; } /* 背景 */
body.default .c2 { background-color: #275185; } /* ヘッダー */
body.default .c7 { background-color: #052747; } /* 退出ボタン */
body.default .c8 { background-color: #052747; } /* ヘルプボタン */
body.default .a3 { border-color: #00b1ff; } /* プロンプトの枠線 */
body.default .b7 { opacity: 1; } /* 時間 */
body.default .a20 { background-color: #275185; } /* プロフ変更のタイトル */
body.default .a30 { background-color: rgba(255,255,255,0.2); } /* プロフ変更の背景 */
body.default .a23,
body.default .a26 { background-color: #275185; } /* プロフ変更の見出し */
body.default .a27 { color: #275185; } /* プロフ変更の注意書きテキスト */
body.default .a31 { color: #082548; }/* マニュアルの文字色：見出し */
body.default .a37 { color: #000; } /* マニュアルの文字色：本文 */


body.login .home_manual {
    display: none;
}


#prof {
    display: none;
}
body.prof #prof {
    display: block;
}
body.prof .a2,
body.prof .b1 {
    display: none;
}

#manual {
    display: none;
}
body.manual #manual {
    display: block;
}
body.manual .logo_area,
body.manual .intro_area,
body.manual #prof,
body.manual #mention,
body.manual .a2,
body.manual .theme_area,
body.manual .b1,
body.manual #home_help
{
    display: none;
}
