@charset "utf-8";
/*==================================================
	ページ固有のスタイル
==================================================*/
#event .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
	gap: 40px 0;
}
#event .box a {
	color: #0B4D99;
}
#event .box a > .img img {
	aspect-ratio: 34 / 25;
	object-fit: cover;
}
#event .box a > .img .dummy {
	aspect-ratio: 34 / 25;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #001654;
}
#event .box a > .img .dummy img {
	aspect-ratio: unset;
	object-fit: unset;
	width: 80%;
}
#event .box .in {
	background: #fff;
	padding: 50px 25px 25px;
	position: relative;
}
#event .box .in .cat {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	background: #5da7ca;
	line-height: 35px;
	padding: 0 15px;
}
#event .box .in .e_ttl,
#event .box .in .content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 2行まで */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}
#event .box .in .e_ttl {
	text-decoration: underline;
	font-size: 16px;
	color: #0b4d99;
	font-weight: 500;
}
#event .box .in .content {
	margin: 10px 0;
}
#event .box .in .date, #event .box .in .place {
	display: flex;
	flex-wrap: wrap;
}
#event .box .in .date dt, #event .box .in .place dt {
	width: 48px;
}
#event .box .in .date dd, #event .box .in .place dd {
	width: calc(100% - 48px);
}
#event.details {
	max-width: 900px;
	margin: 0 auto;
}
#event.details h1 {
	margin-bottom: 50px;
}
#event.details h1 span {
	color: #0b4d99;
	text-shadow: 2px 2px 0 #fff;
	font-size: 50px;
	line-height: 1;
	font-weight: normal;
	position: relative;
}
#event.details h1 span::before {
	content: "";
	background: url(../img/top/bg06.png) no-repeat top left / 100%;
	position: absolute;
	top: -30px;
	left: -45px;
	width: 79px;
	height: 54px;
}
#event.details > .img {
	margin-bottom: 50px;
}
#event.details > .img img {
	box-shadow: 12px 12px 0 rgba(0, 22, 84, 0.1);
}
#event.details .information {
	border: 1px solid #0b4d99;
	padding: 25px;
	align-items: center;
	margin-bottom: 50px;
}
#event.details .information .info_ttl {
	width: 190px;
	font-size: 35px;
	color: #5da7ca;
	text-align: center;
}
#event.details .information .info {
	width: calc(100% - 220px);
	font-size: 18px;
}
#event.details .information .info dl {
	display: flex;
	flex-wrap: wrap;
}
#event.details .information .info dl dt {
	width: 60px;
}
#event.details .information .info dl dd {
	width: calc(100% - 60px);
}
#event.details .btn01 {
	margin-bottom: 100px;
}
#event.details .btn01 a {
	margin: 0 auto;
}
#event .content {
	margin-bottom: 100px;
}
#event .content h2 {
	border-bottom: 1px solid #0b4d99;
	font-size: 40px;
	font-weight: normal;
	color: #0b4d99;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
#event .overview h2 {
	font-size: 38px;
	font-weight: normal;
	color: #0b4d99;
	margin-bottom: 20px;
}
#event .overview .overview_list dl {
	border-top: 1px solid #ccc;
	padding: 20px 30px;
	display: flex;
	font-size: 110%;
}
#event .overview .overview_list dl:last-of-type {
	border-bottom: 1px solid #ccc;
}
#event .overview .overview_list dl dt {
	width: 100px;
	color: #0b4d99;
}
#event .overview .overview_list dl dd {
	width: calc(100% - 100px);
}
#event .overview .overview_list dl dd a {
	text-decoration: underline;
	color: var(--color-font);
}
#event .overview .overview_list dl dd p {
	margin-bottom: 0;
}
#event #contact .event_contact::before {
	background: #f2f3f6;
}
#event #contact .event_contact h3 {
	margin-bottom: 50px;
}
#event #contact .event_contact .box:not(:last-of-type) {
	margin-bottom: 60px;
}
#event #contact .event_contact .box h4 {
	font-size: 30px;
	font-weight: normal;
	color: #0b4d99;
	margin-bottom: 20px;
}
#event #contact .event_contact .box .waku {
	background: #fff;
	padding: 17px 30px;
	position: relative;
}
#event #contact .event_contact .box .waku .img {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 230px;
}
#event #contact .event_contact .box .waku .tel {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#event #contact .event_contact .box .waku .tel .maru {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #fbb35f;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	top: 5px;
}
#event #contact .event_contact .box .waku .tel a {
	font-size: 59px;
	font-weight: bold;
	line-height: 1;
	color: #0b4d99;
}
#event #contact .event_contact .box .waku .txt {
	font-size: 20px;
	padding-left: 70px;
}
#event #contact .event_contact .box .waku .tel .maru img {
	width: 30px;
}
#event #contact .event_contact  #mailform .tbl {
	margin-top: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#event .list {
		grid-template-columns: repeat(3, 32%);
		gap: 2% 0;
	}
	#event .box .in {
		padding: 35px 15px 15px;
	}
	#event .box .in .cat {
		line-height: 30px;
		padding: 0 10px;
	}
	#event .box .in a {
		font-size: 15px;
	}
	#event.details {
		max-width: 100%;
	}
	#event.details h1 {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	#event.details h1 span {
		font-size: 30px;
	}
	#event.details h1 span::before {
		top: -15px;
		left: -22px;
		width: 45px;
		height: 30px;
	}
	#event.details .information {
		padding: 15px;
		margin-bottom: 30px;
	}
	#event.details .information .info_ttl {
		width: 170px;
	}
	#event.details .information .info {
		width: calc(100% - 200px);
	}
	#event.details .btn01 {
		margin-bottom: 30px;
	}
	#event .content {
		margin-bottom: 50px;
	}
	#event .content h2 {
		font-size: 30px;
		margin-bottom: 30px;
		padding-bottom: 5px;
	}
	#event .overview h2 {
		font-size: 30px;
	}
	#event .overview .overview_list dl {
		padding: 15px;
	}
	#event #contact .event_contact .box h4 {
		font-size: 22px;
	}
	#event #contact .event_contact .box .waku {
		padding: 15px 20px;
	}
	#event #contact .event_contact .box .waku .tel .maru {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		top: 3px;
	}
	#event #contact .event_contact .box .waku .tel .maru img {
		width: 24px;
	}
	#event #contact .event_contact .box .waku .tel a {
		font-size: 40px;
	}
	#event #contact .event_contact .box .waku .img {
		width: 150px;
	}
	#event #contact .event_contact .box .waku .txt {
		font-size: 18px;
		padding-left: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#event .list {
		display: block;
	}
	#event .box {
		margin-bottom: 20px;
	}
	#event .box .img img {
		width: 100%;
	}
	#event.details h1 {
		text-align: left;
	}
	#event.details h1 span {
		font-size: 25px;
	}
	#event.details .information {
		display: block;
		padding: 5px 15px 15px;
	}
	#event.details .information .info_ttl {
		width: 100%;
		text-align: left;
	}
	#event.details .information .info {
		width: 100%;
		font-size: 110%;
	}
	#event.details .information .info dl dt {
		width: 50px;
	}
	#event.details .information .info dl dd {
		width: calc(100% - 50px);
	}
	#event .content h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#event .overview h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	#event .overview .overview_list dl {
		display: block;
		padding: 15px 0;
	}
	#event .overview .overview_list dl dd {
		width: 100%;
	}
	#event #contact .event_contact h3 {
		margin-bottom: 30px;
	}
	#event #contact .event_contact .box:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#event #contact .event_contact .box h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#event #contact .event_contact .box .waku {
		padding: 10px;
	}
	#event #contact .event_contact .box .waku .tel a {
		font-size: 30px;
	}
	#event #contact .event_contact .box .waku .tel .maru {
		width: 30px;
		height: 30px;
	}
	#event #contact .event_contact .box .waku .tel .maru img {
		width: 18px;
	}
	#event #contact .event_contact .box .waku .img {
		display: none;
	}
	#event #contact .event_contact .box .waku .txt {
		padding-left: 0;
		font-size: 110%;
	}
}