@charset "utf-8";

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

　　共通設定

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


/*  全体　基本設定
---------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
	min-width: 1064px;
}


body {
	font-family: "Lucida Grande", "segoe UI", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65em;
  letter-spacing: 0.5px;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #333;
	min-width:1064px;
}



/*  画像 基本設定　右クリック禁止など190902
-------------------------- */

img {
	vertical-align: top;
	border: none;
  pointer-events: none;
}

/* スマホ用 */
.mediaSP {
	display: none;
}


/*  リンク 基本設定
-------------------------- */

a {
	display: inline-block;
  *display: inline;
  *zoom: 1;
	/*outline: none;*/
	color: #1570a6;
	text-decoration: underline;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	text-decoration: none;
}


/*  フォーム 基本設定
-------------------------- */
  
input,
button,
select,
textarea {
  border-radius: 3px !important;
  padding: 2px 8px;
  background: #fff;
  font-size: 0.95em;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select { 
  outline: none;
  border: 1px solid #ccc;
}

form textarea {
  -webkit-appearance: none;
  resize: vertical;
  width: 100%;
  height: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.6em;
}

input:input-placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
textarea:input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder
textarea:-ms-input-placeholder, {
  color: #bbb;
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: center;
}

.boxInner {
  width: 1164px;
  margin: 0 auto;
  text-align: left;
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
	max-width: 100%;
	min-width: 1164px;
}

/* -------- ヘッダー上部 -------- */

#header #headerTop {
}

#header #headerTop .boxInner {
  padding: 16px 0 10px;
}

/* ---- サイトロゴ ----- */

#header .boxSiteLogo {
  float: left;  
}

/* ---- リンクエリア ----- */

#header .boxLinkArea {
  float: right;
  padding-top: 8px;
  font-size: 0.9em;
}

#header .boxLinkArea,
#header .boxLinkArea a {
  color: #00984d;
}

#header .boxLinkArea a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px;
}

#header .boxLinkArea a:hover {
  text-decoration: underline;
}

/* HOMEリンク */
#header .boxLinkArea .btnHome {
  padding-left: 20px;
  background: url(../img/header/bg-home.png) no-repeat 0 3px;
  font-size: 1em;
  letter-spacing: 0;
}

/* -------- ヘッダー下部 -------- */

#header #headerBtm {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* ---- グローバルナビ（PC） ----- */

#header .boxGlobalNav.mediaPC > ul {
  font-size: 0;
}

/* -- リスト -- */

#header .boxGlobalNav.mediaPC > ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-right: 1px solid #ccc;
  vertical-align: top;
  font-size: 14px;
  cursor: pointer;
}

#header .boxGlobalNav.mediaPC > ul > li:first-child {
  border-left: 1px solid #ccc;
}

/* -- リンク -- */

#header .boxGlobalNav.mediaPC > ul > li > a {
  display: block;
  position: relative;
  position: inherit\9;
  width: 232px;
  padding: 14px 0 16px;
  padding-bottom: 11px\9;
  border-bottom: 5px solid #fff\9;
  background: #fff;  
  text-align: center;
  cursor: pointer;
}

:root #header .boxGlobalNav.mediaPC > ul > li > a {
  position: relative;
  padding-bottom: 16px;
  border-bottom: none !important;
}

/* -- リンク装飾 -- */

#header .boxGlobalNav.mediaPC > ul > li > a::before {
  display: none\9;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 0;
  background: #f8f7f7;
  content: "";
}

:root #header .boxGlobalNav.mediaPC > ul > li > a::before {
  display: block;
}

#header .boxGlobalNav.mediaPC > ul > li > a:hover::before {
  height: 5px;
}

/* -- リンク内テキスト箇所 -- */

#header .boxGlobalNav.mediaPC > ul > li > a > span {
  height: 14px;
  margin: 0 auto;
}

/* -- Hall -- */

#header .boxGlobalNav.mediaPC .btnHall > a:hover {
  border-bottom-color: #e0485d\9;
}

#header .boxGlobalNav.mediaPC .btnHall > a:hover::before {
  background-color: #e0485d;
}

#header .boxGlobalNav.mediaPC .btnHall > a > span {
  width: 97px;
  background-image: url(../img/header/gnav-bg-hall.png);
}

/* -- Library -- */

#header .boxGlobalNav.mediaPC .btnLibrary > a:hover {
  border-bottom-color: #1435c5\9;
}

#header .boxGlobalNav.mediaPC .btnLibrary > a:hover::before {
  background-color: #1435c5;
}

#header .boxGlobalNav.mediaPC .btnLibrary > a > span {
  width: 42px;
  background-image: url(../img/header/gnav-bg-library.png);
}

/* -- Learning -- */

#header .boxGlobalNav.mediaPC .btnLearning > a:hover {
  border-bottom-color: #00984d\9;
}

#header .boxGlobalNav.mediaPC .btnLearning > a:hover::before {
  background-color: #00984d;
}

#header .boxGlobalNav.mediaPC .btnLearning > a > span {
  width: 114px;
  background-image: url(../img/header/gnav-bg-learning.png);
}

/* -- Plaza -- */

#header .boxGlobalNav.mediaPC .btnPlaza > a:hover {
  border-bottom-color: #f9c201\9;
}

#header .boxGlobalNav.mediaPC .btnPlaza > a:hover::before {
  background-color: #f9c201;
}

#header .boxGlobalNav.mediaPC .btnPlaza > a > span {
  width: 98px;
  background-image: url(../img/header/gnav-bg-plaza.png);
}

/* -- About -- */

#header .boxGlobalNav.mediaPC .btnAbout > a {
  width: 228px
}

#header .boxGlobalNav.mediaPC .btnAbout > a:hover {
  border-bottom-color: #b58fcf\9;
}

#header .boxGlobalNav.mediaPC .btnAbout > a:hover::before {
  background-color: #b58fcf;
}

#header .boxGlobalNav.mediaPC .btnAbout > a > span {
  width: 174px;
  background-image: url(../img/header/gnav-bg-about.png);
}


/*  コンテンツ 設定
---------------------------------------------*/

#content {
  padding-bottom: 194px; /* フッターの高さ分 */
}

#content .boxInner {
	width: 960px;
	margin: 0 auto;
}

/* -- 1164pxコンテンツ -- */

#contentWide {
	min-width: 1164px;
  padding-bottom: 194px; /* フッターの高さ分 */
}

#contentWide .boxInner {
	width: 1164px;
	margin: 0 auto;
}

/* -- 背景色有あり -- */

.bgContent {
	background-color: #fafafa;
}

#content section.boxSection {
	max-width: 100%;
	min-width: 1164px;
}

/* -- 2カラムコンテンツ（サイド折りたたみ） -- */

#main {
	float: right;
	width: 880px;
	margin-bottom: 120px;
	padding-bottom: 50px;
	background-color: #fff;
}

#side {
	float: left;
	width: 244px;
	color: #fff;
}


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

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
	max-width: 100%;
	min-width: 1164px;
  height: 225px;
}

@media screen and (min-width: 768px) { /*タブレット*/
#footer {
  position: static;
	margin-top: -180px;
	}
}


#footer,
#footer a {
  color: #2d487e;
}

#footer .boxInner {
  padding: 30px 0;
}

/* -------- フッター上部 -------- */

#footer #footerTop {
  height: 0;
}

#footer #footerTop .boxInner {
  padding: 0;
}

/* ---- ページトップボタン ----- */

#footer .boxPageTop {
  height: 0;
}

#footer .boxPageTop p {
  right: auto;
  left: auto;
  z-index: 300;
  margin-left: 1124px;
}

#footer .boxPageTop a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 16px 0 0;
  background: #59c0eb;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}

#footer .boxPageTop a::before,
#footer .boxPageTop a::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  content: "";
}

#footer .boxPageTop a::after {
  top: -4px;
  border-bottom-color: #59c0eb;
}

#footer .boxPageTop a:hover {
  opacity: 0.6;
}

/* -------- フッター中部 -------- */

#footer #footerMdl {
  background: url(../img/footer/bg-dot.gif);
}

/* ---- お問い合わせ ----- */

#footer .boxAddress {
}

#footer .boxAddress > dl > dt {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}

#footer .boxAddress .txtPost {
  margin-right: 20px;
}

#footer .boxAddress .btnMap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border: 1px solid #153973;
  background: #fff;
  margin-left: 5px;
  padding: 2px 16px 1px 5px;
  letter-spacing: 0;
  line-height: 18px;
}

#footer .boxAddress .btnMap::before,
#footer .boxAddress .btnMap::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #153973;
  content: "";
}

#footer .boxAddress .btnMap::after {
  right: 1px;
  border-left-color: #fff;
}

#footer .boxAddress .btnMap:hover {
  opacity: 0.6;
}

#footer .boxAddress .boxContactL {
  padding-top: 8px;
  float:left;
}

#footer .boxAddress .boxContactR {
  padding-top: 8px;
  float:right;
}

#footer .boxAddress .boxContactL,
#footer .boxAddress .boxContactR> dd {
  font-size: 0.9em;
  line-height: 1.6em;
}

/* -------- フッター下部 -------- */

#footer #footerBtm {
  position: relative;
  background: #fdfbfb;
}

/* ---- コピーライト ----- */

#footer .txtCopyright {
  display: block;
}


/* ------------ ▼第2フェーズ ------------ */
/*  ヘッダー 設定
---------------------------------------------*/

#boxHeader {
	max-width: 100%;
	min-width: 1164px;
}

/* -------- ヘッダー上部 -------- */

#boxHeader .boxHeaderTop {
}

#boxHeader .boxHeaderTop .boxInner {
  padding: 16px 0 10px;
}

/* ---- サイトロゴ ----- */

#boxHeader .boxSiteLogo {
  float: left;  
}

/* ---- リンクエリア ----- */
#boxHeader .boxLinkArea {
  float: right;
  font-size: 12px;
}

/*  文字サイズ変更  */
#boxHeader #fontsize {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#boxHeader #fontsize .boxChangeBtn {
  height: 30px;
}

#boxHeader #fontsize .btnFontsize {
  display: inline-block;
  height: 100%;
  margin-left: 4px;
  padding: 3px 12px;
  border: 1px solid #1570a6;
  border-radius: 2px;
  color: #1570a6;
  cursor: pointer;
  vertical-align: middle;
  line-height: 2em;
}

#boxHeader #fontsize span.on {
  background: #1570a6;
}

#boxHeader #fontsize span.on a {
  color: #fff;
}

/*  ヘッダーナビ  */

#boxHeader .boxHeaderNav {
  display: inline-block;
  height: 30px;
  padding: 3px 10px;
  background: #333;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 2em;
}

#boxHeader .boxHeaderNav,
#boxHeader .boxHeaderNav a {
  color: #fff;
}

#boxHeader .boxHeaderNav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px;
  text-decoration: none;
}

#boxHeader .boxHeaderNav a:hover {
  text-decoration: underline;
}

#boxHeader .searchArea {
	display:inline-block;
	padding-top:3px;
	margin-left:10px;
	vertical-align:middle;
}

#boxHeader .searchArea form.gsc-search-box {
	width:240px;
	border:solid 1px #3183b5;
	border-radius:3px;
}
#boxHeader .searchArea .gsc-search-box .gsc-input {
	padding-right:0;
}

#boxHeader .searchArea .gsc-search-box .gsc-input .gsib_a {
	padding:0;
}

#boxHeader .searchArea .gsc-input-box,
#boxHeader .searchArea .gsc-input-box input:focus {
	border:none;
	outline:none;
	box-shadow:none;
	color:#333;
}

#boxHeader .searchArea .gsc-input-box {
	padding:1px 0;
}

#boxHeader .searchArea .gsc-input-box input {
	width:100%;
	padding:0 10px !important;
	background:none !important;
	font-size:13px !important;
}

#boxHeader .searchArea .gsc-input-box .gsib_a{
	position:relative;
}

#boxHeader .searchArea .gsc-input-box .gsib_a.current::after {
	display:inline-block;
	content:"サイト内検索";
	position:absolute;
	left:40%;
	margin:0 auto;
	text-align:center;
	color:#3183b5;
	font-size:12px;
}


#boxHeader .searchArea .gsst_a {
	display:none;
}


#boxHeader .searchArea .gsc-search-button-v2 {
	padding:0 10px;
	border:none;
	background-color:transparent;
	background-image:none !important;
}

#boxHeader .searchArea .gsc-search-button-v2 svg {
	fill:#3183b5;
}

/* IE10以上 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #boxHeader .searchArea .gsc-search-button-v2 svg:not(:target) {
        vertical-align:middle;
    }
}
/* IE10以下 */
#boxHeader .searchArea .gsc-search-button-v2 svg:not(:target) {
    vertical-align:middle;
}

/* -------- ヘッダー下部 -------- */

#boxHeader #headerBtm {
  border-bottom: 2px solid #333;
}

/* ---- グローバルナビ（PC） ----- */

#boxHeader .boxGlobalNav.mediaPC > ul {
  font-size: 0;
}

/* -- リスト -- */

#boxHeader .boxGlobalNav.mediaPC > ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  vertical-align: top;
  width: 232px;
  padding: 18px 0 26px;
  padding-bottom: 11px\9;
  font-size: 14px;
  cursor: pointer;
}

/* -- リンク -- */

#boxHeader .boxGlobalNav.mediaPC > ul > li > a {
  display: block;
  position: relative;
  position: inherit\9;
  border-right: 1px solid #ccc;
  background: #fff;  
  text-align: center;
  cursor: pointer;
}

#boxHeader .boxGlobalNav.mediaPC > ul > li > a span {
  display: block;
  border-bottom: 2px solid #fff\9;
}

#boxHeader .boxGlobalNav.mediaPC > ul > li:first-child > a {
  border-left: 1px solid #ccc;
}

:root #header .boxGlobalNav.mediaPC > ul > li > a {
  position: relative;
  padding-bottom: 16px;
  border-bottom: none !important;
}

/* -- リンク装飾 -- */

#boxHeader .boxGlobalNav.mediaPC > ul > li > a span::before {
  display: none\9;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 0;
  background: #f8f7f7;
  content: "";
}

:root #header .boxGlobalNav.mediaPC > ul > li > a span::before {
  display: block;
}

#boxHeader .boxGlobalNav.mediaPC > ul > li > a:hover span::before {
  height: 2px;
}

/* -- リンク内テキスト箇所 -- */

#boxHeader .boxGlobalNav.mediaPC > ul > li > a > span {
  height: 18px;
  margin: 0 auto;
}

/* -- Hall -- */

#boxHeader .boxGlobalNav.mediaPC .btnHall > a:hover span {
  border-bottom-color: #d61918\9;
}

#boxHeader .boxGlobalNav.mediaPC .btnHall > a:hover span::before {
  left: 66px;
  width: 97px;
  background-color: #d61918;
}

#boxHeader .boxGlobalNav.mediaPC .btnHall > a > span {
  width: 97px;
  background-image: url(../img/header/gnav-bg-hall.png);
  background-position-y: 2px;
}

/* -- Library -- */

#boxHeader .boxGlobalNav.mediaPC .btnLibrary > a:hover {
  border-bottom-color: #1435c5\9;
}

#boxHeader .boxGlobalNav.mediaPC .btnLibrary > a:hover span::before {
  left: 93px;
  width: 42px;
  background-color: #1435c5;
}

#boxHeader .boxGlobalNav.mediaPC .btnLibrary > a > span {
  width: 42px;
  background-image: url(../img/header/gnav-bg-library.png);
  background-position-y: 2px;
}

/* -- Learning -- */

#boxHeader .boxGlobalNav.mediaPC .btnLearning > a:hover {
  border-bottom-color: #00994a\9;
}

#boxHeader .boxGlobalNav.mediaPC .btnLearning > a:hover span::before {
  left: 58px;
  width: 114px;
  background-color: #00994a;
}

#boxHeader .boxGlobalNav.mediaPC .btnLearning > a > span {
  width: 114px;
  background-image: url(../img/header/gnav-bg-learning.png);
  background-position-y: 2px;
}

/* -- Plaza -- */

#boxHeader .boxGlobalNav.mediaPC .btnPlaza > a:hover {
  border-bottom-color: #fac300\9;
}

#boxHeader .boxGlobalNav.mediaPC .btnPlaza > a:hover span::before {
  left: 65px;
  width: 98px;
  background-color: #fac300;
}

#boxHeader .boxGlobalNav.mediaPC .btnPlaza > a > span {
  width: 98px;
  background-image: url(../img/header/gnav-bg-plaza.png);
  background-position-y: 2px;
}

/* -- About -- */

#boxHeader .boxGlobalNav.mediaPC .btnAbout > a {
  width: 228px
}

#boxHeader .boxGlobalNav.mediaPC .btnAbout > a:hover {
  border-bottom-color: #b58fcf\9;
}

#boxHeader .boxGlobalNav.mediaPC .btnAbout > a:hover span::before {
  left: 60px;
  width: 104px;
  background-color: #b58fcf;
}

#boxHeader .boxGlobalNav.mediaPC .btnAbout > a > span {
  width: 174px;
  background-image: url(../img/header/gnav-bg-about.png);
  background-position-y: 2px;
}

/*  フッター 設定
---------------------------------------------*/
#boxFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 194px;
  padding-bottom: 50px;
  background: #333;
  text-align: center;
}

#boxFooter .boxFooterTop {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #585858;
}

#boxFooter .boxFooterTop li {
  display: inline-block;
  padding: 0 18px;
}

#boxFooter .boxFooterTop li::before {
  position: relative;
  content: "|";
  left: -18px;
  color: #fff;
}

#boxFooter .boxFooterTop li:first-child::before {
  content: "";
}

#boxFooter .boxFooterTop li a {
  text-decoration: none;
  color: #fff;
}

#boxFooter .boxFooterTop li a:hover {
  text-decoration: underline;
}

/* ---- ページトップボタン ----- */

#boxFooter .boxPageTop {
  height: 0;
}

#boxFooter .boxPageTop p {
  right: 20px;
  left: auto;
  z-index: 300;
}

#boxFooter .boxPageTop a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 16px 0 0;
  background: #333;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}

#boxFooter .boxPageTop a::before,
#boxFooter .boxPageTop a::after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  content: "";
}

#boxFooter .boxPageTop a::after {
  top: 0;
  border-bottom-color: #333;
}

#boxFooter .boxPageTop a:hover {
  opacity: 0.6;
}

#boxFooter .boxPageTop a span {
  display: none;
}

#boxFooter .boxFooterBottom .txtCopyright {
  color: #666;
}

#boxFooter .boxFooterBottom {
  padding: 25px 0;
}

/*google検索結果 検索結果表示順幅*/

.gsc-inline-block{
	width:150px;
}
/* ------------ //第2フェーズ ------------ */

