#sec01 section {
    margin-bottom: 45px;
}

#sec01 .top_image .main_text {
    max-width: 1000px;
}

#sec01 .top_image h1.title {
    font-size: 4em;
    margin-top: 0px;
}

#sec01 .main_text img#text1 {
    width: 206px;
}

#sec03 table {
    border-collapse: collapse;
    width: 80%;
    font-size: 20px;
    margin: 0 auto;
}

#sec03 th {
    border: solid 1px #666666;
    color: #000000;
    background-color: #ff9999;
}

#sec03 td {
    border: solid 1px #fff;
    color: #fff;
    padding: 0.5em;
}

#sec03 td.t-left {
    width: 40%;
    padding-top: 0.8em;
}

#sec03 td.t-right {
    width: 60%;
    padding-top: 1em;
}

#sec03 td rt {
    text-align: center;
}

#sec03 td rt.right {
    text-indent: 2em;
}

#sec03 p.table-title {
    border: none;
    text-align: left;
    margin-left: 4em;
    font-size: 20px;
    padding: 0.5em 0;
}


@media screen and (min-width: 1280px) {

    #sec01 .main_text img#text1 {
        width: 206px;
    }

    #sec01 .main_text img#text2 {
        width: 211px;
    }

    #sec01 .top_image {
        background-size: 1000px;
    }
}

@media screen and (max-width: 850px) {
    #sec01 .main_text img#text1 {
        width: 35%;
        max-width: 26vw;
        height: calc(30% * 1.884057971014493);
    }
}

@media screen and (max-width: 768px) {

    #sec01 .top_image .main_text {
        padding: 1em 1em 0 0;
    }
}

@media screen and (max-width: 500px) {

    #sec01 .top_image h1.title {
        font-size: 3em;
    }

}

@media screen and (max-width: 400px) {

    #sec01 .top_image h1.title {
        font-size: 2.6em;
    }

}
