@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;
}

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



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
}
.home .main-img {
  width: 100%;
  margin: 55px 0 15px 0;
  background: url(../img/main_v.png) center center/cover no-repeat;
  box-shadow: 0px -1px #e4697e inset;
}
@media (max-width: 768px) {
  .home .main-img {
    background: url(../img/main_v_sp.png) bottom center/100% no-repeat;
    margin: 55px 0 0 0;
  }
}
@media (max-width: 320px) {
  .home .main-img {
    background: url(../img/main_v_sp.png) bottom center/125% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .home .main-img {
    margin: 0;
  }
}
.home .main-img .main-img-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  min-height: 500px;
}
@media (max-width: 768px) {
  .home .main-img .main-img-inner {
    min-height: 420px;
    padding: 0 0 5% 0;
  }
}
@media (max-width: 425px) {
  .home .main-img .main-img-inner {
    min-height: 390px;
  }
}
.home .main-img .main-img-inner img {
  width: 223px;
  padding-top: 79px;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .home .main-img .main-img-inner img {
    padding-top: 50px;
    margin: 0 auto;
    width: 50%;
    max-width: 190px;
  }
}
.home .main-img .main-img-inner h2 {
  border-bottom: none;
  margin: 0;
  padding: 30px 0 0 15px;
  height: auto;
  font-weight: bold;
  font-family: メイリオ, Meiryo;
  font-size: 125%;
}
.home .main-img .main-img-inner h2:before {
  display: none;
}
@media (max-width: 768px) {
  .home .main-img .main-img-inner h2 {
    font-size: 105%;
    padding: 30px 25px 0 25px;
  }
}
.home .main-img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .main-img img {
    margin: 0 auto;
    max-height: 480px;
  }
}
.home .main-img {
  /* コントローラー */
}
.home .main-img .bx-controls {
  position: absolute;
  bottom: -40px;
  z-index: 500;
}
.home .main-img .bx-pager-item {
  display: inline-block;
}
.home .main-img .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  background: #808080;
}
.home .main-img .bx-pager-item .active {
  background: rgb(169, 0, 0);
}
.home .main-img {
  /* ページャー */
}
.home .main-img .bx-controls-direction {
  display: none;
}
.home {
  /* end .main-img */
}
.home .main-v {
  background: repeating-linear-gradient(-45deg, #e98596, #e98596 1px, #e4697e 1px, #e4697e 3px);
  box-shadow: 0px 2px 10px 2px #a04b5a inset;
}
.home .main-v .main-v-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 1px;
}
@media (max-width: 1000px) {
  .home .main-v .main-v-inner {
    padding: 25px 0 1px;
  }
}
.home .main-v .main-v-inner .bx-viewport {
  border: 0px;
  box-shadow: none;
}
@media (max-width: 1000px) {
  .home .main-v .main-v-inner .bx-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .home .main-v .main-v-inner .bx-pager {
    padding-top: 8px;
  }
}
.home .main-v .main-v-inner li a {
  display: block;
  width: 100%;
  height: 285px;
  text-indent: -9999px;
}
@media (max-width: 1000px) {
  .home .main-v .main-v-inner li a {
    height: auto;
    padding-top: 23%;
  }
}
.home .main-v .main-v-inner .main-v-conf {
  background: url(../img/40th_banner.jpg) center center/100% auto no-repeat;
  /*@media (max-width:1000px){
  	padding-top: 23%;
  }*/
}
.home .main-v .main-v-inner .main-v-conf2 {
  /*@media (max-width:1000px){
  	padding-top: 23%;
  }*/
}
.home .main-v .main-v-inner .main-v-conf3 {
  background: url(../img/banner_20251026.jpg) center center/100% auto no-repeat;
  /*@media (max-width:1000px){
  	padding-top: 23%;
  }*/
}
.home {
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
}
.home main {
  padding: 0;
  margin: 0 auto;
}
.home .contents-wrap {
  padding: 0;
  max-width: 1000px;
}
.home {
  /* end .contents-wrap */
}
.home article {
  background: none;
}
.home section {
  float: none;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0;
}
@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 {
  background: repeating-linear-gradient(-45deg, #e98596, #e98596 1px, #e4697e 1px, #e4697e 3px);
  box-shadow: 0px 2px 10px 2px #a04b5a inset;
}
.home .menu .menu_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.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: #e93a42;
  padding: 10px;
}
.home .menu__box_url_2 a, .home .menu__box_url_4 a {
  color: #e93a42;
}
.home {
  /* ニュース */
}
.home .news {
  width: 70%;
  float: left;
}
@media (max-width: 768px) {
  .home .news {
    width: 100%;
    padding: 0 10px;
  }
}
.home .news h2 {
  margin: 12px 0 20px;
  padding: 0px 0px 0px 60px;
  border: none;
  height: 45px;
  font-size: 135%;
  font-weight: bold;
  font-family: メイリオ, Meiryo;
}
.home .news h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: url(../img/logo_icon.png) center center/55px auto no-repeat;
  font-weight: normal;
  width: 55px;
  height: 70px;
  left: 0;
  top: -12px;
}
.home .news h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(#b3b0b0 1%, #fff);
}
.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 span {
  display: block;
  font-size: 105%;
  font-weight: bold;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .news span.ico {
  display: inline;
  font-size: 68%;
}
.home .news time {
  display: inline;
  font-size: 95%;
  font-weight: bold;
  color: #000;
  padding: 0 20px 0 0;
}
.home .news {
  /* アイコン */
}
.home .news .ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 10px 0 0;
}
.home .news .ico-new {
  background: #d92b2b;
}
.home {
  /* end .news */
  /*学会誌・外部バナー*/
}
.home .r_menu {
  width: 30%;
  float: right;
  box-sizing: border-box;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .home .r_menu {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
}
.home .r_menu .book {
  width: 90%;
  padding-left: 10%;
  position: relative;
}
@media (max-width: 768px) {
  .home .r_menu .book {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.home .r_menu .book .backccc {
  position: absolute;
  width: 40%;
  height: 90%;
  background-color: #e0e0e0;
  bottom: 0;
  left: 0;
}
.home .r_menu .book .book_inner {
  position: relative;
}
.home .r_menu .book .book_inner p {
  margin: 0;
  font-size: 98%;
  font-weight: bold;
}
.home .r_menu .link_banner ul {
  margin: 0;
}
@media (max-width: 768px) {
  .home .r_menu .link_banner ul {
    margin-top: 20px;
  }
}
.home .r_menu .link_banner ul li {
  padding: 0;
  line-height: 1;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .home .r_menu .link_banner ul li {
    margin: 5px 0;
  }
}
.home .r_menu .link_banner ul li img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.home .r_menu .link_banner ul li a {
  display: inline-block;
}
.home .r_menu .link_banner ul li:before {
  display: none;
}
.home .r_menu .link_banner ul li .icon-window:after {
  display: none;
}
.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 */
/*-------------------------------------------------------------------------------

 下層ページ共通

 -------------------------------------------------------------------------------*/
article h5 {
  font-size: 100%;
  margin: 10px 0 0;
}
article p.first {
  margin-top: 45px;
}
article p.title_s {
  margin: 0 0 0 10px;
}
article .red {
  color: red;
}
article .has-black-color {
  color: #000000;
}
article .has-cyan-bluish-gray-color {
  color: #adb8c3;
}
article .has-white-color {
  color: #fff;
}
article .has-pale-pink-color {
  color: #ee90a7;
}
article .has-luminous-vivid-orange-color {
  color: #f36e1d;
}
article .has-luminous-vivid-amber-color {
  color: #f4ba27;
}
article .has-light-green-cyan-color {
  color: #89dbb6;
}
article .has-vivid-green-cyan-color {
  color: #46ce86;
}
article .has-pale-cyan-blue-color {
  color: #9ad0fa;
}
article .has-vivid-cyan-blue-color {
  color: #4092e1;
}
article .has-vivid-purple-color {
  color: #9955dd;
}
article .has-vivid-red-color {
  color: red;
}
article ol.exa {
  margin: 0;
}
article ol.exa li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
article ol.exa li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

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

 学会について

 -------------------------------------------------------------------------------*/
.about article section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .about article section {
    padding: 20px 20px;
  }
}
.about article section p {
  margin: 0 0 10px 0;
}
.about article section p.btn {
  display: inline-block;
  margin: 0 15px 10px 0;
}
@media (max-width: 767px) {
  .about article section p.btn {
    display: block;
  }
}
.about article section ol.m_left {
  margin: 5px 0 20px 2em;
}
.about article section h2 {
  font-size: 125%;
  font-weight: bold;
  height: auto;
}
.about article section h3 {
  font-size: 125%;
}
.about article section h4 {
  margin: 15px 0 10px 0;
  font-size: 110%;
}
.about article section dl {
  margin: 0 0 5px 20px;
}
.about article section dl dt {
  display: inline-block;
  width: 7%;
  float: left;
  min-width: 64px;
}
.about article section dl dd {
  display: inline-block;
  width: 91%;
  margin-left: 2%;
}
.about article section .table-wrap {
  white-space: normal;
}
@media (max-width: 768px) {
  .about article section .table-wrap {
    white-space: normal;
  }
}
.about article section table th.on {
  vertical-align: top;
}
.about article section table .y_name {
  border-right: 0;
}
.about article section table .a_year {
  min-width: 150px;
}
.about article section table .a_kai {
  min-width: 130px;
}
.about article section table .a_year, .about article section table .a_kai, .about article section table .a_who, .about article section table .a_title {
  background-color: rgba(235, 217, 249, 0.31);
}
@media (max-width: 768px) {
  .about article section table {
    white-space: normal;
  }
  .about article section table th {
    display: none;
  }
  .about article section table th.on {
    display: block;
  }
  .about article section table td {
    display: block;
  }
  .about article section table .y_name {
    border-bottom: 0;
    border-right: 1px solid #ccc;
    padding-bottom: 0;
  }
  .about article section table .y_syozoku {
    padding-left: 2em;
    padding-top: 0;
  }
  .about article section table .awa_year {
    border-top: 1px solid #ccc;
    background-color: rgba(235, 217, 249, 0.31);
    text-align: center;
    font-weight: bold;
  }
}

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

 学術集会・総会

 -------------------------------------------------------------------------------*/
.conference article section .table-wrap {
  white-space: normal;
}
.conference article section table thead th {
  background-color: #ebd9f9;
}
.conference article section table thead th.nendo {
  min-width: 155px;
}
.conference article section table thead th.place {
  min-width: 74px;
}
.conference article section table tbody {
  background-color: rgba(255, 255, 255, 0.67);
}
.conference article section table tbody th {
  background: none;
}
.conference article section table tbody p.kai {
  margin: 0;
  display: block;
}
.conference article section table tbody p.year {
  margin: 0;
  display: inline-block;
}
.conference article section table tbody a {
  display: block;
}
.conference article section table tbody a:after {
  content: "公式HP";
  background-color: #4292d2;
  color: #fff;
  padding: 0.3em 0.6em;
  border-radius: 8px;
  font-size: 66%;
  margin: 0 0 0 0.5em;
  display: inline-block;
}
.conference article section table tbody a:hover {
  opacity: 0.6;
}
.conference article section table tbody a i.icon-window:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .conference article section table {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .conference article section table thead {
    display: none;
  }
  .conference article section table tbody {
    display: block;
  }
  .conference article section table tbody tr {
    width: 100%;
    display: block;
  }
  .conference article section table tbody tr th {
    display: block;
    width: 100%;
    background: rgba(235, 217, 249, 0.31);
    font-weight: bold;
    text-align: center;
  }
  .conference article section table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 4em;
    text-indent: 0.5em;
  }
  .conference article section table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-left: -4em;
  }
  .conference article section table tbody tr p.kai {
    display: inline-block;
  }
}

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

  学会誌

  -------------------------------------------------------------------------------*/
.publish h2 {
  font-size: 135%;
  font-weight: bold;
  height: auto;
  padding-left: 0px;
}
.publish h3 {
  font-size: 125%;
}
.publish h4 {
  margin-top: 10px;
}
.publish img {
  width: 20%;
  float: right;
  min-width: 120px;
}
.publish ul.bkno {
  margin: 20px 0 30px 0;
}
.publish ul.bkno li {
  padding: 0;
  margin: 0 7px 5px 0;
  display: inline-block;
}
.publish ul.bkno li:before {
  display: none;
}
.publish ul.bkno li a {
  padding: 5px 2px 5px 10px;
  border: 1px solid #0070c9;
  border-radius: 4px;
  display: inline-block;
  width: 142px;
  text-align: center;
}
.publish ul.bkno li a:hover {
  background-color: #0070c9;
  color: #fff;
}
.publish ul.bkno li a:active {
  opacity: 0.6;
}
.publish ul.bkno li.nodata {
  padding: 5px 2px 5px 10px;
  border: 1px solid #B8B7B7;
  background-color: none;
  border-radius: 4px;
  display: inline-block;
  width: 142px;
  text-align: center;
  color: #333333;
}
.publish p.btn_current, .publish p.btn_currentbtn_next {
  display: inline-block;
  border: 1px solid #c5c5c5;
  padding: 10px 20px;
  background-color: rgba(220, 220, 220, 0.45);
  box-sizing: border-box;
  width: 116px;
  font-weight: bold;
  color: #757575;
}
.publish p.btn_next, .publish p.btn_cbtn_next {
  display: inline-block;
  box-sizing: border;
  text-align: center;
  font-weight: bold;
}
.publish p.btn_next a, .publish p.btn_cbtn_next a {
  background-color: rgba(0, 112, 201, 0.13);
  display: inline-block;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  width: 116px;
  border: 1px solid #8cadc7;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.publish p.btn_next a:active, .publish p.btn_cbtn_next a:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.publish p.btn_next a:after, .publish p.btn_cbtn_next a:after {
  width: 6px;
  height: 6px;
  margin: -2px 7px 0 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: solid 1px #0070c9;
  border-left: solid 1px #0070c9;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.publish i.icon-window:after {
  display: none;
}
.publish p.j_text, .publish p.e_text {
  margin: 0;
  font-size: 100%;
}
.publish p.j_sum {
  margin: 0 0 0 20px;
  font-size: 89%;
}
.publish p.j_author, .publish p.e_author {
  margin: 0 0 10px 20px;
}

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

  認定制度

  -------------------------------------------------------------------------------*/
.qualification article .contents-wrap {
  max-width: 100%;
  padding: 0;
}
.qualification article .contents-wrap section {
  padding: 0;
}
.qualification article .contents-wrap section h2 {
  max-width: 940px;
  margin: 30px auto 0;
  box-sizing: border-box;
  height: auto;
  font-weight: bold;
  font-size: 135%;
  padding-left: 0;
}
@media (max-width: 1000px) {
  .qualification article .contents-wrap section h2 {
    margin: 30px 30px 0;
  }
}
.qualification article .contents-wrap section p.first {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 45px 30px;
}
.qualification article .contents-wrap section .seido {
  background-color: #f1f1f1;
}
.qualification article .contents-wrap section .seido .seido_inner {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .qualification article .contents-wrap section .seido .seido_inner {
    flex-direction: column;
  }
}
.qualification article .contents-wrap section .seido .seido_inner h3 {
  font-size: 99%;
}
.qualification article .contents-wrap section .dmenu {
  width: 33%;
  padding: 20px 10px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .qualification article .contents-wrap section .dmenu {
    width: 100%;
  }
}
.qualification article .contents-wrap section .dmenu h3 {
  background-color: #a8ecec;
  padding: 30px 20px 29px;
  margin: 0;
  border-bottom: none;
  flex-grow: 0;
  font-size: 100%;
}
.qualification article .contents-wrap section .dmenu h3:before {
  display: none;
}
.qualification article .contents-wrap section .dmenu h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 0;
  right: 10px;
  background: url(../img/logo_icon_white.png) top right/35px auto no-repeat;
}
@media (max-width: 768px) {
  .qualification article .contents-wrap section .dmenu h3:after {
    width: 30px;
    height: 30px;
    right: 3px;
    background: url(../img/logo_icon_white.png) top right/30px auto no-repeat;
  }
}
.qualification article .contents-wrap section .dmenu h3 span {
  font-size: 90%;
}
.qualification article .contents-wrap section .dmenu p {
  background-color: #fff;
  margin: 0;
  flex-grow: 1;
  position: relative;
}
.qualification article .contents-wrap section .dmenu p:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #a8ecec;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  margin-top: -7px;
}
.qualification article .contents-wrap section .dmenu p:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
  bottom: 26px;
  right: 27px;
}
.qualification article .contents-wrap section .dmenu p a {
  display: inline-block;
  padding: 20px;
  color: #000;
  position: relative;
  min-height: 189px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .qualification article .contents-wrap section .dmenu p a {
    min-height: auto;
    height: auto;
  }
}
.qualification article .contents-wrap section .dmenu p a span {
  color: #0070c9;
}
.qualification article .contents-wrap section .dmenu p a:hover {
  opacity: 0.6;
}
.qualification article .contents-wrap section .nmenu {
  width: 33%;
  padding: 20px 10px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .qualification article .contents-wrap section .nmenu {
    width: 100%;
  }
}
.qualification article .contents-wrap section .nmenu h3 {
  background-color: #e5cff0;
  padding: 20px;
  margin: 0;
  border-bottom: none;
  flex-grow: 0;
  font-size: 100%;
}
.qualification article .contents-wrap section .nmenu h3:before {
  display: none;
}
.qualification article .contents-wrap section .nmenu h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 0;
  right: 10px;
  background: url(../img/logo_icon_white.png) top right/35px auto no-repeat;
}
@media (max-width: 768px) {
  .qualification article .contents-wrap section .nmenu h3:after {
    width: 30px;
    height: 30px;
    right: 3px;
    background: url(../img/logo_icon_white.png) top right/30px auto no-repeat;
  }
}
.qualification article .contents-wrap section .nmenu h3 span {
  font-size: 90%;
}
.qualification article .contents-wrap section .nmenu p {
  background-color: #fff;
  margin: 0;
  flex-grow: 1;
  position: relative;
}
.qualification article .contents-wrap section .nmenu p:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #e4cff0;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  margin-top: -7px;
}
.qualification article .contents-wrap section .nmenu p:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
  bottom: 26px;
  right: 27px;
}
.qualification article .contents-wrap section .nmenu p a {
  display: inline-block;
  padding: 20px;
  color: #000;
  position: relative;
}
.qualification article .contents-wrap section .nmenu p a span {
  color: #0070c9;
}
.qualification article .contents-wrap section .nmenu p a:hover {
  opacity: 0.6;
}
.qualification article .contents-wrap section .nmenu.pmenu h3 {
  background-color: #c7daf7;
}
.qualification article .contents-wrap section .nmenu.pmenu p::before {
  background: #c7daf7;
}
.qualification article .contents-wrap section h3.w_shitei {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px;
  border-bottom: none;
}
.qualification article .contents-wrap section h3.w_shitei:before {
  display: none;
}
.qualification article .contents-wrap section h3.w_shitei:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/link_icon.png) bottom center/1.1em auto no-repeat;
  margin-left: 10px;
}
.qualification article .contents-wrap section .seido_link {
  background-color: #d6def7;
  padding: 30px 0;
}
.qualification article .contents-wrap section .seido_link_inner {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
.qualification article .contents-wrap section .q_wrap {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px;
}
.qualification article .contents-wrap section .q_wrap p.first {
  padding: 45px 0px;
}
.qualification article .contents-wrap section .title_m {
  margin: 15px 0 5px 0;
  font-weight: bold;
}
.qualification article .contents-wrap section .exa {
  margin-left: 1em;
}
.qualification article .contents-wrap section .exa li {
  padding-left: 20px;
  position: relative;
}
.qualification article .contents-wrap section .exa li:before {
  margin-left: -2em;
}
.qualification article .contents-wrap section ul.ul_small {
  margin: 10px 0 10px 30px;
}
.qualification article .contents-wrap section ul.ul_small li.small {
  padding: 0;
}
.qualification article .contents-wrap section ul.ul_small li.small:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 6px;
  background: #000;
}
.qualification article .contents-wrap section p {
  margin: 0 0 10px 1em;
}
.qualification article .contents-wrap section h5 {
  font-size: 110%;
  margin: 30px 0 0;
}
.qualification article .contents-wrap section p.for_qtop {
  text-align: right;
  margin: 10px 0;
}
.qualification article .contents-wrap section p.for_qtop a {
  display: block;
  position: relative;
  padding: 20px 0;
}
.qualification article .contents-wrap section p.for_qtop a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #e4cff0;
  border-radius: 50%;
  margin-top: 1px;
  margin-left: -2em;
}
.qualification article .contents-wrap section p.for_qtop a:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px;
  margin-left: -13.7em;
}
.qualification article .contents-wrap section p.for_qtop a:hover {
  opacity: 0.6;
}
.qualification article .contents-wrap section .table-wrap {
  white-space: normal;
}
.qualification article .contents-wrap section table.table_seido thead th {
  background-color: #f1eef0;
}
.qualification article .contents-wrap section table.table_seido thead th.th01 {
  min-width: 200px;
}
.qualification article .contents-wrap section table.table_seido thead th.th02 {
  min-width: 150px;
}
.qualification article .contents-wrap section table.table_seido thead th.th04 {
  min-width: 65px;
}
.qualification article .contents-wrap section table.table_seido tbody {
  background-color: rgba(255, 255, 255, 0.67);
}
.qualification article .contents-wrap section table.table_seido tbody th {
  background: none;
}
@media screen and (max-width: 640px) {
  .qualification article .contents-wrap section table.table_seido {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .qualification article .contents-wrap section table.table_seido thead {
    display: none;
  }
  .qualification article .contents-wrap section table.table_seido tbody {
    display: block;
  }
  .qualification article .contents-wrap section table.table_seido tbody tr {
    width: 100%;
    display: block;
  }
  .qualification article .contents-wrap section table.table_seido tbody tr th {
    display: block;
    width: 100%;
    background: rgba(235, 217, 249, 0.31);
    font-weight: bold;
    text-align: center;
  }
  .qualification article .contents-wrap section table.table_seido tbody tr td {
    display: block;
    width: 100%;
    padding-left: 4em;
    text-indent: 0.5em;
  }
  .qualification article .contents-wrap section table.table_seido tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-left: -4em;
  }
  .qualification article .contents-wrap section table.table_seido tbody tr td.td01 {
    background-color: #f1eef0;
  }
  .qualification article .contents-wrap section table.table_seido tbody tr p.kai {
    display: inline-block;
  }
}

ul.dwl {
  margin: 0;
  padding: 0;
}
ul.dwl li {
  position: relative;
  padding: 5px 0 5px 2em;
  text-indent: -0.5em;
  border-bottom: 0.5px solid #fff;
}
ul.dwl li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #3366ff;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin-top: 8px;
}
ul.dwl li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 13px;
  top: 0;
  left: 4px;
}

ul.namelist {
  margin: 30px 0 30px 20px;
}
ul.namelist li {
  line-height: 1.7;
  position: relative;
  margin: 0 4% 5px 0;
  padding: 0;
  display: inline-block;
  width: 15%;
  min-width: 120px;
}
ul.namelist li:before {
  display: none;
}

p.right {
  text-align: right;
}

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

 入会

 -------------------------------------------------------------------------------*/
.entry article section p {
  margin-bottom: 10px;
}

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

 入会フォーム

 -------------------------------------------------------------------------------*/
.a20200113symposium-form .table-wrap,
.entry_form .table-wrap,
.change_form .table-wrap {
  white-space: normal;
}
.a20200113symposium-form table,
.entry_form table,
.change_form table {
  border: none;
  margin: 50px 0 30px 0;
  display: block;
}
@media (max-width: 594px) {
  .a20200113symposium-form table,
  .entry_form table,
  .change_form table {
    margin-top: 20px;
  }
}
.a20200113symposium-form table tbody,
.entry_form table tbody,
.change_form table tbody {
  display: block;
}
.a20200113symposium-form table tbody th,
.entry_form table tbody th,
.change_form table tbody th {
  width: 15%;
  background: none;
  border: none;
  min-width: 122px;
}
@media (max-width: 594px) {
  .a20200113symposium-form table tbody th,
  .entry_form table tbody th,
  .change_form table tbody th {
    width: 100%;
    display: block;
    padding: 8px 8px 0 3px;
  }
}
.a20200113symposium-form table tbody th.long,
.entry_form table tbody th.long,
.change_form table tbody th.long {
  text-align: center;
  background: #ececec;
  padding: 8px 8px 0 3px;
}
.a20200113symposium-form table tbody td,
.entry_form table tbody td,
.change_form table tbody td {
  border: none;
}
@media (max-width: 594px) {
  .a20200113symposium-form table tbody td,
  .entry_form table tbody td,
  .change_form table tbody td {
    width: 100%;
    display: block;
    padding: 0 20px 8px 0px;
  }
}
.a20200113symposium-form table tbody input,
.a20200113symposium-form table tbody textarea,
.a20200113symposium-form table tbody select,
.entry_form table tbody input,
.entry_form table tbody textarea,
.entry_form table tbody select,
.change_form table tbody input,
.change_form table tbody textarea,
.change_form table tbody select {
  background-color: #ebe0f3;
  border: 1px solid #cccccc;
}
@media (max-width: 594px) {
  .a20200113symposium-form table tbody input,
  .a20200113symposium-form table tbody textarea,
  .a20200113symposium-form table tbody select,
  .entry_form table tbody input,
  .entry_form table tbody textarea,
  .entry_form table tbody select,
  .change_form table tbody input,
  .change_form table tbody textarea,
  .change_form table tbody select {
    width: 100%;
    box-sizing: border-box;
  }
}
.a20200113symposium-form table tbody .horizontal-item,
.entry_form table tbody .horizontal-item,
.change_form table tbody .horizontal-item {
  /*display: inline-block;*/
}
.a20200113symposium-form table tbody input[type=radio],
.entry_form table tbody input[type=radio],
.change_form table tbody input[type=radio] {
  width: auto;
}
.a20200113symposium-form .btn-wrap .send,
.entry_form .btn-wrap .send,
.change_form .btn-wrap .send {
  background: #f26277;
  border: none;
  border-radius: 10px;
  padding: 15px 70px 15px 70px;
}
.a20200113symposium-form .btn-wrap .back,
.entry_form .btn-wrap .back,
.change_form .btn-wrap .back {
  border-radius: 10px;
}

.change_form table tbody .horizontal-item {
  display: block;
  min-width: 100px;
}
.change_form table tbody input[type=checkbox] {
  width: auto;
}
.change_form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

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

 リンク

 -------------------------------------------------------------------------------*/
.link article section h3 {
  font-size: 120%;
}
.link article section dt {
  font-size: 110%;
  letter-spacing: 1px;
  font-weight: bold;
}
.link article section dd {
  margin-left: 10px;
}

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

 お知らせ一覧

 -------------------------------------------------------------------------------*/
.news article section h2 {
  height: auto;
  padding-left: 0;
  margin-bottom: 30px;
}
.news article section .single-link {
  margin-left: 20px;
  font-size: 80%;
}
.news article section .post-title {
  letter-spacing: 0.5px;
  line-height: 1.3em;
}
.news article section time {
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

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

 サイトマップ

 -------------------------------------------------------------------------------*/
.sitemap article section {
  font-size: 105%;
}
.sitemap article section ul {
  border-bottom: 0px;
  width: 75%;
  margin: 0 auto;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.sitemap article section ul li:before {
  background: #a9c5dc;
}
.sitemap article section p {
  border-bottom: 1px solid #ccc;
  width: 75%;
  margin: 25px auto;
}

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

 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;
}

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

  手引き

  -------------------------------------------------------------------------------*/
.guidance article section h2 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 0;
}
.guidance article section a::after {
  display: none;
}
.guidance article section a i {
  display: none;
}
.guidance article section a i::after {
  display: none;
}
.guidance article section .guidance-new {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .guidance article section .guidance-new {
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .guidance article section .guidance-new {
    justify-content: space-around;
  }
}
.guidance article section .guidance-new p {
  margin-bottom: 0;
}
.guidance article section .guidance-new img {
  max-width: 250px;
}
.guidance article section .archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
@media (max-width: 425px) {
  .guidance article section .archive-list {
    justify-content: space-around;
  }
}
.guidance article section .archive-list li {
  width: 19%;
  padding-left: 0;
}
@media (max-width: 767px) {
  .guidance article section .archive-list li {
    width: 24%;
  }
}
@media (max-width: 425px) {
  .guidance article section .archive-list li {
    width: 33%;
    min-width: 150px;
  }
}
.guidance article section .archive-list li::before {
  display: none;
}
.guidance article section .archive-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guidance article section .archive-list li a::after {
  display: none;
}

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