<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    z-index: 2;
}


p.default {
    margin-bottom: 1rem;
}

p.lead {
    margin-bottom: 1rem;
    font-weight: 700;
    padding-bottom: 0.4rem;
    border-bottom: solid 1px #000000;
}

p.lead img {
    width: 15%;
    vertical-align: middle;
}


p.note {
    color: #636363;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

p.note + p.note {
    margin-top: -10px;
}

p.note::before {
    content: '��';
}

p.note_important {
    color: red;
    border: solid 1px red;
    text-align: center;
    padding: 1rem 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

p.caption {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
}

ul.default {
    list-style: disc;
    padding-left: 1em;
    margin-bottom: 1rem;
}

table.style1 {
    font-size: 1.4rem;
}

table.style1 tr:nth-child(even){
    background-color: #edf6fc;
}

table.style1 td, table.style1 th {
    border: none;
}

table.style1 ul.default {
    text-align: left;
    margin-bottom: 0;
}

h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: solid gray 1px;
    font-size: 2.2rem;
}

h3 {
    margin-top: 4rem;
    margin-bottom: 0.8rem;
    color: #0a4e8a;
    border-left-color: #0a4e8a;
    font-size: 2rem;
}

.flexwrap h3 {
    color: #000000;
    margin-bottom: 1.8rem;
    margin-top: 0;
    border-left: none;
    padding-left: 0;
    font-size: 2.2rem;
}

h3.sub {
    border-left: none;
    padding-left: 0;
    margin-top: 2rem;
}

h4 {
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 1.5em;
    text-indent: -1.5em;
    position: relative;
    margin-top: 3rem;
    border-top: solid 4px #c7c7c7;
}

h4:first-letter {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 2.8rem;
    padding-right: 7px;
}

h4:before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #0a4e8a;
    top: -4px;
    left: 0;
    width: 20%;
    padding-left: 0;
}


.navi {
    position: fixed;
    right: 0;
}

.img_center {
    text-align: center;
}

.img_half {
    width: 40%;
}

.rv-toc {
    border: solid 1px gray;
    padding: 1.4rem;
    margin-top: 60px;
}

.rv-toc h2 {
    border-bottom: none;
    margin-top: 0;
}


ol.chev li {
    position: relative;
    padding-left: 1em;
}

ol.chev li:before {
      display: block;
      content: '';
      position: absolute;
      top: .5em;
      left: 0;
      width: 6px;
      height: 6px;
      border-right: 1px solid #666;
      border-bottom: 1px solid #666;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

dl.default dt {
    font-weight: 600;
}

dl.default dd {
    padding-left: 5rem;
}


/*蝗ｲ縺ｿ險倅ｺ�*/

.column {
    padding: 2rem;
    background-color: #f2eee6;
    margin: 2rem 0;
}

.column h3:first-child {
    margin-top: 0;
}

.flexwrap {
    margin: 20px 0;
}

.table_header {
    text-align: center;
    font-weight: 800;
}

.flexwrap .flexbox {
    justify-content: space-between;
    margin-bottom: 10px;
}

.flexwrap .flexbox .flexitem {
    width: 47%;
}

.flexwrap .flexset {
    padding: 3rem 1rem;
}

.flexwrap .flexset:first-of-type {
    padding-bottom: 1rem;
}

.flexwrap .flexset:nth-child(odd) {
    background-color: #ededed;
}




/* MEDIA QUERY ---------------------------------------------- */
@media screen and (min-width : 768px) {


.main {
    width: 90%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.flexitem img {
    max-width: 80%;
}
    
    
}

</pre></body></html>