body {
    background-color: rgb(251, 246, 243);
}

.Head_Top {
    height: 9.5vh;
}

.content_Show {
    position: relative;
    margin: 0 auto;
    padding-top: 3vh;
    padding-bottom: 5vh;
    width: 80%;
    /* background-color: pink; */
}

.head_title {
    margin-bottom: 2vh;
    padding: 0.3vh 0vw;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgb(0, 0, 0);
}

.head_title img {
    width: 7vw;
    line-height: 0;
}

.head_title p {
    margin-left: 0.8vh;
    font-size: 5vw;
    color: rgb(0, 0, 0);
}

.setSize {
    margin-top: 2.5vh;
}

.content_Show .format {
    margin-bottom: 1vw;
    font-size: 4vw;
    text-indent: 2em;
    line-height: 5vw;
}

.content_Show .def_text {
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 5vw;
}

.content_Show b {
    display: block;
    margin-bottom: 0.5vh;
    font-size: 5vw;
    font-weight: 600;
}

.bottom_Zone {
    height: 7.5vh;
    line-height: 7.5vh;
    font-size: 5.2vw;
}

.bottom_Zone {
    font-size: 2.5vw;
}