@charset "utf-8";
/* --------------------------------------------------------------------------------
 共通
-------------------------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;	/* 元のフォントサイズを10pxに調整 */
}

body {
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	background: #DADADA;
	text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;	/* スマホで勝手に文字が大きくなる対策 */
	-webkit-print-color-adjust: exact;	/* chromeで背景色や背景画像を印刷する */
}

#wrapper {
	min-width: 320px;
	max-width: 1144px;	/* 1024pxが100%の幅となる。ここが基準。 */
	margin: 0 auto;
	padding: 0 12px;
	text-align: left;
	background: #FFFFFF;
	display: block;
	position: relative;
}

* img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

* iframe {
	vertical-align: bottom;
}

hr {
	color: #DDD;
}

address {
	font-style: normal;
}

a:link {
	color: #0E4183;
	text-decoration: underline;
}

a:visited {
	color: #57317F;
}

a:hover,
a:active,
a:focus {
	color: #660000;
	text-decoration: none;
}

a:focus {
	outline: 1px solid #0E5FA6;
}

a.blank[target="_blank"]:after {
	/* ---------- 別窓アイコン：external.png ---------- */
	margin: 0 0.5rem;
	content: url(../img/icon/external.png);
	position: relative;
	bottom: -3px;
}

h1 img {
	width: 75%;
	height: auto;
}

h2 {
	margin-bottom: 1em;
	padding: 15px 0.5em 15px 56px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	border-top: solid 3px #0E5FA6;
	border-bottom: solid 3px #0E5FA6;
	position: relative;
}

h2:before {
	margin-top: -20px;	    /* 画像の高さの半分 */
	content: url(../img/icon/paspo_80.png);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);	/* 倍率50％ */
	position: absolute;
	top: 10%;
	left: -10px;
}

h3 {
	margin-bottom: 1.5em;
	padding: 0.4em 0.5em;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.2;
	background-color: #E9F4FD;
	border-left: 5px solid #0E5FA6;
	border-bottom: 1px solid #0E5FA6;
	clear: both;
}

/* ---------- 背景色付きタイトル	---------- */
#toppage .text_box h2 {
	margin-bottom: 1em;
	padding: 0.4em 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	border: none;
	border-radius: 5px;
}

#toppage h2:before {
	margin-top: 0;	    /* 画像の高さの半分 */
	content: none;
	position: static;
}

.bg_blue {
	color: #FFF;
	background: #0E5FA6;
	background: -webkit-linear-gradient(#2D93ED, #0E5FA6);
	background: linear-gradient(#2D93ED, #0E5FA6);
}

.bg_yellow {
	color: #333;
	background: #FCC800;
	background: -webkit-linear-gradient(#FFE274, #FCC800);
	background: linear-gradient(#FFE274, #FCC800);
}

.text_box ul.disc li,
.text_box ul.arrow li,
.text_box ul.times li {
	margin-bottom: 0.6em;
}

ul.disc li ul.arrow,
ul.arrow li ul.arrow {
	margin-top: 0.6em;
}

.mado #access dt,
#haifu h4,
#peak_gw h4,
#peak_summer h4,
#holiday h4 {
	margin-bottom: 1em;
	padding: 0.2em 0 0.2em 0.5em;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	background-color: #F0F0F0;
	border-left: 5px solid #969696;
	clear: both;
}

.indent {
	margin-left: 1em;
}

span {
	display: inline-block;
}

span.note {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}

.caution {	/* 赤文字 */
	color: #C00;
}

.blue { 	/* 青文字 */
	color: #0000C8;
}

.small {
	font-size: 13px;
	font-size: 1.3rem;
}

.btn_inner .small {
	font-size: 14px;
	font-size: 1.4rem;
	color: #C00;
}

.space_S {
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

.space_L {
	letter-spacing: 1em;
	text-indent: 1em;
}

.text_block {
	display: inline-block;
}

.text_side {
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}

/* --------------------------------------------------------------------------------
 col幅
-------------------------------------------------------------------------------- */
.col {
	float: left;
	margin-right: 1.9531%;
}

.col:last-child {
	margin-right: 0;
}

.col1 {
	width: 6.5430%;
}

.col2 {
	width: 15.0391%;
}

.col3 {
	width: 23.5352%;
}

.col4 {
	width: 32.0313%;
}

.col5 {
	width: 40.5273%;
}

.col6 {
	width: 49.0234%;
}

.col7 {
	width: 57.5195%;
}

.col8 {
	width: 66.0156%;
}

.col9 {
	width: 74.5117%;
}

.col10 {
	width: 83.0078%;
}

.col11 {
	width: 91.5039%;
}

.col12 {
	width: 100%;
}

/* --------------------------------------------------------------------------------
 表
-------------------------------------------------------------------------------- */
.table_data {
	margin: 0 auto;	/* 1.5em; */
	line-height: 1.5;
}

.table_data tr,
.table_data th,
.table_data td {
	border: 1px solid #666;
}

.table_data th {
	padding: 0.5em 0;
	text-align: center;
	background-color: #EEE;
}

.table_data td {
	padding: 0.5em 0.4em;
}

.tbl-scroll {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.tbl-scroll .table_data {
	margin-bottom: 0.5em;
}

.tbl-scroll:before {
	content: "※この表は横にスクロールできます";
	font-size: 14px;
	font-size: 1.4rem;
}

/* --------------------------------------------------------------------------------
 ヘッダー
-------------------------------------------------------------------------------- */
header {
	overflow: hidden;
}

h1 {
	float: left;
	min-height: 56px;
}

#l_nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#l_nav li {
	border-bottom: 1px solid #0E5FA6;
	background: #EEE;
}

#nav_help {
	width: 100%;
	order: 2;
}

form {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #0E5FA6;
	order: 0;
}

input[type="text"] {
	width: 15em;
}

input[type="text"] ,
input[type="submit"] {
	height: 3em;
}

input[type="text"]:focus ,
input[type="submit"]:focus {
	border: 1px solid #0E5FA6;
}

#global_nav {
	width: 100%;
	order: 1;
}

/* --------------------------------------------------------------------------------
 ナビゲーション
-------------------------------------------------------------------------------- */
/* ---------- ハンバーガー ---------- */
#nav_control {
	position: absolute;
	right: 12px;
	top: 12px;
	display: block;
}

#nav_control a {
	padding-top: 22px;
	width: 44px;
	height: 44px;
	background: #0E5FA6 url(../img/icon/icon_common.png) no-repeat 0 -5px;
	white-space: nowrap;
	vertical-align: bottom;
	display: inline-block;
	overflow: hidden;
}

#nav_control a span {
	width: 44px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
}

#nav_control a.active {
	background-position: 0 -49px;
}

#nav_control a span.sp_open {
	display: inline-block;
}

#nav_control a span.sp_close {
	display: none;
}

#nav_control a.active span.sp_open {
	display: none;
}

#nav_control a.active span.sp_close {
	display: inline-block;
}

#nav_help li.sp_close {
	display: none;
}

.l_nav_head a:link,
.l_nav_head a:hover,
.l_nav_head a:active,
.l_nav_head a:focus,
.l_nav_head a:visited {
	display: block;
	line-height: 2.5;
	color: #333;
	text-decoration: none;
}

.l_nav_head a:hover,
.l_nav_head a:active,
.l_nav_head a:focus {
/*
	color: #FFF;
	background: #9F9F9F;
*/
}

.l_nav_head a:focus {
	border: 1px solid #0E5FA6;
	outline: none;
}

/* ---------- ページ下部 ---------- */
nav#foot_nav {
	margin: 1em auto 0;
	clear: both;
}

nav#foot_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav#foot_nav li {
	padding: 0 0.2em;
	width: 8em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/* --------------------------------------------------------------------------------
 更新日時
-------------------------------------------------------------------------------- */
#update {
	margin: 1em 0;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}

/* --------------------------------------------------------------------------------
 パンくずリスト
-------------------------------------------------------------------------------- */
#breadcrumbs {
	width: auto;
	margin-bottom: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid #EEE;
	white-space: nowrap;
}

#breadcrumbs ul {
	display: table;
}

#breadcrumbs ul li {
	float: left;
}

#breadcrumbs ul li:before {
	padding: 0 0.4em;
	content: ">";
}

#breadcrumbs ul li:first-child::before {
	content: none;
}

/* --------------------------------------------------------------------------------
 メインコンテンツ
-------------------------------------------------------------------------------- */
article {
	overflow: hidden;
	position: relative;
}

.content_block {
	margin-bottom: 2.5em;
}

.temporary {
	margin: 0 1em 2em;
	padding: 20px;
	border: 2px solid #888;
	border-radius: 15px;
}

.entries {
	margin: 0 1em 2em;
}

p.center {
	margin: 0 auto;
	text-align: center;
}

p.lead,
.content_block ul,
ul.jump,
#menu ul.arrow,
article > ul.disc {
	margin: 0 1em 1.5em;
}

p.close {
	margin: 0 1em;
}

/* ---------- 緊急のお知らせ	---------- */
#urgent,
#news {
	margin-bottom: 1.5em;
	padding: 20px 1em;
	font-size: 17px;
	font-size: 1.7rem;
	border: 2px solid #C00;
}

#urgent p:first-child {
	padding-bottom: 0.5em;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

#urgent p:nth-child(3),
#news p:nth-child(2) {
	padding: 0.5em 0 1em;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	color: #C00;
	text-decoration: underline double;
}

#urgent ul.disc,
.announce ul.disc {
	margin: 1em 0 1em 0;
}

#news ul {
	margin-top: 1em;
}

.reopen #news ul.disc {
	margin: 1em 0 0;
}

.reopen .announce ul.disc {
	margin: 1em 0;
}

/* --------------------------------------------------------------------------------
 フレックスボックス／ブロックレベルボタン
-------------------------------------------------------------------------------- */
.l-container {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.l-container.l-col2 {
	justify-content: space-between;
}

.l-container.l-col3 {
	justify-content: flex-start;
}

.text_box {
	margin-bottom: 1.5em;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 15px;
	background-color: #FDFDFD;
	overflow: hidden;
}

.btn_box {
	margin-bottom: 1.5em;
	margin-right: 1.9531%;
	font-weight: 600;
	line-height: 1.4;
	color: #535353;
	border: 1px solid #888;
	border-radius: 5px;
	background: #F5F5F5;
	box-shadow: #666 0 3px 2px -2px;
	overflow: hidden;
	position: relative;
}

.btn_box a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.btn_box a:hover {
	opacity: 0.3;
	background: #FFF;
}

.btn_S {
	margin-right: 0;
	padding: 1em 0.5em 1em 1.2em;
}

.btn_M {
	margin-right: 0;
	padding: 1em 1.2em;
}

.btn_L {
	padding: 1em 0.5em;
}

.btn_box.btn_L:nth-child(2n) {
	margin-right: 0;
}

.btn_box.btn_S .btn_inner,
.btn_box.btn_M .btn_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.btn_box.btn_L .btn_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.btn_box.btn_S .btn_inner img {
	width: 48px;
	height: 48px;
	margin-right: 15px;
	flex-shrink: 0;
}

.btn_box.btn_M .btn_inner img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
	flex-shrink: 0;
}

.btn_box.btn_L .btn_inner img {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}

.btn_inner p {
	width: 100%;
}

.btn_box.btn_S .btn_inner p {
	font-size: 16px;
	font-size: 1.6rem;
}

.btn_box.btn_M .btn_inner p {
	font-size: 16px;
	font-size: 1.6rem;
}

.btn_box.btn_L .btn_inner p {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}

.l-container .btn_box.btn_L:nth-child(n+5) {
	margin-bottom: 0;
}

.l-container .btn_box.btn_S:last-child,
.l-container .btn_box.btn_M:last-child,
.l-container .btn_box.btn_L:last-child {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------------------
 リストマーカー
-------------------------------------------------------------------------------- */
ul.arrow,
ul.check,
ul.disc,
ul.times,
ul.jump,
dl.arrow {
	padding-left: 1em;
}

ul.arrow li,
ul.check li,
ul.disc li,
ul.times li,
ul.jump li,
dl.arrow dt {
	position: relative;
	margin-bottom: 0.2em;
}

ul.arrow li:last-child,
ul.check li:last-child,
ul.disc li:last-child,
ul.times li:last-child,
ul.jump li:last-child,
dl.arrow dt:last-child {
	margin-bottom: 0;
}

.mado dl.disc dd,
#under20 dl.disc dt,
#hepburn dl.disc dt,
#betsumei dl.disc dt,
#ad dl.disc dt,
#marathon dl.disc dt,
.corona dl.disc dt {
	margin-left: 1em;
	position: relative;
}

.l_nav_head a {
	margin-left: 2em;
	position: relative;
}

#nav_help li#menu_close {
	text-align: center;
	background-color: #0E5FA6 ;
}

#nav_help li#menu_close a {
	margin-left: 0;
	color: #FFF;
}

/* ---------- angle-right ---------- */
.l_nav_head a:before,
ul.arrow > li:before,
ul.jump li:before,
dl.arrow dt:before,
#sitenavi dl.arrow dd:before {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-size: 1.2em;
	font-weight: 900;
	color: #0E5FA6;
	position: absolute;
	top: -0.2em;
	left: -0.8em;
}

span.textlink:before {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-size: 1.2em;
	font-weight: 900;
	color: #0E5FA6;
	display: inline-block;
	width: 0.8em;
}

#sitenavi dl.arrow dt:before {
	content: none;
}

/* ---------- circle ---------- */
ul.disc > li:before,
dl.disc dt:before,
.mado dl.disc dd:before {
	font-family: "Font Awesome 5 Free";
	content: '\f111';
	font-size: 0.6em;
	font-weight: 900;
	color: #888;
	position: absolute;
	top: 0.5em;
	left: -1.5em;
}

.updatenews ul.disc > li:before {
	color: #0E5FA6;
}

.mado dl.disc dt:before {
	content: none;
}

/* ---------- check-square ---------- */
ul.check li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f14a';
	font-size: 0.9em;
	font-weight: 400;
	color: #0E5FA6;
	position: absolute;
	top: 0;
	left: -1.2em;
}

/* ---------- times ---------- */
ul.times li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f00d';
	font-size: 1.6rem;
	font-weight: 900;
	color: #C00;
	position: absolute;
	top: 0;
	left: -0.9em;
}

/* ---------- times (スライドメニューの閉じるボタン) ---------- */
ul#nav_help li#menu_close a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f00d';
	font-size: 1.6rem;
	font-weight: 900;
	color: #FFF;
	position: relative;
	top: 0;
	left: -0.5em;
}

/* ---------- envelope (mail) ---------- */
li.mail:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-size: 1.6rem;
	font-weight: 400;
	padding-right: 0.5em;
	width: 1.5em;
}

/* ---------- fax ---------- */
li.fax:before {
	font-family: "Font Awesome 5 Free";
	content: '\f1ac';
	font-size: 1.6rem;
	font-weight: 900;
	padding-right: 0.5em;
	width: 1.5em;
}

/* ---------- phone-alt ---------- */
li.tel:before {
	font-family: "Font Awesome 5 Free";
	content: '\f879';
	font-size: 1.6rem;
	font-weight: 900;
	padding-right: 0.5em;
	width: 1.5em;
}

/* ----------------------------------------
	ページトップナビ
---------------------------------------- */
#nav_pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #0E5FA6;
	opacity: 0.8;
	border-radius: 10px;
	z-index: 10;
}

#nav_pagetop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
}

/* ---------- angle-up ---------- */
#nav_pagetop a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-weight: 900;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 30px;
	color: #FFF;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#nav_pagetop a:hover {
	text-decoration: none;
}

/* ----------------------------------------
	新着アイコン
---------------------------------------- */
.newarrival:after {
	content: "NEW";
	margin-left: 0.5em;
	padding: 1px 7px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #C00;
}

/* --------------------------------------------------------------------------------
 フッター
-------------------------------------------------------------------------------- */
footer {
	margin: 1em auto 0;
	padding-bottom: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

footer li {
	display: inline;
	margin-right: 1.5em;
}

footer li:last-child {
	margin-right: 0;
}

footer p {
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
	background-color: #595d60;
	padding: 1em 0;
}

@media print, screen and (min-width: 768px) {
/* --------------------------------------------------------------------------------
 共通
-------------------------------------------------------------------------------- */
	#wrapper {
		width: 1144px;	/* 1024px：100%の幅 */
		padding: 0 60px;
		box-shadow: 0 0 10px gray;
	}

	br.sp_br {
		display: none;
	}

	h1 img {
		width: 360px;
		height: auto;
		margin-top:0;
	}

	h2 {
		margin-bottom: 1.5em;
		font-size: 24px;
		font-size: 2.4rem;
	}

	h3 {
	padding: 0.4em 0.5em 0.4em 1em;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.text_box h3 {
		margin-bottom: 1.5em;
		padding: 0.5em 0;
	}

	.text_side {
		text-align: right;
		text-indent: 0;
	}

/* --------------------------------------------------------------------------------
 ヘッダー
-------------------------------------------------------------------------------- */
	#nav_help .hidden {
		display: none;
	}

	#nav_help li.sp_close {
		display: inline;
	}

	.l_nav_head a:before {
		content: none;
	}

	.l_nav_head a:link,
	.l_nav_head a:hover,
	.l_nav_head a:active,
	.l_nav_head a:focus,
	.l_nav_head a:visited {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		line-height: 1;
		background: none;
	}

	.l_nav_head a:link {
		color: #0044CC;
		text-decoration: none;
	}

	.l_nav_head a:visited {
		color: #551A8B;
	}

	.l_nav_head a:hover,
	.l_nav_head a:active,
	.l_nav_head a:focus {
		color: #0044CC;
		text-decoration: underline;
	}

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

	#nav_control {
		display: none;
	}

	#l_nav {
		display: block;
	}

	#l_nav li {
		border-bottom: none;
		background: none;
	}

	#nav_help,
	form {
		width: auto;
	}

	.l_nav_head {
		display: block !important;
	}

	#nav_help {
		margin: 10px 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		float: right;
	}

	#nav_help li {
		display: inline;
		margin-left: 1.5em;
	}

	#nav_help li:first-child {
		margin-left: 0;
	}

	#nav_help li.sp_mode {
		display: none;
	}

	form {
		margin-bottom: 10px;
		padding: 0;
		border: none;
		float: right;
	}

/* ---------- ナビゲーション ---------- */
	#global_nav {
		overflow: hidden;
		clear: both;
	}

	#global_nav ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		margin-bottom: 3px;	/* box-shadowの下方向pxに合わせる */
	}

	#global_nav li {
		font-size: 15px;
		font-size: 1.5rem;
		text-align: center;
	}

	#global_nav li a {
		width: 128px;
		height: 50px;
		color: #FFFFFF;
		text-decoration: none;
		border-radius: 8px;
		box-shadow: #666 0 3px 2px -2px;
		vertical-align: middle;
		display: table-cell;
	}

	#global_nav li a,
	#global_nav li a:link,
	#global_nav li a:visited {
		background: #595959;
		background: -webkit-linear-gradient(#8C8C8C, #595959);
		background: linear-gradient(#8C8C8C, #595959);
	}

	#global_nav li a:hover,
	#global_nav li a:active,
	#global_nav li a:focus {
		background: #0E5FA6;
		background: -webkit-linear-gradient(#0095D9, #0E5FA6);
		background: linear-gradient(#0095D9, #0E5FA6);
	}

/* --------------------------------------------------------------------------------
 パンくずリスト
-------------------------------------------------------------------------------- */
	#breadcrumbs {
		width: 100%;
		overflow-x: visible;
		overflow-y: visible;
		border-bottom: none;
	}

/* --------------------------------------------------------------------------------
 メインコンテンツ
-------------------------------------------------------------------------------- */
	.content_block {
		margin-bottom: 3em;
	}

	.entries,
	.temporary {
		margin: 0 2em 2em;
	}

	p.lead,
	.content_block ul,
	ul.jump,
	#mado ul.disc,
	#menu ul.arrow,
	#nissu ul.disc {
		margin: 0 2em 1.5em;
	}

	p.close {
		margin: 0 2em;
	}

/* ---------- 緊急のお知らせ	---------- */
	#urgent,
	#news {
		margin-bottom: 2em;
		padding: 20px 2em;
	}

	#urgent ul.disc,
	.announce ul.disc {
		margin: 1em;
	}

	.reopen #news ul.disc {
		margin: 1em 1em 0 !important;
	}

	.reopen .announce ul.disc {
		margin: 1em !important;
	}

/* --------------------------------------------------------------------------------
 フレックスボックス／ブロックレベルボタン
-------------------------------------------------------------------------------- */
	.text_box {
		padding: 30px;
	}

	.text_box,
	.btn_box.btn_S,
	.btn_box.btn_M {
		width: 49.0234%;	/* col6 */
	}

	.btn_box.btn_M {
		margin-right: 1.9531% !important;
	}

	.btn_box.btn_M:nth-child(2n) {
		margin-right: 0 !important;
	}

	.btn_box.btn_L {
		width: 32.0313%;	/* col4 */
		margin-right: 1.9531% !important;
	}

	.btn_box.btn_L:nth-child(3n) {
		margin-right: 0 !important;
	}

	.btn_box.btn_L .btn_inner img {
		width: 120px;
		height: 120px;
	}

	.btn_box.btn_L .btn_inner p {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}

	.btn_box.btn_M .btn_inner p {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.l-container .btn_box.btn_L:nth-child(n+4) {
		margin-bottom: 0;
	}

	.l-container .btn_box.btn_S:nth-child(n+5) {
		margin-bottom: 0;
	}

	.btn_inner .small {
		font-size: 16px;
		font-size: 1.6rem;
		color: #C00;
	}

/* --------------------------------------------------------------------------------
 表
-------------------------------------------------------------------------------- */
	.tbl-scroll {
		overflow: visible;
		white-space: normal;
	}

	.tbl-scroll .table_data {
		margin-bottom: 0;
	}

	.tbl-scroll:before {
		content: none;
	}

/* --------------------------------------------------------------------------------
 フッター
-------------------------------------------------------------------------------- */
	footer p {
		font-size: 15px;
		font-size: 1.5rem;
	}
}