/* z-index:1000 = ログインボタンh-etc z-index:10 = グローバルナビ z-index:20 = SPナビ z-index:30 = グローバルメニュー*/

/* ---
共通設定
--- */

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  -webkit-print-color-adjust: exact;
  /* chromeで印刷時に背景を適用させる */
}

a {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* aタグ */

a.link {
  word-break: break-all;
}

a img {
  transition: all 0.5s ease-in-out 0s;
}

a:hover img,
a:active img {
  opacity: 0.6;
}

a:visited {
  color: #0000cd;
  text-decoration: none;
}

/* ---
header
--- */

header {
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  header {
    width: 90% !important;
  }
}

div#logo {
  padding-left: 0;
}

.logo img {
  width: 284px;
}

@media screen and (max-width: 768px) {
  .logo img {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* header 右 */

.h_right {
  padding-right: 0;
  padding-left: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .h_right {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    z-index: 10;
  }
}

/*.h_login{
	padding-right: 0;
}*/

/* お問い合わせ・english・入会会員手続きの枠 */

.header-btn-area {
  padding: 5px 3px 5px 0px;
}

@media screen and (max-width: 768px) {
  .header-btn-area {
    padding: 5px 0px;
  }
}

.lang-en-btn-div {
  padding: 0 10px;
}

.c-contact {
  font-size: 14px;
}

.c-contact-div-sp {
  padding: 0 10px;
  font-size: 13px;
}

.c-etc-div {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-etc-div {
    padding: 0 10px;
  }
}

/* japaneseボタン */

.lang-ja-btn {
  padding: 2px 5px;
  font-size: 15px;
  color: #fff;
  background-color: #004485;
  border: 1px solid #004485;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .lang-ja-btn {
    width: 120px;
  }
}

a.lang-ja-btn,
a.lang-ja-btn:visited {
  color: #fff;
}

a.lang-ja-btn:hover {
  color: #fff;
  text-decoration: none;
}

/* Englishボタン */

.lang-en-btn {
  padding: 5px 9px;
  font-size: 15px;
  color: #004485;
  background-color: #fff;
  border: 1px solid #004485;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .lang-en-btn {
    width: 110px;
    font-size: 13px;
  }
}

a.lang-en-btn:hover,
a.lang-en-btn:visited {
  color: #004485;
  text-decoration: none;
}

/* 文字サイズ */

.c-caption {
  margin-right: 5px;
  font-size: 15px;
  color: #004583;
}

a.c-btn {
  height: 22px;
  width: 22px;
  margin-right: 5px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #004485;
}

a.c-btn:hover {
  color: #fff;
  text-decoration: none;
}

a.c-small,
a.c-small:hover,
a.c-large,
a.c-large:hover {
  color: #004583;
}

.c-medium {
  background-color: #004485;
  color: #fff;
}

/* お問い合わせ・会員手続き */

.h_etc {
  z-index: 1000;
  padding: 0;
}

.c-etc {
  /* margin-left: 10px;*/
  background-color: #004485;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .c-etc {
    /* margin-left: 10px;*/
    background-color: #004485;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0;
    text-align: center;
    width: 120px;
  }
}

a.c-etc {
  color: #fff;
}

/*.h_switch{
	padding: 0;
} */

/*.login-tag{
	position: relative;
	width: 100%;
}*/

/* メニューボタンの下のバー（SP） */

.home-hr {
  display: none;
}

.page-hr {
  height: 3px;
  background-color: #32a2d0;
  border: none;
  color: #32a2d0;
}

/* ログイン（マイページ含む）ボタン */

.c-mypage {
  width: 50%;
  float: left;
  padding-top: 5px;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .c-mypage {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .c-mypage {
    text-align: center;
  }
}

.c-mypage-login {
  width: 50%;
  float: left;
  padding-top: 5px;
  text-align: right;
}

.c-login {
  width: 50%;
  float: left;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .c-login {
    text-align: center;
  }
}

.c-mypage img,
.c-login img {
  width: 163px;
  /* height: 60px; */
}

@media screen and (max-width: 768px) {

  .c-mypage img,
  .c-login img {
    /*width: 140px;
		height: 52px;*/
    width: auto;
    height: auto;
  }
}

.mypage-area {
  padding-left: 3px;
}

@media screen and (max-width: 768px) {
  .mypage-area {
    padding: 0;
    width: 100%;
  }
}

/* ---
google検索
--- */

.api-area {
  max-width: 1000px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gs_table {
  width: 100%;
  margin: 0 auto;
}

.google-btn {
  background-color: #000;
  color: #fff;
  border-top-right-radius: 8px;
  border: 1px solid #000;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  width: 56px;
  height: 25px;
}

.input-area {
  width: 180px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%),
    url(https://www.google.co.jp/intl/ja/logos/Logo_25wht.gif);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  border-radius: 0;
  height: 25px;
}

.google-btn-div {
  font-size: 13px;
  padding: 0 0 0 4px;
}

.spsearch {
  padding-left: 11px;
  padding-right: 7px;
  padding: 10px 11px 10px 7px;
}

/* ---
グローバルメニュー
--- */

.global-navi {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .global-navi {
    width: 90%;
  }
}

.global-navi .row {
  position: relative;
  max-width: 1000px;
  margin: 0;
}

.menu-global-menu-container {
  display: flex;
  /*float: left;*/
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 991px) {
  .mn-menu {
    display: none;
  }
}

.sp-mn-menu {
  display: none;
}

.menutgl {
  padding: 14px 10px;
  color: #fff;
  /* background-color: #004485; */
  background-color: #32a2d0;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .sp-mn-menu {
    display: block;
    width: 88%;
  }

  .sp-mn-menu .sp-menu {
    /*display:none;*/
    position: absolute;
    z-index: 100;
    width: 50%;
    padding: 10px;
    top: -150px;
    background-color: #fff;
    border: #ddd 1px solid;
  }

  .sp-mn-menu .sp-menu.page-sp-menu {
    margin-top: -18px;
  }

  .sp-mn-menu .sp-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .sp-mn-menu .sp-menu {
    width: 90%;
  }
}

/* 上のボタンと合わせるために強制的にサイズを変える部分 */
#menu-item-12871 {
  flex-shrink: 0;
  width: 130px !important;
}

#menu-item-57 {
  flex-shrink: 0;
  width: 163px !important;
}

#menu-item-61 {
  flex-shrink: 0;
  width: 163px !important;
}

/* ---
サイドメニュー
--- */

ul#menu-global-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

ul#menu-global-menu>li {
  /* -ms-flex: 1 1 auto;
    flex: 1 1 auto; */
  width: 100%;
  margin-right: 5px;
  text-align: center;
}

ul#menu-global-menu>li:last-child {
  margin-right: 0px;
  text-align: center;
}

ul#menu-global-menu>li>ul {
  position: absolute;
  z-index: 30;
  top: 50px;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.9);
}

ul#menu-global-menu>li>ul a {
  color: #555;
  display: block;
}

ul#menu-global-menu>li>ul a:hover {
  text-decoration: none;
}

.sub-menu {
  display: none;
}

/* SP時のメニューは全表示 */

@media screen and (max-width: 991px) {
  .sub-menu {
    display: block;
    padding-left: 20px;
  }
}

li:hover>ul.sub-menu {
  /* display: block; */
}

/* グローバルメニュー 帯部分 */

ul#menu-global-menu>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(50, 162, 208, 1);
}

ul#menu-global-menu>li>a:hover {
  color: #fca4e9;
}

/* グローバルメニュー ホバー時に表示される部分 */

#menu-global-menu li:hover>ul.sub-menu {
  display: block;
  border: 1px solid #ddd;
}

/* グローバルメニュー メニュー */

ul#menu-global-menu>li>ul>li {
  padding: 10px;
  text-align: left;
  display: block;
}

/* グローバルメニュー メニューホバー時 */

ul#menu-global-menu>li>ul>li>a:hover {
  background-color: #afe3f9;
}

@media screen and (max-width: 991px) {
  li:hover>ul.sub-menu {
    /*border:0px solid #ddd;*/
  }
}

/* ページ分け */
.kbn-area {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .kbn-area {
    width: 100%;
  }
}

.kbn-area-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

@media screen and (min-width: 992px) {
  .kbn-area-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.kbn-area-inner-contents {
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .kbn-area-inner-contents {
    width: 100%;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 15px;
  }
}

.kbn-area-inner-contents ul {
  margin-top: -20px;
}

@media screen and (min-width: 992px) {
  .kbn-area-inner-contents ul {
    margin-top: 0;
  }
}

.kbn-area-inner-contents span {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kbn-area-inner-contents a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kbn-area-inner-contents:last-child {
  width: 25%;
}

@media screen and (min-width: 992px) {
  .kbn-area-inner-contents:last-child {
    width: 100%;
    margin-right: 0px;
  }
}

.kbn-btn {
  border-radius: 5px;
  display: inline-block;
  padding: 7.5px 0;
  text-align: center;
  width: 97%;
}

@media screen and (min-width: 992px) {
  .kbn-btn {
    border-radius: 5px;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
}

a.kbn-btn {
  color: #fff;
  font-size: 3.2vw;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 992px) {
  a.kbn-btn {
    font-size: 15px;
    height: 52px;
  }
}

a.kbn-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.bg-0d3495 {
  background-color: #0d3495;
}

.bg-81bb04 {
  background-color: #81bb04;
}

.bg-8e5904 {
  background-color: #8e5904;
}

.bg-f48400 {
  background-color: #f48400;
}

.kbn-pageheader {
  text-align: center;
}

.kbn-pageheader img {
  max-width: 100%;
}

/* ---
フロント・ページ
--- */

/* スライダー */

.slider-bg img {
  max-width: 1000px;
}

#index_slider .sp-button,
#index_slider_sp .sp-button {
  background-color: #fff;
  border-color: #fff;
}

#index_slider .sp-button.sp-selected-button,
#index_slider_sp .sp-button.sp-selected-button {
  background-color: #f09046;
  border-color: #f09046;
}

@media screen and (max-width: 768px) {
  #index_slider_sp .sp-button {
    height: 10px;
    width: 10px;
  }
}

#index_slider {
  position: relative;
}

@media screen and (max-width: 991px) {
  #index_slider {
    margin-top: -89px !important;
  }
}

@media screen and (max-width: 991px) {
  #index_slider_sp {
    position: relative;
  }
}

.sp-buttons {
  margin-top: -30px;
}

.login-tag {
  /* padding-top: 7px;
	padding-bottom: 7px;
	background-color:#C251D4; */
}

.login-tag img {
  /* width: 100%; */
}

/* リウマチ学・WEB用語検索　類似症例検索システム */

img.riumachi-gaku {
  max-width: 415px;
}

img.kensaku_wht {
  max-width: 315px;
}

img.ruiji_shorei {
  max-width: 415px;
}

img.kensaku_blu {
  max-width: 315px;
}

.h_mylogin {
  /* margin-top:-65px; */
}

@media screen and (max-width: 991px) {
  .h_mylogin {
    /* margin-top:auto; */
  }
}

/* パンくずリスト */

.breadcrumbs-area {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ee3fc8;
}

@media screen and (max-width: 991px) {
  .breadcrumbs-area {
    width: 90%;
  }
}

span.breadcrumbs-arrow {
  color: #007bff;
}

/* 日本リウマチ学会からのお知らせ */

.info-area {
  max-width: 1000px;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .info-area {
    width: 90%;
  }
}

.info-list {
  width: 100%;
  border: 1px solid #32a2d0;
}

.info-list h3 {
  background-color: #32a2d0;
}

.info-list h3 span {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.info-list-line {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/*.new-icon{
	padding: 5px;
	color: #fff;
	font-size: 12px;
	background-color: #ff0000;
	text-decoration: none !important;
}*/

/* newアイコンが無い場合のスペース */

.new-icon-n {
  display: block;
  width: 60px;
}

/* 日付 */

.date-icon {
  width: 130px;
  display: block;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .date-icon {
    width: 80%;
    text-align: left;
  }
}

/* カテゴリー */

.cat-icon {
  display: block;
  width: 130px;
  padding: 2px;
  color: #fff;
  background-color: #c251d4;
}

/* もっとみるボタン */

.list-next-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  background-color: #32a2d0;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  border: solid 2px #6dbbdb;
}

/* リストの行 */

.info-list-line-row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}

/* 検索下のバナー4つ */

.menu-area {
  max-width: 1000px;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .menu-area {
    width: 90%;
  }
}

.menu-area img {
  width: 100%;
}

/* SNS */

.sns-area {
  max-width: 800px;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .sns-area {
    width: 90%;
  }
}

.icon_fb,
.icon_tw {
  width: 85%;
  max-width: 130px;
}

/* Google検索 */

.search-area {
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .search-area {
    width: 90%;
  }
}

/* リウマチ学用語・WEB検索 類似症例検索システム */

.shorei_row {
  background-color: #1d9dd3;
}

.shorei_row img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .shorei_row img {
    width: 90%;
  }
}

.ruigi_row {
  background-color: #d2ecf9;
}

.ruigi_row img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .ruigi_row img {
    width: 90%;
  }
}

/* wiget-menu-area */

.wiget-menu-area {
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .wiget-menu-area {
    width: 90%;
  }
}

/* sponsorship-wiget-area */

.sponsorship-wiget-area-outer {
  padding-top: 20px;
  margin-bottom: 70px;
  background-color: #32a2d0;
}

.sponsorship-wiget-area {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .sponsorship-wiget-area {
    width: 88.824vw;
    max-width: 1065px;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .sponsorship-wiget-area {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .sponsorship-wiget-area>div {
    width: 50%;
    text-align: center;
  }
}

.sponsorship-wiget-area img {
  width: 160px;
}

@media screen and (max-width: 1199px) {
  .sponsorship-wiget-area img {
    width: calc((160 / 1200) * 100vw);
    max-width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .sponsorship-wiget-area img {
    width: calc((300 / 750) * 100vw);
  }
}

.sponsorship-wiget-area a {
  display: inline-block;
}

/* category-wiget-area */

.category-wiget-area {
  width: 100%;
  max-width: 1000px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .category-wiget-area {
    width: 90%;
  }
}

.category-wiget-area h3 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #004181;
}

.category-wiget-area ul.menu li {
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 35px;
}

.category-wiget-area ul.menu li a {
  color: #767676;
  text-decoration: underline;
  letter-spacing: 1px;
}

.category-wiget-area hr {
  margin-bottom: 30px;
}

/* footer */

footer {
  padding-top: 20px;
  background-color: #d2ecf9;
}

.footer-area {
  width: 100%;
  max-width: 1000px;
}

.footer-navi ul.menu li {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 40px;
  word-break: break-all;
}

.footer-navi ul.menu li a {
  color: #0056b3;
  text-decoration: underline;
}

/* page */

.page-navi ul#menu-global-menu>li>a {
  background-color: #32a2d0;
}

ul#menu-global-menu>li.current-menu-ancestor>a,
ul#menu-global-menu>li.current-menu-ancestor li.current-menu-item a {
  color: #fca4e9;
}

/* page edier css */

.page-area p {
  display: block;
  margin: 1em 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.page-area strong {
  font-weight: bold;
}

.page-area em {
  font-style: italic;
}

.page-area blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* info */

.year-btn {
  width: 100%;
  display: block;
  padding: 5px;
  color: #32a2d0;
  text-align: center;
  text-decoration: none;
  border: #32a2d0 1px solid;
  margin-bottom: 10px;
  height: 40px !important;
}

.page-area a.info-term-btn {
  width: 100%;
  display: block;
  padding: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}

a.info-term-btn:hover {
  color: #fff;
  text-decoration: underline;
}

/* page-area */

.page-area {
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .page-area {
    width: 90%;
  }
}

.page-area a {
  text-decoration: underline;
}

.page-sidebar a,
.page-sidebar .display-menu .menu-item a,
.page-area .current-menu-item>a {
  width: 100%;
  display: flex;
  padding: 5px;
  color: #32a2d0;
  text-align: center;
  text-decoration: none;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.page-area .current-menu-item>a {
  background-color: #32a2d0;
}

.page-sidebar a:hover,
.page-sidebar .display-menu a:hover {
  color: #fff;
  background-color: #32a2d0 !important;
}

.page-sidebar .menu-item {
  display: none;
}

.etc-view .menu-item {
  display: block;
}

.pw-view .menu-item {
  display: block;
}

#menu-global-menu-2>.current-menu-ancestor>a {
  display: none;
}

.page-sidebar .menu {
  width: 100%;
}

.page-sidebar .display-menu a {
  display: none;
}

.page-sidebar .menu-item.current-menu-ancestor,
.page-sidebar .menu-item.current-menu-ancestor .sub-menu,
.page-sidebar .display-menu,
.page-sidebar .display-menu ul {
  display: block;
  border: 0;
}

.menu-item-460 {
  position: relative;
  z-index: 10;
}

#menu-global-menu-2 .menu-item>.sub-menu>.menu-item>.sub-menu {
  position: absolute;
  top: 0;
  left: 224px;
  width: 200px;
  display: none !important;
  background-color: #fff;
  z-index: 100;
}

#menu-global-menu-2 .menu-item>.sub-menu>.menu-item>a {
  border: 1px solid #32a2d0;
  background-color: rgba(255, 255, 255, 0.8);
}

#menu-global-menu-2 .menu-item>.sub-menu>.menu-item.current-page-ancestor>a {
  background-color: #32a2d0 !important;
  color: #fff !important;
}

#menu-global-menu-2 .menu-item>.sub-menu>.menu-item:hover>a+.sub-menu,
#menu-member .menu-item:hover>a+.sub-menu {
  display: block !important;
}

/* サイドメニューを三階層目まで見せる改修　SPはいまのまま */
@media screen and (max-width: 991px) {
  .sub-menu .sub-menu {
    font-size: 13px;
  }
}

/* サイドメニューを三階層目まで見せる改修　SPはいまのまま */
@media screen and (max-width: 991px) {
  #menu-global-menu-2 .sub-menu .sub-menu {
    display: none !important;
  }
}

.guidancecls .page-sidebar .menu-global-menu-container .sub-menu .sub-menu>li {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

.guidancecls .page-sidebar .menu-global-menu-container .sub-menu .sub-menu>li>a {
  border: 0;
}

.guidancecls .page-sidebar .menu-global-menu-container .sub-menu .sub-menu {
  border: 1px solid #32a2d0 !important;
}

/*
.page-sidebar .display-menu .sub-menu li.menu-item, .page-sidebar .menu-item.current-menu-ancestor .sub-menu li.menu-item, .page-sidebar .etc-view .menu-item, .page-sidebar .pw-view .menu-item, .page-sidebar .menu-item.current-menu-ancestor .sub-menu li.menu-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex-basis: 90%;
	max-width: 90%;
	border: #32A2D0 2px solid;
}
*/

.page-sidebar .display-menu .sub-menu li.menu-item,
.page-sidebar .menu-item.current-menu-ancestor .sub-menu li.menu-item,
.page-sidebar .etc-view .menu-item,
.page-sidebar .pw-view .menu-item,
.page-sidebar .menu-item.current-menu-ancestor .sub-menu li.menu-item {
  display: block;
  /*
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;*/
  flex-basis: 90%;
  max-width: 90%;
}

.page-sidebar .menu-item.current-menu-ancestor .sub-menu>li>.sub-menu>li {
  max-width: 100%;
}

#menu-global-menu-2>li>ul>li {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-sidebar .menu-item.current-menu-ancestor .sub-menu li.menu-item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu,
  .page-sidebar .menu-item.display-menu ul.sub-menu,
  .page-sidebar ul.etc-view,
  .page-sidebar ul.pw-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 10px;
  }

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu li.menu-item,
  .page-sidebar .etc-view .menu-item,
  .page-sidebar .pw-view .menu-item {
    flex-basis: 32%;
    max-width: 32%;
    margin-right: 4.2px;
    margin-left: 4.2px;
  }

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu li.menu-item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-navi {
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu,
  .page-sidebar .menu-item.display-menu ul.sub-menu,
  .page-sidebar ul.etc-view,
  .page-sidebar ul.pw-view {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu,
  .page-sidebar .menu-item.display-menu ul.sub-menu,
  .page-sidebar ul.etc-view,
  .page-sidebar ul.pw-view {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu li.menu-item,
  .page-sidebar .menu-item.display-menu ul.sub-menu li.menu-item,
  .page-sidebar .etc-view .menu-item,
  .page-sidebar .pw-view .menu-item {
    flex-basis: 49%;
    max-width: 49%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu li.menu-item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-sidebar .menu-item.current-menu-ancestor ul.sub-menu li.current-menu-item {
    background-color: #32a2d0;
  }
}

.page-article {
  padding-top: 20px;
  line-height: 2rem;
  color: #666563;
}

.page-title {
  background-color: #d2ecf9;
  padding: 10px 20px;
}

.page-title span {
  display: block;
  border-left: #32a2d0 5px solid;
  padding: 5px 10px;
  font-weight: bold;
  color: #666563;
}

.page-article h3 {
  color: #32a2d0;
  margin-bottom: 10px;
}

h3.post-title {
  color: #32a2d0;
}

.page-article h4 {
  color: #32a2d0;
  margin-bottom: 15px;
  background-color: #eee;
  padding: 5px 10px;
  font-weight: bold;
}

/* 日本リウマチ学会からのお知らせ　ビジュアルエディタ用 */

.post-info h2 {
  color: #32a2d0;
  margin-bottom: 15px;
  background-color: #eee;
  padding: 5px 10px;
  font-weight: bold;
}

.post-info h3 {
  color: #32a2d0;
  background-color: #eee;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-weight: bold;
}

.post-info h4 {
  border-bottom: 1px solid #666563;
  margin-bottom: 15px;
  padding: 3px 10px;
}

.post-info h5 {
  border-bottom: 1px solid #666563;
  margin-bottom: 5px;
  padding: 3px 10px;
}

.post-info ul {
  margin: 1em 0;
  padding-left: 30px;
}

.post-info ol {
  margin: 1em 0;
  padding-left: 30px;
  list-style-type: decimal;
}

/*.page-sidebar li.current-menu-item,*/

.page-area .current-page-ancestor>a {
  background-color: #32a2d0;
}

.page-area .current-page-ancestor>a,
.page-sidebar .current-menu-item>a {
  background-color: #32a2d0;
  color: #fff !important;
}

.page-sidebar li a {
  /* border: 1px solid #32A2D0; */
}

.page-sidebar .menu-etc_menu-container li,
.page-sidebar .menu-spmenu1-container li,
.page-sidebar .menu-spmenu2-container li,
.page-sidebar .menu-spmenu3-container li,
.page-sidebar .menu-pw_menu-container li {
  margin-bottom: 20px;
}

.page-sidebar .menu-etc_menu-container li a,
.page-sidebar .menu-spmenu1-container li a,
.page-sidebar .menu-spmenu2-container li a,
.page-sidebar .menu-spmenu3-container li a,
.page-sidebar .menu-pw_menu-container li a {
  border: 1px solid #32a2d0;
}

.page-sidebar li.current-menu-item>a {
  color: #fff;
  background-color: #32a2d0 !important;
}

.border-top {
  border-top: 1px #ddd;
}

.border-bottom {
  border-bottom: 1px #ddd;
}

/* gender */

.gender-menu a,
.gender-menu-active {
  display: inline-block;
  width: 80%;
  padding: 5px;
  margin-bottom: 5px;
  color: #4faf58;
  text-align: center;
  text-decoration: none;
  border: 1px solid #81bb04;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(#dde9c4, #dde9c4);
}

.gender-menu a:hover,
a.gender-btn-a,
.gender-menu-active {
  color: #fff;
  background: linear-gradient(#c5df8d, #81bb04);
}

/* JCR International School */
.jcr-international-menu a,
.jcr-international-menu-active {
  display: inline-block;
  width: 80%;
  padding: 5px;
  margin-bottom: 5px;
  color: #0d3495;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0d3495;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(#d2ecf9, #d2ecf9);
}

.jcr-international a:hover,
a.jcr-international-btn-a,
.jcr-international-menu-active {
  color: #fff;
  background: linear-gradient(#0667b6, #0d3495);
}

.blue-btn {
  display: inline-block;
  padding: 3px;
  color: #fff;
  background-color: #32a2d0;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  border: solid 2px #6dbbdb;
}

a:hover>.blue-btn {
  background-color: rgba(50, 162, 208, 0.8);
  transition: all 0.5s ease-in-out 0s;
}

.tanto {
  flex-basis: 45px;
  max-width: 45px;
  min-width: 45px;
}

.gender-blue-btn {}

/* shibu */

.shibu-nav-tabs {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .shibu-nav-tabs .nav-item {
    flex: 0 0 16.6666666%;
    max-width: 16.6666666%;
  }
}

.shibu-nav-tabs .nav-item .nav-link {
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #ddd;
  text-decoration: none;
  color: #444;
  text-align: center;
  cursor: pointer;
}

.shibu-nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
}

.shibu-tab-content {
  padding-top: 10px;
  border: 1px solid #ccc;
}

/*hyougiin*/

.hyougiin-nav-tabs {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .hyougiin-nav-tabs .nav-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.hyougiin-nav-tabs .nav-item .nav-link,
.ml-nav-tabs .nav-item .nav-link {
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #ddd;
  text-decoration: none;
  color: #444;
  text-align: center;
  cursor: pointer;
}

.hyougiin-nav-tabs .nav-item .nav-link.active,
.ml-nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  cursor: pointer;
}

.hyougiin-tab-content {
  padding-top: 10px;
  border: 1px solid #ccc;
}

/* rekidai */

.rekidai-tbl {
  margin: 0 auto;
}

.rekidai-tbl,
.rekidai-tbl td,
.rekidai-tbl th {
  border: solid 1px #969696;
  border-collapse: collapse;
  padding: 5px;
}

.rekidai-tbl th {
  background-color: #e5f6fe;
  font-weight: bold;
  color: #32a2d0;
}

.rekidai-tbl-no {
  width: 5%;
  text-align: center;
  background-color: #e5f6fe;
  font-weight: bold;
  color: #32a2d0;
}

.rekidai-tbl-date {
  width: 25%;
}

.rekidai-tbl-venue {
  width: 40%;
}

.rekidai-tbl-chairman {
  width: 20%;
}

/* eng */

.eng-tbl {
  margin: 0 auto;
}

.eng-tbl,
.eng-tbl td,
.eng-tbl th {
  border: solid 1px #969696;
  border-collapse: collapse;
  padding: 5px;
}

.eng-tbl th {
  font-weight: bold;
  color: #32a2d0;
  /* color: #81BB04; */
}

.post-564 .eng-tbl th {
  font-weight: bold;
  /*color: #32a2d0;*/
  color: #81bb04;
}

.eng-tbl-no {
  width: 5%;
  text-align: center;
  background-color: #e5f6fe;
  font-weight: bold;
  color: #32a2d0;
  /* color: #81BB04; */
}

.post-564 .eng-tbl-no {
  width: 5%;
  text-align: center;
  background-color: #e5f6fe;
  font-weight: bold;
  /*color: #32a2d0;*/
  color: #81bb04;
}

.eng-tbl-text {
  width: 35%;
  background-color: #e5f6fe;
  /*background-color: #e2fee4;*/
}

.post-564 .eng-tbl-text {
  width: 35%;
  /*background-color: #e5f6fe;*/
  background-color: #e2fee4;
}

.eng-tbl-engtext {
  width: 60%;
  background-color: #e5f6fe;
}

/* facility_all */

.facility_all_list_tbl {
  width: 100%;
  border: solid 1px #fff;
  border-collapse: collapse;
}

.facility_all_list_tbl th {
  background-color: #e2fee4;
  padding: 5px;
  border: solid 1px #fff;
  width: 50%;
}

.facility_all_list_tbl th:nth-child(odd) {
  border-right: solid 15px #fff;
}

.facility_all_list_tbl th:nth-child(even) {
  border-left: solid 15px #fff;
}

.facility_all_list_tbl th a {
  text-decoration: none;
}

.facility_all_hospital_tbl {
  width: 100%;
  border: solid 1px #555;
  border-collapse: collapse;
}

.facility_all_hospital_tbl th,
.facility_all_hospital_tbl td {
  padding: 5px;
  border: solid 1px #ddd;
}

.facility_all_hospital_tbl th.title-sisetsu {
  background-color: #eee;
  width: 20%;
}

.facility_all_hospital_tbl th.title {
  background-color: #e2fee4;
  width: 40%;
  color: #81bb04;
}

/* 関連学会カレンダー */

.cal_wrapper {
  max-width: 800px;
  /* 最大幅 */
  min-width: 300px;
  /* 最小幅 */
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 600px) {

  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}

/* カスタム投稿 */

.year-active {
  color: #fff;
  background-color: #32a2d0;
}

.year-active:hover,
.year-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #32a2d0;
}

/* 404ページ */

.page-404 {
  max-width: 1000px;
  height: 500px;
}

/* 日本リウマチ学会からのお知らせ 色 */

.info-bg50 {
  /* その他 */
  background-color: #c0c0c0;
}

.info-bg49 {
  /* 出版物 */
  background-color: #87ceeb;
}

.info-bg46 {
  /* 資格関連 */
  background-color: #9370db;
}

.info-bg48 {
  /* 国際 */
  background-color: #ffc0cb;
  color: #000 !important;
}

.info-bg47 {
  /* 学術集会・研修会 */
  background-color: #ffe4b5;
  color: #000 !important;
}

.info-bg45 {
  /* ガイドライン */
  background-color: #b0c4de;
  color: #000 !important;
}

.info-bg44,
.update-bg31 {
  /* 医薬医療情報 */
  background-color: #9acd32;
}

/* sitemap */

.sitemap ul {
  padding-left: 25px;
}

.sitemap ul li {
  color: #007bff;
}

/* inline font-weight */

.fb-i {
  font-weight: bold;
}

/* h3 デザイン要素 */

h3.bb-title {
  border-bottom: #32a2d0 1px solid;
}

h3.lb-title {
  border-left: #32a2d0 3px solid;
}

/* h4 デザイン要素 */

h4.bgtr {
  background-color: transparent !important;
}

/* transition clear */

.trn {
  transition: all 0s ease-in-out 0s !important;
}

/* transition clear */

.tdun {
  text-decoration: none !important;
}

/* 字下げ */

.indentback {
  text-indent: -1em;
  padding-left: 1em;
}

.indentback02 {
  text-indent: -2em;
  padding-left: 2em;
}

.indentback03 {
  text-indent: -3em;
  padding-left: 3em;
}

.indentback03-5 {
  text-indent: -3.5em;
  padding-left: 3.5em;
}

.indentback04 {
  text-indent: -4em;
  padding-left: 4em;
}

.indentback05 {
  text-indent: -5em;
  padding-left: 5em;
}

.indent {
  padding-left: 1em;
}

.indent02 {
  padding-left: 2em;
}

.indent03 {
  padding-left: 3em;
}

.indent03-5 {
  padding-left: 3.5em;
}

.indent04 {
  padding-left: 4em;
}

.indent05 {
  padding-left: 5em;
}

/* btn */

.btn-purple {
  color: #fff;
  background-color: #c251d4;
  border-color: #c251d4;
}

.btn-purple:hover {
  color: #fff;
  background-color: #913e9e;
  border-color: #913e9e;
}

a.btn-purple,
a.btn-purple:visited {
  color: #fff;
}

.btn-indigo {
  color: #fff;
  background-color: #0d3495;
  border-color: #0d3495;
}

.btn-indigo:hover {
  color: #fff;
  background-color: #172b68;
  border-color: #172b68;
}

a.btn-indigo,
a.btn-indigo:visited {
  color: #fff;
}

a.btn-white-visited {
  color: #fff;
  text-decoration: none;
}

a.btn-white-visited:visited {
  color: #fff;
}

/* buttonのフォーカス外し */

button.o-none:focus {
  outline: 0;
}

/* buttoni色はずし */

button.bf-none {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/* テキストカラー */

.text-orange {
  color: #ff6634;
}

/* フォントアイコン用 */

.lif {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 40px;
}

.eif {
  vertical-align: middle;
  margin-left: 10px;
}

.eif05 {
  vertical-align: middle;
  margin-left: 5px;
}

.i-blue {
  color: #31a2d0;
}

.l-indentback {
  text-indent: -3em;
  padding-left: 3em;
  margin-bottom: 5px;
}

.l-indentback:last-of-type {
  margin-bottom: 0;
}

.i-new {
  position: relative;
  top: 1px;
  padding-left: 5px;
}

.i-new:before {
  content: url("../img/common/icon_new.svg");
  display: inline-block;
  width: 40px;
  position: absolute;
}

.i-heart,
.i-clone,
.icon-link_icon,
.icon-exlink_icon,
.icon-pdf_icon,
.icon-word_icon,
.icon-excel_icon {
  display: flex;
}

.i-heart:before {
  content: "\f004";
  position: relative;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #31a2d0;
  font-size: 200%;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

.i-clone:before {
  content: "\f24d";
  position: relative;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #31a2d0;
  font-size: 200%;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?nxf1y7");
  src: url("../fonts/icomoon.eot?nxf1y7#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?nxf1y7") format("truetype"), url("../fonts/icomoon.woff?nxf1y7") format("woff"),
    url("../fonts/icomoon.svg?nxf1y7#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-excel_icon:before {
  content: "\e900";
  position: relative;
  font-size: 40px;
  margin-right: 15px;
  color: #31a2d0;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

.icon-exlink_icon:before {
  content: "\e901";
  position: relative;
  font-size: 36px;
  margin-right: 10px;
  color: #31a2d0;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

.icon-link_icon:before {
  content: "\e902";
  position: relative;
  font-size: 36px;
  margin-right: 10px;
  color: #31a2d0;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

.icon-pdf_icon:before {
  content: "\e903";
  position: relative;
  font-size: 36px;
  margin-right: 10px;
  color: #31a2d0;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

.i-pdf_icon {
  content: "\e903";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.icon-word_icon:before {
  content: "\e904";
  color: #31a2d0;
  position: relative;
  font-size: 36px;
  margin-right: 10px;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

.icon-ppt_icon:before {
  content: "\e905";
  color: #d4512a;
  position: relative;
  font-size: 36px;
  margin-right: 10px;
  flex-basis: 30px;
  min-width: 30px;
  vertical-align: middle;
}

.lhi {
  line-height: initial;
}

/* liststyle 強制的にする */

ol.ur {
  list-style-type: upper-roman;
}

ol.dc {
  list-style: decimal;
  list-style-type: decimal;
  padding-left: 25px;
}

ol.dc li {
  list-style-type: decimal;
  display: list-item;
}

ol.ua {
  list-style-type: upper-alpha;
}

ul.sq {
  list-style-type: square;
}

ul.di {
  list-style: disc;
  list-style-type: disc;
  padding-left: 25px;
}

ul.di li {
  list-style-type: disc;
  display: list-item;
}

/* white-space: nowrap */

.wsn {
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .lg-wsn {
    white-space: nowrap;
  }
}

/* text-decoration */

.tdn {
  text-decoration: none !important;
}

/*sup*/

sup {
  top: 0;
}

/* ami */

.ami {
  border-style: dotted;
  border-width: 1px;
  background-color: #f2fca0;
  padding: 2px;
  font-size: 120%;
}

/* ギャラリー */

.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/

.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {

  /* 640px以下用 */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }

  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}

/* fancybox */

a.fancybox img {
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}

/* add tag */

.indentlist-ul {
  margin-left: 20px;
  margin-bottom: 30px;
}

.indentlist-li {
  margin-bottom: 5px;
}

/* nav-links */

.screen-reader-text {
  display: none;
}

.nav-links {
  margin-bottom: 10px;
}

.nav-links .page-numbers {
  border: 1px solid;
  width: 20px;
  text-align: center;
  display: inline-block;
}

.nav-links .page-numbers.dots,
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  border: none;
}

/* h5 共通 */

h5 {
  font-weight: bold;
  padding-top: 5px;
}

/* list-group-item 設定上書き */

.page-area .list-group-item {
  padding-left: 0;
}

.list-group-b-none li {
  border: none;
}

/* ページネーション色 */

span.page-numbers.current {
  color: #fff;
  background-color: #32a2d0;
  border: 1px solid #32a2d0;
}

/* font-size common 大：130% 中：100% 小：70% */

.f00 {
  font-size: 0px !important;
}

.f01 {
  font-size: 1px !important;
}

.f02 {
  font-size: 2px !important;
}

.f03 {
  font-size: 3px !important;
}

.f04 {
  font-size: 4px !important;
}

.f05 {
  font-size: 5px !important;
}

.f06 {
  font-size: 6px !important;
}

.f07 {
  font-size: 7px !important;
}

.f08 {
  font-size: 8px !important;
}

.f09 {
  font-size: 9px !important;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

.f25 {
  font-size: 25px !important;
}

.f26 {
  font-size: 26px !important;
}

.f27 {
  font-size: 27px !important;
}

.f28 {
  font-size: 28px !important;
}

.f29 {
  font-size: 29px !important;
}

.f30 {
  font-size: 30px !important;
}

/* add fb 20190416 twitter */

.twitter-border {
  border: #d2ecf9 2px solid;
  width: 485px;
  height: 670px;
  margin: 0 auto;
  border-radius: 7px;
  padding: 10px;
}

/* add fb 20190508 JCR国際育成セミナー2行ボタン対応 */

.careerup_btn_position {
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .careerup_btn_position {
    margin: 0 0 0 auto;
  }
}

/* 内科系サブスぺシャルティ領域に関するアンケート */

.q-chkbox .mwform-checkbox-field,
.q-chkbox .mwform-radio-field {
  margin-left: 10px;
}

.subsp-ans .fld-a {
  background-color: #f0e0d0;
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* add type-information 修正 */

.type-information div.icon-pdf_icon,
.type-information div.icon-exlink_icon,
.type-information div.icon-link_icon,
.type-information div.icon-word_icon,
.type-information div.icon-excel_icon {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* add 20200413 c19Btn */

.c19Btn {
  background-image: url("../img/top_pc/banner_pc_covid19_001.png");
  width: 100%;
  height: 8vw;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-position: center;
}

.c19Btn a.c19Left {
  width: 22.5vw;
  margin-right: 3px;
}

@media screen and (min-width: 992px) {
  .c19Btn a.c19Left {
    width: 108px;
    margin-right: 6px;
  }
}

.c19Btn a.c19Right {
  width: 22.5vw;
  margin-right: 3px;
}

@media screen and (min-width: 361px) {
  .c19Btn a.c19Right {
    margin-right: 3vw;
  }
}

@media screen and (min-width: 576px) {
  .c19Btn a.c19Right {
    margin-right: 4vw;
  }
}

@media screen and (min-width: 992px) {
  .c19Btn a.c19Right {
    width: 108px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 992px) {
  .c19Btn {
    background-image: url("../img/top_pc/banner_pc_covid19_001.png");
    max-width: 485px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
}

/* sp */

.c19BtnSp {
  background-image: url("../img/top_sp/covid19_001.jpg");
  width: 100%;
  height: 14.6vw;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-position: center;
}

.c19BtnSp a.c19Left {
  width: 35vw;
  margin-right: 10vw;
  margin-bottom: 5px;
  text-align: right;
}

@media screen and (min-width: 576px) {
  .c19BtnSp a.c19Left {
    margin-bottom: 8px;
  }
}

.c19BtnSp a.c19Right {
  width: 35vw;
  margin-bottom: 5px;
}

@media screen and (min-width: 576px) {
  .c19BtnSp a.c19Right {
    margin-bottom: 8px;
  }
}

/* add 20210322 cPleBtn */

.cPleBtn {
  background-image: url("../img/top_sp/banner_pleasurej_sp.png");
  width: 100%;
  height: 14.722vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-position: left;
  padding-left: 55.556vw;
  line-height: 1em;
}

@media screen and (min-width: 576px) {
  .cPleBtn {
    background-size: 490px 80px;
    background-position: left;
    height: 80px;
    width: 490px;
    margin: 0 auto 0 0;
    padding-left: 17.154vw;
    max-width: 490px;
  }
}

@media screen and (min-width: 768px) {
  .cPleBtn {
    width: auto;
    height: 4.48vw;
    background-size: contain;
    background-position: left;
    /* background-position: center; */
  }
}

.cPleBtn a.c19Left {
  width: 27.778vw;
  margin-right: 3px;
}

@media screen and (min-width: 576px) {
  .cPleBtn a.c19Left {
    width: 170px;
  }
}

@media screen and (min-width: 768px) {
  .cPleBtn a.c19Left {
    width: 10.091vw;
  }
}

@media screen and (min-width: 992px) {
  .cPleBtn a.c19Left {
    margin-right: 12px;
    width: auto;
  }
}

.cPleBtn a.c19Right {
  width: 27.778vw;
  margin-right: 3px;
}

@media screen and (min-width: 361px) {
  .cPleBtn a.c19Right {}
}

@media screen and (min-width: 576px) {
  .cPleBtn a.c19Right {
    width: 170px;
  }
}

@media screen and (min-width: 768px) {
  .cPleBtn a.c19Right {
    width: 10.091vw;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .cPleBtn a.c19Right {
    width: 200px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 992px) {
  .cPleBtn {
    background-image: url("../img/top_pc/bunner_blu_6.jpg");
    max-width: 485px;
    height: 77px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 0 0 5px 20px;
  }
}

.cPleBtn-inner {
  padding-top: 1.008vw;
  width: 23.468vw;
}

@media screen and (min-width: 992px) {
  .cPleBtn-inner {
    padding-top: 0;
  }
}

/* sp */

.cPleBtnSp {
  background-image: url("../img/top_sp/covid19_001.jpg");
  width: 100%;
  height: 14.6vw;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-position: center;
}

.cPleBtnSp a.c19Left {
  width: 35vw;
  margin-right: 10vw;
  margin-bottom: 3px;
}

@media screen and (min-width: 576px) {
  .cPleBtnSp a.c19Left {
    margin-bottom: 8px;
  }
}

.cPleBtnSp a.c19Right {
  width: 35vw;
  margin-bottom: 3px;
}

@media screen and (min-width: 576px) {
  .cPleBtnSp a.c19Right {
    margin-bottom: 8px;
  }
}

/* add 20201013 固定ページの装飾をお知らせに個別追加 */

.infoh4bg {
  color: #32a2d0;
  margin-bottom: 15px;
  background-color: #eee;
  padding: 5px 10px;
  font-weight: bold;
  border-bottom: 0;
}

/* add 20201020 バナー下改修 */

.lead-btn-area {
  max-width: 1000px;
  width: 100%;
}

/*症例集*/

.shoreishu {
  margin-bottom: 2rem;
}

.shoreishu h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.shoreishu ul {
  padding-top: 10px;
  margin-bottom: 10px;
}

.shoreishu ul li {
  display: inline-block;
  margin-right: 3%;
  position: relative;
  padding: 0em 0.3em 0em 1.3em;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.shoreishu ul li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #007bff;
}

.shoreishu ul li:hover:before {
  border-color: transparent transparent transparent #0056b3;
}

.shoreishu ul li a {
  color: #007bff;
}

.shoreishu ul li a:hover {
  color: #0056b3;
}

.shoreishu hr {
  margin-top: 1.8rem;
}

/*症例ページ*/

.shoreishu h3 {
  margin-bottom: 0;
  margin-top: 40px;
}

.shoreishu ol li {
  list-style: decimal;
  margin-left: 1.5em;
}

.shoreishu-dr p {
  text-align: right;
  line-height: 1.5em;
}

.pdflink {
  margin-bottom: 30px;
}

.pdflink a {
  color: #007bff;
}

.pdflink a:hover {
  color: #0056b3;
}

.pdflink a img {
  margin-right: 10px;
}

.modorubtn {
  margin-bottom: 30px;
}

.tbscroll table {
  width: 750px;
  margin: 0 0 30px;
}

.tbbox table {
  width: 100%;
  margin: 0 0 30px;
}

.tbscroll table th,
.tbbox table th {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: bold;
}

.tbscroll table td,
.tbbox table td {
  border: 1px solid #ccc;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .tbscroll table {
    width: 100%;
  }

  .tbscroll p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tbscroll {
    overflow-x: scroll;
  }

  .tbscroll table {
    width: 750px;
  }

  .tbscroll p {
    width: 750px;
  }
}

/* 区分分け　会員の皆様 */
.membercls .page-title {
  background-color: #0d3495;
}

.membercls .page-title span {
  color: #fff;
}

.membercls .page-article h3 {
  color: #0d3495;
  margin-bottom: 10px;
}

.membercls .page-article h4 {
  color: #0d3495;
}

.membercls .page-area .current-page-ancestor {
  background-color: #0d3495;
}

#menu-member li {
  /* display: flex;
    align-items: center;
    justify-content: center;*/
  display: block;
  margin-bottom: 20px;
  flex-basis: 90%;
  max-width: 90%;
  border: #0d3495 2px solid;
  position: relative;
}

#menu-member li li {
  margin-bottom: 0;
}

#menu-member li a {
  color: #0d3495;
}

#menu-member li a:hover {
  background-color: #0d3495 !important;
  color: #fff;
}

#menu-member li.current-menu-item .sub-menu a {
  color: #fff;
  display: block;
  z-index: 100;
}

#menu-member .current-page-ancestor {
  background-color: #0d3495 !important;
}

#menu-member li>.sub-menu>li {
  width: 200px;
  max-width: 100%;
}

#menu-member .menu-item>a:hover+.sub-menu,
#menu-member .menu-item>a+.sub-menu:hover {
  background-color: rgba(13, 52, 149, 0.8);
  display: block !important;
  z-index: 10000;
}

#menu-member .menu-item>a+.sub-menu a {
  color: #fff;
}

#menu-member .menu-item>.sub-menu {
  position: absolute;
  top: -2px;
  left: 222px;
  width: 200px;
  display: none !important;
}

.page-area #menu-member .current-page-ancestor>a {
  background-color: #0d3495;
}

.page-sidebar #menu-member li.current-menu-item>a {
  color: #fff;
  background-color: #0d3495 !important;
}

.page-sidebar #menu-member li a {
  display: block;
}

.page-sidebar #menu-member li li:hover a {
  background-color: rgba(13, 52, 149, 0.8);
  color: #fff;
}

/* 区分分け　医学生若手医師 */
.medical-studentcls .page-title {
  background-color: #81bb04;
}

.medical-studentcls .page-title span {
  border-left: #b3ec38 5px solid;
  color: #fff;
}

.medical-studentcls .page-article h3 {
  color: #81bb04;
  margin-bottom: 10px;
}

.medical-studentcls .page-article h4 {
  color: #81bb04;
}

#menu-medical-student .current-page-ancestor {
  background-color: #81bb04;
}

#menu-medical-student li {
  /* display: flex;
    align-items: center;
    justify-content: center;*/
  display: block;
  margin-bottom: 20px;
  flex-basis: 90%;
  max-width: 90%;
  border: #81bb04 2px solid;
  position: relative;
}

#menu-medical-student li li {
  margin-bottom: 0;
}

#menu-medical-student li a {
  color: #81bb04;
}

#menu-medical-student li a:hover {
  background-color: #81bb04 !important;
  color: #fff;
}

#menu-medical-student li.current-menu-item a {
  background-color: #81bb04;
  color: #fff;
  z-index: 100;
}

#menu-medical-student .current-page-ancestor {
  background-color: #81bb04 !important;
}

#menu-medical-student li>.sub-menu>li {
  width: 200px;
  max-width: 100%;
}

#menu-medical-student .menu-item>a:hover+.sub-menu,
#menu-medical-student .menu-item>a+.sub-menu:hover {
  display: block !important;
  z-index: 10000;
}

#menu-medical-student .menu-item>.sub-menu {
  position: absolute;
  top: -2px;
  left: 222px;
  width: 200px;
  display: none !important;
}

.page-area #menu-medical-student .current-page-ancestor>a {
  background-color: #81bb04;
}

.page-sidebar #menu-medical-student li.current-menu-item>a {
  color: #fff;
  background-color: #81bb04 !important;
}

.page-sidebar #menu-medical-student li a {
  display: block;
}

.page-sidebar #menu-medical-student li li a {
  background-color: rgba(129, 187, 4, 0.8);
  color: #fff;
}

/* 区分分け　メディカルスタッフ */
.medical-staffcls .page-title {
  background-color: #8d5905;
}

.medical-staffcls .page-title span {
  border-left: #cb953d 5px solid;
  color: #fff;
}

.medical-staffcls .page-article h3 {
  color: #8d5905;
  margin-bottom: 10px;
}

.medical-staffcls .page-article h4 {
  color: #8d5905;
}

#menu-medical-staff .current-page-ancestor {
  background-color: #8d5905;
}

#menu-medical-staff li {
  /* display: flex;
    align-items: center;
    justify-content: center;*/
  display: block;
  margin-bottom: 20px;
  flex-basis: 90%;
  max-width: 90%;
  border: #8d5905 2px solid;
  position: relative;
}

#menu-medical-staff li li {
  margin-bottom: 0;
}

#menu-medical-staff li a {
  color: #8d5905;
}

#menu-medical-staff li a:hover {
  background-color: #8d5905 !important;
  color: #fff;
}

#menu-medical-staff li.current-menu-item a {
  background-color: #8d5905;
  color: #fff;
  z-index: 100;
}

#menu-medical-staff .current-page-ancestor {
  background-color: #8d5905 !important;
}

#menu-medical-staff li>.sub-menu>li {
  width: 200px;
  max-width: 100%;
}

#menu-medical-staff .menu-item>a:hover+.sub-menu,
#menu-medical-staff .menu-item>a+.sub-menu:hover {
  display: block !important;
  z-index: 10000;
}

#menu-medical-staff .menu-item>.sub-menu {
  position: absolute;
  top: -2px;
  left: 222px;
  width: 200px;
  display: none !important;
}

.page-area #menu-medical-staff .current-page-ancestor>a {
  background-color: #8d5905;
}

.page-sidebar #menu-medical-staff li.current-menu-item>a {
  color: #fff;
  background-color: #8d5905 !important;
}

.page-sidebar #menu-medical-staff li a {
  display: block;
}

.page-sidebar #menu-medical-staff li li a {
  background-color: rgba(141, 89, 5, 0.8);
  color: #fff;
}

/* 区分分け　一般の皆様 */
.generalcls .page-title {
  background-color: #f58400;
}

.generalcls .page-title span {
  border-left: #ffc681 5px solid;
  color: #fff;
}

.generalcls .page-article h3 {
  color: #f58400;
  margin-bottom: 10px;
}

.generalcls.page-article h4 {
  color: #f58400;
}

#menu-general .current-page-ancestor {
  background-color: #f58400;
}

#menu-general li {
  /* display: flex;
    align-items: center;
    justify-content: center;*/
  display: block;
  margin-bottom: 20px;
  flex-basis: 90%;
  max-width: 90%;
  border: #f58400 2px solid;
  position: relative;
}

#menu-general li li {
  margin-bottom: 0;
}

#menu-general li a {
  color: #f58400;
}

#menu-general li a:hover {
  background-color: #f58400 !important;
  color: #fff;
}

#menu-general li.current-menu-item a {
  background-color: #f58400;
  color: #fff;
  z-index: 100;
}

#menu-general .current-page-ancestor {
  background-color: #f58400 !important;
}

#menu-general li>.sub-menu>li {
  width: 200px;
  max-width: 100%;
}

#menu-general .menu-item>a:hover+.sub-menu,
#menu-general .menu-item>a+.sub-menu:hover {
  display: block !important;
  z-index: 10000;
}

#menu-general .menu-item>.sub-menu {
  position: absolute;
  top: -2px;
  left: 222px;
  width: 200px;
  display: none !important;
}

.page-area #menu-general .current-page-ancestor>a {
  background-color: #f58400;
}

.page-area #menu-general #menu-item-23502.current-page-ancestor>a {
  background-color: #fff;
  color: #f58400 !important;
}

.page-area #menu-general #menu-item-23502.current-page-ancestor>a:hover {
  color: #ffffff !important;
}

.page-sidebar #menu-general li.current-menu-item>a {
  color: #fff;
  background-color: #f58400 !important;
}

.page-sidebar #menu-general li a {
  display: block;
}

.page-sidebar #menu-general li li a {
  background-color: rgba(244, 132, 0, 0.8);
  color: #fff;
}

/* SPサブメニュー　会員の皆様 */
.membercls .submenu {
  background-color: #0d3495;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
}

.submember #menu-member li {
  background-color: #eee;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.submember #menu-member li.current-menu-item a,
.submember #menu-member li.current-page-ancestor a {
  background-color: #eee;
  color: #0d3495 !important;
  font-weight: bold;
}

/* SPサブメニュー　医学生・若手医師のみなさま */
.medical-studentcls .submenu {
  background-color: #81bb04;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
}

.submember #menu-medical-student li {
  background-color: #eee;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.submember #menu-medical-student li.current-menu-item a,
.submember #menu-medical-student li.current-page-ancestor a {
  background-color: #eee;
  color: #81bb04 !important;
  font-weight: bold;
}

/* SPサブメニュー　医学生・メディカルスタッフのみなさま */
.medical-staffcls .submenu {
  background-color: #8d5905;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
}

.submember #menu-medical-staff li {
  background-color: #eee;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.submember #menu-medical-staff li.current-menu-item a,
.submember #menu-medical-staff li.current-page-ancestor a {
  background-color: #eee;
  color: #8d5905;
  font-weight: bold;
}

/* SPサブメニュー　一般のみなさま */
.generalcls .submenu {
  background-color: #f48400;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
}

.submember #menu-general li {
  background-color: #eee;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.submember #menu-general li.current-menu-item a,
.submember #menu-general li.current-page-ancestor a {
  background-color: #eee;
  color: #f48400;
  font-weight: bold;
}

/* リンク無対応　医学生・研修医の皆様 */
#menu-medical-student li.linknone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-basis: 90%;
  max-width: 90%;
  border: #c5df8d 2px solid;
}

#menu-medical-student li.linknone a {
  background-color: #eee;
  color: #c5df8d;
}

@media screen and (min-width: 992px) {
  #menu-medical-student li.linknone a {
    background-color: #fff;
    color: #c5df8d;
  }
}

#menu-medical-student li.linknone a:hover {
  background-color: #eee;
  color: #c5df8d;
}

@media screen and (min-width: 992px) {
  #menu-medical-student li.linknone a:hover {
    background-color: #fff;
    color: #c5df8d;
  }
}

/* リンク無対応　メディカルスタッフの皆様 */
#menu-medical-staff li.linknone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-basis: 90%;
  max-width: 90%;
  border: #dfbf8e 2px solid;
}

#menu-medical-staff li.linknone a {
  background-color: #eee;
  color: #dfbf8e;
}

@media screen and (min-width: 992px) {
  #menu-medical-staff li.linknone a {
    background-color: #fff;
    color: #dfbf8e;
  }
}

#menu-medical-staff li.linknone a:hover {
  background-color: #eee;
  color: #dfbf8e;
}

@media screen and (min-width: 992px) {
  #menu-medical-staff li.linknone a:hover {
    background-color: #fff;
    color: #dfbf8e;
  }
}

/* リンク無対応　一般の皆様 */
#menu-general li.linknone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-basis: 90%;
  max-width: 90%;
  border: #fecc8d 2px solid;
}

#menu-general li.linknone a {
  background-color: #eee;
  color: #fecc8d;
}

@media screen and (min-width: 992px) {
  #menu-general li.linknone a {
    background-color: #fff;
    color: #fecc8d;
  }
}

#menu-general li.linknone a:hover {
  background-color: #eee;
  color: #fecc8d;
}

@media screen and (min-width: 992px) {
  #menu-general li.linknone a:hover {
    background-color: #fff;
    color: #fecc8d;
  }
}

/* SPサブメニュー　リンク無対応　医学生・若手医師のみなさま */
.submember #menu-medical-student li.linknone {
  background-color: #eee;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.submember #menu-medical-student li.current-menu-item.linknone a {
  background-color: #eee;
  color: #c5df8d;
  font-weight: bold;
}

/* SPサブメニュー　リンク無対応　メディカルスタッフのみなさま */
.submember #menu-medical-staff li.linknone {
  background-color: #eee;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.submember #menu-medical-staff li.current-menu-item.linknone a {
  background-color: #eee;
  color: #dfbf8e;
  font-weight: bold;
}

/* SPサブメニュー　リンク無対応　メディカルスタッフのみなさま */
.submember #menu-general li.linknone {
  background-color: #eee;
  border: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .submember #menu-general li.linknone {
    background-color: #fff;
  }
}

.submember #menu-general li.current-menu-item.linknone a {
  background-color: #eee;
  color: #dfbf8e;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .submember #menu-general li.current-menu-item.linknone a {
    background-color: #fff;
  }
}

/* infomation 行間対応 */
.type-information {
  color: #666563;
  line-height: 2rem;
}

/* indent */
.t_indent {
  text-indent: 1em;
}

/* caption */
.wp-caption .wp-caption-text {
  margin: 0;
  line-height: 1.5rem;
  font-size: 12px;
}

/* 20220603 top委員会改修 */
.committee-area {
  max-width: 1000px;
  padding: 0;
}

.committee-area_view_row,
.committee-openarea_view_row {
  margin: 0;
}

.view_row_banner {
  padding: 0;
  margin-bottom: 20px;
}

div.view_row_banner {
  text-align: center;
}

@media screen and (min-width: 768px) {
  div.view_row_banner:nth-child(3n + 1) {
    text-align: left;
  }

  div.view_row_banner:nth-child(3n + 2) {
    text-align: center;
  }

  div.view_row_banner:nth-child(3n) {
    text-align: right;
  }
}

.view_row_banner img {
  width: 42.667vw;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .view_row_banner img {
    width: 32vw;
    max-width: 320px;
  }
}

.committee-toggle_area {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #1d9dd3;
}

.committee-toggle {
  display: inline-block;
  background-color: #1d9dd3;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 190px;
}

.committee-toggle.active span.close {
  display: inline-block;
  background-color: #1d9dd3;
  color: #fff;
  text-align: center;
  width: 190px;
}

.committee-toggle span.committee-open {
  display: inline;
}

.committee-toggle.active span.committee-open {
  display: none;
}

.committee-toggle span.committee-close {
  display: none;
}

.committee-toggle.active span.committee-close {
  display: inline;
}

.committee-area h2 {
  color: #1d9dd3;
  text-align: center;
  margin-bottom: 18px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .committee-area h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

/* ヘッダー改修 */
.header_center {
  padding-right: 10px;
  padding-left: 12px;
}

@media screen and (min-width: 992px) {
  .header_center {
    padding-right: 10px;
    padding-left: 0;
  }
}

.header_left {
  padding: 0 10px 0 0;
}

.header_left img {
  width: 83px;
}

@media screen and (min-width: 576px) {
  .header_left img {
    width: 22.778vw;
  }
}

@media screen and (min-width: 992px) {
  .header_left img {
    width: auto;
  }
}

.header_center_outline {
  margin: 0 auto 5.333vw;
  width: 77.333vw;
}

@media screen and (min-width: 768px) {
  .header_center_outline {
    margin: 20px auto 5.333vw;
    width: 77.333vw;
  }
}

@media screen and (min-width: 992px) {
  .header_center_outline {
    margin: 0 auto;
    width: 323px;
  }
}

.user_area {
  margin: 0 auto;
  width: 77.333vw;
}

@media screen and (min-width: 992px) {
  .user_area {
    margin: 0 auto;
    width: auto;
  }
}

.header_center_area {
  padding: 0 5px 0 0;
  width: 100%;
}

.c-mypage img,
.c-login img {
  width: 34.667vw;
}

@media screen and (min-width: 992px) {

  .c-mypage img,
  .c-login img {
    width: auto;
  }
}

.c-mypage {
  text-align: left;
}

.c-login {
  text-align: right;
}

.header_up {
  margin-bottom: 1px;
  padding-left: 3px;
}

@media screen and (min-width: 576px) {
  .header_up {
    margin-bottom: 3.793vw;
    padding-left: 3px;
  }
}

@media screen and (min-width: 768px) {
  .header_up {
    margin-bottom: 5vw;
    padding-left: 3px;
  }
}

@media screen and (min-width: 992px) {
  .header_up {
    margin-bottom: 9px;
    padding-left: 0px;
  }
}

.h_language {
  padding: 0;

  & .header_ask {
    /* font-size: 14px; */
    /* padding: 0.833vw 3.889vw 0.556vw 0; */
    margin: 0 5px 0 0;

    @media screen and (min-width: 992px) {
      padding: 0 1px 0 0;
      margin: 0;
    }

    & a {
      color: #0168b7;
      font-size: 12px;
      display: inline-block;
      border: 2px solid #0168b7;
      line-height: 1em;
      padding: 4px 0;

      @media screen and (min-width: 576px) {
        font-size: 14px;
        color: #0168b7;
        font-size: 3.333vw;
        padding: 4.5px 2px;
      }

      @media screen and (min-width: 992px) {
        font-size: 14px;
      }
    }
  }
}

.header_nyukai {
  background-color: #024287;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 3px 0;
  width: 96px;
}

@media screen and (min-width: 576px) {
  .header_nyukai {
    background-color: #024287;
    color: #fff;
    font-size: 3.333vw;
    text-align: center;
    padding: 3px 0;
    width: 26.667vw;
  }
}

@media screen and (min-width: 992px) {
  .header_nyukai {
    background-color: #024287;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
    width: 110px;
  }
}

.header_nyukai:hover {
  color: #fff;
}

.header_nyukai:visited {
  color: #fff;
}

.header_bottom {
  padding-left: 5px;
}

.c-mypage {
  padding-top: 0;
}

.c-login {
  padding-top: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* トップページカルーセル */
.swiper-slide img {
  width: 100%;
}

.swiper-pagination {
  padding: 36px 0;
  text-align: center;
}

.swiper-pagination span {
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: #c0c0c0;
  border-radius: 5px;
  margin: 0 12px;
  cursor: pointer;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0074c1;
}

.slideruphr {
  border-color: #0075c2;
  width: 100%;
  margin: 0 auto 50px;
}

@media screen and (min-width: 992px) {
  .slideruphr {
    border-color: #0075c2;
    width: 1000px;
    margin: 0 auto 50px;
  }
}

/* kaiin-menu */
.kaiin-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  /* margin: 60px auto 0; */
  margin: 50px auto 0;
  width: 100%;
  background-color: #0d3495;
  z-index: 10;
  padding: 10px 0 0 0;
}

@media screen and (min-width: 992px) {
  .kaiin-menu {
    width: 1000px;
  }
}

.igakusei-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  /* margin: 60px auto 0; */
  margin: 50px auto 0;
  width: 100%;
  background-color: #81bb04;
  z-index: 10;
  padding: 10px 0 0 0;
}

@media screen and (min-width: 992px) {
  .igakusei-menu {
    width: 1000px;
  }
}

.medical-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  /* margin: 60px auto 0; */
  margin: 50px auto 0;
  width: 100%;
  background-color: #8e5904;
  z-index: 10;
  padding: 10px 0 0 0;
}

@media screen and (min-width: 992px) {
  .medical-menu {
    width: 1000px;
  }
}

.general-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  /* margin: 60px auto 0; */
  margin: 50px auto 0;
  width: 100%;
  background-color: #f48400;
  z-index: 10;
  padding: 10px 0 0 0;
}

@media screen and (min-width: 992px) {
  .general-menu {
    width: 1000px;
  }
}

@media screen and (min-width: 992px) {

  span.kbn-btn:hover+.kaiin-menu,
  span.kbn-btn:hover+.igakusei-menu,
  span.kbn-btn:hover+.medical-menu,
  span.kbn-btn:hover+.general-menu {
    display: block;
  }
}

@media screen and (min-width: 992px) {

  .kaiin-menu:hover,
  .igakusei-menu:hover,
  .medical-menu:hover,
  .general-menu:hover {
    display: block;
  }
}

/* sp時はタップで対応 */

@media screen and (max-width: 992px) {

  .kbs+.kaiin-menu,
  .kbs+.igakusei-menu,
  .kbs+.medical-menu,
  .kbs+.general-menu {
    /* display: none!important; */
    display: none;
  }

  .kbs.hover+.kaiin-menu,
  .kbs.hover+.igakusei-menu,
  .kbs.hover+.medical-menu,
  .kbs.hover+.general-menu {
    /* display: block!important; */
    display: block;
  }
}

.kaiin-menu ul li,
.igakusei-menu ul li,
.medical-menu ul li,
.general-menu ul li {
  color: #fff;
  float: left;
  margin: 0 0 10px 20px;
}

@media screen and (max-width: 992px) {

  .kaiin-menu ul li,
  .igakusei-menu ul li,
  .medical-menu ul li,
  .general-menu ul li {
    color: #fff;
    float: left;
    margin: 0 0 10px 20px;
    width: 90%;
  }
}

.kaiin-menu ul li a,
.igakusei-menu ul li a,
.medical-menu ul li a,
.general-menu ul li a {
  text-align: left;
  padding: 0 0 0 5px;
}

.kaiin-menu ul li a,
.igakusei-menu ul li a,
.medical-menu ul li a,
.general-menu ul li a {
  color: #fff;
}

/* 20221107 top前頁メニュー */
.topmap {
  padding: 0 0.5em 1.5em;
  font-size: 14px;
}

.gakkai-map-outline {
  border: dotted #32a2d0 1px;
  margin-bottom: 15px;
  width: 99%;
}

@media screen and (min-width: 992px) {
  .gakkai-map-outline {
    border: dotted #32a2d0 1px;
    margin-bottom: 15px;
    width: 100%;
  }
}

.gakkai-map h3 {
  color: #32a2d0;
  font-weight: bold;
  padding: 0.5em 0.5em 0;
  margin: 0 0 0.5em;
}

.gakkai-map a {
  color: #32a2d0;
}

.gakkai-map ul {
  color: #32a2d0;
  padding: 0 0.5em 0.5em 1.5em;
  list-style-type: disc;
}

.gakkai-map ul>li {
  padding: 0.25em 0;
}

/*
.gakkai-map ul > li :last-child{
  padding:0.5em 0 0;
}
*/

.gakkai-map ul>li>ul {
  padding: 0 0 0 1.5em;
}

.gakkai-map ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.gakkai-map ul>li>ul>li>ul {
  padding: 0.5em 0 0 1.5em;
}

.gakkai-map ul>li>ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.topmap {
  padding: 0 0.5em 0.5em;
  font-size: 14px;
}

.kaiin-map {
  border: dotted #0d3495 1px;
}

.kaiin-map h3 {
  color: #0d3495;
  font-weight: bold;
  padding: 0.5em 0.5em 0;
  margin: 0 0 0.5em;
}

.kaiin-map a {
  color: #0d3495;
}

.kaiin-map ul {
  color: #0d3495;
  padding: 0 0.5em 0.5em 1.5em;
  list-style-type: disc;
}

.kaiin-map ul>li {
  padding: 0.25em 0;
}

/*
.gakkai-map ul > li :last-child{
  padding:0.5em 0 0;
}
*/

.kaiin-map ul>li>ul {
  padding: 0 0 0 1.5em;
}

.kaiin-map ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.kaiin-map ul>li>ul>li>ul {
  padding: 0.5em 0 0 1.5em;
}

.kaiin-map ul>li>ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.igakusei-map {
  border: dotted #81bb04 1px;
}

.igakusei-map h3 {
  color: #81bb04;
  font-weight: bold;
  padding: 0.5em 0.5em 0;
  margin: 0 0 0.5em;
}

.igakusei-map a {
  color: #81bb04;
}

.igakusei-map ul {
  color: #81bb04;
  padding: 0 0.5em 0.5em 1.5em;
  list-style-type: disc;
}

.igakusei-map ul>li {
  padding: 0.25em 0;
}

/*
.gakkai-map ul > li :last-child{
  padding:0.5em 0 0;
}
*/

.igakusei-map ul>li>ul {
  padding: 0 0 0 1.5em;
}

.igakusei-map ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.igakusei-map ul>li>ul>li>ul {
  padding: 0.5em 0 0 1.5em;
}

.igakusei-map ul>li>ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.staff-map {
  border: dotted #8e5904 1px;
}

.staff-map h3 {
  color: #8e5904;
  font-weight: bold;
  padding: 0.5em 0.5em 0;
  margin: 0 0 0.5em;
}

.staff-map a {
  color: #8e5904;
}

.staff-map ul {
  color: #8e5904;
  padding: 0 0.5em 0.5em 1.5em;
  list-style-type: disc;
}

.staff-map ul>li {
  padding: 0.25em 0;
}

/*
.gakkai-map ul > li :last-child{
  padding:0.5em 0 0;
}
*/

.staff-map ul>li>ul {
  padding: 0 0 0 1.5em;
}

.staff-map ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.staff-map ul>li>ul>li>ul {
  padding: 0.5em 0 0 1.5em;
}

.staff-map ul>li>ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.general-map {
  border: dotted #f48400 1px;
}

.general-map h3 {
  color: #f48400;
  font-weight: bold;
  padding: 0.5em 0.5em 0;
  margin: 0 0 0.5em;
}

.general-map a {
  color: #f48400;
}

.general-map ul {
  color: #f48400;
  padding: 0 0.5em 0.5em 1.5em;
  list-style-type: disc;
}

.general-map ul>li {
  padding: 0.25em 0;
}

/*
.gakkai-map ul > li :last-child{
  padding:0.5em 0 0;
}
*/

.general-map ul>li>ul {
  padding: 0 0 0 1.5em;
}

.general-map ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.general-map ul>li>ul>li>ul {
  padding: 0.5em 0 0 1.5em;
}

.general-map ul>li>ul>li>ul>li:last-child {
  padding: 0.5em 0 0;
}

.content-map {
  /* margin: 0 0 0 10px; */
  width: 100%;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .content-map {
    margin: 0 auto;
    width: 1140px;
  }
}

.content-col {
  /* margin: 0 7px 0 0; */
  /*width: 46%;*/
  margin: 0 3px 5px;
  width: 48%;
}

@media screen and (min-width: 992px) {
  .content-col {
    margin: 0 6px 0 0;
    width: 280px;
  }
}

.content-col:last-child {
  margin: 0;
}

.wsnw {
  white-space: nowrap;
}

/* 学会内各委員会サイト */
.iinkai_banner {
  border: 1px solid #1e9dd2;
  width: 32vw;
  max-width: 320px;
  height: 78px;
  font-size: 23px;
  color: #1f9ad3;
  background-color: #d2ecf9;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
}

.iinkai_banner:visited {
  color: #1f9ad3;
}

@media screen and (max-width: 992px) {
  .iinkai_banner {
    font-size: 2vw;
    height: 8vw;
    width: 30vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .iinkai_banner {
    font-size: 2.8vw;
    height: 12vw;
    width: 40vw;
    margin: 0 auto;
  }
}

.view_row_banner:nth-of-type(3n) .iinkai_banner {
  margin: 0 0 0 auto;
}

.view_row_banner:nth-of-type(3n + 2) .iinkai_banner {
  margin: 0 auto;
}

.view_row_banner:nth-of-type(3n) .iinkai_banner,
.view_row_banner:nth-of-type(3n + 2) .iinkai_banner {
  margin: 0 auto;
}

.iinkai_banner:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* スマートフォンメニュー 改修 */
#g-nav {
  background-color: #fff;
  overflow: auto;
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  padding-bottom: 30px;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

@media screen and (min-width: 992px) {
  #g-nav {
    display: none;
  }
}

#g-nav.panelactive {
  display: block;
}

@media screen and (min-width: 992px) {
  #g-nav.panelactive {
    display: none;
  }
}

.sp-barbutton {
  text-align: right;
  position: fixed;
  z-index: 102;
  right: 10px;
}

@media screen and (min-width: 992px) {
  .sp-barbutton {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #sp.menu {
    width: 100%;
  }

  #sp.menu .sub-menu {
    display: block;
  }

  #sp.menu li {
    width: 100% !important;
  }

  #sp.menu>li>.sub-menu>li>a {
    border-left: #0d3495 2px solid;
    padding-left: 10px;
  }

  #sp.menu>li>.sub-menu>li>a>br {
    display: none !important;
  }

  #sp.menu>li>.sub-menu>li>.sub-menu li a {
    padding: 10px 0 0 20px;
  }

  .menu-global-menu-container {
    max-width: none;
  }

  .sp-barbutton .openbtn {
    display: inline-block;
  }

  .sp-barbutton .openbtn .close-img {
    display: none;
  }

  .sp-barbutton .openbtn.close-btn {
    margin-top: 20px;
    /* margin-right: 18px; */
  }

  .sp-barbutton .openbtn.close-btn .close-img {
    display: inline;
  }

  .sp-barbutton .openbtn.close-btn .open-img {
    display: none;
  }

  .openbtn img {
    width: 50px;
    height: 50px;
  }

  .burger-logo {
    text-align: center;
    padding: 10px;
  }

  #menu-item-12909 {
    display: none;
  }

  #menu-item-55,
  #menu-item-56,
  #menu-item-57 {
    border-bottom: 1px solid #32a2d0;
  }

  #menu-item-55>a,
  #menu-item-56>a,
  #menu-item-57>a,
  #menu-item-61>a {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 10px;
    display: inline-block;
  }

  #sp li {
    padding: 5px;
  }

  #g-nav .kbn-menu .member-link {
    background-color: #0d3495;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    width: 100%;
  }

  #g-nav .kbn-menu .medical-student-link {
    background-color: #81bb04;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    width: 100%;
  }

  #g-nav .kbn-menu .medical-staff-link {
    background-color: #8e5904;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    width: 100%;
  }

  #g-nav .kbn-menu .general-link {
    background-color: #f48400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    width: 100%;
  }

  .burger-logo a img {
    width: 200px;
  }

  #g-nav .sub-menu {
    padding: 0;
  }

  /* バーガー時の背景固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }

  .kbn-menu {
    margin-top: 30px;
  }
}

/* スライダーの丸の修正 */
.sp-buttons {
  margin-top: 0;
}

#index_slider .sp-button.sp-selected-button,
#index_slider_sp .sp-button.sp-selected-button {
  background-color: #0074c1;
}

#index_slider .sp-button.sp-selected-button,
#index_slider_sp .sp-button.sp-selected-button {
  border-color: #0074c1;
}

#index_slider .sp-button {
  height: 15px;
  width: 15px;
  margin: 4px 8px;
}

#index_slider_sp .sp-button {
  height: 12px;
  width: 12px;
  margin: 4px 8px;
}

#index_slider .sp-button,
#index_slider_sp .sp-button {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.swiper .swiper-pagination span {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin: 0 8px;
}

@media screen and (max-width: 991px) {
  .swiper .swiper-pagination span {
    height: 12px;
    width: 12px;
    border-radius: 10px;
  }
}


/* グローバル用newアイコン */
#menu-global-menu li.new a::after {
  content: " NEW";
  font-size: 12px;
  color: white;
  background-color: red;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
}