@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/***
clearfix
*/
.clearfix:before, .header:before, .gnav:before, .gnav__l1:before, .cnt:before, .cnt__section:before, .fnav:before, .fnav__l2:before, .siteid:before, .p-title ul:before, .p-lHead:before, .p-ul-disc.p-ul-disc--col2:before, .p-ul-cap li:before, .p-mLinks:before, .p-mLinks ul:before, .p-definedList li:before, .p-news:before, .p-reportNav ul:before, .p-asd__head:before, .pageID--contact .c-row:before, .clearfix:after, .header:after, .gnav:after, .gnav__l1:after, .cnt:after, .cnt__section:after, .fnav:after, .fnav__l2:after, .siteid:after, .p-title ul:after, .p-lHead:after, .p-ul-disc.p-ul-disc--col2:after, .p-ul-cap li:after, .p-mLinks:after, .p-mLinks ul:after, .p-definedList li:after, .p-news:after, .p-reportNav ul:after, .p-asd__head:after, .pageID--contact .c-row:after {
  content: "";
  display: table;
}

.clearfix:after, .header:after, .gnav:after, .gnav__l1:after, .cnt:after, .cnt__section:after, .fnav:after, .fnav__l2:after, .siteid:after, .p-title ul:after, .p-lHead:after, .p-ul-disc.p-ul-disc--col2:after, .p-ul-cap li:after, .p-mLinks:after, .p-mLinks ul:after, .p-definedList li:after, .p-news:after, .p-reportNav ul:after, .p-asd__head:after, .pageID--contact .c-row:after {
  clear: both;
}

.clearfix, .header, .gnav, .gnav__l1, .cnt, .cnt__section, .fnav, .fnav__l2, .siteid, .p-title ul, .p-lHead, .p-ul-disc.p-ul-disc--col2, .p-ul-cap li, .p-mLinks, .p-mLinks ul, .p-definedList li, .p-news, .p-reportNav ul, .p-asd__head, .pageID--contact .c-row {
  *zoom: 1;
}

/***
ブレークポイントを設定
スマートフォン:767px以下、PC：768以上

[使い方]
@include media($MEDIA_PC) {
	margin-top: 0;
}
*/
/***
Retina用画像埋め込み
*/
/***
3/4で背景埋め込み
*/
/***
Retina用画像埋め込み
*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, sans-serif;
}

.siteid__copyright, .p-lHead, .p-mHead, .p-table thead th h3 a, .p-table thead th h3 span, .p-lLinks .t, .p-cTitle a, .p-asd__head h1 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","HGS明朝E","ＭＳ  Ｐ明朝",serif;
}

body {
  font-size: 18px;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrapper {
  position: relative;
  min-width: 960px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}

.logo.logo--header a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  outline: none;
}

.sokenLogo.sokenLogo--header {
  width: 152px;
  height: 32px;
}
.sokenLogo.sokenLogo--header a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url('../image/common/hdr_sknlogo.gif') no-repeat 0;
  outline: none;
}

.searchBox .cse .gsc-control-cse, .searchBox .gsc-control-cse {
  padding: 0;
}
.searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 6px;
}
.searchBox .cse .gsc-search-button input.gsc-search-button-v2, .searchBox input.gsc-search-button-v2 {
  padding-left: 12px;
  padding-right: 12px;
}

.gnav {
  position: relative;
}

.gnav--header {
  float: right;
}

.gnav__l1 {
  height: 36px;
}

.gnav__l1-list {
  position: relative;
  float: left;
  padding-left: 11px;
  margin-right: 10px;
  height: 36px;
  padding-bottom: 15px;
  background: url('../image/common/gnv_bdr.gif') no-repeat left 15px;
  border-bottom: solid 3px transparent;
}

.gnav__l1-link {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  background-image: url('../image/common/gnv.png');
  background-repeat: no-repeat;
  background-position: 17px 0;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
}

.gnav__l1-list.gnav__l1-current .gnav__l1-link {
  padding-bottom: 15px;
  border-bottom: solid 3px #21539e;
}

.gnav__l1--home {
  padding-left: 0;
  background: none;
}
.gnav__l1--home .gnav__l1-link {
  background-position: 10px 0;
  width: 46px;
}

.gnav__l1--home {
  margin-left: 0;
}
.gnav__l1--home .gnav__l1-link {
  background-position: 10px 0;
  width: 46px;
}
.gnav__l1--home .gnav__l1-link:hover {
  background-position: 10px -72px;
}

.gnav__l1--about .gnav__l1-link {
  background-position: -71px 0;
  width: 97px;
}
.gnav__l1--about.mouseover .gnav__l1-link {
  background-position: -71px -36px;
}

.gnav__l1--project .gnav__l1-link {
  background-position: -203px 0;
  width: 60px;
}
.gnav__l1--project.mouseover .gnav__l1-link {
  background-position: -203px -36px;
}

.gnav__l1--report .gnav__l1-link {
  background-position: -298px 0;
  width: 95px;
}
.gnav__l1--report.mouseover .gnav__l1-link {
  background-position: -298px -36px;
}

.gnav__l1--course .gnav__l1-link {
  background-position: -428px 0;
  width: 91px;
}
.gnav__l1--course.mouseover .gnav__l1-link {
  background-position: -428px -36px;
}

.gnav__l1--contact .gnav__l1-link {
  background-position: -554px 0;
  width: 141px;
}
.gnav__l1--contact .gnav__l1-link:hover {
  background-position: -554px -36px;
}

.gnav__l2 {
  position: absolute;
  z-index: 10;
  top: 34px;
}

.gnav__l1--contact .gnav__l2 {
  right: 0;
}

.gnav__l2-list:last-of-type .gnav__l2-link {
  border-bottom: none;
}

.gnav__l2-link {
  display: none;
  line-height: 1.25;
  padding: 1.1em 10px 1em 35px;
  background: #deeef7 url('../image/common/gnv_l2_arw.png') no-repeat 12px center;
  font-size: 72.22%;
  border-bottom: solid 1px #bbd4e2;
  min-width: 235px;
}
.gnav__l2-link:hover {
  text-decoration: underline;
}

.gnav__l1-list.mouseover .gnav__l1-link {
  background-color: #64a7ce;
}
.gnav__l1-list.mouseover .gnav__l2-link {
  display: block;
}

.cnt {
  position: relative;
  padding-bottom: 90px;
}

.cnt__col {
  float: left;
}

.cnt__col.cnt__col--left {
  width: 75%;
}

.cnt__col.cnt__col--right {
  width: 25%;
}
.cnt__col.cnt__col--right .l-container {
  margin-left: 36px;
}
.cnt__col.cnt__col--right aside {
  margin-left: 36px;
}

.cnt__section {
  position: relative;
}

.footer {
  position: relative;
}

.fnav {
  position: relative;
  border-top: solid 1px #e4e4e4;
  padding: 20px 0;
}

.fnav__col {
  float: left;
  width: 18%;
}
.fnav__col:first-of-type {
  width: 10%;
}

.fnav__col--span2 {
  margin-left: 2%;
  width: 34%;
}

.fnav__l1 a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  margin-bottom: 6px;
  background-image: url('../image/common/gnv.png');
  background-repeat: no-repeat;
  background-position: 17px 0;
  text-indent: -9999px;
  cursor: pointer;
}
.fnav__l1.fnav__l1--home a {
  width: 46px;
  background-position: 10px 0;
}
.fnav__l1.fnav__l1--home a:hover {
  background-position: 10px -72px;
}
.fnav__l1.fnav__l1--about a {
  background-position: -71px 0;
  width: 97px;
}
.fnav__l1.fnav__l1--about a:hover {
  background-position: -71px -72px;
}
.fnav__l1.fnav__l1--project a {
  background-position: -203px 0;
  width: 60px;
}
.fnav__l1.fnav__l1--project a:hover {
  background-position: -203px -72px;
}
.fnav__l1.fnav__l1--report a {
  background-position: -298px 0;
  width: 95px;
}
.fnav__l1.fnav__l1--report a:hover {
  background-position: -298px -72px;
}
.fnav__l1.fnav__l1--course a {
  background-position: -428px 0;
  width: 91px;
}
.fnav__l1.fnav__l1--course a:hover {
  background-position: -428px -72px;
}
.fnav__l1.fnav__l1--access a {
  background-position: -554px 0;
  width: 141px;
}
.fnav__l1.fnav__l1--access a:hover {
  background-position: -554px -72px;
}

.fnav__l2 {
  margin: 0;
}
.fnav__l2 li {
  margin: 0 0 1em 10px;
  font-size: 61.11%;
}
.fnav__l2 li a {
  line-height: 1.4;
  background: url('../image/common/lnv_l2_arw.gif') no-repeat left center;
  padding-left: 11px;
  padding-top: 1px;
}

.fnav__l2.fnav__l2--col2 li {
  float: left;
  width: 40%;
}

.siteid {
  position: relative;
  border-top: solid 1px #e4e4e4;
  height: 120px;
}

.logo.logo--siteid {
  position: relative;
  margin: 16px 0 0 10px;
  float: left;
}
.logo.logo--siteid a {
  display: block;
  background-image: url('../image/common/ftr_logo.gif');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 138px;
  height: 38px;
  -moz-background-size: 138px 38px;
  -o-background-size: 138px 38px;
  -webkit-background-size: 138px 38px;
  background-size: 138px 38px;
  text-indent: -9999px;
}

.sokenLogo.sokenLogo--siteid {
  position: relative;
  margin: 16px 0 0 30px;
  float: left;
}
.sokenLogo.sokenLogo--siteid a {
  display: block;
  background-image: url('../image/common/ftr_slogo.gif');
  background-repeat: no-repeat;
  overflow: hidden;
  width: 172px;
  height: 38px;
  -moz-background-size: 172px 38px;
  -o-background-size: 172px 38px;
  -webkit-background-size: 172px 38px;
  background-size: 172px 38px;
  text-indent: -9999px;
}

.siteid__copyright {
  float: right;
  margin: 16px 10px 0 0;
  font-size: 55.55%;
  letter-spacing: 1px;
}

#pagetop {
  height: 0;
}

#topagetop {
  position: fixed;
  width: 66px;
  height: 66px;
  right: 10px;
  bottom: 10px;
  display: none;
}
#topagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../image/common/pagetop.png') no-repeat 0 0;
  cursor: pointer;
}

.p-mt60 {
  margin-top: 60px;
}

.p-mt50 {
  margin-top: 50px;
}

.p-mt40 {
  margin-top: 40px;
}

.p-mt30 {
  margin-top: 30px;
}

.p-mt20 {
  margin-top: 20px;
}

.p-mt10 {
  margin-top: 10px;
}

.p-title {
  position: relative;
  width: 100%;
}
.p-title h1 {
  overflow: hidden;
  height: 192px;
  width: 100%;
  line-height: 0;
  border-bottom: solid 2px #000;
}
.p-title ul {
  font-size: 61.11%;
}
.p-title li {
  float: left;
  background: url('../image/common/pkz_arw.gif') no-repeat right center;
  float: left;
  margin-top: 0.75em;
  margin-right: 10px;
  padding-right: 17px;
}
.p-title li:last-of-type {
  background: none;
}
.p-title li:last-of-type a {
  color: #2f9fe0;
}

.p-lHead {
  border: 2px solid #ccc;
  border: 3px solid #aab9cf;
  font-size: 122.22%;
  padding: 1.5em;
  line-height: 1.5;
}
.p-lHead a {
  padding: 0.25em 0 0.25em 35px;
  background: url('../image/common/cmn_arw_l.png') no-repeat left center;
}

.p-lHead.p-lHead--author {
  font-size: 166.66%;
  padding: 2em 1.5em;
  margin-bottom: 2em;
  border: solid 1px #000;
}

.p-ul-disc {
  list-style: outside none disc;
  margin-top: 1.5em;
  font-size: 83.33%;
}
.p-ul-disc li {
  line-height: 1.6;
  margin-left: 3%;
  margin-top: 1em;
  color: #333;
}
.p-ul-disc li a {
  color: #2f9fe0;
  text-decoration: underline;
}
.p-ul-disc li a:hover {
  text-decoration: none;
}

.p-ul-disc.p-ul-disc--col2 {
  margin-top: 1em;
}
.p-ul-disc.p-ul-disc--col2 li {
  float: left;
  width: 47%;
}

.p-ul-cap {
  margin-top: 1em;
}
.p-ul-cap li {
  line-height: 1.6;
  font-size: 72.22%;
  margin-top: 1em;
}
.p-ul-cap .c, .p-ul-cap .t {
  float: left;
}
.p-ul-cap .c {
  width: 3%;
  text-align: center;
}
.p-ul-cap .t {
  width: 97%;
}
.p-ul-cap .r {
  color: #ff3300;
}

.p-ol-num {
  list-style: decimal;
  margin-top: 1.5em;
  font-size: 83.33%;
}
.p-ol-num li {
  line-height: 1.6;
  margin-left: 3%;
  padding-left: 1%;
  margin-top: 1em;
  color: #333;
}

.p-mHead {
  font-size: 133.33%;
  padding: 0.2em 0 0.2em 18px;
  background: url('../image/common/p-h1_bg.gif') repeat-y left top;
}

.p-sHead {
  font-size: 94.44%;
  color: #333;
  margin-top: 2em;
}
.p-sHead:before {
  content: "[";
}
.p-sHead:after {
  content: "]";
}
.p-sHead span {
  color: #21539e;
  margin-right: 4px;
  margin-left: 4px;
}

.p-ssHead {
  font-size: 83.33%;
  color: #333;
  margin-top: 1.5em;
  font-weight: bold;
}

.p-text {
  font-size: 83.33%;
  line-height: 2.2;
  color: #333;
  margin-top: 1em;
}
.p-text a {
  color: #64a7ce;
  text-decoration: underline;
}
.p-text a:hover {
  text-decoration: none;
}
.p-text .r {
  color: #ff3300;
}

.p-image.p-image--nonfit {
  width: auto;
  height: auto;
  text-align: center;
}

.p-image__inner {
  display: inline-block;
}

.p-image__caption {
  text-align: right;
  font-size: 61.11%;
  margin-top: 0.5em;
}

.p-author {
  font-size: 77.77%;
  font-weight: bold;
  text-align: right;
  margin-top: 1em;
}

.p-table {
  width: 100%;
  margin-top: 2em;
}
.p-table th, .p-table td {
  vertical-align: center;
  background: url('../image/common/tbl_bdr.gif') repeat-y right 0;
}
.p-table th:last-child, .p-table td:last-child {
  background-image: none;
}
.p-table th {
  border-top: solid #AAA 1px;
}
.p-table th p {
  line-height: 1.3;
  font-weight: bold;
  padding: 20px 15px;
  color: #4b668f;
  font-size: 83.33%;
}
.p-table td {
  border-bottom: solid #CCC 1px;
}
.p-table td p {
  line-height: 1.3;
  padding: 15px 10px 15px 15px;
  font-size: 83.33%;
}
.p-table td p a {
  color: #2f9fe0;
  text-decoration: underline;
}
.p-table td p a:hover {
  text-decoration: none;
}
.p-table thead th {
  background-color: #f4f4f4;
  border-bottom: solid #AAA 1px;
}
.p-table thead th h3 a, .p-table thead th h3 span {
  display: block;
  padding: 20px 15px 21px 20px;
  font-size: 105.55%;
}
.p-table thead th h3 a {
  background: url('../image/common/cmn_arw_l.png') no-repeat 15px center;
  padding-left: 55px;
}
.p-table tbody th {
  background-color: none;
  border-bottom: solid #CCC 1px;
}
.p-table tr:last-of-type td {
  border-bottom: solid #AAA 1px;
}
.p-table tr:last-of-type th {
  border-bottom: solid #AAA 1px;
}
.p-table .c {
  text-align: center;
}

.p-table--s th p, .p-table--s td p {
  font-size: 77.77%;
}

.p-table.p-table10-90 tr > *:first-child {
  width: 10%;
}
.p-table.p-table10-90 tr > *:last-child {
  width: 90%;
}
.p-table.p-table10-90 tr th {
  background-color: #f4f4f4;
  text-align: center;
}
.p-table.p-table10-90 tr:first-of-type td {
  border-top: solid #aaa 1px;
}

.p-table.p-table20-80 tr > *:first-child {
  width: 20%;
}
.p-table.p-table20-80 tr > *:last-child {
  width: 80%;
}

.p-table.p-table30-70 tr > *:first-child {
  width: 30%;
}
.p-table.p-table30-70 tr > *:last-child {
  width: 70%;
}

.p-table.p-table20-40-40 tr > *:nth-of-type(3n+1) {
  width: 20%;
}
.p-table.p-table20-40-40 tr > *:nth-of-type(3n+2) {
  width: 40%;
}
.p-table.p-table20-40-40 tr > *:nth-of-type(3n) {
  width: 40%;
}

.p-table .p-ul-disc {
  margin: 0 0 1em 1em;
}
.p-table .p-ul-disc li {
  margin-top: 0.5em;
}

.p-mLinks ul {
  margin-top: 10px;
}
.p-mLinks ul li {
  float: left;
  font-size: 77.77%;
  margin-top: 15px;
  width: 100%;
}
.p-mLinks ul li a, .p-mLinks ul li span {
  display: block;
  background: #FFF;
  border: dotted 1px #000;
  padding: 23px 0 23px 20px;
  line-height: 1.25;
}
.p-mLinks ul li a {
  padding-left: 38px;
  background: url('../image/common/cmn_arw_m.png') no-repeat 12px center;
}

.p-mLinks.p-mLinks--col2 ul li {
  width: 50%;
}
.p-mLinks.p-mLinks--col2 ul li:nth-of-type(2n+1) a, .p-mLinks.p-mLinks--col2 ul li:nth-of-type(2n+1) span {
  margin-right: 10px;
}
.p-mLinks.p-mLinks--col2 ul li:nth-of-type(2n) a, .p-mLinks.p-mLinks--col2 ul li:nth-of-type(2n) span {
  margin-left: 10px;
}

.p-mLinks.p-mLinks--col3 ul li {
  width: 33.333%;
}
.p-mLinks.p-mLinks--col3 ul li:nth-of-type(3n+1) a, .p-mLinks.p-mLinks--col3 ul li:nth-of-type(3n+1) span {
  margin-right: 10px;
}
.p-mLinks.p-mLinks--col3 ul li:nth-of-type(3n+2) a, .p-mLinks.p-mLinks--col3 ul li:nth-of-type(3n+2) span {
  margin-left: 5px;
  margin-right: 5px;
}
.p-mLinks.p-mLinks--col3 ul li:nth-of-type(3n) a, .p-mLinks.p-mLinks--col3 ul li:nth-of-type(3n) span {
  margin-left: 10px;
}

.p-lLinks ul {
  margin-top: 25px;
}
.p-lLinks li {
  margin-top: 15px;
}
.p-lLinks a {
  display: block;
  border: solid 1px #dcdcdc;
  background: url('../image/common/cmn_arw_l.png') no-repeat 20px center;
  padding: 20px 15px 21px 60px;
}
.p-lLinks .s {
  color: #21539e;
  font-size: 72.22%;
}
.p-lLinks .t {
  font-size: 100%;
}
.p-lLinks .s + .t {
  margin-top: 0.5em;
}

.p-photoLink {
  margin-top: 10px;
}
.p-photoLink .r {
  display: table;
  width: 100%;
}
.p-photoLink .c {
  display: table-cell;
}
.p-photoLink .c a {
  display: block;
  margin-top: 15px;
}
.p-photoLink .c img {
  width: 100%;
}
.p-photoLink .c .t {
  margin-top: 0.2em;
  font-size: 77.77%;
  line-height: 1.25;
  padding: 0.25em 0 0.25em 22px;
  background: url('../image/common/cmn_arw_m.png') no-repeat 0 3px;
}

.p-photoLink.p-photoLink--col3 .c {
  width: 33.333%;
}
.p-photoLink.p-photoLink--col3 .c:nth-of-type(3n+1) a {
  margin-right: 10px;
}
.p-photoLink.p-photoLink--col3 .c:nth-of-type(3n+2) a {
  margin-left: 5px;
  margin-right: 5px;
}
.p-photoLink.p-photoLink--col3 .c:nth-of-type(3n) a {
  margin-left: 10px;
}

.p-definedList {
  margin-top: 2em;
  font-size: 77.77%;
  color: #333;
}
.p-definedList li {
  margin-top: 1.25em;
  padding-bottom: 0.25em;
  border-bottom: dotted 1px #000;
}
.p-definedList .dt {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
  line-height: 1.5;
  font-weight: bold;
}
.p-definedList .dd {
  float: left;
  width: 75%;
  line-height: 1.5;
}

.p-definedList.p-definedList--2row .dt {
  width: 100%;
  margin: 0.5em 0 0;
}
.p-definedList.p-definedList--2row .dd {
  margin: 0.5em 0 0 2%;
  width: 98%;
}

.p-captionbox {
  border: solid 1px #DDD;
  padding: 60px 60px 50px;
}
.p-captionbox .p-mHead {
  font-size: 100%;
}

.p-news dt {
  color: #777;
  float: left;
  font-size: 61.11%;
  letter-spacing: 1px;
  margin-bottom: 2.5em;
  padding-top: 0.75em;
  width: 12%;
}
.p-news dd {
  float: left;
  font-size: 77.77%;
  line-height: 2;
  margin-bottom: 2em;
  width: 88%;
}

.p-reportNav {
  margin-top: 1em;
}
.p-reportNav ul {
  width: 100%;
}
.p-reportNav ul li {
  float: left;
  width: 19%;
  margin: 0 1% 0 0;
  display: table;
}
.p-reportNav ul li a {
  color: #FFF;
  vertical-align: middle;
  background: #6787b7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.5;
  height: 90px;
  text-align: center;
  display: table-cell;
  font-size: 83.33%;
}

.p-photobox div img {
  display: block;
}
.p-photobox div p {
  margin-top: 0.5em;
  font-size: 61.11%;
}

.p-photobox.p-photobox--right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

.p-photobox.p-photobox--left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

.p-cTitle h1 {
  display: table;
  height: 192px;
  width: 100%;
  border-bottom: solid 2px #000;
  text-align: center;
}
.p-cTitle a {
  display: table-cell;
  vertical-align: middle;
  font-size: 111.11%;
  line-height: 1.5;
}
.p-cTitle a:hover {
  color: #999;
  text-decoration: none;
}

.p-lnav {
  position: relative;
}
.p-lnav .lv1 {
  display: none;
}
.p-lnav .lv1__li {
  border-bottom: dotted 1px #000;
}
.p-lnav .lv1__a {
  display: block;
  background: url('../image/common/cmn_arw_m.png') no-repeat 8px center;
  font-size: 77.77%;
  line-height: 1.3;
  padding: 18px 9px 17px 33px;
  text-decoration: none;
}
.p-lnav .lv1__li.current .lv1__a {
  background: #333 url('../image/common/lnv_l1_crt_arw.png') no-repeat 8px center;
  color: #fff;
}
.p-lnav .lv2 {
  display: none;
}
.p-lnav .lv2__li {
  border-top: solid 1px #FFF;
}
.p-lnav .lv2__p {
  background: #3c5882;
  color: #FFF;
  font-size: 66.66%;
  font-weight: bold;
  padding: 0.75em 1em;
}
.p-lnav .lv2__a {
  background: #f0f1f1 url('../image/common/lnv_l2_arw.gif') no-repeat 15px center;
  display: block;
  font-size: 72.22%;
  line-height: 1.4;
  padding: 12px 9px 10px 32px;
  text-decoration: none;
}
.p-lnav .lv2__li.current .lv2__a {
  background-color: #e4eef6;
  color: #2d5b95;
  font-weight: bold;
}
.p-lnav .lv3 {
  display: none;
  border-bottom: solid 4px #e4eef6;
}
.p-lnav .lv3__li {
  border-right: solid 4px #e4eef6;
}
.p-lnav .lv3__a {
  background: url('../image/common/lnv_l3_arw.gif') no-repeat 17px center;
  display: block;
  line-height: 1.3;
  font-size: 66.66%;
  padding: 10px 10px 10px 32px;
}

.p-asd {
  position: relative;
  margin-top: 60px;
}

.p-asd__head {
  position: relative;
  border-bottom: solid 2px #000;
  padding-bottom: 0.75em;
}
.p-asd__head h1 {
  font-size: 94.44%;
  float: left;
}
.p-asd__head p {
  float: right;
  font-size: 66.66%;
}
.p-asd__head p a {
  padding-left: 18px;
  background: url('../image/common/cmn_arw_s.png') no-repeat left center;
}
.p-asd__head p a:hover {
  text-decoration: underline;
}

.p-asd__news dt {
  color: #999;
  font-size: 55.55%;
  letter-spacing: 2px;
  margin-top: 18px;
}
.p-asd__news dd {
  font-size: 66.66%;
  line-height: 1.5;
  margin-top: 0.25em;
}
.p-asd__news dd a:hover {
  text-decoration: underline;
}

.p-asd__course li {
  margin-top: 20px;
}
.p-asd__course li a {
  display: block;
}
.p-asd__course li a img {
  width: 100%;
}

.p-map {
  position: relative;
}
.p-map div {
  position: relative;
  line-height: 0;
}
.p-map div img {
  display: block;
  width: 100%;
}
.p-map a {
  display: block;
  width: 25%;
  height: 11.5%;
  background: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  line-height: 11.5%;
  top: 0;
  left: 0;
  outline: none;
  text-indent: -9999px;
}
.p-map a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.p-map a.chiikibunka {
  left: 3.125%;
  top: 45.25%;
}
.p-map a.hikakubunka {
  left: 3.125%;
  top: 33.65%;
}
.p-map a.kokusai {
  left: 22.08333%;
  top: 13%;
}
.p-map a.nihonrekishi {
  left: 71.5625%;
  top: 38.75%;
}
.p-map a.mediasyakai {
  left: 69.375%;
  top: 79%;
}
.p-map a.nihonbungaku {
  left: 32.5%;
  top: 79%;
}

.p-assets {
  display: none;
}

.page--index .logo--header {
  position: absolute;
  left: 20px;
  top: -304px;
  width: 220px;
  height: 304px;
}
.page--index .logo--header a {
  background: url('../image/index/hdr_logo.gif') no-repeat 0;
}
.page--index .sokenLogo--header {
  position: absolute;
  left: 38px;
  top: -40px;
}
.page--index .searchBox {
  float: left;
  margin: 20px 10px 0 10px;
  width: 18%;
}
.page--index .gnav {
  margin-top: 21px;
}
.page--index .cover {
  background: #000;
  height: 540px;
  max-width: 1440px;
  min-width: 1000px;
  margin: 0 auto;
}
.page--index .cover ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.page--index .cover ul li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page--index .cover ul li.cover__0 {
  background-image: url('../image/index/cvr00.jpg');
}
.page--index .cover ul li.cover__1 {
  background-image: url('../image/index/cvr01.jpg');
}
.page--index .cover ul li.cover__2 {
  background-image: url('../image/index/cvr02.jpg');
}
.page--index .cover ul li.cover__3 {
  background-image: url('../image/index/cvr03.jpg');
}
.page--index .cover ul li.cover__4 {
  background-image: url('../image/index/cvr04.jpg');
}
.page--index .cover ul li img {
  display: none;
}

.page--contents .logo--header {
  position: absolute;
  left: 20px;
  top: 32px;
  width: 176px;
  height: 50px;
}
.page--contents .logo--header a {
  background: url('../image/common/hdr_logo.png') no-repeat 0;
}
.page--contents .sokenLogo--header {
  float: right;
  margin: 18px 18px 0 0;
}
.page--contents .searchBox {
  position: absolute;
  right: 185px;
  width: 240px;
  top: 17px;
}
.page--contents .gnav {
  margin: 12px 0 0 0;
  clear: both;
}

.pageID--contact .c-col {
  float: left;
}
.pageID--contact .c-col.c-col--left {
  width: 30%;
}
.pageID--contact .c-col.c-col--right {
  width: 70%;
}
.pageID--contact .c-row.c-row40-60 .c-col.c-col--left {
  width: 40%;
}
.pageID--contact .c-row.c-row40-60 .c-col.c-col--right {
  width: 60%;
}
.pageID--contact .c-row.c-row50-50 .c-col.c-col--left {
  width: 50%;
}
.pageID--contact .c-row.c-row50-50 .c-col.c-col--right {
  width: 50%;
}
.pageID--contact .c-map {
  margin-right: 30px;
}
.pageID--contact .c-map div {
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 3px;
}
.pageID--contact .c-map div img {
  width: 100%;
  cursor: pointer;
}
.pageID--contact .c-map a {
  font-size: 72.22%;
  background: url('../image/contact/map_scl.png') no-repeat left center;
  line-height: 18px;
  padding-left: 16px;
  padding-top: 1px;
}
.pageID--contact #gmap {
  margin-left: 30px;
  height: 480px;
}
.pageID--contact #gmap #gmapContainer {
  width: 100%;
  height: 100%;
  background: #CCC;
  margin-bottom: 3px;
}
.pageID--contact #gmap .c-map-link {
  font-size: 72.22%;
  background: url('../image/common/cmn_arw_s.png') no-repeat left center;
  line-height: 18px;
  padding-left: 16px;
  padding-top: 1px;
}
.pageID--contact #modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pageID--contact #modal .container {
  position: absolute;
  width: 540px;
  height: 500px;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -270px;
  text-align: 500px;
}
.pageID--contact #modal .close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -60px;
  top: -60px;
  background-color: transparent;
  cursor: pointer;
}
.pageID--contact #modal .close span {
  position: absolute;
  display: block;
  width: 100%;
  top: 30px;
  border-top: solid 1px #FFF;
}
.pageID--contact #modal .close .l {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pageID--contact #modal .close .r {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
