@charset "UTF-8";

/* elements
----------------------------------------------- */
html {
  height: 100%;
}
body {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  color: #333;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
h1, h2, h3, h4, h5 {
  font-size: 120%;
  font-weight: bold;
}
img {
  border-style: none;
  vertical-align: bottom;
}
img.external {
  margin-left: 0.25em;
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
pre {
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  list-style-position: outside;
}
blockquote:before {
  content: "”";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 150%;
  font-weight: bold;
}
blockquote {
  position: relative;
  margin-bottom: 20px;
  padding: 25px 20px 20px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}
em {
  font-style: italic;
  font-weight: bold;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
sub {
  font-size: 70%;
  vertical-align: sub;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #0033cc;
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
/*
a img[src$=".gif"]:hover, a img[src$=".gif"]:focus,
a img[src$=".jpg"]:hover, a img[src$=".jpg"]:focus,
a img[src$=".png"]:hover, a img[src$=".png"]:focus {
  opacity: 0.9;
}
*/

/* midashi
----------------------------------------------- */
.body h2, .body h3, .body h4, .body h5 {
  margin: 0 0 1em;
  font-weight: bold;
}
.body * + h2,
.body * + h3,
.body * + h4,
.body * + h5 {
  margin-top: 2em;
}
.body h2 {
  padding-left: 15px;
  border-left: 3px solid #029ee9;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
.body h2 span {
  margin-left: 1em;
  font-size: 70%;
  font-weight: normal;
  vertical-align: middle;
}
.body h3 {
  padding: 3px 10px;
  border-left: 3px solid #029ee9;
  border-bottom: 1px solid #ccc;
  font-size: 125%;
}
.body h4 {
  margin-left: 3px;
  padding: 3px 10px;
  border-left: 5px solid #ccc;
  font-size: 115%;
}
.body h5 {
  font-size: 110%;
  font-weight: bold;
}
.body p {
  margin-bottom: 1em;
}
.body p.indent {
  text-indent: 1em;
}
.body p.hanging-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.body p img {
  margin-bottom: 0;
}
.body img {
  margin-bottom: 10px;
  max-width: 100%;
}
.body img.external {
  margin: 0 0 0.25em 0.25em !important;
  vertical-align: bottom;
}
.body hr {
  height: 0px;
  margin: 2em 0 !important;
  border: none;
  border-bottom: 1px dashed #999;
}
.body ul {
  margin: 0 15px 15px 2em;
  list-style-type: disc;
}
.body ul ul {
  list-style-type: circle;
}
.body ol {
  margin: 0 15px 15px 2.5em;
}
.body li {
  margin-bottom: 5px;
}
.body dl {
  margin: 5px 1em 15px;
}
.body dl dt {
  margin-top: 10px;
  font-weight: bold;
}
.body table {
  width: 100%;
  margin: 2em auto;
  border: 1px solid #ccc;
}
.body table th, .body table td {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.body table th {
  background-color: #f7f7f5;
  text-align: center;
}
.body strong {
  color: #000;
}
/* 表のプロパティの行揃え */
.body table[align="center"] { 
  margin-left: auto;
  margin-right: auto;
}
.body table[align="right"] {
  margin-left: auto;
  margin-right: 0;
}
.body table[align="left"] {
  margin-left: 0;
  margin-right: auto;
}
.body table {
  max-width: 100%;
}
.body table caption {
  margin-bottom: 5px;
  padding-left: 10px;
  border-left: 5px solid #ccc;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}
.body th, .body td {
  padding: 5px 20px 5px 0;
  vertical-align: middle;
  word-wrap: break-word;
}
.body th {
  text-align: left;
}
.body table p {
  margin-left: 0;
  padding: 0;
  text-indent: 0;
}
.body table ul,
.body table ol {
  margin: 0 0 5px 20px;
}
.pagination {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body h2, .body h3, .body h4, .body h5 {
    margin: 0 0 10px;
  }
  .body h2 {
    padding-left: 8px;
    font-size: 120%;
  }
  .body h3 {
    font-size: 110%;
  }
  .body h4,
  .body h5 {
    font-size: 100%;
  }
  .body table {
    width: 100%;
    table-layout: fixed;
  }
}

/* RSS Atom
---------------------- */
.feed {
  text-align: right;
}
.feed a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0px 4px;
  background-color: #BF4500;
  color: #fff;
  font-size: 95%;
  text-decoration: none;
}

/* mceTmpl
----------------------------------------------- */
.mceTmpl:before, .mceTmpl:after {
  content: "";
  display: table;
}
.mceTmpl:after {
  clear: both;
}
.mceTmpl {
  zoom: 1;
}
.mceTmpl div p,
.mceTmpl div p img {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mceTmpl div {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* pdf
-------------------------------------- */
a.iconFile {
  display: inline-block;
  padding: 6px 0 5px 18px;
  background-image :url(../images/default/ic-hanyo.gif);
  background-position: left 8px;
  background-repeat: no-repeat;
}
a.iconPdf {
  background-image: url(../images/default/ic-pdf.gif);
}
a.iconDoc, a.iconDocx {
  background-image: url(../images/default/ic-word.gif);
}
a.iconXls {
  background-image: url(../images/default/ic-excel.gif);
}
a.iconJtd {
  background-image: url(../images/default/ic-ichitarou.gif);
}

/* =========================================================
  piece
========================================================= */

/* common-header
----------------------------------------------- */
#commonHeader {
  height: 125px;
  background-color: #00a1e9;
}
#commonHeader .pieceContainer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 20px;
}
#commonHeader h1 {
  position: relative;
  float: left;
}
#commonHeader h1 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 508px;
  height: 90px;
  text-indent: -9999px;
}
#commonHeader h1 .sp {
  display: none;
}
#commonHeader .menu {
  position: absolute;
  right: 0;
  bottom: 23px;
  font-size: 90%;
}
#commonHeader .lowerMenu .smartSwitch {
  display: none;
}
#commonHeader .lowerMenu ul li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-left: 10px;
  padding-left: 15px;
  background: url(../images/ic-menu.png) left 0.3em no-repeat;
  vertical-align: middle;
}
#commonHeader .lowerMenu ul li a {
  color: #fff;
  text-decoration: none;
}
#commonHeader .lowerMenu ul li a:hover {
  text-decoration: underline;
}
#commonHeader .lowerMenu ul li.lang {
  position: absolute;
  right: 0;
  bottom: 35px;
  padding: 0;
  background: none;
}
#commonHeader .lowerMenu ul li.lang a {
  display: block;
  padding: 2px 15px;
  background: #1c7aad;
}
@media screen and (min-width: 769px) {
  #commonHeader h1 .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page-incet2-index #commonHeader,
  #page-incet2-english-index #commonHeader,
  /* ↑公開時に削除 */
  #page-incet-index #commonHeader,
  #page-incet-english-index #commonHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #commonHeader {
    height: 51px;
    border-bottom: 1px solid #fff;
  }
  #commonHeader .pieceContainer {
    position: unset;
    width: auto;
    padding: 6px 10px;
  }
  #commonHeader h1 {
    float: none;
  }
  #commonHeader h1 a {
    width: 220px;
    height: 39px;
  }
  #commonHeader h1 .pc {
    display: none;
  }
  #commonHeader h1 .sp {
    display: block;
  }
  #commonHeader h1 object,
  #commonHeader h1 img {
    width: 220px;
    height: 39px;
  }
  #commonHeader .menu {
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0 -10px;
  }
  #commonHeader .lowerMenu .smartSwitch {
    display: block;
    position: absolute;
    top: 0;
    right: 51px;
    width: 50px;
    height: 51px;
    border-left: 1px solid #fff;
    background-color: #00a0ea;
  }
  #commonHeader .lowerMenu .smartSwitch a {
    display: block;
    height: 100%;
    background: url(../images/smart-submenu.png) center center no-repeat;
    background-size: 25px 25px;
    text-indent: -9999px;
  }
  #commonHeader .lowerMenu .smartSwitch.current a {
    border-bottom: 1px solid #00a0ea;
  }
  #commonHeader .lowerMenu ul {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    bottom: auto;
    padding: 15px;
    background-color: #00a0ea;
    z-index: 99999;
    box-sizing: border-box;
  }
  #commonHeader .lowerMenu ul li {
    display: block;
    margin: 0 0 15px;
    padding-left: 8px;
    background-position: left center;
    background-size: 5px auto;
  }
  #commonHeader .lowerMenu ul li:last-child {
    margin-bottom: 0;
  }
  #commonHeader .lowerMenu ul li.lang {
    position: relative;
    right: auto;
    bottom: auto;
  }
  #commonHeader .lowerMenu ul li.lang a {
    display: inline-block;
  }
}

/* common-footer
----------------------------------------------- */
#commonFooter {
  background-color: #eee;
}
#commonFooter .pieceContainer {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 145px;
}
#commonFooter .pieceBody {
  position: relative;
}
#commonFooter .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 90%;
}
#commonFooter .pageTop {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  #commonFooter .pieceContainer {
    width: auto;
    padding: 15px;
  }
  #commonFooter .address {
    font-size: 85%;
  }
  #commonFooter .copy {
    position: relative;
    margin-top: 15px;
    font-size: 80%;
  }
  #commonFooter .pageTop {
    right: 20px;
    bottom: 20px;
  }
}

/* global-navi-top, global-navi
----------------------------------------------- */
#page-incet2-index #globalNavi,
#page-incet2-english-index #globalNavi,
/* ↑公開時に削除 */
#page-incet-index #globalNavi,
#page-incet-english-index #globalNavi {
  display: none;
}
#globalNaviTop,
#globalNavi {
  border-bottom: 1px solid #ccc;
}
#globalNaviTop .pieceContainer,
#globalNavi .pieceContainer {
  width: 1000px;
  margin: 0 auto;
}
#globalNavi .smartSwitch {
  display: none;
}
#globalNaviTop ul,
#globalNavi ul {
  display: flex;
}
#globalNaviTop ul li,
#globalNavi ul li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
#globalNaviTop ul li a,
#globalNavi ul li a {
  display: block;
  padding: 20px 10px;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.35s ease 0s;
}
#globalNaviTop ul li a:hover,
#globalNavi ul li a:hover,
body[id^="page-incet2-profile"] #globalNavi ul li.nav01 a,
body[id^="page-incet2-staff"] #globalNavi ul li.nav02 a,
body[id^="page-incet2-activities"] #globalNavi ul li.nav03 a,
body[id^="page-incet2-category"] #globalNavi ul li.nav04 a,
body[id^="page-incet2-archive"] #globalNavi ul li.nav05 a,
body[id^="page-incet2-english-profile"] #globalNavi ul li.nav01 a,
body[id^="page-incet2-english-staff"] #globalNavi ul li.nav02 a,
body[id^="page-incet2-english-activities"] #globalNavi ul li.nav03 a,
body[id^="page-incet2-english-archive"] #globalNavi ul li.nav04 a,
/* ↑公開時に削除 */
body[id^="page-incet-profile"] #globalNavi ul li.nav01 a,
body[id^="page-incet-staff"] #globalNavi ul li.nav02 a,
body[id^="page-incet-activities"] #globalNavi ul li.nav03 a,
/* body[id^="page-incet-category"] #globalNavi ul li.nav04 a, */
body[id^="page-incet-news"] #globalNavi ul li.nav04 a,
body[id^="page-incet-archive"] #globalNavi ul li.nav05 a,
body[id^="page-incet-english-profile"] #globalNavi ul li.nav01 a,
body[id^="page-incet-english-staff"] #globalNavi ul li.nav02 a,
body[id^="page-incet-english-activities"] #globalNavi ul li.nav03 a,
body[id^="page-incet-english-archive"] #globalNavi ul li.nav04 a {
  background-color: #d7f2fb;
}
#globalNaviTop ul li a {
  padding: 12px 10px;
  font-size: 130%;
}
#page-incet2-english-index #globalNaviTop ul li a,
/* ↑公開時に削除 */
#page-incet-english-index #globalNaviTop ul li a {
  padding: 21px 10px;
}
#globalNaviTop ul li a span {
  display: block;
  color: #666;
  font-size: 60%;
}
@media screen and (max-width: 768px) {
  #page-incet2-index #globalNavi,
  #page-incet2-english-index #globalNavi,
  /* ↑公開時に削除 */
  #page-incet-index #globalNavi,
  #page-incet-english-index #globalNavi {
    display: block;
  }
  #globalNaviTop {
    display: none;
  }
  #globalNavi {
    display: block;
    border: none;
  }
  #globalNavi .pieceContainer {
    width: auto;
    margin: 0;
  }
  #globalNavi .smartSwitch {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 51px;
    border-left: 1px solid #fff;
    background-color: #00a0ea;
    z-index: 99999;
  }
  #globalNavi .smartSwitch a {
    display: block;
    height: 100%;
    background: url(../images/smart-menu.png) center center no-repeat;
    background-size: 25px 25px;
    text-indent: -9999px;
  }
  #globalNavi .smartSwitch.current a {
    border-bottom: 1px solid #00a0ea;
  }
  #globalNavi ul {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #00a0ea;
    box-sizing: border-box;
    z-index: 99999;
  }
  #globalNavi ul li {
    flex-basis: 100%;
    border-bottom: 1px solid #ccc;
  }
  #globalNavi ul li:last-child {
    border-bottom: none;
  }
  #globalNavi ul li a {
    padding: 10px 15px;
    background-color: #fff;
    font-size: 100%;
    text-align: left;
  }
}

/* bread-crumbs
----------------------------------------------- */
#breadCrumbs {
  width: 1000px;
  margin: 15px auto;
}
#breadCrumbs ol,
#breadCrumbs li {
 list-style: none;
}
#breadCrumbs li {
 display: inline-block;
 margin: 0;
}
#breadCrumbs li:not(:first-child):before {
 content: ">";
 margin: 0 4px 0 3px;
}
@media screen and (max-width: 768px) {
  #breadCrumbs {
    width: auto;
    margin: 0;
    padding: 15px 8px;
    font-size: 80%;
    background-color: #eee;
  }
  #breadCrumbs .pieceBody {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar {
    height: 10px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-track {
    background-color: #eee;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  #breadCrumbs .pieceBody div {
    white-space: nowrap;
  }
  #breadCrumbs a {
    color: #000;
  }
}

/* page-title, concept-title
----------------------------------------------- */
/* banner */
#banner #pageTitle, #conceptTitle {
  margin-bottom: 60px;
  background: url(../images/tl-h1_re.png) 0 0 repeat;
}
#banner #pageTitle .pieceContainer, #conceptTitle .pieceContainer {
  width: 1000px;
  margin: 0 auto;
}
#banner #pageTitle h1, #conceptTitle h1 {
  position: relative;
  min-height: 40px;
  padding: 60px 0 60px 20px;
  background: url(../images/tl-h1.png) left bottom no-repeat;
  color: #fff;
  font-size: 180%;
  font-weight: bold;
  line-height: 40px;
}
#banner #pageTitle h1:before, #conceptTitle h1:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 60px;
  display: block;
  width: 3px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #banner #pageTitle, #conceptTitle {
    margin-bottom: 15px;
    background: url(../images/tl-h1_re.png) 0 0 repeat;
    background-size: auto 60px;
  }
  #banner #pageTitle .pieceContainer, #conceptTitle .pieceContainer {
    width: auto;
  }
  #banner #pageTitle h1, #conceptTitle h1 {
    min-height: 20px;
    padding: 20px 0 20px 20px;
    background-size: auto 60px;
    font-size: 100%;
    font-weight: normal;
    line-height: 20px;
  }
  #banner #pageTitle h1:before, #conceptTitle h1:before {
    top: 20px;
    left: 10px;
    bottom: 20px;
  }
}
/* content */
#content #pageTitle h1 {
  margin-bottom: 40px;
  padding: 10px;
  background-color: #029ee9;
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #content #pageTitle h1 {
    font-size: 100%;
}
}

/* side-menu
----------------------------------------------- */
/* menu */
#menu #sideMenu {
  border: 5px solid #d6f2fd;
}
#menu #sideMenu ul {
  border: 1px solid #2688b7;
}
#menu #sideMenu li {
  border-bottom: 1px solid #2688b7;
}
#menu #sideMenu li:last-child {
  border-bottom: none;
}
#menu #sideMenu li a {
  display: block;
  padding: 20px 10px 20px 35px;
  background: url(../images/ic-list.png) 10px 20px no-repeat;
  background-color: #fff;
}
#menu #sideMenu li.current a {
  color: #e00;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #menu #sideMenu {
    margin: 0 15px;
  }
  #menu #sideMenu li a {
    padding: 10px 5px 10px 30px;
    background-position: 10px 16px;
    background-size: 10px 10px;
  }
}
/* content */
#content #sideMenu ul {
  display: flex;
  flex-wrap: wrap;
}
#content #sideMenu li {
  width: 229px;
  margin-right: 28px;
  margin-bottom: 28px;
}
#content #sideMenu li:nth-child(4n) {
  margin-right: 0;
}
#content #sideMenu li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 20px 40px;
  border: 1px solid #2688b7;
  box-shadow: 0 2px 5px #ccc;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.35s ease 0s;
}
#content #sideMenu li a:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/ic-list.png) 0 0 no-repeat;
}
#content #sideMenu li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #content #sideMenu li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px;
  }
  #content #sideMenu li:nth-child(2n) {
    margin-right: 0;
  }
  #content #sideMenu li a {
    padding-left: 30px;
  }
  #content #sideMenu li a:before {
    top: 27px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
  position: relative;
  /*
  min-width: 1400px;
  */
  min-width: 1000px;
  margin: 0 auto;
}
#keyvisual ul {
  overflow: hidden;
}
#keyvisual img {
  /*
  min-width: 1400px;
  */
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  #keyvisual {
    min-width: 320px;
    margin-bottom: 30px;
  }
  #keyvisual img {
    min-width: 320px;
  }
}
/* pager */
#keyvisual .pager {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 500px;
  height: 14px;
  margin-left: -250px;
  text-align: center;
  z-index: 100;
}
#keyvisual .pager-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  background-image: url(../images/ic-slider_off.png);
  text-indent: -9999px;
}
#keyvisual .pager-item:hover,
#keyvisual .pager-item.active {
  background-image: url(../images/ic-slider_on.png);
}
@media screen and (max-width: 768px) {
  #keyvisual .pager {
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 10px 0;
    background: #00a0ea;
  }
  #keyvisual .pager-item,
  #keyvisual .pager-item:hover
  #keyvisual .pager-item.active {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background-size: 10px 10px;
  }
}
/* controls-direction */
#keyvisual .controls-direction .prev-btn {
  left: 20px;
  background-image: url(../images/ic-prev.png);
}
#keyvisual .controls-direction .next-btn {
  right: 20px;
  background-image: url(../images/ic-next.png);
}
 #keyvisual .controls-direction a {
   position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  outline: 0;
  z-index: 9999;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #keyvisual .controls-direction .prev-btn {
    left: 10px;
  }
  #keyvisual .controls-direction .next-btn {
    right: 10px;
  }
 #keyvisual .controls-direction a {
    width: 23px;
    height: 23px;
    margin-top: -12px;
    background-size:  23px 23px;
  }
}
/* controls-auto */
#keyvisual .controls-auto {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 1000px;
  margin-left: -500px;
  text-align: right;
}
#keyvisual .controls-auto .start-btn {
  margin-right: 5px;
  background-image: url(../images/ic-start_off.png);
}
#keyvisual .controls-auto .stop-btn {
  margin-right: 5px;
  background-image: url(../images/ic-stop_off.png);
}
#keyvisual .controls-auto .start-btn:hover,
#keyvisual .controls-auto .start-btn.active {
  margin-right: 5px;
  background-image: url(../images/ic-start_on.png);
}
#keyvisual .controls-auto .stop-btn:hover,
#keyvisual .controls-auto .stop-btn.active {
  margin-right: 5px;
  background-image: url(../images/ic-stop_on.png);
}
#keyvisual .controls-auto a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 20px 5px 35px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 13px center;
  color: #333;
  text-decoration: none;
}
#keyvisual .controls-auto a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #keyvisual .controls-auto {
    left: 0;
    right: 5px;
    bottom: 10px;
    width: auto;
    margin: 0;
  }
  #keyvisual .controls-auto a {
    padding: 3px 10px 3px 17px;
    background-position: 6px center;
    background-size: 5px auto;
    font-size: 70%;
  }
}

/* newsCorner
----------------------------------------------- */
#newsCorner {
  background-color: #d7f2fb;
}
#newsCornerInner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
#newsCornerInner > .title h2 {
  margin-bottom: 1em;
  color: #008fd3;
  font-size: 350%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#newsCornerInner > .title h2 span {
  display: block;
  color: #666;
  font-size: 40%;
}
#newsCornerInner .tabs {
  display: flex;
  margin-top: 60px;
}
#newsCornerInner .tabs li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
#newsCornerInner .tabs li a {
  position: relative;
  display: block;
  padding: 15px 0;
  background-color: #e6e6e6;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: color 0.35s ease 0s, background 0.35s ease 0s;
}
#newsCornerInner .tabs li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 12px;
  height: 8px;
  margin-left: -6px;
}
#newsCornerInner .tabs li a:hover {
  background-color: #00a0ea;
  color: #fff;
  text-decoration: underline;
}
#newsCornerInner .tabs li.current a {
  background-color: #00a0ea;
  color: #fff;
}
#newsCornerInner .tabs li.current a::after {
  background: url(../images/tab_bottom.png) 0 0 no-repeat;
}
#newsCornerInner .details .piece {
  padding: 30px;
  background-color: #fff;
}
#newsCornerInner .details .piece .feed {
  display: none;
}
#newsCornerInner .details .piece ul li {
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  background: url(../images/ic-list.png) left 0.1em no-repeat;
}
#newsCornerInner .details .piece ul li:last-child {
  margin-bottom: 0;
}
#newsCornerInner .details .piece .links {
  margin-top: 40px;
}
#newsCornerInner .details .piece .links .more {
  display: block;
  padding: 15px 0;
  border: 2px solid #00a0ea;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#newsCornerInner .details .piece .links .more:hover {
  text-decoration: underline;
}
#newsCornerInner .details .piece .links .more:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 10px;
  background: url(../images/ic-more.png) 0 0 no-repeat;
  vertical-align: middle;
}
#docsArchive .category:not(:last-child) {
  margin-bottom: 40px;
}
#docsArchive .category h3 {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #00a0ea;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
#docsArchive .category .more {
  margin-top: 40px;
}
#docsArchive .category .more a {
  display: block;
  padding: 15px 0;
  border: 2px solid #00a0ea;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#docsArchive .category .more a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #newsCornerInner {
    width: auto;
    padding: 30px 15px;
  }
  #newsCornerInner > .title h2 {
    margin-bottom: 0.5em;
    font-size: 250%;
  }
  #newsCornerInner .tabs {
    margin-top: 30px;
  }
  #newsCornerInner .tabs li a {
    padding: 6px 0;
  }
  #newsCornerInner .details .piece {
    padding: 15px;
  }
  #newsCornerInner .details .piece ul li {
    margin-bottom: 8px;
    padding: 0 0 0 15px;
    background-position: left 0.4em;
    background-size: 10px 10px;
  }
  #newsCornerInner .details .piece .links {
    margin-top: 20px;
  }
  #newsCornerInner .details .piece .links .more {
    padding: 8px 0;
  }
  #docsArchive .category:not(:last-child) {
    margin-bottom: 20px;
  }
  #docsArchive .category h3 {
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 100%;
  }
  #docsArchive .category .more {
    margin-top: 20px;
  }
  #docsArchive .category .more a {
    padding: 5px 0;
    font-size: 90%;
  }
}

/* news
----------------------------------------------- */
#news {
  background-color: #d7f2fb;
}
#news .pieceContainer {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
#news .pieceHeader h2 {
  margin-bottom: 1em;
  color: #008fd3;
  font-size: 350%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#news .pieceHeader h2 span {
  display: block;
  color: #666;
  font-size: 40%;
}
#news .tabs {
  display: flex;
  margin-top: 60px;
}
#news .tabs span {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
#news .tabs a {
  position: relative;
  display: block;
  margin-right: 4px;
  padding: 15px 0;
  background-color: #e6e6e6;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: color 0.35s ease 0s, background 0.35s ease 0s;
}
#news .tabs a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 12px;
  height: 8px;
  margin-left: -6px;
}
#news .tabs a:last-child {
  margin-right: 0;
}
#news .tabs a:hover {
  background-color: #00a0ea;
  color: #fff;
  text-decoration: underline;
}
#news .tabs a.current {
  background-color: #00a0ea;
  color: #fff;
}
#news .tabs a.current:after {
  background: url(../images/tab_bottom.png) 0 0 no-repeat;
}
#news .content {
  padding: 30px;
  background-color: #fff;
}
#news .content ul li {
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  background: url(../images/ic-list.png) left 0.1em no-repeat;
}
#news .content ul li:last-child {
  margin-bottom: 0;
}
#news .links {
  /*
  position: relative;
  */
  margin-top: 40px;
}
#news .links .feed {
  display: none;
  /*
  position: absolute;
  top: -70px;
  right: 7px;
  */
}
#news .links .more a {
  display: block;
  padding: 15px 0;
  border: 2px solid #00a0ea;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#news .links .more a:hover {
  text-decoration: underline;
}
#news .links .more a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 10px;
  background: url(../images/ic-more.png) 0 0 no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #news .pieceContainer {
    width: auto;
    padding: 30px 15px;
  }
  #news .pieceHeader h2 {
    margin-bottom: 0.5em;
    font-size: 250%;
  }
  #news .tabs {
    margin-top: 30px;
  }
  #news .tabs a {
    padding: 6px 0;
  }
  #news .content {
    padding: 15px;
  }
  #news .content ul li {
    margin-bottom: 8px;
    padding: 0 0 0 15px;
    background-position: left 0.4em;
    background-size: 10px 10px;
  }
  #news .links {
    margin-top: 20px;
  }
  #news .links .more a {
    padding: 8px 0;
  }
}

/* about
----------------------------------------------- */
#about .pieceContainer {
  /*
  width: 1200px;
  */
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
#about .pieceHeader h2 {
  margin-bottom: 1em;
  color: #008fd3;
  font-size: 350%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#about .pieceHeader h2 span {
  display: block;
  color: #666;
  font-size: 40%;
}
#about .pieceBody p {
  width: 1000px;
  margin: 0 auto 1.5em;
  font-size: 110%;
  text-align: center;
}
#about .pieceBody hr {
  width: 40px;
  height: 2px;
  margin: 1.5em auto;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background-color: #666;
}
#about .pieceBody ul {
  display: flex;
  margin-top: 60px;
}
#about .pieceBody ul li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin-right: 20px;
}
#about .pieceBody ul li:last-child {
  margin-right: 0;
}
#about .pieceBody ul li a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.35s ease 0s;
}
#about .pieceBody ul li a:hover {
  opacity: 0.8;
}
#about .pieceBody ul li img {
  width: 100%;
  height: auto;
}
#about .pieceBody ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.75em;
  font-size: 150%;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
}
/* english */
#page-incet2-english-index #about .pieceBody P,
/* ↑公開時に削除 */
#page-incet-english-index #about .pieceBody P {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #about .pieceContainer {
    width: auto;
    padding: 30px 15px;
  }
  #about .pieceHeader h2 {
    margin-bottom: 0.5em;
    font-size: 250%;
  }
  #about .pieceBody p {
    width: auto;
    margin: 0.5em auto;
    font-size: 90%;
    text-align: left;
  }
  #about .pieceBody p br {
    display: none;
  }
  #about .pieceBody hr {
    margin: 0.5em auto;
  }
  #about .pieceBody ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #about .pieceBody ul li {
    flex-basis: 100%;
    margin: 0 0 15px;
  }
  #about .pieceBody ul li:last-child {
    margin: 0;
  }
  #about .pieceBody ul li span {
    font-size: 120%;
  }
}

/* activities
----------------------------------------------- */
#page-incet2-activities-index #activities,
#page-incet2-english-activities-index #activities,
/* ↑公開時に削除 */
#page-incet-activities-index #activities,
#page-incet-english-activities-index #activities {
  background: none;
}
#page-incet2-activities-index #activities .pieceContainer,
#page-incet2-english-activities-index #activities .pieceContainer,
/* ↑公開時に削除 */
#page-incet-activities-index #activities .pieceContainer,
#page-incet-english-activities-index #activities .pieceContainer {
  padding: 0;
}
#page-incet2-activities-index #activities .pieceHeader,
#page-incet2-activities-index #activities .pieceBody p,
#page-incet2-english-activities-index #activities .pieceHeader,
#page-incet2-english-activities-index #activities .pieceBody p,
/* ↑公開時に削除 */
#page-incet-activities-index #activities .pieceHeader,
#page-incet-activities-index #activities .pieceBody p,
#page-incet-english-activities-index #activities .pieceHeader,
#page-incet-english-activities-index #activities .pieceBody p {
  display: none;
}
#page-incet2-activities-index #activities .pieceBody ul,
#page-incet2-english-activities-index #activities .pieceBody ul,
/* ↑公開時に削除 */
#page-incet-activities-index #activities .pieceBody ul,
#page-incet-english-activities-index #activities .pieceBody ul {
  margin-top: 0;
}
#activities {
  background-image: url(../images/bg-activities.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#activities .pieceContainer {
  /*
  width: 1200px;
  */
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
#activities .pieceHeader h2 {
  margin-bottom: 1em;
  color: #008fd3;
  font-size: 350%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#activities .pieceHeader h2 span {
  display: block;
  color: #666;
  font-size: 40%;
}
#activities .pieceBody p {
  width: 1000px;
  margin: 0 auto 1.5em;
  font-size: 110%;
  text-align: center;
}
#activities .pieceBody ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#activities .pieceBody ul li {
  flex-grow: 1;
  flex-shrink: 1;
  /*
  flex-basis: 285px;
  */
  flex-basis: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #fff;
}
#activities .pieceBody ul li.item01 {
  /*
  flex-basis: 1200px;
  */
  flex-basis: 100%;
}
#activities .pieceBody ul li.item10, #activities .pieceBody ul li.item11 {
  /*
  flex-basis: 590px;
  */
  flex-basis: calc((100% - 20px) / 2);
}
#activities .pieceBody ul li.item01,
#activities .pieceBody ul li.item05,
#activities .pieceBody ul li.item09,
#activities .pieceBody ul li.item11 {
  margin-right: 0;
}
#activities .pieceBody ul li:last-child {
  margin-right: 0;
}
#activities .pieceBody ul li a {
  display: block;
  transition: opacity 0.35s ease 0s;
}
#activities .pieceBody ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#activities .pieceBody ul li img {
  width: 100%;
  height: auto;
}
#activities .pieceBody ul li span {
  display: block;
  margin-top: 8px;
  padding-left: 18px;
  background: url(../images/ic-more.png) 0 0.2em no-repeat;
}
/* english */
#page-incet-english-index #activities .pieceBody P {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #activities {
    background-position: center top;
    background-size: 200% auto;
  }
  #activities .pieceContainer {
    width: auto;
    padding: 30px 15px;
  }
  #activities .pieceHeader h2 {
    margin-bottom: 0.5em;
    font-size: 250%;
  }
  #activities .pieceBody p {
    width: auto;
    margin: 0 auto 0.5em;
    font-size: 90%;
    text-align: left;
  }
  #activities .pieceBody p br {
    display: none;
  }
  #activities .pieceBody ul {
    margin-top: 30px;
  }
  #activities .pieceBody ul li {
    flex-basis: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px;
    height: auto;
  }
  #activities .pieceBody ul li.item01,
  #activities .pieceBody ul li.item10, #activities .pieceBody ul li.item11 {
    flex-basis: 100%;
    margin-right: 0;
  }
  #activities .pieceBody ul li.item11 {
    margin-bottom: 0;
  }
  #activities .pieceBody ul li.item03,
  #activities .pieceBody ul li.item05,
  #activities .pieceBody ul li.item07,
  #activities .pieceBody ul li.item19 {
    margin-right: 0;
  }
  #activities .pieceBody ul li a {
    color: #000;
  }
  #activities .pieceBody ul li span {
    margin-top: 5px;
    padding: 0 0 0 10px;
    background-position: 0 0.45em;
    background-size: 7px auto;
    font-size: 85%;
  }
}

/* archive
----------------------------------------------- */
#archive {
  background: url(../images/bg-archive.png) center center repeat;
  background-attachment: fixed;
}
#archive .pieceContainer {
  /*
  width: 1400px;
  */
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
#archive .pieceHeader h2 {
  margin-bottom: 1em;
  color: #fff;
  font-size: 350%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#archive .pieceHeader h2 span {
  display: block;
  color: #fff;
  font-size: 40%;
}
#archive .pieceBody ul {
  margin-top: 60px;
  letter-spacing: -.40em;
  text-align: center;
}
#archive .pieceBody ul li {
  display: inline-block;
  width: 300px;
  margin-right: 50px;
  background-color: #fff;
  letter-spacing: normal;
  text-align: left;
}
#archive .pieceBody ul li:last-child {
  margin-right: 0;
}
#archive .pieceBody ul li a {
  position: relative;
  display: block;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.35s ease 0s;
}
#archive .pieceBody ul li a:hover {
  opacity: 0.6;
}
#archive .pieceBody ul li span {
  position: absolute;
  top: 50%;
  left: 150px;
  right: 0;
  margin-top: -0.75em;
  color: #000;
  font-size: 110%;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
}
#page-incet-index #archive .pieceBody ul li.item01 span,
#page-incet-index #archive .pieceBody ul li.item02 span {
  margin-top: -1.3em;
}
@media screen and (max-width: 768px) {
  #archive {
    background-size: auto 216px;
  }
  #archive .pieceContainer {
    width: auto;
    padding: 30px 15px;
  }
  #archive .pieceHeader h2 {
    margin-bottom: 0.5em;
    font-size: 250%;
  }
  #archive .pieceBody ul {
    margin-top: 30px;
  }
  #archive .pieceBody ul li {
    display: block;
    width: auto;
    margin: 0 0 15px;
  }
  #archive .pieceBody ul li:last-child {
    margin-bottom: 0;
  }
  #archive .pieceBody ul li span {
    font-size: 100%;
  }
}

/* =========================================================
  content
========================================================= */
#contentBody ul li span.separator, #contentBody ul li span.unit {
  display: none;
}

/* contentArticleCategory
----------------------------------------------- */
/* category top */
.contentArticleCategory .category {
  margin-bottom: 40px;
}
.contentArticleCategory .category h2 {
  padding-left: 15px;
  border-left: 3px solid #029ee9;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
.contentArticleCategory .category .children {
  padding: 20px 20px 0;
}
.contentArticleCategory .category .children div {
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  background: url(../images/ic-list.png) left 0.1em no-repeat;
}
.contentArticleCategory .category .children div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contentArticleCategory .category {
    margin-bottom: 20px;
  }
  .contentArticleCategory .category h2 {
    padding-left: 8px;
    font-size: 100%;
  }
  .contentArticleCategory .category .children {
    padding: 10px 10px 0;
  }
  .contentArticleCategory .category .children div {
    padding: 0 0 0 15px;
    background-position: left 0.5em;
    background-size: 10px 10px;
  }
}

/* category level1 */
#page-incet-category-archive-index .contentArticleCategory .latest {
  display: none;
}
.contentArticleCategory .latest {
  position: relative;
}
.contentArticleCategory .latest .feed {
  position: absolute;
  top: 2px;
  left: 135px;
}
.contentArticleCategory .latest h2,
.contentArticleCategory .categories .category h3,
.contentArticleCategory .units .unit h3 {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #029ee9;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
.contentArticleCategory .latest ul li,
.contentArticleCategory .categories .category ul li,
.contentArticleCategory .units .unit ul li {
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  background: url(../images/ic-list.png) left 0.1em no-repeat;
}
.contentArticleCategory .latest ul li:last-child,
.contentArticleCategory .categories .category ul li:last-child,
.contentArticleCategory .units .unit ul li:last-child {
  margin-bottom: 0;
}
.contentArticleCategory .latest  .more,
.contentArticleCategory .categories .category .more,
.contentArticleCategory .units .unit .more {
  margin-top: 40px;
}
.contentArticleCategory .latest  .more a,
.contentArticleCategory .categories .category .more a,
.contentArticleCategory .units .unit .more a {
  display: block;
  padding: 8px 0;
  border: 2px solid #00a0ea;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.contentArticleCategory .latest  .more a:hover,
.contentArticleCategory .categories .category .more a:hover,
.contentArticleCategory .units .unit .more a:hover {
  text-decoration: underline;
}
#page-incet-category-archive-index .contentArticleCategory .latest + .categories {
  margin-top: 0;
}
.contentArticleCategory .latest + .categories,
.contentArticleCategory .latest + .units {
  margin-top: 60px;
}
.contentArticleCategory .latest + .units {
  display: none;
}
@media screen and (max-width: 768px) {
  .contentArticleCategory .latest {
    margin-bottom: 20px;
  }
  .contentArticleCategory .latest .feed {
    display: none;
  }
  .contentArticleCategory .latest h2,
  .contentArticleCategory .categories .category h3,
  .contentArticleCategory .units .unit h3 {
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 100%;
  }
  .contentArticleCategory .latest ul li,
  .contentArticleCategory .categories .category ul li,
  .contentArticleCategory .units .unit ul li {
    margin-bottom: 8px;
    padding: 0 0 0 15px;
    background-position: left 0.5em;
    background-size: 10px 10px;
  }
  .contentArticleCategory .latest  .more,
  .contentArticleCategory .categories .category .more,
  .contentArticleCategory .units .unit .more {
    margin-top: 20px;
  }
  .contentArticleCategory .latest  .more a,
  .contentArticleCategory .categories .category .more a,
  .contentArticleCategory .units .unit .more a {
    margin: 0 15px;
    padding: 5px 0;
    font-size: 90%;
  }
  .contentArticleCategory .latest + .categories,
  .contentArticleCategory .latest + .units {
    margin-top: 20px;
  }
}

/* contentArticleRecentDocs, contentArticleDocs
----------------------------------------------- */
.contentArticleRecentDocs {
  position: relative;
}
.contentArticleRecentDocs .feed {
  display: none;
  position: absolute;
  top: 2px;
  right: 0;
}
.contentArticleRecentDocs .docs h2.date,
.contentArticleDocs .docs h2.date {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #029ee9;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
}
.contentArticleRecentDocs .docs ul,
.contentArticleDocs .docs ul {
  margin-bottom: 40px;
}
.contentArticleRecentDocs .docs li,
.contentArticleDocs .docs li {
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  background: url(../images/ic-list.png) left 0.1em no-repeat;
}
.contentArticleRecentDocs .docs li:last-child,
.contentArticleDocs .docs li:last-child {
  margin-bottom: 0;
}
.contentArticleRecentDocs .docs li span.attributes,
.contentArticleDocs .docs li span.attributes {
  display: none;
}
@media screen and (max-width: 768px) {
  .contentArticleRecentDocs .feed {
    display: none;
  }
  .contentArticleRecentDocs .docs h2.date,
  .contentArticleDocs .docs h2.date {
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 100%;
  }
  .contentArticleRecentDocs .docs ul,
  .contentArticleDocs .docs ul {
    margin-bottom: 20px;
  }
  .contentArticleRecentDocs .docs li,
  .contentArticleDocs .docs li {
    margin-bottom: 8px;
    padding: 0 0 0 15px;
    background-position: left 0.5em;
    background-size: 10px 10px;
  }
}

/* contentArticleDoc
----------------------------------------------- */
.contentArticleDoc {
  position: relative;
}
.contentArticleDoc .header {
  /*
  margin: 20px 0 40px;
  text-align: center;
  */
  position: absolute;
  top: -105px;
  left: 0;
}
.contentArticleDoc .header h1 {
  display: none;
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 200%;
  font-weight: normal;
}
.contentArticleDoc .header .publishedAt {
  color: #fff;
  font-weight: bold;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin: 0 0 40px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #029ee9;
  color: #fff;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.contentArticleDoc .maps h3 {
  margin: -5px 0 5px;
  font-weight: normal;
}
.contentArticleDoc .rels ul,
.contentArticleDoc .tags div {
  padding: 0 15px;
}
.contentArticleDoc .rels li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 10px 3px 0;
  padding: 0 0 0 30px;
  background: url(../images/ic-list.png) left 0.1em no-repeat;
}
.contentArticleDoc .tags div a {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .contentArticleDoc .header {
    position: relative;
    top: auto;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .contentArticleDoc .header .publishedAt {
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
    color: #666;
    font-size: 90%;
    font-weight: normal;
  }
  .contentArticleDoc .body {
    font-size: 90%;
  }
  .contentArticleDoc .body,
  .contentArticleDoc .maps,
  .contentArticleDoc .rels,
  .contentArticleDoc .tags {
    margin: 0 0 20px;
  }
  .contentArticleDoc .maps h2,
  .contentArticleDoc .rels h2,
  .contentArticleDoc .tags h2 {
    margin-bottom: 8px;
    padding: 10px;
    font-size: 100%;
  }
  .contentArticleDoc .maps h3,
  .contentArticleDoc .rels ul,
  .contentArticleDoc .tags div {
    font-size: 90%;
  }
  .contentArticleDoc .rels li {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 0 15px;
    background-position: left 0.5em;
    background-size: 10px 10px;
  }
}

/* address
----------------------------------------------- */
.contentArticleDoc .inquiry {
}
.inquiry {
  padding-bottom: 15px;
  border: 1px solid #029ee9;
  background-color: #fff;
}
.inquiry h2 {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #029ee9;
  color: #fff;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.inquiry > div {
  margin-left: 15px;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .inquiry {
    padding-bottom: 10px;
  }
  .inquiry h2 {
    margin-bottom: 10px;
    font-size: 100%;
  }
  .inquiry > div {
    margin: 0 10px;
    font-size: 90%;
  }
  .tel, .fax, .email {
    display: block;
  }
}

/* back
----------------------------------------------- */
.back {
  clear: both;
  margin: 40px auto 0;
  text-align: center;
}
.back a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 8px 70px;
  border: 1px solid #ccc;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 768px) {
  .back {
    margin: 20px auto 0;
  }
  .back a {
    padding: 8px 40px;
    font-size: 90%;
  }
}

/* contentArticleTags
----------------------------------------------- */
.contentArticleTags .search {
  margin: 0 0 20px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}
.contentArticleTags .search th {
  padding: 0 15px 0;
}
.contentArticleTags .search th,
.contentArticleTags .search td {
  padding: 15px;
}
.contentArticleTags .search .submitters input {
  padding: 2px 10px;
  cursor: pointer;
}
.contentArticleTags .hit {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #029ee9;
  color: #fff;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.contentArticleTags li {
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  background: url(../images/ic-list.png) left 0.1em no-repeat;
}
.contentArticleTags li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contentArticleTags .search {
    margin: 0 0 15px;
  }
  .contentArticleTags .search table {
    width: 100%;
  }
  .contentArticleTags .search th,
  .contentArticleTags .search td {
    padding: 10px 5px;
  }
  .contentArticleTags .search th {
    width: 15%;
  }
  .contentArticleTags .search td {
    width: 40%;
  }
  .contentArticleTags .search td input[type="text"] {
    width: 90% !important;
  }
  .contentArticleTags .search td.submitters {
    width: 45%;
    padding: 10px 0 5px 10px;
  }
  .contentArticleTags .search td.submitters input {
    -webkit-appearance: none;
    margin: 1px 1px 0;
    padding: 2px 5px;
    background: #ccc;
    font-size: 90%;
    border-radius: 0;
  }
  .contentArticleTags .hit {
    margin-bottom: 8px;
    font-size: 100%;
  }
  .contentArticleTags ul.docs {
    margin-bottom: 15px;
  }
  .contentArticleTags li {
    margin-bottom: 8px;
    padding: 0 0 0 15px;
    background-position: left 0.5em;
    background-size: 10px 10px;
  }
}

/* contentPage
----------------------------------------------- */
/* profile */
.body .profile:before, .body .profile:after {
  content: "";
  display: table;
}
.body .profile:after {
  clear: both;
}
.body .profile {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
  zoom: 1;
}
.body .profile .left {
  float: left;
  margin-right: 20px;
}
.body .profile .right {
  overflow: hidden;
}
.body .profile .name {
  font-size: 150%;
  font-weight: normal;
}
.body .profile .name-en {
  color: #999;
}
.body .profile .about {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .body .profile .left {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  .body .profile .name {
    font-size: 110%;
  }
}

/* staff */
.body .staff:before, .body .staff:after {
  content: "";
  display: table;
}
.body .staff:after {
  clear: both;
}
.body .staff {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
  zoom: 1;
}
.body .staff .left {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.body .staff .left img {
  width: 100%;
}
.body .staff .right {
  overflow: hidden;
}
.body .staff .name {
  font-size: 150%;
  font-weight: normal;
}
.body .staff .name-en {
  color: #999;
}
.body .staff .about {
  margin-top: 10px;
}
.body .staff .about p {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .body .staff .left {
    float: none;
    width: auto;
    margin: 0 0 10px;
    text-align: center;
  }
  .body .staff .left img {
    width: auto;
  }
  .body .staff .name {
    font-size: 110%;
  }
}

/* normal-box */
.body .normal-box {
  margin-bottom: 2em;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
  background-color: #fff;
}

/* img-box */
.body .img-box {
  margin: 2em 0;
  padding: 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
  box-sizing: border-box;
  text-align: center;
}
.body .img-box img {
  max-width: 100%;
  margin: 5px;
  vertical-align: middle;
}
.body .img-box p {
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .body .img-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .body .img-box p {
    font-size: 90%;
  }
}

/* qa-box */
.body .qa-box {
  margin: 2em 0;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}
.body .qa-box dt {
  position: relative;
  top: -28px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
  font-weight: bold;
}
.body .qa-box dd {
  position: relative;
  top: -15px;
  padding-left: 10px;
}

/* flow */
.body ol.flow {
  margin: 0 0 2em;
  list-style-type: none;
}
.body ol.flow li {
  position: relative;
  margin-bottom: 45px;
}
.body ol.flow li:before {
  position: absolute;
  left: 50%;
  bottom: -30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-top: 15px solid #ccc;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
.body ol.flow li:last-child:before {
  display: none;
}
.body ol.flow li dl {
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}
.body ol.flow li > p {
  border: 1px solid #ccc;
  font-weight: bold;
}
.body ol.flow li > p,
.body ol.flow li dl dt {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  background: #ececec;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
  background-color: #cecece;
  zoom: 1;
}
.body ol.flow li dl dd {
  display: table;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.body ol.flow li dl dd img {
  max-width: none;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.body ol.flow li dl dd img + p {
  display: table-cell;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .body ol.flow li dl dd {
    display: block;
  }
  .body ol.flow li dl dd img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .body ol.flow li dl dd img + p {
    display: block;
  }
}

/* structure-list */
.body ul.structure-list {
  margin: 0 0 15px;
}
.body ul.structure-list > li {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
}
.body ul.structure-list > li ul {
  margin: 5px 0 0 35px;
}
.body ul.structure-list > li ul li {
  margin-bottom: 10px;
}
.body ul.structure-list > li ul li:last-child {
  margin-bottom: 0;
}

/* hands-on */
.body dl.hands-on:before, .body dl.hands-on:after {
  content: "";
  display: table;
}
.body dl.hands-on:after {
  clear: both;
}
.body dl.hands-on {
  margin: 0 0 2em;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
  zoom: 1;
}
.body dl.hands-on dt:after {
  content: "：";
}
.body dl.hands-on dt {
  clear: left;
  float: left;
  margin: 0;
}
.body dl.hands-on dd {
  float: left;
}

/* tableWrap */
@media screen and (max-width: 768px) {
  .body .tableWrap {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .body .tableWrap table {
    width: 300%;
    max-width: none;
  }
}

/* CKEditor templates
----------------------------------------------- */
.temp1, .temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp3, .temp4 {
  text-align: center;
}
.temp3 dl, .temp4 dl {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt, .temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd, .temp4 dl dd {
  text-align: center;
}
table.temp5 {
  width: 100%;
}
.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}
.temp7 p {
  margin: 0 0 10px;
}