@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

main#evt_backnum, main#event {
	padding-top: 75px;
}
#event section {
	width: 820px;
	margin: 0 auto;
}
#evt_backnum h1, #event h1 {
	display: flex;
	justify-content: space-between;
	font-size: 2.2rem;
	border-bottom: 1px solid #AAAAAA;
	padding: 20px 10px 5px;
}
#event h1 {
	margin-bottom: 30px;
}
#evt_backnum h1 p:first-of-type, #event h1 p:first-of-type {
	font-family: "M PLUS 1p", serif;
	font-weight: 400;
}
#evt_backnum h1 p:last-of-type, #event h1 p:last-of-type {
	font-family: "Roboto Condensed", serif;
	color: #9EC2EC;
	font-weight: 500;
	transform: translateY(3px);
}

.tt_img {
	width: 100%;
	height: 200px;
	background: url("../event/images/event_tt_img.jpg") no-repeat center top;
	margin-bottom: 20px;
}
#evt_backnum section {
	display: flex;
	flex-wrap: wrap;
}
ul.left_column {
	width: 300px;
	padding: 30px 20px 0;
}
.left_column li {
	text-align: center;
	color: #888888;
	font-size: 2.4rem;
	font-style: italic;
	border-bottom: 1px solid #aaa;
}
.left_column a {
	display: block;
	padding: 12px 0 5px;
	transition: 0.2s ease-out;
}
.left_column a:hover {
	color: #FFFFFF;
	background-color: #1C5277;
}
.right_column {
	width: 760px;
	min-height: 340px;
	margin-left: 20px;
}
.right_column iframe {
	width: 100%;
	height: 150px;
	border: none;
	margin: 0;
	padding: 0;
}
.info {
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
	padding: 20px 0;
}
.info p {
	width: 1080px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 auto;
}
.info a, .info a:visited {
	color: #4169E1;
}
.info a:hover {
	text-decoration: underline;
}

#event .evt_data, #event .tt_report {
	text-align: center;
	border: 2px solid #7c98ab;
}
#event .evt_data {
	padding: 20px 30px 10px;
	margin-bottom: 30px;
}
#event .tt_report {
	padding: 20px 30px;
	margin-bottom: 40px;
}
.evt_data h2, .tt_report h2 {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.3;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
h2 .sub {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.evt_data span, .tt_report span {
	font-size: 1.2rem;
}
.evt_data dl {
	display: grid;
	grid-template-columns: auto auto auto;
	width: max-content;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0 auto;
}
.evt_data dt {
	text-align: center;
	margin-bottom: 0.75em;
}
dt.item01 {
	margin-bottom: 0;
}
.item02 {
	min-width: 2em;
	text-align: center;
}
.item03 {
	transform: translateX(-0.65em);
}
.tt_report p {
	font-size: 1.4rem;
	line-height: 1.6;
}
#event .img_main {
	width: max-content;
	margin: 0 auto;
}
.img_main .cap {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-top: 5px;
}
#event .evt_txt {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 20px auto;
}
.evt_txt p {
	margin-bottom: 0.75em;
}
.evt_txt p.mb_0, .evt_txt p:last-of-type {
	margin-bottom: 0;
}
.evt_txt.centering {
	display: flex;
	justify-content: center;
}
#event .evt_txt.notxt {
	margin-bottom: 30px;
}
#event h3 {
	width: 920px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	border-bottom: 1px solid #AAAAAA;
	margin: 20px auto;
	padding-bottom: 4px;
}
#event .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo img {
	width: 400px;
	height: 300px;
	margin-bottom: 20px;
}
#event .link_report {
	width: 100%;
	text-align: center;
	border-top: 1px solid #aaa;
	padding: 30px 0;
}
.link_report a {
	font-size: 1.4rem;
	display: inline-block;
	background-color: #E8E8E8;
	padding: 10px 50px;
	transition: 0.2s ease-out;
}
.link_report a:hover {
	color: #FFFFFF;
	font-weight: 700;
	background-color: #1C5277;
}
.right {
	text-align: right;
}

.img_main.kyodo_130601 > img {
	width: 560px
}
.img_main.kyodo_130601 .wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.img_main.kyodo_130601 .wrap img {
	width: 180px;
}
.evt_txt .kyodo_130601 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1.5em;
}
.evt_txt .kyodo_130601 p {
	margin-bottom: 0.5em;
}
.evt_txt .kyodo_130601 ul {
	list-style: decimal;
	transform: translateX(1.5em)
}
.evt_txt .kyodo_130601 li {
	margin-left: 1.5em;
}

section.napoli_131114 {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.35;
}
p.napoli_131114 {
	text-align: center;
	color: #FF0000;
	font-size: 2.0rem;
	margin-bottom: 0.5em;
}
dl.napoli_131114 {
	display: grid;
	grid-template-columns: auto auto;
	width: max-content;
	margin: 0 auto 15px;
}
dl.napoli_131114 dt {
	grid-column: 1 / 3;
	text-align: center;
}
dl.napoli_131114 dd {
	padding: 2px 10px;
}
