@charset "utf-8";

body
{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 15px;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    background-color: #b5f7d6;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
}

div.iframe
{
    width: 100%;
    padding: 5px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
}

h1
{
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 8px 0;
    background-color: #66cc99;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    clear: both;
}

h2 {
    width: 99%;
    margin: 30px 0.5% 5px 0.5%;
    color: #FFFFFF;
    line-height: 1;
    font-size: 24px;
    padding: 10px 0 10px 24px;
    border-radius: 32px 0;
    background-color: #774d31;
}

body > div.cate
{
    width: 19.4%;
    margin: 0.3%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    background-color: #774d31;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

body > div.cate:after
{
    content: "\02192";
}

body > a
{
    width: 19.4%;
    margin: 0.3%;
    padding: 10px;
    display: block;
    float: left;
    box-sizing: border-box;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    background-color: #66cc99;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
}

@media screen and (max-width: 500px)  {
    body > a
    {
        width: 32.3%;
    }
}

body > a:hover
{
    background-color: #774d31;
    color: #FFFFFF;
}

body > a > img
{
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 10px 0;
}

body > a > div.type
{
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 16px;
}

body > div.link-list
{
    width: 100%;
    margin: 5px 0 0 0;
    overflow: hidden;
}

body > div.link-list > a
{
    display: block;
    width: 49%;
    margin: 0.5%;
    padding: 4px 8px 4px 30px;
    background-color: #bfa836;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    float: left;
}


body > div.link-list > a::before
{
    width: 18px;
    height: 100%;
    content: "\025bc";
    position: absolute;
    top: 0;
    left: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
}