@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

-------------------------------------------------------------------------------*/
.body {
  margin: 0; }

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



ヘッダー


-------------------------------------------------------------------------------*/
header h1 a {
  width: 500px;
  height: 62px;
  position: relative; }
  @media (max-width: 425px) {
    header h1 a {
      width: 255px; } }
header h1 span.title {
  width: 100%; }
header .sub-nav ul li a i::after {
  display: none; }
header .sub-nav ul li .fb::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  border: none;
  background: url(../img/FacaBook58.png) center center/contain no-repeat; }
header .sub-nav ul li .tw::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  border: none;
  background: url(../img/logo-white.png) center center/contain no-repeat; }
header .sub-nav ul li .yt::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: contain;
  border: none;
  background: url(../img/yt_icon.png) center center/contain no-repeat; }
header .sub-nav ul li .btn a {
  text-align: center;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px; }
  @media (min-width: 960px) {
    header .sub-nav ul li .btn a {
      border-radius: 10px;
      padding: 10px 20px 10px 20px;
      margin: 12px 0 0; } }

@media (min-width: 960px) {
  header .global-nav li::after {
    top: 27.5px;
    transform: rotate(15deg);
    width: 2px; }
  header .global-nav li a {
    font-size: 120%;
    padding: 27.5px 0 27.5px 0; } }
@media (max-width: 960px) {
  .open-header {
    position: absolute; }
    .open-header .header-inner {
      width: 100%;
      z-index: 100000000;
      background: #fff; }
      .open-header .header-inner h1.site-title {
        margin: 0;
        padding: 0;
        padding-left: 13px; }
        .open-header .header-inner h1.site-title a {
          z-index: 1000; }

  .global-nav .nav-drawer-btn.open {
    height: 69px; }

  .open-header .menu-list.open li a {
    width: calc(100% - 24px); }

  .open-header .sub-nav li.x-wrap {
    background-color: black; } }
/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */
  /* banner */
  /*top修正*/
  /*main-v画像*/
  /*追加*/ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /* コントローラー */
    /* ページャー */
    /*画像エリア高さ*/
    /*スライダーページャー*/ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0; } }
    @media (max-width: 960px) {
      .home .main-v {
        margin: 0; } }
    .home .main-v .message {
      position: absolute;
      z-index: 1;
      width: 100%;
      text-align: center;
      top: 300px; }
      @media (max-width: 960px) {
        .home .main-v .message {
          top: 180px;
          font-size: 80%; } }
      @media (max-width: 488px) {
        .home .main-v .message {
          top: 174px;
          font-size: 70%; } }
      .home .main-v .message p {
        font-family: YuGothic,'Yu Gothic',sans-serif;
        font-weight: bold;
        color: #fff;
        drop-shadow: 5px 5px 30px #000;
        filter: drop-shadow(0px 5px 10px black); }
        .home .main-v .message p.message01 {
          font-size: 240%;
          margin-bottom: 10px; }
          @media (max-width: 425px) {
            .home .main-v .message p.message01 {
              padding: 0px 15px; } }
        .home .main-v .message p.message02 {
          font-size: 346%;
          margin-top: 0;
          letter-spacing: 0.1rem; }
    .home .main-v li {
      padding: 0; }
      .home .main-v li p {
        margin-left: -9999px; }
    .home .main-v .mainv01 {
      background: url(../img/sp_mainv_01.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v .mainv02 {
      background: url(../img/sp_mainv_02.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v .mainv03 {
      background: url(../img/sp_mainv_03.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v .mainv04 {
      background: url(../img/sp_mainv_04.jpg) center center/cover no-repeat;
      height: 450px;
      box-sizing: border-box; }
    .home .main-v img {
      display: block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .home .main-v .bx-wrapper {
      border: 0;
      margin-bottom: 0; }
      .home .main-v .bx-wrapper .bx-pager {
        padding: 0; }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: 45px;
      z-index: 50;
      width: 100%; }
    .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-v .bx-viewport {
      height: 450px; }
    .home .main-v .bx-pager {
      display: none; }
  .home main {
    padding: 0; }
  .home .menu {
    background: #E8F3F8;
    padding: 70px 20px; }
    @media (max-width: 768px) {
      .home .menu {
        padding: 35px 20px; } }
    .home .menu .menu_inner {
      display: flex;
      justify-content: space-between;
      max-width: 1040px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .home .menu .menu_inner {
          flex-wrap: wrap; } }
      .home .menu .menu_inner .menu-txt {
        width: 77%;
        margin-top: 0;
        padding-left: 0;
        border-bottom: none;
        word-break: break-all; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu-txt {
            width: 100%; } }
        .home .menu .menu_inner .menu-txt h2 {
          padding: 0;
          font-size: 170%;
          font-weight: bold;
          border-bottom: 0;
          margin-top: 0;
          margin-bottom: 1.5em;
          height: auto;
          margin-bottom: 20px; }
          @media (max-width: 375px) {
            .home .menu .menu_inner .menu-txt h2 {
              font-size: 150%;
              line-height: 1.4em; } }
          .home .menu .menu_inner .menu-txt h2::before {
            display: none; }
        .home .menu .menu_inner .menu-txt p {
          font-size: 116%; }
      .home .menu .menu_inner a {
        width: 20%;
        margin: 5px; }
        @media (max-width: 768px) {
          .home .menu .menu_inner a {
            width: 100%;
            text-align: center;
            margin-top: 15px; } }
        .home .menu .menu_inner a img {
          width: 200px;
          box-shadow: 5px 5px 5px #aeaeae; }
        .home .menu .menu_inner a .pub {
          margin: 0;
          text-align: center; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit;
    background: #296275;
    margin-top: 0; }
  .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;
        margin-bottom: 60px; }
        .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: #003149;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #003149; }
  .home .news {
    padding: 70px 20px;
    display: flex;
    justify-content: space-between;
    /* アイコン */ }
    @media (max-width: 768px) {
      .home .news {
        flex-wrap: wrap; } }
    .home .news .news-inner {
      width: 75%; }
      @media (max-width: 768px) {
        .home .news .news-inner {
          width: 100%; } }
      .home .news .news-inner .news-ttl {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .home .news .news-inner .news-ttl .news-left h2 {
          margin: 0;
          color: #fff;
          border-bottom: 0; }
        .home .news .news-inner .news-ttl .news-left p {
          color: #fff; }
        .home .news .news-inner .news-ttl .btn a {
          text-align: center;
          font-weight: bold;
          color: #fff;
          border: 1px solid #C2711D;
          border-radius: 10px;
          background: #C2711D;
          letter-spacing: 2px;
          padding: 10px 40px;
          margin: 12px 0 0;
          margin-bottom: 60px; }
          .home .news .news-inner .news-ttl .btn a::before {
            display: none; }
    .home .news .banner-area {
      width: 20%; }
      @media (max-width: 768px) {
        .home .news .banner-area {
          width: 100%; } }
      @media (max-width: 768px) {
        .home .news .banner-area ul {
          max-width: 200px;
          margin: 0 auto; } }
      .home .news .banner-area ul li a img {
        width: 100%; }
      .home .news .banner-area .icon-window {
        display: none; }
    .home .news .banner-area .nenkai-banner ul {
      margin-bottom: 0; }
      .home .news .banner-area .nenkai-banner ul li a {
        padding: 0; }
    .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;
        color: white; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block;
      white-space: normal; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: white;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 4px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .banner-area ul li {
      border-bottom: none; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }
  .home article .news .banner-title {
    margin: 0;
    color: #003149;
    border-bottom: 0;
    font-size: 107%; }
    @media (max-width: 768px) {
      .home article .news .banner-title {
        text-align: center; } }
  .home main article .contents-wrap {
    background: #E8F3F8; }
    .home main article .contents-wrap .news .news-inner .news-ttl .news-left h2 {
      color: #333; }
    .home main article .contents-wrap .news .news-inner .news-ttl .news-left p {
      color: #333; }
    .home main article .contents-wrap .news .news-inner ul li {
      border-bottom: 1px solid #003149; }
      .home main article .contents-wrap .news .news-inner ul li a {
        color: #333333; }
        .home main article .contents-wrap .news .news-inner ul li a time {
          color: #333333; }
    .home main article .contents-wrap .news .banner-area a {
      padding-bottom: 0; }
      .home main article .contents-wrap .news .banner-area a:hover {
        opacity: 0.7; }
      .home main article .contents-wrap .news .banner-area a img {
        box-sizing: border-box;
        max-width: 200px; }
  .home .main-v .main-v-inner .bx-viewport {
    height: 480px; }
    .home .main-v .main-v-inner .bx-viewport ul li img {
      height: 480px;
      object-fit: cover; }
  .home .news {
    padding: 70px 20px 0;
    margin: 0 auto 10px; }
    @media (max-width: 768px) {
      .home .news .banner-area .gakkaishi {
        text-align: center; } }
    .home .news .banner-area .gakkaishi a img {
      width: 100%; }
    .home .news .banner-area .gakkaishi a p {
      margin-bottom: 0;
      line-height: inherit;
      text-align: center; }
    .home .news .banner-area .banner-inner h2 {
      padding: 10px 0;
      margin-bottom: 10px;
      color: #003149; }
    .home .news .banner-area .banner-inner ul li a {
      padding: 0; }
    .home .news .banner-area .banner-inner ul {
      padding-bottom: 0;
      margin-bottom: 0; }
  .home .bottom-area {
    /*******************************
    下部バナーの追加
    *******************************/ }
    .home .bottom-area .poster-area {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .home .bottom-area .poster-area {
          flex-wrap: wrap; } }
      .home .bottom-area .poster-area .poster-box {
        width: 20%; }
        @media (max-width: 768px) {
          .home .bottom-area .poster-area .poster-box {
            width: 100%;
            max-width: 33%; } }
        @media (max-width: 425px) {
          .home .bottom-area .poster-area .poster-box {
            max-width: 100%;
            text-align: center; } }
        .home .bottom-area .poster-area .poster-box h2 {
          padding: 10px 0;
          margin: 0;
          color: #003149;
          border-bottom: 0;
          font-size: 107%;
          min-height: 39px;
          box-sizing: border-box; }
        .home .bottom-area .poster-area .poster-box a:hover {
          opacity: 0.7; }
        .home .bottom-area .poster-area .poster-box a img {
          width: 100%; }
          @media (max-width: 425px) {
            .home .bottom-area .poster-area .poster-box a img {
              max-width: 280px; } }
      .home .bottom-area .poster-area .top_elements {
        display: inline-block;
        width: 20%;
        margin-top: 39px; }
        .home .bottom-area .poster-area .top_elements a:hover {
          opacity: 0.7; }
        .home .bottom-area .poster-area .top_elements a img {
          max-width: 200px; }
          @media (max-width: 1000px) {
            .home .bottom-area .poster-area .top_elements a img {
              max-width: 100%; } }
          @media (max-width: 425px) {
            .home .bottom-area .poster-area .top_elements a img {
              max-width: 280px; } }
        .home .bottom-area .poster-area .top_elements a p {
          text-align: center; }
        .home .bottom-area .poster-area .top_elements a .icon-window {
          display: none; }
        @media (max-width: 768px) {
          .home .bottom-area .poster-area .top_elements {
            display: block;
            text-align: center;
            width: 100%;
            max-width: 33%; } }
        @media (max-width: 425px) {
          .home .bottom-area .poster-area .top_elements {
            max-width: 100%; } }
      .home .bottom-area .poster-area .top_poster {
        display: inline-block;
        margin-top: 39px; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner:hover {
          opacity: 0.7; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner .pub {
          display: block;
          text-align: center; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner .icon-window {
          display: none; }
        .home .bottom-area .poster-area .top_poster .top_poster_inner img {
          height: 260px; }
          @media (max-width: 1000px) {
            .home .bottom-area .poster-area .top_poster .top_poster_inner img {
              height: auto;
              width: 100%;
              max-width: 450px; } }
        @media (max-width: 768px) {
          .home .bottom-area .poster-area .top_poster {
            display: block;
            text-align: center;
            width: 100%; } }
    .home .bottom-area .bottom-banner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .home .bottom-area .bottom-banner {
          display: block;
          text-align: center; } }
      .home .bottom-area .bottom-banner a img {
        height: 130px; }
      .home .bottom-area .bottom-banner a .icon-window {
        display: none; }
    .home .bottom-area .pub {
      text-align: center; }

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

  共通パーツ

  -------------------------------------------------------------------------------*/
.ct-title-default article section h2 {
  color: #003149;
  font-weight: bold;
  font-size: 180%;
  padding: 15px 0 5px 0;
  margin-bottom: 20px;
  height: auto;
  border-bottom: 4px solid #003149; }
  .ct-title-default article section h2::before {
    display: none; }
  @media (max-width: 425px) {
    .ct-title-default article section h2 {
      font-size: 150%; } }
.ct-title-default article section h3 {
  border-bottom: 1px solid #003149;
  font-size: 130%;
  margin-top: 30px; }
  .ct-title-default article section h3::before {
    display: none; }
.ct-title-default article section h4 {
  margin-top: 20px; }
.ct-title-default article section .txt-right {
  text-align: right; }
.ct-title-default article section .right-photo {
  max-width: 250px;
  float: right;
  margin: 0 0 15px 20px; }
  @media (max-width: 560px) {
    .ct-title-default article section .right-photo {
      display: block;
      float: none;
      margin: 0 auto 20px; } }
.ct-title-default article section p {
  text-align: justify; }
.ct-title-default article section a {
  word-break: break-all; }

/*テーブル*/
@media (max-width: 960px) {
  table.t01 tbody {
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr {
    width: 100%;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr th {
    width: 100%;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr td {
    width: 100%;
    display: block;
    box-sizing: border-box; } }

/*ボタン*/
section .btn a {
  background-color: #003149;
  color: #fff; }
  section .btn a:hover {
    color: #003149;
    background-color: #fff; }

/*アイコン*/
.ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 2px;
  color: transparent;
  font-size: 81%;
  font-weight: bold;
  margin: 0 5px 0;
  line-height: 1.2em; }

.ico-info-news {
  width: 50px;
  background: url(../img/ico-convention.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-award {
  width: 50px;
  background: url(../img/ico-convention.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-nenkai {
  width: 50px;
  background: url(../img/ico-convention.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-kyosai {
  width: 50px;
  background: url(../img/ico-convention.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-kobo {
  width: 50px;
  background: url(../img/ico-kobo.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-book-review {
  width: 50px;
  background: url(../img/ico-book-review.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-seimei {
  width: 50px;
  background: url(../img/ico-convention.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-new {
  width: 50px;
  background: url(/img/ico-new.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-meeting {
  width: 50px;
  background: url(/img/ico-meeting.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-jornal {
  width: 50px;
  background: url(/img/ico-jornal.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-kanren {
  width: 50px;
  background: url(/img/ico-kanren.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-mineral {
  width: 50px;
  background: url(/img/ico-mineral.png) center center/cover no-repeat;
  text-indent: -9999px; }

.ico-release {
  width: 50px;
  background: url(/img/ico-release.png) center center/cover no-repeat;
  text-indent: -9999px; }

@media (min-width: 768px) {
  .page main section .title-sub {
    font-size: 120%;
    line-height: 1.2em;
    margin-bottom: 10px; } }
@media (max-width: 768px) {
  .page main section .title-sub {
    margin-bottom: 10px; } }
.page main section .title-sub time {
  font-size: 89%; }
  @media (max-width: 768px) {
    .page main section .title-sub time {
      font-size: 70%;
      display: block; } }
@media (max-width: 768px) {
  .page main section .title-sub .post-title {
    font-size: 75%; } }

.side-contents .local-nav h2 {
  background: #003149; }
.side-contents .local-nav ul li a {
  color: #003149;
  font-weight: bold; }

.has-text-align-center {
  text-align: center; }

.has-text-align-right {
  text-align: right; }

section > p, section > div > p {
  margin-top: 30px; }

/*h1と本文のマージン調整*/
.contents-wrap {
  margin-top: 80px; }
  @media (max-width: 960px) {
    .contents-wrap {
      margin-top: 15px; } }
  .contents-wrap section > div > h2, .contents-wrap section > h2, .contents-wrap section > div > h3, .contents-wrap section > h3, .contents-wrap section > div > p, .contents-wrap section > p {
    margin-top: 0; }
  .contents-wrap .local-nav h2 {
    margin-top: 0;
    font-weight: bold; }

/*youtube埋め込み*/
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  overflow: hidden;
  margin-bottom: 30px; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*画像の寄せ*/
.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

figcaption {
  text-align: center; }

/*お知らせの固定ページのサイドバーのレイアウト*/
@media (min-width: 768px) {
  section.info-category-top {
    width: calc(100% - 260px - 20px);
    float: right; } }
 /*-------------------------------------------------------------------------------

  下層ページ

  -------------------------------------------------------------------------------*/
/*おしらせ以下*/
.page article section .page-top {
  padding: 10px;
  background-color: #ebeff1; }
  .page article section .page-top.book-review-top {
    display: none; }
  .page article section .page-top.kobo-top {
    display: none; }
  .page article section .page-top h3 {
    background-color: #003149;
    color: white;
    margin-right: 0;
    margin-left: 0;
    text-align: center; }

/*nenkai用*/
.backcolor-1 {
  background-color: #c0eaff; }
  .backcolor-1 p {
    margin-bottom: 10px; }

.ct-title-default article section h3.nenkai-archive-midashi {
  background-color: #003149;
  color: white;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  margin-top: 30px; }

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

  学会について

  -------------------------------------------------------------------------------*/
/*会長について*/
@media (max-width: 375px) {
  .about .txt-right span {
    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 */
/*-------------------------------------------------------------------------------


フォーム


-------------------------------------------------------------------------------*/
.mw_wp_form th.required:after {
  float: right; }
.mw_wp_form span.mwform-checkbox-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-checkbox-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form span.mwform-radio-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-radio-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form .horizontal-item label span {
  padding: 2px 5px 2px 2px;
  border-radius: 2px; }
.mw_wp_form .horizontal-item label.checked span {
  background: #cfc; }
.mw_wp_form .privacy_policy_viewer {
  padding: 0.5em 1em;
  border: 2px solid #e2e2e2;
  max-height: 120px;
  overflow-y: auto;
  background: #fff;
  margin-top: 6px; }
  .mw_wp_form .privacy_policy_viewer p {
    font-size: 100%;
    margin-bottom: 5px; }
  .mw_wp_form .privacy_policy_viewer h3, .mw_wp_form .privacy_policy_viewer h4, .mw_wp_form .privacy_policy_viewer h5, .mw_wp_form .privacy_policy_viewer .table-wrap {
    margin: 0; }
  .mw_wp_form .privacy_policy_viewer h2 {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 120%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer h2 {
        font-size: 110%; } }
  .mw_wp_form .privacy_policy_viewer ol {
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer ul {
    margin: 0;
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer .list12__ttl {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 110%; }
  .mw_wp_form .privacy_policy_viewer .list12__cont {
    padding-left: 1em;
    font-size: 100%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer .list12__cont {
        font-size: 14px; } }
  .mw_wp_form .privacy_policy_viewer .list-num--bracket {
    margin-left: 3em;
    margin-bottom: 0; }
    .mw_wp_form .privacy_policy_viewer .list-num--bracket li {
      list-style: none;
      counter-increment: count;
      margin-bottom: 0.5em; }
      .mw_wp_form .privacy_policy_viewer .list-num--bracket li::before {
        content: "（" counter(count) "）";
        width: 3em;
        margin-left: -3em;
        display: inline-block; }
  .mw_wp_form .privacy_policy_viewer .indent {
    list-style: none;
    margin-top: -1em; }
    .mw_wp_form .privacy_policy_viewer .indent li {
      text-indent: -1em;
      padding-left: 1em;
      counter-increment: none;
      margin-bottom: 0.1em; }
      .mw_wp_form .privacy_policy_viewer .indent li::before {
        display: none; }
  .mw_wp_form .privacy_policy_viewer .list-num--hyphen {
    margin-left: 3em;
    list-style: none; }
    .mw_wp_form .privacy_policy_viewer .list-num--hyphen li {
      list-style: none;
      margin-bottom: 0.5em;
      position: relative; }
      .mw_wp_form .privacy_policy_viewer .list-num--hyphen li::before {
        content: attr(data-title);
        width: 3em;
        margin-left: -3em;
        display: inline-block;
        position: absolute;
        background: none;
        top: 0; }
.mw_wp_form .confirm-privacy-policy .horizontal-item label {
  font-size: 100%;
  padding: 5px 8px;
  border-radius: 2px;
  text-align: center;
  margin: 10px 0; }
  .mw_wp_form .confirm-privacy-policy .horizontal-item label.checked {
    background-color: #ccffcc; }
@media (max-width: 767px) {
  .mw_wp_form .table-wrap table {
    display: block; }
  .mw_wp_form .table-wrap table tbody {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr th {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr td {
    display: block; } }

/***********************************
サブカテゴリーの追加
***********************************/
.side-contents .local-nav h2 a {
  color: #fff; }

.side-contents .local-nav ul li ul {
  display: block;
  font-size: 100%; }

@media (max-width: 960px) {
  .side-contents {
    width: 100%; } }
@media (min-width: 960px) {
  .side-contents {
    overflow: visible; }
    .side-contents .local-nav ul {
      /*.curent {
        position: relative;
      }*/ }
      .side-contents .local-nav ul li {
        position: relative;
        /*          &:hover {
                    ul {
                      position: absolute;
                      right: -200px;
                      clear: both;
                      width: 220px;
                      z-index: 1000;
                      top: 0px;
                    }
                  }*/ }
        .side-contents .local-nav ul li ul {
          display: block;
          font-size: 100%; }
      .side-contents .local-nav ul li.current-parent:hover ul {
        position: relative;
        right: auto;
        width: 100%;
        top: auto; }
      .side-contents .local-nav ul .current-parent ul {
        display: block; } }
.global-nav ul.menu-list-sub li {
  width: 100%;
  background-color: rgba(128, 126, 125, 0.8); }
  .global-nav ul.menu-list-sub li:after {
    content: none; }

.global-nav ul.menu-list-sub li a {
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  padding: 0.5em 1em;
  height: auto;
  box-sizing: border-box;
  line-height: 1.5em; }
  .global-nav ul.menu-list-sub li a:before {
    content: none; }

/******************************************
入会申し込みボタン（ヘッダー）
******************************************/
@media (min-width: 960px) {
  header .sub-nav ul {
    max-width: 525px;
    text-align: right; }
    header .sub-nav ul li p.btn {
      margin: 0 0 10px 0; }
    header .sub-nav ul li.kifu p.btn a {
      margin: 0;
      padding: 5px 10px 5px 10px; }
    header .sub-nav ul li.mypage-btn p.btn a {
      margin: 0;
      padding: 5px 10px 5px 10px; }
    header .sub-nav ul li.nyukai-btn p.btn a {
      margin: 0;
      padding: 5px 17px 5px 17px;
      color: #fff; }
      header .sub-nav ul li.nyukai-btn p.btn a:before {
        border-color: transparent transparent transparent #fff; } }
.open-header .sub-nav ul li p.btn {
  margin: 0; }

header .sub-nav ul li.kifu p.btn a {
  background: #00abff;
  border: 1px solid #00abff;
  color: #fff; }
  header .sub-nav ul li.kifu p.btn a:before {
    border-color: transparent transparent transparent #fff; }
  header .sub-nav ul li.kifu p.btn a:hover {
    opacity: 0.7; }

header .sub-nav ul li.nyukai-btn p.btn a {
  background: #ff7b0e;
  border: 1px solid #ff7b0e;
  color: #fff; }
  header .sub-nav ul li.nyukai-btn p.btn a::before {
    border-color: transparent transparent transparent #fff; }
  header .sub-nav ul li.nyukai-btn p.btn a:hover {
    opacity: 0.7; }

header .sub-nav ul li.mypage-btn p.btn a {
  background: #fff;
  border: 1px solid #333;
  color: #333; }
  header .sub-nav ul li.mypage-btn p.btn a:before {
    border-color: transparent transparent transparent #333; }
  header .sub-nav ul li.mypage-btn p.btn a:hover {
    opacity: 0.7; }

@media (min-width: 960px) {
  header .sub-nav ul li a.old:before {
    display: none; }
  header .sub-nav ul li a.old:hover {
    opacity: 0.7; } }

@media (min-width: 960px) {
  header .sub-nav ul li a.english {
    font-size: 130%;
    color: #e5ea06; }
    header .sub-nav ul li a.english:before {
      display: none; }
    header .sub-nav ul li a.english:hover {
      opacity: 0.7; } }

/****************************************
一覧こちらボタン
****************************************/
.itiran {
  display: none; }

@media (max-width: 960px) {
  article h1.medium {
    margin-bottom: 0; }

  .itiran {
    display: block;
    color: #fff;
    font-size: 92%;
    background: rgba(51, 51, 51, 0.5);
    border: none;
    border-radius: 0;
    text-align: center;
    position: relative;
    padding: 5px 10px 20px 10px;
    width: calc(100% - 20px); }
    .itiran:after {
      content: "";
      display: block;
      position: absolute;
      top: 30px;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -5px 0 0 -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); } }
/*****************************************
トップページのバナー配置換え
*****************************************/
.home .bottom-area .poster-area {
  gap: 10px; }
  .home .bottom-area .poster-area .poster-box {
    width: 30%; }
    .home .bottom-area .poster-area .poster-box .pub {
      font-size: 84%; }
    @media (max-width: 768px) {
      .home .bottom-area .poster-area .poster-box {
        width: 100%;
        max-width: 210px; } }
  .home .bottom-area .poster-area .top_elements {
    width: auto; }
    .home .bottom-area .poster-area .top_elements a img {
      height: auto;
      max-width: 100%; }
  .home .bottom-area .poster-area .top_poster .top_poster_inner img {
    height: auto; }

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