@charset "UTF-8";

/* CSS Document */

body {
  background: url(../images/bg.png) repeat-x top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link,
a:visited {
  color: #568EC7;
}

a:hover,
a:active {
  color: #8FABBE;
}

#pagetop {
  width: 950px;
  margin: 0 auto 12px auto;
  font-size: 62%;
  text-align: right;
}

#pagetop a {
  cursor: pointer;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body {
    background: initial;
  }
  #pagetop {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/***********************************************/


/* header */


/***********************************************/

header {
  width: 950px;
  margin: 0 auto;
  display: block;
}

header #header_wrap:after {
  content: "";
  clear: both;
  display: block;
}


/* siteid(logo) */

header #header_wrap #siteid {
  width: 750px;
  padding: 25px 0 18px 0;
  float: left;
}

header #header_wrap #siteid #logo {
  width: 260px;
  height: 32px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

header #header_wrap #siteid .headerLead {
  color: #888;
  float: right;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 0px;
  margin-left: 0px;
  width: 485px;
}

header #header_wrap #search {
  width: 183px;
  padding: 25px 0 18px 0;
  float: right;
}

header #header_wrap #search form {
  font-size: 92%;
}

header #header_wrap #search fieldset legend {
  display: none;
}

header #header_wrap #search form fieldset #SS_searchQuery1 {
  width: 140px;
  height: 22px;
  margin-top: 1px;
  background: #f6f6f6 url(../images/search_bg.png) no-repeat 8px center;
  float: left;
}

header #header_wrap #search form fieldset #SS_searchQuery1:focus {
  background-image: none;
}

header #header_wrap #search form fieldset #SS_searchSubmit1 {
  width: 39px;
  float: right;
}


/* primary */

header #primary {
  width: 950px;
}

header #primary ul:after {
  content: "";
  clear: borh;
  display: block;
}

header #primary ul li {
  float: left;
}


/* global */

header #global ul:after {
  content: "";
  clear: both;
  display: block;
}

header #global ul li {
  float: left;
}

.menu-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    width: 100%;
    position: fixed;
    z-index: 50;
    align-items: center;
    background-color: #fff;
    border-top: 3px solid #4b546a;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  header::before {
    display: block;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
  }
  header.is-open::before {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  /* siteid(logo) */
  header #header_wrap {
    background: #fff;
    position: relative;
    z-index: 100;
  }

  header #header_wrap #siteid {
    width: 100%;
    padding: 16px 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header #header_wrap #siteid #logo {
    width: 202px;
    height: 26px;
  }
  header #header_wrap #siteid #logo img {
    width: 100%;
    height: 100%;
  }
  header #header_wrap #siteid .headerLead {
    width: 100%;
  }
  #global {
    width: 100%;
    position: relative;
    z-index: 100;
  }
  /* #global nav {
    padding: 7px 0 3px 0;
    position: absolute;
  } */
  /* accordion */
  #global nav.accordion {
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
  }
  #global nav.accordion {}
  .menu-btn {
    display: block;
    background: #2e3a54;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    z-index: 100;
  }
  /*ボタン内側*/
  .menu-btn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 9px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 24px;
  }
  .menu-btn span:nth-of-type(1) {
    top: 12px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 20px;
  }
  .menu-btn span:nth-of-type(3) {
    top: 28px;
  }
  header.is-open .menu-btn span:nth-of-type(1) {
    top: 14px;
    left: 9px;
    transform: translateY(6px) rotate(-45deg);
  }
  header.is-open .menu-btn span:nth-of-type(2) {
    opacity: 0;
  }
  header.is-open .menu-btn span:nth-of-type(3) {
    top: 26px;
    left: 9px;
    transform: translateY(-6px) rotate(45deg);
  }
  #global nav.accordion a {
    display: block;
  }
  #global nav.accordion span.menu_btn {
    width: 60px;
    height: 52px;
    display: block;
  }
  #global nav.accordion>ul {
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #bacde0;
    border-bottom: 1px solid #bacde0;
    display: none;
    position: relative;
  }
  #global nav.accordion>ul>li {
    width: 100%;
    border-bottom: 1px dotted #999;
    position: relative;
    padding: 6px 10px 6px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #global nav.accordion>ul>li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  #global nav.accordion>ul>li:after {
    width: 6px;
    height: 8px;
    background-image: url(/common/images/sp/accordion_arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 8px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  #global nav.accordion>ul>li:last-child {
    border-bottom: 0;
  }
  /* #global nav.accordion>ul>li.division {
    height: 46px;
  } */
  /* #global nav.accordion>ul>li.division a {
    height: 46px;
    padding: 8px 10px 0 10px;
    line-height: 1.3;
  } */
  #global nav.accordion>ul>li.division:after {
    /* top: 20px; */
  }
  header.is-open #global nav.accordion>ul {
    display: block;
  }
}


/***********************************************/


/* article */


/***********************************************/

article {
  width: 950px;
  margin: 0 auto 30px auto;
}

article:after {
  content: "";
  clear: both;
  display: block;
}

article>h1 {
  width: 930px;
  height: 30px;
  padding: 29px 0 31px 20px;
  background: url(../images/article_h1_bg.png) no-repeat;
  text-align: left;
}

#main h2 {
  margin-bottom: 25px;
  padding: 12px 0 12px 20px;
  color: #454545;
  font-size: 100%;
  border-left: 7px solid #4B546A;
  font-weight: bold;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F6F6F7;
}


/* #main h3 {
  background-image: url(../../techno/images/article_h3_bg.png);
  background-repeat: no-repeat;
  padding-top: 11px;
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 88%;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
  border-radius: 5px;
} */

#main h3 {
  padding-top: 11px;
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 88%;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: 1.4;
  background-image: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #fff;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

#main h4 {
  font-size: 100%;
  color: #454545;
  background-image: url(../../techno/images/article_h4_ico.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

#main .pagetop {
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

article sub {
  font-size: 68%;
}

#main p {
  font-size: 82%;
  line-height: 1.7em;
  color: #454545;
  clear: both;
}

#main section {
  padding-bottom: 30px;
}

#main li {
  color: #454545;
}

@media screen and (max-width: 767px) {
  article {
    width: 100%;
    margin: 0 auto 30px auto;
    padding-top: 60px;
  }
  article h1 {
    width: 100%;
    height: auto;
    padding: 11px 10px 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main section {
    padding-bottom: 20px;
  }
  #main h3 {
    padding-top: 7px;
    padding-left: 16px;
    padding-bottom: 5px;
    margin-bottom: 16px;
  }
  #main h3::before {
    width: 3px;
    height: calc(100% - 12px);
    left: 7px;
  }
  #main .pagetop {
    margin-bottom: 24px;
  }
}


/* breadcrumb */

article #main #breadcrumb {
  /* height: 27px; */
  margin: 0 0 30px 0;
  padding-top: 7px;
  border-bottom: 1px solid #ccc;
}

article #main #breadcrumb ul {
  color: #666;
  font-size: 11px;
  display: flex;
  flex-flow: row wrap;
}

article #main #breadcrumb ul li {
  margin-right: 5px;
  /* float: left; */
  padding-right: 10px;
  background-image: url(../images/arrow_topicpath.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  height: 100%;
}

article #main #breadcrumb ul li a {
  display: inline-block;
}

article #main #breadcrumb ul .current {
  background-image: none;
  padding-right: 0px;
}


/* main  **************************************/

article #main {
  width: 660px;
  margin: 0 10px;
  float: left;
}


/* intersection */

article #main #intersection {
  width: 660px;
}

article #main #intersection .access {
  width: 315px;
  float: left;
  margin-bottom: 20px;
}

#main #intersection li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

article #main #intersection .contact_us {
  width: 315px;
  height: 107px;
  background: url(../images/article_contact_us_bg.png) no-repeat;
  position: relative;
  float: right;
  margin-bottom: 20px;
}

article #main #intersection .contact_us ul {
  position: absolute;
  bottom: 6px;
  left: 14px;
}

article #main #intersection .contact_us ul li {
  margin-bottom: 5px;
}

#main #intersection ul li {
  float: left;
}

#main #intersection ul .access {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  article #main {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article #main #breadcrumb {
    margin: 0 0 16px 0;
  }
  article #main #intersection {
    width: 100%;
  }
  #main h2 {
    margin-bottom: 14px;
    padding: 8px 8px 8px 8px;
    border-left-width: 4px;
  }
  #main #intersection ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #main #intersection ul li,
  article #main #intersection .access {
    width: 100%;
    max-width: 310px;
    float: none;
    display: inline-block;
  }
  #main #intersection ul li a,
  article #main #intersection .access a {
    display: inline-block;
  }
  article #main #intersection .access {
    padding-right: 0;
    margin-bottom: 6px;
  }
}


/* aside  **************************************/

aside {
  width: 250px;
  margin-top: 35px;
  float: right;
}


/* local */

aside #local {
  margin-bottom: 15px;
}

aside #local h1 {
  width: 218px;
  height: 58px;
  padding: 20px 0 0 30px;
  background: url(../../techno/images/aside_local_h1_bg.png) no-repeat 10px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 100%;
  line-height: 1.2;
}

aside #local ul li {
  width: 250px;
  font-size: 82%;
  font-weight: bold;
  display: block;
  line-height: 16px;
  text-align: left;
}

aside #local ul li a {
  width: 220px;
  padding: 10px 0 7px 30px;
  background: #79a2ca url(../../techno/images/aside_local_ico_arrow01.png) no-repeat 10px;
  border-bottom: 2px solid #fff;
  color: #FFF;
  display: block;
  text-decoration: none;
}

aside #local ul .nolink {
  width: 236px;
  padding: 10px 0 7px 14px;
  background: #79a2ca;
  border-bottom: 2px solid #fff;
  color: #FFF;
  display: block;
  text-decoration: none;
}

aside #local ul li a:hover {
  background-color: #578bbd;
}

aside #local ul li ul li {
  width: 250px;
  font-size: 91%;
  font-weight: lighter;
  display: block;
  line-height: 16px;
}

aside #local ul li ul li a {
  width: 210px;
  padding: 10px 10px 7px 30px;
  background: #f1f6fa url(../../techno/images/aside_local_ico_arrow02.png) no-repeat 16px 16px;
  border-bottom: 1px dotted #ccc;
  color: #454545;
  text-decoration: none;
  display: block;
}

aside #local ul li ul li a:hover {
  background-color: #d7e3ef;
}

aside #local ul .current a {
  color: #578bbd;
}

aside #local ul .current a:link,
aside #local ul .current a:visited,
aside #local ul .current a:hover,
aside #local ul .current a:active {
  background-color: #fff;
}

aside #local ul .current ul li a {
  background: url(../../techno/images/aside_local_ico_arrow02.png) no-repeat 16px 16px;
}

aside #local ul .current ul li a:link,
aside #local ul .current ul li a:visited {
  background-color: #f1f6fa;
}

aside #local ul .current ul li a:hover,
aside #local ul .current ul li a:active {
  background-color: #d7e3ef;
}


/* calender */

aside #calendar {
  width: 248px;
  margin-bottom: 10px;
  background: url(../images/aside_calender_bg.png) repeat-y;
  border: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}

#sidebar #calendar .calendar {}

#sidebar #calendar .event .event_wrap .entry img {
  height: 36px;
  width: 98px;
  float: none;
  margin-bottom: 8px;
}

#sidebar #calendar .event .event_wrap p {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

aside #calendar h1 {
  padding: 0;
  background: none;
  margin: 0px 0px 15px -1px;
  height: 33px;
  width: 250px;
}

#sidebar #calendar .event .sub_tmb {
  float: left;
  width: 70px;
  height: 70px;
  background-image: url(../images/noimage70_70.png);
  background-repeat: no-repeat;
}

aside #calendar .event {
  width: 200px;
  margin-bottom: 5px;
  border: 1px solid #dfd3c2;
  border-radius: 5px;
  background: #fff;
  margin-left: 10px;
  padding-top: 15px;
  padding-right: 13px;
  padding-left: 12px;
}

aside #calendar .event img {
  width: 70px;
  height: 100%;
  float: left;
}

aside #calendar .event .event_wrap {
  width: 115px;
  margin-bottom: 8px;
  float: right;
  font-weight: normal;
}

aside #calendar .event .event_wrap p {
  margin-left: 8px;
  color: #666;
  font-size: 62%;
  line-height: 1.4;
}

aside #calendar .event .event_wrap .entry {
  margin: 0 0 5px;
  color: #fff;
  font-size: 75%;
  font-weight: bold;
  padding: 0px;
}

aside #calendar .event .event_wrap .date {
  color: #f18505;
  font-size: 113%;
  font-weight: bold;
  line-height: 1.6em;
  padding: 0px;
  margin: 0px;
}

aside #calendar .event .content {
  clear: both;
  font-size: 75%;
  line-height: 1.4em;
}

aside #calendar .event .content a:link,
aside #calendar .event .content a:visited {
  color: #666;
}

aside #calendar .event .content a:hover,
aside #calendar .event .content a:active {
  color: #444;
}

aside #calendar .calendar .more {
  margin: 5px 0 0 5px;
  padding: 3px 0 3px 25px;
  background: url(../images/ico_google.png) no-repeat left 1px;
  font-size: 75%;
}

aside #calendar .calendar .more a:link,
aside #calendar .calendar .more a:visited {
  color: #568EC7;
}

aside #calendar .calendar .more a:hover,
aside #calendar .calendar .more a:active {
  color: #8FABBE;
}


/* banner */

aside #banner ul li {
  margin-bottom: 5px;
}

aside #banner ul li.about {
  margin-bottom: 10px;
}

#sidebar #banner #external {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E4E4E4;
}

@media screen and (max-width: 767px) {
  aside {
    width: 100%;
  }
  aside#sidebar {
    margin-top: 0;
  }
  aside #local {
    margin-top: 40px;
    margin-bottom: 0;
  }
  aside #local h1 {
    width: 100%;
    height: auto;
    padding: 9px 0 8px 18px;
    background: url(../../techno/images/aside_local_h1_bg.png) no-repeat 6px;
  }
  aside #local ul li {
    width: 100%;
  }
  aside #local ul li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  aside #local ul li ul li {
    width: 100%;
  }
  aside #local ul .nolink {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  aside #local ul li ul li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/* 404
---------------------------------------------- */

#notfound h1 {
  color: #fff;
  font-weight: bold;
  font-size: 125%;
}

#notfound .content_wrap {
  padding-bottom: 300px;
}

#notfound p {
  margin-left: 10px;
}

#notfound .back {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #notfound .content_wrap {
    padding-bottom: 120px;
  }
}


/***********************************************/


/* footer */


/***********************************************/

footer {
  width: 100%;
  height: 518px;
  background: url(../images/footer_bg.png) repeat-x;
}

footer #footer_wrap {
  width: 930px;
  margin: 0 auto;
}

footer #footer_wrap a:link,
footer #footer_wrap a:visited {
  color: #454545;
}

footer #footer_wrap a:hover,
footer #footer_wrap a:active {
  color: #222;
}


/* footer_primary  **************************************/

footer #footer_wrap #footer_primary {
  height: 17px;
  padding: 11px 0;
  font-size: 68%;
}

footer #footer_wrap #footer_primary ul:after {
  content: "";
  clear: both;
  display: block;
}

footer #footer_wrap #footer_primary ul li {
  margin-right: 15px;
  float: left;
}


/* footer_global  **************************************/

footer #footer_wrap #footer_global {
  height: 240px;
  padding-top: 15px;
}

footer #footer_wrap #footer_global:after {
  content: "";
  clear: both;
  display: block;
}

footer #footer_wrap #footer_global .footer_global_wrap {
  border-right: 1px solid #ced5db;
  float: left;
  height: 230px;
}

footer #footer_wrap #footer_global .footer_global_wrap h2 {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.5;
}

footer #footer_wrap #footer_global .footer_global_wrap ul {
  margin-left: 20px;
}

footer #footer_wrap #footer_global .footer_global_wrap ul li {
  color: #666;
  font-size: 12px;
  line-height: 1.7;
  list-style: disc;
  /* /list-style: none; */
}

footer #footer_wrap #footer_global .footer_global_wrap ul li ul {
  margin: 4px 0 10px;
  font-size: 91%;
}

footer #footer_wrap #footer_global .footer_global_wrap ul li ul li {
  font-size: 10px;
  list-style: none;
}


/* techno_p */

footer #footer_wrap #footer_global #techno {
  width: 470px;
}

footer #footer_wrap #footer_global #techno:after {
  content: "";
  clear: both;
  display: block;
}

footer #footer_wrap #footer_global #techno h2 {
  background: url(../images/ico_techno_p.png) no-repeat left;
}

footer #footer_wrap #footer_global #techno ul {
  width: 215px;
  float: left;
}

footer #footer_wrap #footer_global #techno ul li ul {
  width: auto;
  float: none;
}


/* newmedia */

footer #footer_wrap #footer_global #newmedia {
  width: 200px;
  padding-left: 15px;
}

footer #footer_wrap #footer_global #newmedia h2 {
  background: url(../images/ico_newmedia.png) no-repeat left 5px;
}


/* incubation */

footer #footer_wrap #footer_global #incubation {
  width: 220px;
  padding-left: 15px;
  border: 0;
}

footer #footer_wrap #footer_global #incubation h2 {
  background: url(../images/ico_incubation.png) no-repeat left 5px;
}


/* footer_information  **************************************/

footer #footer_wrap #footer_information {
  padding-top: 40px;
}

footer #footer_wrap #footer_information::after {
  content: "";
  clear: both;
  display: block;
}

footer #footer_wrap #footer_information #footer_logo {
  width: 106px;
  height: 55px;
  margin-right: 40px;
  float: left;
}

footer #footer_wrap #footer_information #instruction {
  width: 500px;
  float: left;
}

footer #footer_wrap #footer_information #instruction p,
footer #footer_wrap #footer_information #instruction address {
  color: #e6edf1;
  font-size: 62%;
  line-height: 1.4;
}

footer #footer_wrap #footer_information #instruction p,
footer #footer_wrap #footer_information #instruction address a[href^="tel:"] {
  color: #e6edf1;
  text-decoration: none;
  pointer-events: none;
}

#footer_wrap #footer_global #incubation ul {
  width: 120px;
}

footer #footer_wrap #footer_global #incubation ul {}

#index footer #footer_wrap #footer_global #incubation #inc01 li ul {
  width: 75px;
}

footer #footer_wrap #footer_global #incubation #inc01 {
  width: 75px;
}

#index footer #footer_wrap #footer_global #techno ul li ul {
  float: none;
}

@media screen and (max-width: 767px) {
  footer {
    height: auto;
    background: none;
  }
  footer #footer_wrap {
    width: 100%;
  }
  /* footer_global  **************************************/
  footer #footer_wrap #footer_global {
    height: auto;
    padding: 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrap #footer_global .footer_global_wrap {
    border-right: 0;
    float: none;
    height: auto;
    border-bottom: 1px solid #fff;
  }

  footer #footer_wrap #footer_global .footer_global_wrap h2 {
    position: relative;
  }
  footer #footer_wrap #footer_global .footer_global_wrap h2 a::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top:2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 14px;
  }
  footer #footer_wrap #footer_global #techno,
  footer #footer_wrap #footer_global #newmedia,
  footer #footer_wrap #footer_global #incubation {
    margin-bottom: 0;
  }
  footer #footer_wrap #footer_global #techno h2,
  footer #footer_wrap #footer_global #newmedia h2,
  footer #footer_wrap #footer_global #incubation h2 {
    background: initial;
    margin-bottom: 0;
    padding-left: 0;
  }
  footer #footer_wrap #footer_global #techno h2 a,
  footer #footer_wrap #footer_global #newmedia h2 a,
  footer #footer_wrap #footer_global #incubation h2 a{
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  footer #footer_wrap #footer_global #techno h2 a{
    background-color: #358dcf;
  }
  footer #footer_wrap #footer_global #newmedia h2 a{
    background-color: #7aa359;
  }
  footer #footer_wrap #footer_global #incubation h2 a{
    background-color: #de4f5d;
  }
  footer #footer_wrap a:link, footer #footer_wrap a:visited {
    color: #fff;
    text-decoration: none;
  }
  footer #footer_wrap #footer_global .footer_global_wrap h2 {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrap #footer_global .footer_global_wrap>ul {
    margin-left: 16px;
  }
  footer #footer_wrap #footer_global .footer_global_wrap ul li {
    width: 100%;
  }
  footer #footer_wrap #footer_global .footer_global_wrap ul li ul {
    margin: 4px 0 10px;
    font-size: 91%;
  }
  /* techno_p */
  footer #footer_wrap #footer_global #techno {
    width: 100%;
  }
  footer #footer_wrap #footer_global #techno:after {
    content: "";
    clear: both;
    display: block;
  }
  footer #footer_wrap #footer_global #techno h1 {
    background: url(../images/ico_techno_p.png) no-repeat left;
  }
  footer #footer_wrap #footer_global #techno ul {
    width: auto;
    float: none;
  }
  footer #footer_wrap #footer_global #techno ul li ul {
    width: auto;
    float: none;
  }
  /* newmedia */
  footer #footer_wrap #footer_global #newmedia {
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrap #footer_global #newmedia h1 {
    background: url(../images/ico_newmedia.png) no-repeat left 5px;
  }
  /* incubation */
  footer #footer_wrap #footer_global #incubation {
    width: 100%;
    padding-left: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrap #footer_global #incubation h1 {
    background: url(../images/ico_incubation.png) no-repeat left 5px;
  }
  /* footer_information  **************************************/
  footer #footer_wrap #footer_information {
    background-color: #303747;
    padding: 20px 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footer_wrap #footer_information #footer_logo {
    margin-bottom: 10px;
    margin-right: 0;
    float: none;
  }
  footer #footer_wrap #footer_information #instruction {
    width: 100%;
    float: none;
    word-break: break-all;
  }
  footer #footer_wrap #footer_information #instruction p,
  footer #footer_wrap #footer_information #instruction address {
    color: #e6edf1;
    font-size: 62%;
    line-height: 1.4;
  }
  footer #footer_wrap #footer_information #instruction .notice {
    margin-bottom: 6px;
  }
  #footer_wrap #footer_global #incubation ul {
    width: auto;
  }
  #index footer #footer_wrap #footer_global #incubation #inc01 li ul {
    width: 75px;
  }
  footer #footer_wrap #footer_global #incubation #inc01 {
    width: 75px;
  }
  #index footer #footer_wrap #footer_global #techno ul li ul {
    float: none;
  }
}


/* navi  **************************************/

#society_nav {
  height: 35px;
  margin-bottom: 30px;
  background: url(../../../techno/group/images/society_nav_bg.png) repeat-x;
  border-left: 1px solid #CCC;
}

#main #society_nav ul li {
  font-size: 75%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background-image: url(../images/society_nav_off_bg.png);
  background-repeat: repeat-x;
  float: left;
}

#main #society_nav ul .calent a {
  background-color: #FFF;
  background-image: none;
}

#main #society_nav ul li a {
  color: #666;
  text-decoration: none;
  display: block;
  height: 25px;
  height: 22px\9;
  padding-top: 8px;
  padding-top: 11px\9;
  padding-right: 22px;
  padding-left: 22px;
  background-image: url(../../techno/images/aside_local_ico_arrow02.png);
  background-repeat: no-repeat;
  background-position: 8px 14px;
}

#main #society_nav ul li a:hover {
  background-color: #FFF;
}

#main #society_nav ul:after {
  content: "";
  clear: both;
  display: block;
}

#sidebar #calendar .calendar table {
  width: 200px;
  clear: both;
  margin-bottom: 13px;
  margin-left: 13px;
  border-top: 1px solid #CCC;
}

#sidebar #calendar .calendar {
  width: 225px;
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}

#sidebar #calendar .calendar header h1 .year {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 0px;
  padding-right: 0px;
}

#sidebar #calendar .calendar header h1 .month {
  font-size: 30px;
  font-weight: normal;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

#sidebar #calendar .calendar table tbody tr a {
  font-weight: bold;
  color: #FD5413;
}

#sidebar #calendar .calendar header h1 span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  padding-right: 5px;
}

#sidebar #calendar .calendar table thead tr .sun {
  color: #C03;
}

#sidebar #calendar .calendar table thead tr .sat {
  color: #39F;
}

#sidebar #calendar .calendar table thead tr th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-bottom: 2px;
  color: #666;
  padding-top: 2px;
}

#sidebar #calendar .event .content {
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 15px;
}

#sidebar #calendar .calendar header ul .prev {}

#sidebar #calendar .calendar header h1 {
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
  text-align: center;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  width: 192px;
  padding: 20px 8px 0px 0px;
}

#sidebar #calendar .calendar header ul {
  padding: 0px;
  margin: 0px;
}

#sidebar #calendar .calendar header ul .prev {
  display: block;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0px;
  background-image: url(../images/carendar_arrow_prev.png);
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  overflow: hidden;
}

#sidebar #calendar .calendar header ul .next {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 185px;
  background-image: url(../images/carendar_arrow_next.png);
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  overflow: hidden;
}

#sidebar #calendar .calendar header ul .next a {
  text-indent: 100;
}

#sidebar #calendar .calendar header {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 53px;
}

#sidebar #calendar .calendar table tbody tr td {
  background-color: #E1E1E1;
  text-align: center;
  vertical-align: middle;
  padding: 4px 3px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 12px;
  border: 1px solid #FFF;
}

#sidebar #calendar .calendar header ul .prev a {
  text-indent: 100;
}

#sidebar #calendar .calendar .more {
  display: block;
  margin-left: 15px;
  margin-bottom: 10px;
}

#post_detail #summary_wrap table tr th {
  width: 100px;
  font-size: 13px;
  color: #333;
  text-align: left;
  padding: 8px;
  border-bottom: 1px dotted #CCC;
}

#post_detail #summary_wrap table tr td {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  padding: 8px;
  border-bottom: 1px dotted #CCC;
}

#post_detail #entrybody .leadcopy {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
  line-height: 20px;
}

#post_detail #entrybody .leadcopy b {
  color: #f10000;
  font-weight: bold;
}

#post_detail .supplement h4 {
  font-size: 14px;
  padding-left: 0px;
  background-image: none;
}

#post_detail .supplement h3 {
  background-image: none;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 13px;
  padding-left: 0px;
  margin-bottom: 13px;
  border-bottom: 1px dotted #CCC;
}

#post_detail .supplement ul li {
  font-size: 13px;
  line-height: 18px;
}

#post_detail .supplement p {
  padding-bottom: 10px;
}

#sidebar #calendar .event .Eventdate {
  font-size: 11px;
  font-weight: bold;
  color: #DF7004;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  clear: both;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 6px;
}

#footer_wrap #footer_global #techno ul li ul li a {
  color: #454545;
}

@media screen and (max-width: 767px) {
  #society_nav {
    height: auto;
  }
  #main #society_nav ul {
    display: flex;
    flex-flow: row wrap;
  }
  #main #society_nav ul li {
    float: none;
    flex-grow: 1;
    text-align: center;
  }
  #post_detail #summary_wrap table tr th {
    width: 80px;
  }
  #post_detail #summary_wrap table tr th,
  #post_detail #summary_wrap table tr td {
    padding: 8px 4px;
  }
  #post_detail #summary_wrap table tr:last-child th {
    border-bottom: initial;
  }
  #post_detail #summary_wrap table tr:last-child td {
    border-bottom: initial;
  }
}


/***********************************************/


/* clearfix
/***********************************************/

.post:after,
#entry_meta:after,
.container:after,
#news:after,
#outline:after,
#jyosei_outline:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}


/* Hides from IE Mac */

* html .post,
#entry_meta,
.container,
#news,
#outline,
#jyosei_outline {
  height: 1%;
}

.post,
#entry_meta,
.container,
#news,
#outline,
#jyosei_outline {
  display: block;
}


/* End Hack */
