/* your styles go here */
/* Example site test */

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.bar.background-white {
    padding: 0;
}

.box-image-text .image {
    min-height: 10px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 10px;
    margin-bottom: 0px;
}

figure.center {
    text-align: center;
}

figure.center img {
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    figure img{
    width: 70vw;
    }
}

h2 {
    padding: 1rem 2rem;
    color: #fff;
    background: #8AC75A;
    -webkit-box-shadow: 5px 5px 0 #74905D;
    box-shadow: 5px 5px 0 #74905D;
}

h3 {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 6px solid #8AC75A;
}

h3:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #00cc5b;
}