@charset "UTF-8";
/* CSS Document */


/* layout02 */

.contents-box .layout02 p {
    font-family: var(--sub-font);
    font-weight: var(--base-weight2);
    font-size: 22px;
    letter-spacing: 0.15em;
}

/* layout03 */

.layout03 {
    background-color: #FFF;
    border-radius: 12px;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 20px;
    margin-top: 30px;
}

.layout03 h6 {
    font-family: var(--sub-font);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 6px 0px;
    border-radius: 60px;
    text-align: center;
    width: 120px;
    background-color: var(--color-sub4);
}

.layout03 p {
    flex: 1;
    font-family: var(--sub-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub4);
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
}



.sp-view {
    display: none;
}
