@charset "UTF-8";

/*------------------------------------------------------------
    overview.html
------------------------------------------------------------*/
.overview_menuList {
    background-color: #F4FAFF;
    padding: 8px 0;
    margin-bottom: 33px;
}
.overview_menuList li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--main-blue);
    padding: 11px 20px;
}
.overview_menuList li a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f107";
    color: var(--main-blue);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media print, screen and (min-width: 770px) {
    .overview_menuList {
        display: flex;
        padding: 0;
    }
    .overview_menuList li {
        margin-right: 90px;
    }
    .overview_menuList li a {
        padding: 30px;
    }
    .overview_menuList li a::after {
        right: 5px;
    }
}

.overview_frame {
    width: 100%;
    box-sizing: border-box;
}
#overview_frame01 {
    height: 130px;
}
#overview_frame02 {
    height: 6450px;
}
#overview_frame03 {
    height: 2075px;
}
#overview_frame04 {
    height: 1100px;
}
@media print, screen and (min-width: 770px) {
    #overview_frame01 {
        height: 115px;
    }
    #overview_frame02 {
        height: 4835px;
    }
    #overview_frame03 {
        height: 1885px;
    }
    #overview_frame04 {
        height: 860px;
    }
}
