
ul.kome_list li {
    list-style: none;
    margin: 0.2em 0;
    padding-left: 1em;
    position: relative;
}
ul.kome_list li:before {
    content: '※';
    color: #fe0000;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gra_bt {
    color: #fff;
    background: linear-gradient(to right, #914c32, #b16f43, #b28247);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width: 380px;
}
.gra_bt * {
    color: #fff;
}
.gra_bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
}
@supports (-webkit-filter: blur(5px)) {
.gra_bt:before {
    background-image: linear-gradient(to right, #914c32, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
}
.gra_bt small {
    font-size: 0.8em;
    display: block;
    font-weight: normal;
    text-align: left;
}


/* プログラム */
.theme th {
    padding: 0 15px 10px 0;
}
.theme th p {
    color: #fff;
    background: #b06e43;
    padding: 0.3em 1em;
    text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    white-space: nowrap;
}
.theme td {
    padding-bottom: 10px;
}
.theme tr:last-child th,
.theme tr:last-child td {
    padding-bottom: 0px;
}

.prog_note .handoutnote_view {
    background: #f3f3f3;
    margin-top: 0.5em;
    padding: 0.5em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: none;
}
.prog_note .handoutnote_view li {
    list-style: square;
    margin-left: 1.5em;
    padding: 0;
}
.prog_note .handoutnote_view li {
    list-style: square;
    margin-left: 1.5em;
    padding: 0;
}
.prog_note .handoutnote_view li:before {
    content: none;
}

.program {
    margin-top: 30px;
}
.program .tab {
    list-style: none;
    margin-bottom: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.program .tab li {
    width: 48%;
    height: 4em;
    background: #989898;
    display: table;
    padding: 0.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    cursor: pointer;
	transition: .3s;
    position: relative;
}
.program .triple li {
    width: 32%;
    padding: 0.3em 0;
}
.program .tab li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #989898 ;
	-webkit-box-shadow: 0px 0px 5px 0px #989898 ;
	-moz-box-shadow: 0px 0px 5px 0px #989898 ;
	-o-box-shadow: 0px 0px 5px 0px #989898 ;
	-ms-box-shadow: 0px 0px 5px 0px #989898 ;
	transition: .3s;
}
.program .tab li.select {
    background: linear-gradient(to right, #914c32, #b16f43, #b28247);
	transition: .3s;
}
.program .tab li.select:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
	transition: .3s;
}
@supports (-webkit-filter: blur(5px)) {
.program .tab li.select:before {
    background-image: linear-gradient(to right, #914c32, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
	transition: .3s;
  }
}
.program .tab h2 {
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}
.program .tab h2 * {
    color: #fff;
}

.program .prog_list {
    position: relative;
}
.program .prog_list .omit {
	position: absolute;
	top: 0.5em;
	right: 0px;
}
.program .prog_list .prog_list2 {
    display: none;
}
.program .prog_list .theme {
    font-size: 1.8em;
    font-weight: bold;
    position: relative;
}
.program .prog_list h3 {
    font-size: 1.8em;
    font-weight: normal;
    padding-left: 1.8em;
    margin-bottom: 0.8em;
    position: relative;
}
.program .prog_list h3:before {
    content: '';
    display: block;
    width: 1em;
    height: 2px;
    background: #914c32;
    position: absolute;
    top: 50%;
    left: 0px;
}
.program .prog_list ul {
    padding-bottom: 15px;
}
.program .prog_list li {
    list-style: none;
    margin-bottom: 15px;
}
.program .prog_list li .target_label {
    font-size: 0.8em;
    padding: 0.1em 0.3em;
    margin-left: 0.5em;
    border: solid 1px #dddddd;
    display: inline-block;
}
.program .prog_list li h4 {
    font-size: 1.6rem;
    margin-bottom: 0.2em;
}
.program .prog_list li th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.program .prog_list li .summary_bt {
    margin-top: 0.8em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.program .prog_list li .summary_bt .outline_link a,
.program .prog_list li .summary_bt .outline_link span {
    color: #fff;
    background: #914c32;
    display: block;
    width: 10em;
    text-align: center;
    padding: 0.3em;
    margin-right: 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program .prog_list li .summary_bt .hadout_link a,
.program .prog_list li .summary_bt .hadout_link span {
    color: #fff;
    display: block;
    background: #b17043;
    width: 10em;
    text-align: center;
    padding: 0.3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program .prog_list li .summary_bt .outline_link span,
.program .prog_list li .summary_bt .hadout_link span {
    background: #989898;
}
.program .prog_list li .gaiyo_w {
    display: none;
    margin-top: 0.5em;
    padding: 0.5em;
    background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.program .prog_list li hr {
    border: none;
    border-bottom: dotted 2px #eee;
    margin-top: 1em;
}

.program .prog_list li .poster_label {
    padding: 0.1em 0.3em;
    margin-bottom: 0.2em;
    border: solid 1px #dddddd;
    display: inline-block;
}

/* 要旨折りたたみ */
.program .prog_list li .prog_bt {
    position: relative;
}
.program .prog_list li .prog_bt dl {
    margin-top: 0.3em;
}
.program .prog_list li .prog_bt dt {
    color: #fff;
    background: #1f79de;
    width: 10em;
    text-align: center;
    padding: 0.3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    cursor: pointer;
}
.program .prog_list li .prog_bt dd {
    display: none;
    margin-top: 8px;
    padding: 0.5em;
    background: #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program .prog_list li .prog_bt .hadout_link {
    width: 10em;
    position: absolute;
    top: 0px;
    left: 11em;
}
.program .prog_list li .prog_bt .hadout_link a {
    color: #fff;
    display: block;
    background: #02ae94;
    width: 10em;
    text-align: center;
    padding: 0.3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program .prog_list li .prog_bt .dummy_link {
    color: #fff;
    display: block;
    background: #ddd;
    width: 10em;
    text-align: center;
    padding: 0.3em;
    margin:0.3em 1em 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    display: inline-block;
}

.program .prog_list .prog_poster {
    display: none;
}
.program .prog_list .prog_poster > div {
	position: relative;
}
.program .prog_list .prog_poster h3:before {
    background: #1b195c;
}
.program .prog_list .prog_poster .poster_list .poster_count {
	font-size: 1.6rem;
	color: #3e419f;
	line-height: 1.2;
	display: table;
	text-align: center;
	width: 4em;
	padding: 0;
	margin-bottom: 0.3em;
	border: solid 1px #3e419f;
}
.program .prog_list .prog_poster .poster_list li .outline_link span {
    color: #fff;
    background: #989898;
    display: block;
    width: 10em;
    text-align: center;
    padding: 0.3em;
	margin-top: 0.8em;
    margin-right: 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program .prog_list .prog_poster .poster_list li .outline_link a {
    color: #fff;
    background: #1b195c;
    display: block;
    width: 10em;
    text-align: center;
    padding: 0.3em;
    margin-right: 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* ログイン */
#login form {
	margin: auto;
	width: 500px;
	max-width: 100%;
	text-align: center;
}
#login form label strong {
	font-weight: normal;
	margin-bottom: 0.6em;
	display: inline-block;
}
#login form input {
    font-size: 1.6rem;
    padding: 0.4em 0.5em;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    border: solid 1px #ddd;
	background: #f5f5f5;
}
#login form input:focus {
	background: #fff;
}
#login form .button_area {
  margin-top: 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#login form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
    cursor: pointer;
}
#login form button {
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 15px 3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px #dfdfcf ;
	-webkit-box-shadow: 0px 0px 8px 0px #dfdfcf ;
	-moz-box-shadow: 0px 0px 8px 0px #dfdfcf ;
	-o-box-shadow: 0px 0px 8px 0px #dfdfcf ;
	-ms-box-shadow: 0px 0px 8px 0px #dfdfcf ;
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
}

@media (min-width: 768px) {
.gra_bt {
    padding: 0.8em 2em;
}

/* プログラム */
.theme th {
    padding: 0 25px 20px 0;
}
.theme th p {
    padding: 0.3em 1em;
    width: 7em;
}
.theme td {
    padding-bottom: 20px;
}

.prog_note .handoutnote_view {
    padding: 0.8em 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.program {
    margin-top: 40px;
}
.program .tab li {
    height: 3.5em;
}
.program .tab li h2:before {
    height: 10px;
}
.program h2 small {
    font-size: 1.8rem;
}
.program .prog_list .theme {
    font-size: 2.2rem;
}
.program .prog_list h3 {
    font-size: 2.2rem;
}
.program .prog_list h3:after {
}
.program .prog_list ul {
    padding-bottom: 15px;
}
.program .prog_list li {
    margin-bottom: 20px;
}
.program .prog_list li h4 {
    font-size: 2rem;
}

.program .prog_list li .summary_bt {
    margin-top: 10px;
}
.program .prog_list li .summary_bt .outline_link a,
.program .prog_list li .summary_bt .outline_link span {
    width: 13em;
    padding: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.program .prog_list li .summary_bt .hadout_link a,
.program .prog_list li .summary_bt .hadout_link span {
    width: 13em;
    padding: 0.5em;
    margin-right: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.program .prog_list li .gaiyo_w {
    margin-top: 1em;
    padding: 0.8em 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* 要旨折りたたみ */
.program .prog_list li .prog_bt dl {
    margin-top: 10px;
}
.program .prog_list li .prog_bt dt {
    width: 13em;
    padding: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.program .prog_list li .prog_bt dd {
    margin-top: 10px;
    padding: 0.8em 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.program .prog_list li .prog_bt .hadout_link {
    width: 10em;
    left: 14em;
}
.program .prog_list li .prog_bt .hadout_link a {
    width: 13em;
    padding: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.program .prog_list li .prog_bt .dummy_link {
    width: 13em;
    padding: 0.5em;
    margin: 10px 1em 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    display: inline-block;
}

.program .prog_list .prog_poster .poster_list li {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.program .prog_list .prog_poster .poster_list .poster_count {
	font-size: 2rem;
	font-weight: 500;
	display: table-cell;
	width: 2.5em;
	margin-bottom: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.program .prog_list .prog_poster .poster_list li div {
	width: 80%;
	widht: -webkit-calc(100% - 70px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 70px);/*Firefox4~15対応*/
	width: calc(100% - 70px);  
}
.program .prog_list .prog_poster .poster_list li .outline_link span {
    width: 13em;
    padding: 0.5em;
	margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program .prog_list .prog_poster .poster_list li .outline_link a {
    width: 13em;
    padding: 0.5em;
	margin-top: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* ログイン */
#login form button {
    font-size: 1.8rem;
    padding: 20px 4em;
}
}

@media (min-width: 1200px) {
/* プログラム */
.program {
    margin-top: 50px;
}
.theme th {
    padding: 0 30px 30px 0;
}
.theme th p {
    padding: 0.4em 1em;
    width: 7em;
}
.theme td {
    padding-bottom: 30px;
}

.program .tab {
    margin-bottom: 40px;
}
.program .tab li {
    width: 475px;
}
.program .triple li {
    width: 300px;
}
.program .prog_list .theme {
    font-size: 2.4rem;
}
.program .prog_list h3 {
    font-size: 2.4rem;
}
.program .prog_list ul {
    padding-bottom: 20px;
}
.program .prog_list li {
    margin-bottom: 25px;
}
.program .prog_list li h4 {
    font-size: 2rem;
}

.program .prog_list li .summary_bt {
    margin-top: 15px;
}

/* 要旨折りたたみ */
.program .prog_list li .prog_bt dl {
    margin-top: 15px;
}

.program .prog_list .prog_poster .poster_list .poster_count {
	width: 3em;
}
.program .prog_list .prog_poster .poster_list li div {
	width: 80%;
	widht: -webkit-calc(100% - 90px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 90px);/*Firefox4~15対応*/
	width: calc(100% - 90px);  
}

/* ログイン */
#login form button {
    font-size: 2rem;
    padding: 20px 5em;
}

}


