@charset "utf-8";
/*---------------------------------------------------------
Theme Name: nie1.0
Description:
Author: JAMD STUDIO
License:
License URI:
Version: 1.0
---------------------------------------------------------*/
:root {

	/* space */
    --container-width: 1020px;
    --container-side-space: 20px;
}

@media screen and (max-width: 768px) {
	:root {
		/*--container-width: 100%;*/
	}

}



/*==========================================================================

   frontpage

==========================================================================*/
/* --- タイプ1 デザイン1 --- */


/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #f9f9f9; /* 全体の背景色 */
color: #666666; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #4682b4; }
a:visited { color: #386992; }
a:hover { color: #79a7cc; }
a:active { color: #00c0c0; }

/* --- コンテナ --- */
#container {
/*width: 894px;*/ /* コンテナの幅 */
width: var(--container-width);
margin: 0 auto; /* センタリング */
/*background: url(assets/common/img/pageback_880.gif) repeat-y center top;*/ /* コンテナの背景（両サイドの影） */
}

/* --- ページ --- */
#page {
/*width: 840px;*/ /* ページの幅 */
width: var(--container-width);
margin: 0 auto; /* センタリング */
background: #ffffff url(assets/common/img/head_back1.gif) repeat-x 0 2px; /* ページの背景（最上部のグラデーション） */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 10px; /* ヘッダのマージン（上、左右、下） */
padding: 15px 0 0; /* ヘッダのパディング（上、左右、下） */
}
/* --- トップページ用の設定 --- */
div.topPage #header {
margin-bottom: 3px; /* ヘッダの下マージン（上書き） */
padding-bottom: 31px; /* ヘッダの下パディング（上書き） */
/* background: url(assets/common/img/path_back1.gif) repeat-x bottom;  ヘッダの背景（メインメニュー下のグラデーション） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 5px 7px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 3px; /* キャッチフレーズのマージン（上、左右、下） */
padding: 0 7px 7px; /* キャッチフレーズのパディング（上、左右、下） */
border-bottom: 1px #c0c0c0 solid; /* キャッチフレーズの境界線 */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 30px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(assets/common/img/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 2px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}


#nopage {
    width: 810px;
}







/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 8px 5px; /* トピックパスのパディング（上下、左右） */
/* background: #f9f9f9 url(assets/common/img/path_back1.gif) repeat-x 0 1px; トピックパスの背景 */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(assets/common/img/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
display: flex;
width: 100%; /* コンテンツの幅 */
margin-bottom: 10px; /* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
order: 2;
width: 600px; /* メインカラムの幅 */
padding-left: 30px;
background: url(assets/common/img/ver_separator1.gif) repeat-y 13px 0; /* メインカラムの背景（サイドバーとの区切り線） */
}

#main .page {
	padding-bottom: 30px;
}
/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main .pageTitle {
margin: 0 0 15px 0; /* 見出しエリアのマージン（上右下左） */
padding: 8px 7px; /* 見出しエリアのパディング（上下、左右） */
background: #f9f9f9 url(assets/common/img/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#main .pageTitle h1 {
margin: 0;
padding: 5px 0 2px 10px; /* 見出しのパディング（上右下左） */
border-left: 5px #4682b4 solid; /* 見出しの左境界線 */
font-size: 160%; /* 見出しの文字サイズ */
font-weight: 600;
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;
}
#main h2 {
	margin-top: 3em;
    margin-bottom: .75em;
    padding: 5px 3px 3px 5px;
    border-left: 5px #add8e6 solid;
    font-size: 130%;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 100%;
}
#main .pageTitle + h2 {
	margin-top: 0;
}

/* --- セクション（共通設定） --- */
#main .section {
/* margin: 0 0 3em 0; セクションのマージン（上右下左） */
}

/* --- 標準セクション --- */


#main .page h3 {
margin: 0 0 1em;
padding: 5px 3px 1px 5px; /* 見出しのパディング（上右下左） */
font-size: 120%; /* 見出しの文字サイズ */
font-weight: 600;
}
#main .page h4 {
margin: 0 0 1em;
font-weight: 600;
}

/* 段落 */
#main .page p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

#main .page ul, #main .page ul li {
    list-style: disc;
}

#main .page ol, #main .page ol li {
    list-style: decimal;
}

#main .page ol, #main .page ul {
    margin: 2em;
}
#main .page em {
    font-style: italic;
}

img.aligncenter {
    display: block;
	margin: 2em auto;
}
/* リスト */
#list {
margin: 2em;
font-size: 100%; /* 見出しの文字サイズ */
}

#list dt{
margin: 0.5em auto 0.5em 0;
font-size: 100%; /* 見出しの文字サイズ */
font-weight: bold; 
}

#list dd{
margin: 0 auto 1em 2em;
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 強調セクション --- */
#main div.emphasis {
margin-bottom: 3em;
padding: 1.1em 15px; /* セクションのパディング（上、左右、下） */
background: url(assets/common/img/emphasis_back1.gif) repeat-x top; /* セクションの背景 */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0; /* 見出しのマージン */
font-size: 130%; /* 見出しの文字サイズ */
font-weight: 600;
color: #dc3900; /* 見出しの文字色 */
}
#main div.emphasis h2 + * {
    margin-top: .8em;
}
#main div.emphasis h3 {
    font-size: 120%;
    font-weight: 600;
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
color: #2b2b2b; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 590px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
order: 1;
width: 210px; /* サイドバーの幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 6px 8px; /* 見出しのパディング（上下、左右） */
font-size: 100%; /* 見出しの文字サイズ */
color: #ffffff; /* 見出しの文字色 */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #808080 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background: #999999 url(assets/common/img/heading_back_gray2.gif) repeat-x top; /* 見出しの背景 */
}

/* --- 強調セクション1（グリーン） --- */
#nav div.emphasis {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #8aab43 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.emphasis h2 {
background: #9acd32 url(assets/common/img/heading_back_green2.gif) repeat-x top; /* 見出しの背景 */
}

/* --- 強調セクション2（オレンジ） --- */
#nav div.strong {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #ecaa36 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
background: #ffc040 url(assets/common/img/heading_back_orange2.gif) repeat-x top; /* 見出しの背景 */
}

/* --- サブメニュー --- */
/* 見出し */
#nav div.subMenu h2 {
margin: 0; /* 見出しのマージン（上書き） */
padding: 11px 8px; /* 見出しのパディング（上書き） */
font-weight: 600;
background: #9acd32 url(assets/common/img/heading_back_green2.gif) repeat-x top; /* 見出しの背景 */
border: 1px #8aab43 solid; /* 見出しの境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
padding: 3px 1px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 8px; /* リンクエリアのパディング（上下、左右） */
border-left: 4px #c0c0c0 solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background-color: #f9f9f9; /* ポイント時の背景色 */
border-left-color: #add8e6; /* ポイント時の左境界線色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3 url(assets/common/img/form_back1_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #54b3cf url(assets/common/img/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}

#aside {
order: 3;
padding-left: 30px;
background: url(assets/common/img/ver_separator1.gif) repeat-y 13px 0;
}
.aside-nav {
position: sticky;
top : 15px;
}
.aside-nav-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.aside-nav-child-list {
display: flex;
flex-direction: column;
gap: 5px;
padding: .5em 0 .5em 1em;
}
/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
border-top: 1px #c0c0c0 solid; /* フッタの上境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(assets/common/img/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal; /* 文字のスタイル（ノーマル） */
text-align: center;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */
.heading + .p-meeting-outline,
.heading + p, .heading + h2 {
    margin-top: 1.75em !important;
}


/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */





/*==========================================================================

   new layout, modules

==========================================================================*/
/* --- ヘッダメニュー --- */
/*
.gnav-list {
width: 840px;
margin: 0 auto;
padding: 0;
background: #f9f9f9 url(assets/common/img/hor_menu3_off.gif) repeat-x top;
border: #c0c0c0 solid;
border-width: 2px 3px;
list-style-type: none;
text-align: center;
}
.gnav-item {
width: 139px;
float: left;
line-height: 100%;
}
*/
.gnav-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background: linear-gradient(to bottom, #fff, #e1e1e1);
  border: 2px solid #c0c0c0;
	border-bottom-width: 1px;
  /* border-left: 1px solid #fff; */
  /* border-bottom: 1px solid #ccc; */
}

/* 各項目 */
.gnav-item {
  position: relative;
  flex: 1;
	line-height: 100%;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #fff;
  text-align: center;
  font-family: sans-serif;
}


/* リンクエリア */
.gnav-item a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/* 英字部分 */
.gnav-item a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #999999; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
.gnav-item a:hover,
.gnav-item.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
.gnav-item a:hover span.en,
.gnav-item.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}


.gnav-sub {
    position: absolute;
	width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.gnav-item:hover .gnav-sub {
    visibility: visible;
	opacity: 1;
}
.gnav-sub-item a {
    display: block;
    width: 100%;
    padding: .75em .25em;
    border: none;
    background-color: #eee;
}


/*==========================================================================

   new

==========================================================================*/
.p-seminar-recorders {
    margin-top: 1em;
	color: #000;
}
.p-seminar-form {
	margin-top: 15px;
    padding: 0 15px;
}
.p-seminar-form-header {
    margin: 0 0 0.8em;
    padding: 5px 3px 3px 5px;
    font-size: 130%;
    font-weight: 600;
    color: #666;
    border-left: 5px #add8e6 solid;
}

.p-meeting-outline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .25em;
}
.p-meeting-outline-row {
    display: flex;
    gap: 20px;
    width: 100%;
	color: #000;
}
.p-meeting-outline-col.col--th {
    width: 6em;
    font-weight: 600;
}
.p-meeting-outline-col.col--td {
    flex: 1;
}


.p-practice-report-pdf {
    padding: 15px;
    border-radius: 3px;
    background: #eee;
}

/*==========================================================================

   404

==========================================================================*/
.p-not-found {
	margin: 2em 0 3em;
	text-align: center;
}
.p-not-found__title {
	font-size: 60px;
}
.p-not-found__text {
	margin-top: 39px;
	font-size: 16px;
	line-height: 2;
}
.p-not-found__btn {
    margin: 55px auto 0;
}
.p-not-found__btn .m-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 62px;
	margin: 0 auto;
}