@charset "utf-8";
#mv {
	min-width: 1200px;
	background: var(--base-color);
}
#mv > div {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url("../images/contents_title_bk.svg") 100% 50% no-repeat;
	background-size: 170px;
}
#mv > div > h2 {
	font-size: 3rem;
	font-family: var(--tokumin-font);
  letter-spacing: 0.2em;
	color: #fff;
}
#wrap > div {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
#page_height {
	min-height: 300px;
}
#wrap_bnr {
	width: 1200px;
	margin: 0 auto;
}
#wrap_bnr ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#wrap_bnr li {
	width: calc(97.5% / 5);
	display: flex;
	align-items: center;
}
#wrap_bnr li a {
	font-size: 1.5rem;
	font-weight: 700;
}
#application_link {
	margin: 50px auto 10px;
}
#under {
	margin: 100px 0 200px 100px;
}
@media only screen and (max-width : 768px) {
	#mv {
		min-width: 100%;
	}
	#mv > div {
		width: auto;
		height: 120px;
		padding: 0 15px;
		background: url("../images/contents_mv.jpg") 90% 10% no-repeat;
	}
	#page_height {
		min-height: 200px;
	}
	#mv > div > h2 {
		font-size: 2.4rem;
		letter-spacing: 0;
	}
	#wrap > div {
		width: auto;
		margin: 0;
		padding: 30px 15px 0;
	}
	#wrap_bnr li {
		width: 49.5%!important;
		margin-bottom: 0.5%!important;
		display: flex;
	}
	#application_link {
		margin: 30px 0 10px;
	}
	#under {
		margin: 100px 0 130px;
		text-align: center;
	}
}

/**** タイトル *****/
.ttl {
	margin: 40px 0 25px;
	padding-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 3px solid;
	border-image: linear-gradient(to left, var(--base-color), var(--base-color2)) 1;
}
div > .ttl:first-child {
  margin-top: 0;
}
.sub_ttl {
  margin: 30px 0 20px;
  padding-left: 12px;
  font-size: 2.1rem;
  font-weight: 500;
  border-left: var(--base-color) 4px solid;
}
.caption {
  margin: 20px 0 12px;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--base-color2);
}
.sub_caption {
  margin: 15px 0 12px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: var(--base-color2) 1px solid;
}
.box .sub_caption {
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
.ttl {
	margin: 30px 0;
	padding-bottom: 15px;
	font-size: 2rem;
  font-weight: 500;
	border-bottom: 2px solid;
}
.sub_ttl {
  margin: 20px 0 15px;
  padding-left: 10px;
  font-size: 1.8rem;
  border-left: var(--base-color) 3px solid;
}
.caption {
  margin: 15px 0 10px;
  font-size: 1.7rem;
}
.sub_caption {
  margin: 15px 0 7px;
  padding-bottom: 7px;
  font-size: 1.6rem;
}
}

/***** ボックス *****/
.box {
  margin: 20px 0;
  padding: 20px;
}
.box_bd_red {
  border: #cc0000 2px solid;
}
.box_bg_gry {
  background: #f5f5f5;
}
.box_bg_pnk {
  background: #fff1f1;
}

/***** 画像 *****/
.fig {
	margin-top: 20px;
	margin-bottom: 20px;
}
.fig img {
	width: 100%;
}
.fig_half {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.fig_75 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.fig_85 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.fig_flex_double {
	display: flex;
	justify-content: space-between;
}
.fig_flex_double figure {
	width: 48%;
}
@media only screen and (max-width : 768px) {
  .fig_half,
  .fig_75,
  .fig_85 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .fig_flex_double {
    display: block;
  }
  .fig_flex_double figure {
    width: 100%;
    margin-bottom: 4%;
  }
}

/***** テーブル *****/
.base_tb th {
  font-weight: 500;
  color: #fff;
  background: var(--base-color2);
  border: #ddd 1px solid;
}
.base_tb td {
  border: #ddd 1px solid;
}

@media only screen and (max-width : 768px) {
	.js-scrollable > table {
		width: 800px;
	}
}

/***** 会長挨拶 *****/
#greeting_box {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
#greeting_box dl {
	margin: 0 50px;
	text-align: center;
}
#greeting_box dl img {
	width: 200px;
}
#greeting_box dl dd {
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: 700;
}
#greeting_box dl dd span {
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
}
#greeting_box dl dd span br {
	display: none;
}
.greeting_com {
	margin-top: 15px;
	line-height: 1.7
}
@media only screen and (max-width : 768px) {
	#greeting_box {
		margin-bottom: 20px;
		justify-content: space-between;
	}
	#greeting_box dl {
		width: 47%;
		margin: 0;
		text-align: center;
	}
	#greeting_box dl img {
		width: 120px;
	}
	#greeting_box dl dd {
		font-size: 1.6rem;
	}
	#greeting_box dl dd span {
		font-size: 1.3rem;
	}
	#greeting_box dl dd span br {
		display: block;
	}
}
/***** 開催概要 *****/
.outline_dl {
	margin-bottom: 20px;
	display: table;
}
.outline_dl dt {
	width: 180px;
	margin-right: 20px;
	padding: 15px 0;
	font-weight: 700;
	text-align: center;
	color: var(--base-color);
	border: var(--base-color) 1px solid;
	display: table-cell;
	vertical-align: middle;
}
.outline_dl dd {
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
}
.outline_dl dd ul li {
	margin-bottom: 5px;
}
.outline_dl dd ul li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
	.outline_dl {
		display: block;
	}
	.outline_dl dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 5px 0;
		display: block;
	}
	.outline_dl dd {
		padding-left: 0;
		display: block;
	}
	.outline_dl dd ul li {
		margin-bottom: 5px;
	}
	.outline_dl dd ul li:last-child {
		margin-bottom: 0;
	}
}
/***** 交通案内 *****/
#access_dl {
	padding-left: 15px;
	border-left: var(--base-color) 4px solid;
}
#access_dl dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}
#access_fig_box {
	margin-top: 20px;
	display: flex;
}
#access_fig_box figure:first-child {
	margin-right: 50px;
}
#access_fig_box figure img {
	height: 560px;
}
@media only screen and (max-width : 768px) {
	#access_dl {
		padding-left: 12px;
		border-left: var(--base-color) 3px solid;
	}
	#access_dl dt {
		font-size: 1.6rem;
	}
	#access_fig_box {
		margin-top: 15px;
		display: block;
	}
	#access_fig_box figure:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#access_fig_box figure img {
		width: 100%;
		height: auto;
	}
}

/***** 学会認定 *****/
.certified_tb1 {
  width: 50%;
}
.certified_tb1 th {
  width: 50%;
  padding: 15px;
  text-align: left;
}
.certified_tb1 td {
  padding: 15px;
}
.certified_tb2 {
  width: 100%;
}
.certified_tb2 th {
  padding: 5px;
}
.certified_tb2 td {
  padding: 15px;
  text-align: center;
}
.certified_tb2 tr td:nth-child(1) {
  text-align: center;
  background: #f5f5f5;
}
.certified_tb2 tr td:nth-child(5) {
  width: 40%;
/*  width: 60%;*/
}
@media only screen and (max-width : 768px) {
  .certified_tb1 {
    width: 100%;
  }
  .certified_tb1 th {
    width: 70%;
    padding: 5px;
    text-align: left;
  }
  .certified_tb1 td {
    padding: 5px;
    text-align: center;
  }
}

/***** リンク *****/
#link_dl dt {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
}
#link_dl dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #000 1px dotted;
}

/***** 特定商取引法 *****/
.tokusho_dl {
	margin-bottom: 20px;
	display: table;
}
.tokusho_dl dt {
	width: 250px;
	margin-right: 20px;
	padding: 15px 0;
	font-weight: 700;
	text-align: center;
	color: var(--base-color);
	border: var(--base-color) 1px solid;
	display: table-cell;
	vertical-align: middle;
}
.tokusho_dl dd {
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}
.tokusho_dl dd ul li {
	margin-bottom: 5px;
}
.tokusho_dl dd ul li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
	.tokusho_dl {
		display: block;
	}
	.tokusho_dl dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 5px 0;
		display: block;
	}
	.tokusho_dl dd {
		padding-left: 0;
		display: block;
	}
	.tokusho_dl dd ul li {
		margin-bottom: 5px;
	}
	.tokusho_dl dd ul li:last-child {
		margin-bottom: 0;
	}
}

/***** プログラム委員 *****/
.pro_committee_box {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.pro_committee_box > div {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.pro_committee_box1 {
	justify-content: center;
}
/*
.pro_committee_box2 > div:nth-child(3n) {
	margin-right: 22%;
}
*/
.pro_committee_box2 > div,
.pro_committee_box3 > div {
	width: 16.8%;
}
.pro_committee_box2 > div:nth-child(5n),
.pro_committee_box3 > div:nth-child(5n) {
	margin-right: 0;
}
/*
.pro_committee_box3 > div:nth-child(4n) {
	margin-right: 0;
}
*/
.pro_committee_box > div > figure {
	width: 150px;
	margin: 0 auto;
}
.pro_committee_box > div > figure img {
	width: 100%;
}
.pro_committee_box > div > dl {
	margin-top: 20px;
	text-align: center;
}
.pro_committee_box > div > dl dt {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
}
.pro_committee_box > div > p {
	margin-bottom: 15px;
	padding: 5px 0;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.pro_committee_box2 > div > p {
	background: var(--base-color);
}
.pro_committee_box3 > div > p {
	background: var(--base-color2);
}
.pro_committee_list {
	display: flex;
	flex-wrap: wrap;
}
.pro_committee_list dl {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.pro_committee_list dl:nth-child(3n) {
	margin-right: 0;
}
.pro_committee_list dl dt {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
}
@media only screen and (max-width : 768px) {
	.pro_committee_box {
		margin-bottom: 40px;
		justify-content: space-between;
	}
	.pro_committee_box > div {
		width: 48%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.pro_committee_box2 > div:nth-child(4n) {
		margin-right: 0;
	}
	.pro_committee_box2 > div:nth-child(3n) {
		margin-right: 4%;
	}
	.pro_committee_box > div > figure {
		width: 120px;
	}
	.pro_committee_box > div > dl dt {
		font-size: 1.6rem;
	}
	.pro_committee_box > div > dl dd {
		font-size: 1.4rem;
	}
	.pro_committee_box > div > p {
		font-size: 1.3rem;
	}
	.pro_committee_list {
		flex-direction: column;
	}
	.pro_committee_list dl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.pro_committee_list dl dt {
		width: 7.5em;
		font-size: 1.6rem;
		float: left;
		clear: left;
	}
	.pro_committee_list dl dd {
		padding-left: 7.5em;
	}
}

/***** 協賛企業・団体一覧 *****/
.sponsor_page_ttl {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: var(--base-color2)
}
.sponsor_ttl {
  margin: 40px 0 25px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: var(--sub-color1);
}
.sponsor_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sponsor_bnr figure {
  margin: 15px;
}
.sponsor_bnr figure img {
  width: 100%;
}
.sponsor_bnr_diamond figure {
  width: 300px;
}
.sponsor_bnr_platinum figure {
  width: 300px;
}
.sponsor_bnr_gold figure {
  width: 390px;
}
.sponsor_bnr_gold figure:nth-child(2) {
  margin-left: 80px;
  width: 120px;
}
.sponsor_bnr_silver figure {
  width: 380px;
}
.sponsor_bnr_educational figure {
  width: 340px;
}
.sponsor_bnr_normal figure {
/*  width: 250px;*/
  width: 210px;
  height: 60px;
  background: #f5f5f5;
}
@media only screen and (max-width : 768px) {  
  .sponsor_page_ttl {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .sponsor_ttl {
    margin: 40px 0 25px;
    font-size: 2.5rem;
  }
  .sponsor_bnr figure {
    margin: 10px 0;
  }
 .sponsor_bnr_diamond figure {
    width: 100%;
  }
  .sponsor_bnr_platinum figure {
    width: 90%;
  }
  .sponsor_bnr_gold figure {
    width: 90%;
  }
  .sponsor_bnr_gold figure:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
    width: 30%;
  }
  .sponsor_bnr_silver figure {
    width: 85%;
  }
  .sponsor_bnr_educational figure {
    width: 80%;
  }
  .sponsor_bnr_normal figure {
    width: 75%;
  } 
}

/***** 共催・協賛お申込み *****/
.sponsorship_tb {
	width: 100%;
	margin-top: 20px;
}
.sponsorship_tb th {
	padding: 10px;
	color: #fff;
	border: #ccc 1px solid;
	background: var(--base-color2);
}
.sponsorship_tb td {
	padding: 20px;
	border: #ccc 1px solid;
	background: #f5f5f5;
}
.sponsorship_tb tr td:nth-last-of-type(1) {
	width: 30%;
	text-align: center;
	background: #fff;
}
.sponsorship_tb tr td:nth-last-of-type(1) a {
	padding: 10px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: block;
	background: var(--base-color2);
	border: var(--base-color2) 2px solid;
	transition: 0.5s;
	border-radius: 100px;
}
.sponsorship_tb tr td:nth-last-of-type(1) .no_link {
	padding: 10px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	color: #999;
	display: block;
	background: #f3f3f3;
	border: #f3f3f3 2px solid;
	transition: 0.5s;
	border-radius: 100px;
}
.sponsorship_tb tr td:nth-last-of-type(1) a:hover {
	color: var(--base-color2);
	background: #fff;
}
.sponsorship_tb tr td:nth-last-of-type(2) {
	width: 25%;
	text-align: center;
	background: #fff;
}
.sponsorship_tb td ul li {
	margin-bottom: 5px;
}
.sponsorship_tb td ul li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width : 768px) {
	.sponsorship_tb th {
		padding: 5px;
		font-size: 1.5rem;
	}
	.sponsorship_tb td {
		padding: 5px;
		font-size: 1.5rem;
	}
	.sponsorship_tb tr td:nth-last-of-type(1) {
		width: 35%;
	}
	.sponsorship_tb tr td:nth-last-of-type(1) a {
		padding: 5px;
		border: var(--base-color2) 1px solid;
	}
	.sponsorship_tb tr td:nth-last-of-type(1) .no_link {
		padding: 5px;
		border: #f3f3f3 1px solid;
	}
}

/***** 演題登録 *****/
.abs_modal_ttl {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
}
.abs_tb_box {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.abs_tb1 {
  width: 100%;
  margin: 15px 0;
}
.abs_tb1 th {
  padding: 5px 0;
}
.abs_tb1 td {
  padding: 15px;
  background: #f5f5f5;
}
.abs_tb1 tr td:nth-last-child(1) {
  width: 15%;
  text-align: center;
  background: #fff;
}
.abs_tb1 tr td:nth-last-child(1) a {
  padding: 5px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  background: var(--base-color);
  border-radius: 100px;
  border: var(--base-color) 2px solid;
  transition: 0.5s;
}
.abs_tb1 tr td:nth-last-child(1) span {
  padding: 5px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #999;
  display: block;
  background: #ddd;
  border-radius: 100px;
  border: #ddd 2px solid;
}
.abs_tb1 tr td:nth-last-child(1) a:hover {
  color: var(--base-color);
  display: block;
  background: #fff;
}
.abs_tb1 tr td:nth-last-child(2) {
  width: 50%;
  background: #fff;
}
.abs_tb1.abs_doc_tb1 tr td:nth-last-child(1) {
  width: 12%;
  text-align: center;
  background: #fff;
}
.abs_tb1.abs_doc_tb1 tr td:nth-last-child(2) {
  width: 15%;
  text-align: center;
  background: #fff;
}
.abs_tb1.abs_doc_tb1 tr td:nth-last-child(2) a {
  padding: 5px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  background: var(--base-color);
  border-radius: 100px;
  border: var(--base-color) 2px solid;
  transition: 0.5s;
}
.abs_tb1.abs_doc_tb1 tr td:nth-last-child(2) span {
  padding: 5px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #999;
  display: block;
  background: #ddd;
  border-radius: 100px;
  border: #ddd 2px solid;
}
.abs_tb1.abs_doc_tb1 tr td:nth-last-child(2) a:hover {
  color: var(--base-color);
  display: block;
  background: #fff;
}
.abs_tb1.abs_doc_tb1 tr td:nth-last-child(3) {
  width: 50%;
  background: #fff;
}
.abs_tb2 {
  width: 49%;
}
.abs_tb2 th {
  width: 10%;
  padding: 15px 0;
}
.abs_tb2 td {
  padding: 15px;
}
.abs_tb3 {
  width: 70%;
  margin: 15px 0;
}
.abs_tb3 th {
  padding: 5px 0;
}
.abs_tb3 td {
  padding: 15px;
  background: #f5f5f5;
}
.abs_tb3 tr td:nth-last-child(1),
.abs_tb3 tr td:nth-last-child(2) {
  width: 25%;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width : 768px) {
  .modaal-content-container {
    padding: 15px!important;
  }
  .abs_modal_ttl {
    font-size: 1.8rem;
  }
  .abs_tb_box {
    display: block;
  }
  .abs_tb1 {
  }
  .abs_tb1 th {
    display: none;
  }
  .abs_tb1 td {
    width: 100%;
    display: block;
    padding: 0;
    background: #fff;
    border: none;
  }
  .abs_tb1 tr td:nth-child(1) {
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--base-color);
  }
  .abs_tb1 tr td:nth-child(2) {
    font-weight: 700;
  }
  .abs_tb1 tr td:nth-last-child(1) {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff;
    border-bottom: #ddd 1px solid;
  }
  .abs_tb1 tr td:nth-last-child(1) a,
  .abs_tb1 tr td:nth-last-child(1) span {
    margin-top: 15px;
  }
  .abs_tb1 tr td:nth-last-child(2) {
    width: 100%;
    background: #fff;
  }
  .abs_tb1.abs_doc_tb1 tr td:nth-last-child(1) {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: left;
    background: #fff;
    border-bottom: #ddd 1px solid;
  }
  .abs_tb1.abs_doc_tb1 tr td:nth-last-child(2) {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: center;
    background: #fff;
    border-bottom: none;
  }
  .abs_tb1.abs_doc_tb1 tr td:nth-last-child(2) a,
  .abs_tb1.abs_doc_tb1 tr td:nth-last-child(2) span {
    margin-top: 15px;
  }
  .abs_tb1.abs_doc_tb1 tr td:nth-last-child(3) {
    width: 100%;
    background: #fff;
  }
  .abs_tb2 {
    width: 100%;
  }
  .abs_tb2 th {
    width: 15%;
    padding: 5px 0;
  }
  .abs_tb2 td {
    padding: 5px;
  }
  .abs_tb_box .abs_tb2 + .abs_tb2 td {
    border-top: none;
  }
  .abs_tb_box .abs_tb2 + .abs_tb2 th {
    border-top: none;
  }
  .abs_tb3 {
    width: 100%;
  }
  .abs_tb3 th {
    padding: 5px 0;
  }
  .abs_tb3 td {
    padding: 5px;
  }
  .abs_tb3 tr td:nth-last-child(1),
  .abs_tb3 tr td:nth-last-child(2) {
    width: 25%;
    text-align: center;
    background: #fff;
  }
}

/***** クエスチョン *****/
.question_ttl {
  margin: 20px 0 10px;
  font-weight: 700;
}
.question_dl dt {
  width: 3em;
  float: left;
  clear: left;
}
.question_dl dd {
  margin-bottom: 10px;
  padding-left: 3em;
}
.question_com {
  margin-top: 15px;
}

/***** 市民公開講座 *****/
.public_title {
  margin-bottom: 40px;
  font-size: 2.9rem;
  font-weight: 700;
  color: var(--base-color2);
}
.public_ttl {
  margin: 30px 0 15px;
  display: flex;
  align-items: center;
}
.public_ttl > p {
  margin-right: 20px;
  padding: 5px 10px;
  font-weight: 500;
  background: #e0f4f7;
}
.public_ttl > h5 {
  font-size: 1.8rem;
  font-weight: 500;
}
.public_name1 dt {
  width: 3.5em;
  float: left;
  clear: left;
}
.public_name1 dd {
  margin: 0 0 10px 3.5em;
  display: flex;
}
.public_name1 dd p:nth-child(1) {
  width: 120px;
  font-weight: 700;
}
.public_name2 {
  margin-left: 3.5em;
}
.public_name2 dt {
  width: 120px;
  font-weight: 700;
  float: left;
  clear: left;
}
.public_name2 dd {
  padding-left: 120px;
}
.public_img {
  margin-left: 30px;
  float: right;
}
@media only screen and (max-width : 768px) {
  .public_title {
    margin-bottom: 30px;
    font-size: 2.3rem;
  }
  .public_ttl {
    margin: 20px 0 10px;
    display: block;
  }
  .public_ttl > p {
    margin-right: 0;
    margin-bottom: 5px;
    padding: 0;
    background: none;
  }
  .public_ttl > h5 {
    font-size: 1.8rem;
  }
  .public_name1 dd {
    margin: 0 0 10px 3.5em;
    display: block;
  }
  .public_name1 dd p:nth-child(1) {
    width: 100%;
  }
  .public_name2 dt {
    width: 100%;
    float: none;
  }
  .public_name2 dd {
    padding-left: 0;
  }
  .public_img {
    display: none;
  }
}

/***** industrial *****/
.industrial_list,
.industrial_list2 {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.industrial_list li {
  width: 33%;
  margin-top: 50px;
  text-align: center;
}
.industrial_list li:nth-child(1) img {
  width: 100px;
}
.industrial_list li:nth-child(2) img {
  width: 300px;
}
.industrial_list li:nth-child(3) img {
  width: 260px;
}
.industrial_list li:nth-child(4) img {
  width: 300px;
}
.industrial_list li:nth-child(5) img {
  width: 300px;
}
.industrial_list2 li {
  width: 50%;
  margin-top: 50px;
  text-align: center;
}
.industrial_list2 li:nth-child(1) img {
  width: 300px;
}
.industrial_list2 li:nth-child(2) img {
  width: 260px;
}
.industrial_list2 li:nth-child(3) img {
  width: 320px;
}
.industrial_list2 li:nth-child(4) img {
  width: 100px;
}
.industrial_list2 li:nth-child(5) img {
  width: 300px;
}
.industrial_list2 li:nth-child(6) img {
  width: 300px;
}
@media only screen and (max-width : 768px) {
  .industrial_list,
  .industrial_list2 {
    margin-bottom: 50px;
    display: block;
  }
  .industrial_list li,
  .industrial_list2 li {
    width: 100%;
    margin-top: 50px;
  }
  .industrial_list li:nth-child(1) img {
    width: 30%;
  }
  .industrial_list li:nth-child(2) img {
    width: 80%;
  }
  .industrial_list li:nth-child(3) img {
    width: 70%;
  }
  .industrial_list li:nth-child(4) img {
    width: 80%;
  }
  .industrial_list li:nth-child(5) img {
    width: 80%;
  }
  .industrial_list2 li:nth-child(1) img {
    width: 80%;
  }
  .industrial_list2 li:nth-child(2) img {
    width: 70%;
  }
  .industrial_list2 li:nth-child(3) img {
    width: 80%;
  }
  .industrial_list2 li:nth-child(4) img {
    width: 30%;
  }
  .industrial_list2 li:nth-child(5) img {
    width: 80%;
  }
  .industrial_list2 li:nth-child(6) img {
    width: 80%;
  }
}

/***** 心電図アカデミー *****/
.academy_tb1 {
}
.academy_tb1 th {
  padding: 5px;
}
.academy_tb1 td {
  padding: 15px;
}
@media only screen and (max-width : 768px) {
  .academy_tb1 td {
    padding: 5px;
  }
}

/***** 参加登録 *****/
.reg_tb1 {
  width: 100%;
}
.reg_tr1 {
  background: #f3faff;
}
.reg_tr2 {
  background: #fff3f5;
}
.reg_tb1 th {
  padding: 5px;
}
.reg_tb1 td {
  padding: 15px;
}
.reg_tb1 tr td:nth-last-child(1),
.reg_tb1 tr td:nth-last-child(2) {
  width: 11%;
  text-align: center;
}
.reg_tb1 tr td:nth-last-child(3) {
  width: 27%;
}
.reg_tb1 tr td:nth-last-child(4) {
  width: 32%;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .reg_tb1 td {
    padding: 5px;
  }
}

/***** スケジュール *****/
#schedule_dl dt {
  width: 13em;
  font-weight: 700;
  color: var(--base-color);
  float: left;
  clear: left;
}
#schedule_dl dd {
  margin-bottom: 20px;
  padding: 0 0 20px 13em;
  font-weight: 700;
  border-bottom: #ccc 1px solid;
}
@media only screen and (max-width : 768px) {
  #schedule_dl dt {
    width: 11em;
  }
  #schedule_dl dd {
    margin-bottom: 20px;
    padding: 0 0 20px 11em;
  }
}