<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@400;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;display=swap');

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");



/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 13px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
	overflow-x: hidden;
}

body {
	font-family: 'Lato', 'M PLUS 1 Code', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #000000;		/*全体の文字色*/
	line-height: 2;		/*行間*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}

.pc-none{display:none;}
.br-sp{display: none;}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #00A1E2;	/*文字色*/
	transition: 0.3s;
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: flex-start;	/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
	background: #fff;			/*背景色*/
	position: fixed; z-index: 1;	/*スクロールしても動かないようにする指定*/
	width: 100%;
	padding: 0 1%;					/*上下、左右へのヘッダー内の余白*/
	height: 60px;					/*ヘッダーの高さ。変更する場合、数行下にある#mainimgのtopの数値も合わせて変更して下さい。*/
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .10);
	font-family: 'Lato';	/*GoogleFontsの指定*/
}
h1{color: #00A1E2; font-weight: bold; font-size: 32px; line-height: 36px; margin: 0 0; padding-bottom: 15px;}

/*ヘッダーのリンクテキストの文字色*/
header a {
	color: #00A1E2;
    text-decoration:underline;
}

/*ロゴ画像*/
header #logo img {display: block;}
header #logo {
	margin: 0;
	width: 250px;	/*幅*/
}


/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*全体を囲むブロック*/
#mainimg {
	width: 100%;
	height: 0;
	padding: 0;
    padding-top: 65.25%;
    position: relative;
    top: 60px;
    overflow: hidden;
    background: url(../images/main.png) no-repeat top right / 68%;	/*背景色、背景画像の読み込み、最後の100%は画像幅。*/
	color: #fff;	/*文字色*/
}

/*テキストブロック*/
#mainimg #text {
	width: 50%;		/*幅*/
}

#mainimg #text {
	position: absolute;
	left: 10%;		/*mainimgに対して左からの配置場所指定*/
	top: 2%;		/*mainimgに対して上からの配置場所指定*/
	width: 70%;	/*幅*/
	height: 70%;	/*高さ*/
	background:url(../images/title.png) no-repeat top left / 100%;	/*背景色、背景画像の読み込み、最後の100%は画像幅。*/
}

/*見出しインデント*/
h1, h2 {
	margin: 0;
    text-indent: -9999px;
}

/*日付ブロック
---------------------------------------------------------------------------*/
#date-block {
    position: absolute;
    left: 0%;		/*mainimgに対して左からの配置場所指定*/
	top: 55%;		/*mainimgに対して上からの配置場所指定*/
	margin: 15px auto 0;
	display: block;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 15px;	/*上下、左右へのボックス内の余白*/
    font-weight: bold;
	font-family: 'Lato';	/*GoogleFontsの指定*/
    border-left: 1px solid #000000;
    margin: 0 10%;
}

.card {
    width:fit-content;
    block-size: fit-content;
    margin: 0px 0;
    color: #000000;	
    padding: 0 0 15px 0;
    border-bottom: 1px solid #000000;
}
.card:last-child {
    border-bottom:none;
    padding: 15px 0 0px 0;
}
.card .txt{
    font-size: 1.5vw;
    color: #00A1E2;
}
.card .txt .spot{
    padding: 5px;
    background-color: #00A1E2;
    color: #fff;
    margin-right: 10px;
}
.card .date{
    font-size: 4.5vw;
    line-height: 4.5vw;
    color: #000;
}
.card .date-s{
    font-size: 2vw;
    line-height: 2vw;
    color: #000;
}


/*日付ブロック
---------------------------------------------------------------------------*/
.photo {
}

/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar ul {list-style: none;margin: 0;padding: 0;}

/*メニューを非表示にしておく*/
#menubar {display: none;}

/*開閉用のスタイル*/
#menubar.db {display: block;}
#menubar.dn {display: none;}

/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	text-align: center;		/*テキストを中央に*/
	padding: 10px;			/*メニュー内の余白*/
}
/*@media screen and (max-width:1366px) {
    #menubar ul li{display: none;}
}*/
@media screen and (max-width:1279px) {
    #menubar ul li{display: block; font-size: 15px;}
    #menubar img{float: left; width: 80px; display: inline; margin-top:50px;}
    #menubar.db a{display:inline-block!important; font-size: 2vw; font-weight: bold;}
    #menubar.db a:hover{opacity: 0.3;background-color: rgba(0,0,0,0.5);}
}

/*小さな端末用の設定（開閉ブロック）
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 50px 20px;	/*上下、左右へのブロック内の余白*/
	background: rgba(0,25,39,0.9);		/*背景色。0,0,0は黒の事で0.9は色が90%出た状態の事。*/
	animation: animation1 0.2s both;	/*animation.cssの、animation1を実行する。0.2sは0.2秒の事。*/
	text-align: center;	/*内容をセンタリング*/
	color: #fff;		/*文字色*/
}
.s #menubar.db a {
	display: block;
	color: #fff;	/*リンクテキストの文字色*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*開閉用のスタイル*/
#menubar_hdr.db {display: flex;}
#menubar_hdr.dn {display: none;}

/*３本バーを囲むブロック*/
#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 10px;			/*右からの配置場所指定*/
	top: 5px;			/*上からの配置場所指定*/
	padding: 16px 14px;	/*上下、左右への余白*/
	width: 50px;		/*幅（３本バーが出ている場合の幅になります）*/
	height: 50px;		/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	background: rgba(0,161,226,0.9);	/*背景色*/
	border-radius: 50%;				/*円形にする*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 2px solid #fff;	/*線の幅、線種、色*/
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 35px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(2px, 10px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(2px, -10px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック*/
main {
}

/*mainブロック内のh2タグ*/
main h2 {
	font-size: 44px;			/*文字サイズ。3倍。*/
	text-align: center;		/*文字をセンタリング*/
	color: #000;			/*文字色*/
	font-family: 'Lato';	/*GoogleFontsの指定*/
	font-weight: 400;		/*文字の太さ*/
}

/*mainブロック内のh3タグ*/
main h3 {
	margin: 0;		/*上、左右、下へのタグの外にとるスペース*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.7rem;		/*文字サイズ*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
	background: #111;		/*背景色*/
	color: #fff;			/*文字色*/
    margin-top: 150px;
}

/*リンクテキスト*/
footer a {text-decoration: none;color: #fff;}

/*著作部分*/
footer .pr {display: block;}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	background: #333;	/*背景色*/
	color: #999;		/*文字色*/
	font-size: 0.7em;	/*文字サイズ*/
	padding: 20px;		/*ボックス内の余白*/
	display: flex;		/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
}

/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: #999;	/*文字色*/
}

/*リンクテキストのマウスオン時*/
#footermenu a:hover {
	color: #ccc;	/*文字色*/
}

/*ulタグ（メニューの列単位）*/
#footermenu ul {
	margin: 0;
	padding: 0 2px;
	flex: 1;
	list-style: none;
}

/*title*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	color: #ccc;			/*文字色*/
	padding-bottom: 5px;	/*下に空けるスペース*/
}


/*ブロック
---------------------------------------------------------------------------*/
#block {
	margin: 100px auto;
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
    width: 95%;
    font-size: 1.3vw;
    text-align: left;
	font-family: 'Lato';	/*GoogleFontsの指定*/
    position: relative;
    clear: both;
}
#block-r {
	margin: 100px auto;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
    width: 100%;
    font-size: 1.1vw;
    text-align: left;
	font-family: 'Lato';	/*GoogleFontsの指定*/
    position: relative;
    margin-left: 3%;
    height: fit-;
}
.txt{width: 100%;}
.sub-ttl{
    font-weight: bold;
    color: #AAAAAA;
    font-size: 1.1vw;
    line-height: 3vw;
    padding: 0 0 20px 0;
}
.sub-ttl2{
    font-weight: bold;
    color: #000;
    font-size: 1.4vw;
    line-height: 3vw;
    padding: 0 0 20px 0;
}
.sup{
    color: #AAAAAA;
    font-size: 0.8vw;
    line-height: 3vw;
}
.box-txt{padding-top: 10px;}
.box-txt-r{padding-top: 10px; font-size: 2.5vw; line-height: 3.5vw; font-weight: bold;}
.p-txt{margin: 10% 0 5px 0; font-size: 1.4vw;line-height: 2vw; font-weight: bold; color:#00A1E2; border-bottom: 1px solid #AAAAAA; width:fit-content;block-size: fit-content;}
.p-line{padding: 0 0 0 10px;  border-left: 1px solid #AAAAAA; margin-left: 10px;}


.photo-box{
    position: absolute;
    top: 60px;
    right: 0px;
    width: 23%;
}
.photo-box2{
    position: absolute;
    top: 20px;
    right: 0px;
    width: 37%;
}
.photo-box .photo-right{
    float:right;
    padding-top: 15px;
}
.photo-box .photo-left{
    float:left;
    padding-top: 15px;
}


.ttl01{
    font-weight: bold;
    color: #000;
    font-size: 4vw;
    line-height: 3.8vw;
    padding: 80px 0 20px 0;
    border-bottom: 1px solid #000;
}

.clr01{color: #FFFF00;}
.clr02{color: #00BAFF;}
.clr03{color: #FF8B8B;}
.clr04{color: #00A1E2;}
.clr05{color: #E75236;}

.sub-txt{font-size: 2vw; margin-top: 100px; width: auto; margin-bottom: 15px; text-align: left; line-height: 1.4;font-weight: bold;}

.br {display: none;}

.school-bnr{
    display: flow-root;
    justify-content: left;
	flex-wrap: wrap;
    width: 65%;
}
.school-bnr img{
    width: 30%;
    margin: 5px 10px;
}
.school-bnr img:hover{
    opacity: 0.3;
}
.box50{
    display: flex;
    justify-content:left;
	flex-wrap: wrap;
    width: 100%;
}
.box50 .box{
    width: 30%;
    margin: 0px 0px;
    text-align: left;
    font-size: 1.4vw;
    border-top: 1px solid #AAAAAA;
}
.box50 .box .p-list{
    border-bottom: 1px dotted #AAAAAA;
    overflow: hidden;
}
.box50 .box .p-listl {
    border-bottom: 1px solid #AAAAAA;
    overflow: hidden;
}
.time{
    border: 1px solid #fff;
    margin-right: 10px;
    margin-bottom: 3px;
    height: auto;
    line-height: 1.8;
    float: left;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #00A1E2;
}
.program{
    margin-right: 10px;
    margin-bottom: 3px;
    width: 75%;
    height: auto;
    float: left;
    line-height: 1.8;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: normal;
}
.txt-r{clear: both; text-align: right; padding-right: 0%; font-size: 1.2vw;}

.graph-pc{
    display: block;
    margin: 40px auto;
    width: 90%;
}
.graph-pc img{
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.graph-sp{
    display: none;
}
.attention-ttl{
    font-size: 2vw;
    text-align: center;
}
.attention{
    background:#E8374A;
    color: #fff;
    text-align: left;
    padding: 20px 20px  0 20px!important;
    margin: 0px auto;
    width: 100%;
    font-size: 1.2vw;
}
.attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.attention li::marker {
    content: "・";
    font-size: 1em;
    color: #FFEC00
}
.attention img{
    width: 50px;
    vertical-align:text-top;
}
.mt100{margin-top: 100px;}

.block06-box{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.block06-box .box{
    width: 49%;
    text-align: center;
    margin-right: 1%;
}
.block06-box .spot{
    width: auto;
    text-align: center;
    padding: 5px 10px;
    font-size: 1.6vw;
    font-weight: bold;
    margin: 30px 0 10px;
}
.block06-box .map{
    width: auto;
    margin: 10px 0;
    background-color: antiquewhite;
    height: 500px;
}
.block07-box{margin: 200px 0 200px; text-align: center; padding-top: 200px; border-top: 1px solid #000;}
.block07-box .sub-ttl{
    font-size: 2vw;
    color: #000;
    padding: 0;
}
.block07-box .ttl{
    font-size: 7vw;
    line-height: 9vw;
    font-weight: bold;
}
.block08-box{margin: 0px 0 100px; text-align: center; padding-top: 0px;}
.block08-box .sub-ttl{
    font-size: 2vw;
    color: #000;
    padding: 0;
}
.block08-box .ttl{
    font-size: 7vw;
    line-height: 9vw;
    font-weight: bold;
}
#footer{
    width:100%;
    overflow: hidden;
    padding: 30px;
    margin-top: 100px;
}
.footer-box{
    width:100%;
    margin: 0 auto;
}
.footer-l{
    float: left;
    width: 70%;
    text-align: left;
    font-size: 1.2vw;
}
.bold{
    font-weight: bold;
}
.footer-r{
    float: left;
    width: 100%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-r img{
    float: left;
    width:70px;
    padding-left: 5%;
}
.footer-r img:hover{
    opacity: 0.3;
    transition: 0.3s;
}
.sponsorship{font-size: 2vw; color: #00A1E2; clear: both; margin: 20px 0; font-weight: bold; padding-top: 50px; height: auto;}
.sponsorship .ttl{
    font-size: 2vw; 
    color: #fff; 
    background: #00A1E2; 
    float: left; 
    width: 170px;
    position: relative;
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 0 0px 6px #00A1E2;
    text-align: center;
    line-height: 3vw;
}
.sponsorship .txt{float: left; width: 70%; padding-left: 2%; line-height: 4vw;}
.sponsorship .organization{font-size: 1.5vw; line-height: 2vw; color: #000;  font-weight: normal; padding-bottom: 30px;}


.footer-sp{
    display: none;
}
.footer-sp-ic img{
    display: none;
}







/*スケジュール
---------------------------------------------------------------------------*/
.wrapper{
  width: 40%;
  box-sizing: border-box;
    float: left;
}
.time_schedule{
  position: relative;
}
.time_line {
    width: 2px;
    height: 98%;
    position: absolute;
    top: 1%;
    left: 15%;
    z-index: 999;
    transform: translateX(-50%);
    padding-top: 15px;
    z-index: -1;
}
.time_line span {
    display: block;
    width: 100%;
    height: 100%;
    background: #AAAAAA;
}
.time_ball{
  position: absolute;
  background: #00A1E2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 15%;
  z-index: 0;
}

dl dt{
  width: 100%;
  position: absolute;
  font-size: 1.5vw;
  color: #00A1E2;
  font-weight: bold;
}
dl dd{
  width: auto;
  margin-left:20%;
  font-size: 1.5vw;
}
dl{
    padding: 0;
    height: 30px;
}
.wrapper-r{
  width: 60%;
  box-sizing: border-box;
    float: right;
    padding-top: 30px;
}
.wrapper-r-photo{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.wrapper-r-photo .img{
    padding-left: 1%;
    width: 33%;
    font-size: 1vw;
    padding-bottom: 1%;
}


/*船ブロック
---------------------------------------------------------------------------*/
.ship-photo{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1% 0;
}
.ship-photo .img{
    padding-left: 1%;
    width: 33%;
    font-size: 1vw;
    padding-bottom: 1%;
}

/*listブロック
---------------------------------------------------------------------------*/
.list-container .list {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	color: #999;			/*文字色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	position: relative;
}

/*ボックス内のh4タグ*/
.list-container .list h4 {
	margin: 0;
	color: #666;	/*文字色*/
}
.list-container .list h4 a {
	color: #666;	/*リンクテキストの文字色*/
}

/*ボックス内のpタグ*/
.list-container .list p {
	margin: 0;
	font-size: 0.8em;	/*文字サイズを80%に*/
}

/*list内のNEWマーク*/
.list-container .list .new {
	font-size: 0.6em;		/*文字サイズ*/
	background: #ff0000;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*角丸のサイズ。円形になります。*/
	text-align: center;		/*テキストをセンタリング*/
	position: absolute;
	left: -10px;			/*listブロックに対して左からの配置場所の指定*/
	top: -10px;				/*listブロックに対して上からの配置場所の指定*/
	transform: rotate(-30deg);	/*回転。まっすぐ表示させたいならこの１行を削除。*/
}


/*求人一覧ページ（ist2　横長ブロックタイプ）
---------------------------------------------------------------------------*/
/*list2ボックス。１個あたりのボックスの指定です。*/
.list2 {
	display: flex;	/*flexボックスを使う指定*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding: 25px 0;	/*上下、左右へのボックス内の余白*/
}

.list2 div {
	flex: 1;
}

/*１つ目のボックスにのみ上に線を入れる*/
.list2:nth-of-type(1) {
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}

/*ボックス内のfigure画像*/
.list2 figure {
	width: 20%;			/*画像の幅*/
	margin-right: 20px;	/*画像の右側に空けるスペース*/
}

/*ボックス内のh4タグ*/
.list2 h4 {
	margin: 0;				/*デフォルトマージンを一旦リセット*/
	margin-bottom: 10px;	/*下に少し余白を作る*/
	color: #56a5b7;			/*文字色*/
}

.list2 h4 a {
	color: #56a5b7;			/*リンクテキストの文字色*/
}

.list2 h4 a:hover {
	color: #333;			/*マウスオン時の文字色*/
}

/*ボックス内のpタグ*/
.list2 p {
	margin: 0;
	font-size: 0.7em;		/*文字サイズを70%に。*/
}


/*求人一覧ページのlistボックス内の情報詳細欄（tableっぽく見える所）
---------------------------------------------------------------------------*/
/*ボックス全体*/
dl.line {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	font-size: 0.7em;	/*文字サイズを70%に。*/
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}

/*左右のボックス*/
dl.line dt, dl.line dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding: 0 5px;					/*上下、左右へのボックス内の余白*/
}

/*左のボックス*/
dl.line dt {
	width: 8em;				/*幅。8文字(em)分。*/
	background: #f0f0f0;	/*背景色*/
}
/*右のボックス*/
dl.line dd {
	width: calc(100% - 8em);	/*「8em」は上の「dl.line dt」のwidthの値です。*/
}

/*list2ブロック内でのline設定*/
.list2 dl.line dt:nth-of-type(1), .list2 dl.line dd:nth-of-type(1),
.list2 dl.line dt:nth-of-type(2), .list2 dl.line dd:nth-of-type(2) {
	border-top: none;
}


/*サムネイルスライドショー
---------------------------------------------------------------------------*/
/*画像１枚あたりの設定*/
.list-slide .list {
	margin: 10px;	/*画像の外側に空けるスペース*/
}


/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff, #f7f7f7);	/*背景グラデーション*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	border: 1px solid #e4e2d7;		/*枠線の幅、線種、色*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f059";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #56a5b7;			/*アイコンの色*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.faq dt span {text-indent: 0;}


/*icon
---------------------------------------------------------------------------*/
.icon {
	display: inline-block;
	margin: 1px;
	line-height: 1.5;
	padding: 0px 10px;
	border: 1px solid #999;
	color: #999;
	font-weight: normal;
	font-size: 0.8em;
}
.icon.newicon {
	border-color: transparent;
	background: #f00;
	color: #fff;
}
.icon.upicon {
	border-color: transparent;
	background: #54b1ff;
	color: #fff;
}

/*btnの設定
---------------------------------------------------------------------------*/
.btn1, .btn2 {
	border-radius: 3px;
	padding: 5px 30px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    align-content: center;
}
.btn1 a, .btn2 a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.btn1:hover, .btn2:hover {
    opacity: 0.3;
}
.btn1 {
	background: #00A1E2;
	color: #fff;
    height:100px;
    width: 40%;
    min-width:300px; 
    margin: 50px auto 10px;
	border-radius: 10px;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration-line: 5px !important;
	font-size: 2.0vw!important;
}
.btn1::after{
    content: '';
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
.btn2 {
	background: #00A1E2;
	color: #fff;
    height:100px;
    width: 50px;
    height: 50px;
    margin: 10px auto 10px;
	border-radius: 10px;
    display: block;
    padding: 8px;
    position: relative;
}
.btn2::after{
    content: '';
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translateY(-50%) rotate(45deg);
}
.btn2-txt{
    float: left; 
    padding-top: 10px; 
    margin-right: 10px; 
	font-size: 1.4vw!important;
    font-weight: normal; 
    text-align: center;
    color: #00A1E2;
}
.btn-box{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    width: 90%;
    margin: 100px auto;
}
.ul{text-decoration: underline;}
.block07-box .btn-box a:hover{opacity: 0.3;}
.block08-box .btn-box a:hover{opacity: 0.3;}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #eee;		/*背景色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}


/*背景色パターン
---------------------------------------------------------------------------*/
.bg1 {
	background: #eee;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(0,161,226,0.8);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #56a5b7 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee; border: 1px solid #ccc; border-radius: 3px;margin: 2px 0; word-break: break-all;}
.small {font-size: 0.8em; letter-spacing: normal !important; line-height: 1.2!important; font-weight: normal; padding: 20px 0;}
.large {font-size: 1.8em !important;}
.block {display: block !important;}
.sh {display: block;}
.pc {display: none;}
.hidden {position: absolute; top: -9999px; left: -9999px;}



/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1279px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 15px;	/*基準となるフォントサイズの上書き*/
}


/*2カラムブロック
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.c2 {
	flex-direction: row;			/*子要素を横並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
	
	margin-left: -6%;
	margin-right: -6%;
}
/*画像ブロック*/
.c2 .image {
	width: 60%;
}

/*テキストブロック*/
.c2 .text {
	width: 40%;
	padding: 0 3%;
}

/*最初(左)に配置*/
.c2 .l {
	order: -1;
}

/*画像を右側に配置する場合の設定*/
.c2 .image.r {
	overflow: hidden;
	/*margin-right: -6%;	画像を画面枠ギリギリまで移動する*/
	border-radius: 100px 0px 0px 100px;	/*角を丸くする指定。左上、右上、右下、左下への順番。*/
}

/*画像を左側に配置する場合の設定*/
.c2 .image.l {
	overflow: hidden;
	/*margin-left: -6%;	画像を画面枠ギリギリまで移動する*/
	border-radius: 0px 100px 100px 0px;	/*角を丸くする指定。左上、右上、右下、左下への順番。*/
}




/*menubarブロック設定
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	font-size: 1.1vw;	/*文字サイズを少し小さくする*/
}
#menubar ul {
	display: flex;	/*flexボックスを使う指定*/
}

/*メニュー１個あたりの設定*/
#menubar li a {
	padding: 15px 25px;	/*上下、左右への余白*/
    color: #000000;
}
#menubar li a:hover {
    color: #00A1E2;
}    
#menubar a img{
	width: 50px;
}

#menubar img:hover{
    opacity: 0.3;
}
    
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付(dt)設定*/
#new dt {
	width: 14em;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.8em;		/*文字サイズを80%に。*/
	text-align: center;		/*文字をセンタリング*/
	margin-right: 1em;		/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.8;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。サンプルテンプレートでは「サービス」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #56a5b7;	/*背景色*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	font-size: 0.8em;	/*文字サイズ*/
	padding: 20px 50px;	/*上下、左右へのボックス内の余白*/
}


/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
}

/*１個あたりのボックス設定*/
.list-container .list {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 32%;						/*幅。３列になります。*/
	margin-right: 2%;
}

.list-container .list:nth-of-type(3n) {
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list-container .list .text {
	flex: 1;
}



/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}
.sh {display: none;}
.pc {display: inline-block;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
@media screen and (max-width:1115px) {
.br-pc2{display: none;}
.box50 .box{
    width: 60%;
    margin: 10px 10px;
    text-align: left;
    font-size: 2vw;
}
.btn2-txt{line-height: 1.4; text-align: center!important;font-size: 2vw !important;}
.block04-box2{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.block04-box2 .txt-l{
    text-align: left;
    width: 60%;
    font-size: 18px;
}
.block04-box2 .img{
    width: 35%;
}
.block05-ttl {
    padding: 10px 0px;
}
.btn2 {
    width: 40px;
    height: 40px;
    margin: 0px auto 00px;
}
.btn1 {
    margin: 20px auto 10px;
}
#block {
    font-size: 1.7vw;
}
.sup {
    font-size: 1.4vw;
}
dl dt{
  font-size: 1.6vw;
}
dl dd{
  font-size: 1.8vw;
}
}
@media screen and (max-width:978px) {
#mainimg #text {
    width: 57%;
    left: 3%;
}
#date-block {
    top: 45%;
    margin: 0 5%;
}
#block {
    margin: 50px auto;
    font-size: 1.9vw;
    width: 100%;
}
.card {
    padding: 0 0 5px 0;
}
.school-bnr img {
    width: 40%;
}
.sub-txt {
    margin-top:50px;
}
.p-txt {
    font-size: 1.5vw;
    margin: 7% 0 5px 0;
}    
.p-line {
    padding: 0 0 0 5px;
    margin-left: 5px;
}
.time_line {
    top: 0%!important;
}
dl {
    padding: 0;
    height: 20px!important;
}
.block06-box .spot {
    font-size: 2.4vw;
}    
.block06-box .map {
    height: 300px;
}
.block07-box {
    margin: 100px 0 50px;
    padding-top: 50px;
}
.block08-box {
    margin: 0px 0 ;
    padding-top: 0px;
}
.btn1 {
    height: 60px!important;
    font-size: 2.4vw !important;
}    
.btn-box {
    margin: 30px auto!important;
}    
.btn2-txt {
    float: left;
    padding-top: 10px;
    margin-right: 10px;
    font-size: 2vw !important;
    font-weight: normal;
    text-align: center;
    color: #00A1E2;
}
#footer {
    margin-top: 0px;
}
.footer-l {
    width: 100%;
    font-size: 2vw;
}
.footer-r {
    padding-top: 30px;
    width: 40%;
    flex-wrap: inherit;
    float: right;
}
.footer-r img{
    width: 100%;
}
.sponsorship .organization {
    font-size: 2vw;
    line-height: 3vw;
}
.sponsorship .ttl {
    font-size: 3vw;
    width: 110px;
}
.sponsorship .txt {
    width: 85%;
    font-size: 4vw;
}
.sup {
    font-size: 1.8vw;
}
}

/*---------------------------------------------------------------------------
ここから下は画面幅768px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
.photo-box2 {
    top: 100px;
}
.br-pc{display: none;}
#mainimg #text {
    background: url(../images/title-sp.png) no-repeat top left / 100%;
}
#menubar.db a {
        font-size: 5vw;
}
#mainimg {
    padding-top: 95.25%;
    background: url(../images/main-sp.png) no-repeat top right / 92%;
}
#mainimg #text {
    width: 95%;
    left: 3%;
}
#date-block {
    top: 43%;
    margin: 0 2%;
    border: none;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    padding: 10px;
}
.card:last-child {
    border-top:1px solid #000;
}
.card{
    border-bottom: none;
}
.card .txt .spot {
    padding: 2px;
}
.card .txt {
    font-size: 3vw;
    line-height: 5vw;
}
.card:last-child {
    padding: 5px 0 0px 0;
}
.card .date {
    font-size: 6vw;
    line-height: 6vw;
}
.sub-ttl {
    font-size: 2vw;
}
.ttl01 {
    font-size: 7vw;
    line-height: 7vw;
}
#block {
    font-size: 2.5vw;
}
.sub-txt {
    font-size: 3vw;
}
.sub-ttl {
    line-height: 4vw;
}
.school-bnr {
    width: 100%;
}
.school-bnr img {
    width: 44%;
}
.box50 .box {
    width: 100%;
    font-size: 3vw;
}
.txt-r {
    font-size: 3vw;
}
.photo-box {
    position:inherit;
    width: 33%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.photo-box img{
    padding: 0 5px;
}
.left {
    left: 0;
}
.leftstyle {
    left: 0;
}
.photo-box2 {
    width: 45%;
}
.box-txt-r {
    font-size: 3vw;
}
.p-txt {
    font-size: 2.5vw;
    margin: 7% 0 10px 0;
    line-height: 3.5vw;
}
dl dd {
    font-size: 2.5vw;
    margin-left: 28%;
}
dl dt {
    width: 100%;
    font-size: 2.5vw;
}
.wrapper {
    width: 50%;
}
.time_ball {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 20%;
}
.time_line {
    left: 20%;
}
.wrapper-r-photo .img {
    width: 48%;
    font-size: 1.8vw;
}
.wrapper-r {
    width: 50%;
}
.attention li {
    padding-left: 5%;
}
.attention-ttl {
    font-size: 4vw;
}
.block06-box .box {
    width: 100%;
}
.block06-box .map {
    height: 400px;
}
.footer-l {
    font-size: 2.6vw;
}
.br-sp{
    display: block;
}
.sponsorship .organization {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
.footer-l{
    display: none;
}

.footer-sp{
    display: block;
    font-size: 2vw;
    clear: both;
}
.sponsorship {
    padding-top: 0px;
}
.sponsorship .txt {
    width: 75%;
    font-size: 3.5vw;
}
.graph-sp{
    display: block;
    margin: 40px auto;
    width: 100%;
}
.graph-sp img{
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.graph-pc{
    display: none;
}
.sp-none{display:none;}
.pc-none{display:inherit;}
}
/*---------------------------------------------------------------------------
ここから下は画面幅400px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
.br-pc{display: none;}
#mainimg #text {
    background: url(../images/title-sp.png) no-repeat top left / 100%;
}
#menubar.db a {
        font-size: 5vw;
}
#mainimg {
    padding-top: 116%;
    background: url(../images/main-sp.png) no-repeat top right / 110%;
}
#mainimg #text {
    width: 95%;
    left: 3%;
}
#date-block {
    top: 43%;
    margin: 0 1%;
    border: none;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    padding: 10px;
}
.card:last-child {
    border-top:1px solid #000;
}
.card{
    border-bottom: none;
}
.card .txt .spot {
    padding: 2px;
}
.card .txt {
    font-size: 4vw;
    line-height: 5vw;
}
.card:last-child {
    padding: 5px 0 0px 0;
}
.card .date {
    font-size: 9vw;
    line-height: 9vw;
}
.card .date-s {
    font-size: 5vw;
    line-height: 5vw;
}
#block {
    margin: 25px auto;
}
#block-r {
    margin: 30px auto 80px;
}
.sub-ttl {
    font-size: 2vw;
}
.ttl01 {
    font-size: 8vw;
    line-height: 8vw;
    padding: 30px 0 20px 0;
}
.sub-ttl2 {
    font-size: 5vw;
    line-height: 7vw;
}
#block {
    font-size: 4.5vw;
    line-height: 7vw;
}
.sub-txt {
    font-size: 5.5vw;
}
.sub-ttl {
    line-height: 6vw;
    font-size: 3.5vw;
}
.school-bnr {
    width: 100%;
}
.school-bnr img {
    width: 45%;
    margin: 5px 5px;
}
.box50 .box {
    width: 100%;
    font-size: 3vw;
    margin: 10px 0px;
    font-size: 4.5vw;
}
.txt-r {
    font-size: 3vw;
}
.photo-box {
    position:inherit;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.sp-none2{display:none;}
.photo-box img{
    padding: 0 5px;
}
.left {
    left: 0;
}
.leftstyle {
    left: 0;
}
.photo-box2 {
    width: 52%;
    top: 80px;
}
.box-txt-r {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.p-txt {
    font-size: 3.5vw;
    margin: 7% 0 10px 0;
    line-height: 5.5vw;
}
dl dd {
    font-size: 3.5vw;
    margin-left: 30%;
}
dl dt {
    width: 100%;
    font-size: 3.5vw;
}
.wrapper {
    width: 70%;
}
.time_ball {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 23%;
}
.time_line {
    left: 23%;
}
.wrapper-r-photo .img {
    width: 100%;
    font-size: 2.7vw;
    line-height: 3.8vw;
}
.wrapper-r {
    width: 30%;
}
.attention {
    padding: 20px 10px 0 10px !important;
}
.attention-ttl {
    font-size: 5vw;
    padding-bottom: 20px;
}
.attention img {
    width: 30px;
}
.block06-box .box {
    width: 100%;
}
.block06-box .map {
    height: 400px;
}
.footer-l {
    font-size: 3.6vw;
}
.br-sp{
    display: block;
}
.sponsorship .organization {
    font-size: 3.5vw;
    line-height: 5vw;
}
.footer-l{
    display: none;
}
.footer-r{
    float: right;
    padding: 0px 0px 20px;
    width: 60%;
}
.footer-sp{
    display: block;
    font-size: 3.5vw;
    line-height: 5vw;
    clear: both;
}
.sponsorship {
    padding-top: 0px;
}
.sponsorship .txt {
    width: 100%;
    font-size: 5.5vw;
    line-height: 7vw;
    padding-left: 0%;
}
.block06-box .spot {
    font-size: 5vw;
}
.block08-box .sub-ttl {
    font-size: 4vw;
}
.block08-box .ttl {
    font-size: 9vw;
    line-height: 9vw;
    padding: 10px 0;
    font-weight: bold;
}
.block07-box .sub-ttl {
    font-size: 4vw;
}
.block07-box .ttl {
    font-size: 9vw;
    line-height: 9vw;
    padding: 10px 0;
    font-weight: bold;
}
.btn1 {
    font-size: 5.0vw !important;
}
.btn2-txt {
    font-size: 4vw !important;
}
.btn2 {
    margin: 15px auto 0px;
}
.sponsorship .ttl {
    font-size: 6vw;
}
.sponsorship .ttl {
    font-size: 5vw;
    width: 120px;
    padding: 10px 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 0px 3px #00A1E2;
    float: none;
    margin-bottom: 10px;
}
.attention .txt {
    font-size: 4vw;
    line-height: 6vw;
}
.ship-photo .img {
    padding-left: 0%;
    width: 100%;
font-size: 3vw;
}
.sup {
    font-size: 4vw;
    line-height: 5vw;
}
}</pre></body></html>