@charset "utf-8";

/*===============================
top
=================================*/

.top-page .header {
	background: url(../images/main.jpg);
	background-size: cover;
	height: 1060px;
}

@media (max-width: 1200px) {
	.top-page .header {
		background: #074689;
		background-size: initial;
		height: auto;
	}
}

.header.container {
	width: 215px;
	margin: 54px 0 45px;
	padding: 0 12px;
}

@media (max-width: 1200px) {
	.top-page .header {
		background: #074689;
		background-size: initial;
		height: auto;
	}

	.header.container {
		width: 215px;
		margin: 1rem 0;
		padding: 0 12px;
	}
}

.main {
	position: relative;
}

.main-attention {
	position: absolute;
	bottom: 10%;
	left: 11%;
	width: 50%;
	max-width: 400px;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
	border: 4px solid #d34b4b;
	z-index: 5;
}

.attention02 {
	border: 4px solid #d34b4b;
	position: static;
	width: unset;
	margin: 2em;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
}

.page-banner-wrap {
	display: block;
}

.page-banner-item {
	width: 300px;
	height: 300px;
	margin: 0 auto 30px;
}

.info {
	display: none;
	font-size: 1.8rem;
	font-weight: 700;
	margin: auto;
}

.info h2 {
	margin: 4rem 0 3rem;
}

.info h2:first-of-type {
	margin: 0 0 1rem;
}

.info-heading {
	position: relative;
	padding: .7rem 0;
	margin: 0;
	font-size: 2rem;
	background: #b08a45;
	color: #fff;
	border-radius: 100vw;
	text-align: center;
	width: 100%;
}

.info>p.date {
	font-size: 3.6rem;
}

.info>p.date span {
	font-size: 4.8rem;
}

.info>p.date span.sat,
.info>p.date span.sun {
	display: inline-block;
	font-size: 1.6rem;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #2c488f;
	text-align: center;
	color: #fff;
}

.info>p.date span.sun {
	background: #ab2844;
}

.info>p span {
	font-size: 1.8rem;
}

.info>p.f30 {
	font-size: 3rem;
}

@media (max-width: 1200px) {
	.info {
		display: block;
		margin-bottom: 4rem;
	}

	.info h2 {
		margin: 2rem 0 1rem;
	}

	.info h2:first-of-type {
		margin: 0 0 1rem;
	}
}

#side-menu .info {
	display: block;
	margin-bottom: 8rem;
}

@media (max-width: 1200px) {
	#side-menu .info {
		display: none;
	}
}

#side-menu .info>div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	align-items: flex-start;
}

#side-menu .info h2 {
	margin: 0 2rem 0 0 !important;
	position: relative;
	padding: .7rem 0;
	font-size: 2rem;
	background: #b08a45;
	color: #fff;
	border-radius: 100vw;
	width: 70px;
	justify-content: center;
	align-items: center;
}

#side-menu .info>div>div:last-child {
	width: calc(100% - 70px - 2rem);
}

#side-menu .info p.date {
	font-size: 2rem;
	line-height: 1;
}

#side-menu .info p.date span {
	font-size: 3rem;
}

#side-menu .info p.date span.sat,
#side-menu .info p.date span.sun {
	display: inline-block;
	font-size: 1.6rem;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	color: #2c488f;
	padding-top: 3px;
}

#side-menu .info p.date span.sun {
	background: #fff;
	color: #ab2844;
}

#side-menu .info p span {
	font-size: 1.4rem;
}

#side-menu .info p.f30 {
	font-size: 2.1rem;
}

#side-menu .info p.f16 {
	font-size: 15px;
}

.news-heading {
	position: relative;
	padding: .7rem 0;
	margin: 0;
	font-size: 2rem;
	background: #745b2e;
	color: #fff;
	border-radius: 100vw;
	text-align: center;
	width: 100%;
}

.news-heading .icon {
	padding-right: 1rem;
}

.news-heading .en {
	font-size: 1.6rem;
	font-weight: 300;
	vertical-align: middle;
}

ul.news-list {
	list-style: none;
	padding-top: 2rem;
	padding-left: 2.5rem;
	padding-right: 2rem;
	overflow-y: scroll;
	height: 380px;
}

ul.news-list li {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 500;
}

ul.news-list li a {
	text-decoration: underline;
}

ul.news-list li:last-child {
	border: none;
}

ul.news-list li .date {
	display: inline-block;
	font-weight: 300;
}

.top-imp {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #C71C72;
	color: #fff;
	padding: 20px;
	font-size: 1.6rem;
}

.top-imp .endai-period {
	justify-content: center;
}

.top-imp .endai-period div dd:first-of-type {
	text-decoration: line-through #fff;
}

.top-imp .endai-period div dd:last-of-type {
	color: #ffff00;
}

/*===============================
page
=================================*/

.page-content {
	height: 100%;
	/* background: #fff; */
	/* padding: 0 1.5rem 3rem 1.5rem; */
}

.page-content .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 410px;
}

.top-page .col-6 {
	max-width: calc(50% - 25px);
}

.top-page .col-6:first-child {
	margin-right: 50px;
}

section {
	width: 100%;
}

@media (max-width: 1200px) {
	.top-page .col-6 {
		max-width: 100%;
		width: 100%;
	}

	.top-page .col-6:first-child {
		margin-right: 0;
	}

	.page-content .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0 !important;
	}
}

.page-content .col-6 img {
	width: 100%;
}

/*===============================
message
=================================*/

.profile {
	border-bottom: 1px solid #eee;
}

.profile .d-flex {
	align-items: end;
	justify-content: end;
	gap: 2rem;
}

.profile img {
	width: 23vw;
	max-width: 22rem;
}

p.indent {
	text-indent: 1em;
	margin-bottom: 1.8rem;
}

.greeting .col-6:first-child {
	max-width: 260px;
}

.greeting .col-6:last-child {
	max-width: 560px;
	flex: initial;
}

@media (max-width: 1200px) {
	.greeting .col-6 {
		margin: 0 auto 2rem !important;
	}
}

/*===============================
summary
=================================*/

.summary_box {
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
}

.summary_box>div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	align-items: center;
}

.summary_box h3 {
	margin: 0 2rem 0 0 !important;
	position: relative;
	padding: .7rem 0;
	font-size: 2rem;
	background: #b08a45;
	color: #fff;
	border-radius: 100vw;
	width: 30%;
	justify-content: center;
	align-items: center;
}

.summary_box p.date {
	font-size: 3.6rem;
}

.summary_box p.date span {
	font-size: 4.8rem;
}

.summary_box p.date span.sat,
.summary_box p.date span.sun {
	display: inline-block;
	font-size: 1.6rem;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #2c488f;
	text-align: center;
	color: #fff;
}

.summary_box p.date span.sun {
	background: #ab2844;
}

.summary_box p span {
	font-size: 1.8rem;
}

.summary_box p.f30 {
	font-size: 3rem;
}

@media (max-width: 1200px) {
	.summary_box>div {
		margin-bottom: 2rem;
	}

	.summary_box h3 {
		margin: 0 0 1rem !important;
		font-size: 2rem !important;
		width: 100%;
	}

	.summary_box p.date {
		font-size: 2rem;
	}

	.summary_box p.date span {
		font-size: 2.8rem;
	}
}

/*===============================
overview
=================================*/

.overview-table {
	width: 100%;
}

.overview-table th,
.overview-table td {
	padding: 3rem 1rem;
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
	vertical-align: top;
}

.overview-table th {
	color: #000;
	min-width: 5em;
}


/*===============================
abstracts
=================================*/

.list-pagelink {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	max-width: 1000px;
	width: 100%;
}

.list-pagelink li {
	flex: 0 0 auto;
	margin: 5px 0;
	padding: 0 20px 0;
	list-style: none;
	text-decoration: underline;
}

table.table-bunrui th {
	background-color: #bee5eb;
	border: 1px solid #86cfda;
}

.abstracts-session {
	padding: 15px 20px;
	margin-bottom: 20px;
	background-color: #e5f1f3;
}

.abstracts-session .koubo {
	display: inline-block;
	width: 5.5em;
	text-align: center;
	margin-right: 1em;
	padding-left: 0;
	text-indent: 0;
	font-weight: 400;
	color: #FFF;
	background-color: #00a5c7;
}

.abstracts-session .koubo.koubo02 {
	background-color: #66bc46;
}

.abstracts-session .title {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 6.5em;
	text-indent: -6.5em;
}

.abstracts-session.--en .title {
	padding-left: 0;
	text-indent: 0;
}

/* modal */
.modal {
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
}

.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	height: auto;
	max-height: 80vh;
	width: 60%;
	background: white;
	padding: 30px;
}

.modal-content p {
	line-height: 1.75;
	text-align: justify;
}

.--en .modal-content p {
	text-align: left;
}

.js-modal-open {
	padding-left: 6.5em;
}

.--en .js-modal-open {
	padding-left: 0;
}

.js-modal-close {
	text-align: right;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.koubo {
	position: relative;
}

.koubo.en-session::after {
	content: "英語セッション";
	display: block;
	position: absolute;
	bottom: -2.5rem;
	font-size: 1rem;
	color: #fff;
	background: #e08fa6;
	padding: 3px 0px;
	letter-spacing: 0;
	text-align: center;
	width: 7.7em;
}

.abstracts-session .role {
	display: inline-block;
	width: 5.5em;
	text-align: center;
	margin-right: 1em;
	padding-left: 0;
	text-indent: 0;
	font-weight: 400;
	color: #FFF;
	background-color: #00a5c7;
}

/*===============================
program
=================================*/

.program-btn .d-flex {
	justify-content: space-between;
}

.program-btn_schedule {
	padding-top: 30px;
}

.program-btn .d-flex p {
	width: 48%;
	display: flex;
}

.program-item .title {
	margin-bottom: 1em;
	padding-left: 7em;
	text-indent: -7em;
}

.program-item .title-long {
	margin-bottom: 1em;
	padding-left: 10.5em;
	text-indent: -10.5em;
}

.program-item .role {
	display: inline-block;
	width: 6em;
	text-align: center;
	margin-right: 1em;
	padding-left: 0;
	text-indent: 0;
	font-weight: 400;
	color: #FFF;
	background-color: #00a5c7;
}

.program-item .title-long .role {
	width: 9.5em;
}

.session-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #eee;
	padding: 0.5rem 1rem;
}

.session-title h3 {
	display: block;
	font-size: 2.4rem;
	color: #003570;
}

.session-title h3 span {
	display: block;
	font-size: 1.6rem;
	margin-top: 0.3rem;
}

.session-title h3::before {
	display: none;
}

.session-title p {
	padding-left: 3.2em;
	text-indent: -3.2em;
}

.endai-title-1 {
	text-indent: -1.7em !important;
	padding-left: 2.3em !important;
}

.endai-title-2 {
	text-indent: -2.3em !important;
	padding-left: 2.9em !important;
}

.endai-title-3 {
	text-indent: -2.7em !important;
	padding-left: 3.2em !important;
}

.program-table th,
.program-table tr>td:first-of-type {
	white-space: nowrap;
}

.program-table td:last-of-type {
	padding-left: 1em;
	text-indent: -1em;
}

.program-table tr {
	vertical-align: top;
}

.zacho-table {
	margin: auto 0 1.5rem auto;
}

.subtitle {
	color: #00a6c7;
	font-weight: bold;
}

h4.h5 {
	position: relative;
}

h4.h5.core-session,
h4.h5.en-session {
	padding-left: 8em;
	text-indent: -6.3em;
}

h4.h5.en-session::before {
	content: "英語セッション";
	font-size: 80%;
	letter-spacing: 0.1em;
	background: #e08fa6;
}

h4.h5.core-session::before {
	content: "JGES Core Session";
	font-size: 70%;
	letter-spacing: 0;
	background: #9481bd;
}

h4.h5.core-session::before,
h4.h5.en-session::before {
	color: #fff;
	padding: 5px 10px;
	margin-left: -25px;
	margin-right: 10px;
}

/*===============================
speaker
=================================*/


/*===============================
forpress
=================================*/

.forpress-table {
	width: 100%;
}

.forpress-table th,
.forpress-table td {
	padding: 3rem 1rem;
	border-bottom: 1px solid #DDD;
}

.forpress-table th {
	color: #00a5c7;
	min-width: 6em;
}


/*===============================
participant
=================================*/

.participant-table {
	table-layout: fixed;
}

.participant-table th,
.participant-table td {
	vertical-align: middle;
}

.participant-btn02 {
	padding: 32px;
}

.participant-btn span {
	font-size: 80%;
}

.browser-table th,
.browser-table td {
	vertical-align: middle;
}

.qa-container {
	margin: 2.5em auto 0;
	width: 100%;
}

.qa-list:not(:first-child) {
	margin-top: 1em;
}

.question-title {
	background: #e4f4f8;
	border: 1px solid #86cfda;
	cursor: pointer;
	padding: 20px 40px;
	position: relative;
}

.question-title:before {
	position: absolute;
	display: block;
	content: 'Q';
	top: 18px;
	left: 12px;
	color: #00a6c7;
	font-size: 18px;
}

.question-title:after {
	position: absolute;
	display: block;
	content: '';
	top: 35%;
	right: 22px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	transition: all .3s ease-in-out;
}

.question-title.open:after {
	transform: rotate(-45deg);
	top: 45%;
}

.answer-text {
	border-left: 1px solid #86cfda;
	border-right: 1px solid #86cfda;
	border-bottom: 1px solid #86cfda;
	display: none;
	padding: 20px 40px;
	position: relative;
}

.answer-text:before {
	position: absolute;
	display: block;
	content: 'A';
	top: 18px;
	left: 12px;
	color: #d34b4b;
	font-size: 18px;
}

/*===============================
nursery
=================================*/

.nursery-table {
	width: 100%;
}

.nursery-table th {
	min-width: 8em;
	background-color: #bee5eb;
	border: 1px solid #86cfda;
	text-align: center;
}

.nursery-table td ol {
	list-style: none;
}


/*===============================
sponsorship
=================================*/
.sponsorship-table td,
.sponsorship-table th {
	vertical-align: middle;
}

.sponsorship-table .btn {
	padding: 1.1rem;
	width: 85%;
}


/*===============================
endai
=================================*/
.adoption {
	border-bottom: solid 1px #003570;
}

.adoption .btn {
	margin-top: 0;
}

.pills-number {
	list-style-type: none;
}

.order-list {
	font-size: 16px;
}

.notes ol li {
	list-style-type: none;
	counter-increment: cnt;
}

.notes ol li::before {
	content: counter(cnt) ") ";
}

.endai-period {
	display: flex;
	font-size: 16px;
}

.endai-period div {
	display: block;
}

.endai-period dt {
	font-weight: normal;
}

/* .endai-period div dd:first-of-type {
	text-decoration: line-through #d34b4b;
} */

.endai-period div dd {
	text-decoration: line-through #d34b4b;
}

.endai-period div dd:last-of-type {
	text-decoration: none;
}

.font2rem {
	font-size: 2rem !important;
}

.bg-yellow {
	background-color: #fef999;
}

.row>div {
	padding: 0;
}

/* title */
.pagetitle_a1 {
	font-size: 166%;
	padding-bottom: .3rem;
	color: #0c658c;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: .3rem;
	margin-left: .3rem;
}

.pagetitle_a2 {
	margin: 0 0 4rem;
	text-align: left;
	padding: 5px 20px 5px 0;
	color: #204a90;
	font-size: 3.4rem;
	font-weight: 700;
	clear: both;
}

.pagetitle_a3 {
	color: #3a7ebf;
	font-size: 3rem;
	font-weight: 700 !important;
	border-bottom: 1px solid #3a7ebf;
	padding: 0 0 3rem;
	margin: 0 0 2rem;
}

.pagetitle_a4 {
	font-size: 2rem;
	color: #a137ac;
	font-weight: 700 !important;
	margin: 0 0 1rem;
}

.pagetitle_a5 {
	font-size: 125%;
	color: #3772ac;
	font-weight: 700 !important;
}

.pagetitle_a6 {
	font-size: 125%;
	color: #000;
	font-weight: 700 !important;
}

.box_blue {
	background: #c4d5f1;
	color: #000;
	padding: 2rem;
}

.box_blue h3 {
	color: #000;
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 1rem;
}

.label {}

.label span {
	display: inline-block;
	width: 43px;
	min-width: 43px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: .1rem 0;
	margin: 0 .5rem 0 0;
}

.pdf {
	background: #ab2844;
}

.word {
	background: #2c488f;
	letter-spacing: -.1px;
}

.excel {
	background: #37754e;
	letter-spacing: -.1px;
}

.ppt {
	background: #ab3528;
}

/* map */
.map iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

/* video  */
.video {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.text-blue {
	color: #225e9a !important
}

.text-red {
	color: #b71d22 !important
}

.text-green {
	color: #1b767e !important
}

.text-gray {
	color: #9b9b9c !important
}

.text-white {
	color: #fff !important
}

.text-black {
	color: #212529 !important
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-blue {
	border-color: #225e9a !important
}

.border-green {
	border-color: #1b767e !important
}

.border-red {
	border-color: #b71d22 !important
}

.border-gray {
	border-color: #9b9b9c !important
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}


.link-a01 {
	position: relative;
	font-weight: 700;
	color: #004085;
	padding: 18px 20px 18px 10px;
}

.link-a01::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 6px;
	bottom: calc(50% - 2px);
	left: 0;
	display: inline-block;
	text-decoration: none;
	background: url(../images/arw_g.png) no-repeat;
}

.link-a02 {
	position: relative;
	font-weight: 700;
	color: #004085;
	padding: 18px 20px 18px 10px;
}

.link-a02::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 6px;
	bottom: calc(50% - 2px);
	left: 0;
	display: inline-block;
	text-decoration: none;
	background: url(../images/arw_01.png) no-repeat;
}

table {
	border-collapse: collapse
}

.table {
	width: 100%;
	margin-bottom: 2rem;
	color: #212529
}

.table td,
.table th {
	padding: 1.5rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	background: #a6b4c2;
	color: #fff;
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	caption-side: top;
	text-align: center;
	font-weight: 700;
}

.table-green caption {
	color: #2c7b39;
}

.table-blue caption {
	color: #0a5378;
}

.table-red caption {
	color: #b0618c;
}

.table thead td,
.table thead th {
	border: 1px solid #9b9b9c;
	vertical-align: middle;
}

.table tbody td,
.table tbody th {
	border: 1px solid #9b9b9c
}

.table-green thead td,
.table-green thead th,
.table-green th {
	color: #2c7b39;
	background: #cbe5ce
}

.table-green-bg1 {
	color: #2c7b39;
	background: #e0f0e1
}

.table-green-bg2 {
	background: #e2efda
}

.table-green-bg3 {
	background: #f6f6f6
}

.table-blue thead td,
.table-blue thead th {
	color: #0a5378;
	background: #cddaee
}

.table-blue-bg1 {
	color: #0a5378;
	background: #cddaee
}

.table-blue-bg2 {
	background: #dbe4f2
}

.table-blue-bg3 {
	background: #f6f6f6
}

.table-red thead td,
.table-red thead th {
	color: #b0618c;
	background: #dfc7d5
}

.table-red-bg1 {
	color: #b0618c;
	background: #dfc7d5
}

.table-red-bg2 {
	background: #eddce6
}

.table-red-bg3 {
	background: #f6f6f6
}

.table-gray thead td,
.table-gray thead th {
	background: #a6a6a6
}

.table-gray-bg1 {
	background: #bfbfbf
}

.table-gray-bg2 {
	background: #d9d9d9
}

.table-gray-bg3 {
	background: #f2f2f2
}

.table-yellow-bg1 {
	background: #ffffd9
}

.table-secondary tr:nth-child(odd) td {
	background-color: #fff;
}

.table-secondary tr:nth-child(even) td {
	background-color: #f6f6f6;
}

@media screen and (max-width:768px) {

	table.t-block tbody,
	table.t-block tr,
	table.t-block tr th,
	table.t-block tr td {
		display: block;
		width: 100% !important;
		border-bottom: none;
	}

	table.t-block {
		border-bottom: 1px solid #9b9b9c;
		;
	}
}

table.table-align-middle td,
table.table-align-middle th {
	vertical-align: middle !important
}

#right ul {
	/* margin: 3rem 0; */
	margin-bottom: 40px;
	padding: 0 1rem 0 0;
	list-style: none;
}

#right ul li {
	position: relative;
	padding: 2px 0 7px 0;
}

#right ul.inline {
	margin: 0;
}

#right ul.inline li {
	display: inline;
	margin-left: 5px;
}

#right ul li ul {
	margin: 5px 0 5px 5px;
}

#right ol li ul {
	margin: 5px 0 5px 5px;
}

#right ol li ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 0 7px 20px;
}


#right .ul li ul {
	padding-left: 1.5rem;
	margin-top: 0.5rem;
}

#right .ul li>ol {
	margin: 10px 0 0 15px !important;
}

#right .ul li ol>li {
	margin-bottom: 0;
}

#right .ul>li:before {
	display: inline-block;
	font-family: inherit;
	content: "";
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 1.2rem;
	left: -1rem;
	width: 6px;
	height: 6px;
	background-color: #a137ac;
	border-radius: 100%;
}

.likeli {
	margin-left: 3rem;
}

.endai ol li {
	margin: 0 0 1rem 2rem;
}

.ml-2rem {
	margin-left: 2rem !important;
}

.text-strong {
	font-size: 2rem;
	font-weight: bold;
}

/* 二重線 */
.double-strike {
	position: relative;
	color: #000;
}

.double-strike::before,
.double-strike::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	width: 11rem;
	background-color: #b71d22;
}

.double-strike::before {
	top: 35%;
}

.double-strike::after {
	top: 65%;
}

.double-strike {
	position: relative;
	color: #000;
}

/* 二重線2 */
.double-strike2 {
	position: relative;
	color: #000;
}

.double-strike2::before,
.double-strike2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	width: 14rem;
	background-color: #b71d22;
}

.double-strike2::before {
	top: 35%;
}

.double-strike2::after {
	top: 65%;
}

.double-strike2 {
	position: relative;
	color: #000;
}

/* PCでは改行を無効 */
.sp-br {
	display: none;
}

/* スマホ（768px以下）で改行を有効 */
@media screen and (max-width: 768px) {
	.sp-br {
		display: inline;
	}
}

@media screen and (min-width: 769px) {
	.add {
		margin-left: 31rem;
	}
}

#page-top {
	position: fixed;
	bottom: 0;
	right: 25px;
	z-index: 500;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
}

#page-top a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	display: block;
	height: 100%;
	background: #103491;
}

#page-top a span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 26px;
	height: 26px;
	border: 5px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	margin-top: 10px;
}

.txt-only-whatsnew {
	color: #b08a45;
}

.txt-pre {
	padding: 0 5px;
	color: #d34b4b;
	font-size: 3.4rem;
	font-weight: 700;
	clear: both;
}

.pre-heading {
	text-align: left;
}

.info-center {
	align-items: center !important;
}

/* access */
.access .mg-15 {
	margin: 0 -15px;
}

@media (max-width: 1200px) {
	.access .mg-15 {
		flex-wrap: wrap;
	}

	.access .col-4 {
		width: 100%;
		flex: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}


.annnai {
	position: relative;
}

.annai::before {
	content: "";
	height: 30px;
	width: 30px;
	background: url('../../access/images/arrow.png') no-repeat center;
	background-size: contain;
	position: absolute;
	top: 85px;
	left: -14px;
}

.annai-container span {
	font-size: 90%;
}

.txt-annai {
	color: #d34b4b;
	font-size: 2rem !important;
	clear: both;
}

@media (max-width: 768px) {
	.annai {
		margin-top: 30px;
	}

	.annai::before {
		top: -25px;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
	}
}

.th-center {
	text-align: center !important;
	vertical-align: middle !important;
}

.td-center {
	text-align: center;
	vertical-align: middle !important;
}

ol li {
	margin-left: 2rem;
}

ul ul li {
	margin-left: 2rem;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.zacho {
	margin-bottom: 2rem;
}

.zacho-indent {
	margin-left: 3.2em;
}

.kikan {
	text-align: right;
	margin-bottom: 2rem;
}

.enja {
	margin-bottom: 2rem;
}

/* プログラム用 */
.program table {
	font-size: 1rem !important;
}

.program td {
	padding: 0.5rem;
}

.program td,
.program th {
	border: none !important;
	border-left: 1px solid #9b9b9c !important;
	border-right: 1px solid #9b9b9c !important;
}

.program .t-event {
	border-top: 1px solid #9b9b9c !important;
	border-bottom: 1px solid #9b9b9c !important;
}

.program .minth {
	border: none !important;
	background-color: #fff !important;
}

.program .min {
	border: none !important;
	border-right: 1px solid #9b9b9c !important;
}

.program .min30 {
	border: none !important;
	position: relative;
}

.program .min30::before {
	content: "";
	position: absolute;
	/* 下から */
	top: -1px;
	/* 右から */
	right: 0;
	/* はみ出す */
	width: 25%;
	border-top: 1px solid #9b9b9c !important;
}

.program .time {
	position: absolute;
	/* 下から */
	top: calc(-1em / 2 - 10%);
	/* 右から */
	right: 30%;
}

/* セルの高さを調整 */
.program .hidden-time {
	visibility: hidden;
}

.program .bc1 {
	/* background-color: #e9eef2; */
	background-color: #d5dde5;
}

.program .bc2 {
	background-color: #f5f7f9;
}

.program p {
	font-size: 1.8rem;
}

.program .pagetitle_a4 {
	font-size: 2.3rem;
}

.program .t-endai {
	font-weight: bold;
}

.program caption {
	margin-left: 3.5em;
	color: #336fa9;
	font-size: 2.4rem;
	font-weight: 700 !important;
}

@media (max-width: 1200px) {

	.program .min,
	.program .min30 {
		padding: 0% !important;
	}

	.program p {
		font-size: 1.5rem;
	}

	.program .pagetitle_a4 {
		font-size: 2rem;
	}

	.program .min30::before {
		top: 0px !important;
	}

	.program caption {
		margin-left: 3em;
		font-size: 1.5rem;
	}
}