/* header#header {
    box-shadow: 3px 3px 10px rgb(0 0 0 / 14%);
}
.header__main {
    justify-content: space-between;
    padding: 10px 20px;
}
.header__menu {
    display: flex;
    align-items: center;
}
.header__menu ul {
    display: flex;
    font-size: 13px;
}
.header__menu ul li {
    margin-right: 2em;
}
.header__sitettl {
    font-size: 22px;
}
.header__mypagelink a {
    background: #F44336;
    border: solid 1px #F44336;
    color: #fff;
    display: inline-block;
    padding: 0.3em 3em;
    font-size: 15px;
}
.header__mypagelink a:hover {
    background: #fff;
    color: #F44336;
} */

main#content {
    padding-bottom: 100px;
}

.low_page__hd {
    /* background: #cacaca; */
    background: #FFD759;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.low_page__hd h1 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.low_page__hd h1:after {
    content: "";
    position: absolute;
    width: 3em;
    height: 1px;
    background: #000;
    bottom: -0.5em;
    left: calc(50% - 1.5em);
}

.search_nopost {
    border: solid 1px #000;
    padding: 1em;
    text-align: center;
    margin: 30px 0 0;
}

.memottl {
    margin: 40px 0 10px;
    padding: 10px 10px;
    border: 1px solid #000;
    border-radius: 7px;
    background: #fff;
}

.memottl h2 {
    background: #fff;
    font-weight: 600;
    padding-left: 8px;
    line-height: 1.6;
    border-left: 4px solid #FFD759;
}

.memottl h2 span {
    display: block;
    font-size: 11px;
    margin-top: 0.3em;
}

/* .low_circle_page__application_joining a {
    color: #F44336;
    background: #fff;
    border: solid 1px #F44336;
    text-align: center;
    margin-top: 0.5em;
    padding: 0.5em;
    display: block;
}
.low_circle_page__application_joining a:hover {
    color: #fff;
    background: #F44336;
} */

.low_circle_page__application_joining--logout {
    text-align: center;
    margin-top: 15px;
}

.low_circle_page__joining {
    background: #8BC34A;
    text-align: center;
    margin-top: 0.5em;
    padding: 0.5em;
    color: #fff;
}

.low_circle_page__detail--content {
    margin-bottom: 1em;
}

.low_circle_page__detail--ttl {
    font-size: 15px;
    border-bottom: solid 1px #000;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
}

.low_circle_page__detail--text {
    font-size: 14px;
}

.low_circle_page__participcount span {
    color: #F44336;
    font-size: 20px;
}

.low_circle_page__participcount-rest span {
    color: #000;
}

.low_circle_page__category span {
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 1em;
    padding: 0.3em 1em;
}

.low_circle_page__area span {
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 1em;
    padding: 0.3em 1em;
}

.low_event_page__category span {
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 1em;
    padding: 0.3em 1em;
}

.low_event_page__area span {
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    display: inline-block;
    margin-right: 1em;
    padding: 0.3em 1em;
}

.low_event_page__detail--content {
    margin-bottom: 1em;
}

.low_event_page__detail--ttl {
    font-size: 15px;
    border-bottom: solid 1px #000;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
}

.low_event_page__detail--text {
    font-size: 14px;
}

.blog__archive--description span {
    font-size: 13px;
    width: 7em;
    display: inline-block;
}

.event__archive--pr {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: #F44336;
    display: inline-block;
    line-height: 1.4;
    font-size: 12px;
    width: 4em;
    text-align: center;
    color: #fff;
}

.circle__archive--pr {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: #F44336;
    display: inline-block;
    line-height: 1.4;
    font-size: 12px;
    width: 4em;
    text-align: center;
    color: #fff;
}

.event__archive--content_eventend .event__archive--img:after {
    content: "このイベントは終了しました";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    background: rgb(0 0 0 / 60%);
    top: 0;
    color: #fff;
}

.event__archive--description span {
    font-size: 12px;
    width: 8em;
    display: inline-block;
}

.circle__archive--description span {
    font-size: 13px;
    width: 7em;
    display: inline-block;
}

.low_event_page__stringing_circle a {
    text-decoration: underline;
}

.nopost {
    border: dashed 1px #000;
    background: #fff;
    margin-top: 15px;
    padding: 3em 1em;
    text-align: center;
    width: 100%;
}

.nopost a {
    color: #24738e;
    text-decoration: underline;
}

.mypage__main--menu ul li a span {
    color: #F44336;
    font-size: 14px;
}

.mypage__main--menu ul li a:hover {
    text-decoration: underline;
}

.mypage__main--menu ul li a span.my_page__plan {
    color: #4CAF50;
    font-size: 16px;
}

.more {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

.more a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0.4em 3em;
    border: solid 1px #000;
}

.more a:hover {
    background: #fff;
    color: #000;
}

.circle__archive--exit a {
    background: #F44336;
    border: solid 1px #F44336;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0.2em;
}

.circle__archive--exit a:hover {
    background: #fff;
    color: #F44336;
}

.circle__archive--content {
    margin-bottom: 30px;
}

.event__archive--content {
    margin-bottom: 30px;
}

.blog__archive--content {
    margin-bottom: 30px;
}

.post_edit_button {
    text-align: center;
    background: #4CAF50;
    color: #fff;
    font-size: 14px;
    line-height: 2.2;
}

.post_delate_button {
    text-align: center;
    background: #F44336;
    color: #fff;
    font-size: 14px;
    line-height: 2.2;
}

.my_page__plan {
    font-weight: 600;
    font-size: 20px;
    margin-left: 0.2em;
    color: #4CAF50;
    text-decoration: underline;
}

.event_form__sudeni {
    background: #8BC34A;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    font-size: 14px;
}

.event__archive--application {
    margin-top: 15px;
}

.event__archive--application a {
    background: #344054;
    color: #fff;
    text-align: center;
    margin-top: 0.5em;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0.6em;
    border-radius: 10px;
}

.event__application--eventttl {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 0.3em;
    margin: 1em 0;
}

.event__application--eventttl span {
    font-size: 13px;
}

button.event_form__buttn {
    border: none;
    background: #FF5722;
    color: #fff;
    padding: 0.5em 3em;
    display: block;
    cursor: pointer;
}

.event__archive--hyokabutton a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 0.3em;
    margin-top: 0.5em;
}

.event-evaluations__hoshi {
    display: inline-block;
}

.event-evaluations__hoshi span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #FF9800;
    margin-right: 2px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.event-evaluations li {
    border: solid 1px #000;
    margin-bottom: 2%;
    padding: 1em;
    font-size: 14px;
}

.event-evaluations li span {
    font-weight: 600;
    font-size: 10px;
    margin-right: 0.5em;
}

.event-evaluations li a {
    text-decoration: underline;
}

.send_message_link {
    background: #7ad03a;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0.3em;
    margin: 0.5em 0 1.5em;
    font-size: 14px;
}

.event__archive--cancel a {
    text-align: center;
    background: #808080;
    color: #fff;
    font-size: 14px;
    line-height: 2.2;
    width: 100%;
    display: block;
    margin-top: 0.5em;
}

.event__archive--cancelled {
    border: dashed 1px #000;
    text-align: center;
    font-size: 14px;
    padding: 0.6em;
    margin-top: 0.5em;
    border-radius: 10px;
}

.event__status_cancelled {
    background: #F44336;
    color: #fff;
    text-align: center;
    padding: 3em 0;
}

/*------------------------------
共通
-------------------------------*/

.my-container {
    padding-top: 80px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

img {
    width: 100%;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.tp_event__searchform,
.tp_circle_searchform {
    margin-bottom: 20px;
}

/* .tp_event__searchform,
.tp_circle_searchform {
    display: inline-block;
    margin-bottom: 40px;
    background: #ddd;
    padding: 25px;
    border-radius: 16px;
} */

.tp_event__searchform input,
.tp_event__searchform select,
.tp_circle_searchform input,
.tp_circle_searchform select,
.event_page__searchform input,
.event_page__searchform select,
.circle_page__searchform input,
.circle_page__searchform select {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 18px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
}

.tp_event__searchform #searchsubmit,
.tp_circle_searchform #searchsubmit,
.event_page__searchform #searchsubmit,
.circle_page__searchform #searchsubmit {
    padding: 5px 28px;
    border-radius: 22px;
    background-color: #2D2D2D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
}

.page__order {
    margin-top: 15px;
}

form input[type="radio"] {
    appearance: auto;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
}

input[type="submit"] {
    padding: 5px 28px;
    border-radius: 22px;
    background-color: #2D2D2D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
}

.copy_form {
    padding: 0 16px;
}

.copy_form label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.copy_btn {
    padding: 4px 20px;
    border-radius: 22px;
    background-color: #2D2D2D;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    appearance: none;
    outline: none;
}

.form_content {
    max-width: 967px;
    width: 100%;
    margin: 30px auto 0;
    padding: 40px;
    background: #fff;
    border: 4px solid #000;
    border-radius: 35px;
}

.form_content input[type="submit"] {
    display: block;
    margin: 30px auto 0;
}

.form_unit {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 15px;
}

.form_unit label {
    width: 15%;
}

.form_unit select {
    padding: 2px 20px;
    border-radius: 5px;
}

.form_unit textarea {
    width: 80%;
    padding: 15px;
    border-radius: 5px;
}

.form_lead,
.form_unit {
    margin-bottom: 20px;
    font-weight: 500;
}

.wrap {
    max-width: 967px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border: 4px solid #000;
    border-radius: 35px;
}

.wrap2 {
    margin-top: 20px;
    border-radius: 25px;
}

.wrap_margin {
    margin-top: 40px;
}

#my-account .login-username,
#my-account .login-password,
#my-account .login-remember,
#my-account .login-submit,
#my-account .form-row,
#my-account .form-row-check {
    margin-bottom: 10px !important;
}

#my-account .login-username label,
#my-account .login-password label,
#my-account .login-remember label,
#my-account .form-row label {
    display: block;
}

#my-account .show-password-input {
    top: .3em !important;
}

#my-account input[type="checkbox"] {
    padding: 7px !important;
    border-radius: 2px;
    appearance: auto;
}

#my-account .button,
#my-account input[type="submit"] {
    padding: 10px 28px !important;
    border-radius: 22px !important;
    background-color: #2D2D2D !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: "Noto Sans JP", serif;
    text-align: center;
}

#my-account .woocommerce-ResetPassword .woocommerce-form-row--first {
    margin-top: 15px !important;
}

#my-account .password-reset {
    margin-top: 15px !important;
}

/* input系の横幅をwidth: 100%に */
#my-account input[type="text"],
#my-account input[type="email"],
#my-account input[type="password"] {
    width: 100% !important;
}

.form-row select#birth_year,
.form-row select#birth_month,
.form-row select#birth_day {
    width: 10%;
    margin-right: 15px;
}

.form-row input#user_icon {
    margin-bottom: 15px;
    padding: 0;
    border: none;
}

.button[name="save_account_details"] {
    display: block !important;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0 !important;
    padding: 20px !important;
    border-radius: 30px !important;
}


/*------------------------------
ヘッダー
-------------------------------*/

.header {
    position: relative;
    max-width: 1007px;
    width: 100%;
    margin: 0 auto;
    border-radius: 57px;
    border: 1px solid #000;
    background: #fff;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 14px 12px 48px;
}

.header_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.header_menu {
    display: flex;
    /* gap: 74px; */
    gap: 40px;
}

.header_link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}

.header_link br{
    display: none;
}

.header_link-event::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 19px;
    background-image: url(../images/icon_event.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.header_link-circle::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 19px;
    background-image: url(../images/icon_circle.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.header_link-blog::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 19px;
    background-image: url(../images/icon_blog.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.header_unit {
    display: flex;
    align-items: center;
    gap: 10px;
    /* max-width: 267px; */
    /* width: 100%; */
    width: auto;
    padding: 8px 20px;
    border-radius: 28px;
    background: #EBEBEB;
}

.header_unit_link {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
}

.header_question {
    display: block;
    max-width: 40px;
    width: 100%;
}

.header_unit span {
    display: flex;
    width: 13px;
    align-items: center;
}

.has-sub_menu {
    position: relative;
}

.has-sub_menu_link {
    display: flex;
    /* width: 13px; */
    width: 40px;
    align-items: center;
}

.header-submenu {
    visibility: hidden;
    position: absolute;
    background-color: #FFD759;
    border-radius: 14px;
    color: #fff;
    box-shadow: 0px 0px 20px rgba(14, 59, 126, 0.15);
    padding: 32px;
    top: 50px;
    left: 0;
    /* transform: translateX(-50%); */
    white-space: nowrap;
    transition: 0.3s;
    opacity: 0;
    z-index: 100;
}

.header-submenu.active {
    opacity: 1;
    visibility: visible;
}

.header-submenu-item+.header-submenu-item {
    margin-top: 15px;
}

.hamburger {
    display: none;
    position: absolute;
    top: -16px;
    right: 24px;
    width: 48px;
    height: 48px;
    padding: 22px 17px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 57px;
    background-color: #fff;
    z-index: 1000;
}

.hamburger_line {
    position: absolute;
    left: 50%;
    display: block;
    width: 13px;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: translateX(-50%);
}

.hamburger_line-top {
    top: calc(50% - 2px);
}

.hamburger_line-top.is-active {
    transform: translateX(-50%)rotate(45deg);
    top: calc(50% - 0px);
}

.hamburger_line-bottom {
    top: calc(50% + 3px);
}

.hamburger_line-bottom.is-active {
    transform: translateX(-50%)rotate(-45deg);
    top: calc(50% + 0px);
}

nav.my-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 60px 105px 130px;
    background-color: #000;
    z-index: 100;
}

.nav_list {
    margin-bottom: 25px;
}

.nav_item {
    margin-bottom: 40px;
}

.nav_link {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.nav_link-large {
    font-size: 16px;
    font-weight: bold;
}

/*------------------------------
フッター
-------------------------------*/
.footer {
    text-align: center;
}

.footer_inner {
    padding-top: 160px;
}

.footer_title {
    font-size: 20px;
    font-weight: 500;
}

.footer_list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 20px 50px;
    margin-top: 54px;
}

.footer_link {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.footer_copy {
    margin-top: 21px;
    font-size: 16px;
    font-weight: 500;
}

.footer_img {
    margin-top: 50px;
}

/*------------------------------
パンくずリスト
-------------------------------*/
.breadcrumb {
    color: #2D2D2D;
    text-align: center;
}

.breadcrumb_list {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-flow: row wrap;
    gap: 5px 25px;
}

.breadcrumb_item {
    position: relative;
}

/* .breadcrumb_item:nth-child(1)::after,
.breadcrumb_item:nth-child(2)::after {
    content: "-";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: bold;
} */

.breadcrumb_link {
    display: block;
    font-size: 10px;
    font-weight: bold;
}

/*------------------------------
ページネーション
-------------------------------*/
.low_pagenation {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none !important;
}

/*------------------------------
main
-------------------------------*/
.main_inner {
    padding-top: 72px;
}

.kv_head {
    text-align: center;
}

.kv_lead {
    max-width: 646px;
    width: 100%;
    margin: 0 auto;
}

.kv_text {
    font-size: 22px;
    font-weight: 500;
}

.kv_title {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 49px;
    font-weight: 400;
}

.kv_title img {
    /* position: absolute; */
    /* top: 10px; */
    /* right: -60px; */
    position: relative;
    top: -10px;
    right: -20px;
    width: 48px;
}

.kv_img img {
    width: 100%;
}

.catch {
    margin-top: 32px;
    text-align: center;
}

.catch_title {
    font-size: 36px;
    font-weight: bold;
}

.catch_text {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}

.section {
    max-width: 1381px;
    width: 100%;
    margin: 0 auto;
    padding: 84px 70px 98px;
    border: 4px solid #000;
    border-radius: 35px;
    background-color: #fff;
}

.section1 {
    margin-top: 97px;
}

.section1 .section_term {
    background-color: #FF008D;
}

.section2 {
    margin-top: 95px;
}

.section2 .section_term {
    background-color: #39D68E;
}

.section3 {
    margin-top: 95px;
}


.section_inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.section_title {
    position: relative;
    padding-bottom: 32px;
}

.section_title::before,
.section_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}

.section_title::after {
    width: 100%;
    background-color: rgba(112, 112, 112, .2)
}

.section_title span {
    position: relative;
    font-size: 32px;
    font-weight: bold;
}

.section_title1::before {
    width: 32px;
    background: linear-gradient(90deg, #FF008D 0%, #FF008D 50%, #FFD759 50%, #FFD759 100%);
    z-index: 2;
}

.section_title1 span::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 27px;
    margin-right: 15px;
    background-image: url(../images/icon_event.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.section_title2::before {
    width: 32px;
    background: linear-gradient(90deg, #39D68E 0%, #39D68E 50%, #50DEE1 50%, #50DEE1 100%);
    z-index: 2;
}

.section_title2 span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 27px;
    margin-right: 15px;
    background-image: url(../images/icon_circle.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.section_title3::before {
    width: 32px;
    background: linear-gradient(90deg, #39D68E 0%, #39D68E 50%, #50DEE1 50%, #50DEE1 100%);
    z-index: 2;
}

.section_title3 span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 27px;
    margin-right: 15px;
    background-image: url(../images/icon_blog.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.section_content {
    margin-top: 72px;
    margin-bottom: 56px;
}

.section_list {
    display: flex;
    /* justify-content: space-between; */
    /* justify-content: center; */
    flex-flow: row wrap;
    gap: 72px 25px;
    padding-top: 50px;
    /* row-gap: 72px; */
}

.section_item {
    max-width: 392px;
    width: 100%;
}

.section_link {
    position: relative;
    display: block;
    /* max-width: 392px; */
    width: 100%;
    margin: 0;
}

.section_link.full .section_thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.section_link.full .full_text {
    display: block;
}

.full_text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.section_thumb {
    position: relative;
}

.section_thumb img {
    width: 100%;
    height: 294px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.section_remaining {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px 5px 11px;
    border-radius: 8px 0 0 0;
    font-size: 12px;
    font-weight: bold;
}

.section_remaining1 {
    background-color: #FFD759;
}

.section_remaining2 {
    background-color: #50DEE1;
}

.section_remaining span {
    font-size: 18px;
    font-weight: bold;
}

.section_lead {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
}

.section_group {
    margin-top: 17px;
}

.section_unit {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 7px;
}

.section_unit:first-child {
    margin-top: 0;
}

.section_unit-second {
    gap: 0;
}

.section_unit-second .section_desc {
    font-size: 16px;
}

.section_unit div {
    font-size: 13px;
    width: 7em;
    display: inline-block;
}

.section_term {
    max-width: 78px;
    width: 100%;
    padding: 5px 9px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.section_desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.section_area {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.section_left {
    max-width: 95px;
    width: 100%;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid rgba(112, 112, 112, .2);
}

.section_map {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #717171;
    font-size: 12px;
    font-weight: 400;
    min-width: 78px; /* グチャってなるのを修正 */
}

.section_map_icon {
    width: 13px;
    height: 100%;
    margin-right: 5px;
}

.section_category {
    color: #717171;
    font-size: 12px;
    font-weight: 400;
}

.section_btn {
    display: block;
    max-width: 148px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 28px;
    border-radius: 22px;
    background-color: #2D2D2D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.section_btn-large {
    max-width: 258px;
    padding: 16px 28px;
    border-radius: 37px;
}

/*------------------------------
faq
-------------------------------*/
.faq {
    margin-top: 105px;
}

.faq_inner {
    padding: 0 24px;
}

.faq_title {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    color: #fff;
    font-size: 115px;
    font-weight: 600;
    /* font-family: ; */
    z-index: -1;
    white-space: nowrap
}

.faq_content {
    max-width: 1030px;
    width: 100%;
    margin: -85px auto 0;
}

.faq_list {
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 90px;
    background: #fff;
}

.faq_list:first-child {
    margin-top: 0;
}

.faq_list.is-open {
    border-radius: 12px;
}

.faq_list.is-open .faq_cross::before {
    transform: translate(-50%)rotate(180deg);
}

.faq_list.is-open .faq_cross::after {
    opacity: 0;
}

.faq_list.is-open .faq_desc {
    display: block;
    padding: 22px 36px;
    border-radius: 0 0 12px 12px;
    background-color: rgba(101, 101, 101, .05);
}

.faq_term {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 36px;
}

.faq_question {
    display: inline-block;
    margin-right: 28px;
    color: #2D2D2D;
    font-size: 32px;
    font-weight: 500;
}

.faq_lead {
    position: relative;
    width: 75%;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 400;
}

.faq_cross {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #000;
    transform: translateY(-50%);
}

.faq_cross::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    /*縦線に*/
    transform: translate(-50%)rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.faq_cross::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    /*横線*/
    width: 20px;
    height: 1px;
    background: #fff;
    transition: all .2s ease-in-out;
    transform: translate(-50%);
}

.faq_desc {
    display: none;
    margin: 0;
}

.faq_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

/* ==========================================================================
イベント詳細、サークル詳細
   ========================================================================== */
/**

/*------------------------------
Slider
-------------------------------*/
.my-slider {
    margin-top: 24px;
}

.slick-slide {
    /* ライブラリで定義されている height: 100% を上書き */
    height: auto;
}

.slick-slide>div {
    margin: 0 12px;
}

.slide_arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}

.prev_arrow {
    left: 13vw;
}

.next_arrow {
    right: 13vw;
}

.slider_item {
    width: 55%;
    margin: 0 auto;
}

.slider_img {
    width: 100%;
    /* width: 55%; */
    /* margin: 0 auto; */
    padding: 24px;
    border: 4px solid #000;
    border-radius: 24px;
    background: #fff;
}

.slider_img img {
    border-radius: 12px;
    height: 37vw;
    object-fit: cover;
    object-position: top;
}

.slider_area {
    display: flex;
    align-items: center;
    /* justify-content: end; */
    /* margin-top: 20px; */
    /* margin-left: auto; */

    justify-content: start;
    /* flex-flow: row wrap; */
    margin-top: 20px;
}

.slider_area_left {
    max-width: 135px;
    margin-right: 32px;
}

.slider_map {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    /* margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, .2); */
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.section_right {
    display: flex;
    flex-flow: row wrap;
    gap: 5px 15px;
}

.slider_area_right {
    width: 100%;
}

.slider_category {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.youtube_iframe {
    max-width: 1044px;
    width: 100%;
    margin: 20px auto 0;
    padding: 24px;
    border: 4px solid #000;
    border-radius: 24px;
    background: #fff;
}

.youtube_iframe-event {
    margin-top: 50px;
}

.youtube_iframe iframe {
    width: 100%;
    height: 500px;
}

.detail {
    margin-top: 80px;
}

.detail_wrap {
    max-width: 1088px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}

.detail_lead {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.detail_link,
button.detail_link {
    position: relative;
    display: block;
    max-width: 604px;
    width: 100%;
    margin: 26px auto 0;
    padding: 30px;
    border: 4px solid #000;
    border-radius: 12px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.detail_link1,
button.detail_link1 {
    color: #333;
    background-color: #50DEE1;
}

.detail_link2,
button.detail_link2 {
    color: #fff;
    background-color: #FF008D;
}

.detail_link img {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 36px;
    transform: translateY(-50%);
}

.detail_content {
    margin-top: 65px;
}

.detail_inner {
    padding: 74px 74px 95px;
    border: 4px solid #000;
    border-radius: 24px;
    background-color: #fff;
}

.detail_unit {
    margin-top: 56px;
}

.detail_unit:first-child {
    margin-top: 0;
}

.detail_title {
    position: relative;
    padding-bottom: 18px;
}

.detail_title::before,
.detail_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
}

.detail_title::after {
    width: 100%;
    background-color: rgba(112, 112, 112, .2)
}

.detail_title span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.detail_title1::before {
    width: 16px;
    background: #50DEE1;
    z-index: 2;
}

.detail_title1 span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 27px;
    margin-right: 15px;
    background-image: url(../images/icon_circle.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.detail_title2::before {
    width: 16px;
    background: #FF008D;
    z-index: 2;
}

.detail_title2 span::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 27px;
    margin-right: 15px;
    background-image: url(../images/icon_event.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.detail_body {
    margin-top: 28px;
}

.detail_flex {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 6px;
}

.detail_flex img {
    width: 50px;
    height: 50px;
}

.detail_member {
    margin-right: 15px;
}

.detail_member span {
    color: #F44336;
    font-size: 20px;
}

.detail_list {
    /* padding: 0 0 0 2em; */
    counter-reset: number 0;
}

.detail_item {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: count;
    padding-left: 1em;
    text-indent: -1em;
}

.detail_item::before {
    display: marker;
    counter-increment: number;
    content: counter(number) ".";
}

.alphabet_list {
    padding: 0 0 0 1em;
    counter-reset: alphabet 0;
}

.alphabet_item {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: count;
    padding-left: 1em;
    text-indent: -1em;
}

.alphabet_item::before {
    display: marker;
    counter-increment: alphabet;
    content: counter(alphabet, lower-alpha) ".";
}

.alphabet_item ul {
    padding: 0 0 0 1em;
    counter-reset: roman 0;
}

.alphabet_item ul li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: count;
    padding-left: 1em;
    text-indent: -1em;
}

.alphabet_item ul li::before {
    display: marker;
    counter-increment: roman 1;
    content: counter(roman, lower-roman) ".";
}

.evaluation {
    margin-top: 80px;
}

.evaluation_lead {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.evaluation_group {
    margin-top: 30px;
}

.evaluation_unit {
    margin-top: 18px;
    padding: 32px 32px 65px;
    border: 2px solid #E2E2E2;
    border-radius: 16px;
}

.evaluation_unit:first-child {
    margin-top: 0;
}

.evaluation_head {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.evaluation_member {
    width: 56px;
    margin-right: 22px;
}

.evaluation_name {
    font-size: 18px;
    font-weight: bold;
    margin-right: 50px;
}

.evaluation_star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.evaluation_star img {
    width: 24px;
}

.evaluation_body {
    margin-top: 35px;
}

.evaluation_desc {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.evaluation_date,
.evaluation_title {
    color: #2D2D2D;
    font-size: 15px;
    font-weight: 400;
}

.evaluation_text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.evaluation_more {
    position: relative;
    margin-top: 48px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.evaluation_more::before,
.evaluation_more::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 34%;
    height: 2px;
    background: rgba(112, 112, 112, .2);
    transform: translateY(-50%);
}

.evaluation_more::before {
    left: 0;
}

.evaluation_more::after {
    right: 0;
}

.activity {
    margin-top: 60px;
}

.activity_heading {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.activity_list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 28px;
    margin-top: 36px;
}

.activity_list+.section_btn {
    max-width: 200px;
    margin-top: 50px;
}

.activity_item {
    max-width: 324px;
    width: 100%;
    margin: 0;
}

.activity_link {
    position: relative;
    display: block;
    width: 100%;
    padding: 27px 22px 60px;
    border: 4px solid #000;
    border-radius: 24px;
    background: #fff;
}

.activity_figure {
    margin: 0;
}

.activity_title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.activity_date {
    position: absolute;
    bottom: 30px;
    left: 22px;
    font-size: 15px;
    font-weight: 300;
}

.other {
    margin-top: 100px;
}

.other_inner {
    margin-bottom: 55px;
    padding: 100px 0;
    background-image: url(../images/bg_event.webp);
    background-size: contain;
}

.other .section {
    margin-top: 0;
}

.circle {
    margin-top: 87px;
}

.circle a {
    position: relative;
    display: block;
    padding: 30px 35px 70px;
    border: 2px solid #E2E2E2;
    border-radius: 16px;
    background-color: #EFEFEF;
    transition: .3s;
}

.circle a:hover {
    opacity: .8;
}

.circle_name {
    font-size: 24px;
    font-weight: bold;
}

.circle_body {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 32px;
    margin-top: 20px;
}

.circle__thumb {
    max-width: 108px;
    width: 100%;
}

.circle__thumb img {
    display: block;
    max-width: 108px;
    width: 100%;
    height: 108px;
    border-radius: 100%;
    object-fit: cover;
}

.circle_text {
    /* margin-top: 20px; */
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.circle_more {
    position: absolute;
    bottom: 35px;
    right: 45px;
    z-index: 10;
}

.low_message form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.low_message p {
    margin-bottom: 15px;
}

.low_message textarea {
    width: 100%;
}

.low_message input[type="submit"] {
    display: block;
    margin: 20px auto 0;
}

.plan-buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin-top: 40px;
}

.plan-buttons button {
    padding: 10px 28px;
    border: 2px solid #000;
    border-radius: 22px;
    background-color: #f56500;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    transition: .3s;
}

.plan-buttons button:hover {
    opacity: .8;
}

.category_list {
    display: flex;
    flex-flow: row wrap;
    gap: 5px 15px;
    margin-top: 25px;
}

.category_list a {
    color: #2D2D2D;
    font-size: 16px;
    text-decoration: underline;
}

.form_apply_event .slider,
.form_apply_event .youtube_iframe,
.form_confirm .slider,
.form_confirm .youtube_iframe,
.form_apply .slider,
.form_apply .youtube_iframe {
    display: none;
}


/*------------------------------
参加申し込みプラン
-------------------------------*/
.plan_group {
    display: flex;
    flex-flow: row wrap;
    gap: 33px;
}

.plan_unit {
    max-width: 271px;
    width: 100%;
    padding: 18px 17px 20px;
    border: 2px solid #E2E2E2;
    border-radius: 25px;
    color: #2D2D2D;
}

.plan_name {
    font-size: 16px;
    font-weight: 500;
}

.plan_text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}

.plan_desc {
    margin-top: 20px;
    font-size: 14px;
}

.plan_list {
    display: flex;
    flex-flow: row wrap;
}

.plan_term {
    font-weight: 300;
}

dd.plan_detail {
    margin-left: 0;
}

.plan_fee {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.plan_fee span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
}

/* ==========================================================================
参加サークル（マイページ）
========================================================================== */

.circle__archive,
.event__archive,
.blog__archive {
    margin-top: 40px;
}

.circle__archive--content,
.event__archive--content,
.blog__archive--content {
    position: relative;
    display: block;
    width: 31%;
    margin-right: 2%;
    padding: 24px;
    border: 4px solid #000;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 30px;
}

.circle__archive--description,
.event__archive--description,
.blog__archive--description {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.circle__archive--ttl a,
.event__archive--date,
.event__archive--ttl a,
.blog__archive--ttl a,
.blog__archive--date {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.circle__archive--exit a,
.event__archive--hyokabutton a,
.post_delate_button {
    display: block;
    margin: 15px auto 0;
    padding: 10px 28px;
    border: 2px solid #000;
    border-radius: 24px;
    background-color: #FF008D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    transition: .3s;
}

.circle__archive--exit a:hover,
.event__archive--hyokabutton a:hover,
.post_delate_button:hover {
    border: 2px solid #FF008D;
    background: #fff;
    color: #FF008D;
}

.event__archive--message a,
.post_edit_button {
    display: block;
    margin: 15px auto 0;
    padding: 10px 28px;
    border: 2px solid #000;
    border-radius: 24px;
    background-color: #39D68E;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    transition: .3s;
}

.event__archive--message a:hover,
.post_edit_button:hover {
    border: 2px solid #39D68E;
    background: #fff;
    color: #39D68E;
}

.circle__archive--edit,
.blog__archive--edit {
    margin-top: 15px;
}

.post_delate_button,
.post_edit_button {
    padding: 8px 10px;
    line-height: 1.5;
}

.acf-basic-uploader input[type="file"] {
    padding: 0;
    border: none;
}

.acf-checkbox-list input[type="checkbox"] {
    appearance: auto;
    padding: 5px;
    border-radius: 2px;
}

.acf-button {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px !important;
    border-radius: 30px;
}

.event_field {
    position: relative;
    margin: 0;
    padding: 16px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EAECF0;
}

.event_field-first {
    border-top: none;
    margin-top: 0;
}

.event_label {
    vertical-align: top;
    margin: 0 0 10px;
}

.event_input {
    vertical-align: top;
}

.event_input input[type="text"],
.event_input input[type="email"],
.event_input textarea {
    max-width: 500px;
    width: 100%;
}

.event_input textarea {
    min-height: 130px;
}

button.event_form__buttn.post_edit_button {
    max-width: 220px;
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #000;
    background: #39D68E;
}

button.event_form__buttn.post_edit_button:hover {
    border: 2px solid #39D68E;
    background: #fff;
}

button.event_form__buttn_modoru.post_delate_button {
    max-width: 220px;
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #000;
    background: #FF008D;
}

button.event_form__buttn_modoru.post_delate_button:hover {
    border: 2px solid #FF008D;
    background: #fff;
}

.privacy_link {
    text-decoration: underline;
    cursor: pointer;
}

.guide_unit {
    margin-bottom: 48px;
    padding: 36px;
    border-radius: 17px;
    background-color: #fff;
}

.guide_unit-second {
    max-width: 967px;
    width: 100%;
    margin: 0 auto;
}

.guide_title h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.guide_group {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.guide_area {
    width: 50%;
    display: flex;
    justify-content: center;
}

.guide_area:first-child {
    width: 100%;
}

.guide_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
    height: 350px;
    padding: 0 30px;
    background: #FFD759;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.flow {
    max-width: 700px;
    width: 100%;
    margin: 50px auto 0;
}

.flow_unit {
    position: relative;
    margin-top: 80px;
}

.flow_unit:first-child {
    margin-top: 0;
}

.flow_unit::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
}

.flow_unit:last-child::after {
    content: none;
}

.flow_title {
    font-size: 28px;
    font-weight: bold;
}

.flow_text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

/*------------------------------
お問い合わせ
-------------------------------*/

.mw_wp_form .form-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

/*------------------------------
お買い物カゴ
-------------------------------*/
.wc-block-grid {
    margin-top: 20px;
}

.wc-block-components-button__text {
    padding: 5px 28px;
    border-radius: 22px;
    background-color: #2D2D2D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
}

/*------------------------------
ご利用料金
-------------------------------*/
.price_group {
    margin-top: 40px;
    padding: 30px;
    /* border-radius: 17px; */
    /* background-color: #ccc; */
}

.price-area {
    display: flex;
    align-items: end;
    flex-flow: row wrap;
    gap: 50px 17px;
    margin-top: 40px;
    font-size: 16px;
}

.price_unit {
    max-width: 400px;
    width: 100%;
    margin: 0;
    /* margin-top: 40px; */
}

.price_caption {
    max-width: 353px;
    width: 100%;
    margin: 0 0 0 auto;
}

.price_rank {
    position: relative;
    padding-left: 30px;
}

.price_rank::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.price_rank-s {
    color: #B30000;
}

.price_rank-s::before {
    background: #B30000;
}

.price_rank-a {
    color: #FF5A5F;
}

.price_rank-a::before {
    background: #FF5A5F;
}

.price_rank-b {
    color: #DA9BBC;
}

.price_rank-b::before {
    background: #DA9BBC;
}

.price_rank-c {
    color: #FFF79D;
}

.price_rank-c::before {
    background: #FFF79D;
}

.price_rank-d {
    color: #99CCF2;
}

.price_rank-d::before {
    background: #99CCF2;
}

.price_unit_text {
    padding-left: 30px;
}

/*------------------------------
特定商取引法に基づく表記
-------------------------------*/
.term-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.term-table th {
    text-align: left;
    padding: 10px 15px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    width: 25%;
    font-weight: normal;
    vertical-align: middle;
}

.term-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

/*------------------------------
ブログページ
-------------------------------*/
.blog_page {
    margin-top: 0;
}

.blog_page .section_term {
    max-width: 100px;
    text-align: center;
}

.single-blog .blog_time {
    margin-bottom: 20px;
    font-size: 16px;
}

.policy_check {
    color: #24738e;
    text-decoration: underline;
}

.blog_content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6 {
    margin: 1.5em 0 0.8em;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}

.blog_content h1 {
    font-size: 2em;
}

.blog_content h2 {
    font-size: 1.8em;
}

.blog_content h3 {
    font-size: 1.6em;
}

.blog_content h4 {
    font-size: 1.4em;
}

.blog_content h5 {
    font-size: 1.2em;
}

.blog_content h6 {
    font-size: 1.1em;
}

.blog_content p {
    margin: 1em 0;
}

.blog_content strong {
    font-weight: bold;
}

.blog_content em {
    font-style: italic;
}

.blog_content ul,
.blog_content ol {
    margin: 1em 0;
    padding-left: 2em;
}

.blog_content ul {
    list-style-type: disc;
}

.blog_content ol {
    list-style-type: decimal;
}

.blog_content li {
    margin: 0.5em 0;
}

.blog_content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #ccc;
    background: #f9f9f9;
}

.blog_content img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}

.blog_content a {
    color: #0075c2;
    text-decoration: underline;
}

.blog_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.blog_content th,
.blog_content td {
    padding: 0.5em;
    border: 1px solid #ddd;
}

.blog_content th {
    background: #f5f5f5;
    font-weight: bold;
}

.blog_content p:first-child {
    margin-top: 0;
}

.blog_content img {
    margin-top: 40px;
}

.blog_inner {
    padding: 30px 100px 50px;
}

.blog_circle a {
    position: relative;
    display: block;
    transition: .3s;
}

/*------------------------------
サークル新規登録フォーム,,イベント新規登録フォーム
-------------------------------*/
.circle-registration .acf-form-submit,
.event-registration .acf-form-submit {
    margin-top: 40px;
}

.acf-field.acf-field-number .acf-input {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.acf-field.acf-field-number .acf-input input {
    border-radius: 6px !important;
}

.circle-registration .acf-field-number .acf-input-append,
.event-registration .acf-field-number .acf-input-append {
    /* float: unset; */
    /* position: absolute; */
    /* bottom: -100%; */
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
    min-height: auto;
}

.circle-registration__lead {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

#circle_to_duplicate,
#event_to_duplicate {
    max-width: 305px;
    width: 100%;
}

.event-registration .thumbnail-note,
.circle-registration .description,
.event-registration .description {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/*------------------------------
投稿完了ページ
-------------------------------*/
.updated-text {
    padding: 40px;
}

/*------------------------------
参加予定のイベント
-------------------------------*/
.cancel-event {
    display: block;
    width: 100%;
    margin: 15px auto 0;
    padding: 12px 28px;
    border: 2px solid #000;
    border-radius: 24px;
    background-color: #FF008D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    transition: .3s;
    cursor: pointer;
}

.cancel-event:hover {
    border: 2px solid #FF008D;
    background: #fff;
    color: #FF008D;
}

.form-row-last {
    float: left !important;
}

.form-row-first {
    float: right !important;
}

/* =========================================
 * メッセージ関連スタイル
 * ========================================= */

/* 共通スタイル */
.circle__participant {
    display: flex;
    align-items: center;
    gap: 10px;
}

.circle__participant img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #7f7f7f;
}

/* メッセージスレッド一覧 */
.pm-thread__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pm-thread__item {
    margin-bottom: 10px;
}

.pm-thread__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.pm-thread__link:hover {
    background-color: #f5f5f5;
}

.pm-thread__user-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pm-thread__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pm-thread__event {
    font-weight: bold;
    color: #333;
}

.pm-thread__arrow {
    color: #999;
}

.pm-thread__target_user {
    color: #666;
}

.pm-thread__time {
    color: #999;
    font-size: 0.9em;
}

/* メッセージログ */
.pm-log {
    max-width: 800px;
    margin: 0 auto;
}

.pm-log__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pm-log__item {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pm-log__item.is-self {
    margin-left: 10%;
}

.pm-log__item.is-target {
    margin-right: 10%;
}

.pm-log__user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pm-log__sender {
    font-weight: bold;
    color: #333;
}

.pm-log__time {
    color: #666;
    font-size: 0.8em;
}

.pm-log__body {
    margin-left: 45px;
    line-height: 1.5;
}

/* メッセージフォーム - 共通スタイルを活用 */
.pm-form {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* 既存のフォームスタイルを活用 */
.pm-form textarea {
    width: 100%;
    margin-bottom: 10px;
}

/* 既存のボタンスタイルを活用 */
.pm-form .button {
    display: block;
    margin: 20px auto 0;
    padding: 10px 28px;
    border-radius: 22px;
    background-color: #2D2D2D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    text-align: center;
    transition: background-color 0.2s;
}

.pm-form .button:hover {
    opacity: 0.8;
}

.pm-form .note {
    color: #666;
    font-size: 0.9em;
    text-align: center;
    margin-top: 10px;
}
