@charset "UTF-8";

.contents__inner2 {
    margin: 0 auto;
    font-size: clamp(0.938rem, 0.863rem + 0.28vw, 1.031rem);
}

.event_detail {
    display: flex;
    margin-bottom: 25px;
}

.event_detail:last-of-type {
    margin-bottom: 0;
}

.event_detail dt {
    margin-top: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    line-height: 1.4;
    width: 120px;
    position: relative;
}

.event_detail dt i{
    color: #8b8b8b;
    font-style: normal;
    margin-right: 2px;
    font-size: 75%;
}

.event_detail dd {
    line-height: 1.4;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}

.content-wrapper figure {
    max-width: 300px;
    margin: 0 auto;
    flex-shrink: 0;
}

.content-wrapper .overview {
    background-color:#f9fdf7;
    padding: 30px clamp(0.938rem, 0.475rem + 2.31vw, 1.875rem);
}

.text-center {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.margin-block {
    margin-block: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}


.label {
  display: inline-block;
}

.label--2 {
  letter-spacing: 2em;
}

.label--3 {
  letter-spacing: 0.5em;
}

h3 {
    margin-bottom: 0.8em;
}

@media only screen and (min-width: 970px) {
    h3 {
        margin-left: -13.2px;
    }    
}


@media only screen and (max-width: 969.9px) {
    em span {
        letter-spacing: -35px;
    }
}

@media only screen and (max-width: 640.9px) {
    .content-wrapper  {
        flex-direction: column-reverse;
    }

    .content-wrapper figure {
        margin-bottom: 20px;
        max-width: 640px;
    }
}

@media only screen and (min-width: 970px) {
    h3 {
        margin-left: 0;
    }    
}


@media (width < 969px) {
  .contents__inner2{
    padding-inline: 10px;
    box-sizing: border-box;
  }
}

.notes {
    font-size: 88%;
}