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

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
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; }

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



ヘッダー、body、footer


-------------------------------------------------------------------------------*/
header .sub-nav li .btn {
  margin: 5px; }
  header .sub-nav li .btn a {
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: 1px solid #BF9239;
    padding: 8px 30px 8px 30px;
    margin: 0;
    border-radius: 60px;
    background: #BF9239;
    letter-spacing: 2px; }
    header .sub-nav li .btn a:hover {
      background: #fff;
      color: #BF9239; }
      header .sub-nav li .btn a:hover:before {
        border-top: 2px solid #BF9239;
        border-right: 2px solid #BF9239; }
    header .sub-nav li .btn a:before {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      top: 45%;
      right: 20px;
      margin: -3px 0 0 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.open-header .sub-nav li a:before {
  content: none; }

body {
  margin: 0; }

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



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /* コントローラー */
    /* ページャー */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 0 30px 0; } }
    .home .main-v .main-v-inner {
      background: url(../img/main-v.jpg) center center/1000px auto no-repeat;
      padding: 250px 0;
      text-align: right; }
      @media (max-width: 768px) {
        .home .main-v .main-v-inner {
          display: none; } }
    .home .main-v .main-v-inner-sp {
      background: url(../img/main-v.jpg) center center/contain no-repeat;
      padding: 100px 15px;
      text-align: right; }
      @media (min-width: 769px) {
        .home .main-v .main-v-inner-sp {
          display: none; } }
    .home .main-v img {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .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 .message {
    background: url("../img/message-bg.jpg") center center/cover no-repeat;
    padding: 20px; }
    .home .message .message-inner {
      max-width: 1000px;
      margin: 0 auto; }
      .home .message .message-inner h2 {
        border-bottom: 0px;
        border-bottom: 0px;
        font-weight: bold;
        font-size: 150%;
        color: #fff;
        font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Arial',sans-serif; }
        .home .message .message-inner h2:before {
          display: none; }
      .home .message .message-inner p {
        padding-left: 3em;
        color: #fff; }
  .home .menu {
    margin: 50px 0; }
    .home .menu .menu_inner {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .home .menu .menu_inner .btn {
        clear: both;
        　text-align: center; }
        .home .menu .menu_inner .btn a {
          text-align: center;
          font-weight: bold;
          color: #fff;
          display: block;
          border: 1px solid #fff;
          border-radius: 2px;
          position: relative;
          margin: 0;
          font-size: 150%;
          padding: 20px 30px 20px 20px;
          background: #89C129;
          font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Arial',sans-serif; }
          .home .menu .menu_inner .btn a:before {
            content: "";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            top: 50%;
            right: 10px;
            margin: -3px 0 0 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .home .menu .menu_inner .btn a:after {
            content: '';
            display: block;
            position: absolute;
            top: -5px;
            left: -5px;
            border: 2px solid #89C129;
            width: calc(100% + 6px);
            height: calc(100% + 6px); }
          .home .menu .menu_inner .btn a:hover {
            background: #fff;
            color: #89c129; }
            .home .menu .menu_inner .btn a:hover:before {
              border-color: #89c129; }
        .home .menu .menu_inner .btn + .menu02 a {
          background: #BF9239; }
          .home .menu .menu_inner .btn + .menu02 a:after {
            border-color: #BF9239; }
          .home .menu .menu_inner .btn + .menu02 a:hover {
            background: #fff;
            color: #BF9239; }
            .home .menu .menu_inner .btn + .menu02 a:hover:before {
              border-color: #BF9239; }
      .home .menu .menu_inner .menu-box {
        width: 48%; }
        @media (max-width: 425px) {
          .home .menu .menu_inner .menu-box {
            width: 100%; } }
  .home main {
    padding: 0;
    /*max-width: 1000px;*/
    margin: 0 auto; }
    @media (max-width: 960px) {
      .home main {
        padding: 8px; } }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #89C129;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #89C129; }
  .home .news {
    /* アイコン */ }
    @media (min-width: 768px) {
      .home .news {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      .home .news .news-txt {
        width: 20%; } }
    .home .news .news-txt h2 {
      margin: 0;
      border-bottom: 0px;
      position: relative;
      padding: 0 0 0 2em;
      font-weight: bold;
      font-size: 150%;
      display: inline-block; }
      .home .news .news-txt h2:before {
        content: "";
        display: inline-block;
        width: 1.5em;
        height: 1em;
        background: url(../img/ico-yamamichi.png) center center/contain no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
    .home .news .news-txt p {
      font-size: 80%;
      margin: 0;
      padding: 0 0 0 2em; }
      @media (min-width: 768px) {
        .home .news .news-txt p {
          text-align: center; } }
    @media (min-width: 768px) {
      .home .news .news-list {
        width: 70%; } }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #BF9239; }
    @media (max-width: 768px) {
      .home .news .news-inner {
        display: flex;
        flex-wrap: wrap; } }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }

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

  共通

  -------------------------------------------------------------------------------*/
.ct-title-default article h1.medium {
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Arial',sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  border-bottom: 2px solid #89c129;
  letter-spacing: 0.1em;
  background: #fff;
  line-height: 60px;
  padding: 0;
  margin: 0; }
  .ct-title-default article h1.medium span {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 1.5em; }
    .ct-title-default article h1.medium span:before {
      content: "";
      display: block;
      position: absolute;
      left: calc( 50% - 30px );
      width: 50px;
      height: 25px;
      background: url(../img/ico-yamamichi.png) center center/contain no-repeat;
      margin-top: -1em; }
.ct-title-default article section h2,
.ct-title-default article section h3,
.ct-title-default article section h4 {
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Arial',sans-serif; }
.ct-title-default article section h2 + p {
  margin-top: 1.5em; }
.ct-title-default article section .h2-icon {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  border-bottom: 2px solid #89C129;
  letter-spacing: 0.1em; }
  .ct-title-default article section .h2-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: calc( 50% - 16px );
    width: 50px;
    height: 25px;
    background: url(../img/ico-yamamichi.png) center center/contain no-repeat;
    top: -1em; }
.ct-title-default article section h3 {
  position: relative;
  padding: 1em;
  background: url(../img/h3-bg.png) center right/cover no-repeat;
  display: inline-block;
  padding: 1em 3em;
  color: #fff;
  letter-spacing: 0.1em; }
  .ct-title-default article section h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 500%;
    height: 1px;
    background: #009944;
    overflow: hidden;
    max-width: 640px; }
  .ct-title-default article section h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 47px;
    height: 19px;
    background: url(../img/ico-yama_white.png) center center/contain no-repeat;
    top: calc( 50% - 0.7em ); }
.ct-title-default article section .table-mokuji tr td:nth-child(1) {
  white-space: nowrap;
  width: 8em; }
.ct-title-default article section .table-mokuji tr td:nth-child(2) {
  width: 19em; }
.ct-title-default article section .table-mokuji tr td:nth-child(4) {
  white-space: nowrap; }

.side-contents .btn a {
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  border: 1px solid #89C129;
  border-radius: 2px;
  padding: 13px 30px 13px 20px;
  position: relative;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #89C129;
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Arial',sans-serif; }
  .side-contents .btn a:hover {
    color: #89C129;
    background: #fff; }
    .side-contents .btn a:hover:before {
      border-top: 2px solid #89C129;
      border-right: 2px solid #89C129; }
  .side-contents .btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 10px;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

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

  NEWS

  -------------------------------------------------------------------------------*/
.news article section h2 {
  padding-left: 0px; }
.news article section .news-ichiran {
  padding: 0;
  border-bottom: 2px solid #cccccc;
  font-weight: bold;
  height: auto; }
  .news article section .news-ichiran:before {
    display: none; }
  .news article section .news-ichiran time {
    margin-right: 1em;
    font-weight: bold; }
  .news article section .news-ichiran .single-link {
    font-size: 80%;
    margin-left: 2em; }
  .news article section .news-ichiran + p {
    margin-top: 0.5em; }
.news article section .post-title {
  margin-left: 10px;
  font-weight: bold; }

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


conference (追加)


-------------------------------------------------------------------------------*/
section p.award-subject {
  font-weight: bold;
  font-size: 120%;
  color: #5ba611;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    section p.award-subject {
      font-size: 110%; } }
section p.award-type {
  font-weight: bold;
  margin-bottom: 10px; }
section li.award-list {
  margin-bottom: 30px; }
section table.noborder {
  border-top: 0px;
  border-left: 0px;
  white-space: normal; }
  section table.noborder th, section table.noborder td {
    background: none;
    border-right: 0px;
    border-bottom: 0px; }
  section table.noborder td.table-judge-name {
    min-width: 100px; }
  @media (max-width: 425px) {
    section table.noborder th {
      padding: 8px 0px 8px 0px; } }

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


members


-------------------------------------------------------------------------------*/
.members tr.item td {
  font-size: 90%; }

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

  404ページ

  -------------------------------------------------------------------------------*/
.gakkaishi-form .ib {
  display: block; }

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

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.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%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

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


学会誌検索


-------------------------------------------------------------------------------*/
section .result-area table .item {
  line-height: 1.2; }
  section .result-area table .item .volume_number {
    width: 80px; }
  section .result-area table .item .title {
    width: 230px; }
  section .result-area table .item .author {
    width: 45px; }
  section .result-area table .item .belonging {
    width: 120px; }
  section .result-area table .item .tag {
    width: 55px; }
  section .result-area table .item .file {
    width: 30px; }

/*学会誌一覧ページ*/
section ul.bkno {
  margin: 20px 0px 30px 0;
  list-style: none; }
  section ul.bkno li {
    padding: 0;
    margin: 0 7px 10px 0;
    display: inline-block; }
    section ul.bkno li:before {
      content: none; }
    section ul.bkno li a {
      padding: 5px 10px 5px 10px;
      background-color: #89c129;
      color: white;
      border: 1px solid #89C129;
      border-radius: 4px;
      display: inline-block;
      width: 142px;
      text-align: center;
      text-decoration: none;
      transition: background 0.2s; }
      section ul.bkno li a:hover {
        background-color: white;
        color: #89c129; }
      section ul.bkno li a:after {
        content: none; }
      section ul.bkno li a .icon-window {
        display: none; }

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