@charset "utf-8";
body {
    font-size: 16px;
    line-height: 1.5rem;
    background: #eee;
    color: #333;
}
.pan a, #FT nav ul li a {
    text-decoration: none;
}
#mein {
    width: 96%;
    margin: 0 auto;
}
.udf ul {
    display: flex;
}
.udf ul li {
    flex: 1;
}
.keshigomu {
    display: none;
}
.kurobo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: normal;
}
/* 自衛官になるには・各採用案内用 */
.box {
    width: 100%;
    margin: 10px auto;
    background: #fff;
    padding: 10px;
    border: solid 2px #bbb;
    border-radius: 10px;
}
.box-img {
    width: 100%;
    margin-bottom: 10px;
}
.box-img img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px 10px 0 0 ;
}
.box-txt a {
    text-decoration: none;
}
/* 各採用案内の中のボタン */
.annai-box {
    width: 100%;
    margin: 20px auto;
    display: flex;
}
.annai-box-f {
    flex: 1;
    margin-right: 10px;
    background: #45A1CF;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    border: solid 2px #01046f;
}
.annai-box-f a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
.annai-box-f:hover {
    background: #F9DB57;
}
.annai-box-f a:hover {
    color: #333;
}
.annai-box .annai-box-f:last-child {
    margin-right: 0;
}
/* ぺこぽこ */
.pekopeko {
    animation: pekopeko 2s infinite;
    box-shadow: 0 5px 0 #962c0bb5;
}
@keyframes pekopeko {
    0% {
        box-shadow: 0 5px 0 #962c0b;
        top: 0px;
    }
    10% {
        box-shadow: 0 0 0 #962c0b;
        top: 3px;
    }
    20% {
        box-shadow: 0 5px 0 #962c0b;
        top: 0px;
    }
    30% {
        box-shadow: 0 0 0 #962c0b;
        top: 3px;
    }
    40% {
        box-shadow: 0 5px 0 #962c0b;
        top: 0px;
    }
}
/* ＰＣデバイス */
@media (min-width: 769px){
    #wakuwaku {
        display: flex;
    }
    article {
        flex: 1;
        margin-right: 30px;
    }
    aside {
        width: 230px;
    }
    #syo-box .box {
        width: 100%;
        display: flex;
        align-items: center;
    }
    #syo-box .box .box-img {
        flex: 1;
        margin-right: 20px;
    }
    #syo-box .box .box-txt {
        flex: 1;
    }
    #dai-box {
        width: 100%;
        overflow: hidden;
    }
    #dai-box .box {
        width: 320px;
        float: left;
        margin-right: 15px;
        height: 280px;
        position: relative;
    }
    .annai-box {
        width: 93%;
        position: absolute;
        bottom: 0;
    }
}