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

h2 {
    border: 2px solid #0050b2;
    display: block;
    padding: 50px;
    margin-bottom: 30px;
}
h2 img {
    max-width: 60px;
    max-height: 60px;
}
h2 span {
    padding-left: 20px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: bold;
    color: #0050b2;
    font-size: 80%;
    letter-spacing: 5px;
}

h3 {
    color: #0050b2;
    font-size: 120%;
    margin-bottom: 30px;
    text-align: center;
}

#writing .container {
    max-width: 1000px;
}
#writing {
    padding-top: 20px;
}
#writing-inner a {
    font-weight: bold;
    text-decoration: underline;
    color: #0050b2;
}
#writing ul li dd {
    text-indent: 1em;
}
.blue-back {
    background-color: #e5edf7;
    padding: 20px;
    text-align: justify;
}
.blue-back2 {
    background-color: #e5edf7;
    padding: 20px;
	margin-bottom: 70px;
    text-align: justify;
}
.link-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    text-indent: 0;
}
.link-button a {
    display: inline-block;
    background-color: #c69c6d;
    padding: 10px 15px;
    border-radius: 30px;
    color: #FFFFFF;
}
.link-button a:hover {
    background-color: #E3CEB7;
    color: #7B5730;
    transition: .3s;
}
#writing-inner .link-button-2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 0;
    text-indent: 0;
    font-size: 90%;
    line-height: 20px;
}
#writing-inner .link-button-2 a {
    display: inline-block;
    background-color: #0071bc;
    padding: 10px 25px 15px;
    border-radius: 30px;
    color: #FFFFFF;
	text-decoration: none;
}
#writing-inner .link-button-2 a:hover {
    background-color: #B3E0FF;
    color: #0071bc;
    transition: .3s;
}
.link-button-3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    text-indent: 0;
    font-size: 90%;
    line-height: 20px;
}
.link-button-3 a {
    display: inline-block;
    background-color: #6ab26e;
    padding: 10px 25px;
    border-radius: 30px;
    color: #FFFFFF;
}
.link-button-3 a:hover {
    background-color: #DDEDDE;
    color: #6ab26e;
    transition: .3s;
}
/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
    h2 {
        padding: 15px;
        margin-bottom: 60px;
        font-size: 140%;
    }
    #writing {
        padding: 15px 0 0;
    }
}</pre></body></html>