<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;
}
a[target=_blank]:after {
    font-family: Hobonichi-Icons;
    content: "\e914";
    font-weight: 400;
    font-size: .8em;
    position: relative;
    top: -.2em
}
.space{
    padding-left: 1em;
} 
body{
    background-color: rgb(0,152,99);
}
body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg_footer.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.top .header{
    position: relative;
}
#global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
}
.mv{
    position: relative;
    width: 100%;
    height: 100vh;
}
.mv .mv_kobito{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(../img/ttl_main_kobito.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mv .mv_txt{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(../img/ttl_main_txt.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mv .mv_subtxt{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url(../img/ttl_main_subtxt.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mv p{
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 0;
}
.mv p.active {
    opacity: 1;
}
.yodogawa p.txt{
    max-width: 340px;
    width: 90%;
    color: #004328;
    margin: 0 auto 100px;
    font-size: 1.8rem;
    padding: 80px 200px;
}
.yodogawa p.txt span{
    font-size: 1.5rem;
}
.index{
    text-align: center;
    max-width: 960px;
    width: 95%;
    margin: 0 auto 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.index a:nth-of-type(odd){
    padding-top: 50px;
}
.index a{
    position: relative;
}
.index a.new::before{
    content: '';
    display: block;
    width: 140px;
    height: 36px;
    background-image: url(../img/icon_new.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: -31px;
    left: 15px;
}
.container{
    background-image: url(../img/bg.gif);
    background-position: center -100px;
    background-size: 100% auto;
    padding: 150px 0 100px;
    z-index: -1;
}
.container a{
    color: #f4a470;
    text-decoration: none;
}
#global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
}
.yodogawa2 h3 {
    margin: 0 auto;
    max-width: 880px;
    width: 95%;
    height: 296px;
    content: '';
    background: url(../img/ttl_33qa.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.yodogawa2{
    border-bottom: dotted #014428 7px;
}
.yodogawa2 p.txt{
    max-width: 420px;
    width: 90%;
    color: #004328;
    margin: 40px auto;
    font-size: 1.8rem;
    padding: 80px 200px;
}
.qa{
    border-bottom: dotted #014428 7px;
    padding: 100px 0;
}
.qa .ttl{
    font-size: 5.2rem;
    text-align: center;
    margin: -6px auto 50px;
}
.qa_q{
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    padding: 80px 0 50px;
    color: #ffffff;
    background-color: #009763;
    border-radius: 30px;
}
.qa_q .inner,.qa_a{
    max-width: 560px;
    margin: 0 auto;
}
.qa_q h4{
    font-size: 2.4rem;
    line-height: 1.8;
    border: 3px solid;
    padding: 0 .5em;
    margin-bottom: 1em;
    border-radius: 30px;
    display: inline-block;
}
.qa_q .txt{
    font-size: 2rem;
    line-height: 1.8;
    padding: 0 0 20px;
}
.qa_q .by{
    text-align: right;
}
.qa_a{
    padding-top: 50px;
}
.qa_a h4{
    font-size: 2.4rem;
    line-height: 1.8;
    border: 3px solid;
    padding: 0 .5em;
    margin-bottom: .5em;
    border-radius: 30px;
    display: inline-block;
}
.qa_a .txt{
    font-size: 2rem;
    padding-bottom: 2em;
}
.qa_a .prof_box{
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer;    
}
.qa_a .prof_name{
    font-size: 2.2rem;
    line-height: 1.4;
    padding-right: 10px;
    white-space: nowrap;
}
.qa_a .prof_name img{
    height: 2rem;
    width: auto;
    padding-right: 10px;
}
.qa_a .prof_name img{
    height: 2.5rem;
    width: auto;
    padding-right: 10px;
    margin-bottom: -6px;
}
.qa_a .prof_name span{
    font-size: 1.6rem;
    display: block;
}
.qa_a .prof_box:hover{
    -webkit-transition: opacity .15s ease .1s;
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.qa_a .prof_img{
    line-height: 0;
}
.qa_a .popup {
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
}
.qa_a .popup.active {
    z-index: 100;
    opacity: 1;
}
.qa_a .popup .box {
    background-color: #ffffff;
    text-align: center;
    width: 600px;
    max-height: 90vh;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: -2;
    overflow: scroll;
}
.qa_a .popup.active .box{
    z-index: 2;
}
.qa_a .popup .box h2{
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: left;
}
.qa_a .popup .box h2.font_s{
    max-width: 520px;
}
.qa_a .popup .box h2 span{
    font-size: 2rem;
}
.qa_a .popup .box .text{
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.7;
    padding-top: 1em;
    overflow: scroll;
}
.qa_a .popup .box .text.font_s{
    max-width: 520px;
    font-size: 1.4rem;
}
.qa_a .popup .box .text a{
    display: inline;
    color: #f4a470;
    text-decoration: none;
    padding-bottom: 0;
}
.qa_a .popup .box &gt; .close {
    width: 97%;
    position: relative;
    text-align: right;
    right: 0;
    bottom: -20px;
    cursor: pointer;
}
.qa_a .popup .box &gt; .close img{
    width: 38px;
}

.qa_a .popup &gt; .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.acbox{
    /* width: auto; */
    width: 98%;
    margin: 0 auto;
    font-size: 0px;
    border-top: dotted #ffffff 5px;
    margin-top: 20px;
}
.acbox label{
    width: auto;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    display: block;
    padding: 40px 0 0;
    cursor: pointer;
    color: #fff;
}

.acbox label:hover{
opacity: .5;
}

.acbox input{
display: none;
}

.acbox label:after{
    color: #fff;
    width: 26px;
    height: 19px;
    background-image: url(../img/icon_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    margin-top: 13px;
    top: 50%;
    left: calc(50% + 6.1em);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.acbox input:checked ~ label::after {
    background-image: url(../img/icon_up.png);
    margin-top: 8px;
}

.acbox div{
    height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    max-width: 560px;
    margin: 0 auto;
}

.acbox input:checked ~ div{
    height: auto;
    padding: 18px 0 0;
    opacity: 1;
}

.acbox-under{
    font-size: 1.5rem;
}

.conv{
    padding: 100px 0;
}
.conv dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 620px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
    margin-bottom: 2em;
}
.conv dl dt {
    width: 20%;
    padding-top: .05em;
}
.conv dl dd {
    width: 80%;
    word-break: normal;
}
.conv .font_s{
    font-size: 1.4rem;
}
.conv .info{
    text-align: center;
    padding-top: 2em;
    font-size: 1.8rem;
}
.conv .indent{
    text-align: left;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.5rem;
}
.nav{
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.hide{
    visibility: hidden;
}
.banner{
    background-color: #009863;
}
.banner img{
    width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width: 768px){
    body::before {
        background-image: url(../img/bg_footer_sp.jpg);
        background-size: cover;
    }
    .mv .mv_kobito{
        background-image: url(../img/ttl_main_kobito_sp.png);
        background-size: cover;
    }
    .mv .mv_txt{
        background-image: url(../img/ttl_main_txt_sp.png);
        background-size: cover;
    }        
    .mv .mv_subtxt{
        background-image: url(../img/ttl_main_subtxt_sp.png);
        background-size: cover;
    }        
    .yodogawa p.txt{
        font-size: 1.5rem;
        padding: 0;
    }
    .yodogawa2 {
        border-bottom: none;
    }
    .yodogawa2 p.txt{
        padding: 0;
        margin: 40px auto;
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .yodogawa2 h3 {
        width: 90%;
        height: 0;
        padding-top: 44.83%;
        background: url(../img/ttl_33qa_sp.png) no-repeat;
        background-size: contain;
    }
    .qa {
        border-bottom: dotted #014428 5px;
        padding: 50px 0 30px;
    }
    .qa .ttl{
        font-size: 3.5rem;
        margin: -50px auto 0;
    }
    .qa_q .inner{
        padding: 0 20px;
    }
    .qa_q h4 {
        font-size: 1.8rem;
        line-height: 1.8;
        border: 2px solid;
    }
    .qa_q{
        padding: 30px 0 10px;
        border-radius: 0;
        width: 100%;
    }
    .qa_q .txt {
        font-size: 1.5rem;
    }
    .qa_q .by {
        font-size: 1.2rem;
    }
    .acbox label{
        font-size: 1.4rem;
        padding: 10px 0 0;
    }
    .acbox label:after {
        font-size: 1.4rem;
        margin-top: -2px;
    }
    .acbox input:checked ~ label::after {
        margin-top: -8px;
    }
    .acbox input:checked ~ div {
        padding: 10px;
    }
    .qa_a{
        padding: 30px 20px 0;
    }
    .qa_a h4 {
        font-size: 1.8rem;
        line-height: 1.8;
        border: 2px solid;
    }
    .qa_a .txt {
        font-size: 1.5rem;
    }
    .qa_a .prof_box{
        display: block;
    }
    .qa_a .prof p img{
        width: 50%;
    }
    .qa_a .prof_name {
        font-size: 1.5rem;
        padding-right: 0;
        white-space: normal;
    }
    .qa_a .prof_name span{
        font-size: 1.2rem;
        display: inline-block;
    }
    .qa_a .prof_name img {
        height: 1.4rem;
        margin-bottom: -2px;
    }
    .qa_a .popup .box{
        width: 90%;
        padding: 20px 10px 0;
    }
    .popup .box h2 {
        font-size: 1.8rem;
    }
    .qa_a .popup .box h2 span {
        font-size: 1.6rem;
    }
    .qa_a .popup .box .text {
        font-size: 1.4rem;
        text-align: left;
    }
    .qa_a .popup .box .text.font_s {
        font-size: 1.2rem;
    }
    .qa_a .popup .box &gt; .close img {
        width: 25px;
    }
    .qa_a .popup .box &gt; .close {
        width: 100%;
        position: relative;
        text-align: right;
        padding-top: 10px;
        right: 0;
        bottom: 0;
    }
    .conv {
        padding: 30px 0;
    }
    .conv dl{
        display: block;
        font-size: 1.5rem;
    }
    .conv dl dt{
        width: 100%;
        margin-bottom: 0;
        padding-top: 0;
    }
    .conv dl dd {
        width: 100%;
        margin-bottom: 1em;
    }
    .conv .font_s{
        font-size: 1.3rem;
    }    
    .conv .info{
        font-size: 1.5rem;
    }
    .conv .indent{
        width: 90%;
        margin: 0 auto;
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .nav {
        padding: 20px 0;
    }
    .nav li{
        width: 20%;
    } 
    .column{
        padding: 50px 0;
    }
    .column .img{
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 1024px) and (min-height: 1100px){
    body::before {
        background-image: url(../img/bg_footer_sp.jpg);
        background-position: center center;
        background-size: 100% auto;
        background-color: rgb(0,152,99);
    }
    .mv .mv_kobito{
        background-image: url(../img/ttl_main_kobito_sp.png);
        background-position: center center;
        background-size: 100% auto;
    }
    .mv .mv_txt{
        background-image: url(../img/ttl_main_txt_sp.png);
        background-position: center center;
        background-size: 100% auto;
    }
    .mv .mv_subtxt{
        background-image: url(../img/ttl_main_subtxt_sp.png);
        background-position: center center;
        background-size: 100% auto;
    }
}
@media (max-width: 375px) and (min-height: 620px){
    body::before {
        background-image: url(../img/bg_footer_sp.jpg);
        background-position: center bottom;
        background-size: contain;
        background-color: rgb(0,152,99);
    }
    .mv .mv_kobito{
        background-image: url(../img/ttl_main_kobito_sp.png);
        background-position: center bottom;
        background-size: contain;
    }
    .mv .mv_txt{
        background-image: url(../img/ttl_main_txt_sp.png);
        background-position: center bottom;
        background-size: contain;
    }
    .mv .mv_subtxt{
        background-image: url(../img/ttl_main_subtxt_sp.png);
        background-position: center bottom;
        background-size: contain;
    }
}
@media (max-width: 414px) and (min-height: 680px){
    body::before {
        background-image: url(../img/bg_footer_sp.jpg);
        background-position: center bottom;
        background-size: contain;
        background-color: rgb(0,152,99);
    }
    .mv .mv_kobito{
        background-image: url(../img/ttl_main_kobito_sp.png);
        background-position: center bottom;
        background-size: contain;
    }
    .mv .mv_txt{
        background-image: url(../img/ttl_main_txt_sp.png);
        background-position: center bottom;
        background-size: contain;
    }
    .mv .mv_subtxt{
        background-image: url(../img/ttl_main_subtxt_sp.png);
        background-position: center bottom;
        background-size: contain;
    }
}
@media screen and (max-width: 640px){
    .index{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .index a:nth-of-type(odd){
        padding-top: 30px;
    }
    .index a:nth-of-type(1){
        width: 33%;
    }
    .index a:nth-of-type(2){
        width: 34%;
    }
    .index a:nth-of-type(3){
        width: 50%;
    }
    .index a:nth-of-type(4){
        width: 48%;
    }
    .index a.new::before{
        width: 75%;
        height: 0;
        padding-top: 25.8%;
        top: -24px;
        left: 13%;
    }
    .container {
        background-image: url(../img/bg_sp.png);
        background-position: center top;
        padding: 40px 0 0;
    }
}</pre></body></html>