@charset "utf-8";
/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  font-size: 2rem;
  color: #6F9988;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: fit-content;
  letter-spacing: 2px;
}
.c_ttl_type02 img{
  width: fit-content;
  object-fit: contain;
}

/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--main_color);
  letter-spacing: 2px;
}

/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 7.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 100px;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--main_color);
  position: relative;
  padding-bottom: 20px;
}
.c_ttl_type05::after{
  content: '';
  background: #6F9988;
  width: 30px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*----------------------------------------------
    .c_ttl_type06
---------------------------------------------*/
.c_ttl_type06 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--main_color);
}
.c_ttl_type06.is_small {
  font-size: 2.4rem;
}


/*----------------------------------------------
    .c_day_header
---------------------------------------------*/
.c_day_header{
  padding: 18px 0;
  font-size: 2.4rem;
  color: var(--main_color);
  border-bottom: 1px solid var(--main_color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_day_header span{
  font-weight: bold;
  font-size: 2.8rem;
}

/*----------------------------------------------
    .c_time
---------------------------------------------*/
.c_time{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 242px;
  font-weight: 500;
}

/*----------------------------------------------
    .c_table_line
---------------------------------------------*/
.c_table_line {
  width: 100%;
  background: #fff;
}
.c_table_line tr{
  border-top: 1px dashed #D3D3D3;
}
.c_table_line tr td{
  height: 132px;
  position: relative;
}

/*----------------------------------------------
    .c_ses
---------------------------------------------*/
.c_ses {
  position: absolute;
  top: 1px;
  width: 93%;
  /* background: #F3F3F3; */
  background: #fff;
  border: 2px solid var(--main_color);
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.59rem;
  height: 129px; /* 30分 */
}
/* 時間 */
.c_ses.is3h { height: 789px; }
.c_ses.is1h { height: 260px; }
.c_ses.is1h30m { height: 392px; }
.c_ses.is2h15m { height: 540px; }

/* 半分 */
.c_ses.is_harf{
  width: calc(93% / 2 - 5px);
  right: unset;
  left: calc((100% - 93%) / 2 );
}
.c_ses.is_harf + .c_ses.is_harf{
  right: calc((100% - 93%) / 2 );
  left: unset;
}

/* 色 */
/* .c_ses.is_color01 { background: #E7EDF1; }
.c_ses.is_color01 .is_header { border-color: #CAD7E0; }
.c_ses.is_color02 { background: #E7F1EE; }
.c_ses.is_color03 { background: #F1E7F0; }
.c_ses.is_color03 .is_header { border-color: #CEBBCC; } */

/* その他 */
.c_ses.is_jimu {
  height: 44px;
  top: 17px;
}
.c_ses.is_heikai {
  height: 63px;
  top: 66px;
}

.c_ses.is_en_op {
  line-height: 1.1;
}

.c_ses .is_time {
  font-size: 1.5rem;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.c_ses .is_inner {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.c_ses .is_inner.is_lg {
  gap: 8px;
}
.c_ses .is_inner .is_time{
  margin-bottom: 0;
}
.c_ses .is_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.c_ses .is_header {
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.c_ses .is_header.is_noborder {
  border: none;
}

.c_ses .is_person{
  display: flex;
  align-items: flex-start;
}

.c_ses .is_aff{
  text-indent: -1em;
  margin-left: 0.5em;
}

/*----------------------------------------------
    .c_dir_photo
---------------------------------------------*/
.c_dir_photo {
  width: 100%;
  text-align: center;
}
.c_dir_photo img{
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-bottom: 18px;
  aspect-ratio: 20 / 25;
  object-fit: cover;
}
.c_dir_photo .is_name{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.c_dir_photo .is_aff{
  font-size: 1.6rem;
}
.c_dir_photo .is_ttl{
  font-size: 2.8rem;
  color: var(--main_color);
  font-weight: bold;
  margin-bottom: 20px;
}

/* ちいさい */
.c_dir_photo.is_small img{
  max-width: 220px;
}
.c_dir_photo.is_small .is_name{
  font-size: 2.2rem;
}
.c_dir_photo.is_small{
  font-size: 1.4rem;
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}

.c_table_type01 th,
.c_table_type01 td {

}

.c_table_type01 th {
  background: transparent;
  color: #374D2A;
  font-weight: bold;
  text-align: right;
  padding: 0 10px;
  padding-left: 0;
}

.c_table_type01 td {
}


/*----------------------------------------------
	.c_table_type02
---------------------------------------------*/
.c_table_type02 {
  width: 100%;
  position: relative;
}

.c_table_type02 th,
.c_table_type02 td {
  padding: 6px 10px;
  border: 1px solid #a1a79b;
  white-space: nowrap;
  word-break: keep-all;
}

/* .c_table_type02 thead {
  position: sticky;
  top: -1px;
} */

.c_table_type02 thead th {
  background: #d4e2cc;
  /* color: #fff; */
}

.c_table_type02 td {
  background: #fff;
}


/*----------------------------------------------
	.c_table_type03
---------------------------------------------*/
.c_table_type03 {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}

.c_table_type03 th,
.c_table_type03 td {

}

.c_table_type03 th {
  background: #d3dacf;
  color: #374D2A;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  width: 80px;
  padding-left: 0;
}

.c_table_type03 td {
  padding-left: 20px;
}


/*----------------------------------------------
  	.c_para_type01
---------------------------------------------*/
.c_para_type01 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*----------------------------------------------
  	.c_para_type02
---------------------------------------------*/
.c_para_type02 {
  text-indent: 1em;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*----------------------------------------------
  	.c_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}


/*----------------------------------------------
	.c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
  color: var(--main_color);
  font-size: 1.5rem;
  padding: 14px 0;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  transition: 0.1s;
  border: 1px solid var(--main_color);
  text-decoration: none;
}

.c_btn_type01:hover{
  background: var(--main_color);
  color: #fff;
}

/* もっと見る */
.c_btn_type01.is_more{
  max-width: 250px;
  width: 100%;
  position: relative;
}
.c_btn_type01.is_more::after{
  content: '+';
  color: var(--main_color);
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  transform: scaleX(1.05);
  top: calc(50% - 30px / 2 - 1px);
  right: 20px;
}
.c_btn_type01.is_more:hover::after{
  color: #fff;
}
.c_btn_type01.is_more.is_open::after{
  content: '-';
  transform: scaleX(2);
  right: 24px;
}

/*----------------------------------------------
	.c_btn_type02
---------------------------------------------*/
.c_btn_type02 {
  color: #fff!important;
  font-size: 1.5rem;
  padding: 14px 0;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  background: #198a5d;
  cursor: pointer;
  transition: 0.1s;
  text-decoration: none;
  position: relative;
  border: none;
  display: block;
}

.c_btn_type02.is_registration {
  max-width: 350px;
  margin-top: 20px;
  font-size: 2.4rem;
  padding: 16px 0;
  line-height: 1.3;
}

.c_btn_type02.is_registration.is_jp {
  font-size: 2.2rem;
  padding: 16px 0;
  max-width: 300px;
}

.c_btn_type02.is_registration::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px / 2);
  right: 20px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  display: block;
  background: #fff;
  width: 8px;
  height: 10px;
  margin: 0;
}

.c_btn_type02:hover{
  opacity: 0.7;
}

/* PDF */
.c_btn_type02.is_pdf{
  max-width: 350px;
  padding: 20px 0;
  font-size: 1.8rem;
  width: 100%;
  position: relative;
  display: inline-block;
}
.c_btn_type02.is_pdf::after{
  content: '';
  background: url(../images/icon_pdf.svg) no-repeat;
  width: 15px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 20px / 2 - 2);
  right: 20px;
}

span.c_btn_type02{
  background: #d1d1d1;
  cursor: default;
}

span.c_btn_type02:hover{
  opacity: 1;
}

/* WHITE */
.c_btn_type02.is_white{
  background: #fff;
  color: var(--main_color)!important;
}
.c_btn_type02.is_white.is_pdf::after{
  filter: invert(95%) sepia(91%) saturate(7085%) hue-rotate(128deg) brightness(100%) contrast(106%);
}

/* SMALL */
.c_btn_type02.is_small{
  font-size: 1.4rem;
  padding: 10px 0;
  width: 180px;
}

/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
a.c_anchor_icon{
  display: inline-block;
  padding-right: 22px;
  background: url(../images/icon_external.svg) no-repeat right center;
  background-size: 18px;
}
a.c_anchor_icon.is_white{
  filter: brightness(0) invert(1);
}
a.c_anchor_icon.is_white:hover{
  opacity: 0.7;
}
a.c_anchor_icon.is_inline {
	display: inline;
}


/*----------------------------------------------
.c_speaker
---------------------------------------------*/
.c_speaker{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.c_speaker img{
  aspect-ratio: 1/1.4;
  object-fit: cover;
  width: 140px;
  margin-bottom: 8px;
}
.c_speaker .is_name{
  font-size: 1.8rem;
  font-weight: bold;
}
.c_speaker .is_aff{
  font-size: 1.5rem;
}


/*----------------------------------------------
	.c_list_type01
---------------------------------------------*/
.c_list_type01 {
  vertical-align: top;
}

.c_list_type01 li {
  list-style: none;
  position: relative;
	padding-left: .8em;
}

.c_list_type01.is_decimal li {
  padding-left: 1.8em;
}

.c_list_type01 li::before {
  color: var(--sub_color);
  position: absolute;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  top: 8px;
  left: 0;
}

/* .c_list_type01.is_arrow li::before {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../images/list_arrow.png) no-repeat;
}
.c_list_type01.is_square li::before {
  content: "";
	width: 8px;
	height: 8px;
	background: #ffd14e;
} */

.c_list_type01.is_disc li::before {
  content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--main_color);
	top: 9px;
}

/* .c_list_type01.is_triangle li::before {
  content: "";
	width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 7px #D37700;
	top: 7px;
}

.c_list_type01.is_diamond li::before {
	content: "";
  width: 6px;
  height: 6px;
  background: #D37700;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	top: 9px;
} */

.c_list_type01.is_decimal {
  counter-reset: is_decimal_counter;
}
.c_list_type01.is_decimal li::before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter) ".";
  font-weight: bold;
  text-align: right;
  width: 25px;
  margin-right: 5px;
  color: var(--sub_color);
  vertical-align: unset;
  top: 0;
}
