body{
    margin: 0px;
    font-family: 'M PLUS 1p', sans-serif;
    color: #444466;
    background-color: #d5dce4;
}

div.header{
    background-color: #fff;
}

h1{
    max-width: 100%;
    font-size: 42px;
    font-weight: 100;
    margin: 18px 32px;
    color: #ff7cbe;
    text-shadow: #ffb1d8 0 0 5px, #ffb1d8 0 0 15px;
    display: inline-block;
}

div.nav{
    margin: 12px 0px 28px 32px;
    display: inline-block;
    vertical-align: middle;
}

.nav ul{
    display: flex;
    padding: 0px;
    margin: 0px;
}

.nav li{
    list-style: none;
    padding: 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
}
.nav a{
    color: #444466;
    text-decoration: none;
    transition: .3s;
}
.nav a:hover{
    color: #2FBCBD;
}

.topimage img{
    width: 100%;
}

h2{
    text-align: center;
    margin: 0px;
    padding: 100px 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 70px;
}

h3{
    text-align: center;
    margin: 0px;
    padding: 45px 0px;
    font-weight: 700;
    font-size: 42px;
    background: -moz-linear-gradient(left,#fff,rgba(255,255,255,0));
    background: linear-gradient(to right,#fff,rgba(255,255,255,0));
}

a{
    color: #ff55aa;
    text-decoration: none;
    transition: .3s;
}
a:hover{
    color: rgba(255, 85, 170, 0.5);
}

p{
    font-size: 28px;
    font-weight: 500;
}
div.prgph{
    width: 1024px;
    margin: 28px auto;
    position: relative;
}
.prgph p{
    position: absolute;
}
.prgphspan{
    display: inline-block;
    margin: 6px 0px;
    padding: 6px;
    background-color: rgba(255,255,255,0.9);}
.prgph img{
    margin: -32px 0 -32px 0;
}
.spansnp{
    color: #fff;
    background-color: rgba(0, 136, 3, 0.9);
    padding: 10px;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
}
.spanswp2{
    color: #fff;
    background-color: rgba(0, 104, 183, 0.9);
    padding: 10px;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
}
.row0{
    bottom: 0px;
}
.row1{
    bottom: 45px;
}

img.routemap{
    width: 100%;
    margin: 28px 0 28px 0;
}

div.download{
    width: 512px;
    margin: 28px auto;
}
.download img{
    width: 512px;
    margin: 16px 0 16px 0;
    transition: .3s;
}
.download img:hover{
    opacity: 0.7;
}

.faqprgph{
    width: 1024px;
    margin: 28px auto;
}

iframe{
    display: block;
    margin: 12px auto 64px auto;
    width: 1024px;
    height: 768px;
    max-width: 100%;
    background-color: rgba(255,255,255,0.7);
}

.katamachi{
    width: 100%;
    height: 25vw;
    margin: 3vw 0;
    background-image: url('index.files/katamachi.png');
    background-size: contain;
    transition: .3s;
}
.katamachi:hover{
    background-image: url('index.files/katamachi-hover.png');
}

.junkdata{
    width: 100%;
    height: 25vw;
    margin: 3vw 0;
    background-image: url('index.files/junkdata.png');
    background-size: contain;
    transition: .3s;
}
.junkdata:hover{
    background-image: url('index.files/junkdata-hover.png');
}

a.twilogo{
    text-decoration: none;
}

.twilogo div{
    width: 420px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: .3s;
}
.twilogo div:hover{
    background-color: rgba(255,255,255,1);
}

.twilogo img{
    width: 80px;
    padding: 30px;
}

.twilogo p{
    color: #1D9BF0;
    margin: 0px;
    padding: 30px 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
}

div.footer{
    background-color: #fff;
}

.footer p{
    margin: 0px;
    padding: 32px;
    font-size: 18px;
    font-weight: 400;
}
