body {
    line-height: 1.7;
    font-family: 'Noto Sans JP', sans-serif;
}

/* �y�[�W�g�b�v */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: rgba(143, 142, 142, 0.315);
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

ul, ol {
	padding-left:3em;
    padding-bottom:0.5em;
    margin-bottom: 0em;
	}

p {
    padding: 0;
    margin: 0;
   }

p.pdfheight img {
    width: 65%;    /* �����������Ŏw�� */
    height: 65%;  /* �����͎����w�� */
    }

/* Material iconsを利用する */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* 推奨サイズ */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
  
    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
  
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
  
    /* IEサポート */
    font-feature-settings: 'liga';
  }

/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.text1 {
    display: inline-block;
    border: black;
    height: 50px;
    width: 250px;
    background-color: #a2ccee;
  }

.btn--orange,
a.btn--orange {
  color:#fff;
  background-color: #b81e03cc;
}
.btn--orange:hover,
a.btn--orange:hover {
  color:#fff;
  background:#b81e03cc
}

a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}