img{
    width: 100%;
    height: auto;
}


.header, .kv, .section{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

  /* 768px未満の場合のスタイル */
  @media (max-width: 767px) {
    .header, .section {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
.header{
    padding-top: 50px;
}

* {
    font-family: "Century Gothic", CenturyGothic, "ゴシックMB101", "Gothic MB101", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #707070;
}

.jpIcon{
    width: 24px;
}
.jpIcon.jpIcon-border{
    border-bottom: 2px solid #707070;
}
.enIcon{
    width: 24px;
}
.enIcon.enIcon-border{
    border-bottom: 2px solid #707070;
}

h2{
    background-color: #F2F5F7;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
h2::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #707070;
}
h3{
    position: relative;
    font-size: 18px;
}

h3::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -12px;
    background-color: #707070;
}

.text-box{
    max-width: 470px;
    /* width: calc(470 / 1920 * 100vw); */
}
  /* 768px未満の場合のスタイル */
  @media (max-width: 767px) {
    .text-box{
        width: 100%;
        max-width: none;
    }
  }
.talkshowborder{
    border:#707070 solid 1px;
    position: relative;
}
.talkshowdate{
    position: absolute;
    background-color: #EDEAE6;
    text-align: center;
    left: 0%;
    top: 0;
    transform: translate(-50%,-50%);
}


@media (max-width: 767px) {
    .talkshowdate{
        transform: translate(-20%,-50%);
    }

}

.talkshowline{
    position: relative;
}

.talkshowline::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #707070;
    left: 0;
    top: 0;

}

@media (max-width: 767px) {
    .talkshowline::before{
        display: none;

    }

}



.talkshowwrap{
    flex: calc(100% - 10rem);
}

.eventcardBg{
    background-color:RGBA(209, 220, 226, 0.36);
}

.whiteTitl{
    background-color: white;
}

.sp-border{
    width: 100%;
    height: 1px;
    background-color: #707070;
}

a{
    transition:0.3s ease;
}

a:hover{
    opacity: 0.6;
}

.reportBox{
    gap: 10%;
}

.reportBox--titl{
    margin-left: 20px;
    span{
        font-weight: bold;
        display: block;
        margin-bottom: 1rem;
    }
    a{
        text-decoration: underline;
    }
}
/* @media (max-width: 767px) {
    .reportBox--titl{
        margin-left: 80px;
    }
} */
.volbox{
    width: 100px;
    height: 100px;
    background-color: #EDEAE6;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    span{
        display: block;
        font-weight: bold;
        font-size: 1.3em;
    }
}

@media (max-width: 767px) {
    .volbox{
        width: 11vw;
    height: 11vw;
    span{
        font-size: 1em;
    }
    }
}

.sp-only{
    display: none;
}


@media (max-width: 767px) {
    .sp-only{
        display: block;
    }
    .voltext-box{
        width: 83.333333%;

    }
}