@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700');

* {
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 1000px;
  font-family: "Noto Serif JP";
  
}

html{
  background-image: url(../photo/haikei3.jpg);
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body {
  margin: 0;
  
  font-family: 'Noto Sans', sans-serif;

  letter-spacing: 0.5px;
}


.container {
  margin-left: 0px;
  margin-right: 10px;
  color: #aa529d;
  width: 75%;
  padding-left: 0px;
  padding-top: 15px;
  max-width: none;
  /*border: 2px solid #000; /* ボーダーの調整 */ 

}

article {
  display: flex;
  flex-direction: row;
  background-color: #fff9fe;
  padding-bottom: 30px;
  overflow: hidden;
}

.header {
  height: 70px;
  font-size: 18px;
  background-color:#ffffff;
  list-style: none;
}

footer{
  background-color: #ffffff;
  display: flex;
  background-color:none;
  height: 50px;
  margin-top: 0;
  margin-bottom: auto;
  box-shadow: none;
}

.copyright p{
  width: 100%;
  font-size: 10pt;
  text-align: center;
}

.jyunbi{
  height: auto;
}

.kaigyou{
  display: none;
}

/*↓ヘッダー内容*/
.header__logo {
  margin-left: 25px;
  height: 70px;
  text-align: center;
}


.header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header_nav{
    margin-right: 0;
    z-index: 99888;
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  right: 0;
  z-index: 99999;/* 重なり順を一番上にする */
  cursor: pointer;
  background-color: #ffffff;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 90000;
    background: #fff;
    transition: .5s;
    opacity: 0.9;
    font-size: 15pt;
    overflow: auto;
  }
  
  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
    
  }
  
  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    left: 0;/* メニューを画面に入れる */
  }
/*↑ヘッダー内容*/

/*
  .content{
      flex-direction: column;
  }*/

/*↓サイドバー*/
  .sidebar{
    margin-top: 0px;
    position: sticky;
    top: 0;
    width: 25%;
    padding: 8px;
  /*border: 2px solid #000; /* ボーダーの調整 */
  }

  .nav1{
      box-sizing: border-box;
      z-index: 30;
      font-size: 13pt;
      }
    
      
      .nav1 ul{
        width: 100%;
        list-style: none;
        text-align: center;
        padding-left: 0;
        font-weight: 500;
    }
    
    
    /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.nav1 ul li{
       width: 100%; 
       position: relative;
    }
    
    /*ナビゲーションのリンク設定*/
nav ul li a{
        width: 100%;
        display: block;
        text-decoration: none;
        color: #aa529d;
        padding:10px;
        margin-bottom: 2px;
        transition:all .3s;
        background-color: #ffffff;
    }
    
nav ul li a:hover{
        color:#ff5f5f;	
        background-color: aqua;
    }

.sideimg{
  width: 110%;
  padding-right: 30px;
}
/*↑サイドバー*/

/*h2とかpとか*/
   h1{
    font-size: 25pt;
    color: #aa529d;
   }

  h2{
    border-bottom: #aa529d 2px solid;
    border-left: #aa529d 8px solid;
    color: #333333;
    margin-top: 20px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15pt;
    text-align: left;
    overflow: hidden;
  }

  h3{
    border-bottom: #aa529d 2px solid;
    color:#aa529d;
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 15pt;
  }

  h4{
    font-size: 14pt;
    margin-top: 10px;
  }

  h4 span{
    color: #1c2649;
    font-size: 12pt;

  }

  .sankasya h4{
    margin-top: 30px;
  }

  .sinpo{
    padding-top: 30px;
  }

  h5{
    font-size: 14pt;
    padding: 10px 0 0 0;
  }

  h6{
    font-size: 13pt;
    padding: 10px 0 0 0;
  }

  .h7{
    color:#aa529d;
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15pt;
    font-weight: bold;
  }

  .proh3{
    color: #2b2929;
    padding-top: 0;
    margin-top: 40px;
  }

  p{
    font-size: 13pt;
    padding-left: 15px;
    color: #333;

  }

  ul{
    color: #333;
  }

  .lin:hover{
    text-decoration: none;
    color: #f13f79;
  }

  span{
    font-size: 11px;
  }

  .top-wrapper img{
    width: 100%;
  }

  .header img{
    width: 100%;
  }
  
.coi img{
  width: 95%;
}

.gazo1{
  max-width: 100%;
  height: auto;
}

.gazo2{
  max-width: 100%;
  height: auto;
}


.gazo-box{
  display: none;
}

.ura{
  width: 75%;
}

.left{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.box1{
  width: 70%;
}

.box2{
  width: 50%;
}
/*h2とかpとか*/
  


/*↓おしらせのとこ*/
.infomation{
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}

.infomation h2{
  clear: both;
  margin-top: 20px;
}

 .info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 90%;
    height: 13em;
    margin: 0 auto;
    overflow-y: scroll;
  }
  
  @media (min-width:700px) {
    .info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      flex-wrap: wrap
    }
  }
  
  .info dd,
  .info dt {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: .5em;
    padding-left: .5em;
  }
  
  .info dt {
    font-style: normal;
    font-weight: initial
  }
  
  @media (min-width:700px) {
    .info dt {
      width: 12.5em;
      margin-bottom: .5em;
      border-bottom: 1px dotted #343a40
    }
  }
  
  .info dt:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
  
  .info dt time {
    margin-right: .5em
  }
  
  .info dt span {
    box-sizing: border-box;
    display: inline-block;
    width: 7em;
    margin-right: .5em;
    padding: 0 .5em;
    background-color: #009688;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center
  }
  
  .info time {
    color: #adb5bd
  }
  
  .info dd {
    margin-left: 0;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
  
  @media (min-width:700px) {
    .info dd {
      width: calc(100% - 12.5em)
    }
    .info dd:first-of-type {
      padding-top: .5em;
      border-top: 1px dotted #343a40
    }
  }
  
  .info dd:nth-of-type(-n+3) {
    position: relative
  }
/*↑おしらせのとこ*/


/*↓演題募集のところとか*/
ol{
  list-style-type: decimal;
  padding-left: 25px;
  font-size: 12pt;
  color: #333;

}

.message{
  display: flex;
  flex-direction: column;
}

.message img{
  width: 200px;
}

.aisatu{
  padding-top: 5px;
}

.another{
  display: none;
}

.another img{
  width: 33%;
  margin: 10px;
}
.another img:hover{
  opacity: 0.5;
  transition: 0.3s;
}

.name{
  vertical-align: bottom;
  padding-left: 5px;
  padding-bottom: 5px;
}

.message p{
  padding-top: 30px;
}

table{
  float: left;
  padding-left: 5px;
  color: #333;
}
.dl_table {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  margin: 14px;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  font-size: 11pt;
}

.dl_table dt {
  font-weight: bold;
}
.dl_table dt,
.dl_table dd {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  border-right:  1px solid #333;
  border-bottom: 1px solid #333;
}

.dl_table2 {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  margin: 15px;
  width: 400px;
  font-size: 12pt;
}

.dl_table2 dt {
  padding: 3px;
  box-sizing: border-box;
  border-right:  1px solid #333;
  border-bottom: 1px solid #333;
}

.money{
  font-size: 13pt;
}

.tyui{
  width:450px
}

.list1{
  list-style-type:disc;
  padding-left: 15px;
}

.list1 li{
  font-size: 13pt;
  color: #333;
}

.list2{
  list-style-type: square;
  padding-left: 20px;
}

.list2 li{
  font-size: 13pt;
  color: #333;
}


.list3{
  list-style-type:disc;
  padding-left: 30px;
  margin: 0;
}

.list3 li{
  font-size: 13pt;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: auto;
}

.abc{
  padding-left: 30px;
}

.toiawase{
  padding-top: 5px;
  padding-bottom: auto;
  margin: 0;
}

.program{
  padding-top: 5px;
  padding-bottom: auto;
  margin: 0;
}

.simekiri{
  text-align: center;
  margin-bottom: 30px;
}

iframe{
  width: 100%;
}

.gaiyou{
  max-width: 100%;
  width: 100%;
  margin:  5px  0px  30px 0;
  padding-right: 10px;
 }

.gaiyou .table-left {
  text-align: center;
  width: 35%;
  color: #333333;
  padding: 5px 0;
  border-bottom: dotted 1px #555;
}
.gaiyou  td{
  margin-left: 0; /*初期値リセット*/
  width: 65%;
  color: #333;
  padding: 5px 0;
  border-bottom: dotted 1px #555;
}


.br-sp {
  display: none;
}

/*↑演題募集のところとか*/

/*↓ボタンとか*/

/* buttonタグのリセットCSS（不要な場合，セレクタごと削除してください） */
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.buttonround {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #5999e8;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

@media (any-hover: hover) {
  .buttonround {
    transition: background-color 0.2s;
  }

  .buttonround:hover {
    background-color: darkgray;
  }
}

.probutton{
background-color: #5999e8;
    color: #ffffff;
    padding: 5px;
    font-size: 100%;
    font-weight: bold;
    margin: 20px 10px 5px 10px;
    max-width: fit-content;
    border-radius: 10px; 
}

.topprobutton{
  color: #ffffff;
  padding: 5px;
  font-size: 15pt;
  font-weight: bold;
  margin: 10px 10px 5px 10px;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #c862b9;
  border-radius: 10px;
}

.prodate{
  text-align: right;
  font-size: 12pt;
  color: #333;
  margin-right: 10px;
  margin-bottom: 15px;
}

.round1{
  margin-right: 10px;
}

.prog{
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.prog2{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
/*↑ボタンとか*/

/*↓SNSのところ*/
/* 共通のアイコンエフェクト */
.socialEffect__link {
  margin: .3em;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 99995;
  color: #bfbfbf;
  font-size: 1.6rem;
  background: rgba(60, 64, 78, 0.9);
  transition: transform ease-out 0.2s;
}

.socialEffect__box li {
  display: inline-block;
}


/* フェイスブック用アイコン設定 */
.icon-facebook::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fa-facebook-f {
  display: inline-block;
  color: #fff;
}
.icon-facebook:hover {
  background: #3b5998;
  transform: scale(0.9);
}

/* X用アイコン設定 */
.icon-x::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fa-x-twitter {
  display: inline-block;
  color: #fff;
}

.fa-x-twitter:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold;
}
.icon-x:hover {
  background: #000000;
  transform: scale(0.9);
}

.socialEffect__box li{
  margin: 0 auto;
  text-align: center;
  padding: 0 auto;
}
/*↑SNSのところ*/

/*↓概要の表*/
.sub_dl {
	max-width:100%;
  width: 100%;
  table-layout: fixed;
}
.table-left{
	width: 35%;
  border-bottom: dotted 1px #555555;
	font-weight: bold;
}
.sub_dl td{
  padding: 7px 0;
  height: 20px;
	border-bottom: dotted 1px #555555;
  color: #333;
  background-color:  #fff9fe;;
}

.iin{
  width: 20%;
}
 

.sub_dl dd a:hover {
	text-decoration: none;
  color: #f13f79;
}
/*↑概要の表*/


.delred{
  color: red;
}

.no-links{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
  background-color: #a9c7ec;
}


/* 画面サイズが699px以下の時はPC用メニューは非表示 */
@media screen and (max-width: 699px) {
    .nav1 {
      display: none;
    }
  
    body{
      width: 100%;
      background-color: #def3f7
    }

    .container{
        margin-left: 5px;
        margin-right: 5px;
        width: 100%;
        padding-left: 0px;
        padding-top: 15px;
        z-index: 25;
        float: left;
    }
    .header{
        width: 100%;
        position: fixed;
        z-index: 99998;
    }

    .article {
        display: block;
        
      }

      h1{
        font-size: 20pt;
      }

      body h2{
        color: #333333;
        padding-left: 10px;
        margin-bottom: 10px;
        font-size: 14pt;
        width: auto;
      }
    
      body h3{
        padding-left: 10px;
        margin: 10px 0;
        font-size: 14pt;
        width: auto;
      }  
      
      body .h7{
        padding-left: 10px;
        margin: 5px 0;
        font-size: 14pt;
        width: auto;
      }


      .content{
        margin-top: 70px;
        padding-right: 20px;
      }
      
      .sidebar{
        width: 0;
        margin: 0;
        padding: 0;
      }

      .sidebar h2{
        display: none;
      }

      .nav1{
        width: 0;
        margin: 0;
        padding: 0;
      }

      .money{
        font-size: 16pt;
      }
      

      .table-left{
        width: 20%;
        padding: 3px 0;
      }

      .iin{
        table-layout: auto;
        width: 20%;
      }

      .syozoku{
        width: 60%;
      }

      .gazo-box{
        display: flex;
        flex-direction: row;
        padding-top: 50px;
      }

      .gazo1{
        max-width: 98%;
      }

      .gazo2{
        max-width: 98%;
      }


      .another{
        display: block;
      }

      .another img{
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
      }

      .gaiyou{
        width: 100%;
        max-width:auto;
        color: #333;
        font-size: 11pt;
       }
      .gaiyou .table-left{
        width: 30%;
      }
      .gaiyou td {
        margin-left: 0; /*初期値リセット*/
        width: 70%;
      }

      .icon-facebook {
        background: #3b5998;
      }

      .icon-x {
        background: #000000;
      }

      .header img{
        width: 80%;
      }

      .info .dtnone{
        display: none;
      }

      .left{
        display: inline;
      }

      .ura {
        width: 100%;
      }

      .box1{
        width: 100%;
      }

      .box2{
        width: 100%;
      }
    }

  @media screen and (max-width: 529px) {
    h1{
      font-size: 15pt;
    }

    footer{
      font-size: 5pt;

    }

    .kaigyou{
      display: block;
    }

    .br-sp {
      display: block;

  }
  }

  /* 画面サイズが700px以上の時はスマホ用メニューは非表示 */
  @media screen and (min-width: 700px) {
    .header_nav {
      display: none;
    }

    body{
      box-shadow: 0 0 15px gray;
    }
    #formWrap {
      width:700px;
      margin:0 auto;
      color:#555;
      line-height:120%;
      font-size:90%;
    }
    table.formTable{
      width:100%;
      margin:0 auto;
      border-collapse:collapse;
    }
    table.formTable td,table.formTable th{
      border:1px solid #ccc;
      padding:10px;
    }
    table.formTable th{
      width:30%;
      font-weight:normal;
      background:#efefef;
      text-align:left;
    }
    /*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
    @media screen and (max-width:572px) {
    #formWrap {
      width:95%;
      margin:0 auto;
    }
    table.formTable th, table.formTable td {
      width:auto;
      display:block;
    }
    table.formTable th {
      margin-top:5px;
      border-bottom:0;
    }
    form input[type="text"], form textarea {
      width:80%;
      padding:5px;
      font-size:110%;
      display:block;
    }
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
      display:block;
      width:100%;
      height:40px;
    }
    }
  }