section {
    background-image: url(../img/flag_left.png), url(../img/flag_right.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}

article {
    padding: 1rem 0;
    margin: 1rem auto;
}

h3 {
    display: inline-block;
    color: rgb(7, 99, 179);
    text-align: center;
    text-decoration: underline;
    margin: 0 auto;
    padding: 1rem;
}

h3 img {
    display: inline;
    width: 3rem;
    height: auto;
    margin: 1.5rem 0.5rem -0.5rem 0;
}

table,
tbody,
tr,
th,
td {
    display: block;
}

table {
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 1em;
    margin: 0 auto;
    background-image: url(http://ohisamakodomo-cl.jp/wp/wp-content/themes/ohisama/image/19.jpg);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.t1 {
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    color: #F47A00;
    font-weight: 600;
    padding: 0.2rem;
}

.t2 {
    border-bottom: 1.2px dotted #1b6911;
    vertical-align: middle;
    padding: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

.t2 a {
    font-size: 1.5rem;
    font-weight: 600;
}

.t2 img {
    display: inline;
    width: 2rem;
    height: auto;
    margin: 1.5rem 0.5rem 0 0;
}

.t2 p {
    margin: 0;
    padding-left: 2rem;
    text-indent: -1rem;
    line-height: 1.5rem;
}

.kome {
    color: #e05847;
    font-weight: 600;
}

.senyou {
    color: #e66959;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0.5rem;
}

#flow {
    width: 100%;
    border: 5px solid #FFE4C4;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 1em;
    margin: 0 auto;
    background-image: url(http://ohisamakodomo-cl.jp/wp/wp-content/themes/ohisama/image/19.jpg);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

table ul {
    margin-bottom: 2rem;
}

table li {
    list-style-type: circle;
    list-style-position: inside;
    padding: 0.5rem;
    border-bottom: 1px dotted brown;
}

.linkbtn2 {
    background: #65c4ff;
    border-bottom: solid 4px #7ea9fc;
    border-radius: 6px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2);
    color: white;
    display: block;
    font-weight: 800;
    height: 3rem;
    line-height: 3rem;
    margin: 1rem 0 0 0;
    padding: 0 0.5rem;
    text-align: center;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.44), 1px 1px rgba(0, 0, 0, 0.38);
    width: 16rem;
}

.linkbtn2:active {
    /*‰Ÿ‚µ‚½‚Æ‚«*/
    border-bottom: solid 2px #00BCD4;
    box-shadow: none;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.3), 1px 1px rgba(0, 0, 0, 0.3)
}

@media screen and (min-width: 1025px) {
    #top_image {
        background-image: url('../img/vaccine_varicella.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 0;
        margin: 0;
        height: 500px;
        width: 100%;
        max-width: 2000px;
        overflow: hidden;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
    }

    li {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    #top_image {
        background-image: url('../img/vaccine_varicella.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 0;
        margin: 0;
        height: 55vw;
        width: 100%;
        overflow: hidden;
    }

    .senyou {
        color: #e66959;
        font-size: 1.5rem;
        font-weight: 800;
        margin: 0 0.5rem;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
    }

    li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #top_image {
        background-image: url('../img/vaccine_varicella.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 0;
        margin-top: 60px;
        height: 55vw;
        width: 100%;
        overflow: hidden;
    }
}
