@charset "utf-8";

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');


/*keyframes.cssの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");


/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a {text-decoration: none;}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* reset form */
form {
	margin: 0;
	padding: 0:
}

/* reset select */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	color: #313131;	/*全体の文字色*/
	font-family: Lucida Grande, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #f0f8ff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none; max-width: 100%; height: auto; vertical-align: middle;}
table {border-collapse: collapse; font-size: 100%; border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #5a79ba;		/*リンクテキストの色*/
	text-decoration: none;
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #c1c1c1;			/*マウスオン時の文字色*/
	font-weight: normal;
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	cursor: pointer;
}
a.ins_color:hover {
	color: #ccc;/*マウスオン時の文字色 グレー*/
	cursor: pointer;
}

/*-- ページ内リンク位置調整 -------*/
.anchor {
	position: relative;
	display: block;
	top: -110px;
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
}

/*ヘッダーブロック
---------------------------------------------------------------------------*/
/* ヘッダー設定 ------------------------------------------------------------*/
header {
	clear: both;
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 0;
	background-color: #ffffff;
	opacity: 0.96;
	border-bottom: 1px solid #f2f2f0;
}
.hdcontent {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 2%;
	padding-right: 2%;
}
/*-- mainNav & cart --*/
header .hdnavcont {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: 850px;
	padding: 8px 0 0;
	/*border: 1px solid #ddd;*/
}

/* top page pict & text */
.pict_logo {
	position: relative;
	animation-name: opa2;
	animation-duration: 0.5S;
	animation-delay: 0.4s;
	animation-fill-mode: both;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	width: 240px;
	right: 10%;
	top: 10%;
}

/* ヘッダーグループ ------------------------------------------------------------*/
hgroup {
	clear: both;
	padding: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #f2f2f0;
}

hgroup .catch {
	margin: 0;
	padding: 2px 3%;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	color: #c1c1c1;
	text-align: center;"
}
hgroup .catch_logo {
	display: none;
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 10px 0;
	text-align: center;
}
hgroup .catch_logo img {
	width: 160px;
}

/*************
メイン コンテンツ
*************/
article {
	padding: 0 0 20px 0;
	margin-bottom: 0px;
	overflow:hidden;
}
article.post {
	padding: 0 0 20px 0;
	margin-bottom: 30px;
	overflow:hidden;
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;z-index: 10;
	text-align: center;	/*文字を中央に*/
	background: #fff;	/*背景色*/
	border-top: 1px solid #ccc;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #ccc;	/*下の線の幅、線種、色*/
	font-family: 'Questrial', sans-serif;	/*冒頭で読み込んだGoogle Fontsを適用する指定*/
	height: 105px;	/*高さ。「#menubar ul li a」や「fixmenu」とも連動するので変更の際は注意。説明はこの下の「#menubar ul li a」で書いています。*/

}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: left;	/*左に回り込み*/
	width: 16%;		/*幅。今回は５個なので、100÷5=20。*/
	font-size: 20px;	/*文字サイズ*/
}
#menubar ul li a {
	text-decoration: none;display: block;
	height: 85px;		/*メニューブロックの高さ。ここの「85」と、下の行の「20」を合計した「105」の数字と、上の「#menubar」の「height」および下のfixmenu設定に２箇所ある「margin-top」の数字を合わせて下さい。*/
	padding-top: 20px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。※変更の際は、上の行の注意書きもしっかり読んで下さい。*/
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 14px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}
/*スマホ用メニューを表示させない*/
#menubar-s, #menubar-s2 {display: none;}
.hamburger, nav.globalMenuSp {display: none;}

/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニューの親メニュー*/
#menubar a.cursor-default {
	cursor: default;	/*マウスオーバー時に通常のカーソルになるように*/
	color: #999;		/*文字色*/
}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position: absolute;visibility: hidden;z-index: 10;
	left: 0px;
	width: 94%;
	padding: 20px 3%;
	background: #75c9b1;	/*背景色。古いブラウザ用。*/
	background: rgba(42,64,115,0.9);	/*背景色。83,188,157はRGBカラーのことで0.8は色が80%出た状態のこと。*/
	font-size: 110%;
	text-align: left;
	border-bottom: 1px solid #fff;	/*境界が見辛いので、下線の設定。*/
}
/*ドロップダウンメニューの出現アニメーション*/
#menubar li:hover ul.ddmenu {
	animation-name: opa1;		/*keyframes.cssで使う@keyframesの指定*/
	animation-fill-mode: both;
	animation-duration: 0.8S;	/*アニメーションを実行する時間。「s」は秒の事。*/
	animation-delay: 0.1s;		/*出現するタイミング（秒後）*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
	text-align: left;
}
#menubar ul.ddmenu li a {
	height: auto;
	margin-right: 60px;
	padding: 0;	/*メニューテキスト同士の余白*/
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	color: #fff;	/*文字色*/
	opacity: 1;	/*透明度。70%色がついた状態。*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	opacity: 0.7;		/*透明度。色が100%出た状態。*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	height: 60px;	/*メニューの高さを少し狭くする*/
}
body.is-fixed-menu #contents {
	margin-top: 105px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed #contents {
	margin-top: 105px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}

/*装飾文字を非表示にする*/
body.is-fixed-menu #menubar ul li span {
	display: none;
}
/*メニューテキストの上下バランスを調整しなおす。２つの数字の合計と、「body.is-fixed-menu #menubar.nav-fix-pos」の「height: 60px;」の数字が合うようにして下さい。*/
body.is-fixed-menu #menubar ul li a {
	height: 50px;
	padding-top: 10px;
}
/*ドロップダウンメニューへの再設定*/
body.is-fixed-menu #menubar ul.ddmenu li a {
	/*padding: 20px;*/
	padding: 0;
	height: auto;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 100px 0 50px;	/*上、左右、下へのコンテンツ内の余白*/
	position: relative;
	animation-name: opa2;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.5S;	/*アニメーションの実行時間*/
	animation-delay: 0.5s;		/*出現するタイミング（秒後）*/
	animation-fill-mode: both;
}
/*h2タグ*/
h2 {
	clear: both;
	margin-bottom: 100px;
	font-size: 300%;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	letter-spacing: 0.2em;
	color: #666;		/*文字色*/
}
/*h2タグ内のspanタグ（装飾文字）*/
h2 span {
	display: block;
	padding-top: 20px;
	font-size: 50%;	/*文字サイズ*/
	letter-spacing: normal;
	line-height: 2;
	text-wrap: balance;
}
/*h2 span a {
	text-decoration: none;
	color: #89c3eb;
	transition: 0.3s;
}
h2 span a:hover {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}*/

/*h3タグ*/
h3 {
	clear: both;
	margin-bottom: 30px;
	font-size: 160%;
	line-height: 1.6;
	border-bottom: 1px dashed #999;
	padding-left: 3%;
	padding-bottom:10px;
	letter-spacing: 0.1em;
}
/*h4タグ*/
h4.sub_ttl {
	clear: both;
	padding: 0 3%;
	margin: 10px 3% 20px;
	font-size: 130%;
	color: #0f2350;
	border: 1px solid #999;
	border-radius: 3px;
}
/*段落タグ*/
p {
	padding: 0 3% 30px;	/*上、左右、下への余白*/
}
h2 + p,
h3 + p {
	margin-top: -5px;
}
p + p {
	margin-top: -10px;
}
section + section {
	margin-top: 100px;
}

/*箇条書き*/
ul.policy {
	padding: 0 3% 30px;	/*上、左右、下への余白*/
}
ul.policy li {
	margin-left: 2%;
	padding: 0 0 10px;
}

/*list（worksページで使っている横長ブロック）
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#contents .list {
	position: relative;
	border-radius: 5px;				/*角丸の指定。ほんの少し角が丸くなります。*/
	overflow: hidden;				/*角丸から内容が飛び出ないよう、飛び出た部分を非表示にする指定*/
	display: flex;
	align-items: center;			/*中のブロックの縦並びの揃え方*/
	background: #0f2350;		/*背景色*/
	color: #fff;			/*文字色*/
	margin: 0 15px 30px;		/*ボックスの下に空けるスペース。上、左右、下への順番。*/
}
/*リンクテキストの文字色*/
#contents .list a {
	color: #fff;
}
/*ボックス内のh4（見出し）タグ*/
/*#contents .list h4 {
	margin-bottom: 20px;
	font-size: 140%;
}*/
/*ボックス内のp（段落）タグ*/
#contents .list p {
	padding: 0;		/*余白のリセット*/
}
/*ボックス内のfigure画像*/
#contents .list figure {
	width: 50%;		/*画像の幅*/
}

/*「class="text"」を指定したブロック。テキストブロック。*/
#contents .list .text {
	width: 40%;		/*ブロックの幅。下のpaddingの5%とも連動するので変更の際は注意して下さい。*/
	padding: 2% 5%;	/*上下、左右へのブロック内の余白*/
}

/*偶数目のブロックの設定（画像とテキストブロックが左右交互に入れ替わる設定です。全部同じむきがよければこのブロックを削除します。）*/
#contents .list:nth-of-type(even) .text {
	order: 1;
}

/*装飾文字の設定（共通）*/
#contents .list::before {
	font-size: 18vw;
	line-height: 1;
	position: absolute;
	color: rgba(255,255,255,0.15);	/*文字色。255,255,255は白のことで、0.15は色が15%出た状態のこと。*/
	font-family: 'Tangerine', cursive;	/*冒頭で読み込んだGoogle Fontsを適用する指定*/
}
/*奇数番目のブロックの文字の配置場所指定*/
#contents .list:nth-of-type(odd)::before {
	left: -60px;
	top: -40px;
}
/*偶数番目のブロックの文字の配置場所指定*/
#contents .list:nth-of-type(even)::before {
	right: 0px;
	top: -40px;
}
/*１つ目ブロックに表示させるテキスト*/
/*#contents .list:nth-of-type(1)::before {
	content: "Works1";
}*/
/*２つ目ブロックに表示させるテキスト*/
/*#contents .list:nth-of-type(2)::before {
	content: "Works2";
}*/
/*３つ目ブロックに表示させるテキスト*/
/*#contents .list:nth-of-type(3)::before {
	content: "Works3";
}*/

/*ボックス内のボタン（共通）*/
.btn1 a {
	display: block;
	text-decoration: none;
	border: 1px solid #fff;		/*枠線の幅、線種、色*/
	text-align: center;			/*テキストをセンタリング*/
	padding: 10px 30px;			/*上下、左右へのボタン内の余白*/
	margin: 40px auto 0;		/*上、左右、下へのボックスの外側への余白*/
}
/*ボタンのマウスオン時（共通）*/
.btn1 a:hover {
	background: #fff;	/*背景色*/
	color: #2a4073 !important;		/*文字色*/
}

/*list-column（トップページで使っている３列ブロック）
---------------------------------------------------------------------------*/
/*カラムブロック全体を囲むボックス*/
#contents .list-column-container {
	display: flex;
	justify-content: space-between;	/*中のブロックの横並びの揃え方*/
	flex-wrap: wrap;				/*中のブロックを自動で折り返す*/
	margin: 0 3%;
}
/*１カラムあたりの設定*/
#contents .list-column {
	display: flex;
	flex-direction: column;			/*中のブロックを並べる向きの指定。これは縦に並べる意味。*/
	width: 32%;						/*ブロック幅*/
	margin-bottom: 20px;			/*ブロックの下に空ける余白*/
	background: #0f2350;				/*背景色*/
	color: #fff;					/*文字色*/
	border-radius: 5px;				/*角丸の指定。ほんの少し角が丸くなります。*/
	overflow: hidden;				/*角丸から内容が飛び出ないよう、飛び出た部分を非表示にする指定*/
}
/*リンクテキストの文字色*/
#contents .list-column a {
	color: #fff;
}
/*ボックス内のh4（見出し）タグ*/
/*#contents .list-column h4 {
	margin-bottom: 20px;
	font-size: 140%;
}*/
/*ボックス内のp（段落）タグ*/
#contents .list-column p {
	padding: 0;		/*余白のリセット*/
}

/*「class="text"」を指定したブロック。テキストブロック。*/
#contents .list-column .text {
	padding: 5%;			/*ブロック内の余白*/
	flex: 1 0 auto;
}
/*IEバグ対応*/
#contents .list-column figure {
	min-height: 0%;
}

/*フッター設定
---------------------------------------------------------------------------*/

/*************
/* フッター
*************/
footer {
	clear: both;position: relative;z-index: 1;
	margin: 0;
	padding: 20px 0 0;
	font-size: 80%;	/*文字サイズ*/
	background: #17184b;	/*背景色*/
	color: #ccc;		/*文字色*/
	text-align: center;
/*border: 1px solid #17184b;*/
}

#footer {
	clear: both;
	margin-top: 0;
}

#footer a {
	font-size: 10pt;
	color:#ccc;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
}

/** header nav ----------------------*/
.subnav {
	float: right;
	font-size: 0;
}
.subnav_box {
	padding: 0;
	background-color: #ffffff;
	text-align: right;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #302833;	/*背景色*/
	margin: 0;
	padding: 10px 0;	/*上下、左右へのボックス内の余白*/
	font-style: normal;
	font-size: 8pt;
	color: #ccc;
	opacity: 0.8;
}
#copyright a {text-decoration: none;}

#copyright .pr {
	color: #c1c1c1;
}
#copyright .pr a {
	font-size: 8pt;
	color: #919191;
}
#copyright .pr a:hover {
	color: #c1c1c1;
}

/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
ul.icon {
	margin-bottom: 20px;
}
/*アイコン１個あたりの設定*/
ul.icon li {
	display: inline-block;	/*横並びにさせる指定*/
}
/*アイコン画像の設定*/
ul.icon img {
	width: 30px;		/*画像の幅*/
}
ul.icon img:hover {
	opacity: 0.8;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0px 20px;		/*上下、左右へのブロック内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

/*ta1設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption, .ta2 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eeece4;	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1テーブル*/
.ta1 {
	width: 94%;
	table-layout: fixed;
	margin: 0 3% 30px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/* --- table base --- */
.tbase {
	width: 94%;
	table-layout: auto;
	margin: 0 3% 5px;
}

.tbase td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 12px 20px;
	border: 1px solid #D6D6D6;
	text-wrap: wrap;
}
.tbase td ul li {
	padding: 0 0 10px;
	line-height: 1.5;
}

.tbase th {
	width: 15%;
	background-color:#F5F5F5;
	text-align: right;
	padding: 12px 20px;
	white-space: nowrap;
	color: #313131;
	border-top:1px solid #D4D4D4;
	border-right:4px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-weight:normal;
	letter-spacing: 0;
	background-repeat:repeat-x;
	background-position:top;
}

.tbase a {
	color: #5a79ba;
	text-decoration: none;
}
.tbase a:hover {
	color: #c1c1c1;
	text-decoration: none;
	transition: all 0.8s;
}

/* table horizontal */
.horizontal {
	border-collapse:collapse;
	margin:5px auto 15px auto;
}

.horizontal td {
	border-collapse: collapse;
	background-color: #fff;
	text-align: right;
	padding: 12px;
	border: 1px solid #e6e6e6;
	line-height: 150%;
}

.horizontal th {
	background-color:#F5F5F5;
	text-align: center;
	padding: 8px 8px 4px;
	white-space:nowrap;
	color: #151515;
	border-top:1px solid #e6e6e6;
	border-bottom:4px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0;
	background-repeat:repeat-x;
	background-position:top;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ヘッダーにメニューが固定される分、リンク先が隠れるのを防ぐ為のスタイル。※ページ内へのリンクで使う。
---------------------------------------------------------------------------*/
.link {
	display: block;
	margin-top: -120px;
	padding-top: 120px;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	font-size: 120%;
	color: #e8ecef;
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 2S;	/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 3% 20px 6%;
}
ol {
	padding: 0 3% 20px 6%;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #fff;border: 1px solid #ccc;display: inline-block;padding: 0px 10px !important;border-radius: 4px;}
p.look {margin: 0 3%;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #83cdb7 !important;}
.pr {font-size: 10px;white-space: nowrap;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 30px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*画面幅1399px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1399px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 16px;	/*文字サイズ*/
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-bottom: 1px solid #ccc;
}
/*ヘッダーブロック（トップページへの追加設定）*/
.home header {
	border: none;
}

.absolute {
	position: absolute;
	width: 200px;
	left: 5%;
	top: 15%;
}

/* ヘッダーグループ -----------------------------------------------------------*/
hgroup {
	clear: both;
	position: sticky;
	top: 0;
	z-index: 90;
	width: 100%;
	padding: 0;
	text-align: center;
	opacity: 0.96;
}
hgroup .catch {
	display: none;
}
hgroup .catch_logo {
	display: block;
	padding: 10px 0;
}
hgroup .catch_logo img {
	width: 140px;
}


/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック全体*/
#menubar-s {
	overflow: auto;height: 100%;
	position: fixed;z-index: 100;
	top: 0px;
	right: 0px;
	background: rgba(0,0,0,0.6);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: frame1;		/*冒頭のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	font-size: 100%;			/*文字サイズ*/
}
#menubar-s li span {
	margin-left: 20px;
	font-size: 80%;
}
/*メニュー１個あたりの設定と、子メニューの見出し。*/
#menubar-s ul li a, #menubar_hdr2 {
	display: block;text-decoration: none;
	padding: 30px 20px 30px 60px;
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}
header {display: none;}

/*子メニュー
---------------------------------------------------------------------------*/
/*子メニューの見出しの追加。基本は上のブロックで設定しています。*/
#menubar_hdr2 {
	padding-left: 60px;	/*上にある「メニュー１個あたりの設定と、子メニューの見出し」の最後の数字（４つ目）に合わせる。*/
}
/*子メニューメニューブロック全体*/
#menubar-s2 {
	display: block;
	margin-top: 10px;
	border-radius: 5px;
	background: rgba(0,0,0,0.3);
	/*border: 1px solid #fff;*/
}
/*「＞」アイコン設定*/
#menubar_hdr2.close {
	background: url(../images/arrow_right.png) no-repeat 20px 35px / 18px;
}
/*「＾」アイコン設定*/
#menubar_hdr2.open {
	background: url(../images/arrow_up.png) no-repeat 20px 35px / auto 18px;
}
/*子メニュー１個あたりの設定*/
#menubar-s2 li a {
	border-bottom: 0 solid #fff !important;
	padding: 10px 20px !important;
}
#menubar-s2 li:last-child a {
	border-bottom: none !important;
}


/*ハンバーガーメニュー
---------------------------------------------------------------------------*/
/*　ハンバーガーメニューボタン　*/
	.hamburger {
		display : block;
		position: fixed;
		z-index : 200;
		right : 20px;
		top   : 20px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
		background: rgba(128,128,128,0.8);
	}
	.hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		/*background : #BBBBBB;*/
		background :#fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
}

/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top : 20px;
		left: 6px;
		background :#fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 20px;
		background :#fff;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}

/*ハンバーガーメニュー
---------------------------------------------------------------------------*/
/* メニュー背景　*/
	nav.globalMenuSp {
		display: inline-block;
		overflow: auto;
		position: fixed;
		z-index : 180;
		top  : 0;
		right : 0;
		padding: 20px 1em;
		color: #fff;
		background: rgba(42,64,115,0.9);
		text-align: left;
		width: 340px;
		height: 100%;
		transform: translateX(100%);
		transition: all 0.4s ease-in-out;
	}

	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		line-height: 1.2;
	}

	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		transition: .4s all;
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	nav.globalMenuSp ul li span {
		padding-left: 10px;
		font-size: 12px;
		font-family: 'Questrial', sans-serif;
		color: #c1c1c1;
		letter-spacing: 0.1em;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 20px;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 1em;
		text-decoration :none;
	}

	nav.globalMenuSp ul li li {
		display: block;
		padding: 0 2em;
		color: #fff;
		line-height: 1.2;
		text-decoration :none;
		border: 0;
	}
	nav.globalMenuSp ul li li a {
		display: block;
		padding: 0.5em 0;
		border: 0;
	}
	nav.globalMenuSp ul li li:last-child {
		padding-bottom: ;
	}

/* クリックでjQueryで追加・削除 */
	nav.globalMenuSp.active {
		opacity: 100;
		display: block;
		transform: translateX(0%);
	}


/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu #contents {
	margin-top: 0px;
}
body.is-fixed #contents {
	margin-top: 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 50px 0;	/*上下、左右へのコンテンツ内の余白*/
}
/*h2タグ*/
#contents h2 {
	margin-bottom: 50px;
	font-size: 260%;
}
#contents h2 {
	margin-bottom: 50px;
	font-size: 260%;
}

/*list-column（トップページで使っている３列ブロック）
---------------------------------------------------------------------------*/
/*ボックス内のh4（見出し）タグ*/
/*#contents .list-column h4 {
	margin-bottom: 0px;
}*/

/*ヘッダーメニューが固定されなくなるので、再設定。
---------------------------------------------------------------------------*/
.link {
	margin-top: -30px;
	padding-top: 30px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px;}

}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
/*h2タグ*/
#contents h2 {
	margin-bottom: 30px;
	font-size: 220%;
	line-height: 150%;
}
/*h3タグ*/
#contents h3 {
	margin-bottom: 20px;
	font-size: 160%;
	line-height: 150%;
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	/*font-size: 10pt;*/
}
	/* 見出し -----------------------------------------------------------*/
	h2 span {
		line-height: 2;
	}

/*コンテンツ
---------------------------------------------------------------------------*/
/*h2タグ*/
#contents h2 {
	margin-bottom: 30px;
	font-size: 220%;
	line-height: 150%;
}
/*h3タグ*/
#contents h3 {
	margin-bottom: 20px;
	font-size: 150%;
	line-height: 150%;
}

#contents section + section {
	margin-top: 30px;
}

/*list（worksページで使っている横長ブロック）
---------------------------------------------------------------------------*/
/*ボックス内のボタン（共通）*/
.btn1 a {
	padding: 5px 10px;			/*上下、左右へのボタン内の余白*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/* tbase */
.tbase th {
	width: auto;
	padding: 12px 10px;
}

/* title */
#contents h3.title {
	font-size: 140%;
	line-height: 150%;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.fl {float: none;}
.fr {float: none;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}

}
