/* 全適用 */
.all {
    overflow-x: hidden;
    overflow-y: hidden;
}

.backgroundtop {
    background-image: url(./assets/program_img/background03.png);
    width: 100%;
    /* height: 100%; */
    background-attachment: fixed;
    background-size: contain;
    position: fixed;
    z-index: -10;
}
.space_top{
    height: 100px;
}
/* タイトル */
.search_project_top{
    width: 70%;
    display: flex;
    margin: 0 auto;
  
    /* align-items: center; */
    flex-wrap: wrap; 
    justify-content: left;
    margin-top: 100px;
}
.title_search_project {
    display: flex;
    margin: 0 auto;
    /* margin-top: 150px; */
    /* margin-bottom: 75px; */
    /* margin-left: 200px; */
    /* flex-wrap: wrap; */
}

.title_search_project_body {
    /* display: flex; */
    /* justify-content: left; */
    padding-right: 50px;


    
}

.title_search_project_content {
    text-align: center;
    font-size: 40px;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.twofloweres_project {
    opacity: 50%;
}

.left_flower_project {
    width: 75px;
    margin-left: -20px;
    margin-top: 0px;
}

.right_flower_project {
    width: 150px;
    margin-left: 150px;
    margin-top: -35px;
    padding-right: 50px;
}

/* 実行委員会企画ver */
.title_search_commitee {
    margin-top: 150px;
    margin-bottom: 75px;
    justify-content: center;
}

.title_search_commeitee_body {
    display: flex;
    justify-content: center;
}

.title_search_commitee_content {
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    position: absolute;
    /* font-weight: bold; */
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.twofloweres_commitee {
    opacity: 50%;
    position: relative;

}

.left_flower_commitee {
    width: 75px;
    position: relative;
    margin-left: -25px;
    margin-top: 70px;
}

.right_flower_commitee {
    width: 250px;
    position: relative;
    margin-left: 200px;
    margin-top: -35px;
}

/* 個別ページ」 */
.title_search_content {}





/* トップ配置 */
.search-stage-top-left {
    /* display: flex; */

}

/* 他ページ飛び */
.thumbnail{
    /* position: relative; */
}
.detail_search_project_right {
    /* width: 90%; */
    /* justify-content: right; */
    flex-wrap: wrap;
    padding-left: 60px;
    margin: 0 auto;
}
.detail_search_project_first_row{
    display: flex;
    justify-content: right;
    /* margin-top: 100px; */
}
.detail_search_project_second_row{
    display: flex;
    justify-content: right;
    margin-bottom: 50px;
}
.detail-search-project-img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}
/* 企画を探す */
.detail-search-project-top-content {
    width: 150px;
    height: 150px;
    background-color: rgb(234, 143, 158);
    position: relative;
    margin: 0 auto;

}

.detail-search-project-top {
    padding-right: 10px;
    /* position: relative; */
    margin: 0 auto;
}

.detail-search-project-top-body {
    text-align: center;
    color: white;
    font-size: 25px;
    padding-top: 55px;
    
}

.detail-search-project-booth{
    position: relative;
}
.detail-search-project-booth-content {
    width: 150px;
    height: 50px;
    background-color: rgb(234, 143, 158);
    position: relative;
    margin: 0 auto;
}
.detail-search-project-booth::before{
    content: '模擬店';
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 3px;
      /*絶対配置で線の位置を決める*/
    position: absolute;
    left: 0;
      top:0;
    z-index: 1;
      /*背景の形状*/
    width: 100%;
    height: 0;
    background:rgb(234, 143, 158);

      /*アニメーションの設定*/
    transition: all .3s;
}
.detail-search-project-booth:hover::before{
    height: 100px;
      /*0.4秒遅れてアニメーション*/
    transition-delay: .2s;
    padding-top: 50px;
}

/* 教室企画を探す */
.detail-search-project-room{
    position: relative;
}
.detail-search-project-room-content {
    width: 150px;
    height: 50px;
    background-color: rgb(234, 143, 158);
    position: relative;
    margin: 0 auto;
}

/* .detail-search-project-room-body {
    text-align: center;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
} */
.detail-search-project-room::before{
    content: '教室';
    text-align: center;
    padding-top: 3px;
    /* margin-top: 100px; */
    color: white;
    font-size: 30px;
      /*絶対配置で線の位置を決める*/
    position: absolute;
    left: 0;
      top: 0;
    z-index: 1;
      /*背景の形状*/
    width: 100%;
    height: 0;
    background:rgb(234, 143, 158);

      /*アニメーションの設定*/
    transition: all .3s;
}
.detail-search-project-room:hover::before{
    height: 100px;
      /*0.4秒遅れてアニメーション*/
    transition-delay: .2s;
    padding-top: 50px;
}
/* 屋外ステージ企画を探す */
.detail-search-project-stage{
    position: relative;
}
.detail-search-project-stage-content {
    width: 150px;
    height: 50px;
    background-color: rgb(234, 143, 158);
    position: relative;
    margin: 0 auto;
}

.detail-search-project-stage {
    margin-right: 10px;
}
.detail-search-project-left_bottom {
    margin-right: 10px;
}
.detail-search-project-stage-body {
    text-align: center;
    color: white;
    font-size: 22px;
    padding-top: 8px;
    /* vertical-align: middle; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 40%; */
    /* margin: 0 auto; */
    /* transform: translate(-50%,-50%); */
    
}
.detail-search-project-stage::before{
    content: '屋外ステージ';
    text-align: center;
    color: white;
    font-size: 22px;
    padding-top: 10px;
      /*絶対配置で線の位置を決める*/
    position: absolute;
    left: 0;
      top:0;
    z-index: 1;
      /*背景の形状*/
    width: 100%;
    height: 0;
    background:rgb(234, 143, 158);

      /*アニメーションの設定*/
    transition: all .3s;
}
.detail-search-project-stage:hover::before{
    height: 90px;
      /*0.4秒遅れてアニメーション*/
    transition-delay: .2s;
    padding-top: 60px;
}
/* 実行委員会企画を探す */
.detail-search-project-official{
    position: relative;
}
.detail-search-project-official-content {
    width: 150px;
    height: 50px;
    background-color: purple;
    position: relative;
    margin: 0 auto;
}

.detail-search-project-official-body {
    text-align: center;
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%,-50%);

}
.detail-search-project-official::before{
    content: '実行委員会企画';
      /*絶対配置で線の位置を決める*/
    position: absolute;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 8px;
    left: 0;
      top:0;
    z-index: 1;
      /*背景の形状*/
    width: 100%;
    height: 0;
    background:purple;

      /*アニメーションの設定*/
    transition: all .3s;
}
.detail-search-project-official:hover::before{
    height: 95px;
      /*0.4秒遅れてアニメーション*/
    transition-delay: .2s;
    padding-top: 55px;
}

.detail-search-project-first {
    display: flex;
}

.detail-search-project-second {
    display: flex;
}







/* ジャンル */
.detail_genre_padding{
    /* width: 5px; */
    /* height: 10px; */
    
}
.detail-search-genre-img {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.detail-search-genre-com{
    justify-content: center;
    border: solid rgb(234, 143, 158);
    
}
.detail-search-genre{
    justify-content: center;
    border: solid rgb(234, 143, 158);
}
.detail-search-genre-icons {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5vw;
    

}

.detail-search-genre-content-body {
    padding-bottom: 2px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}



.detail-search-genre-body {
    /* margin-left: 10vw; */
    font-size: 1.3rem;
    width: 6rem;
    padding: 0.25em 1em 0.5em;
    border-left: solid 10px #6594e0;
    /* display: flex; */
    /* margin-top: 10px; */
    /* margin-left: -50px; */
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}

.detail-search-genre-all {
    display: flex;
    margin: 0 auto;
    width: 80%;
    align-items: center;
    justify-content: left;
    /* margin-left: 20vw; */
}

.detail-search-genre-entertainment-content {
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 2px;
}

.detail-search-genre {
    text-align: center;
}

.detail-search-genre:hover {
    background-color: rgb(195, 214, 235);
}
.detail-search-genre-com:hover {
    background-color: rgb(195, 214, 235);
}
.genre_space{
    width: 10px;
     height: 10px;

}






/* 場所 */
/* .detail-search-place-all {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: vw;
    padding-left: 2.4vw;

} */
.detail-search-place-all {
    display: flex;
    margin: 0 auto;
    width: 80%;
    align-items: center;
    justify-content: left;
}

.detail-search-place {
    display: flex;
    margin-top: 30px;
    align-items: center;
    /* width: 90%; */
}

.detail-search-place-icons {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 5vw;
}

.detail-search-place-content-body {
    font-size: 20px;
    align-items: center;
    /* font-weight: bold; */
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
   

}

.detail-search-place-content-place-body:hover {
    background-color: rgb(195, 214, 235);

}

.detail-search-place-body {
    
    font-size: 1.3rem;
    width: 6rem;
    padding: 0.25em 1em 0.5em;
    border-left: solid 10px #6594e0;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.detail-search-place-content-place-body {
    border: solid rgb(234, 143, 158);
    
}







/* 日時 */
.search_day_threeicons{
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
}
.detail-search-day-all {
    display: flex;
    margin: 0 auto;
    width: 80%;
    align-items: center;
    justify-content: left;

}

.detail-search-day {
    display: flex;
    margin-top: 20px;
    align-items: center;
    width: 90%;
}

.detail-search-day-body {
    font-size: 1.3rem;
    width: 6rem;
    padding: 0.25em 1em 0.5em;
    border-left: solid 10px #6594e0;
    display: flex;
    margin-top: 10px;
    /* margin-left: 10vw; */
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.detail-search-day-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 5vw;
}

.day-day {
    font-size: 40px;
}

.day-date {
    writing-mode: vertical-rl;
    text-align: center;
}

.detail-search-day-d1-date {
    font-size: 25px;
    
}

.detail-search-day-d2-date {
    font-size: 23px;
}

.detail-search-day-d3-date {
    font-size: 20px;
}

.threedays {
    display: flex;
    border: solid rgb(234, 143, 158);

    

}

.threedays:hover {
    background-color: rgb(195, 214, 235);
}
/* 検索ボックス */
.search_box_all{
    text-align: center;
    /* justify-content: left; */
}
.pic-container {
    display: grid;
    align-items: center;
    /* justify-items: left; */
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding: 0px 2rem;
    background-color: rgb(254, 254, 254);
}

.search-box {
    width: 300px;
    display: flex;
    /* justify-content: left; */
    margin: 0 auto;
    margin-top: 50px;
}

.search-box input[type="text"] {
    flex-grow: 1;
    padding: 0.7rem 0 0.7rem 0.8rem;
    border: 1px solid #333947;
    border-radius: 1.5rem 0 0 1.5rem;
}

.search-box button {
    cursor: pointer;
    padding: .8rem .9rem .8rem .8rem;
    border-radius: 0 1.5rem 1.5rem 0;
    border: none;
    background-color: rgb(195, 214, 235);
    color: #fff;
    font-size: .75rem;
}

.search-box input:focus {
    outline: 0;
    border: 1px solid #4ab6f6;
}

.search-box button:hover {
    color: #4ab6f6;
}


/* 諸注意 */
.attention-image {
    width: 90px;
}

.attention {
    display: flex;
    text-align: center;
    justify-content: center;

}

.attention-icons {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.attention-context {
    padding-top: 10px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

























/* カード */
.cardall {
    width: 100%;
    max-width: 2000px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.left-box {
    background-color: rgb(234, 143, 158);
    width: 200px;
    height: 300px;


}

.participants_image {}

.kikakupicture {
    width: 170px;
    height: 170px;
    object-fit: contain;
    margin-left: 15px;
    margin-top: 30px;

}

.icons {
    display: flex;
    margin: 0 auto;
}


.icon1{
    /* background-color: white;
    width: 10px;
    height: 10px;
    padding-left: 10px; */
    margin-right: 10px;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    background-color: white;
    margin-top: 15px;
}

.icon2 {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background-color: white;
    margin-top: 15px;
}

.icon3{
    width: 50px;
    height: 50px;
    background-color: white;
    margin-top: 15px;
}

.threeicons {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 5px;
}

.threeicons img {
    width: 100%;
    height: auto;

}

.right-box {
    width: 400px;
    height: 300px;
    z-index: -1;
    background-color: rgb(251, 240, 242);
    position: relative;
}

.d1 {
    display: flex;
}

.genre {
    width: 50px;
    /* margin-top: 15px; */
    margin-left: 15px;
}

.first-row {
    position: absolute;
    top: 15px;
    display: flex;
    align-items: center;

}

.program-name {
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 25px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}

.participants-name {
    color: #000;
    position: absolute;
    top: 60px;
    margin-left: 85px;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.date-image {
    color: #000;
    font-size: 30px;
    margin-left: 25px;
    /* margin-top: 3px; */
}

.date-row {
    display: flex;
    align-items: center;
    position: absolute;
    top: 100px;
}
.date-row-booth {
    display: flex;
    align-items: center;
    position: absolute;
    top: 125px;
}
.date-content {
   color: #000;
    margin-left: 30px;
    font-size: 15px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
.card_flower{
    position: absolute;
    right: 30px;
    top: 100px;
    transform: rotate(15deg);
}
.card_flower img{
    opacity: 30%;
    width: 80px;
    height: 80px;

}
.place-image {
    color: #000;
    font-size: 35px;
    margin-left: 27px;
    /* margin-top: 5px; */
}

.place-content {
    color: #000;
    /* margin: 0 auto; */
    margin-top: -2px;
    align-items: center;
    font-size: 15px;
    margin-left: 30px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.place-row {
    position: absolute;
    display: flex;
    align-items: center;
    top: 150px;
}

.message-content {
    color: #000;
    font-size: 20px;
    margin-left: 25px;
    margin-top: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}

.ps-line {
    width: 12em;
    height: 2px;
    margin-top: 40px;
    border-bottom: 2px dashed black;
    margin-left: 5px;

}

.message {
    position: absolute;
    bottom: 75px;
    display: flex;
}

.last-row {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.more-arrow {
    color: #000;
    right: 0px;
    bottom: 10px;
    padding-right: 20px;

    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}

.more-arrow-line {
    color: #000;
    position: relative;
    right: 0px;
    height: 20px;
    margin-top: -18px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    /*傾きを調節*/
    transform: skew(45deg);
}

.catchphrase {
    color: #000;
    position: absolute;
    bottom: 40px;
    left: 50px;
    font-size: 15px;
    margin-top: 2px;
    /* font-weight: bold; */
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

/* カード特殊 */
/* Back to the MEIJI */
.place_content_backtohtemeiji {
    color: #000;
    /* margin-top: 10px; */
    font-size: 15px;
    margin-left: 30px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.message_content_backtohtemeiji {
    color: #000;
    font-size: 20px;
    margin-left: 35px;
    margin-top: 10px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
.program-name_backtothemeiji {
    line-height: 1.1em;
    color: #000;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}

.ps-line_backtothemeiji {
    width: 12em;
    height: 2px;
    margin-top: 30px;
    border-bottom: 2px dashed black;
    margin-left: 5px;

}
.participants-name_backtothemeiji{
    color: #000;
    position: absolute;
    top: 75px;
    margin-left: 85px;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}


/* Look at MEdaisei */
.first-row_lookatmedaisei {
    display: flex;
    font-size: 20px;
    position: absolute;
    top: 15px;
    align-items: center;
}
.program-name-lookatmeidaisei {
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
.program-name-lookatmeidaisei {
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
/* 杉並区で一番受けたい授業 */
.first-row_bestclassinsuginami {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}

.program-name_bestclassinsuginami {
    color: #000;
    line-height: 1.1em;
    margin-left: 20px;
    font-size: 20px;
    align-items: center;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}


.program-name_bestclassinsuginami_second {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;

}
.participants-name_bestclassinsuginami{
    color: #000;
    position: absolute;
    top: 70px;
    margin-left: 85px;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
/* 明大彩 */
.message_meijiirodori {
    color: #000;
    display: flex;
    margin-top: -10px;
    position: absolute;
    bottom: 75px;
}

.program-name_meijiirodori {
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}


.catchphrase_meijiirodori {
    color: #000;
    position: absolute;
    bottom: 25px;
    left: 50px;
    font-size: 15px;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
/* そうだ宣伝しよう */
.date-content_souda {
    color: #000;
    margin-left: 30px;
    font-size: 15px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
/* 花火にこめて */
.program-name-fireworks{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
/* がらぽん */
.program-name-shopstreet {
    line-height: 1.1em;
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
/* インタビュー */
.catchphrase-interview {
    color: #000;
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 15px;
    margin-top: 2px;
    /* font-weight: bold; */
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
/* program_name */
/* r */
.program-name-r002{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
.program-name-r003{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
.program-name-r006{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 19px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
.program-name-r007{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
.program-name-r008{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
.program-name-r014{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r020{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r027{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r032{
    line-height: 1.1em;
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.program-name-r036{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 19px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r037{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r041{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 17px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r042{
    line-height: 1.1em;
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r049{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r051{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r053{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r054{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 19px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r056{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 17px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.participants-name-r059 {
    line-height: 1.1em;
    color: #000;
    position: absolute;
    top: 60px;
    margin-left: 85px;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
.program-name-r062{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.participants-name-r063 {
    font-size: 15px;
    line-height: 1.1em;
    color: #000;
    position: absolute;
    top: 60px;
    margin-left: 85px;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;

}
.program-name-r066{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-r069{
    line-height: 1.1em;
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
/* b */
.program-name-b002{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;


}
.program-name-b004{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b012{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 17px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b013{
    line-height: 1.1em;
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b015{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b020{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 17px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b021{
    line-height: 1.1em;
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b031{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b032{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b033{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b033{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b040{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b042{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.program-name-b043{
    color: #000;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.space {
    height: 100px;
}

#mixitup .mix {
    display: none;
}
