@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?kxzv91");
  src: url("/fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?kxzv91") format("truetype"), url("/fonts/icomoon.woff?kxzv91") format("woff"), url("/fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------


ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /* コントローラー */
    /* ページャー */ }
    .home .main-v img {
      display: block; }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: -40px;
      z-index: 500; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home main {
    padding: 0; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
  .home .general img {
    width: 100%; }

/* end .home */
/*-------------------------------------------------------------------------------


ニュース


-------------------------------------------------------------------------------*/
.news {
  /* 検索 */
  /* アーカイブ */ }
  .news .search-area {
    width: 100%;
    margin: 15px 0 15px 0;
    overflow: hidden; }
    .news .search-area input {
      box-sizing: border-box;
      height: 30px;
      float: left; }
    .news .search-area input[type="text"] {
      border: none;
      background: #e5e5e5;
      width: 80%;
      padding: 0 10px 0 10px;
      vertical-align: bottom; }
    .news .search-area input[type="submit"] {
      background: url(/img/ico_search.svg) center center no-repeat;
      background-size: 16px 16px;
      border: none;
      text-indent: -9999px;
      width: 20%;
      background-color: #cd1212; }
  .news .search-archive {
    clear: both; }
    .news .search-archive select {
      width: 100%;
      border: 1px solid #cccccc;
      height: 30px;
      line-height: 30px; }

/* end .news */
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */
/*-------------------------------------------------------------------------------

IoMT用個別デザイン
・リストデザイン
・見出し5
など

-------------------------------------------------------------------------------*/
.meeting h5 {
  line-height: 3;
  background: linear-gradient(-135deg, #ffa5a5, #cd1212);
  font-size: 110%;
  color: #fff;
  margin: 20px 0;
  padding: 0 10px;
  font-weight: normal; }
.meeting p.text {
  margin-left: 10px; }
@media (max-width: 840px) {
  .meeting h5 {
    line-height: 2; } }

.join section ul li:before {
  content: none; }
@media (max-width: 468px) {
  .join img {
    width: 100%; } }

.event article .contents-wrap {
  min-height: 600px; }

.member article .contents-wrap {
  min-height: 400px; }

ul.square {
  margin: 10px 30px 30px 52px;
  position: relative; }
  ul.square li {
    position: relative;
    margin: 10px 0; }
    ul.square li:after {
      display: block;
      content: '';
      position: absolute;
      top: 0.4em;
      left: -1.2em;
      width: 10px;
      height: 10px;
      background-color: #cd1212;
      border-radius: 2px; }

ul.check {
  margin: 10px 30px 30px 52px;
  position: relative; }
  ul.check li {
    position: relative;
    margin: 10px 0; }
    ul.check li:after {
      display: block;
      content: '';
      position: absolute;
      top: 0.5em;
      left: -1.2em;
      width: 8px;
      height: 3px;
      border-left: 2px solid #cd1212;
      border-bottom: 2px solid #cd1212;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

ul.arrow {
  margin: 10px 30px 30px 50px;
  position: relative; }
  ul.arrow li:after, ul.arrow li:before {
    display: block;
    content: '';
    position: absolute; }
  ul.arrow li:after {
    top: .35em;
    left: -1.2em;
    width: 14px;
    height: 14px;
    background-color: #cd1212;
    border-radius: 100%; }
  ul.arrow li:before {
    z-index: 2;
    top: .625em;
    left: -.975em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

ol.parenthesis {
  counter-reset: item;
  list-style: none; }
  ol.parenthesis li {
    padding-left: 1.5em;
    text-indent: -2.0em; }
  ol.parenthesis li:before {
    content: "(" counters(item,"-") ")";
    counter-increment: item;
    margin-right: 0.5em; }

/****************************************
クイズ
****************************************/
.quiz-container {
  max-width: 600px;
  margin: 20px auto; }

/*.options {
  margin-top: 10px;
}*/
.answer {
  display: none;
  margin-top: 10px;
  font-weight: bold; }

.quiz-set .quiz-form .options {
  margin-top: 10px; }
  .quiz-set .quiz-form .options select {
    margin: 10px; }
.quiz-set .quiz-form button {
  margin: 10px 0 0px; }
.quiz-set .answer {
  margin-bottom: 30px; }

/*-------------------------------------------------------------------------------

responsive-modify

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?kxzv91");
  src: url("/fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?kxzv91") format("truetype"), url("/fonts/icomoon.woff?kxzv91") format("woff"), url("/fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/* Preload images */
body:after {
  content: url(/img//close.png) url(/img//loading.gif) url(/img//prev.png) url(/img//next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img//loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img//prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img//next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img//close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*-------------------------------------------------------------------------------
-------------------------------------------------------------------------------


768px以上


-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  /*-------------------------------------------------------------------------------


  ホーム


  -------------------------------------------------------------------------------*/
  .home .main-v {
    background: #f2f2f2;
    margin: 0 0 30px 0; }
    .home .main-v img {
      margin: 0 auto;
      max-height: 480px; }
  .home section .btn {
    clear: both;
    text-align: center; }
    .home section .btn a {
      padding: 12px 90px 12px 90px; }
  .home .general img {
    width: 30%;
    float: left;
    margin: 0 15px 15px 0; }

  /* end .home */
  /*-------------------------------------------------------------------------------


  ニュース


  -------------------------------------------------------------------------------*/
  .news {
    /* 検索 */ }
    .news .search-area {
      margin: 20px 0 20px 0; }

  /* end .news */
  /*-------------------------------------------------------------------------------


  404ページ


  -------------------------------------------------------------------------------*/
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; }

  /*-------------------------------------------------------------------------------


  お問い合わせ


  -------------------------------------------------------------------------------*/
  .inquiry section table th, .inquiry section table td {
    width: inherit;
    display: table-cell; }
  .inquiry section table th {
    width: 30%; }

  /* end .inquiry */ }
/* end media query */

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