.image3 {
    float: left;
    width: 15%;
    margin: 1%;
}
.box-img-text3 {
    float: right;
    width: 85%;
    margin: 1%;
}

.boxgermany {
    display: flex;
    align-items: center;
}
.schedule-item.item-g .schedule-item-title {
    color: #7A64B7;
  }
  
  .schedule-item.item-g .content-title {
    background: #7A64B7;
  }
  .textright{
    text-align: right;
  }
  .textleft{
    text-align: left;
  }
.attention-txt {
    color: red;
    font-weight: bold;
}

.feature-item .feature-num {
    background: #7A64B7;
}

.feature-item .feature-num:after {
    border-bottom: 6px solid #7A64B7;
    border-left: 6px solid #7A64B7;
}

.feature-item .feature-title {
    color: #7A64B7;
}

.pagevisual-catch .pagevisual-title {
    background: none; 
}

.pagevisual-catch .pagevisual-title, .pagevisual-catch .pagevisual-title_sub {
    background: none; 
}

.feature-child-title {
    color: #7A64B7;
}

.feature-child-num {
    background: none;
}

.schedule-item .schedule-item-content .cancel a {
    background-color: #f2a707;
    padding: 5px 15px;
}

.school .box-table-02 .box-table-item .header {
    color: #7A64B7;
}

input[type='button'] {
    background: #7A64B7 url(/asset/img/icn-arrow_white.svg) no-repeat 97% center;
    background-size: 7px 12px;
}

.feature-child-num:before {
    content: '';
    display: inline-block;
    background: url(../../../asset/img/icn_checkbox_event.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-left: 1rem;
}

@media screen and (max-width: 640px) {
    .box-table-02 .box-table-item .content {
        text-align: center;
    }
    .schedule-item .schedule-item-content .col-inner {
        vertical-align: middle; 
    }
    .schedule-item .schedule-item-content .cancel a {
        background-color: #f2a707;
        font-size: 85%;
        padding: 5px 5px;
    }
    .camp-inquiry-btn a {
        font-size: 1.2rem;
    }
}

.event-schedule .nav-tab-anchor {
    padding-bottom: 0;
    border-bottom: 0px;
    margin-bottom: 0;
}

.nav-tab-anchor ul {
    width: 100%;
    margin-left: 0;
}

.nav-tab-anchor ul .nav-btn-left {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}

.nav-tab-anchor ul .nav-btn-right {
    float: left;
    width: 48%;
    margin: 0 0 0 2%;
}

.nav-btn-01 a {
     color: #8E45CC; 
     background: rgba(142, 69, 204, 0.11);
}

.nav-btn.btn-03 li a {
    background: #8E45CC;
    color: #fff;
    font-size: 2.8rem;
    padding: 1.5rem 0 1.5rem
}

.camp-inquiry .camp-inquiry-inner {
    background: #f7f8f8;
    padding: 3rem;
}

.camp-inquiry .camp-inquiry-title {
    font-size: 2.4rem;
    color: #d81882;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.camp-inquiry .camp-inquiry-title span {
    font-weight: bold;
    margin-left: 1rem;
}

.camp-inquiry .camp-inquiry-txt01 {
    font-weight:bold;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.8rem;
}

.camp-inquiry .camp-inquiry-hour {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1rem 0;
}
.camp-inquiry .camp-inquiry-hour:before {
    content: '';
    display: inline-block;
    background: url(/asset/img/icn-hour.svg) no-repeat;
    background-size: contain;
    width: 19px;
    height: 16px;
    margin-right: 1rem;
}

.camp-inquiry .camp-inquiry-phone {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1rem 0;
}
.camp-inquiry .camp-inquiry-phone:before {
    content: '';
    display: inline-block;
    background: url(/asset/img/icn-phone-black.svg) no-repeat;
    background-size: contain;
    width: 19px;
    height: 16px;
    margin-right: 1rem;
}

.camp-inquiry-btn a {
    display: block;
    margin: 2rem 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #d81882 url(/asset/img/icn-arrow_white.svg) no-repeat 97% center;
    background-size: 9px 13px;
    padding: 1rem 0;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.camp-inquiry-btn a:hover {
    opacity: .7;
}

.slick-dots {
    margin: 20px 0;
}

.feature-item:first-child .feature-content .image {
     border: 0;
}

.slick-dots li.slick-active button {
    background: #7A64B7;
}

.slick-next {
    display: none!important;
}

.slick-prev {
    display: none!important;
}

@media screen and (max-width: 640px) {
    .camp-inquiry-btn a {
        font-size: 1.3rem;
    }
}

.annotation-box {
    padding: 1rem;
    border: 1px solid #000000;
    border-radius: 5px;
}

.voice-wrap {
  display: grid;
  gap: 20px;
}

.voice-item {
  padding: 20px;
  background: #fafafa;
  border-left: 4px solid #8e45cc; /* シンガポール編の紫に合わせた色調 */
  border-radius: 3px;
}

.highlight {
  font-weight: bold;
  color: #8e45cc; /* トンマナに合わせて強調 */
}
