@charset "UTF-8";
/* ブロックのインポート */
a {
  text-decoration: none;
  color: #00a0e9;
  word-break: break-word;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a[href^="http"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #333;
}
a[href$="pdf"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #e15d4b;
}
a[href$="doc"]:after, a[href$="docx"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #4f5fbc;
}
a[href$="xls"]:after, a[href$="xlsx"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #3f7e59;
}
a[href$="ppt"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #e35887;
}
a.no-icon[href^="http"]:after, a.no-icon[href$="pdf"]:after, a.no-icon[href$="doc"]:after, a.no-icon[href$="docx"]:after, a.no-icon[href$="xls"]:after, a.no-icon[href$="xlsx"]:after, a.no-icon[href$="ppt"]:after, a.fancybox[href^="http"]:after, a.fancybox[href$="pdf"]:after, a.fancybox[href$="doc"]:after, a.fancybox[href$="docx"]:after, a.fancybox[href$="xls"]:after, a.fancybox[href$="xlsx"]:after, a.fancybox[href$="ppt"]:after {
  content: none;
}

.border {
  margin: 20px 0;
}
.border a {
  display: block;
  padding: 7px 0px 7px 10px;
  border-bottom: 1px dotted #ddd;
  color: #000;
}
.border a:first-child {
  border-top: 1px dotted #ddd;
}
.border a:hover {
  color: #00a0e9;
  text-decoration: none;
}
.border a[href^="http"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 0;
  color: #333;
}
.border a[href^="http"]:after {
  content: none;
}
.border a[href$="pdf"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
  color: #e15d4b;
}
.border a[href$="pdf"]:after {
  content: none;
}
.border a[href$="doc"]:before, .border a[href$="docx"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
  color: #4f5fbc;
}
.border a[href$="doc"]:after, .border a[href$="docx"]:after {
  content: none;
}
.border a[href$="xls"]:before, .border a[href$="xlsx"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
  color: #3f7e59;
}
.border a[href$="xls"]:after, .border a[href$="xlsx"]:after {
  content: none;
}
.border a[href$="ppt"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
  color: #e35887;
}
.border a[href$="ppt"]:after {
  content: none;
}
.border.no-icon[href^="http"]:after, .border.no-icon[href$="pdf"]:after, .border.no-icon[href$="doc"]:after, .border.no-icon[href$="docx"]:after, .border.no-icon[href$="xls"]:after, .border.no-icon[href$="xlsx"]:after, .border.no-icon[href$="ppt"]:after {
  content: none;
}

.no-icon a[href^="http"]:after, .no-icon a[href$="pdf"]:after, .no-icon a[href$="doc"]:after, .no-icon a[href$="docx"]:after, .no-icon a[href$="xls"]:after, .no-icon a[href$="xlsx"]:after, .no-icon a[href$="ppt"]:after {
  content: none;
}

a[data-host] {
  text-indent: 0;
  margin-left: 0;
}

ul.border {
  margin: 20px 0;
  padding: 0;
}
ul.border > li {
  list-style: none;
}
ul.border li {
  border-bottom: 1px dotted #ddd;
}
ul.border li:first-child {
  border-top: 1px dotted #ddd;
}
ul.list {
  margin: 20px 0;
  padding: 0;
}
ul.list > li {
  list-style: none;
}
ul.list > li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.list > li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
}
ul.list.dot {
  margin: 20px 0;
  padding: 0;
}
ul.list.dot > li {
  list-style: none;
}
ul.list.dot > li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.list.dot > li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
}
ul.arrow {
  margin: 20px 0;
  padding: 0;
}
ul.arrow > li {
  list-style: none;
}
ul.arrow > li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.arrow > li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
}
ul.list.files {
  margin: 20px 0;
  padding: 0;
}
ul.list.files > li {
  list-style: none;
}
ul.list.files > li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.list.files > li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 3px;
}
ul.pdflist, ul.pdflistRow1 {
  margin: 20px 0;
  padding: 0;
}
ul.pdflist > li, ul.pdflistRow1 > li {
  list-style: none;
}
ul.pdflist:after, ul.pdflistRow1:after {
  content: " ";
  display: block;
  clear: both;
}
ul.pdflist > li, ul.pdflistRow1 > li {
  width: 47.5%;
  margin-left: 5%;
  float: left;
  display: table;
  padding: 20px 0;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  ul.pdflist > li, ul.pdflistRow1 > li {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
ul.pdflist > li:first-child, ul.pdflistRow1 > li:first-child {
  margin-left: 0;
}
ul.pdflist > li:nth-child(2n+1), ul.pdflistRow1 > li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
ul.pdflist > li > .col, ul.pdflistRow1 > li > .col {
  display: table-cell;
  vertical-align: top;
}
ul.pdflist > li > .col.thumbnail, ul.pdflistRow1 > li > .col.thumbnail {
  width: 120px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  ul.pdflist > li > .col.thumbnail, ul.pdflistRow1 > li > .col.thumbnail {
    width: 100px;
  }
}
ul.pdflist > li > .col.thumbnail a[href^="http"]:after, ul.pdflistRow1 > li > .col.thumbnail a[href^="http"]:after, ul.pdflist > li > .col.thumbnail a[href$="pdf"]:after, ul.pdflistRow1 > li > .col.thumbnail a[href$="pdf"]:after, ul.pdflist > li > .col.thumbnail a[href$="doc"]:after, ul.pdflistRow1 > li > .col.thumbnail a[href$="doc"]:after, ul.pdflist > li > .col.thumbnail a[href$="docx"]:after, ul.pdflistRow1 > li > .col.thumbnail a[href$="docx"]:after, ul.pdflist > li > .col.thumbnail a[href$="xls"]:after, ul.pdflistRow1 > li > .col.thumbnail a[href$="xls"]:after, ul.pdflist > li > .col.thumbnail a[href$="xlsx"]:after, ul.pdflistRow1 > li > .col.thumbnail a[href$="xlsx"]:after, ul.pdflist > li > .col.thumbnail a[href$="ppt"]:after, ul.pdflistRow1 > li > .col.thumbnail a[href$="ppt"]:after {
  content: none;
}
ul.pdflist > li > .col.thumbnail a:hover, ul.pdflistRow1 > li > .col.thumbnail a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
ul.pdflist > li > .col.detail > p, ul.pdflistRow1 > li > .col.detail > p {
  margin: 0;
  font-size: 13px;
}
ul.pdflist > li > .col.detail > p.name, ul.pdflistRow1 > li > .col.detail > p.name {
  font-weight: bold;
}
ul.pdflist > li > .col.detail ul, ul.pdflistRow1 > li > .col.detail ul {
  margin: 0;
}
ul.pdflistRow1 > li {
  width: 100%;
  float: none;
  margin-left: 0;
}
ul.borderlist {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
}
ul.borderlist:after {
  content: " ";
  display: block;
  clear: both;
}
ul.borderlist > li {
  display: table;
  width: 380px;
  border-bottom: 1px dotted #ddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.borderlist > li {
    width: 100%;
  }
}
ul.borderlist > li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
ul.borderlist > li:first-child {
  border-top: 1px dotted #ddd;
}
ul.borderlist > li:nth-child(2) {
  border-top: 1px dotted #ddd;
}
@media screen and (max-width: 767px) {
  ul.borderlist > li:nth-child(2) {
    border-top: none;
  }
}
ul.borderlist > li:nth-child(odd) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  ul.borderlist > li:nth-child(odd) {
    margin-right: 0;
  }
}
ul.borderlist > li a {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px 20px 20px;
}

ul.noSymbol {
  margin: 20px 0;
  padding: 0;
}
ul.noSymbol > li {
  list-style: none;
}
ul.noSymbol > li {
  margin-left: 1em;
  text-indent: -1em;
}

ol.noSymbol {
  margin: 20px 0;
  padding: 0;
}
ol.noSymbol > li {
  list-style: none;
}
ol.noSymbol > li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.float:after, ol.float:after {
  content: " ";
  display: block;
  clear: both;
}
ul.float > li, ol.float > li {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  ul.float > li, ol.float > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

#main h1 {
  margin: 0 0 40px;
  background-image: url("../media/images/common/h1-border.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 3px;
  background-color: #000;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  padding: 42px 40px;
}
@media screen and (max-width: 767px) {
  #main h1 {
    font-size: 18px;
    padding: 19px 20px 14px;
    margin-bottom: 20px;
    background-size: 100% 2px;
  }
}
#main h2 {
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  border-top: solid 2px #000;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  #main h2 {
    margin: 20px 0 22px;
    font-size: 16px;
  }
}
#main h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  border-top: solid 2px #ccc;
  padding: 2px 0 0;
}
@media screen and (max-width: 767px) {
  #main h3 {
    font-size: 16px;
  }
}
#main h4 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
  border-left: solid 3px #000;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  #main h4 {
    font-size: 14px;
    padding-left: 5px;
  }
}
#main h5 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
  border-left: solid 3px #ccc;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  #main h5 {
    font-size: 14px;
    padding-left: 5px;
  }
}
#main h6 {
  margin: 15px 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 767px) {
  #main h6 {
    font-size: 14px;
  }
}

table {
  width: 100%;
  margin: 20px 0;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  table {
    padding: 19px;
    border: solid 1px #ccc;
  }
}
table th {
  background-color: #eee;
  font-weight: bold;
  text-align: left;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 7px 17px;
}
@media screen and (max-width: 767px) {
  table th {
    padding: 7px 10px;
    font-weight: normal;
  }
}
table td {
  background-color: #fff;
  text-align: left;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 7px 17px;
}
@media screen and (max-width: 767px) {
  table td {
    padding: 7px 10px;
  }
}
table tr:first-child th, table tr:first-child td {
  border-top: solid 1px #ccc;
}
table tr th:last-child,
table tr td:last-child {
  border-right: none;
}
table tr th.borderR,
table tr td.borderR {
  border-right: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

@media screen and (max-width: 767px) {
  .tableBlock {
    white-space: normal;
  }
}
.tableBlock table, .tableBlock thead, .tableBlock tbody, .tableBlock tr, .tableBlock th, .tableBlock td {
  display: block;
  width: 100%;
  border: none !important;
  background-color: transparent !important;
  padding: 0;
}
.tableBlock tbody > tr > td:first-of-type {
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  border-top: solid 2px #000 !important;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .tableBlock tbody > tr > td:first-of-type {
    margin: 20px 0 22px;
    font-size: 16px;
  }
}

table.table-center th, table.table-center td {
  text-align: center;
}

div.trisection-head table th {
  width: 10%;
  white-space: nowrap;
}
div.trisection-head table td {
  width: 30%;
}

div.trisection table td {
  width: 33.33%;
}

table.first-left th, table.first-left td {
  text-align: center;
}
table.first-left th:first-child, table.first-left td:first-child {
  text-align: left;
  white-space: nowrap;
}
table.first-left th.center, table.first-left td.center {
  text-align: center;
}
table.first-left th.left, table.first-left td.left {
  text-align: left;
}
table.first-left th.right, table.first-left td.right {
  text-align: right;
}

table.th_nowrap th {
  white-space: nowrap;
}

.figure {
  text-align: center;
  margin: 30px 0 35px;
}
@media screen and (max-width: 767px) {
  .figure {
    margin: 20px 0 30px;
  }
}
.figure .frame {
  display: inline-block;
}
.figure.border .frame {
  border: solid 1px #ccc;
  padding: 30px 100px;
}
@media screen and (max-width: 767px) {
  .figure.border .frame {
    padding: 20px;
  }
}
.figure--column {
  font-size: 0;
}
.figure--column .col {
  display: inline-block;
  width: 260px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .figure--column .col {
    display: block;
    width: 280px;
    margin: 10px auto 0;
    font-size: 13px;
  }
}
.figure--column .col + .col {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .figure--column .col + .col {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .figure--column .col:first-child {
    margin-top: 0;
  }
}
.figure--column .col .frame {
  width: 100%;
}
.figure--column .col .frame img {
  max-width: 100%;
  width: 100%;
}
.figure--column.border .frame {
  padding: 10px;
}
.figure--column .caption {
  padding-top: 14px;
  text-align: left;
  display: inline-table;
  width: 100%;
  vertical-align: top;
}
.figure--column .caption p {
  font-size: 14px;
  margin: 0;
  text-align: left;
  line-height: 1.5;
  clear: both;
}
@media screen and (max-width: 767px) {
  .figure--column .caption p {
    font-size: 13px;
  }
}

.button.paging {
  margin: 40px 0;
}
.button.paging:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .button.paging {
    margin: 30px 0 60px;
  }
}
.button.paging > span {
  display: inline-block;
}
.button.paging > span.hide {
  display: none;
}
.button.paging > span > a {
  display: block;
  color: #000;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  position: relative;
}
.button.paging > span > a:hover {
  color: #00a0e9;
  text-decoration: none;
}
.button.paging > span.prev {
  float: right;
}
.button.paging > span.prev > a {
  padding: 5px 30px 3px 11px;
}
@media screen and (max-width: 767px) {
  .button.paging > span.prev > a {
    padding: 6px 26px 4px 10px;
  }
}
.button.paging > span.prev > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .button.paging > span.prev > a:after {
    margin-top: -10px;
    right: 10px;
  }
}
.button.paging > span.next {
  float: left;
}
.button.paging > span.next > a {
  padding: 5px 11px 3px 30px;
}
@media screen and (max-width: 767px) {
  .button.paging > span.next > a {
    padding: 6px 10px 4px 26px;
  }
}
.button.paging > span.next > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .button.paging > span.next > a:after {
    margin-top: -10px;
    left: 10px;
  }
}
.button.more {
  display: none;
  margin: 10px 0 30px;
}
.button.more:after {
  content: " ";
  display: block;
  clear: both;
}
.button.more a {
  display: block;
  color: #000;
  padding: 7px 0px 4px;
  line-height: 1;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  position: relative;
}
.button.more a i.fa {
  line-height: 1.3;
}
.button.more a i.fa:before {
  padding-left: 3px;
}
.button.more + .button.paging {
  display: none;
}
.button.pdf {
  display: none;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .button.pdf {
    display: block;
  }
}
.button.pdf > a {
  display: block;
  border: solid 1px #ccc;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 5.6px 0px;
  text-decoration: none;
}

.en .button.paging > span.prev > a {
  padding: 4px 30px 4px 11px;
}
@media screen and (max-width: 767px) {
  .en .button.paging > span.prev > a {
    padding: 5px 26px 5px 10px;
  }
}
.en .button.paging > span.next > a {
  padding: 4px 11px 4px 30px;
}
@media screen and (max-width: 767px) {
  .en .button.paging > span.next > a {
    padding: 5px 10px 5px 26px;
  }
}

h1 + .button.paging {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  h1 + .button.paging {
    margin: 30px 0;
  }
}

.buttonLang {
  margin: 20px 0 24px;
  text-align: right;
}
.buttonLang > a {
  display: inline-block;
  width: 60px;
  padding: 4.5px 10px 4.5px 27px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.buttonLang > a:before {
  content: url(../media/images/common/icon-g.png);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 10px;
}
.buttonLang > a:after {
  content: none;
}
.buttonLang > a:hover {
  text-decoration: none;
  color: #00a0e9;
}

.pagenavi, .pagenavi-chevron {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .pagenavi, .pagenavi-chevron {
    margin: 20px 0;
  }
}
.pagenavi .top_title, .pagenavi-chevron .top_title {
  display: none;
}
.pagenavi > ul, .pagenavi-chevron > ul {
  margin: 0;
  padding: 0;
}
.pagenavi > ul:after, .pagenavi-chevron > ul:after {
  content: " ";
  display: block;
  clear: both;
}
.pagenavi > ul > li, .pagenavi-chevron > ul > li {
  list-style: none;
  display: table;
  float: left;
  width: 32.5%;
  margin-left: 1.25%;
}
.pagenavi > ul > li > a, .pagenavi-chevron > ul > li > a {
  color: #666;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 0;
  border: solid 1px #ccc;
  background: #eee;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pagenavi > ul > li > a, .pagenavi-chevron > ul > li > a {
    font-size: 9px;
    padding: 7px 0;
  }
}
.pagenavi > ul > li > a:hover, .pagenavi-chevron > ul > li > a:hover {
  color: #00a0e9;
  background: #fff;
}
.pagenavi > ul > li:first-child, .pagenavi-chevron > ul > li:first-child {
  margin-left: 0;
}
.pagenavi > ul > li.active > a, .pagenavi-chevron > ul > li.active > a {
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pagenavi.vertical > ul > li, .vertical.pagenavi-chevron > ul > li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25%;
  }
}

.pagenavi-chevron > ul > li {
  width: 49.75%;
  margin-bottom: 0.25%;
  margin-left: 0;
  display: table;
}
@media screen and (max-width: 767px) {
  .pagenavi-chevron > ul > li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }
}
.pagenavi-chevron > ul > li:nth-child(odd) {
  margin-right: 0.25%;
}
@media screen and (max-width: 767px) {
  .pagenavi-chevron > ul > li:nth-child(odd) {
    margin-right: 0;
  }
}
.pagenavi-chevron > ul > li > a {
  padding: 7.5px 10px 6px;
  color: #000;
  background: #fff;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pagenavi-chevron > ul > li > a {
    display: block;
    padding: 5.5px 10px 4px;
    font-size: 12px;
  }
}
.pagenavi-chevron > ul > li > a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.pagenavi-chevron > ul > li > a:hover {
  color: #00a0e9;
  text-decoration: none;
}

#sidemenu {
  width: 275px;
  float: right;
  margin-left: 65px;
}
@media screen and (max-width: 767px) {
  #sidemenu {
    display: none;
  }
}
#sidemenu .top_title {
  color: #fff;
  border-top: none;
  padding: 0;
  margin: 0;
  background-image: url("../media/images/common/sidemenu-border.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 3px;
  padding-top: 3px;
  background-color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
#sidemenu .top_title > a {
  color: #fff;
  display: block;
  padding: 25px 16px 10px;
  cursor: default;
}
#sidemenu .top_title > a:hover {
  text-decoration: none;
}
#sidemenu ul {
  margin: 0;
  padding: 0;
}
#sidemenu ul li {
  list-style: none;
}
#sidemenu ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
#sidemenu ul li a:hover {
  color: #00a0e9;
  text-decoration: none;
}
#sidemenu ul li a:hover:after {
  color: #00a0e9;
}
#sidemenu ul li span.label {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
#sidemenu ul li.active > a,
#sidemenu ul li.active > span.label {
  color: #00a0e9;
}
#sidemenu ul.depth1 > li {
  border-bottom: solid 1px #eee;
}
#sidemenu ul.depth1 > li > a,
#sidemenu ul.depth1 > li > span.label {
  padding: 12px 16px;
}
#sidemenu ul.depth1 > li.has_children {
  padding-bottom: 8px;
}
#sidemenu ul.depth1 > li.has_children > a,
#sidemenu ul.depth1 > li.has_children > span.label {
  padding-bottom: 8px;
}
#sidemenu ul.depth1 > li.lm37, #sidemenu ul.depth1 > li.lm38, #sidemenu ul.depth1 > li.lm39, #sidemenu ul.depth1 > li.lm40, #sidemenu ul.depth1 > li.lm93, #sidemenu ul.depth1 > li.lm42, #sidemenu ul.depth1 > li.lm656 {
  display: none;
}
#sidemenu ul.depth1 > li.lm95, #sidemenu ul.depth1 > li.lm96, #sidemenu ul.depth1 > li.lm97, #sidemenu ul.depth1 > li.lm98, #sidemenu ul.depth1 > li.lm99, #sidemenu ul.depth1 > li.lm100, #sidemenu ul.depth1 > li.lm657 {
  display: none;
}
#sidemenu ul.depth1 > li ul > li {
  border-bottom: none;
  position: relative;
}
#sidemenu ul.depth1 > li ul > li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 25px;
  top: -1px;
  color: #000;
}
#sidemenu ul.depth1 > li ul > li > a {
  padding: 2px 16px 2px 36px;
}
#sidemenu ul.depth1 > li ul.depth2 {
  display: none;
}
#sidemenu ul.depth1 > li ul.depth3 {
  display: none;
}
#sidemenu ul.depth1 > li.active > ul.depth2 {
  display: block;
}
#sidemenu ul.year {
  padding: 12px 16px;
}
#sidemenu ul.year > li {
  border-bottom: none;
  position: relative;
}
#sidemenu ul.year > li:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 25px;
  top: -1px;
  color: #000;
}
#sidemenu ul.year > li > a {
  padding: 2px 16px 2px 36px;
}

.breadcrumb {
  min-height: 36px;
  background-color: #fff;
  background-image: url("../media/images/common/bg-texture-white.png");
  background-repeat: repeat;
  background-position: center;
}
.breadcrumb ul.pankuzu {
  display: block;
  width: 1140px;
  min-height: 36px;
  margin: 0 auto;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul.pankuzu {
    width: 100%;
    padding: 7px 20px;
  }
}
.breadcrumb ul.pankuzu > li.home + li {
  display: none;
}
.breadcrumb ul.pankuzu > li {
  display: inline-block;
  list-style: none;
  color: #000;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul.pankuzu > li {
    font-size: 10px;
  }
}
.breadcrumb ul.pankuzu > li:before {
  content: "/";
  padding-right: 5px;
}
.breadcrumb ul.pankuzu > li:first-child:before {
  content: none;
  padding-right: 0;
}
.breadcrumb ul.pankuzu > li > a {
  text-decoration: none;
  color: #000;
}
.breadcrumb ul.pankuzu > li > a:hover {
  color: #00a0e9;
}
.breadcrumb ul.pankuzu > li > a.last:hover {
  color: #000;
}

/* 英語版・パンくず */
.en .breadcrumb ul.pankuzu > li.home + li {
  display: none;
}

.rollList {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .rollList {
    margin: 20px 0;
  }
}
.rollList__show {
  color: #fff;
  background-color: #00a0e9;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rollList__show {
    padding: 12px 40px 12px 10px;
  }
}
.rollList__show:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 18px;
  height: 18px;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.rollList__show.active:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 18px;
  height: 18px;
  line-height: 1;
  margin: auto;
  position: absolute;
  right: 20px;
}
.rollList__hidden {
  display: none;
  padding: 10px 15px 15px;
}
.rollList__hidden.active {
  display: block;
}

.balloon {
  padding: 0;
  margin: 30px 0;
}
.balloon:after {
  content: " ";
  display: block;
  clear: both;
}
.balloon > li {
  list-style: none;
  float: left;
  width: 240px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .balloon > li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.balloon > li:first-child {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .balloon > li:first-child {
    margin-left: 0;
  }
}
.balloon > li > div {
  display: table;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .balloon > li > div {
    height: 60px;
  }
}
.balloon > li > div .cell {
  display: table-cell;
  vertical-align: middle;
}
.balloon__title {
  background-color: #00a0e9;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .balloon__title {
    font-size: 14px;
    padding: 15px;
  }
}
.balloon__title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #00a0e9 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .balloon__title:after {
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }
}
.balloon__title span {
  display: block;
}
@media screen and (max-width: 767px) {
  .balloon__title span {
    display: inline;
  }
}
.balloon__link > a {
  padding: 15px 10px 30px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: center 80px;
  background-image: url(../media/images/collaborations/industry-academia-cooperation/icon-arrow-gray.png);
}
@media screen and (max-width: 767px) {
  .balloon__link > a {
    font-size: 14px;
    text-align: left;
    background-position: 95% center;
    padding: 15px 45px 15px 15px;
  }
}
.balloon__link > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.balloon__link > a[href^="http"]:after, .balloon__link > a[href$="pdf"]:after, .balloon__link > a[href$="doc"]:after, .balloon__link > a[href$="docx"]:after, .balloon__link > a[href$="xls"]:after, .balloon__link > a[href$="xlsx"]:after, .balloon__link > a[href$="ppt"]:after {
  content: none;
}
.balloon__link > a span {
  display: block;
}
@media screen and (max-width: 767px) {
  .balloon__link > a span {
    display: inline;
  }
}
.balloon--ob2 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .balloon--ob2 {
    width: 100%;
  }
}
.balloon--ob2 > li {
  margin-right: 0;
}
.balloon--ob2 > li:first-child {
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .balloon--ob2 > li:first-child {
    margin-right: 0;
  }
}
.balloon--ob1 > li {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.balloon--ob1 > li:first-child {
  margin-left: auto;
}

#main .clear:after {
  content: " ";
  display: block;
  clear: both;
}
#main .floatR, #main .floatL {
  float: right;
  width: 222px;
  padding: 10px;
  border: solid 1px #ccc;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #main .floatR, #main .floatL {
    float: none;
    width: 79.29%;
    margin: 20px auto 14px;
  }
}
#main .floatR img, #main .floatL img {
  width: 100%;
}
#main .floatR .caption, #main .floatL .caption {
  margin-top: 0.5em;
  text-align: center;
}
#main .floatR.noBorder, #main .noBorder.floatL {
  border: none;
}
#main .floatL {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  #main .floatL {
    float: none;
    margin: 20px auto 14px;
  }
}

.movie {
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .movie {
    margin: 20px 0;
  }
}
.movie iframe {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 767px) {
  .movie iframe {
    width: 100%;
    max-width: 360px;
    height: 200px;
  }
}

ul.pictLink {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  width: 660px;
}
ul.pictLink:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  ul.pictLink {
    margin: 20px 0;
    width: 100%;
  }
}
ul.pictLink > li {
  display: block;
  width: 200px;
  float: left;
  text-align: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  ul.pictLink > li {
    float: none;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
  }
}
ul.pictLink > li:first-child {
  margin-left: 0;
}
ul.pictLink > li a {
  position: relative;
  display: table;
  height: 200px;
  width: 100%;
  padding: 40px 10px 10px;
  text-decoration: none;
  background-color: #00a0e9;
}
@media screen and (max-width: 767px) {
  ul.pictLink > li a {
    background-image: url("../media/images/common/arrow-circle.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 25px;
    height: auto;
    min-height: 80px;
    padding: 15px 40px 15px 15px;
  }
  ul.pictLink > li a:after {
    content: " ";
    display: block;
    clear: both;
  }
}
ul.pictLink > li a:after {
  display: none;
}
ul.pictLink > li a:hover {
  background-color: #00abf8;
}
ul.pictLink > li .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  ul.pictLink > li .icon {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 43px;
  }
}
ul.pictLink > li .icon img {
  width: 73px;
}
@media screen and (max-width: 767px) {
  ul.pictLink > li .icon img {
    width: 100%;
  }
}
ul.pictLink > li .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  ul.pictLink > li .text {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
  }
}
ul.pictLink > li .text span {
  display: block;
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}
ul.pictLink--ob2 {
  width: 430px;
}
@media screen and (max-width: 767px) {
  ul.pictLink--ob2 {
    width: 100%;
  }
}
ul.pictLink--ob1 {
  width: 200px;
}
@media screen and (max-width: 767px) {
  ul.pictLink--ob1 {
    width: 100%;
  }
}
ul.pictLink--ob1 > li {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.tabList > ul {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 100%;
}
.tabList > ul:after {
  content: " ";
  display: block;
  clear: both;
}
.tabList > ul > li {
  box-sizing: border-box;
}
.tabList__tab > li {
  background: #eee;
  border: 1px solid #ccc;
  color: #888;
  cursor: pointer;
  float: left;
  padding: 15px 0;
  text-align: center;
  width: 33.33333%;
}
.tabList__tab > li:not(:first-child) {
  border-left: 0;
}
.tabList__tab > li.active {
  background: #fff;
  border-bottom: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .tabList__tab > li {
    padding: 14px 0;
  }
}
.tabList__display > li {
  display: none;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tabList__display > li {
    padding: 10px;
  }
}
.tabList__display > li.active {
  display: block;
}

body {
  /*  word-break: break-all; */
}

/* カラムの設定 */
#main {
  background-color: #fff;
  /* 本文 */
}
#main .contentsWrapper {
  width: 1140px;
  margin: 0 auto;
  padding: 40px 0 100px;
}
#main .contentsWrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  #main .contentsWrapper {
    width: 100%;
    padding: 20px;
  }
}
#main .contentsWrapper .contents {
  width: 800px;
  float: left;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  #main .contentsWrapper .contents {
    width: 100%;
    float: none;
    min-height: 100px;
  }
}
#main .contentsWrapper .contents--col1 {
  width: 100%;
  float: none;
}
#main p {
  margin: 0;
}
#main article {
  margin: 0 0 20px;
}
#main article p {
  margin: 1em 0;
}
#main article.narrow {
  line-height: 1.5;
}
#main blockquote {
  margin: 30px 0;
  padding: 22px 30px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  #main blockquote {
    margin: 25px 0;
    padding: 14px 20px;
  }
}
#main blockquote > p {
  margin: 0;
}
#main blockquote > p + p {
  margin-top: 1em;
}

.fancybox-title-float-wrap .child {
  white-space: normal;
}

.fancybox-skin {
  border-radius: 0;
}

.fancybox-title {
  text-align: center;
}

.fancybox-overlay {
  background: url(../media/images/common/fancybox_overlay.png);
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.fancybox-close {
  width: 109px;
  height: 39px;
  background-image: url(../media/images/common/fancybox_close.png);
  top: auto;
  bottom: -50px;
  right: 50%;
  margin-right: -54.5px;
  background-size: 100% auto;
}

.en .fancybox-close {
  background-image: url(../media/images/common/fancybox_close_en.png);
}

/*# sourceMappingURL=lower.css.map */
