@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		/*display: inline-block;*/
		line-height: 1;
		text-transform: none;
		letter-spacing: normal;
		word-wrap: normal;
		white-space: nowrap;
		direction: ltr;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		-moz-osx-font-smoothing: grayscale;
		font-feature-settings: 'liga';
    vertical-align: -3px;
}

/* Googleアイコン */
/* アイコンのサイズを変更するためのルール */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 明るい背景の場合に黒色でアイコンを表示 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 暗い背景の場合に白色でアイコンを表示 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


html {
	display: flex;
	flex-direction: column;
	scroll-behavior: smooth;
}

body {
	font-size: 14px;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.site-content {
	flex: 1 1 auto;
	padding-bottom: 50px;
}
.site-content + .container {
	max-width: 1080px;
}

.site-content2 {
  flex: 1 1 auto;
  padding-top: 120px;
}

/* TOP インフォメーション */
.top-day-info{
	/*width: 100%;*/
	margin-bottom: 40px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #EFEFEF;
}
.top-day-info h6{
	font-size: 1.6rem;
	font-weight: 700;
	padding: .5rem 1rem 1rem 1.5rem ;
  letter-spacing: .2rem;
}
.top-day-info p{
	padding: .5rem 0 .5rem 2.5rem;
  font-size: 1.0rem;
  letter-spacing: .1rem;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .top-day-info{
	margin-bottom: 0;
  margin-top: 20px;
}
  .top-day-info h6{
	font-size: 1.4rem;
	font-weight: 700;
	padding: .5rem;
}
  .top-day-info p{
	padding: .5rem;
}
  .ban_area {
  margin-top: 1rem!important;
}
}


/* 上へ戻る */
/*#back-to-top {
	position: fixed;
	right: 25px;
	bottom: 15px;
}
#back-to-top a {
	color: white;
	background-color: rgba(42, 43, 54, 0.4);
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
#back-to-top a:hover {
	background-color: rgba(42, 43, 54);
}*/


/* Footer */
footer {
	background-color: #143463;
	height: 80px;
	padding-top: 10px;
	border-top: 1px solid #4E5663;
}
footer p {
	font-size: .9rem;
	text-align: center;
	color: #ccc;
}
/* @end */

/* margin */
.mg_b1 {
  margin-bottom: 1rem;
}
.mg_b2 {
  margin-bottom: 2rem;
}
.mg_b4 {
  margin-bottom: 4rem;
}
.mg_t1 {
  margin-top: 1rem;
}
.mg_t2 {
  margin-top: 2rem;
}
.mg_t4 {
  margin-top: 4rem;
}

/* センタリング */
.ce {
  text-align: center;
}
.ce span {
  font-weight: 600;
  font-size: 1.2rem;
}

/* バナーエリア大1つだけ */

#banner_area_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner_area_one::after{
  content:"";
  display: block;
  width:30%;
}
#banner_area .banner_container {
  width: 100%;
  text-align: center;
}


/* バナーエリア大 */
.ban_area {
  margin: 4rem auto;
}
#banner_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner_area::after{
  content:"";
  display: block;
  width:30%;
}
#banner_area .banner_container {
  width: 33.3333%;
  text-align: center;
  padding: .5rem;
}
#banner_area img {
	/*max-width: 340px;*/
}
@media (max-width: 600px) {
  #banner_area {
  text-align: center;
}
  #banner_area img {
    width: 90%;
  }
  #banner_area .banner_container {
  width: 100%;
}
	#banner_area img {
		/*width: calc(50% - 2px);*/
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center;
	}
}

/*　バナーエリア小　*/
#banner_area_s {
 display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
#banner_area_s::after{
  content:"";
  display: block;
  width: 40%;
}
#banner_area_s .banner_container_s {
  width: 15%;
  text-align: center;
  padding:.5rem;
  /*padding-bottom: .5rem;*/
}
#banner_area_s img {
	max-width: 152px;
}
@media (max-width: 600px) {
  #banner_area_s {
  text-align: center;
}
  #banner_area_s .banner_container_s {
  width: calc(50% - 2px);
  text-align: center;
}
	#banner_area_s img {
		/*width: calc(50% - 2px);*/
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center;
	}
}

/* table */
.table_tit {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0 .5rem .5rem;
}
.table {
  margin-bottom: 4rem;
}
.table, .table th, .table thead th {
	color: #6f6f6f;
}
.table.is-fullwidth thead th {
	text-align: center;
}
.table th {
	white-space: nowrap;
  background-color: rgba(251,233,226,1.00);;
}
/*.table th, .table td {
	vertical-align: middle;
  line-height: 1.8;
  padding: 1rem;
}*/

/* 日程表　table */
.table.schedule th {
	vertical-align: top;
  text-align: center;
  border: 1px solid #dbdbdb;
  padding: 0.5em 0.75em;
}
.table.schedule td {
	vertical-align: top;
  text-align: left;
  border: 1px solid #dbdbdb;
  padding: 0.5em 0.75em;
}
.table.schedule td.chair {
	vertical-align: top;
  text-align: right;
  border: 1px solid #dbdbdb;
  padding: 0.5em 0.75em;
}
.table.schedule .cat {
  background-color: #fef8fc;
}
.table.schedule .time {
  background-color: #FEFFE5;
}
.table.schedule .bold {
  font-weight: 600;
}
.table.schedule .tit_no a {
  font-weight: 600;
}
.table.schedule .delimiter {
  background-color: #eee;
  padding: 0;
}
.table.schedule td dl dt {
	float: left;
}
.table.schedule td dl dd {
	margin-left: 8em;
}
.table.schedule td:empty {
	background: url(../img/na.png);
}

/*　プログラム　table　*/
.program {
  margin-top: 4rem;
  word-break: break-all;
  /*word-wrap: break-all;*/
  width: 100%;
}
.program th {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  background: rgb(255,126,0);
  background: linear-gradient(128deg, rgba(229,87,30,1.00) 86%, rgba(196,64,0,1) 86%);
  color: #fff;
  padding: 1rem .5rem;
  border: 1px solid #dbdbdb;
  width: 100%;
}
.program td {
	vertical-align: top;
  text-align: left;
  border: 1px solid #dbdbdb;
  padding: 0.5em 0.75em;
  width: 100%;
}
.program .program_no {
  width: 15%;
  background-color: #EBEBEB;
  font-size: 1rem;
	font-weight: bold;
  text-align: center;
}
.program tr:last-child td, .program tr:last-child th {
  border: 1px solid #dbdbdb;
  border-bottom-width: 1 !important;
}
.program .break {
	line-height: 50px;
  font-weight: 600;
  text-align: center;
}
.program .break::before{
　content:"\e56c";
　font-family:"Material Symbols Outlined";
}
.program .break:not(:first-child) {
  font-weight: bold;
  margin-top: 8px;
}
.program .break:before {
  font-family: 'Material Icons';
  content: "\e56c";
  font-weight: normal;
  font-style: normal;
  margin-right: .3rem;
  position: relative;
  top: 1px;
}
.program .chair {
	text-align: right;
	}
.program .program_no a:link {
	text-decoration: none;
	font-weight: 600;
	color: rgba(188,106,75,1.00);
}
.program .program_no a:hover {
	opacity: 0.5;
	transition-duration: 500ms;
}
.program .daimoku {
	font-size: 1.0rem;
	text-align: left;
}

@media (max-width: 600px) {
  .program {
  margin-top: 2rem;
}
  .program th, .program td {
    width: 100%;
    display: block;
  }
  .program .program_no {
    width: 100%;
    text-align: left;
}
}


/*　　一括DLボタン　　*/
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn-c {
  font-size: 1.2rem;
  position: relative;
  padding: 1.2rem 1.8rem 1.2rem 1.8rem;
  border-radius: 100vh;
}
a.btn-c i.fa {
  margin-right: .5rem;
}

/*　　テキスト装飾　　*/
h1 {
  font-size: 2.0rem;
  text-align: center;
}
h2 {
  border-bottom: 2px dotted #ccc;
  font-size: 1.6rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.text_box {
  font-size: 1rem;
  letter-spacing: .1rem;
  line-height: 1.5;
  margin: 1rem 2rem 2rem 2rem;
}
.text_img img {
	margin-right: 4px;
	height: 24px;
	vertical-align: bottom;
}

/*　特別講演など　*/
.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1.0rem;
}
.special_tb {
    box-sizing: border-box;
}

/*　オンライン開催について　*/
.list_01 {
    margin-left: 1rem;
}
.list_01 ul, ol {
    padding: 0 0.5rem 0.5rem 1em;
}
.list_01 ul li, ol li {
    list-style-type: disc;
    padding: 0.5em 0;
}
.zoom_box_tit {
    position: absolute;
    top: -0.8em;
    left: 20px;
    font-weight: bold;
    font-size: 1.2em;
    background: #fff;
    color: #666;
    padding: 0 0.5em;
}
ol.online {
    counter-reset: list;
    list-style-type: none!important;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 0;
}
ol.online li {
    position: relative;
    list-style-type: none!important;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-bottom: dashed 1px #d4d4d4;
}
ol.online li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #d4d4d4;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zoom_box {
    margin: 1em 0;
    padding: 1em;
    position: relative;
    border: 1px solid #d4d4d4;
}
table.hbg {
    background-color: #f0ffff;
    font-size: 10.5pt;
    color: #333;
    border: 1px solid #033;
}
table td:not([align]), table th:not([align]) {
    text-align: inherit;
}
table.hbg th {
    background-color: #EBEBEB;
    padding: 3px;
    border: 1px solid #033;
    color: #333;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
table.hbg td {
    padding: 3px;
    border: 1px solid #033;
    background-color: #FFF;
}

/*　一括ダウンロード　*/
.btn-flat-border {
    display: inline-block;
    padding: 0.5em 1.5em;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    transition: .2s;
    background-color: rgba(188,106,75,1.00);
    box-shadow: 0 0 10px -6px rgba(10,10,10,0.6);
}

/* about.html 数字リスト */
.about {
  font-size: 14px;
}
.about li {
  /*text-indent: -0.5em;*/
  padding-left: 0.5em;
  list-style-type: decimal;
}
li::marker {
  font-weight: bold;
  color: #e32222;
}
/*　download.html　*/
/*　画像横並び　*/
div#2-pic {
  /*margin: auto;*/
  text-align: center;
  width: 100%;
  margin-top: 4rem;
}
div#left-pic {
  display: inline-block;
  padding: 10px;
}
div#right-pic {
  display: inline-block;
  padding: 10px;
}

/*　TOPへ戻る　*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.table tbody tr:last-child td, .table tbody tr:last-child th {
  border-bottom-width: 1!important;
  vertical-align: top;
  text-align: left;
  border: 1px solid #dbdbdb;
  padding: 0.5em 0.75em;
}