@font-face {
font-family: ロゴたいぷゴシック;
src: url('https://cdn.leafscape.be/logotype/logotype_web.woff2')
format("woff2");
}

body {
margin: 0;
padding: 0;
font-family: 'Actor',"メイリオ",sans-serif;
font-size: 14px;
text-align: justify;
line-break: strict;
word-break : break-word;
word-wrap: break-word;
overflow-wrap: break-word;
}

from,input,button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
}
.menu {
position: fixed;
background: #5afcec;
width: 100%;
height: auto;
padding: 1em 0;
justify-contents: center;
text-align: center;
}

a{
margin: 0 5px;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
color: #fff;
font-weight: 100;
background: #fc5a93;
border-radius: 3px;
text-decoration: none;
-webkit-transition:all .4s;
transition:all.4s;
display:inline-block;
}

a:hover {
background: #6afc5a;
}

#wrp{
    margin: 0 auto;
    margin-bottom: 2em;
    height: auto;
    max-width: 600px;
    padding: 45px 5% 0 5%;

}

#ttl {
font-family: 'ロゴたいぷゴシック',"メイリオ";
font-size: 2em;
margin: 0;
}

#dtl {
font-size: 12px;
padding-top: 19px;
color: #aaa;
border-top: solid 1px #d6d6d6;
}


#txt {
    font-family: '游明朝',"メイリオ";
    font-size: 11px;
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    vertical-align: middle;
    text-align: left;
    justify-items: right;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    column-count: auto;
    column-fill: balance-all;
    column-width: 15rem;
    column-rule: solid 1px #efefef;
    column-gap: 3em;
    width: 90%;
    height: 75%;
}

#dream {
    width: 100%;
    height: auto;
    margin-top: 2em;
}

input[type="text"],button {
    margin: 0 3px;
    text-align: center;
    border: solid 1px #5afcec;
    border-radius: 3px;
}

input[type="text"] {
    width: 100px;
}

button {
    width: 50px;
    color: #fff;
    background-color: #5afcec;
    font-weight: 100;
}
#list {
    font-family: '游明朝',"メイリオ";
    vertical-align: middle;
    text-align: left;
    justify-items: right;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    column-count: auto;
    column-width: 15rem;

}
#list a {
    color: #000;
    font-weight: 100;
    background: none;
}
#box1 {
margin: 2em auto;
padding: 20px 15px 15px 15px;
background: #fff;
border: double 4px #d6d6d6;
border-radius:4px;
text-align: center;
}

@media screen and (min-width: 480px){
    #txt {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
    
}
@media screen and (min-width:1024px) {
    #wrp {
        min-width: 75%;
    }
    #ttl {
        font-size: 3em;
    }
    #dtl {
        font-size: 14px;
    }
    #txt {
        font-size: 18px;
        column-width: 30rem;
        
    }
}