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


#futureArea{
    position: relative;
    width:1024px;
    height:560px;
    margin: 0 auto;
    border: #ddd solid 1px;
    margin-top: 86px;
    margin-bottom: 60px;
    padding: 42px;
}
#future_title{
    margin-bottom: 40px;
}
#future_lead{
    position: relative;
    color: #211815;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 1.8px;
    text-align: justify;
    width:456px;
    font-feature-settings:"palt";/*確認 */
}
#future_map{
    position: absolute;
    right: 42px;
    top:184px;
}
#map_btn{
    position: absolute;
    right: 42px;
    top:469px;
    width:440px;
    height: 50px;
    background: url(../img/map_btn.png) no-repeat;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.5px;
    padding: 16px 0 0 21px;
}
#guidemap_btn{
    position: absolute;
    right: 42px;
    top:469px;
}
#guidemap_btn_arr{
    position: absolute;
    right: 42px;
    top:469px;
    pointer-events: none;
}


#miraiArea{
    position: relative;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    border: #ddd solid 1px;
    margin-bottom: 60px;
    padding: 0;
}
#miraiArea h2{
    color:#211815;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.2px;
    width: 100%;
    text-align: center;
    margin-top: 39px;
    padding-left: 5px;
    font-feature-settings:"palt";/*確認 */
}
#mirai_lead{
    color:#211815;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 1.95px;
    width: 940px;
    margin: 0 auto;
    text-align: left;
    margin-top: 25px;
    padding-left: 0px;
    font-feature-settings:"palt";/*確認 */
}
#miraiList{
    position: relative;
    display: block;
    margin: 30px 0 0 41px;
    font-size: 0;
}
#miraiList li{
    display: inline-block;
    margin: 0px 35px 22px 0px;
}
#app_enter_btn{
    display: none;
    text-align: center;
    margin-bottom: 40px;
}



#howtoArea{
    position: relative;
    width: 1024px;
    height: 320px;
    margin: 0 auto;
    border: #ddd solid 1px;
    text-align: center;
    margin-bottom: 172px;
    padding: 0;
}
#howtoArea h2{
    color:#211815;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.7px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 39px;
    padding: 15px 22px;
    border: #030000 solid 2px;
    font-feature-settings:"palt";/*確認 */
}
#howto_txt{
    color:#211815;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 1.7px;
    width: 940px;
    margin: 0 auto;
    text-align: left;
    margin-top: 25px;
    padding-left: 0px;
    font-feature-settings:"palt";/*確認 */
}


#appList{
    position: relative;
    display: block;
    margin: 30px 0 0 0;
    font-size: 0;
}
#appList li{
    display: inline-block;
    width: auto;
    margin: 0px 20px 20px 20px;
}
#appList li:first-child{
    display: inline-block;
    width: auto;
    margin: 0px 20px 20px 20px;
}
#appList li:last-child{
    display: inline-block;
    width: auto;
    margin: 0px 20px 20px 20px;
}






/*********** common ***********/

.sp{
    display: none !important;
}
.pc{
    display: block!important;
}

@media screen and (max-width: 767px){
    .sp{
        display: block !important;
    }
    .pc{
        display: none !important;
    }
    
    #futureArea{
        position: relative;
        width: 92%;
        height: auto;
        margin: 0 auto;
        border: #ddd solid 1px;
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 2.6%;
    }
    #future_title{
        width:100%;
        margin-bottom: 0;
    }
    #future_lead{
        position: relative;
        color: #211815;
        font-size: 26px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: 1.2px;
        text-align: justify;
        width:100%;
        font-feature-settings:"palt";/*確認 */
    }
    #future_map_sp{
        position: relative;
        right: 0;
        top:0;
        margin-top: 5%;
    }
    #guidemap_btn_sp{
        position: relative;
        right: 0;
        top:0;
    }
    
    
    #miraiArea{
        position: relative;
        width: 92%;
        height: auto;
        margin: 0 auto;
        border: #ddd solid 1px;
        margin-bottom: 60px;
        padding: 2.6%;
    }
    #miraiArea h2{
        color:#211815;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 1.5px;
        width: 100%;
        text-align: center;
        margin-top: 2%;
        padding-left: 0px;
        font-feature-settings:"palt";/*確認 */
    }
    #mirai_lead{
        color:#211815;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: 1.5px;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        margin-top: 2%;
        padding-left: 0px;
        font-feature-settings:"palt";/*確認 */
    }
    #miraiList{
        position: relative;
        display: block;
        margin: 5% 0 0 0px;
        font-size: 0;
    }
    #miraiList li{
        display: inline-block;
        width: 48%;
        margin: 0px 0% 0% 4%;
    }
    #miraiList li:nth-child(odd){
        display: inline-block;
        width: 48%;
        margin: 0px 0 0% 0px;
    }
    
    #enter_btn_sp{
        position: relative;
        margin-top: 2%;
    }
    #app_enter_btn{
        display: none;
        text-align: center;
        margin-bottom: 0px;
    }
    

    #howtoArea{
        position: relative;
        width: 92%;
        height: auto;
        margin: 0 auto;
        border: #ddd solid 1px;
        text-align: center;
        margin-bottom: 30%;
        padding: 2.6%;
    }
    #howtoArea h2{
        color:#211815;
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1.7px;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        margin-top: 3%;
        padding: 2.5% 3%;
        border: #030000 solid 2px;
        font-feature-settings:"palt";/*確認 */
    }
    #howto_txt{
        color:#211815;
        font-size: 26px;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: 1.5px;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        margin-top: 5%;
        padding-left: 0px;
        font-feature-settings:"palt";/*確認 */
    }

    #appList{
        position: relative;
        display: block;
        margin: 4% 0 0 0;
        font-size: 0;
    }
    #appList li{
        display: inline-block;
        margin: 0px 0%;
        width: 45%;
    }
    #appList li:first-child{
        display: inline-block;
        margin: 0px 3% 0 0;
        width: 45%;
    }
    #appList li:last-child{
        display: inline-block;
        margin: 0px 0 0 3%;
        width: 45%;
    }

    
    
}

@media screen and (max-width: 639px){
    
    #futureArea{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #miraiArea{
        margin-bottom: 30px;
    }
}




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