@charset "UTF-8";

.main-common p {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: left;
}

.main-common ul {
    text-align: left;
    margin-bottom: 40px;
}

.main-common li {
    line-height: 1.6;
    font-size: 16px;
    list-style-type: disc;
}

.main-common h2 {
    text-align: left;
    margin: 20px 0;
    font-size: 1.5rem;
}

.menubox-frame {
    display: none;
}

.site-title {
    width: 254px;
}

.tool-box {
    overflow: hidden;
}

.tool-box li {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
}

.tool-box li a {
    display: block;
    padding: 20px 8px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width:1180px) {

    .header-inner {
        overflow: hidden;
    }

    .logobox-menu {
        width: 50%;
        float: left;
        position: inherit;
    }

    .menubox-frame {
        display: inline;
        width: 50%;
        float: right;
        position: inherit;
    }

    .menubox-frame ul li {
        text-align: right;
    }

    .menubox-frame ul li a {
        line-height: 60px;
        text-decoration: none;
        color: #000000;
        font-size: 14px;
        text-align: right;
        padding: 0 4px;
    }
}

@media screen and (max-width: 992px) {
    .responsive-img {
        width: inherit;
    }
}

@media screen and (max-width: 768px) {
    .site-title {
        width: 180px;
    }

    .tool-box li {
        width: 50%;
        float: left;
        list-style: none;
        text-align: center;
        padding: 8px;
        box-sizing: border-box;
    }
}