@charset "utf-8";

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

.top-page .header {
	/* min-height: 1060px; */
	margin: 0 0 3rem;
	padding: 0;
}

.row.h100 {
  display: flex;
  height: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

@media (max-width: 1200px) {
	.top-page .header {
		background-size: initial;
		height: auto;
		margin: 0;
	}
	.top-page .header > div {
		display: block;
	}
	.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 {
	font-weight: 500;
	margin: auto;
}
.info div:first-child {
	margin-bottom: 1rem;
}
.info h2 {
	margin: 4rem 0 3rem;
}
.info h2:first-of-type {
	margin: 0 0 1rem;
}
.info-heading {
	position: relative;
	padding: .7rem 0;
	margin: 0;
	background: #3382cc;
	color: #fff;
	border-radius: 100vw;
	text-align: center;
	width: 100%;
	font-size: 125%;
}
main .info > p.date {
	font-size: 150%;
}
main .info > p.date span.sat, main .info > p.date span.sun {
	display: inline-block;
	width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
	text-align: center;
	color: #fff;
	font-size: 83.3% !important;
	padding: 0 0 2px 0;
}
.page .info .date span.sat, .page .info .date span.sun {
	display: inline-block;
	width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ccc;
	text-align: center;
	font-size: 75% !important;
	padding: 3px 0 2px 0;
}
main .info > p.date span.sat {
  color: #000;
}
main .info > p.date span.sun, .page .info .date span.sun {
  background: #3352cc;
	color: #fff;
}

@media (max-width: 1200px) {
	main .info {
		display: block;
		margin-bottom: 4rem;
	}
	main .info h2 {
		margin: 2rem 0 1rem;
	}
	main .info h2:first-of-type {
		margin: 0 0 1rem;
	}
}

#left .info {
	display: block;
	margin-bottom: 40px;
}
#left .info > div > p {
	line-height: 1.2;
}
@media (max-width: 1200px) {
	#left .info {
		display: none;
	}
}
#left .info > div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	align-items: flex-start;
}
#left .info h2 {
	margin: 0 1rem 0 0 !important;
	position: relative;
	padding: 7px 0;
	background: #3382cc;
	color: #fff;
	border-radius: 100vw;
	width: 66px;
	justify-content: center;
	align-items: center;
	font-size: 133.3%;
}
#left .info p.date {
	font-size: 150%;
	line-height: 1;
	letter-spacing: 0;
}
#left .info p.date span {
	font-size: 125%;
}
#left .info div:last-of-type p:first-of-type {
	margin-bottom: .5rem;
}
.info .date span.sat, .info .date span.sun {
	display: inline-block;
	width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
	font-size: 83.3% !important;
	text-align: center;
	vertical-align: middle;
	color: #2c488f;
	padding: 3px 0 0 0;
}
#left .info p.date span.sun {
  background: #3352cc;
	color: #fff;
}
#left .info .ml-1 {
	margin-left: 1rem;
}
#left .info .f30, .info > p.f30 {
	font-size: 131.3%;
}
#left .info .f15, .info > p.f15 {
	font-size: 93.8%;
}

.news-heading {
	position: relative;
	padding: .4rem 0;
	margin: 0;
	background: #33ccb3;
	color: #fff;
	border-radius: 100vw;
	text-align: center;
	width: 100%;
	font-size: 125%;
}

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

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

ul.news-list {
	list-style: none;
	padding: 1rem .5rem;
	margin-top: 1.5rem;
	overflow-y: scroll;
	height: 300px;
}

ul.news-list li {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	line-height: 1.8;
	font-weight: 500;
	border-bottom: 1px dotted #a3a3a3;
}
/* ul.news-list li:last-child {
	border: none;
} */

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

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;
}

.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
=================================*/

.wrapper {
  display: flex;
	flex-wrap: wrap;
}

#left {
  width: 350px;
  background-color: #34b3cc;
  padding: 100px 50px 0 60px;
  color: #fff;
  flex-shrink: 0;
}

#right {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 100px 0;
  background-color: #fff;
}
#right.container {
	max-width: 100%;
}

.page-content {
  max-width: 800px;
  width: 100%;
}
.page-content > div {
	padding: 0;
}
.page-content .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 275px;
}
.top-page .col-6 {
	max-width: calc(50% - 25px);
}
.top-page .col-6:first-child {
	margin-right: 50px;
}

#left header a > p {
	margin-bottom: 1rem;
}

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; */
	max-width: 420px;
}
.greeting .col-6:last-child {
	flex: initial;
}
@media (max-width: 1200px) {
	.greeting .col-6 {
		margin: 0 auto 2rem !important;
	}	
}

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

.summary_box {
	font-weight: 700;
	width: 100%;
}
.summary_box > div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	align-items: flex-start;
}
.summary_box h3 {
	margin: 0 2rem 0 0 !important;
	position: relative;
	padding: .7rem 0;
	background: #33ccb3;
	color: #fff;
	border-radius: 100vw;
	width: 30%;
	justify-content: center;
	align-items: center;
}
.summary_box p.date {
}
.summary_box p.date span {
}
.summary_box p.date span.sat, .summary_box p.date span.sun {
	display: inline-block;
	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 {
}
.summary_box p.f30 {
}

@media (max-width: 1200px) {
	.summary_box > div {
		margin-bottom: 2rem;
	}
	.summary_box h3 {
		margin: 0 0 1rem !important;
		width: 100%;
	}
	.summary_box p.date {
	}
	.summary_box p.date span {
	}
}

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

.overview-table {
	width: 100%;
}

.overview-table th,
.overview-table td {
	padding: 3rem 1rem;
	border-bottom: 1px solid #eee;
	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;
	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;
	color: #003570;
}

.session-title h3 span {
	display: block;
	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 {
}

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

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

.endai-period {
	display: flex;
}

.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;
}

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

.row > div {
	padding: 0;
}

/* title */
.pagetitle_a1 {
	margin: 0 0 2rem;
	color: #3352cc;
	font-size: 34px !important;
	font-weight: 700 !important;
	padding: 0;
}

.pagetitle_a2 {
	margin: 0 0 2rem !important;
	color: #34b3cc !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	padding: 0 0 1rem !important;
	border-bottom: 1px solid #34b3cc !important;
}

@media screen and (max-width: 1200px) {
.pagetitle_a1 {
	font-size: 187.5%;
}

.pagetitle_a2 {
	font-size: 150%;
}
}
.pagetitle_a3 {
	color: #088687;
	font-weight: 700 !important;
	border-bottom: 1px solid #088687;
	padding: 0 0 3rem;
	margin:0 0 4rem;
}
.pagetitle_a4 {
	font-size:125%;
	color: #a137ac;
	font-weight: 700 !important;
}
.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: #eaf7fa;
	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: 62.5%;
	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
}


.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.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;
	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;
}

@media (max-width: 1200px) {

#right ul, #right ol {
	padding: 0 1rem;
}
}

#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: .5rem;
	left: -1rem;
	width: 6px;
	height: 6px;
	background-color: #34b3cc;
	border-radius: 100%;
}

#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: 68.8%;
	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: #083984;
}
.txt-pre {
	padding: 0 5px;
	color: #d34b4b;
	font-weight: 700;
	font-size: 1.5rem;
	clear:both;
}

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

.aisatsu {
	text-align: right;
}

.aisatsu span {
	font-size: 1.5rem;
}

.kaicho-content {
	justify-content: space-around;
}

.zimukyoku .inner {
    font-size: 18px !important;
    font-weight: normal;
}

.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('../images/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;
	clear: both;
}

@media (max-width: 768px) {
	.annai {
		margin-top: 30px;
	}
	
	.annai::before {
	    top: -25px;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
	}
}