<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PageTitle{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
}

.body{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}


/*サイドメニュー*/
.help_side_menu{
    position: fixed;
    top: 70px;
    left: 0px;
    z-index: 2;
    width: 180px;
    height: 100%;
    background-color: #ffffff;
    font-size: 23px;
 }
 
/*タイトル*/
div.title{
    position: absolute;
    width: 70%;
    top: 80px;
    left: 300px;
    z-index: 1;
    font-size: 25px;
    border-bottom: 3px solid #add8e6;
 }

.title:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #7db4e6;
    bottom: -2.5px;
    width: 30%;
}

 /*説明*/
 .Description{
    width: 70%;
    position: absolute;
    top: 150px;
    left: 300px;
    bottom: 0;
}

/*注意*/
   .attention {
    position: relative;
    margin: 1em 0;
    padding: 0.5em 1em;
    border: solid 1px #ffa500;
    background: #fffacd;
    width: 90%;
}
/*見出しの設定*/
h6{
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #7db4e6;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
}

/*ダウンロードボタン*/
.downloadbutton {
   max-width: 35%;
   margin: 0 auto;
}
</pre></body></html>