@charset "UTF-8";



/* org-block 各団体の案内　=================== */

/* 共通指定 */
img {
    width: 100%;
    height: auto;
}

.container {
    width: calc(100% - 30px);
    max-width: 450px;
    margin:40px auto;
}
.org-block, .aside-block {
    width: 100%;

}
.org-block > div {
    position: relative;
    width: 100%;
    background-color: var(--bar-sub);
    padding-bottom: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.org-block .marks {
    position: absolute;
    top: 15px;
    left: 15px;
}
.org-block .number-style {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-radius: 3px;
}
.category {
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
}
.org-block .denken-mark {
    width: 42px;
}
.tech-name {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
.list-name {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #bbb;
    width: calc(100% - 60px);
    margin:10px auto 0;
    padding-top: 10px;
}
.site-link {
    text-align: center;
    font-size: 1.4rem;
}
.site-link a {
    text-decoration: none;
}
.site-link a::before {
    content: ">";
    margin-right: 5px;
}
.site-link a:hover {
    opacity: 0.7;
}
.text {
    padding: 0 30px;
    margin-top: 15px;
    font-size: 1.6rem;
}
ruby rt {
    margin-bottom: -5px;
}
.yukei .category {
    background-color: var(--bar-1);
}
.yukei .number-style, .yukei .tech-name {
    color: var(--bar-1);
    margin-bottom: 3px;
}
.yukei-mukei .category {
    background-color: var(--bar-2);
}
.yukei-mukei .number-style, .yukei-mukei .tech-name {
    color: var(--bar-2);
}
.mukei .category {
    background-color: var(--bar-3);
}
.mukei .number-style, .mukei .tech-name {
    color: var(--bar-3);
}
/* -------------------------- */

/* .ph-mark {
    position: absolute;
    width: 60px;
    top: -10px;
    left: -10px;
} */
/* .ph-block {
    width: calc(100% - 30px);
    margin: auto;
}
.ph-block figure {
    position: relative;
    margin-top: 5px;
    width: 100%;
    height: auto;
}

.ph-block figcaption {
    margin-top: 8px;
    font-size: 1.5rem;
    text-align: center;
}

.block-jitsuen {
    outline: 1px solid #900;
    padding: 6px;
    border-radius: 5px;
    position: relative;

}
.block-jitsuen div {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.block-jitsuen p {
    margin-left: 13px;
    margin-top: 6px;
    font-size: 1.6rem;
    color: #900;
} */



@media screen and (min-width: 667px) {
    .tech-name br {
        display: none;
    }
    /* 但し以下は改行維持 */
    #shajiyane-japan .tech-name br {
            display: block;
        }
        .list-name br {
            display: none;
        }
    }

    @media screen and (min-width: 768px) {

        .list-name {
            font-size: 1.8rem;
            padding-top: 15px;
        }
        ruby rt {
            margin-bottom: 0;
        }
        #shajiyane-japan .list-name br {
            display: none;
        }
    }
    @media screen and (min-width: 1024px) {

    }


    @media screen and (min-width: 1366px) and (orientation: landscape) {
        .container {
            margin-top: 0;
        }


        .org-block .number-style {
            width: 50px;
            height: 50px;
            font-size: 2.4rem;
        }
        .category {
            font-size: 2.2rem;
            padding: 15px 0;
        }
        .org-block .denken-mark {
            width: 50px;
        }
        /* .ph-mark {
            width: 80px;
            top: -20px;
            left: -10px;
        } */
        .tech-name {
            font-size: 3.2rem;
            line-height: 1.8;
            margin-top: 30px;
        }
        .list-name {
            font-size: 2.2rem;
            font-weight: 500;
            margin:30px auto 0;
            padding-top: 20px;
        }
        .site-link {
            text-align: center;
            font-size: 1.7rem;
            margin-top: 5px;
        }
        .text {
            font-size: 1.7rem;
            line-height: 1.7;
        }

    }

    @media screen and (min-width: 1500px) and (orientation: landscape) {
        .container {
            max-width: 600px;
        }

    }
