<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



section{
    margin-bottom: 60px;
}

h1{
    font-size: 18px;
    padding-left: 10px;
    border-left: 3px solid #555;
    background-color: #ffcfb7;
    margin: 20px 0 20px 20px;
  }

h2{
    position: relative;
    padding: 30px 0 5px;
    font-size: 16px;
    font-weight: bold;
    margin:0 2em 2em 0;
    
    }
    h2::before{
        content: "◆";
        padding: 0 5px;
        color: #ffb087;
    }
    h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 8px 8px;
    }
    
    p{
        margin: 0 2em;
        text-align: center;
    }

    h1,h2{
        margin-left: 2em;
    }

    h3{
        margin: 4em 5em 0;
        border-bottom: 2px solid #ffcfb7;;
    }
    dl{
        margin:0 2em;
        text-align: center;
    }
    dt{
        border-bottom: 2px solid #ffcfb7;
        display: inline-block;
    }
    dd{
        margin-bottom: 1.5em;
    }
.sample img{
        display: block;
        width: 80%;
        margin: 20px auto;
    }
.capture img{
    display: block;
        width: 80%;
        margin: 20px auto;
}
.koyareko img{
    display: block;
        width: 80%;
        margin: 20px auto;
}
iframe{
    display: block;
    margin: 0 auto;
}

table,th,td{
    border: 2px solid #555;
    margin: 0 auto;
    text-align: center;
}
table{
    border-collapse: collapse;
    width: 60%;
    margin: 1em auto;
}
.table1 th{
    background-color: #ffe8e8;
}
.table2 th{
    background-color:#37beb0;
}
td{
    text-align: center;
    background-color: #fff;
}
th,td{
    padding: 0.5em 0;
}

ol{
    width: 390px;
    margin: 0 auto;
    list-style-type: none;
}
li{
    margin-bottom: 1em;
}

.red{
    color: red;
}

.button{
    border: 1px solid #555;
    text-decoration: none;
    background-color: #fff;
    color: #555;
    padding: 3px;
    font-size: 14px;
    width: 390px;
    display: block;
    border-radius: 7px;
}
.button img{
    width: 22px;
    position: relative;
    top: 5px;
    margin: 0 10px; 
}
.button2 img{
    width: 22px;
    position: relative;
    top: 5px;
    margin: 0 10px; 
}
.button2{
    border: 1px solid #555;
    text-decoration: none;
    background-color: #fff;
    color: #555;
    padding: 2px;
    font-size: 14px;
    display: block;
    width: 150px;
    border-radius: 7px;
    margin: 0 auto;
}


    .go-top a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 5px 1em;
        width: 170px;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        background-color: #ffb087;
        border-radius: 50vh;
        text-decoration: none;
      }
      footer img{
        width: 200px;
    }
    .footer_img{
      text-align: center;
      margin-top: 50px;
    }</pre></body></html>