@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=IBM+Plex+Sans+JP:wght@600&display=swap');


/* 基本設定 */

html {
    background: transparent;
    font-size: 100%;
    font-family: 'IBM Plex Sans JP', sans-serif;
    min-height: 100vh;
    background-color: #ece4dc;
}

    a:link {
     color: #756446;
    }
    a:visited {
     color: #666666;
    }
    .link a:link {
     color: #FFFFFF;
    }
    .link a:visited {
     color: #EEEEEE;
    }
    a:hover {
     position:relative;
     top: 2px;
    }
    div.link {
     color: #FFFFFF;
     font-size: 12px;
     text-align: center;
     padding-top: 12px;
     float: left;
     width: 20%;
    }

    div.all {
      background-color: #ffffff;
      border-left: 1px dotted #ffffff;
      margin: 0px 0px 0px 15%;
      padding: 1em 2em;
    }

    h1 {
   font-size: 120%;
     font-weight: normal;
     letter-spacing: 0.2em;
     text-align: right;
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
     padding-right: 0.5em;
     padding-bottom: 0.2em;
     margin-top: 2em;
     margin-bottom: 2em;
     font-family: 'BIZ UDPGothic', sans-serif;
     font-family: 'IBM Plex Sans JP', sans-serif;
    }

h1 > span {
    position: relative;
    padding: 0 20px 5px;
    
}
 
   h2 {
   font-size: 0.8em;
     text-align: center;
     margin-bottom: 2em;
    }

h3 {
    margin: 30px 0;
    font-family: 'Train One', cursive;
    font-size: 0.8em;
    letter-spacing: .2rem;
    }

    div.document {
     line-height: 170%;
     margin: 1.5em;
    }
     font-size: 100%;
    font-family: 'IBM Plex Sans JP', sans-serif;
     font-style: normal;
     text-align: center;
     border-top: solid 1px;
     border-bottom: solid 1px;
     margin-top: 5em;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
    }