@charset "UTF-8";

.flexbox {
	display: flex;
    justify-content: space-between;
}
.flexbox p {
    font-size: 18px;
}
.flexbox-left {
	width: 500px;
}
.flexbox-left.--150 {
	width: 150px;
}
.flexbox-left img {
	max-width: 100%;
    padding-top: 37px;
}
.flexbox-left img.line2 {
    padding-top: 66px;
}
.flexbox-right {
	width: 320px;
}
.flexbox-right.--670 {
	width: 670px;
}
.flexbox-right img {
	max-width: 100%;
	margin-bottom: 10px;
}
.table-event {
	width: 100%;
	background: #fafdff;
}
figcaption {
    font-size: 12px;
    text-align: center;
}

.table-event , .table-event td, .table-event th {
	border-collapse: collapse;
}
.table-event th {
    width: 170px;
    font-weight: bold;
    padding: 5px 20px 5px 0;
    text-align: right;
    font-size: 18px;
}
.table-event .caution {
    font-weight: 700;
    color: #ff0000;
    font-size: 115%;
}
.table-event td {
	width: calc(100% - 140px);
	padding: 5px 0;
    font-size: 18px;
}
.table-event.--short th {
    width: 80px;
}
.table-event.--short td {
	width: calc(100% - 80px);
	padding: 5px 0;

}
.tit-event {
	border-bottom: dotted 2px #1fc9ff;
    color: #1fc9ff;
    padding: 0 0 5px;
    font-size: 20px;
    font-weight: bold;
}
.tit-event-finish {
    color: #ff0000;
    display: inline-block;
    padding: 0.5em;
    margin-left: 0.5em;
    line-height: 1;
    border: solid 1px;
    font-size: 19px;
    vertical-align: text-bottom;
}
.text {
    font-size: 18px;
}
.bold {
    font-weight: 700;
}
.eventNoteList li {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
    font-size: 16px;
}
.eventNote {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.event-link {
	font-size: 17px;
    color: #1fc9ff;
    text-decoration: underline;
}
.text_finish {
	background: #70b7cd;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
}
.note-caution {
    color: #ff0000;
    font-size: 17px;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}