@charset "utf-8";
/* for PC
------------------------------------ */
@media (min-width: 1024px) {
  .box-seminar {
    width: 100% !important;
    margin-bottom: 60px;
  }
  .sec-title {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .title-date {
    width: calc(20% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .title-contents {
    width: calc(54% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .title-place {
    width: calc(13% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .title-entry {
    width: calc(13% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .sec-contents {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .date {
    width: calc(20% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center !important;
    flex-wrap: wrap;
  }
  .contents {
    width: calc(54% - 22px);
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left !important;
    flex-wrap: wrap;
  }
  .contents h3 {
    margin-bottom: 10px;
  }
  .place {
    width: calc(13% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center !important;
  }
  .entry {
    width: calc(13% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
  }
  .btn-entry {
    width: calc(100% - 20px);
    padding: 10px;
    text-align: center;
    background-color: #F0A156;
  }
  .entry a:link {
    color: #FFFFFF;
  }
  .entry a:visited {
    color: #FFFFFF;
  }
  .btn-entry:hover {
    background-color: #F3B880;
  }
  /* detail01
-------------------------- */
  .sec-info {
    width: calc(100% - 66px);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 5px solid #1d2088;
    border-radius: 10px;
    margin-top: 60px;
    background-color: #FFFCD2;
    text-align: center;
  }
  .sec-info h3 {
    font-size: 60px;
    font-weight: 900;
    color: #1d2088;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .sec-info h4 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .area {
    font-size: 32px;
    color: #ffffff;
    background-color: #1D2088;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 8px;
    vertical-align: 6px;
  }
  .capacity {
    width: 50%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    border: 2px solid #999999;
    border-radius: 10px;
    font-size: 20px;
    font-feature-settings: "palt";
    line-height: 1.2
  }
  .capacity .num {
    font-size: 44px;
    font-weight: 900;
  }
  .x-small {
    font-size: 50%;
  }
  .small {
    font-size: 70%;
  }
  .schedule {
    margin-top: 10px;
    text-align: center;
  }
  .schedule h3 {
    font-size: 32px;
    color: #1d2088;
    font-weight: 900;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  .seminar-detail {
    background-color: #FFFCD2;
    width: calc(100% - 80px);
    padding: 30px 40px 30px 40px;
    margin-top: 40px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: 1px solid #E8E5C0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .title-theme {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background-color: #fff100;
    border-radius: 50%;
    color: #1d2088;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
  }
  .seminar-discription {
    width: calc(95% - 200px);
  }
  .seminar-discription h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #c30d23;
    font-weight: 900;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .seminar-discription dl {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .seminar-discription dt {
    width: 1.5em;
    margin-bottom: 5px;
  }
  .seminar-discription dd {
    width: calc(100% - 1.5em);
    margin-bottom: 5px;
  }
  .seminar-discription .speaker {
    text-align: right;
  }
  .attention {
    margin-top: 30px;
  }
  .seminar-detail-info {
    background-color: #FFFCD2;
    width: calc(100% - 80px);
    padding: 30px 40px 30px 40px;
    margin-top: 40px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: 1px solid #E8E5C0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2d {
    width: 48%;
  }
  .detail-titile {
    width: calc(100% - 40px);
    background-color: #1d2088;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 4px;
  }
  .detail-venue {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-venue span {
    font-size: 160%;
    color: #1D2088;
  }
  .detail-access dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
  }
  .detail-access dt {
    width: 20%;
    margin-bottom: 10px;
  }
  .detail-access dd {
    width: 80%;
    margin-bottom: 10px;
  }
  .detail-schedule dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
  }
  .detail-schedule dt {
    color: #c30d23;
    width: 20%;
    margin-bottom: 10px;
  }
  .detail-schedule dd {
    width: 80%;
    color: #c30d23;
    margin-bottom: 10px;
    font-size: 26px;
    font-feature-settings: "palt";
  }
  .font-normal {
    font-weight: 400;
  }
  .detail-map {
    line-height: 0;
    border: 1px solid #1d2088;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
  }
  .detail-corner {
    margin-top: 40px;
    border-top: 5px solid #1D2088;
  }
  .detail-corner h3, .contact-info h3 {
    font-size: 24px;
    color: #1d2088;
    font-weight: 700;
    line-height: 1.4;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .detail-corner dl, .contact-info dl {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
  }
  .detail-corner dt, .contact-infodt {
    width: 1.5em;
  }
  .detail-corner dd, .contact-info dd {
    width: calc(100% - 1.5em);
  }
  .contact-info {
    width: calc(100% - 42px);
    margin-top: 40px;
    background-color: #FFFFFF;
    border: 1px solid #1d2088;
    border-radius: 10px;
    padding: 5px 20px 20px 20px;
  }
  .contact-info p {
    font-size: 20px;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-top: 5px;
  }
  .copy-hurry {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
    color: #1d2088;
    font-weight: 900;
    font-feature-settings: "palt";
  }
  .sec-btn-application {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .sec-btn-application h4 {
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .btn-application {
    width: calc(40% - 40px);
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    padding: 25px 20px;
    background-color: #C30D23;
    font-size: 28px;
    font-weight: 900;
    font-feature-settings: "palt";
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    transition: .3s;
  }
  .sec-btn-application a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .sec-btn-application a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  .btn-application:hover {
    background-color: #F24459;
    -webkit-box-shadow: 0px 12px 24px rgba(246, 121, 136, 1.00);
    box-shadow: 0px 12px 24px rgba(246, 121, 136, 1.00);
    transform: translateY(-4px);
  }
  .sec-btn-application .note {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
/* for tablet
------------------------------------ */
@media (min-width: 481px) and (max-width: 1023px) {
  .box-seminar {
    width: 100% !important;
    margin-bottom: 60px;
  }
  .sec-title {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .title-date {
    width: calc(20% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .title-contents {
    width: calc(44% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .title-place {
    width: calc(18% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .title-entry {
    width: calc(18% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #EBF1F4;
  }
  .sec-contents {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .date {
    width: calc(20% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center !important;
    flex-wrap: wrap;
  }
  .contents {
    width: calc(44% - 22px);
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left !important;
    flex-wrap: wrap;
  }
  .contents h3 {
    margin-bottom: 10px;
  }
  .place {
    width: calc(18% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center !important;
  }
  .entry {
    width: calc(18% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
  }
  .btn-entry {
    width: calc(100% - 20px);
    padding: 10px;
    text-align: center;
    background-color: #F0A156;
  }
  .entry a:link {
    color: #FFFFFF;
  }
  .entry a:visited {
    color: #FFFFFF;
  }
  .btn-entry:hover {
    background-color: #F3B880;
  }
  /* detail01
-------------------------- */
  .sec-info {
    width: calc(100% - 66px);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 5px solid #1d2088;
    border-radius: 10px;
    margin-top: 60px;
    background-color: #FFFCD2;
    text-align: center;
  }
  .sec-info h3 {
    font-size: 52px;
    font-weight: 900;
    color: #1d2088;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .sec-info h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .area {
    font-size: 28px;
    color: #ffffff;
    background-color: #1D2088;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 8px;
    vertical-align: 6px;
  }
  .capacity {
    width: 50%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    border: 2px solid #999999;
    border-radius: 10px;
    font-size: 20px;
    font-feature-settings: "palt";
    line-height: 1.2
  }
  .capacity .num {
    font-size: 38px;
    font-weight: 900;
  }
  .x-small {
    font-size: 50%;
  }
  .small {
    font-size: 70%;
  }
  .schedule {
    margin-top: 10px;
    text-align: center;
  }
  .schedule h3 {
    font-size: 28px;
    color: #1d2088;
    font-weight: 900;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  .seminar-detail {
    background-color: #FFFCD2;
    width: calc(100% - 60px);
    padding: 20px 30px 20px 30px;
    margin-top: 40px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: 1px solid #E8E5C0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .title-theme {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background-color: #fff100;
    border-radius: 50%;
    color: #1d2088;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
  }
  .seminar-discription {
    width: calc(95% - 140px);
  }
  .seminar-discription h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #c30d23;
    font-weight: 900;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .seminar-discription dl {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .seminar-discription dt {
    width: 1.5em;
    margin-bottom: 5px;
  }
  .seminar-discription dd {
    width: calc(100% - 1.5em);
    margin-bottom: 5px;
  }
  .seminar-discription .speaker {
    text-align: right;
  }
  .attention {
    margin-top: 20px;
  }
  .seminar-detail-info {
    background-color: #FFFCD2;
    width: calc(100% - 60px);
    padding: 20px 30px 20px 30px;
    margin-top: 40px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: 1px solid #E8E5C0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2d {
    width: 100%;
  }
  .detail-titile {
    width: calc(100% - 40px);
    background-color: #1d2088;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 4px;
  }
  .detail-venue {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-venue span {
    font-size: 140%;
    color: #1D2088;
  }
  .detail-access dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
  }
  .detail-access dt {
    width: 17%;
  }
  .detail-access dd {
    width: 83%;
    margin-bottom: 10px;
  }
  .detail-schedule dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 700;
  }
  .detail-schedule dt {
    color: #c30d23;
    width: 100%;
  }
  .detail-schedule dd {
    width: 100%;
    color: #c30d23;
    margin-bottom: 10px;
    font-size: 20px;
    font-feature-settings: "palt";
  }
  .font-normal {
    font-weight: 400;
  }
  .detail-map {
    line-height: 0;
    border: 1px solid #1d2088;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .detail-corner {
    margin-top: 40px;
    border-top: 5px solid #1D2088;
  }
  .detail-corner h3, .contact-info h3 {
    font-size: 24px;
    color: #1d2088;
    font-weight: 700;
    line-height: 1.4;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .detail-corner dl, .contact-info dl {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
  }
  .detail-corner dt, .contact-info dt {
    width: 1.5em;
  }
  .detail-corner dd, .contact-info dd {
    width: calc(100% - 1.5em);
  }
  .contact-info {
    width: calc(100% - 42px);
    margin-top: 40px;
    background-color: #FFFFFF;
    border: 1px solid #1d2088;
    border-radius: 10px;
    padding: 5px 20px 20px 20px;
  }
  .contact-info p {
    font-size: 20px;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-top: 5px;
  }
  .copy-hurry {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #1d2088;
    font-weight: 900;
    font-feature-settings: "palt";
  }
  .sec-btn-application {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .sec-btn-application h4 {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .btn-application {
    width: calc(46% - 40px);
    text-align: center;
    padding: 20px 20px;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #C30D23;
    font-size: 24px;
    font-weight: 900;
    font-feature-settings: "palt";
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    transition: .3s;
  }
  .sec-btn-application a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .sec-btn-application a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  .btn-application:hover {
    background-color: #F24459;
    -webkit-box-shadow: 0px 12px 24px rgba(246, 121, 136, 1.00);
    box-shadow: 0px 12px 24px rgba(246, 121, 136, 1.00);
    transform: translateY(-4px);
  }
  .sec-btn-application .note {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
/* for SP
------------------------------------ */
@media (max-width: 480px) {
  .box-seminar {
    width: 100% !important;
    margin-bottom: 60px;
  }
  .sec-title {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .title-date {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EBF1F4;
    margin-bottom: 2px;
  }
  .title-contents {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EBF1F4;
    margin-bottom: 2px;
  }
  .title-place {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EBF1F4;
    margin-bottom: 2px;
  }
  .title-entry {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EBF1F4;
  }
  .sec-contents {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .date {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center !important;
    flex-wrap: wrap;
  }
  .contents {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left !important;
    flex-wrap: wrap;
  }
  .contents h3 {
    margin-bottom: 10px;
  }
  .place {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center !important;
  }
  .entry {
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  .btn-entry {
    width: calc(100% - 20px);
    padding: 10px;
    text-align: center;
    background-color: #F0A156;
  }
  .entry a:link {
    color: #FFFFFF;
  }
  .entry a:visited {
    color: #FFFFFF;
  }
  .btn-entry:hover {
    background-color: #F3B880;
  }
  /* detail01
-------------------------- */
  .sec-info {
    width: calc(100% - 66px);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 5px solid #1d2088;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #FFFCD2;
    text-align: center;
  }
  .sec-info h3 {
    font-size: 36px;
    font-weight: 900;
    color: #1d2088;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .sec-info h4 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    font-feature-settings: "palt";
    margin-top: 10px;
  }
  .area {
    font-size: 24px;
    color: #ffffff;
    background-color: #1D2088;
    padding: 3px 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 700;
  }
  .capacity {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    border: 2px solid #999999;
    border-radius: 10px;
    font-size: 16px;
    font-feature-settings: "palt";
    line-height: 1.2
  }
  .capacity .num {
    font-size: 28px;
    font-weight: 900;
  }
  .x-small {
    font-size: 50%;
  }
  .small {
    font-size: 70%;
  }
  .schedule {
    margin-top: 10px;
    text-align: center;
  }
  .schedule h3 {
    font-size: 24px;
    color: #1d2088;
    font-weight: 900;
    line-height: 1.4;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .seminar-detail {
    background-color: #FFFCD2;
    width: calc(100% - 40px);
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: 1px solid #E8E5C0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .title-theme {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #fff100;
    border-radius: 15px;
    color: #1d2088;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 20px;
  }
  .seminar-discription {
    width: 100%;
  }
  .seminar-discription h2 {
    font-size: 24px;
    line-height: 1.3;
    color: #c30d23;
    font-weight: 900;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .seminar-discription dl {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .seminar-discription dt {
    width: 1.5em;
    margin-bottom: 5px;
  }
  .seminar-discription dd {
    width: calc(100% - 1.5em);
    margin-bottom: 5px;
  }
  .seminar-discription .speaker {
    text-align: left;
  }
  .attention {
    margin-top: 20px;
  }
  .seminar-detail-info {
    background-color: #FFFCD2;
    width: calc(100% - 40px);
    padding: 20px 20px 20px 20px;
    margin-top: 20px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: 1px solid #E8E5C0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2d {
    width: 100%;
  }
  .detail-titile {
    width: calc(100% - 40px);
    background-color: #1d2088;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 4px;
  }
  .detail-venue {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-venue span {
    font-size: 125%;
    color: #1D2088;
  }
  .detail-access dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
  }
  .detail-access dt {
    width: 100%;
  }
  .detail-access dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-schedule dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
  }
  .detail-schedule dt {
    color: #c30d23;
    width: 100%;
  }
  .detail-schedule dd {
    width: 100%;
    color: #c30d23;
    margin-bottom: 10px;
    font-size: 16px;
    font-feature-settings: "palt";
  }
  .font-normal {
    font-weight: 400;
  }
  .detail-map {
    line-height: 0;
    border: 1px solid #1d2088;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    width: calc(100% - 20px);
    margin-top: 10px;
  }
  .detail-corner {
    margin-top: 30px;
    border-top: 5px solid #1D2088;
  }
  .detail-corner h3, .contact-info h3 {
    font-size: 18px;
    color: #1d2088;
    font-weight: 700;
    line-height: 1.4;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .detail-corner h4 {
    font-size: 16px;
  }
  .detail-corner p {
    font-size: 16px;
  }
  .detail-corner dl, .contact-info dl {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.5;
  }
  .detail-corner dt, .contact-info dt {
    width: 1.5em;
  }
  .detail-corner dd, .contact-info dd {
    width: calc(100% - 1.5em);
  }
  .contact-info {
    width: calc(100% - 22px);
    margin-top: 20px;
    background-color: #FFFFFF;
    border: 1px solid #1d2088;
    border-radius: 10px;
    padding: 0px 10px 10px 10px;
  }
  .contact-info p {
    font-size: 20px;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-top: 5px;
  }
  .copy-hurry {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    color: #1d2088;
    font-weight: 900;
    font-feature-settings: "palt";
  }
  .sec-btn-application {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .sec-btn-application h4 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .btn-application {
    width: calc(100% - 20px);
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: #C30D23;
    font-size: 20px;
    font-weight: 900;
    font-feature-settings: "palt";
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    transition: .3s;
  }
  .sec-btn-application a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .sec-btn-application a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  .btn-application:hover {
    background-color: #F24459;
    -webkit-box-shadow: 0px 12px 24px rgba(246, 121, 136, 1.00);
    box-shadow: 0px 12px 24px rgba(246, 121, 136, 1.00);
    transform: translateY(-4px);
  }
  .sec-btn-application .note {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}
/* utillity
---------------------------------------- */
.termination-note {
	font-size: 0.8em;
	color: #FF0000;
}
/* for PC
------------------------------------ */
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
  .tb {
    display: none;
  }
  .sp {
    display: none;
  }
}
/* for tablet
------------------------------------ */
@media (min-width: 481px) and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* for SP
------------------------------------ */
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* added on 2023.11.13
====================================== */
/* for PC
------------------------------------ */
@media (min-width: 1024px) {
  .sec-termination-notice {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
    width: calc(100% - 90px);
    padding: 40px;
    border: 5px solid #CC0000;
    text-align: center;
    font-size: 24px;
    color: #CC0000;
    font-weight: 700;
    line-height: 1.8;
  }
}
/* for tablet
------------------------------------ */
@media (min-width: 481px) and (max-width: 1023px) {
  .sec-termination-notice {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
    width: calc(100% - 90px);
    padding: 40px;
    border: 5px solid #CC0000;
    text-align: center;
    font-size: 24px;
    color: #CC0000;
    font-weight: 700;
    line-height: 1.8;
  }
}
/* for SP
------------------------------------ */
@media (max-width: 480px) {
	  .sec-termination-notice {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
    width: calc(100% - 50px);
    padding: 20px;
    border: 5px solid #CC0000;
    font-size: 18px;
    color: #CC0000;
		  text-align: center;
    font-weight: 700;
    line-height: 1.6;
  }

}