@charset "UTF-8";

/*----------楕円------------*/
a#cr+div .wrapper_item {
    justify-content: center;
    gap: 20px;
}

a#cr+div .inner_item {
    background: #7eabd2;
    color: white;
    padding: 20px 40px;
    width: 320px !important;
    height: 160px !important;
    border-radius: 50%;
    display: inline-flex;
    margin: 10px !important;
    justify-content: center;
    align-items: center;
}

a#cr+div .inner_item_txt {
    margin-top: 0;
}

@media screen and (max-width: 740px) {
    a#cr+div .wrapper_item {
    flex-direction: column;
    align-items: center;
}
}

/*-----------「藻」が持つ無限の可能性-------------*/
a#ph+div .heading.block_header_3 {
    background: transparent;
    border: 1px solid var(--i_sub_color);
}

a#ph+div .heading.block_header_3 h2.h {
    color: var(--i_sub_color);
}

/*-----------2カラム-------------*/
a#ph+div .inner_item {
    background: #5b8cb7;
    border-color: #5b8cb7;
}

a#ph+div .inner_item .heading,
a#ph+div .inner_item p {
    color: #fff;
}

a#ph+div .heading.block_header_4 .h {
    font-size: 2.0rem;
}

/*----------正円(健康増進・疾病予防・老化予防)------------*/
a#cr2+div .wrapper_item {
    justify-content: center;
    gap: 20px;
}

a#cr2+div .inner_item {
    background: #769460;
    color: white;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 10px !important;
}

a#cr2+div .inner_item_txt {
    margin-top: 0;
}

@media screen and (max-width: 1099px) and (min-width: 741px) {
    a#cr2+div .wrapper_item {
    width: 66%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
}

@media screen and (max-width: 740px) {
    a#cr2+div .wrapper_item {
    flex-direction: column;
    align-items: center;
}
}