@media screen and (max-width: 768px) {
  .l-header__top {
    padding-bottom: 30px;
  }
  .l-header__top .l-header__logoarea {
    position: relative;
    width: 58.7765957447%;
    height: auto;
    aspect-ratio: 442/120;
    margin: 0 auto 16px;
    padding: 8px 0;
    box-sizing: border-box;
    background: url(../images/common/header_logo_bg.png) no-repeat 50% 100%/100% auto;
  }
  .l-header__top .l-header__logoarea .l-header__logo {
    width: 49.7737556561%;
    margin: 0 auto;
  }
  .l-header__top .l-header__headline {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .l-header__top .l-header__headline .l-header__title {
    display: block;
    font-size: 28px;
    font-weight: 900;
  }
  .l-main {
    margin: 0;
    padding: 0;
  }
  .c-meeting {
    position: relative;
    width: 90.9574468085%;
    margin: 0 auto 0;
    padding: 9px;
    background-color: #C2D9FF;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .c-meeting__content {
    padding: 25px 0 16px;
    border-radius: 6px;
    background-color: #fff;
  }
  .c-meeting__next {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 49.3827160494%;
    background-color: #fff;
    border-radius: 15px;
    padding: 4px 10px 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0154A4;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  }
  .c-meeting__next::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    width: 14px;
    height: 12px;
    margin: 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
    z-index: 1;
  }
  .c-meeting__info {
    width: 89.1975308642%;
    margin: 0 auto 18px;
    padding: 12px 0 11px;
    border-radius: 6px;
    background-color: #F1F8FF;
  }
  .c-meeting__info .c-meeting__type {
    width: 91.6955017301%;
    margin: 0 auto 8px;
    padding: 3px 0 1px;
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #EE9B00 15%, #EE7500 50%, #EE9B00 84.62%, rgba(241, 248, 255, 0) 100%);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .c-meeting__info .c-meeting__date {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    color: #0050A2;
  }
  .c-meeting__info .c-meeting__date .c-meeting__day {
    padding: 0 8px;
    background: linear-gradient(80.95deg, #0050A2 4.96%, #018DC1 104.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    line-height: 1.4;
    vertical-align: middle;
  }
  .c-meeting__details {
    width: 89.1975308642%;
    margin: 0 auto 8px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #0C3C7C;
  }
  .c-meeting__details th {
    position: relative;
    width: 43px;
    padding: 3px 0 2px 12px;
    font-weight: 700;
    text-align: left;
    vertical-align: baseline;
  }
  .c-meeting__details th::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 17px;
    background-color: #FEB702;
    border-radius: 2px;
  }
  .c-meeting__details td {
    padding: 3px 0 2px;
    font-weight: 500;
  }
  .c-meeting__details a {
    color: #0C3C7C;
    text-decoration: underline;
  }
  .c-meeting__btn {
    width: 89.1975308642%;
    margin: 0 auto 8px;
  }
  .c-meeting__btn a {
    background-color: #fff;
  }
  .u-nighttime .c-meeting__info .c-meeting__type {
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #005FAF 15%, #023B8A 50%, #005FAF 84.62%, rgba(241, 248, 255, 0) 100%);
  }
  .u-adjourn .c-meeting__info .c-meeting__type {
    margin-bottom: 4px;
    padding: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1.4;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__holiday {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__date {
    font-size: 14px;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .c-btn__online {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    width: 100%;
    padding: 24px 0 24px;
    background: url(../images/home/img_btn_online.png), linear-gradient(91.66deg, #0066CE 14.54%, #00BFE0 92.74%);
    background-repeat: no-repeat;
    background-position: 0 100%, 0 0;
    background-size: 25.9515570934% auto, 100% auto;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 6px;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
  }
  .c-btn__online::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    padding: 16px 0 14px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #0050A2;
    color: #0050A2;
  }
  .c-btn__archive::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow02.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive .c-archive__archives {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .c-btn__archive .c-archives__details {
    padding: 3px 0 3px 10px;
    border-left: 2px solid #CACACA;
    font-size: 11px;
    font-weight: 700;
  }
  .c-nav {
    width: 90.1595744681%;
    margin: 33px auto 25px;
  }
  .c-nav__portal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 12px;
  }
  .c-nav__portal > li {
    position: relative;
    display: grid;
    min-height: 73px;
    height: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: #0C3C7C;
    text-align: center;
  }
  .c-nav__portal > li a {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 10px;
    color: #0C3C7C;
  }
  .c-nav__portal > li.u-icon a {
    padding: 16px 0 10px;
  }
  .c-nav__portal > li.u-icon .c-nav__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(53.3333333333%, 56px);
    margin: 0 auto 12px;
    aspect-ratio: 56/56;
    box-sizing: border-box;
    background-color: #F1F8FF;
    box-shadow: inset 0px 0px 11.7px #C8F4F9;
    border-radius: 10px;
  }
  .c-nav__portal > li .u-icon_schedule img {
    width: 76.7857142857%;
  }
  .c-nav__portal > li .u-icon_club img {
    width: 60.7142857143%;
  }
  .c-nav__portal > li .u-icon_list img {
    width: 75%;
  }
  .c-nav__portal > li p {
    margin: 0;
    padding: 0;
  }
  .c-nav__portal > li .u-newwindow::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: min(13.3333333333%, 14px);
    height: auto;
    aspect-ratio: 14/11;
    background: url(../images/home/icon_window.svg) no-repeat 0 0/100% auto;
  }
  .c-secretariat {
    margin: -15px auto 15px;
  }
  .c-secretariat > li {
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
  }
  .c-secretariat > li a {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    width: 100%;
    padding: 18px 0 16px;
  }
  .c-secretariat > li .c-secretariat__date {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #019FCB;
    letter-spacing: 0.05em;
  }
  .c-secretariat > li .c-secretariat__important {
    padding: 0 10px 0;
    background-color: #D2015F;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .c-secretariat > li .c-secretariat__article {
    width: 100%;
    color: #262626;
  }
  .c-month__headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3px;
    border-bottom: 1px solid #B8B8B8;
    color: #0C3C7C;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-month__headline .c-month__month {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .c-month__headline .c-month__conference {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .c-box__rounded {
    width: 90.1595744681%;
    margin: 0 auto 0;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.3);
    border-radius: 10px;
  }
  .c-box__rounded .c-box__head {
    padding: 12px 5.3097345133% 10px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.2);
    border-radius: 10px 10px 0px 0px;
  }
  .c-box__rounded .c-box__content {
    padding: 22px 7.3746312684% 16px;
  }
  .c-box__rounded .c-title__circle {
    display: flex;
    align-items: center;
    gap: 0 6px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0C3C7C;
  }
  .c-box__rounded .c-title__circle::before {
    content: "";
    width: 33px;
    height: 32px;
    background: url(../images/home/icon_circle.svg) no-repeat 0 0/100% auto;
  }
  .c-box__rounded + .c-box__rounded {
    margin-top: 22px;
  }
  .c-title__line {
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 0 8px;
    border-left: 2px solid #F7A81B;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #0C3C7C;
    letter-spacing: 0.1em;
  }
  .c-list__schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    margin: 14px auto 14px;
    padding: 0 0 18px;
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-list__schedule > dt {
    width: 80px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  .c-list__schedule > dd {
    width: calc(100% - 80px);
    margin: 0;
  }
  .c-box__btn {
    margin: 0;
    padding: 0;
  }
  .c-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    width: max(47.5862068966%, 138px);
    margin: 0 0 0 auto;
    padding: 7px 8px 8px 16px;
    box-sizing: border-box;
    background: linear-gradient(91.16deg, #0066CE 14.67%, #00BFE0 130.32%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 100vh;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
  }
  .c-btn::after {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header__top {
    padding-bottom: 30px;
  }
  .l-header__top .l-header__logoarea {
    position: relative;
    width: 58.7765957447%;
    height: auto;
    aspect-ratio: 442/120;
    margin: 0 auto 16px;
    padding: 8px 0;
    box-sizing: border-box;
    background: url(../images/common/header_logo_bg.png) no-repeat 50% 100%/100% auto;
  }
  .l-header__top .l-header__logoarea .l-header__logo {
    width: 49.7737556561%;
    margin: 0 auto;
  }
  .l-header__top .l-header__headline {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .l-header__top .l-header__headline .l-header__title {
    display: block;
    font-size: 28px;
    font-weight: 900;
  }
  .l-main {
    margin: 0;
    padding: 0;
  }
  .c-meeting {
    position: relative;
    width: 90.9574468085%;
    margin: 0 auto 0;
    padding: 9px;
    background-color: #C2D9FF;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .c-meeting__content {
    padding: 25px 0 16px;
    border-radius: 6px;
    background-color: #fff;
  }
  .c-meeting__next {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 49.3827160494%;
    background-color: #fff;
    border-radius: 15px;
    padding: 4px 10px 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0154A4;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  }
  .c-meeting__next::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    width: 14px;
    height: 12px;
    margin: 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
    z-index: 1;
  }
  .c-meeting__info {
    width: 89.1975308642%;
    margin: 0 auto 18px;
    padding: 12px 0 11px;
    border-radius: 6px;
    background-color: #F1F8FF;
  }
  .c-meeting__info .c-meeting__type {
    width: 91.6955017301%;
    margin: 0 auto 8px;
    padding: 3px 0 1px;
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #EE9B00 15%, #EE7500 50%, #EE9B00 84.62%, rgba(241, 248, 255, 0) 100%);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .c-meeting__info .c-meeting__date {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    color: #0050A2;
  }
  .c-meeting__info .c-meeting__date .c-meeting__day {
    padding: 0 8px;
    background: linear-gradient(80.95deg, #0050A2 4.96%, #018DC1 104.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    line-height: 1.4;
    vertical-align: middle;
  }
  .c-meeting__details {
    width: 89.1975308642%;
    margin: 0 auto 8px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #0C3C7C;
  }
  .c-meeting__details th {
    position: relative;
    width: 43px;
    padding: 3px 0 2px 12px;
    font-weight: 700;
    text-align: left;
    vertical-align: baseline;
  }
  .c-meeting__details th::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 17px;
    background-color: #FEB702;
    border-radius: 2px;
  }
  .c-meeting__details td {
    padding: 3px 0 2px;
    font-weight: 500;
  }
  .c-meeting__details a {
    color: #0C3C7C;
    text-decoration: underline;
  }
  .c-meeting__btn {
    width: 89.1975308642%;
    margin: 0 auto 8px;
  }
  .c-meeting__btn a {
    background-color: #fff;
  }
  .u-nighttime .c-meeting__info .c-meeting__type {
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #005FAF 15%, #023B8A 50%, #005FAF 84.62%, rgba(241, 248, 255, 0) 100%);
  }
  .u-adjourn .c-meeting__info .c-meeting__type {
    margin-bottom: 4px;
    padding: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1.4;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__holiday {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__date {
    font-size: 14px;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .c-btn__online {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    width: 100%;
    padding: 24px 0 24px;
    background: url(../images/home/img_btn_online.png), linear-gradient(91.66deg, #0066CE 14.54%, #00BFE0 92.74%);
    background-repeat: no-repeat;
    background-position: 0 100%, 0 0;
    background-size: 25.9515570934% auto, 100% auto;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 6px;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
  }
  .c-btn__online::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    padding: 16px 0 14px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #0050A2;
    color: #0050A2;
  }
  .c-btn__archive::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow02.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive .c-archive__archives {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .c-btn__archive .c-archives__details {
    padding: 3px 0 3px 10px;
    border-left: 2px solid #CACACA;
    font-size: 11px;
    font-weight: 700;
  }
  .c-nav {
    width: 90.1595744681%;
    margin: 33px auto 25px;
  }
  .c-nav__portal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 12px;
  }
  .c-nav__portal > li {
    position: relative;
    display: grid;
    min-height: 73px;
    height: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: #0C3C7C;
    text-align: center;
  }
  .c-nav__portal > li a {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 10px;
    color: #0C3C7C;
  }
  .c-nav__portal > li.u-icon a {
    padding: 16px 0 10px;
  }
  .c-nav__portal > li.u-icon .c-nav__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(53.3333333333%, 56px);
    margin: 0 auto 12px;
    aspect-ratio: 56/56;
    box-sizing: border-box;
    background-color: #F1F8FF;
    box-shadow: inset 0px 0px 11.7px #C8F4F9;
    border-radius: 10px;
  }
  .c-nav__portal > li .u-icon_schedule img {
    width: 76.7857142857%;
  }
  .c-nav__portal > li .u-icon_club img {
    width: 60.7142857143%;
  }
  .c-nav__portal > li .u-icon_list img {
    width: 75%;
  }
  .c-nav__portal > li p {
    margin: 0;
    padding: 0;
  }
  .c-nav__portal > li .u-newwindow::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: min(13.3333333333%, 14px);
    height: auto;
    aspect-ratio: 14/11;
    background: url(../images/home/icon_window.svg) no-repeat 0 0/100% auto;
  }
  .c-secretariat {
    margin: -15px auto 15px;
  }
  .c-secretariat > li {
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
  }
  .c-secretariat > li a {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    width: 100%;
    padding: 18px 0 16px;
  }
  .c-secretariat > li .c-secretariat__date {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #019FCB;
    letter-spacing: 0.05em;
  }
  .c-secretariat > li .c-secretariat__important {
    padding: 0 10px 0;
    background-color: #D2015F;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .c-secretariat > li .c-secretariat__article {
    width: 100%;
    color: #262626;
  }
  .c-month__headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3px;
    border-bottom: 1px solid #B8B8B8;
    color: #0C3C7C;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-month__headline .c-month__month {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .c-month__headline .c-month__conference {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .c-box__rounded {
    width: 90.1595744681%;
    margin: 0 auto 0;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.3);
    border-radius: 10px;
  }
  .c-box__rounded .c-box__head {
    padding: 12px 5.3097345133% 10px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.2);
    border-radius: 10px 10px 0px 0px;
  }
  .c-box__rounded .c-box__content {
    padding: 22px 7.3746312684% 16px;
  }
  .c-box__rounded .c-title__circle {
    display: flex;
    align-items: center;
    gap: 0 6px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0C3C7C;
  }
  .c-box__rounded .c-title__circle::before {
    content: "";
    width: 33px;
    height: 32px;
    background: url(../images/home/icon_circle.svg) no-repeat 0 0/100% auto;
  }
  .c-box__rounded + .c-box__rounded {
    margin-top: 22px;
  }
  .c-title__line {
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 0 8px;
    border-left: 2px solid #F7A81B;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #0C3C7C;
    letter-spacing: 0.1em;
  }
  .c-list__schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    margin: 14px auto 14px;
    padding: 0 0 18px;
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-list__schedule > dt {
    width: 80px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  .c-list__schedule > dd {
    width: calc(100% - 80px);
    margin: 0;
  }
  .c-box__btn {
    margin: 0;
    padding: 0;
  }
  .c-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    width: max(47.5862068966%, 138px);
    margin: 0 0 0 auto;
    padding: 7px 8px 8px 16px;
    box-sizing: border-box;
    background: linear-gradient(91.16deg, #0066CE 14.67%, #00BFE0 130.32%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 100vh;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
  }
  .c-btn::after {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__top {
    padding-bottom: 30px;
  }
  .l-header__top .l-header__logoarea {
    position: relative;
    width: 58.7765957447%;
    height: auto;
    aspect-ratio: 442/120;
    margin: 0 auto 16px;
    padding: 8px 0;
    box-sizing: border-box;
    background: url(../images/common/header_logo_bg.png) no-repeat 50% 100%/100% auto;
  }
  .l-header__top .l-header__logoarea .l-header__logo {
    width: 49.7737556561%;
    margin: 0 auto;
  }
  .l-header__top .l-header__headline {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .l-header__top .l-header__headline .l-header__title {
    display: block;
    font-size: 28px;
    font-weight: 900;
  }
  .l-main {
    margin: 0;
    padding: 0;
  }
  .c-meeting {
    position: relative;
    width: 90.9574468085%;
    margin: 0 auto 0;
    padding: 9px;
    background-color: #C2D9FF;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .c-meeting__content {
    padding: 25px 0 16px;
    border-radius: 6px;
    background-color: #fff;
  }
  .c-meeting__next {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 49.3827160494%;
    background-color: #fff;
    border-radius: 15px;
    padding: 4px 10px 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0154A4;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  }
  .c-meeting__next::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    width: 14px;
    height: 12px;
    margin: 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
    z-index: 1;
  }
  .c-meeting__info {
    width: 89.1975308642%;
    margin: 0 auto 18px;
    padding: 12px 0 11px;
    border-radius: 6px;
    background-color: #F1F8FF;
  }
  .c-meeting__info .c-meeting__type {
    width: 91.6955017301%;
    margin: 0 auto 8px;
    padding: 3px 0 1px;
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #EE9B00 15%, #EE7500 50%, #EE9B00 84.62%, rgba(241, 248, 255, 0) 100%);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .c-meeting__info .c-meeting__date {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    color: #0050A2;
  }
  .c-meeting__info .c-meeting__date .c-meeting__day {
    padding: 0 8px;
    background: linear-gradient(80.95deg, #0050A2 4.96%, #018DC1 104.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    line-height: 1.4;
    vertical-align: middle;
  }
  .c-meeting__details {
    width: 89.1975308642%;
    margin: 0 auto 8px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #0C3C7C;
  }
  .c-meeting__details th {
    position: relative;
    width: 43px;
    padding: 3px 0 2px 12px;
    font-weight: 700;
    text-align: left;
    vertical-align: baseline;
  }
  .c-meeting__details th::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 17px;
    background-color: #FEB702;
    border-radius: 2px;
  }
  .c-meeting__details td {
    padding: 3px 0 2px;
    font-weight: 500;
  }
  .c-meeting__details a {
    color: #0C3C7C;
    text-decoration: underline;
  }
  .c-meeting__btn {
    width: 89.1975308642%;
    margin: 0 auto 8px;
  }
  .c-meeting__btn a {
    background-color: #fff;
  }
  .u-nighttime .c-meeting__info .c-meeting__type {
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #005FAF 15%, #023B8A 50%, #005FAF 84.62%, rgba(241, 248, 255, 0) 100%);
  }
  .u-adjourn .c-meeting__info .c-meeting__type {
    margin-bottom: 4px;
    padding: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1.4;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__holiday {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__date {
    font-size: 14px;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .c-btn__online {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    width: 100%;
    padding: 24px 0 24px;
    background: url(../images/home/img_btn_online.png), linear-gradient(91.66deg, #0066CE 14.54%, #00BFE0 92.74%);
    background-repeat: no-repeat;
    background-position: 0 100%, 0 0;
    background-size: 25.9515570934% auto, 100% auto;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 6px;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
  }
  .c-btn__online::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    padding: 16px 0 14px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #0050A2;
    color: #0050A2;
  }
  .c-btn__archive::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow02.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive .c-archive__archives {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .c-btn__archive .c-archives__details {
    padding: 3px 0 3px 10px;
    border-left: 2px solid #CACACA;
    font-size: 11px;
    font-weight: 700;
  }
  .c-nav {
    width: 90.1595744681%;
    margin: 33px auto 25px;
  }
  .c-nav__portal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 12px;
  }
  .c-nav__portal > li {
    position: relative;
    display: grid;
    min-height: 73px;
    height: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: #0C3C7C;
    text-align: center;
  }
  .c-nav__portal > li a {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 10px;
    color: #0C3C7C;
  }
  .c-nav__portal > li.u-icon a {
    padding: 16px 0 10px;
  }
  .c-nav__portal > li.u-icon .c-nav__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(53.3333333333%, 56px);
    margin: 0 auto 12px;
    aspect-ratio: 56/56;
    box-sizing: border-box;
    background-color: #F1F8FF;
    box-shadow: inset 0px 0px 11.7px #C8F4F9;
    border-radius: 10px;
  }
  .c-nav__portal > li .u-icon_schedule img {
    width: 76.7857142857%;
  }
  .c-nav__portal > li .u-icon_club img {
    width: 60.7142857143%;
  }
  .c-nav__portal > li .u-icon_list img {
    width: 75%;
  }
  .c-nav__portal > li p {
    margin: 0;
    padding: 0;
  }
  .c-nav__portal > li .u-newwindow::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: min(13.3333333333%, 14px);
    height: auto;
    aspect-ratio: 14/11;
    background: url(../images/home/icon_window.svg) no-repeat 0 0/100% auto;
  }
  .c-secretariat {
    margin: -15px auto 15px;
  }
  .c-secretariat > li {
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
  }
  .c-secretariat > li a {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    width: 100%;
    padding: 18px 0 16px;
  }
  .c-secretariat > li .c-secretariat__date {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #019FCB;
    letter-spacing: 0.05em;
  }
  .c-secretariat > li .c-secretariat__important {
    padding: 0 10px 0;
    background-color: #D2015F;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .c-secretariat > li .c-secretariat__article {
    width: 100%;
    color: #262626;
  }
  .c-month__headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3px;
    border-bottom: 1px solid #B8B8B8;
    color: #0C3C7C;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-month__headline .c-month__month {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .c-month__headline .c-month__conference {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .c-box__rounded {
    width: 90.1595744681%;
    margin: 0 auto 0;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.3);
    border-radius: 10px;
  }
  .c-box__rounded .c-box__head {
    padding: 12px 5.3097345133% 10px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.2);
    border-radius: 10px 10px 0px 0px;
  }
  .c-box__rounded .c-box__content {
    padding: 22px 7.3746312684% 16px;
  }
  .c-box__rounded .c-title__circle {
    display: flex;
    align-items: center;
    gap: 0 6px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0C3C7C;
  }
  .c-box__rounded .c-title__circle::before {
    content: "";
    width: 33px;
    height: 32px;
    background: url(../images/home/icon_circle.svg) no-repeat 0 0/100% auto;
  }
  .c-box__rounded + .c-box__rounded {
    margin-top: 22px;
  }
  .c-title__line {
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 0 8px;
    border-left: 2px solid #F7A81B;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #0C3C7C;
    letter-spacing: 0.1em;
  }
  .c-list__schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    margin: 14px auto 14px;
    padding: 0 0 18px;
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-list__schedule > dt {
    width: 80px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  .c-list__schedule > dd {
    width: calc(100% - 80px);
    margin: 0;
  }
  .c-box__btn {
    margin: 0;
    padding: 0;
  }
  .c-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    width: max(47.5862068966%, 138px);
    margin: 0 0 0 auto;
    padding: 7px 8px 8px 16px;
    box-sizing: border-box;
    background: linear-gradient(91.16deg, #0066CE 14.67%, #00BFE0 130.32%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 100vh;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
  }
  .c-btn::after {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
}
@media print {
  .l-header__top {
    padding-bottom: 30px;
  }
  .l-header__top .l-header__logoarea {
    position: relative;
    width: 58.7765957447%;
    height: auto;
    aspect-ratio: 442/120;
    margin: 0 auto 16px;
    padding: 8px 0;
    box-sizing: border-box;
    background: url(../images/common/header_logo_bg.png) no-repeat 50% 100%/100% auto;
  }
  .l-header__top .l-header__logoarea .l-header__logo {
    width: 49.7737556561%;
    margin: 0 auto;
  }
  .l-header__top .l-header__headline {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .l-header__top .l-header__headline .l-header__title {
    display: block;
    font-size: 28px;
    font-weight: 900;
  }
  .l-main {
    margin: 0;
    padding: 0;
  }
  .c-meeting {
    position: relative;
    width: 90.9574468085%;
    margin: 0 auto 0;
    padding: 9px;
    background-color: #C2D9FF;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .c-meeting__content {
    padding: 25px 0 16px;
    border-radius: 6px;
    background-color: #fff;
  }
  .c-meeting__next {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 49.3827160494%;
    background-color: #fff;
    border-radius: 15px;
    padding: 4px 10px 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0154A4;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  }
  .c-meeting__next::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    width: 14px;
    height: 12px;
    margin: 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fff;
    z-index: 1;
  }
  .c-meeting__info {
    width: 89.1975308642%;
    margin: 0 auto 18px;
    padding: 12px 0 11px;
    border-radius: 6px;
    background-color: #F1F8FF;
  }
  .c-meeting__info .c-meeting__type {
    width: 91.6955017301%;
    margin: 0 auto 8px;
    padding: 3px 0 1px;
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #EE9B00 15%, #EE7500 50%, #EE9B00 84.62%, rgba(241, 248, 255, 0) 100%);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .c-meeting__info .c-meeting__date {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    color: #0050A2;
  }
  .c-meeting__info .c-meeting__date .c-meeting__day {
    padding: 0 8px;
    background: linear-gradient(80.95deg, #0050A2 4.96%, #018DC1 104.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    line-height: 1.4;
    vertical-align: middle;
  }
  .c-meeting__details {
    width: 89.1975308642%;
    margin: 0 auto 8px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #0C3C7C;
  }
  .c-meeting__details th {
    position: relative;
    width: 43px;
    padding: 3px 0 2px 12px;
    font-weight: 700;
    text-align: left;
    vertical-align: baseline;
  }
  .c-meeting__details th::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 17px;
    background-color: #FEB702;
    border-radius: 2px;
  }
  .c-meeting__details td {
    padding: 3px 0 2px;
    font-weight: 500;
  }
  .c-meeting__details a {
    color: #0C3C7C;
    text-decoration: underline;
  }
  .c-meeting__btn {
    width: 89.1975308642%;
    margin: 0 auto 8px;
  }
  .c-meeting__btn a {
    background-color: #fff;
  }
  .u-nighttime .c-meeting__info .c-meeting__type {
    background: linear-gradient(90deg, rgba(241, 248, 255, 0) 0%, #005FAF 15%, #023B8A 50%, #005FAF 84.62%, rgba(241, 248, 255, 0) 100%);
  }
  .u-adjourn .c-meeting__info .c-meeting__type {
    margin-bottom: 4px;
    padding: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1.4;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__holiday {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .u-adjourn .c-meeting__info .c-meeting__date {
    font-size: 14px;
    background: linear-gradient(90deg, #A8245F 0%, #D2015F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .c-btn__online {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    width: 100%;
    padding: 24px 0 24px;
    background: url(../images/home/img_btn_online.png), linear-gradient(91.66deg, #0066CE 14.54%, #00BFE0 92.74%);
    background-repeat: no-repeat;
    background-position: 0 100%, 0 0;
    background-size: 25.9515570934% auto, 100% auto;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 6px;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
  }
  .c-btn__online::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    padding: 16px 0 14px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #0050A2;
    color: #0050A2;
  }
  .c-btn__archive::after {
    content: "";
    width: min(7.6124567474%, 22px);
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow02.svg) no-repeat 0 0/100% auto;
  }
  .c-btn__archive .c-archive__archives {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .c-btn__archive .c-archives__details {
    padding: 3px 0 3px 10px;
    border-left: 2px solid #CACACA;
    font-size: 11px;
    font-weight: 700;
  }
  .c-nav {
    width: 90.1595744681%;
    margin: 33px auto 25px;
  }
  .c-nav__portal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 12px;
  }
  .c-nav__portal > li {
    position: relative;
    display: grid;
    min-height: 73px;
    height: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: #0C3C7C;
    text-align: center;
  }
  .c-nav__portal > li a {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(12, 60, 124, 0.4);
    border-radius: 10px;
    color: #0C3C7C;
  }
  .c-nav__portal > li.u-icon a {
    padding: 16px 0 10px;
  }
  .c-nav__portal > li.u-icon .c-nav__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(53.3333333333%, 56px);
    margin: 0 auto 12px;
    aspect-ratio: 56/56;
    box-sizing: border-box;
    background-color: #F1F8FF;
    box-shadow: inset 0px 0px 11.7px #C8F4F9;
    border-radius: 10px;
  }
  .c-nav__portal > li .u-icon_schedule img {
    width: 76.7857142857%;
  }
  .c-nav__portal > li .u-icon_club img {
    width: 60.7142857143%;
  }
  .c-nav__portal > li .u-icon_list img {
    width: 75%;
  }
  .c-nav__portal > li p {
    margin: 0;
    padding: 0;
  }
  .c-nav__portal > li .u-newwindow::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: min(13.3333333333%, 14px);
    height: auto;
    aspect-ratio: 14/11;
    background: url(../images/home/icon_window.svg) no-repeat 0 0/100% auto;
  }
  .c-secretariat {
    margin: -15px auto 15px;
  }
  .c-secretariat > li {
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
  }
  .c-secretariat > li a {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    width: 100%;
    padding: 18px 0 16px;
  }
  .c-secretariat > li .c-secretariat__date {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #019FCB;
    letter-spacing: 0.05em;
  }
  .c-secretariat > li .c-secretariat__important {
    padding: 0 10px 0;
    background-color: #D2015F;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .c-secretariat > li .c-secretariat__article {
    width: 100%;
    color: #262626;
  }
  .c-month__headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3px;
    border-bottom: 1px solid #B8B8B8;
    color: #0C3C7C;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-month__headline .c-month__month {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .c-month__headline .c-month__conference {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
  .c-box__rounded {
    width: 90.1595744681%;
    margin: 0 auto 0;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.3);
    border-radius: 10px;
  }
  .c-box__rounded .c-box__head {
    padding: 12px 5.3097345133% 10px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(12, 60, 124, 0.2);
    border-radius: 10px 10px 0px 0px;
  }
  .c-box__rounded .c-box__content {
    padding: 22px 7.3746312684% 16px;
  }
  .c-box__rounded .c-title__circle {
    display: flex;
    align-items: center;
    gap: 0 6px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0C3C7C;
  }
  .c-box__rounded .c-title__circle::before {
    content: "";
    width: 33px;
    height: 32px;
    background: url(../images/home/icon_circle.svg) no-repeat 0 0/100% auto;
  }
  .c-box__rounded + .c-box__rounded {
    margin-top: 22px;
  }
  .c-title__line {
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 0 8px;
    border-left: 2px solid #F7A81B;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #0C3C7C;
    letter-spacing: 0.1em;
  }
  .c-list__schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    margin: 14px auto 14px;
    padding: 0 0 18px;
    border-bottom: 1px solid #B8B8B8;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .c-list__schedule > dt {
    width: 80px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  .c-list__schedule > dd {
    width: calc(100% - 80px);
    margin: 0;
  }
  .c-box__btn {
    margin: 0;
    padding: 0;
  }
  .c-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    width: max(47.5862068966%, 138px);
    margin: 0 0 0 auto;
    padding: 7px 8px 8px 16px;
    box-sizing: border-box;
    background: linear-gradient(91.16deg, #0066CE 14.67%, #00BFE0 130.32%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 100vh;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
  }
  .c-btn::after {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../images/common/icon_arrow01.svg) no-repeat 0 0/100% auto;
  }
}
/*# sourceMappingURL=map/home.css.map */
