@font-face {
  font-family: "ipamjm";
  src: url("ipamjm.woff2") format('woff2'),
       url("ipamjm.woff")  format('woff'),
       url("ipamjm.ttf")   format('truetype');
  font-display: swap;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanslinearb.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
    font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "ipamjm", sans-serif;
}

.ipamjm {
    font-family: "ipamjm", "Noto Serif CJK JP";
}

.normal {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.noto {
    font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans Linear B";
}

.notoserif {
    font-family: "Noto Serif", "Noto Serif CJK JP", "Noto Sans Linear B";
}

.notojp {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.nototc {
    font-family: "Noto Sans CJK TC", "Noto Sans TC", sans-serif;
}

.notosc {
    font-family: "Noto Sans CJK SC", "Noto Sans SC", sans-serif;
}

.notokr {
    font-family: "Noto Sans CJK KR", "Noto Sans KR", sans-serif;
}

.text_sample {
    padding: 0.5em 0.5em;
    margin-left: 3%;
    margin-right: 3%;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    font-size: 120%;
    color: darkcyan;
}
.text_sample p {
    margin-left: 1%;
    margin-right: 1%;    
    padding: 0;
}

.text_sample note {
    position: relative;
    margin-top: 1em;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 70%;
}

.text_sample_large {
    padding: 0.5em 0.5em;
    margin-left: 3%;
    margin-right: 3%;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    font-size: 200%;
    color: darkcyan;
}
.text_sample_large p {
    margin-left: 1%;
    margin-right: 1%;    
    padding: 0;
    line-height: 180%;
}

.text_sample_large note {
    position: relative;
    z-index: 3;
    margin-top: 1em;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 70%;
}

.crimson {
    color: crimson;
}

.linearb {
    color: crimson;
}

.sc {
   font-variant: small-caps;
}

.it {
   font-style: italic;
}
