.icon-list {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: .5rem;
  content: "✓";
  /* content: "◇"; */
  /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto; */
  /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none'<path d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-1 14H5c-.55 0-1-.45-1-1V8l6.94 4.34c.65.41 1.47.41 2.12 0L20 8v9c0 .55-.45 1-1 1zm-7-7L4 6h16l-8 5z'/>") no-repeat center center / 100% auto; */
  /* background: url("svg/done_black_24dp.svg") */
}
.icon-list2 {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  list-style: none;
}
.icon-list2 li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: .25rem;
}
.icon-list2 li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "◎";
}

.icon-list3 {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  list-style: none;
}
.icon-list3 li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: .25rem;
}
.icon-list3 li::before {
  display: block;
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-right: .5rem;
  content: "";
  background: url("svg/library_books_black_24dp.svg");
}

a {
    text-decoration: none;
    color: blue;
}

.inln {
    text-decoration: none;
    color: blue;
}
.inln::hover{
    background: #f2f2f2 !important;
}
.inln::before {
    content: url("svg/mail_outline_black_24dp.svg");
    margin-right: 0.2em;
    display: inline-block;
}

.inlnf {
    text-decoration: none;
    color: #3399FF;
}
.inlnf::hover{
    background: #f2f2f2 !important;
}
.inlnf::before {
    content: url("svg/mail_outline_black_24dp.svg");
    margin-right: 0.2em;
    display: inline-block;
}

.indl::before {
    content: "⬇";
    color: black;
    display: inline-block;
}

* {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: 'BIZ UDGothic', sans-serif;
}

h1 {
    /* font-family: 'Noto Serif JP', serif; */
    font-family: 'BIZ UDGothic', sans-serif;
    /* font-size: 2rem; */
    font-size: 1.5em;
    color: blue;
    border: solid 2px #364e96;
    border-radius: 0.7rem;
    padding: 0.5rem;
    margin-bottom: 2rem;
}

.leftp {
    padding: 1rem;
}

h2 {
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* font-family: 'Noto Serif JP', serif; */
    font-family: 'BIZ UDGothic', sans-serif;
    /* font-size: 1.5rem; */
    font-size: 1.3rem;
}

h2.prog {
    position: relative;
    padding-top: 1.5rem;
    padding-left: 25px;
    font-size: 1.3rem;
}
h2.prog:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px rgb(119, 195, 223);
}
h2.prog:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 100%;
    border-bottom: solid 3px rgb(119, 195, 223);
}

.pbody {
    text-indent: 1.7rem;
    margin-top: 1.2rem;
    margin-bottom:1.2rem;
}
.pbodyni {
    /* text-indent: 1.5rem; */
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 1rem;
    margin-bottom:1rem;
}

.tbold {
    font-weight:900;
}

.fs-5 {
    font-size: 1.1rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
