<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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; }

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



header


-------------------------------------------------------------------------------*/
header .sub-nav li .btn a {
  text-align: center;
  font-weight: bold;
  color: #333;
  border: 1px solid #F6D8CB;
  border-radius: 10px;
  background: #F6D8CB;
  letter-spacing: 2px; }
  @media (min-width: 960px) {
    header .sub-nav li .btn a {
      padding: 6px 20px 6px 20px;
      margin: 12px 0 0; } }
  header .sub-nav li .btn a:before {
    content: none; }
  header .sub-nav li .btn a:hover {
    opacity: 0.7; }
header .header-inner h1 a {
  background: url(../img/logo_20231114.png) top left/contain no-repeat; }
  @media (max-width: 960px) {
    header .header-inner h1 a {
      margin-top: 10px; } }
  @media (max-width: 768px) {
    header .header-inner h1 a {
      max-width: 300px;
      margin-top: 20px;
      margin-left: 10px; } }
  header .header-inner h1 a span.title {
    display: none; }
header .global-nav li a {
  height: 20px;
  line-height: 20px; }
header .global-nav li:first-of-type:before {
  height: 20px; }
header .global-nav li:after {
  height: 20px; }
header ul.open li a {
  width: calc(100% - 24px); }
header .global-nav .nav-drawer-btn {
  margin-right: 5px; }
header .sub-nav li.nav-inquiry a {
  color: #fea680;
  font-size: 108%;
  font-weight: bold; }
  header .sub-nav li.nav-inquiry a:hover {
    color: #fea680;
    opacity: 0.5; }
  header .sub-nav li.nav-inquiry a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fea680; }

@media (max-width: 960px) {
  .open-header .sub-nav li.nav-inquiry a {
    font-size: 96%;
    font-weight: bold;
    border: none; } }

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



body


-------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500; }

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



footer


-------------------------------------------------------------------------------*/
footer .footer-inner .footer-nav ul {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    footer .footer-inner .footer-nav ul {
      justify-content: center;
      flex-wrap: wrap; } }
  footer .footer-inner .footer-nav ul li a {
    font-size: 106%; }

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



sidebar


-------------------------------------------------------------------------------*/
.home .global-nav-side {
  display: none; }

@media (max-width: 768px) {
  .side-contents .local-nav {
    background-color: #fff; } }

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



共通パーツ


-------------------------------------------------------------------------------*/
section .btn a {
  text-align: center;
  font-weight: bold;
  color: #333;
  border: 1px solid #F6D8CB;
  border-radius: 10px;
  background: #F6D8CB;
  letter-spacing: 2px; }
  @media (min-width: 960px) {
    section .btn a {
      padding: 6px 30px 6px 20px;
      margin: 12px 0 0; } }
  section .btn a:hover {
    opacity: 0.7; }

.itiran {
  display: none; }
  @media (max-width: 960px) {
    .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);
      margin-bottom: 30px; }
      .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); } }

.contents-wrap section a {
  color: #1ab2ab; }
  .contents-wrap section a:hover {
    opacity: 0.5; }

.contents-wrap section .btn a {
  color: #333; }
  .contents-wrap section .btn a:hover {
    opacity: 0.5; }

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



home共通


-------------------------------------------------------------------------------*/
.ct-title-default h2 {
  border-bottom: none;
  margin-top: 0;
  padding-left: 0px;
  font-weight: bold; }
  .ct-title-default h2:before {
    content: none; }

@media (min-width: 768px) {
  main .side-bar {
    display: none; } }

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



ホーム


-------------------------------------------------------------------------------*/
.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 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 .main-v .main-v-inner {
      background: url(../img/main-v.jpg) center top/cover no-repeat;
      padding: 350px 0 350px;
      margin: 0 auto; }
      @media (max-width: 960px) {
        .home .main-v .main-v-inner {
          margin-top: 64px; } }
      @media (max-width: 767px) {
        .home .main-v .main-v-inner {
          display: none; } }
    .home .main-v .main-v-inner-sp {
      background: url(../img/main-v-sp.jpg) center top/cover no-repeat;
      padding: 300px 0 300px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .home .main-v .main-v-inner-sp {
          display: none; } }
  .home main {
    padding: 0;
    margin: 0 auto; }
  .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; }
    @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: #8bd8d6;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #8bd8d6; }
  .home .menu .menu_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto; }
    @media (max-width: 768px) {
      .home .menu .menu_inner {
        flex-wrap: wrap; } }
    .home .menu .menu_inner .menu_text {
      width: 77%;
      margin-top: 0;
      padding-left: 0;
      border-bottom: none;
      word-break: break-all; }
      .home .menu .menu_inner .menu_text:before {
        content: none; }
      @media (max-width: 768px) {
        .home .menu .menu_inner .menu_text {
          width: 100%;
          padding: 10px; } }
      .home .menu .menu_inner .menu_text h2 {
        padding: 0;
        font-size: 120%; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu_text h2 {
            text-align: center; } }
      .home .menu .menu_inner .menu_text p {
        font-size: 116%; }
    @media (max-width: 768px) {
      .home .menu .menu_inner .top-side {
        display: flex;
        flex-direction: column;
        width: 100%; } }
    .home .menu .menu_inner .top-side .touko {
      display: block;
      border: 2px solid #f6d8cb;
      text-align: center;
      margin-bottom: 1em;
      padding: 1em 1.7em 1em 1em;
      color: #444;
      font-weight: bold;
      background: #f6d8cb;
      position: relative; }
      .home .menu .menu_inner .top-side .touko::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0.7em;
        margin: -6px 0 0 0;
        width: 0;
        height: 0;
        border-left: 6px solid #999999;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
      .home .menu .menu_inner .top-side .touko:hover {
        background: #fff; }
    .home .menu .menu_inner img {
      width: 200px; }
    .home .menu .menu_inner p.pub {
      margin: 0;
      text-align: center; }
    @media (max-width: 768px) {
      .home .menu .menu_inner a {
        margin: 0 auto; } }
  .home .menu_banner .menu_banner_inner {
    max-width: 760px;
    margin: 0 auto;
    display: block; }
    .home .menu_banner .menu_banner_inner a.top_banner {
      margin: 0 auto;
      display: block; }
      .home .menu_banner .menu_banner_inner a.top_banner img {
        width: 100%;
        margin: 0 auto;
        display: block; }
        .home .menu_banner .menu_banner_inner a.top_banner img:hover {
          opacity: 0.5; }
  .home .menu_banner .icon-window {
    display: none; }
  .home article .news-wrap {
    overflow: hidden;
    background-color: #F2F8F9;
    padding: 100px 0; }
    @media (max-width: 768px) {
      .home article .news-wrap {
        padding: 30px 0; } }
    .home article .news-wrap h2.news-title {
      text-align: center;
      font-size: 150%;
      padding: 0;
      margin: 30px; }
      @media (max-width: 768px) {
        .home article .news-wrap h2.news-title {
          margin: 15px; } }
      .home article .news-wrap h2.news-title .square {
        content: "";
        display: inline-block;
        width: 1.5em;
        height: 1em;
        background: url(../img/ico-square.png) center center/contain no-repeat;
        position: absolute;
        left: calc(50% - 70px);
        top: 8px; }
  .home .news-flex {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px; }
    @media (max-width: 768px) {
      .home .news-flex {
        flex-wrap: wrap; } }
    @media (max-width: 960px) {
      .home .news-flex {
        padding: 0;
        margin-bottom: 50px; } }
  .home .news {
    width: 50%;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 33px;
    padding: 30px 20px;
    /* アイコン */ }
    @media (max-width: 960px) {
      .home .news {
        padding: 0;
        width: 100%;
        margin: 70px 10px 0;
        padding: 10px; } }
    @media (max-width: 768px) {
      .home .news {
        margin-top: 30px; } }
    .home .news h2 {
      margin: 0;
      border-bottom: none;
      padding-left: 0;
      font-weight: bold; }
      .home .news h2:before {
        content: none; }
    .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;
        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 10px 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 5px 0 0; }
    .home .news .ico-new {
      width: 50px;
      background: url(../img/ico-new.png) center center/cover no-repeat;
      text-indent: -9999px; }
    .home .news .ico-convention {
      width: 50px;
      background: url(../img/ico-convention.png) center center/cover no-repeat;
      text-indent: -9999px; }
    .home .news .ico-organizations {
      width: 50px;
      background: url(../img/ico-organizations.png) center center/cover no-repeat;
      text-indent: -9999px; }
    .home .news .ico-recruitment {
      width: 50px;
      background: url(../img/ico-recruitment.png) center center/cover no-repeat;
      text-indent: -9999px; }
    .home .news .ico-archive {
      width: 50px;
      background: url(../img/ico-archive.png) center center/cover no-repeat;
      text-indent: -9999px; }
    .home .news .ico-for-member {
      width: 50px;
      background: url(../img/ico-formember.png) center center/cover no-repeat;
      text-indent: -9999px; }
    .home .news .ico-ippo {
      width: 50px;
      background: url(../img/ico-ippo.png) center center/cover no-repeat;
      text-indent: -9999px; }
  .home .info {
    margin-left: 15px; }
  .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 */
 /*-------------------------------------------------------------------------------

  下層ページ共通

  -------------------------------------------------------------------------------*/
.category h1.medium, .single h1.medium, .page h1.medium {
  background: #A2E0DD;
  color: #fff;
  text-align: center; }
  @media (max-width: 768px) {
    .category h1.medium, .single h1.medium, .page h1.medium {
      margin-bottom: 0px; } }
  .category h1.medium span, .single h1.medium span, .page h1.medium span {
    position: relative; }
    .category h1.medium span:before, .single h1.medium span:before, .page h1.medium span:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 4px;
      width: 13%;
      height: 1px;
      background: #fff;
      left: calc(50% - 73px); }
      @media (max-width: 768px) {
        .category h1.medium span:before, .single h1.medium span:before, .page h1.medium span:before {
          content: none; } }
.category article, .single article, .page article {
  background-color: #F2F8F9; }
.category section h2, .single section h2, .page section h2 {
  padding-left: 50px;
  font-size: 130%;
  margin-bottom: 15px; }
  .category section h2:before, .single section h2:before, .page section h2:before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 100%;
    background: url(../img/ico-square.png) center center/contain no-repeat;
    position: absolute;
    left: 0; }
  @media (max-width: 768px) {
    .category section h2, .single section h2, .page section h2 {
      font-size: 130%; } }
.category section h3, .single section h3, .page section h3 {
  border-bottom: 2px solid #cccccc; }
  @media (min-width: 768px) {
    .category section h3, .single section h3, .page section h3 {
      font-size: 115%; } }
  .category section h3:before, .single section h3:before, .page section h3:before {
    bottom: -2px;
    height: 2px; }
.category section h4, .single section h4, .page section h4 {
  border-bottom: 2px solid #cccccc;
  font-size: 100%; }
.category section h5, .single section h5, .page section h5 {
  font-size: 100%;
  margin-bottom: 0.5em; }
.category section .btn a:before, .single section .btn a:before, .page section .btn a:before {
  right: 10px; }

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

  お知らせの各一覧ページ

  -------------------------------------------------------------------------------*/
.ippo h2.title-sub, .info-list h2.title-sub, .convention h2.title-sub, .organizations h2.title-sub, .recruitment h2.title-sub, .archive h2.title-sub, .new-information-list h2.title-sub, .for-member h2.title-sub {
  line-height: 1.2em;
  margin-bottom: 10px; }
  .ippo h2.title-sub p, .info-list h2.title-sub p, .convention h2.title-sub p, .organizations h2.title-sub p, .recruitment h2.title-sub p, .archive h2.title-sub p, .new-information-list h2.title-sub p, .for-member h2.title-sub p {
    margin-bottom: 30px; }
.ippo .ico, .info-list .ico, .convention .ico, .organizations .ico, .recruitment .ico, .archive .ico, .new-information-list .ico, .for-member .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; }
.ippo .ico-convention, .info-list .ico-convention, .convention .ico-convention, .organizations .ico-convention, .recruitment .ico-convention, .archive .ico-convention, .new-information-list .ico-convention, .for-member .ico-convention {
  width: 50px;
  background: url(../img/ico-convention.png) center center/cover no-repeat;
  text-indent: -9999px; }
.ippo .ico-organizations, .info-list .ico-organizations, .convention .ico-organizations, .organizations .ico-organizations, .recruitment .ico-organizations, .archive .ico-organizations, .new-information-list .ico-organizations, .for-member .ico-organizations {
  width: 50px;
  background: url(../img/ico-organizations.png) center center/cover no-repeat;
  text-indent: -9999px; }
.ippo .ico-recruitment, .info-list .ico-recruitment, .convention .ico-recruitment, .organizations .ico-recruitment, .recruitment .ico-recruitment, .archive .ico-recruitment, .new-information-list .ico-recruitment, .for-member .ico-recruitment {
  width: 50px;
  background: url(../img/ico-recruitment.png) center center/cover no-repeat;
  text-indent: -9999px; }
.ippo .ico-archive, .info-list .ico-archive, .convention .ico-archive, .organizations .ico-archive, .recruitment .ico-archive, .archive .ico-archive, .new-information-list .ico-archive, .for-member .ico-archive {
  width: 50px;
  background: url(../img/ico-archive.png) center center/cover no-repeat;
  text-indent: -9999px; }
.ippo .ico-new, .info-list .ico-new, .convention .ico-new, .organizations .ico-new, .recruitment .ico-new, .archive .ico-new, .new-information-list .ico-new, .for-member .ico-new {
  width: 50px;
  background: url(../img/ico-new.png) center center/cover no-repeat;
  text-indent: -9999px; }
.ippo .ico-for-member, .info-list .ico-for-member, .convention .ico-for-member, .organizations .ico-for-member, .recruitment .ico-for-member, .archive .ico-for-member, .new-information-list .ico-for-member, .for-member .ico-for-member {
  width: 50px;
  background: url(../img/ico-formember.png) center center/cover no-repeat;
  text-indent: -9999px; }
.ippo .ico-ippo, .info-list .ico-ippo, .convention .ico-ippo, .organizations .ico-ippo, .recruitment .ico-ippo, .archive .ico-ippo, .new-information-list .ico-ippo, .for-member .ico-ippo {
  width: 50px;
  background: url(../img/ico-ippo.png) center center/cover no-repeat;
  text-indent: -9999px; }
@media (min-width: 768px) {
  .ippo section, .info-list section, .convention section, .organizations section, .recruitment section, .archive section, .new-information-list section, .for-member section {
    width: calc(100% - 300px - 20px);
    float: right; } }

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

  学会誌カテゴリ

  -------------------------------------------------------------------------------*/
.publication article section ul {
  margin: 0.5em 0; }
.publication article section .asterisk {
  margin-top: 10px;
  padding-left: 2.5em;
  position: relative; }
  .publication article section .asterisk::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "※";
    width: 1em;
    height: 1em; }
.publication article section table {
  margin-bottom: 0; }
.publication article section .table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 0; }
  .publication article section .table-wrap table {
    display: table; }
    .publication article section .table-wrap table tr {
      display: table-row; }
      .publication article section .table-wrap table tr th {
        position: sticky;
        top: 0;
        left: 0;
        display: table-cell;
        white-space: normal;
        min-width: 8em; }
      .publication article section .table-wrap table tr td {
        display: table-cell; }
.publication article .side-contents .local-nav .local-nav-list .nav-category:nth-of-type(2) ul {
  height: 335px;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .publication article .side-contents .local-nav .local-nav-list .nav-category:nth-of-type(2) ul {
      height: 320px; } }

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

  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 */
/*-------------------------------------------------------------------------------


form


-------------------------------------------------------------------------------*/
.mw_wp_form span label {
  padding-left: 0; }
.mw_wp_form table .horizontal-item + .horizontal-item {
  margin-left: 0; }

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


top menu_questionnaire


-------------------------------------------------------------------------------*/
.menu_questionnaire {
  margin: 100px 10px 0;
  /*学会リーフレット*/ }
  .menu_questionnaire .menu_questionnaire_inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    padding: 0 0 0 0;
    border: 1px solid red; }
    .menu_questionnaire .menu_questionnaire_inner h2 {
      background-color: #fff9cb;
      font-size: 160%;
      padding: 20px 0;
      line-height: 1.2;
      color: red;
      border-bottom: 1px solid #ccc; }
      @media (max-width: 768px) {
        .menu_questionnaire .menu_questionnaire_inner h2 {
          font-size: 100%;
          padding: 10px;
          line-height: 2.2em; } }
    @media (max-width: 450px) {
      .menu_questionnaire .menu_questionnaire_inner h2.title-pc {
        display: none; } }
    .menu_questionnaire .menu_questionnaire_inner h2.title-sp {
      line-height: 1.2em; }
      @media (min-width: 450px) {
        .menu_questionnaire .menu_questionnaire_inner h2.title-sp {
          display: none; } }
    .menu_questionnaire .menu_questionnaire_inner .menu_questionnaire_text {
      padding: 30px; }
      @media (max-width: 768px) {
        .menu_questionnaire .menu_questionnaire_inner .menu_questionnaire_text {
          padding: 10px; } }
    .menu_questionnaire .menu_questionnaire_inner ul {
      text-align: left;
      font-weight: bold;
      margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .menu_questionnaire .menu_questionnaire_inner p.btn {
        clear: both;
        text-align: center; } }
    .menu_questionnaire .menu_questionnaire_inner p.btn a {
      font-size: 120%;
      color: #fff;
      background: red;
      padding: 7px 80px;
      text-align: center;
      font-weight: bold;
      border: 1px solid red;
      border-radius: 2px;
      position: relative;
      margin: 0;
      text-decoration: none;
      transition: background 0.2s; }
      .menu_questionnaire .menu_questionnaire_inner p.btn a:hover {
        background: #fff;
        color: red; }
        .menu_questionnaire .menu_questionnaire_inner p.btn a:hover:before {
          border-top: 2px solid red;
          border-right: 2px solid red; }
      @media (min-width: 768px) {
        .menu_questionnaire .menu_questionnaire_inner p.btn a {
          display: inline-block; } }
      @media (max-width: 768px) {
        .menu_questionnaire .menu_questionnaire_inner p.btn a {
          width: 100%; } }
      .menu_questionnaire .menu_questionnaire_inner p.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); }
      .menu_questionnaire .menu_questionnaire_inner p.btn a .icon-window {
        display: none; }
    .menu_questionnaire .menu_questionnaire_inner p.text-aisatu {
      font-weight: bold;
      font-size: 130%; }
  .menu_questionnaire .menu_questionnaire_inner {
    background-color: #FBF0EB;
    border: 1px solid #F9E4DB; }
    .menu_questionnaire .menu_questionnaire_inner h2 {
      background-color: transparent;
      color: #333;
      border-bottom: none;
      margin-top: 40px; }
      @media (max-width: 768px) {
        .menu_questionnaire .menu_questionnaire_inner h2 {
          font-size: 116%;
          margin-top: 20px; } }
    .menu_questionnaire .menu_questionnaire_inner a {
      color: #39bfbd;
      border-bottom: 1px solid #39bfbd; }
      .menu_questionnaire .menu_questionnaire_inner a:hover {
        opacity: 0.8; }

/************************************************
table
************************************************/
@media (max-width: 768px) {
  article section figure.wp-block-table {
    margin: 0; }
    article section figure.wp-block-table table tbody tr td:first-child {
      background: #f2f2f2; }

  article section table.sp-td-color-plus tbody tr td:first-child {
    background: #f2f2f2; }

  article section .table-wrap {
    white-space: normal; }
    article section .table-wrap table {
      display: block; }
      article section .table-wrap table tbody {
        display: block; }
        article section .table-wrap table tbody tr {
          display: block; }
          article section .table-wrap table tbody tr th, article section .table-wrap table tbody tr td {
            display: block;
            width: 100%; }
        article section .table-wrap table tbody tr.top-midashi {
          display: none; }
  article section form textarea {
    width: 98%;
    box-sizing: border-box; } }

/*# sourceMappingURL=modify.css.map */
</pre></body></html>