@charset "utf-8";
/* CSS Document */
.dx_box {
	max-width: 900px;
	margin: 30px auto 50px;
	font-size: 17px;
	line-height: 152%;
}
.dx_box .aisatu_tit {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 27px;
	padding: 10px 0px 4px;
	margin: 40px;
}
.dx_box .aisatu_tit:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #06cece;
	border-radius: 2px;
}
.aisatu_tt {
	margin: 10px;
	text-align: right;
}
.dx_box .aisatu {
	margin: 10px auto 35px;
	text-align: left;
}
.aisatu_name {
	padding-top: 10px;
	text-align: right;
}
.dx_box table {
	width: 90%;
	margin: 10px auto 20px;
	text-align: left;
}
.dx_annai th, .dx_annai td {
	padding: 8px 4px;
	vertical-align: top;
}
.dx_annai th {
	width: 19%;
}
.time {
	width: 16%;
	color: #2B6968;
	font-weight: bold;
}
.timetitle {
	width: 16%;
	font-weight: bold;
}
.timetitle span {
	display: none;
}
caption {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	padding: 10px;
	width: 90%;
	margin: 10px auto;
	text-align: center;
	background-color: #e7fcff;
	border: 3px double #7ee0e0;
}
.banner_box img {
	width: 100%;
	max-width: 740px;
	margin: 25px auto 0;
}
.titleimg_box img {
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0;
}
.titleimg_box2 img {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0;
}
.pdf_link_list {
	width: 80%;
	margin: 0px auto 80px;
}
.pdf_link_list span, .pdf_link_list p {
	font-size: 17px;
}
.pdf_link_list p {
	margin-bottom: 5px;
}
.pdf_link_list iframe {
	width: 570px;
	height: 350px;
}
a.btn01 {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	min-width: 430px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 520px;
	margin: auto;
	padding: 30px 10px;
	font-size: 200%;
	font-weight: bold;
	background-image: linear-gradient(to bottom, #06cece 0%, #47acaa 100%);
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn01:hover {
	background-image: linear-gradient(to bottom, #8ae5d5 0%, #06cece 100%);
}
a.btn01::after {
	content: '';
	width: 15px;
	height: 15px;
	position: relative;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(45deg);
}
a.btn02 {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	min-width: 430px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 430px;
	margin: 10px auto 10px;
	padding: 6px 10px;
	font-size: 90%;
	font-weight: bold;
	background: #fff;
	border: 1px solid #06cece;
	border-radius: 12px;
	/*	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;*/
}
a.btn02:hover {
	background: #e5fdf9;
}
h2.online {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 27px;
	padding: 10px 0px 0px;
	margin: 40px;
}
h2.online:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #06cece;
	border-radius: 2px;
}
.messe_box h2 {
	font-size: 27px;
}
.messe_box p {
	text-align: center;
}
.messe_box a {
	display: inline-block;
}

@media screen and (max-width:960px) {
	.conceptarea_concept {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.125rem !important;
	}
	.pdf_link_list {
		margin: 25px auto 40px;
	}
	.pdf_link_list iframe {
		width: 314px;
		height: 200px;
	}
}
@media screen and (max-width:650px) {
	.dx_annai th, .dx_annai td {
		display: block;
		width: 100%;
	}
	.dx_annai th {
		background-color: #7ee0e0;
	}
	.dx_annai td {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.dx_annai td.timetitle {
		padding: 0;
	}
	.time {
		background-color: #e7fcff;
	}
	.timetitle {
		color: #000;
		width: 100%;
		background-color: #7ee0e0;
	}
	.timetitle span {
		font-size: 16px;
		padding: 10px;
		text-align: center;
		display: block;
	}
	caption {
		display: none;
	}
	a.btn01 {
		min-width: 90%;
		max-width: 90%;
		width: 90%;
		/*font-size:*/
		padding: 30px 10px;
		font-size: 20px;
	}
	a.btn02 {
		min-width: 90%;
		max-width: 90%;
		width: 90%;
		/*font-size:*/
		padding: 30px 10px;
	}
	.pdf_link_list {
		margin: 0 auto 40px;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.pdf_link_list p {
		display: block;
		width: 90%;
		margin: 5px auto 8px;
		font-size: 17px;
	}
	iframe {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.pdf_link_list iframe {
		max-width: 95%;
		height: auto;
		aspect-ratio: 570 / 350;
	}
	.tit {
		margin-bottom: 8px;
	}
	.ib {
		display: inline-block;
	}
	.pdf_link_list span.sub {
		font-size: 15px;
	}
}