@charset "utf-8";

/* 背景イメージ */
.appCustom-backgroundImage {
    background: #FBF9F5 url("https://www.andapp.jp/assets/apps/12016007/img/background.png") right 0 no-repeat;

    
    -webkit-background-size: contain;
    background-size: contain;
    
}

/* キャラクター */
.appCustom-character {
    background: url("https://www.andapp.jp/assets/apps/12016007/img/character.png") right 0 no-repeat;
}

/* 1.テキスト文字 */
.appCustom-text {
    color: #0D5D7D;
}
/* 1.テキスト文字 > svg */
.appCustom-textSvg > svg {
    fill: #0D5D7D;
}
/* 1.テキスト文字（テキストリンク） */
.appCustom-textAnchor,
.appCustom-textAnchor:hover {
    color: #0D5D7D;
}

/* 2.サブテキスト文字 */
.appCustom-subText {
    color: #555555;
}

/* 3.ボタン上文字 */
.appCustom-buttonText {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

/* 3.ボタン上文字 > アプリラベルのボーダー色 */
.appCustom-buttonTextBorder {
    border-color: #FFFFFF;
}

/* 4.ボタン背景 */
.appCustom-buttonBackground {
    background-color: #3CABCD;
}

/* 5.ボタン背景(マウスオーバー時) */
.appCustom-buttonBackground:hover {
    background-color: #82B4D7;
}

/* 6.メニュー背景 */
.appCustom-menuBackground {
    background-color: #F5FAFB;
}

/* 7.メニュー境界線 */
.appCustom-menuBorder {
    border-bottom: 1px solid #AFC1C5;
}

/* 8.コンテンツ背景 */
.appCustom-contentsBackground {
    background-color: #FFFFFF;
}

/* 9.コンテンツ枠 */
.appCustom-contentsBorder {
    background-color: #F1EEE7;
}

/* 10.背景色 */
.appCustom-background {
    background-color: #FBF9F5;
}

/* 11.事前登録期間中の枠の文字色 */
.appCustom-noticeText {
    color: #0D5D7D;
}

/* 12.事前登録完了時の枠の文字色 */
.appCustom-regdoneText {
    color: #FFFFFF;
}

/* 13.事前登録完了時の枠の背景色 */
.appCustom-regdoneBackground {
    background-color: #3CABCD;
}

/* スクロールバー */
.jspTrack {
    background-color: #FFFFFF;
}
.jspDrag {
    background-color: #0D5D7D;
}
