h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #001871;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 2.3rem;
}
section {
    margin-top: 80px;
}
.innerBox {
    background: #F2FBFF;
}
.innerContents {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
    img {
        width: 100%;
    }
}
.innerContents_inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    img {
        margin-bottom: 6px;
    }
}
.innerBox_wrap {
    display: flex;
    justify-content: space-between;
}
.innerBox_box {
    width: 32%;
    background: #F2FBFF;
}
.cautionList_img {
    display: flex;
    gap: 12px;
    margin-right: 20px;
}
.innerBlockB02 {
    max-width: 960px;
    margin: 0 auto;
}
.imgBlockD {
    display: flex;
    gap: 10px;
    margin: 40px 0;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    img {
        width: 88px;
        height: 88px;
    }
    strong {
        display: block;
        font-weight: 700;
        margin-bottom: 8px;
    }
}
.speechBubble_y {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    padding: 20px 16px;
    border-radius: 12px;
    background-color: #fdf5cd;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    span {
        padding: 6px 20px 10px;
        color: #001871;
        display: inline-block;
        position: absolute;
        top: -32px;
        right: 0;
        background-color: #FFE667;
        border-radius: 6px;
        z-index: -10;
        font-weight: 700;
    }
}
.speechBubble_y::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fdf5cd transparent transparent;
    translate: -100% -50%;
}
.speechBubble_b {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    padding: 20px 16px;
    border-radius: 12px;
    background-color: #def5ff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    span {
        padding: 6px 20px 10px;
        color: #001871;
        display: inline-block;
        position: absolute;
        top: -32px;
        left: 0;
        background-color: #A8E4FF;
        border-radius: 6px;
        z-index: -10;
        font-weight: 700;
    }
}
.speechBubble_b::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #def5ff;
    translate: 100% -50%;
}
.speechBubble_g {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    padding: 20px 16px;
    border-radius: 12px;
    background-color: #eafeda;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    span {
        padding: 6px 20px 10px;
        color: #001871;
        display: inline-block;
        position: absolute;
        top: -32px;
        right: 0;
        background-color: #B8FF80;
        border-radius: 6px;
        z-index: -10;
        font-weight: 700;
    }
}

.speechBubble_g::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    border-color: transparent #eafeda transparent transparent;
    translate: -100% -50%;
}

#anc04 table {
    max-width: 550px;
    margin: 30px auto;
    th, td {
        text-align: center;
        vertical-align: middle;
    }
}

.small_txt {
    font-size: 1.2rem;
}
small {
    display: block;
    text-align: right;
}