@charset "UTF-8";
/* sidemenu */
/* footer */
/* date */
/* heading */
/* .tbox name */
/* reset */
* {
  -webkit-tap-highlight-color: transparent; }

/* clearfix  */
.clearfix:after {
  content: '';
  display: block;
  clear: both; }
h1 + .clearfix {
  margin-top: 40px; }

.clf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clf {
  display: inline-block; }

/* Hides from IE Mac */
* html .clf {
  height: 1%; }

.clf {
  display: block; }

/* End Hack */
/* common ------------------------------------ */
html {
  font-size: 81.2%;
  -webkit-text-size-adjust: none; }

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-image: url(/base/common/img/bg_body.png);
  background-repeat: repeat-x;
  background-position: left top;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444;
  line-height: 1;
  -webkit-text-size-adjust: none; }

header, footer, main, article, aside, section, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%; }

h1, h2, h3, h4, h5, p, ul {
  margin: 0px; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

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

th {
  font-weight: normal;
  text-align: left; }

caption {
  width: 100%;
  text-align: left; }

strong, em, address {
  font-weight: normal;
  font-style: normal; }

small {
  font-size: 100%; }

img {
  border: none;
  vertical-align: text-bottom;
  height: auto;
  max-width: 100%;
  width: auto; }

a {
  color: #0384ce; }
  a:hover, a:active {
    color: #0384ce; }
  a[href^='http'] {
    word-wrap: break-word;
    word-break: break-all; }
  a:hover {
    text-decoration: none; }
    a:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
      a:hover img.rollover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }

.nowrap {
  white-space: nowrap; }

strong {
  color: #cc3300; }

em,
em strong {
  font-weight: bold; }

sub,
sup {
  font-size: .7em; }

sub {
  vertical-align: text-bottom; }

sup {
  vertical-align: text-top; }

* + p, * +
ul, * +
ol, * +
dl, * +
figure, * +
table, * +
iframe, * +
div {
  margin-top: 20px; }

script, script:first-child + * {
  margin-top: 0; }

/*------------------------------------------------------------------
     レイアウト
------------------------------------------------------------------*/
#header {
  width: 978px;
  margin: 0px auto;
  text-align: left; }

#specMenu {
  margin: 0; }
  #specMenu #specMenuInn {
    width: 978px;
    margin: 0px auto;
    text-align: left; }

#contents {
  width: 978px;
  margin: 0px auto; }
  #contents #mainMenu {
    float: left;
    width: 222px;
    margin: 0; }
  #contents #main {
    width: 726px;
    margin: 0 0 0 30px;
    float: left; }

#mainTitle h1 {
  width: 978px;
  margin: 0px auto; }

#main {
  text-align: left; }

#footer {
  margin-top: 40px;
  clear: both; }

.breadCrumb {
  text-align: left; }

/*パンくずリンク*/
.breadCrumb {
  text-align: left;
  font-size: 0.77rem;
  color: #444;
  padding: 14px 2px; }
  .breadCrumb ol {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .breadCrumb ol li {
      margin: 0 10px 0 0;
      padding: 0 0 0 12px;
      display: inline;
      background-image: url(/base/common/img/mark_arrow_gray.png);
      background-repeat: no-repeat;
      background-position: left center; }
      .breadCrumb ol li:first-child {
        background-image: none;
        padding: 0; }
      .breadCrumb ol li.homeBC {
        padding: 0 12px 0 0;
        background-position: right center;
        background-image: url(/base/common/img/mark_arrow_gray.png); }
      .breadCrumb ol li a {
        color: #444;
        text-decoration: none; }
        .breadCrumb ol li a:hover {
          text-decoration: underline; }

/* content ----------------------------------- */
/* 見出し */
h2,
.wm-h2 {
  font-size: 1.69rem;
  line-height: 1.2;
  color: #003366;
  background-image: url(/base/common/img/bg_headingmain.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0px 3px 6px;
  font-weight: normal; }
  h2:first-child,
  .wm-h2:first-child {
    margin-top: 0; }

h3,
h4,
.wm-h3,
.wm-h4,
.sitemapHeading h2 {
  position: relative;
  color: #fff;
  font-size: 1.15rem;
  font-weight: normal;
  padding: 10px 12px;
  line-height: 1.2; }
  h3:after,
  h4:after,
  .wm-h3:after,
  .wm-h4:after,
  .sitemapHeading h2:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -6px;
    border: solid transparent;
    border-width: 6px; }
  h3.green,
  h4.green,
  .wm-h3.green,
  .wm-h4.green,
  .sitemapHeading h2.green {
    background-color: #14a358; }
    h3.green:after,
    h4.green:after,
    .wm-h3.green:after,
    .wm-h4.green:after,
    .sitemapHeading h2.green:after {
      border-left-color: #14a358; }
  h3.ltblue,
  h4.ltblue,
  .wm-h3.ltblue,
  .wm-h4.ltblue,
  .sitemapHeading h2.ltblue {
    color: #003366;
    background-color: #bce1f8; }
    h3.ltblue > a,
    h4.ltblue > a,
    .wm-h3.ltblue > a,
    .wm-h4.ltblue > a,
    .sitemapHeading h2.ltblue > a {
      color: #003366; }
      h3.ltblue > a:before,
      h4.ltblue > a:before,
      .wm-h3.ltblue > a:before,
      .wm-h4.ltblue > a:before,
      .sitemapHeading h2.ltblue > a:before {
        border-left-color: #003366; }
      h3.ltblue > a:hover,
      h4.ltblue > a:hover,
      .wm-h3.ltblue > a:hover,
      .wm-h4.ltblue > a:hover,
      .sitemapHeading h2.ltblue > a:hover {
        color: #003366; }
    h3.ltblue:after,
    h4.ltblue:after,
    .wm-h3.ltblue:after,
    .wm-h4.ltblue:after,
    .sitemapHeading h2.ltblue:after {
      border-left-color: #bce1f8; }
  h3.blue,
  h4.blue,
  .wm-h3.blue,
  .wm-h4.blue,
  .sitemapHeading h2.blue {
    background-color: #0384ce; }
    h3.blue:after,
    h4.blue:after,
    .wm-h3.blue:after,
    .wm-h4.blue:after,
    .sitemapHeading h2.blue:after {
      border-left-color: #0384ce; }
  h3.red,
  h4.red,
  .wm-h3.red,
  .wm-h4.red,
  .sitemapHeading h2.red {
    color: #7a0203;
    background-color: #f7dfd9; }
    h3.red > a,
    h4.red > a,
    .wm-h3.red > a,
    .wm-h4.red > a,
    .sitemapHeading h2.red > a {
      color: #7a0203; }
      h3.red > a:before,
      h4.red > a:before,
      .wm-h3.red > a:before,
      .wm-h4.red > a:before,
      .sitemapHeading h2.red > a:before {
        border-left-color: #7a0203; }
      h3.red > a:hover,
      h4.red > a:hover,
      .wm-h3.red > a:hover,
      .wm-h4.red > a:hover,
      .sitemapHeading h2.red > a:hover {
        color: #7a0203; }
    h3.red:after,
    h4.red:after,
    .wm-h3.red:after,
    .wm-h4.red:after,
    .sitemapHeading h2.red:after {
      border-left-color: #f7dfd9; }
  h3.circle,
  h4.circle,
  .wm-h3.circle,
  .wm-h4.circle,
  .sitemapHeading h2.circle {
    color: #444;
    padding: 10px 12px 10px 45px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: transparent;
    background-image: url(/base/common/img/mark_circle_blue.png);
    background-color: #DBEFFB; }
    h3.circle:after,
    h4.circle:after,
    .wm-h3.circle:after,
    .wm-h4.circle:after,
    .sitemapHeading h2.circle:after {
      display: none; }
    h3.circle.cgreen,
    h4.circle.cgreen,
    .wm-h3.circle.cgreen,
    .wm-h4.circle.cgreen,
    .sitemapHeading h2.circle.cgreen {
      color: #14A358;
      background-image: url(/base/common/img/mark_circle_green.png);
      background-position: 0 9px;
      padding: 8px 12px 10px 28px;
      background-color: transparent; }
    h3.circle.cred,
    h4.circle.cred,
    .wm-h3.circle.cred,
    .wm-h4.circle.cred,
    .sitemapHeading h2.circle.cred {
      color: #CC3300;
      background-image: url(/base/common/img/mark_circle_red.png);
      background-color: #FCE1DC; }

h3,
.wm-h3,
.sitemapHeading h2 {
  background-color: #003366; }
  h3:after,
  .wm-h3:after,
  .sitemapHeading h2:after {
    border-left-color: #003366; }

h4,
.wm-h4 {
  color: #003366;
  background-color: #bce1f8; }
  h4:after,
  .wm-h4:after {
    border-left-color: #bce1f8; }
  h4.green,
  .wm-h4.green {
    color: #fff; }
  h4.blue,
  .wm-h4.blue {
    color: #fff; }
  h4.red,
  .wm-h4.red {
    color: #7a0203; }
  h4.circle,
  .wm-h4.circle {
    color: #444; }

h5,
h6,
.wm-h5,
.wm-h6 {
  font-size: 1rem; }

.sitemapHeading h2 {
  background-image: none; }

* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 30px; }

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 20px; }

* + .circle {
  margin-top: 18px; }

h1 + .clearfix > *:first-child > h2:first-child,
h1 + .clearfix > *:first-child + * > h2:first-child,
h2 + .clearfix > *:first-child > h3:first-child,
h2 + .clearfix > *:first-child + * > h3:first-child,
h3 + .clearfix > *:first-child > h4:first-child,
h3 + .clearfix > *:first-child + * > h4:first-child,
h4 + .clearfix > *:first-child > h5:first-child,
h4 + .clearfix > *:first-child + * > h5:first-child,
h5 + .clearfix > *:first-child > h6:first-child
h5 + .clearfix > *:first-child + * > h6:first-child {
  margin-top: 0; }

* + .clearfix .sideL > h2:first-child,
* + .clearfix .sideL > h3:first-child,
* + .clearfix .sideL > h4:first-child,
* + .clearfix .sideL > h5:first-child,
* + .clearfix .sideL > h6:first-child,
* + .clearfix .sideR > h2:first-child,
* + .clearfix .sideR > h3:first-child,
* + .clearfix .sideR > h4:first-child,
* + .clearfix .sideR > h5:first-child,
* + .clearfix .sideR > h6:first-child {
  margin-top: 24px; }

/* paragraph -------------------------------- */
p {
  word-wrap: break-word; }

.alignR {
  text-align: right; }

.alignC,
.posC {
  text-align: center; }

span.alignR,
span.alignC {
  display: block; }

.wm-border,
.wm-background,
.wm-border-background {
  padding: 1.5rem; }
  * + .wm-border,
  .wm-border + *:not(h2):not(h3):not(h4):not(h5):not(h6), * +
  .wm-background,
  .wm-background + *:not(h2):not(h3):not(h4):not(h5):not(h6), * +
  .wm-border-background,
  .wm-border-background + *:not(h2):not(h3):not(h4):not(h5):not(h6) {
    margin-top: 18px; }
  .wm-border *:first-child,
  .wm-background *:first-child,
  .wm-border-background *:first-child {
    margin-top: 0; }
  .wm-border .linkFree:first-child,
  .wm-background .linkFree:first-child,
  .wm-border-background .linkFree:first-child {
    margin-top: -10px; }

.wm-border {
  border: 1px solid #e5e5e5; }

.wm-background {
  background-color: #e5e5e5; }

.wm-border-background {
  background-color: #dbeffb; }
  .wm-border-background.red {
    color: #cc3300;
    font-size: 1.15rem;
    background-color: #fce1dc; }

.circle + .wm-background,
.circle + .wm-border-background {
  margin-top: 0; }

.circle + .wm-border-background.red {
  margin-top: 1rem; }

.wm-background + .circle,
.wm-border-background + .circle {
  margin-top: 1rem; }

/* table -------------------------------- */
table {
  width: 100%; }
  table caption {
    width: auto;
    padding-bottom: .5em; }

td,
th {
  padding: 1em;
  border: 1px solid #ccc; }

th {
  background-color: #dbeffb; }

.headTable thead th {
  color: #fff;
  background-color: #0384ce; }
.headTable tbody th,
.headTable tbody td {
  vertical-align: top; }
.headTable tbody th {
  color: #036;
  font-weight: bold; }

@media only screen and (max-width: 767px) {
  table,
  caption,
  tbody,
  tfoot,
  tr,
  th,
  td {
    display: block;
    width: 100%; }

  thead {
    display: none; }

  tbody td[data-item-name]:before {
    content: attr(data-item-name) "："; }

  th,
  td {
    width: auto !important; }

  * + tr > *:first-child {
    margin-top: 20px; }

  td {
    margin-top: -1px; }

  .cellspan {
    display: table;
    position: relative;
    /*
    overflow-x: auto;
    &::-webkit-scrollbar {
    	height: 5px;
    }
    &::-webkit-scrollbar-track {
    	border-radius: 5px;
    	background: $color-ashgray;
    }
    &::-webkit-scrollbar-thumb {
    	border-radius: 5px;
    	background: $color-gray;
    }
    */ }
    .cellspan thead {
      display: table-header-group;
      width: 100%; }
    .cellspan tbody {
      display: table-row-group;
      width: auto;
      position: relative;
      /*	white-space: nowrap;*/ }
      .cellspan tbody td[data-item-name]:before {
        display: none; }
    .cellspan tr {
      display: table-row; }
    .cellspan th,
    .cellspan td {
      display: table-cell; } }
/* list -------------------------------- */
li ul,
li ol {
  margin: .5em 0 0 1em; }

ul.wm-list > li {
  position: relative;
  padding-left: 1.6em; }
  ul.wm-list > li + li {
    margin-top: .5em; }
  ul.wm-list > li:before {
    content: "\002022";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1em;
    text-align: center; }
  ul.wm-list > li.icon {
    padding-left: 0; }
    ul.wm-list > li.icon:before {
      display: none; }
  ul.wm-list > li.blank {
    padding-left: 20px; }
    ul.wm-list > li.blank:before {
      content: '';
      background: url('/base/common/img/icons-s7a90cae898.png') 0 0;
      background-repeat: no-repeat;
      height: 20px;
      width: 20px; }
  ul.wm-list > li.pdf {
    padding-left: 20px; }
    ul.wm-list > li.pdf:before {
      content: '';
      background: url('/base/common/img/icons-s7a90cae898.png') -320px 0;
      background-repeat: no-repeat;
      height: 20px;
      width: 20px; }

ol.wm-list {
  counter-reset: numCount;
  padding-left: 1.6em;
  list-style-type: decimal; }
  ol.wm-list > li {
    position: relative; }
    ol.wm-list > li + li {
      margin-top: .5em; }

ul[style*='list-style'],
ol[style*='list-style'] {
  padding-left: 2em; }

/* links -------------------------------- */
ul.icon > li > a,
.icon > a {
  padding-left: 15px; }
  ul.icon > li > a:before,
  .icon > a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.8em;
    left: 0;
    margin-top: -3px;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 3px 0 3px 5px;
    border-left-color: #003366; }

h2 > a,
h3 > a,
.sitemapHeading h2 > a {
  position: relative;
  text-decoration: none;
  padding-left: 0.8em; }
  h2 > a:before,
  h3 > a:before,
  .sitemapHeading h2 > a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.5em;
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 4px 0 4px 7px;
    border-left-color: #003366; }
  h2 > a:hover,
  h3 > a:hover,
  .sitemapHeading h2 > a:hover {
    text-decoration: underline; }

h2 > a:before,
.sitemapHeading h2 > a:before {
  margin-top: -4px; }
h2 > a:hover,
.sitemapHeading h2 > a:hover {
  text-decoration: underline; }

h3 > a,
.sitemapHeading h2 > a {
  color: #fff; }
  h3 > a:before,
  .sitemapHeading h2 > a:before {
    border-left-color: #fff; }
  h3 > a:hover,
  .sitemapHeading h2 > a:hover {
    color: #fff; }

p > a:before, th > a:before, td > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.8em;
  left: 3px;
  margin-top: -3px; }

ul.icon > li > a,
p > a, th > a, td > a, h2 > a,
.icon > a {
  position: relative;
  display: inline-block; }
  ul.icon > li > a[target='_blank'], ul.icon > li > a[href*='.pdf'], ul.icon > li > a[href*='.doc'], ul.icon > li > a[href*='.xls'], ul.icon > li > a[href*='.zip'], ul.icon > li > a[href*='.wmv'], ul.icon > li > a[href*='youtube'],
  p > a[target='_blank'],
  p > a[href*='.pdf'],
  p > a[href*='.doc'],
  p > a[href*='.xls'],
  p > a[href*='.zip'],
  p > a[href*='.wmv'],
  p > a[href*='youtube'], th > a[target='_blank'], th > a[href*='.pdf'], th > a[href*='.doc'], th > a[href*='.xls'], th > a[href*='.zip'], th > a[href*='.wmv'], th > a[href*='youtube'], td > a[target='_blank'], td > a[href*='.pdf'], td > a[href*='.doc'], td > a[href*='.xls'], td > a[href*='.zip'], td > a[href*='.wmv'], td > a[href*='youtube'], h2 > a[target='_blank'], h2 > a[href*='.pdf'], h2 > a[href*='.doc'], h2 > a[href*='.xls'], h2 > a[href*='.zip'], h2 > a[href*='.wmv'], h2 > a[href*='youtube'],
  .icon > a[target='_blank'],
  .icon > a[href*='.pdf'],
  .icon > a[href*='.doc'],
  .icon > a[href*='.xls'],
  .icon > a[href*='.zip'],
  .icon > a[href*='.wmv'],
  .icon > a[href*='youtube'] {
    padding-left: 30px; }
    ul.icon > li > a[target='_blank']:before, ul.icon > li > a[href*='.pdf']:before, ul.icon > li > a[href*='.doc']:before, ul.icon > li > a[href*='.xls']:before, ul.icon > li > a[href*='.zip']:before, ul.icon > li > a[href*='.wmv']:before, ul.icon > li > a[href*='youtube']:before,
    p > a[target='_blank']:before,
    p > a[href*='.pdf']:before,
    p > a[href*='.doc']:before,
    p > a[href*='.xls']:before,
    p > a[href*='.zip']:before,
    p > a[href*='.wmv']:before,
    p > a[href*='youtube']:before, th > a[target='_blank']:before, th > a[href*='.pdf']:before, th > a[href*='.doc']:before, th > a[href*='.xls']:before, th > a[href*='.zip']:before, th > a[href*='.wmv']:before, th > a[href*='youtube']:before, td > a[target='_blank']:before, td > a[href*='.pdf']:before, td > a[href*='.doc']:before, td > a[href*='.xls']:before, td > a[href*='.zip']:before, td > a[href*='.wmv']:before, td > a[href*='youtube']:before, h2 > a[target='_blank']:before, h2 > a[href*='.pdf']:before, h2 > a[href*='.doc']:before, h2 > a[href*='.xls']:before, h2 > a[href*='.zip']:before, h2 > a[href*='.wmv']:before, h2 > a[href*='youtube']:before,
    .icon > a[target='_blank']:before,
    .icon > a[href*='.pdf']:before,
    .icon > a[href*='.doc']:before,
    .icon > a[href*='.xls']:before,
    .icon > a[href*='.zip']:before,
    .icon > a[href*='.wmv']:before,
    .icon > a[href*='youtube']:before {
      margin: -10px 0;
      border-style: none; }
    ul.icon > li > a[target='_blank']:after, ul.icon > li > a[href*='.pdf']:after, ul.icon > li > a[href*='.doc']:after, ul.icon > li > a[href*='.xls']:after, ul.icon > li > a[href*='.zip']:after, ul.icon > li > a[href*='.wmv']:after, ul.icon > li > a[href*='youtube']:after,
    p > a[target='_blank']:after,
    p > a[href*='.pdf']:after,
    p > a[href*='.doc']:after,
    p > a[href*='.xls']:after,
    p > a[href*='.zip']:after,
    p > a[href*='.wmv']:after,
    p > a[href*='youtube']:after, th > a[target='_blank']:after, th > a[href*='.pdf']:after, th > a[href*='.doc']:after, th > a[href*='.xls']:after, th > a[href*='.zip']:after, th > a[href*='.wmv']:after, th > a[href*='youtube']:after, td > a[target='_blank']:after, td > a[href*='.pdf']:after, td > a[href*='.doc']:after, td > a[href*='.xls']:after, td > a[href*='.zip']:after, td > a[href*='.wmv']:after, td > a[href*='youtube']:after, h2 > a[target='_blank']:after, h2 > a[href*='.pdf']:after, h2 > a[href*='.doc']:after, h2 > a[href*='.xls']:after, h2 > a[href*='.zip']:after, h2 > a[href*='.wmv']:after, h2 > a[href*='youtube']:after,
    .icon > a[target='_blank']:after,
    .icon > a[href*='.pdf']:after,
    .icon > a[href*='.doc']:after,
    .icon > a[href*='.xls']:after,
    .icon > a[href*='.zip']:after,
    .icon > a[href*='.wmv']:after,
    .icon > a[href*='youtube']:after {
      display: none; }
  ul.icon > li > a[target='_blank']:before,
  p > a[target='_blank']:before, th > a[target='_blank']:before, td > a[target='_blank']:before, h2 > a[target='_blank']:before,
  .icon > a[target='_blank']:before {
    background: url('/base/common/img/icons-s7a90cae898.png') 0 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }
  ul.icon > li > a[href*='.pdf']:before,
  p > a[href*='.pdf']:before, th > a[href*='.pdf']:before, td > a[href*='.pdf']:before, h2 > a[href*='.pdf']:before,
  .icon > a[href*='.pdf']:before {
    background: url('/base/common/img/icons-s7a90cae898.png') -320px 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }
  ul.icon > li > a[href*='.doc']:before,
  p > a[href*='.doc']:before, th > a[href*='.doc']:before, td > a[href*='.doc']:before, h2 > a[href*='.doc']:before,
  .icon > a[href*='.doc']:before {
    background: url('/base/common/img/icons-s7a90cae898.png') -480px 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }
  ul.icon > li > a[href*='.xls']:before,
  p > a[href*='.xls']:before, th > a[href*='.xls']:before, td > a[href*='.xls']:before, h2 > a[href*='.xls']:before,
  .icon > a[href*='.xls']:before {
    background: url('/base/common/img/icons-s7a90cae898.png') -160px 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }
  ul.icon > li > a[href*='.zip']:before,
  p > a[href*='.zip']:before, th > a[href*='.zip']:before, td > a[href*='.zip']:before, h2 > a[href*='.zip']:before,
  .icon > a[href*='.zip']:before {
    background: url('/base/common/img/icons-s7a90cae898.png') -606px 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }
  ul.icon > li > a[href*='.wmv']:before, ul.icon > li > a[href*='youtube']:before,
  p > a[href*='.wmv']:before,
  p > a[href*='youtube']:before, th > a[href*='.wmv']:before, th > a[href*='youtube']:before, td > a[href*='.wmv']:before, td > a[href*='youtube']:before, h2 > a[href*='.wmv']:before, h2 > a[href*='youtube']:before,
  .icon > a[href*='.wmv']:before,
  .icon > a[href*='youtube']:before {
    background: url('/base/common/img/icons-s7a90cae898.png') -280px 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px; }

.sitemapHeading h2 > a[target='_blank']:before {
  background: url('/base/common/img/icons-s7a90cae898.png') -80px 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px; }

.infoList a[target='_blank']:after, .infoList a[href*='.pdf']:after, .infoList a[href*='.doc']:after, .infoList a[href*='.xls']:after, .infoList a[href*='.zip']:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }
.infoList a[target='_blank'] img, .infoList a[href*='.pdf'] img, .infoList a[href*='.doc'] img, .infoList a[href*='.xls'] img, .infoList a[href*='.zip'] img {
  display: block;
  margin-bottom: -20px !important; }
.infoList a[target='_blank']:after {
  background: url('/base/common/img/icons-s7a90cae898.png') 0 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px; }
.infoList a[href*='.pdf']:after {
  background: url('/base/common/img/icons-s7a90cae898.png') -320px 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px; }
.infoList a[href*='.doc']:after {
  background: url('/base/common/img/icons-s7a90cae898.png') -480px 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px; }
.infoList a[href*='.xls']:after {
  background: url('/base/common/img/icons-s7a90cae898.png') -160px 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px; }
.infoList a[href*='.zip']:after {
  background: url('/base/common/img/icons-s7a90cae898.png') -606px 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px; }

/* info log */
.infoLog {
  padding-left: 0;
  text-align: right; }
  .infoLog li {
    display: inline-block; }
    .infoLog li + li {
      margin: 0 0 0 0.5em;
      padding-left: 1em;
      border-left: 1px solid #666; }
  .infoLog .icon a {
    padding-left: 0;
    min-height: 0; }
    .infoLog .icon a:before {
      display: none; }
  .infoLog a.current {
    color: inherit;
    text-decoration: none; }

ul.link2Col:after {
  content: '';
  display: block;
  clear: both; }
ul.link2Col li {
  float: left;
  width: 50%; }
  @media only screen and (min-width: 481px) {
    ul.link2Col li:nth-child(2n+3) {
      clear: left; }
    ul.link2Col li:nth-child(n+3) {
      margin-top: 10px; } }
  @media only screen and (max-width: 480px) {
    ul.link2Col li {
      float: none;
      width: auto; }
      ul.link2Col li + li {
        margin-top: 10px; } }

ul.link3Col:after {
  content: '';
  display: block;
  clear: both; }
ul.link3Col li {
  float: left;
  width: 33.333%; }
  @media only screen and (min-width: 768px) {
    ul.link3Col li:nth-child(3n+4) {
      clear: left; }
    ul.link3Col li:nth-child(n+4) {
      margin-top: 10px; } }
  @media only screen and (min-width: 481px) and (max-width: 767px) {
    ul.link3Col li {
      width: 50%; }
      ul.link3Col li:nth-child(2n+3) {
        clear: left; }
      ul.link3Col li:nth-child(n+3) {
        margin-top: 10px; } }
  @media only screen and (max-width: 480px) {
    ul.link3Col li {
      float: none;
      width: auto; }
      ul.link3Col li + li {
        margin-top: 10px; } }

/* form -------------------------------- */
/* button -------------------------------- */
.btn {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  * + .btn {
    margin-top: 20px; }
  .btn li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .btn li:last-child {
      margin-right: 0; }
  .btn a {
    color: #FFF;
    font-size: 1rem;
    font-weight: normal;
    padding: 9px 24px 8px 20px;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    background: url(/base/common/img/bg_btn_blue_r.png) right top no-repeat; }
    .btn a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  .btn.btnBlueL a {
    background-image: url(/base/common/img/bg_btn_blue_l.png);
    padding: 9px 20px 8px 24px;
    background-position: left top; }
  .btn.btnGreen a {
    background-image: url(/base/common/img/bg_btn_green.png); }
  .btn.btnRed a {
    background-image: url(/base/common/img/bg_btn_red.png); }
  .btn.btnGray a {
    background-image: url(/base/common/img/bg_btn_blue_gray.png); }

.btnArrowWR a,
.btnArrowWD a {
  padding-right: 20px; }
  .btnArrowWR a:after,
  .btnArrowWD a:after {
    margin-left: 0.7rem;
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 11px 11px; }

.btnArrowWR a:after {
  background-image: url(/base/common/img/mark_arrow_wh_r.png); }

.btnArrowWD a:after {
  background-image: url(/base/common/img/mark_arrow_wh_d.png); }

/* IE hack */
*:first-child + html .btn a {
  display: inline;
  zoom: 1; }

*:first-child + html .btn.btnArrowWR a:after,
*:first-child + html .btn.btnArrowWD a:after {
  display: inline;
  zoom: 1; }

/* image layout -------------------------------- */
figure img {
  display: block;
  margin: 0 auto; }

figcaption {
  width: 100%;
  text-align: center;
  margin-top: .3em; }

.parallelL:after,
.parallelR:after {
  content: '';
  display: block;
  clear: both; }

.roundL:after,
.roundR:after {
  content: '';
  display: block;
  clear: both; }

.roundR .image,
.parallelR .image,
.parallelL .sentence {
  float: right; }

.roundL .image,
.parallelL .image,
.parallelR .sentence {
  float: left; }

.roundR .image {
  margin: 0 0 20px 20px; }

.roundL .image {
  margin: 0 20px 20px 0; }

.image {
  position: relative;
  z-index: 1; }
  * + .image {
    margin-top: 0; }

.sentence {
  margin-top: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sizeL figcaption,
.sizeM figcaption,
.sizeS figcaption {
  text-align: left; }

/* half column -------------------------------- */
.sideL,
.sideR {
  width: 48%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  * + .sideL, * +
  .sideR {
    margin-top: 0; }
  .sideL img,
  .sideR img {
    margin: 0 auto; }

.sideL {
  float: left; }

.sideR {
  float: right; }

/* information, event -------------------------------- */
/* infoHead */
.infoHead {
  position: relative; }
  .infoHead h2 {
    padding-bottom: 10px; }
  .infoHead ul {
    position: absolute;
    top: 50%;
    height: 24px;
    right: 12px;
    margin-top: -16px;
    padding: 0;
    line-height: 24px; }
    .infoHead ul li {
      display: inline-block;
      margin: 0 0 0 0.5em !important;
      line-height: 24px;
      vertical-align: middle; }
  .infoHead .btn {
    top: auto;
    bottom: 16px; }

/* infoDate */
#infoDate {
  text-align: right; }

/* infoList */
.infoList + .infoList {
  margin-top: 0;
  border-top: solid 1px #c6c6c6; }
.infoList > li {
  padding: 15px 0 15px 5.5em; }
  .infoList > li:after {
    content: '';
    display: block;
    clear: both; }
.infoList > li + li {
  margin-top: 0;
  border-top: solid 1px #c6c6c6; }
.infoList a {
  color: #0384ce;
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 2em; }
  .infoList a > * {
    float: left;
    width: 100%; }
.infoList time {
  font-size: 0.92rem;
  line-height: 2.14em;
  float: left;
  width: 6.5em;
  margin-left: -5.5em; }
.infoList .label {
  float: left;
  margin: 0;
  color: #fff; }
  .infoList .label:after {
    content: '';
    display: block;
    clear: both; }
  .infoList .label li {
    display: inline-block;
    min-width: 7.5em;
    font-size: 0.77rem;
    margin-right: 1em;
    padding: .3em .5em;
    text-align: center;
    line-height: 1.3em;
    background-color: #036; }
    .infoList .label li.info {
      background-color: #060; }
    .infoList .label li.research {
      background-color: #20608a; }

/* 　responsive
------------------------------------------------------------------*/
@media only screen and (max-width: 977px) {
  #header {
    width: auto;
    margin: 0px; }

  ul#headerSubMenu {
    margin-top: 5px; }

  #contents {
    width: 726px;
    margin: 0px auto; }
    #contents #main {
      width: auto;
      margin-left: 0px;
      float: none; }

  #mainTitle h1 {
    width: auto;
    margin: 0px;
    color: #FFF; } }
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: 100%; }

  .contentPage {
    padding-left: 10px;
    padding-right: 10px; }

  .breadCrumb {
    display: none; }

  .homeTitle {
    display: none; }

  #mainTitle {
    background-color: #fff; }
    #mainTitle h1 {
      color: #444; }

  #contents {
    width: auto;
    margin: 0px; }

  .sideL,
  .sideR {
    float: none;
    width: auto;
    border-style: none; }
    * + .sideL, * +
    .sideR {
      margin-top: 20px; }

  .infoList > li {
    padding-left: 0; }
  .infoList time {
    margin-left: 0; }
  .infoList .label {
    float: none; }

  .infoHead ul {
    position: static;
    margin-top: 10px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  ul.wm-list > li.blank:before, ul.wm-list > li.pdf:before {
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat; }
  ul.wm-list > li.blank:before {
    background-image: url(/base/common/img/icons2x/link_blank@2x.png); }
  ul.wm-list > li.pdf:before {
    background-image: url(/base/common/img/icons2x/link_pdf@2x.png); }

  ul.icon > li > a[target='_blank']:before, ul.icon > li > a[href*='.pdf']:before, ul.icon > li > a[href*='.doc']:before, ul.icon > li > a[href*='.xls']:before, ul.icon > li > a[href*='.zip']:before, ul.icon > li > a[href*='.wmv']:before, ul.icon > li > a[href*='youtube']:before,
  p > a[target='_blank']:before,
  p > a[href*='.pdf']:before,
  p > a[href*='.doc']:before,
  p > a[href*='.xls']:before,
  p > a[href*='.zip']:before,
  p > a[href*='.wmv']:before,
  p > a[href*='youtube']:before, th > a[target='_blank']:before, th > a[href*='.pdf']:before, th > a[href*='.doc']:before, th > a[href*='.xls']:before, th > a[href*='.zip']:before, th > a[href*='.wmv']:before, th > a[href*='youtube']:before, td > a[target='_blank']:before, td > a[href*='.pdf']:before, td > a[href*='.doc']:before, td > a[href*='.xls']:before, td > a[href*='.zip']:before, td > a[href*='.wmv']:before, td > a[href*='youtube']:before, h2 > a[target='_blank']:before, h2 > a[href*='.pdf']:before, h2 > a[href*='.doc']:before, h2 > a[href*='.xls']:before, h2 > a[href*='.zip']:before, h2 > a[href*='.wmv']:before, h2 > a[href*='youtube']:before,
  .infoList > a[target='_blank']:before,
  .infoList > a[href*='.pdf']:before,
  .infoList > a[href*='.doc']:before,
  .infoList > a[href*='.xls']:before,
  .infoList > a[href*='.zip']:before,
  .infoList > a[href*='.wmv']:before,
  .infoList > a[href*='youtube']:before,
  .icon > a[target='_blank']:before,
  .icon > a[href*='.pdf']:before,
  .icon > a[href*='.doc']:before,
  .icon > a[href*='.xls']:before,
  .icon > a[href*='.zip']:before,
  .icon > a[href*='.wmv']:before,
  .icon > a[href*='youtube']:before {
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat; }
  ul.icon > li > a[target='_blank']:before,
  p > a[target='_blank']:before, th > a[target='_blank']:before, td > a[target='_blank']:before, h2 > a[target='_blank']:before,
  .infoList > a[target='_blank']:before,
  .icon > a[target='_blank']:before {
    background-image: url(/base/common/img/icons2x/link_blank@2x.png); }
  ul.icon > li > a[href*='.pdf']:before,
  p > a[href*='.pdf']:before, th > a[href*='.pdf']:before, td > a[href*='.pdf']:before, h2 > a[href*='.pdf']:before,
  .infoList > a[href*='.pdf']:before,
  .icon > a[href*='.pdf']:before {
    background-image: url(/base/common/img/icons2x/link_pdf@2x.png); }
  ul.icon > li > a[href*='.doc']:before,
  p > a[href*='.doc']:before, th > a[href*='.doc']:before, td > a[href*='.doc']:before, h2 > a[href*='.doc']:before,
  .infoList > a[href*='.doc']:before,
  .icon > a[href*='.doc']:before {
    background-image: url(/base/common/img/icons2x/link_word@2x.png); }
  ul.icon > li > a[href*='.xls']:before,
  p > a[href*='.xls']:before, th > a[href*='.xls']:before, td > a[href*='.xls']:before, h2 > a[href*='.xls']:before,
  .infoList > a[href*='.xls']:before,
  .icon > a[href*='.xls']:before {
    background-image: url(/base/common/img/icons2x/link_excel@2x.png); }
  ul.icon > li > a[href*='.zip']:before,
  p > a[href*='.zip']:before, th > a[href*='.zip']:before, td > a[href*='.zip']:before, h2 > a[href*='.zip']:before,
  .infoList > a[href*='.zip']:before,
  .icon > a[href*='.zip']:before {
    background-image: url(/base/common/img/icons2x/link_zip@2x.png); }
  ul.icon > li > a[href*='.wmv']:before, ul.icon > li > a[href*='youtube']:before,
  p > a[href*='.wmv']:before,
  p > a[href*='youtube']:before, th > a[href*='.wmv']:before, th > a[href*='youtube']:before, td > a[href*='.wmv']:before, td > a[href*='youtube']:before, h2 > a[href*='.wmv']:before, h2 > a[href*='youtube']:before,
  .infoList > a[href*='.wmv']:before,
  .infoList > a[href*='youtube']:before,
  .icon > a[href*='.wmv']:before,
  .icon > a[href*='youtube']:before {
    background-image: url(/base/common/img/icons2x/link_movie@2x.png); } }
/* header ------------------------------------ */
/*言語メニュー*/
ul#langMenu {
  padding: 0px;
  height: 30px;
  list-style-type: none; }
  ul#langMenu li {
    float: right;
    height: 30px;
    width: 150px; }
    ul#langMenu li a {
      background-image: url(/base/common/img/bt_lang.png);
      background-repeat: no-repeat;
      text-align: left;
      text-indent: -9999px;
      display: block;
      height: 30px;
      width: 150px;
      outline: none; }
    ul#langMenu li.jp a {
      background-position: 0px -30px; }
      ul#langMenu li.jp a.on, ul#langMenu li.jp a:hover, ul#langMenu li.jp a:hover.on {
        background-position: 0px 0px; }
    ul#langMenu li.en a {
      background-position: -150px -30px; }
      ul#langMenu li.en a.on, ul#langMenu li.en a:hover, ul#langMenu li.en a:hover.on {
        background-position: -150px 0px; }

/*ヘッダーのメインロゴ*/
#logoHeader {
  margin: 10px 10px 0px 12px; }

/*ヘッダーのサブメニュー*/
ul#headerSubMenu {
  padding: 0px;
  height: 1em;
  list-style-type: none;
  border-right: 1px solid #444;
  margin: 0px 4px 15px 0px; }
  ul#headerSubMenu li {
    float: right;
    padding: 0 0.5em;
    border-left: 1px solid #444;
    height: 13px;
    margin: 0; }
    ul#headerSubMenu li a {
      color: #444;
      text-decoration: none; }
      ul#headerSubMenu li a:hover {
        text-decoration: underline; }

/*専修のメニュー*/
#specMenu {
  background-color: #F5F5F5; }
  #specMenu #specMenuInn ul {
    list-style: none;
    padding: 0; }
    #specMenu #specMenuInn ul li {
      float: left;
      width: 326px;
      margin: 0; }

#jp-2014 #specMenu #specMenuInn ul li,
#en-2014 #specMenu #specMenuInn ul li {
  width: 244px; }

.mainSpecMenu {
  display: none; }

#specMenuInnSphone {
  display: none;
  margin-top: 15px; }
  #specMenuInnSphone ul {
    padding: 0px;
    list-style: none; }
    #specMenuInnSphone ul li {
      padding: 10px 0px 10px 12px;
      margin: 0px;
      background-color: #F5F5F5;
      background-image: url(/base/common/img/bg_speci_menu.png);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 424px 13px;
      text-align: left;
      border-bottom: 1px solid #D5D5D5; }
    #specMenuInnSphone ul img {
      width: 278px; }

/* 　responsive
------------------------------------------------------------------*/
@media (max-width: 977px) {
  #specMenu #specMenuInn {
    width: auto;
    margin: 0px; }
    #specMenu #specMenuInn ul li {
      width: 33.3%; }

  #jp-2014 #specMenu #specMenuInn ul li,
  #en-2014 #specMenu #specMenuInn ul li {
    width: 25%; } }
@media (max-width: 767px) {
  #logoHeader {
    margin: 10px 4px 12px; }

  ul#headerSubMenu {
    display: none; }

  /*言語メニュー*/
  ul#langMenu li {
    float: right;
    height: 27px;
    width: 50%; }
    ul#langMenu li a {
      display: block;
      height: 27px;
      width: 100%;
      background-size: 160px 54px;
      background-color: #F36550; }
    ul#langMenu li.jp a {
      background-image: url(/base/common/img/bt_lang_jp_sp.png);
      background-position: center -27px; }
    ul#langMenu li.en a {
      background-image: url(/base/common/img/bt_lang_en_sp.png);
      background-position: center -27px; }
    ul#langMenu li.jp a.on, ul#langMenu li.jp a.hover, ul#langMenu li.jp a:hover.on, ul#langMenu li.en a.on, ul#langMenu li.en a.hover, ul#langMenu li.en a:hover.on {
      background-color: #D5D5D5;
      background-position: center 0px;
      width: 100%; }

  /*専修のメニュー*/
  #specMenu {
    display: none; }

  #specMenuInnSphone {
    display: block; }

  .mainSpecMenu {
    display: block; } }
/*
@include Ratio {
	#page-top .logoImg a {
		background-image: url(/common/img/logo@2x.png);
		-webkit-background-size: 168px 37px;
		-moz-background-size: 168px 37px;
		background-size: 168px 37px;
		background-position: left;
		background-repeat: no-repeat;
	}
	#page-top .logoImg a img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
}
*/
/*フッター*/
#footer {
  background-color: #464646;
  color: #fff; }

.pageTop {
  background-color: #d8dada; }
  .pageTop .btPagetop {
    width: 978px;
    margin: 0 auto;
    text-align: right;
    padding: 14px 0; }

.copyR {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.77rem;
  color: #fff;
  background-color: #141414;
  margin: 0px;
  padding: 8px; }

.accordionFtr > ul {
  display: block; }

#footerInn {
  width: 978px;
  margin: 0 auto;
  padding: 13px 0 30px;
  text-align: left; }
  #footerInn a {
    text-decoration: none; }
    #footerInn a:hover {
      text-decoration: underline; }
  #footerInn ul,
  #footerInn li {
    margin: 0px;
    padding: 0px; }
  #footerInn ul {
    list-style: none; }
    #footerInn ul:after {
      content: '';
      display: block;
      clear: both; }
    #footerInn ul li {
      float: left;
      width: 25%; }
      @media only screen and (min-width: 768px) {
        #footerInn ul li:nth-child(4n+5) {
          clear: left; }
        #footerInn ul li:nth-child(n+5) {
          margin-top: 10px; } }
      #footerInn ul li.mLinkBanner {
        margin-top: 16px; }
    #footerInn ul a {
      color: #fff;
      display: block;
      line-height: 1.2;
      font-size: 0.92rem;
      padding: 3px 5px; }
  #footerInn p {
    margin-top: 10px;
    text-align: right; }
    #footerInn p > a[target='_blank'] {
      padding-left: 0; }
      #footerInn p > a[target='_blank']:before {
        display: none; }
  #footerInn .footerMenu:first-child {
    margin-left: 0; }
  #footerInn .accordionFtr ul li {
    background-image: url(/base/common/img/mark_arrow_white.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    padding: 0 0 0 14px;
    margin-top: 10px; }

/* 　responsive
------------------------------------------------------------------*/
@media (max-width: 977px) {
  /*フッター*/
  .pageTop .btPagetop {
    width: auto;
    padding-right: 10px; }

  .accordionFtr > ul {
    display: block; }

  #footerInn {
    width: auto;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left; }

  .contentsTitle h1 .titletxt {
    padding-right: 20px; } }
@media (max-width: 767px) {
  /*フッター*/
  .pageTop {
    display: none; }

  .accordionFtr > ul {
    display: none; }

  #footer {
    background-color: #F5F5F5; }

  #footerInn {
    padding: 0; }
    #footerInn a:hover {
      text-decoration: none; }
    #footerInn ul li {
      float: none;
      width: auto; }
    #footerInn ul a {
      position: relative;
      color: #fff;
      padding: 14px 35px 14px 10px;
      border-bottom: 1px solid #2A2A2A;
      border-top: 1px solid #5b5b5b;
      background-color: #464646; }
      #footerInn ul a:hover {
        background-color: #0384ce;
        border-bottom: 1px solid #20608a;
        border-top: 1px solid #3c9cdd; }
      #footerInn ul a:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-color: rgba(255, 0, 0, 0);
        border-width: 8px 0 8px 8px;
        border-left-color: #fff; }
      #footerInn ul a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-color: rgba(255, 0, 0, 0);
        border-width: 8px 0 8px 8px;
        border-left-color: #464646; }
      #footerInn ul a:before, #footerInn ul a:after {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 16px; }
      #footerInn ul a:after {
        margin-right: 4px; }
      #footerInn ul a:hover:after {
        border-left-color: #0384ce; }
    #footerInn p {
      margin-top: 0;
      padding: 10px;
      text-align: center;
      border-top: 1px solid #5b5b5b;
      background-color: #464646; }
    #footerInn li.mLinkBanner {
      margin-top: 16px;
      clear: left;
      background-color: #fff;
      text-align: center; }
    #footerInn .accordionFtr ul li {
      background-image: none;
      padding: 0;
      margin-top: 0; } }
/*サイドメニュー*/
.menuList .accordion ul {
  display: none; }
.menuList dl,
.menuList dt,
.menuList dd,
.menuList ul,
.menuList li {
  margin: 0px;
  padding: 0px;
  text-align: left; }
.menuList ul {
  list-style: none; }
.menuList a {
  text-decoration: none; }
.menuList dt.menuButton {
  display: none; }
.menuList dd.menu {
  width: 222px;
  display: block; }
  .menuList dd.menu li {
    /*
    &.accordion.on {
    	> span {
    		border-bottom: none;
    		.menu1 {
    			border-bottom: 1px solid $color-winterblue;
    		}
    	}
    	ul {
    		.selected > span,
    		.selected > span:hover {
    			border-color: $color-silver;
    		}
    	}	
    }
    */ }
    .menuList dd.menu li > span {
      position: relative;
      display: block;
      line-height: 1.2;
      border-bottom: 1px solid #42464a;
      background: #575c60 url(../img/bg_sidemenu_off.png) right top no-repeat; }
      .menuList dd.menu li > span .menu1 + span {
        display: block;
        position: absolute;
        width: 40px;
        height: 100%;
        top: 0;
        right: 0; }
        .menuList dd.menu li > span .menu1 + span:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-color: transparent;
          border-color: rgba(255, 0, 0, 0);
          border-width: 8px 0 8px 8px;
          border-left-color: #fff; }
        .menuList dd.menu li > span .menu1 + span:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-color: transparent;
          border-color: rgba(255, 0, 0, 0);
          border-width: 8px 0 8px 8px;
          border-left-color: #575c60; }
        .menuList dd.menu li > span .menu1 + span:before, .menuList dd.menu li > span .menu1 + span:after {
          position: absolute;
          top: 50%;
          margin-top: -8px;
          right: 14px; }
        .menuList dd.menu li > span .menu1 + span:after {
          margin-right: 4px; }
      .menuList dd.menu li > span .menu1[target='_blank']:before, .menuList dd.menu li > span .menu1[href*='.pdf']:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
        border: none; }
      .menuList dd.menu li > span .menu1[target='_blank'] + span, .menuList dd.menu li > span .menu1[href*='.pdf'] + span {
        display: none; }
      .menuList dd.menu li > span .menu1[target='_blank']:before {
        background: url('/base/common/img/icons-s7a90cae898.png') -80px 0;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px; }
      .menuList dd.menu li > span .menu1[href*='.pdf']:before {
        background: url('/base/common/img/icons-s7a90cae898.png') -400px 0;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px; }
      .menuList dd.menu li > span:hover {
        color: #fff;
        background-color: #0384ce;
        background-image: url(/base/common/img/bg_sidemenu_on.png);
        border-bottom: 1px solid #20608a; }
        .menuList dd.menu li > span:hover .menu1 + span:after {
          border-left-color: #0384ce; }
    .menuList dd.menu li li > span {
      border-bottom: 1px solid #c6c6c6; }
      .menuList dd.menu li li > span:hover {
        color: #fff;
        background-color: #0384ce;
        background-image: url(/base/common/img/bg_sidemenu_on.png);
        border-bottom: 1px solid #c6c6c6; }
    .menuList dd.menu li.mLink.on > span, .menuList dd.menu li.accordion.on > span, .menuList dd.menu li.over > span, .menuList dd.menu li.selected > span {
      color: #fff;
      background-color: #0384ce;
      background-image: url(/base/common/img/bg_sidemenu_on.png);
      border-bottom: 1px solid #20608a; }
    .menuList dd.menu li.selected li span {
      border-bottom-color: #c6c6c6;
      background-color: transparent; }
      .menuList dd.menu li.selected li span:hover {
        border-bottom-color: #bce1f8; }
    .menuList dd.menu li.accordion .menu1 + span:before, .menuList dd.menu li.accordion .menu1 + span:after {
      content: '';
      position: absolute;
      top: 24px;
      display: inline-block;
      background-color: #fff;
      border: none; }
    .menuList dd.menu li.accordion .menu1 + span:before {
      right: 10px;
      width: 17px;
      height: 3px;
      margin: 0; }
    .menuList dd.menu li.accordion .menu1 + span:after {
      right: 13px;
      width: 3px;
      height: 17px;
      margin-top: -7px; }
    .menuList dd.menu li.accordion.on .menu1 + span:after {
      display: none; }
    .menuList dd.menu li.accordion.on > span {
      border-bottom: none; }
      .menuList dd.menu li.accordion.on > span .menu1 {
        border-bottom: 1px solid #20608a; }
    .menuList dd.menu li.accordion.on ul .selected > span,
    .menuList dd.menu li.accordion.on ul .selected > span:hover {
      border-color: #BCE1F8; }
    .menuList dd.menu li.selected > span, .menuList dd.menu li.on > span {
      /*border-bottom: none;*/ }
      .menuList dd.menu li.selected > span .menu1 + span:after, .menuList dd.menu li.on > span .menu1 + span:after {
        border-left-color: #0384ce; }
  .menuList dd.menu a {
    color: #fff; }
    .menuList dd.menu a + span {
      display: none; }
    .menuList dd.menu a.menu1, .menuList dd.menu a.menu2 {
      display: block;
      cursor: pointer;
      line-height: 1.2;
      color: #fff;
      padding: 19px 35px 19px 10px; }
    .menuList dd.menu a.menu2 {
      position: relative;
      color: #0084ce;
      background-color: #f5f5f5;
      padding: 16px 22px;
      border-top: 1px solid #fff; }
      .menuList dd.menu a.menu2.on, .menuList dd.menu a.menu2.open, .menuList dd.menu a.menu2:hover {
        background-color: #dbeffb; }
      .menuList dd.menu a.menu2[target='_blank'], .menuList dd.menu a.menu2[href*='.pdf'] {
        padding-right: 35px; }
        .menuList dd.menu a.menu2[target='_blank']:before, .menuList dd.menu a.menu2[href*='.pdf']:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -10px; }
      .menuList dd.menu a.menu2[target='_blank']:before {
        background: url('/base/common/img/icons-s7a90cae898.png') 0 0;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px; }
      .menuList dd.menu a.menu2[href*='.pdf']:before {
        background: url('/base/common/img/icons-s7a90cae898.png') -360px 0;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px; }
.menuList ul.mainSpecMenu,
.menuList ul.mainSpecMenu li {
  margin: 0px;
  padding: 0px;
  text-align: left; }
.menuList ul.mainSpecMenu li a {
  display: block;
  color: #003366;
  padding: 15px 10px;
  border-bottom: 1px solid #bdddec;
  border-top: 1px solid #fff;
  background-color: #e3f2fb; }

ul.sideBanner {
  margin-top: 40px; }
  ul.sideBanner li {
    margin: 15px 0; }

@media (max-width: 977px) {
  #mainMenu {
    margin-top: 0; }

  /*サイドメニュー*/
  .menuList dl {
    width: auto;
    position: relative; }
  .menuList dt.menuButton {
    display: block;
    text-align: right;
    height: 46px;
    background-color: #003366; }
    .menuList dt.menuButton span {
      cursor: pointer;
      margin: 6px 0;
      background-image: url(/base/common/img/bt_menu.png);
      background-repeat: no-repeat;
      text-align: left;
      text-indent: -9999px;
      display: block;
      height: 34px;
      width: 120px;
      float: right; }
  .menuList dd.menu {
    display: none;
    width: 252px;
    position: absolute;
    top: 46px;
    right: 0px;
    z-index: 9999; }

  .sideBanner,
  .sideLink {
    display: none; } }
@media (max-width: 767px) {
  /*サイドメニュー*/
  .menuList dt.menuButton {
    background-color: #0384ce; }
    .menuList dt.menuButton span {
      margin: 0;
      background-image: url(/base/common/img/bt_menu_sp.png);
      text-align: center;
      text-indent: -9999px;
      display: block;
      background-size: 165px 43px;
      height: 43px;
      width: auto;
      float: none;
      background-position: center center; }
  .menuList dd {
    width: auto; }
  .menuList dd.menu {
    width: 100%;
    position: static; }
    .menuList dd.menu a + span {
      background-position: 13px 15px; }
    .menuList dd.menu a.menu1 {
      padding: 14px 20px 14px 10px; }
    .menuList dd.menu a.menu2 {
      padding: 14px 16px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .menuList dd.menu li > span .menu1[target='_blank']:before, .menuList dd.menu li > span .menu1[href*='.pdf']:before {
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat; }
  .menuList dd.menu li > span .menu1[target='_blank']:before {
    background-image: url(/base/common/img/icons2x/link_blank_w@2x.png); }
  .menuList dd.menu li > span .menu1[href*='.pdf']:before {
    background-image: url(/base/common/img/icons2x/link_pdf_w_lnav@2x.png); }
  .menuList dd.menu a.menu2[target='_blank']:before, .menuList dd.menu a.menu2[href*='.pdf']:before {
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat; }
  .menuList dd.menu a.menu2[target='_blank']:before {
    background-image: url(/base/common/img/icons2x/link_blank@2x.png); }
  .menuList dd.menu a.menu2[href*='.pdf']:before {
    background-image: url(/base/common/img/icons2x/link_pdf_lnav@2x.png); }

  ul.icon > li > a[target='_blank']:before, ul.icon > li > a[href*='.pdf']:before, ul.icon > li > a[href*='.doc']:before, ul.icon > li > a[href*='.xls']:before, ul.icon > li > a[href*='.zip']:before, ul.icon > li > a[href*='.wmv']:before, ul.icon > li > a[href*='youtube']:before,
  p > a[target='_blank']:before,
  p > a[href*='.pdf']:before,
  p > a[href*='.doc']:before,
  p > a[href*='.xls']:before,
  p > a[href*='.zip']:before,
  p > a[href*='.wmv']:before,
  p > a[href*='youtube']:before, th > a[target='_blank']:before, th > a[href*='.pdf']:before, th > a[href*='.doc']:before, th > a[href*='.xls']:before, th > a[href*='.zip']:before, th > a[href*='.wmv']:before, th > a[href*='youtube']:before, td > a[target='_blank']:before, td > a[href*='.pdf']:before, td > a[href*='.doc']:before, td > a[href*='.xls']:before, td > a[href*='.zip']:before, td > a[href*='.wmv']:before, td > a[href*='youtube']:before, h2 > a[target='_blank']:before, h2 > a[href*='.pdf']:before, h2 > a[href*='.doc']:before, h2 > a[href*='.xls']:before, h2 > a[href*='.zip']:before, h2 > a[href*='.wmv']:before, h2 > a[href*='youtube']:before,
  .infoList > a[target='_blank']:before,
  .infoList > a[href*='.pdf']:before,
  .infoList > a[href*='.doc']:before,
  .infoList > a[href*='.xls']:before,
  .infoList > a[href*='.zip']:before,
  .infoList > a[href*='.wmv']:before,
  .infoList > a[href*='youtube']:before,
  .icon > a[target='_blank']:before,
  .icon > a[href*='.pdf']:before,
  .icon > a[href*='.doc']:before,
  .icon > a[href*='.xls']:before,
  .icon > a[href*='.zip']:before,
  .icon > a[href*='.wmv']:before,
  .icon > a[href*='youtube']:before {
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat; }
  ul.icon > li > a[target='_blank']:before,
  p > a[target='_blank']:before, th > a[target='_blank']:before, td > a[target='_blank']:before, h2 > a[target='_blank']:before,
  .infoList > a[target='_blank']:before,
  .icon > a[target='_blank']:before {
    background-image: url(/base/common/img/icons2x/link_blank@2x.png); }
  ul.icon > li > a[href*='.pdf']:before,
  p > a[href*='.pdf']:before, th > a[href*='.pdf']:before, td > a[href*='.pdf']:before, h2 > a[href*='.pdf']:before,
  .infoList > a[href*='.pdf']:before,
  .icon > a[href*='.pdf']:before {
    background-image: url(/base/common/img/icons2x/link_pdf@2x.png); }
  ul.icon > li > a[href*='.doc']:before,
  p > a[href*='.doc']:before, th > a[href*='.doc']:before, td > a[href*='.doc']:before, h2 > a[href*='.doc']:before,
  .infoList > a[href*='.doc']:before,
  .icon > a[href*='.doc']:before {
    background-image: url(/base/common/img/icons2x/link_word@2x.png); }
  ul.icon > li > a[href*='.xls']:before,
  p > a[href*='.xls']:before, th > a[href*='.xls']:before, td > a[href*='.xls']:before, h2 > a[href*='.xls']:before,
  .infoList > a[href*='.xls']:before,
  .icon > a[href*='.xls']:before {
    background-image: url(/base/common/img/icons2x/link_excel@2x.png); }
  ul.icon > li > a[href*='.zip']:before,
  p > a[href*='.zip']:before, th > a[href*='.zip']:before, td > a[href*='.zip']:before, h2 > a[href*='.zip']:before,
  .infoList > a[href*='.zip']:before,
  .icon > a[href*='.zip']:before {
    background-image: url(/base/common/img/icons2x/link_zip@2x.png); }
  ul.icon > li > a[href*='.wmv']:before, ul.icon > li > a[href*='youtube']:before,
  p > a[href*='.wmv']:before,
  p > a[href*='youtube']:before, th > a[href*='.wmv']:before, th > a[href*='youtube']:before, td > a[href*='.wmv']:before, td > a[href*='youtube']:before, h2 > a[href*='.wmv']:before, h2 > a[href*='youtube']:before,
  .infoList > a[href*='.wmv']:before,
  .infoList > a[href*='youtube']:before,
  .icon > a[href*='.wmv']:before,
  .icon > a[href*='youtube']:before {
    background-image: url(/base/common/img/icons2x/link_movie@2x.png); } }
/*------------------------------------------------------------------
     レイアウト
------------------------------------------------------------------*/
#main {
  line-height: 1.6; }

/*ボックスの上下中央揃え*/
.verM {
  display: table-cell;
  vertical-align: middle; }

/* IE hack */
*:first-child + html .verMidd {
  display: inline;
  zoom: 1; }

.alignR {
  text-align: right; }

.alignC {
  text-align: center; }

.alignL {
  text-align: left; }

.clb {
  clear: both; }

.fltR {
  float: right; }

.fltL {
  float: left; }

.box348 {
  float: left;
  width: 348px;
  margin-left: 30px; }

.box348:first-child {
  margin-left: 0px; }

.box222 {
  float: left;
  width: 222px;
  margin-left: 30px; }

.box222:first-child {
  margin-left: 0px; }

ul.col3 {
  margin: 0px;
  padding: 0px;
  list-style: none; }

ul.col3 li {
  float: left;
  margin-right: 30px;
  width: 222px; }

ul.col3 li:last-child {
  margin-right: 0px; }

.col2L {
  width: 348px;
  float: left; }

.col2R {
  width: 348px;
  float: right; }

/*margin*/
#main .mg1a {
  margin: 1rem; }

#main .mg1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

#main .mg15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

#main .mg1s {
  margin-left: 1rem;
  margin-right: 1rem; }

#main .mg30s {
  margin-left: 30px;
  margin-right: 30px; }

#main .mg2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

#main .mgT0 {
  margin-top: 0; }

#main .mgT1 {
  margin-top: 1rem; }

#main .mgT2 {
  margin-top: 2.5rem; }

#main .mgT3 {
  margin-top: 3.5rem; }

#main .mgT4 {
  margin-top: 5rem; }

#main .mgB05 {
  margin-bottom: 0.5rem; }

#main .mgB1 {
  margin-bottom: 1rem; }

#main .mgB2 {
  margin-bottom: 2.5rem; }

#main .mgL1 {
  margin-left: 1rem; }

#main .mgR1 {
  margin-right: 1rem; }

#main .mgL2 {
  margin-left: 2rem; }

#main .mgR2 {
  margin-right: 2rem; }

/*padding*/
#main .pd1a {
  padding: 1.5rem; }

#main .pd1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

#main .pd2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

#main .pd1s {
  padding-left: 1rem;
  padding-right: 1rem; }

#main .pdT1 {
  padding-top: 1rem; }

#main .pdT2 {
  padding-top: 2rem; }

#main .pdB1 {
  padding-bottom: 1rem; }

#main .pdB2 {
  padding-bottom: 2rem; }

/*------------------------------------------------------------------
     スタイル
------------------------------------------------------------------*/
#main .ind1 {
  text-indent: -1rem;
  margin-left: 1rem; }

#main em {
  font-style: normal;
  font-weight: bold; }
#main strong {
  color: #cc3300; }
#main .cRedB {
  color: #7a0203; }
#main .cDblue {
  color: #036; }
#main .cGrn {
  color: #060; }
#main .cGrnL {
  color: #14a358; }
#main .fSize {
  font-size: 1rem; }
#main .fSize1 {
  font-size: 1.08rem; }
#main .fSize2 {
  font-size: 1.15rem; }
#main .fSize3 {
  font-size: 1.3rem; }
#main .fSize4 {
  font-size: 1.46rem; }
#main .fSize5 {
  font-size: 1.62rem; }
#main .bgGray {
  background-color: #e5e5e5; }
#main .bgLBlue {
  background-color: #dbeffb; }
#main .btnLine .btn {
  margin-right: 1rem; }
#main .btnLineB .btn {
  margin-right: 1rem;
  margin-bottom: 1rem; }

ol.NumList {
  margin: 0px;
  padding: 0 0 0 2rem; }

table.tblLinGray {
  border-collapse: collapse; }
  table.tblLinGray th,
  table.tblLinGray td {
    border: 1px solid #ccc;
    vertical-align: top; }
  table.tblLinGray th {
    font-size: 1.1rem;
    font-weight: normal;
    color: #fff;
    background-color: #0384ce;
    text-align: center; }

table.tbPdg1 th,
table.tbPdg1 td {
  padding: 1rem 1.3rem; }

table.tbOrg {
  border-collapse: separate;
  border-spacing: 1px; }
  table.tbOrg th {
    font-size: 1.1rem;
    font-weight: normal;
    color: #fff;
    background-color: #13a257;
    text-align: center;
    padding: 8px 0px;
    line-height: 1.2; }
  table.tbOrg td {
    padding: 7px 0px 0px;
    text-align: center;
    width: 25%; }
    table.tbOrg td img {
      vertical-align: baseline; }

ul.tbOrg {
  display: table;
  padding: 0; }
  ul.tbOrg li {
    display: table-cell; }
    ul.tbOrg li + li {
      padding-left: 3px; }

.lineH18 {
  line-height: 1.8rem; }

.borderGray {
  border-bottom: 1px solid #ccc; }

/* table */
/* schedule */
.tableResp {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #444; }
  .tableResp caption {
    padding-bottom: 0; }
    .tableResp caption span {
      display: block; }
      .tableResp caption span:first-child {
        color: #fff;
        font-size: 1.15rem;
        padding: 12px;
        background-color: #0384ce; }
      .tableResp caption span.summary {
        color: #cc3300;
        padding: .2rem 0;
        background-color: transparent; }
  .tableResp tr:nth-child(odd) {
    background-color: #e5e5e5; }
  .tableResp tr:nth-child(even) {
    background-color: transparent; }
  .tableResp th,
  .tableResp td {
    padding: 12px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #666; }
  .tableResp th {
    color: #036;
    font-weight: bold;
    text-align: left;
    font-size: 1.1rem;
    width: 47%;
    background-color: transparent; }
    .tableResp th strong {
      font-weight: bold; }
  .tableResp td {
    width: 53%; }

/* Information */
.tableRs table {
  width: 100%;
  border-collapse: collapse; }
  .tableRs table th,
  .tableRs table td {
    padding: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }

.tdA,
.tdB {
  width: 348px; }

.tdMidd {
  width: 30px; }

/* ウインドウサイズ変更時の表のスタイル */
.tableB {
  padding-top: 2em; }
  .tableB table tr .tdA,
  .tableB table tr .tdMidd {
    display: none; }

/*列の幅*/
.tableA.tdNone table tr .tdA,
.tableB .tdB {
  width: auto; }

.tableRs .headingBlue {
  margin-top: 0; }

/*日付*/
.dateBox {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: .5rem .8rem;
  position: relative;
  /*	padding-bottom: 6px;
  	line-height: 1;*/
  display: inline-block;
  background-color: #0384ce; }
  .dateBox:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -6px;
    border: solid transparent;
    border-width: 6px;
    border-left-color: #0384ce; }
  .dateBox:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -32px;
    width: 30px;
    height: 100%;
    background-color: #42b3e5; }

.box222 a {
  margin-top: 12px;
  display: block; }
  .box222 a img {
    display: block;
    margin: 0 auto; }
  .box222 a h3 {
    margin-top: 8px;
    padding: 0;
    background-color: transparent; }
    .box222 a h3:after {
      display: none; }
    .box222 a h3 + p {
      margin-top: 8px; }

/*ボタン*/
#main a.btn {
  color: #FFF;
  padding: 9px 24px 8px 20px;
  background-repeat: no-repeat;
  background-position: right top;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal; }

/* IE hack */
*:first-child + html a.btn {
  display: inline;
  zoom: 1; }

a.btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }
a.btn.btnBlueR {
  background-image: url(/base/common/img/bg_btn_blue_r.png); }
a.btn.btnBlueL {
  background-image: url(/base/common/img/bg_btn_blue_l.png);
  padding: 9px 20px 8px 24px;
  background-position: left top; }
a.btn.btnGreen {
  background-image: url(/base/common/img/bg_btn_green.png); }
a.btn.btnRed {
  background-image: url(/base/common/img/bg_btn_red.png); }
a.btn.btnGray {
  background-image: url(/base/common/img/bg_btn_blue_gray.png); }
a.btn.btnSmall {
  font-size: 0.85rem;
  font-weight: bold;
  padding: 5px 15px 4px 12px; }
a.btn.btnArrowWR, a.btn.btnArrowWD {
  padding-right: 20px; }
  a.btn.btnArrowWR:after, a.btn.btnArrowWD:after {
    margin-left: 0.7rem;
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 11px 11px; }
a.btn.btnArrowWR:after {
  background-image: url(/base/common/img/mark_arrow_wh_r.png); }
a.btn.btnArrowWD {
  padding-right: 20px; }
  a.btn.btnArrowWD:after {
    background-image: url(/base/common/img/mark_arrow_wh_d.png); }

/* IE hack */
*:first-child + html a.btn.btnArrowWR:after,
*:first-child + html a.btn.btnArrowWD:after {
  display: inline;
  zoom: 1; }

/*タイトル*/
#mainTitle.contentsTitle {
  position: relative;
  background-color: #0384ce;
  margin: 0; }
  #mainTitle.contentsTitle .titletxt {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #mainTitle.contentsTitle .titletxt h1, #mainTitle.contentsTitle .titletxt p {
      max-width: 978px;
      margin: 0 auto;
      text-align: right; }
    #mainTitle.contentsTitle .titletxt h1 {
      color: #fff;
      font-weight: normal;
      font-size: 2.15rem; }
    #mainTitle.contentsTitle .titletxt p {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1.4; }
#mainTitle.homeTitle {
  margin-top: 0;
  text-align: center;
  background-color: #000; }

/* FAQ */
.faq {
  font-size: 1.08rem;
  color: #fff;
  padding: 8px 12px 6px 45px;
  background: #0384ce url(../img/mark_qa_q.png) 14px 8px no-repeat;
  line-height: 1.6; }
  .faq:after {
    display: none; }
  .faq + .wm-background {
    margin-top: 0;
    padding: 8px 12px 6px 45px;
    background-repeat: no-repeat;
    background-position: 14px 8px;
    background-image: url(/base/common/img/mark_qa_a.png); }
  * + .faq {
    margin-top: 14px; }

h2 + .faq {
  margin-top: 22px; }

/*リスト*/
.bgLightBlue {
  background-color: #dbeffb;
  padding: 10px 12px; }

.listMarkBlue {
  padding: 0px;
  list-style: none; }
  .listMarkBlue li {
    background-image: url(/base/common/img/mark_circle_blue.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 2px 0px 2px 4px;
    line-height: 1.4;
    padding: 3px 0px 3px 28px; }

/* aboutus organization */
#courses .wm-list {
  list-style-type: none;
  display: table;
  width: 100%; }
  #courses .wm-list:after {
    content: '';
    display: block;
    clear: both; }
  #courses .wm-list li {
    padding-left: 0;
    display: table-cell; }
    #courses .wm-list li:before {
      display: none; }
    #courses .wm-list li + li {
      margin-top: 0; }

/*コンテンツ*/
/*top(home)*/
.topBnr .box348 {
  margin-bottom: 10px; }

.headingNews h2 {
  font-size: 1.69rem;
  /*	font-size: 1.7rem;*/
  font-weight: normal;
  margin: 25px 0px 15px; }

.news1 a {
  color: #444;
  text-decoration: none; }
  .news1 a:hover {
    color: #444;
    text-decoration: underline; }
.news1 .box348 {
  margin-bottom: 30px; }
.news1 h3 {
  font-weight: normal;
  margin-bottom: 8px; }

.news2 a {
  color: #444;
  text-decoration: none; }
  .news2 a h3 {
    color: #0384ce; }
  .news2 a:hover {
    color: #444;
    text-decoration: underline; }
    .news2 a:hover h3 {
      color: #0384ce; }
.news2 .box222 {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .news2 .box222:nth-child(3n+4) {
      clear: left;
      margin-left: 0; } }
.news2 h3 {
  font-weight: normal;
  margin: 8px 0px; }

/* bios, foodes\ */
.autoH {
  width: 756px;
  overflow: visible; }
  .autoH .listBox {
    float: left;
    width: 348px;
    margin-right: 30px; }

.tBox {
  padding: 20px;
  width: 323px;
  float: left; }
  .tBox .tPhoto {
    width: 100px;
    float: left; }
    .tBox .tPhoto img {
      width: 100px; }
  .tBox .tName,
  .tBox .tInfo,
  .tBox .tLink {
    margin-left: 112px; }
  .tBox .tName {
    color: #0085cc;
    margin-bottom: 0.25rem;
    font-size: 1.05rem;
    margin-top: 0.1rem; }
  .tBox .tInfo {
    margin-bottom: 0.3rem; }

.bnrClass2 {
  display: none; }

a.linkProf {
  display: block;
  float: right;
  color: #003366;
  text-decoration: none;
  background-image: url(/base/common/img/icon_win.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1px 1px 1px 17px;
  font-size: 0.95rem; }
  a.linkProf:hover {
    text-decoration: underline; }
  .headingRed a.linkProf {
    color: #7a0203;
    background-image: url(/base/common/img/icon_win_red.png); }

/* alumni, staff*/
.tProf {
  position: relative; }
  .tProf h3,
  .tProf h4 {
    color: #003366;
    background-color: #bce1f8; }
    .tProf h3:after,
    .tProf h4:after {
      border-left-color: #bce1f8; }
  .tProf .btn {
    text-align: right; }
  .tProf dl {
    margin: 0 0 1.5rem; }
  .tProf dt,
  .tProf dd {
    padding: 7px 8px;
    margin: 0px; }
  .tProf dt {
    float: left;
    color: #0384ce;
    padding-bottom: 0px; }
  .tProf dd {
    padding-left: 100px;
    border-bottom: 1px solid #ccc; }
  .tProf .parallelL.sizeM .sentence {
    padding-left: 210px; }
  .tProf.green h3,
  .tProf.green h4 {
    color: #fff;
    background-color: #14a358; }
    .tProf.green h3:after,
    .tProf.green h4:after {
      border-left-color: #14a358; }
  .tProf.green .linkProf {
    color: #fff; }
  .tProf.green dt {
    color: #14a358; }
  .tProf.green .btn a {
    background-image: url(/base/common/img/bg_btn_green.png); }
  .tProf.red h3,
  .tProf.red h4 {
    color: #7a0203;
    background-color: #f7dfd9; }
    .tProf.red h3:after,
    .tProf.red h4:after {
      border-left-color: #f7dfd9; }
  .tProf.red .linkProf {
    color: #7a0203;
    background-image: url(/base/common/img/icon_win_red.png); }
  .tProf.red dt {
    color: #7a0203; }
  .tProf.red .btn a {
    background-image: url(/base/common/img/bg_btn_red.png); }

/* guidance */
dl.infoList {
  margin: 0 0 1.5rem; }
  dl.infoList dt,
  dl.infoList dd {
    padding: 7px 6px;
    margin: 0px; }
  dl.infoList dt {
    float: left;
    color: #0384ce;
    padding-bottom: 0px; }
  dl.infoList dd {
    padding-left: 100px;
    border-bottom: 1px solid #ccc; }

.tTime {
  color: #036;
  padding: 0px 2rem 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.15rem;
  font-weight: bold; }

/* IE hack */
*:first-child + html .tTime {
  display: inline;
  zoom: 1; }

/* contactus */
.contactList {
  width: 100%;
  margin: 0px;
  padding: 0px; }
  h2 + .contactList, h3 + .contactList {
    margin-top: 20px; }
  .contactList th {
    font-weight: bold;
    color: #0384ce;
    width: 100px;
    margin: 0px;
    padding: 8px 0;
    background: none;
    border-width: 0 0 1px 0; }
    .contactList th span {
      font-weight: normal;
      color: #444; }
  .contactList td {
    margin: 0px;
    padding: 8px 0px;
    border-width: 0 0 1px 0; }
  .contactList .mail, .contactList .tel, .contactList .fax {
    min-height: 25px;
    padding-left: 35px; }
  .contactList .mail {
    background: url(/base/common/img/icon_email.png) 0 center no-repeat; }
  .contactList .tel {
    background: url(/base/common/img/icon_tel.png) 0 center no-repeat; }
  .contactList .fax {
    width: 160px;
    background: url(/base/common/img/icon_fax.png) 0 center no-repeat; }
  .contactList .add {
    width: 40px;
    background: url(/base/common/img/icon_zip.png) 0 8px no-repeat; }

img.contactIcon {
  vertical-align: middle;
  margin-right: 15px; }

.indIcon {
  text-indent: -50px;
  margin-left: 50px; }

/* sitemap */
ul.sitemapLink {
  margin: 18px 0px 2rem 20px;
  padding: 0px;
  list-style: none; }
  ul.sitemapLink li {
    border-bottom: 1px solid #ccc;
    padding: 7px 1px 7px 0; }
    ul.sitemapLink li a {
      position: relative;
      display: inline-block; }
      ul.sitemapLink li a:before {
        margin: 0px;
        content: '';
        position: absolute;
        left: 0;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: -7px;
        background: url(/base/common/img/mark_arrow_blue.png) left top no-repeat;
        border-style: none;
        overflow: hidden; }

#main .sitemapLink a {
  color: #3f3f3f;
  text-decoration: none; }
  #main .sitemapLink a:hover {
    text-decoration: underline; }

/* image lay */
.sentence + .image {
  margin-top: 0; }

.sizeL .image {
  width: 350px; }
@media only screen and (max-width: 977px) {
  .sizeL .image,
  .sizeL .sentence {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important; }
  .sizeL .image {
    width: auto; }
  .sizeL .sentence {
    width: auto;
    margin-top: 20px;
    padding: 0 !important; }
    .sizeL .sentence + .image {
      margin-top: 20px; }
  .sizeL figcaption {
    text-align: center; } }

.sizeM .image {
  width: 180px; }
@media only screen and (max-width: 977px) {
  .sizeM .image,
  .sizeM .sentence {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important; }
  .sizeM .image {
    width: auto; }
  .sizeM .sentence {
    width: auto;
    margin-top: 20px;
    padding: 0 !important; }
    .sizeM .sentence + .image {
      margin-top: 20px; }
  .sizeM figcaption {
    text-align: center; } }

.sizeS .image {
  width: 100px; }
@media only screen and (max-width: 480px) {
  .sizeS .image,
  .sizeS .sentence {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important; }
  .sizeS .image {
    width: auto; }
  .sizeS .sentence {
    width: auto;
    margin-top: 20px;
    padding: 0 !important; }
    .sizeS .sentence + .image {
      margin-top: 20px; }
  .sizeS figcaption {
    text-align: center; } }

.parallelL.sizeL .image {
  margin-right: -350px; }
.parallelL.sizeL .sentence {
  margin-left: -350px;
  padding-left: 370px; }
.parallelL.sizeM .image {
  margin-right: -180px; }
.parallelL.sizeM .sentence {
  margin-left: -180px;
  padding-left: 200px; }
.parallelL.sizeS .image {
  margin-right: -100px; }
.parallelL.sizeS .sentence {
  margin-left: -100px;
  padding-left: 120px; }
.parallelL.sizeL .sentence > *:first-child, .parallelL.sizeM .sentence > *:first-child, .parallelL.sizeS .sentence > *:first-child {
  margin-top: 0; }

.parallelR.sizeL .image {
  margin-left: -350px; }
.parallelR.sizeL .sentence {
  margin-right: -350px;
  padding-right: 370px; }
.parallelR.sizeM .image {
  margin-left: -180px; }
.parallelR.sizeM .sentence {
  margin-right: -180px;
  padding-right: 200px; }
.parallelR.sizeS .image {
  margin-left: -100px; }
.parallelR.sizeS .sentence {
  margin-right: -100px;
  padding-right: 120px; }
.parallelR.sizeL .sentence > *:first-child, .parallelR.sizeM .sentence > *:first-child, .parallelR.sizeS .sentence > *:first-child {
  margin-top: 0; }

.sideL .image,
.sideR .image {
  margin: 0;
  max-width: 100px; }
.sideL .parallelL .sentence p,
.sideL .parallelL .sentence .btn,
.sideL .parallelR .sentence p,
.sideL .parallelR .sentence .btn,
.sideR .parallelL .sentence p,
.sideR .parallelL .sentence .btn,
.sideR .parallelR .sentence p,
.sideR .parallelR .sentence .btn {
  margin-top: .3em; }
.sideL .parallelL .sentence .btn a,
.sideL .parallelR .sentence .btn a,
.sideR .parallelL .sentence .btn a,
.sideR .parallelR .sentence .btn a {
  font-size: 0.85rem;
  font-weight: bold;
  padding: 5px 15px 4px 12px; }
.sideL .parallelL .image,
.sideR .parallelL .image {
  margin-right: -100px; }
.sideL .parallelL .sentence,
.sideR .parallelL .sentence {
  margin-left: -100px;
  padding-left: 112px; }
.sideL .parallelR .image,
.sideR .parallelR .image {
  margin-left: -100px; }
.sideL .parallelR .sentence,
.sideR .parallelR .sentence {
  margin-right: -100px;
  padding-right: 112px; }

@media only screen and (max-width: 978px) {
  .roundR.sizeL .image,
  .roundL.sizeL .image,
  .parallelL.sizeL .image,
  .parallelR.sizeL .image {
    float: none;
    margin: 0 auto;
    text-align: center; }
  .roundR.sizeL .sentence,
  .roundL.sizeL .sentence,
  .parallelL.sizeL .sentence,
  .parallelR.sizeL .sentence {
    float: none;
    margin: 20px 0 0;
    padding: 0; } }

/*------------------------------------------------------------------
 　レスポンシブ
------------------------------------------------------------------*/
@media (max-width: 977px) {
  #mainTitle.contentsTitle .titletxt {
    right: 20px; } }
@media (max-width: 767px) {
  #mainTitle.contentsTitle {
    height: auto;
    margin: 20px 10px 30px;
    text-align: right;
    background-color: transparent; }
    #mainTitle.contentsTitle img {
      display: none; }
    #mainTitle.contentsTitle .titletxt {
      width: auto;
      position: static;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      #mainTitle.contentsTitle .titletxt h1, #mainTitle.contentsTitle .titletxt p {
        color: #444; }

  .headingQAq,
  .headingQAa {
    background-position: 14px 10px; }

  .listMarkBlue li {
    background-position: left 6px; }

  .topBnr .box348 {
    margin: 20px 10px;
    float: none;
    width: auto;
    text-align: center; }

  .headingNews h2 {
    margin: 25px 10px 15px; }

  .news1 .box348,
  .news2 .box222 {
    margin: 0px 0px 20px;
    float: none;
    width: auto;
    border-bottom: solid 1px #d5d5d5;
    padding: 0px 10px 20px; }

  .newsListLink {
    margin-right: 10px; }

  .btnLine .btn {
    margin-bottom: 1rem; }

  .autoH {
    width: auto;
    overflow: visible; }
    .autoH .listBox {
      float: none;
      width: auto;
      margin-right: 0px; }

  .tBox {
    padding: 15px;
    width: auto;
    float: none; }

  .bnrClass1 {
    display: none; }

  .bnrClass2 {
    display: block; }

  a.linkProf {
    background-image: url(/base/common/img/mark_arrow_db_r.png);
    background-size: 11px 11px;
    padding: 1px 1px 1px 15px;
    font-size: 0.85rem; }

  .tProf .tHp {
    float: none;
    text-align: right;
    margin-bottom: 1rem; }

  .tPhotoL {
    width: auto;
    float: none;
    text-align: center;
    margin: 0 30px; }

  .tInfoD {
    clear: left; }

  .tInfoL {
    margin-left: 0;
    padding-top: 1.5rem; }
    .tInfoL dl {
      margin: 0 0 1.5rem; }
      .tInfoL dl dt,
      .tInfoL dl dd {
        padding: 7px 8px;
        margin: 0px; }
      .tInfoL dl dt {
        float: left;
        color: #0384ce;
        padding-bottom: 0px; }
      .tInfoL dl dd {
        padding-left: 7rem;
        border-bottom: 1px solid #ccc; }

  .tTime {
    display: block;
    padding-right: 0; }

  .tbOrg {
    width: 100%; }

  .tbOrgLayout {
    display: list-item; }

  .siteMapBox .col2L {
    width: auto;
    float: none; }
  .siteMapBox .col2R {
    width: auto;
    float: none; }

  .tableResp caption {
    width: auto; }
  .tableResp tr:nth-child(odd) {
    background-color: transparent; }
  .tableResp th {
    font-weight: normal;
    background-color: #e5e5e5; }
    .tableResp th strong {
      font-weight: normal; }
  .tableResp em {
    font-weight: normal; }

  /* aboutus organization */
  #courses .wm-list {
    display: block; }
    #courses .wm-list li {
      padding-left: 0;
      display: block;
      text-align: center; }
      #courses .wm-list li + li {
        margin-top: 10px;
        padding-left: 0; } }
