@charset "UTF-8";

body{
    font-family: 'BIZ UDMincho', serif;
    background-color:hsla(238, 58%, 26%, 0.982);
    margin: 0;
    height: 100%;
    min-height: 100vh; 
    color: #e6e7d9;
    line-height: 170%;
}

.top{
    width:65%;
    height:30px;
    -webkit-transform: rotate(-5%);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin: 50px auto 0;
    font-size: 1.6em;
    color: #cdd274;
}
    
.top::before,.top::after {
    border-bottom:solid 1px #cdd274;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
    
.top::before {
    left: 10px;
    top: 0;
    z-index: -1;
}
    
.top::after {
    right:6px;
    z-index: -2;}

.hako{
    border: solid 1px rgb(212, 177, 82);
    margin: .4em;
    margin-top: 5%;
    padding: .2em;
}

.midasi{
    border-left: double 4px rgb(212, 177, 82);
    padding: 2px 4px 2px 2px;
    margin: 5% 0 2% 0;
    font-size: 1.1em;

}

.link{
    background-position: left 2em;
    position: absolute;
    color: #fffbd6;
    background-color: #ff7fec;
    text-decoration: none;
    margin: 0 0 2% 3%;
    line-height: 120%;
}
