@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

@font-face
{
font-family: 和田研中角ゴシック;
src: url('https://cdn.leafscape.be/wadalab/wadalab-nakakakugo_web.woff2')
     format("woff2");
}

body {
    background: #fff;
    color: #555;
    font-size: 12px;
    font-family: 'Oswald', メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    margin: 0;
}

h1 {
    font-family: 'Oswald', '和田研中角ゴシック', メイリオ, sans-serif;
    font-size: 20px;
    margin: 50px 10px 30px;
}

h2 {
    font-family: 'Oswald', '和田研中角ゴシック', メイリオ, sans-serif;
    margin: 0 0 20px;
    padding: 0 10px 10px;
    border-bottom: solid 2px #507ea4;
    font-size: 15px;
    text-align: center;
}

a {
    color: #507ea4;
    text-decoration: none;
}

a:hover, active {
    position: relative;
    top: 0;
}

.top {
    margin: 50px 20px;
    text-align: center;
}

.text {
    width: 250px;
    margin: 20px 15px 15px;
    padding: 20px;
    background:repeating-linear-gradient(45deg,transparent 0,transparent 5px,#e5f2ff 5px,#e5f2ff 6px);
    border-radius: 20px;
}    

.ft {
    text-align: center;
    margin: 20px;
}

.ft a {
    text-decoration: none;
    padding: 2px 10px;
    margin: 0 5px;
    background:repeating-linear-gradient(45deg,transparent 0,transparent 5px,#e5f2ff 5px,#e5f2ff 6px);
}

.ft a:hover {
   background: #fff;
}

.ft span {
    text-decoration: line-through;
    padding: 2px 10px;
    margin: 0 5px;
}

.odai {
    max-width:1000px;
    margin:10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}