<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
    list-style: none;
}
body {
    background-image: url(../img/bg.gif);
    background-position: center -40px;
    background-size: 100% auto;
    z-index: -1;
}
body::before{
    display: none;
}
h1{
    margin: 150px auto 0;
    max-width: 880px;
    width: 95%;
    height: 296px;
    content: '';
    background: url(../img/ttl_33qa.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.top .header{
    position: fixed;
}
.yodogawa p.txt{
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    padding: 80px 0;
    color: #004328;
}
.yodogawa a{
    color: #f4a470;
}
.container{
    padding: 120px 0;
    background: none;
}
.container p.index{
    text-align: center;
}
.container .wrapper{
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
}
.container .off{
    opacity: .4;
    pointer-events: none;
}
.container a{
    color: #000000;
    display: block;
    padding-bottom: 45px;
    letter-spacing: .05em;
}
.container a:hover{
    -webkit-transition: opacity .15s ease .1s;
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.container .ttl div:nth-of-type(1){
    font-size: 2.8rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #008c63;
    display: inline-block;
    padding: 0 .5em;
    border-radius: 30px;
}
.container .ttl div:nth-of-type(2){
    font-size: 2.4rem;
    border-bottom: dotted 5px;
}
.container .ttl div:nth-of-type(3){
    font-size: 2.4rem;
}
.container .ttl div:nth-of-type(3) img{
    padding-right: .5em;
    margin-bottom: -7px;
}
.container .ttl div:nth-of-type(3) span{
    font-size: 2rem;
}
.container .ttl div:nth-of-type(4){
    font-size: 1.5rem;
    text-align: center;
}
.column {
    padding: 100px 0 160px;
    border-bottom: dotted 7px;
}
.qa {
    padding: 0 0 100px;
}
@media screen and (max-width: 768px){
    body {
        background-image: url(../img/bg_sp.png);
        background-position: center top;
        background-size: 100% auto;
    }
    h1 {
        width: 90%;
        height: 0;
        margin: 80px auto 0;
        padding-top: 44.83%;
        background: url(../img/ttl_33qa_sp.png) no-repeat;
        background-size: contain;
    }
    .qa {
        padding: 50px 0 30px;
    }
    .yodogawa {
        margin-top: 30px;
    }
    .yodogawa p.txt{
        font-size: 1.5rem;
        padding: 30px 0;
    }
    .container {
        padding: 50px 0;
    }
    .container .wrapper{
        padding-top: 30px;
    }
    .container p.index img{
        width: 30%;
    }
    .container .ttl div:nth-of-type(1){
        font-size: 1.8rem;
        line-height: 1.5;
        color: #ffffff;
        padding: 0 .5em;
    }
    .container .ttl div:nth-of-type(2){
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 5px 0;
        border-bottom: dotted 4px;
    }
    .container .ttl div:nth-of-type(3){
        font-size: 1.4rem;
        line-height: 1;
        padding-top: 10px;
    }
    .container .ttl div:nth-of-type(3) img{
        width: auto;
        height: 1.5rem;
        margin-bottom: -3px;
    }
    .container .ttl div:nth-of-type(3) span{
        font-size: 1.1rem;
    }
    .container .ttl div:nth-of-type(4){
        font-size: 1.1rem;
    }
    .column {
        padding: 50px 0;
        border-bottom: dotted 5px;
    }
    .column .img {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px){
}
</pre></body></html>