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

/* header 右 */
.h_right{
	padding-right: 0;
	padding-left: 0;
}
/*.h_login{
	padding-right: 0;
}*/

/* 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: 2px 5px;
	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: 120px;
	}
}
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;*/
	color:#004485;
	font-size: 15px;
	text-decoration: underline;
}

/*.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;
	}
}


/* ---
google検索
--- */
.api-area{
	max-width: 1000px;
	width: 100%;
	margin-top: 15px;
	margin-bottom:15px;
}
.gs_table{
	width:100%;
	margin:0 auto;
}
.input-area{
	width: 60%;
}


/* ---
グローバルメニュー
--- */
.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;
	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: 20;
		width:50%;
		padding: 10px;
		margin-top: -6px;
		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%;
	}
}


/* ---
サイドメニュー
--- */
ul#menu-global-menu{
	display: table;
	width: 100%;
}
ul#menu-global-menu > li{
	display: table-cell;
	vertical-align: middle;
	min-height:55px;
	text-align: center;
}
ul#menu-global-menu > li > ul{
	position: absolute;
	z-index: 30;
	top: 55px;
	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: 55px;
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(50,162,208,1.0);
}
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:hover{
	background-color:#afe3f9;
}
@media screen and (max-width: 991px) {
	li:hover > ul.sub-menu{
		/*border:0px solid #ddd;*/
	}
}


/* ---
フロント・ページ
--- */
/* スライダー */
.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: 1000px;
	width: 100%;
	padding: 0;
}
@media screen and (max-width: 991px) {
	.sns-area{
		width: 90%;
	}
}
.icon_fb,
.icon_tw
{
	width: 70%;
	max-width: 160px;
}

/* 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: 1000px;
	padding: 0;
}
.sponsorship-wiget-area > .row > div:nth-child(1),
.sponsorship-wiget-area > .row > div:nth-child(6),
.sponsorship-wiget-area > .row > div:nth-child(11){
	margin-left: 8.333333%;
}
@media screen and (max-width: 575px) {
	.sponsorship-wiget-area > .row > div:nth-child(1),
	.sponsorship-wiget-area > .row > div:nth-child(6),
	.sponsorship-wiget-area > .row > div:nth-child(11){
		margin-left: auto;
	}
}


/* 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;
}
.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;
}
.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;
}
@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: 2.0rem;
	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{
	background-color: #32A2D0;
}
.page-area .current-page-ancestor a{
	color: #fff !important;
}
.page-sidebar li.current-menu-item a{
	color:#fff;
	background-color: #32A2D0;
}
.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:#c251d5;
	text-align: center;
	text-decoration: none;
	border: 1px solid #c251d4;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	background: linear-gradient(#ffffff,#f3e7ff);
}
.gender-menu a:hover,
a.gender-btn-a,
.gender-menu-active{
	color:#fff;
	background: linear-gradient(#C251D4,#8700D0);
}
.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;
}
.eng-tbl-no{
	width: 5%;
	text-align: center;
	background-color: #e5f6fe;
	font-weight: bold;
	color:#32a2d0;
}
.eng-tbl-text{
	width: 35%;
	background-color: #e5f6fe;
}
.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: #d2ecf9;
	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: #d2ecf9;
	width: 40%;
	color:#007bff;
}


/* 関連学会カレンダー */
.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;
}
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: -3.0em;
	padding-left: 3.0em;
	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: 20px;
	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: 3px;
}
@media screen and (min-width: 576px) {
    .c19BtnSp a.c19Left{
        margin-bottom: 8px;
    }
}
.c19BtnSp a.c19Right{
    width: 35vw;
    margin-bottom: 3px;
}
@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:300px;
		max-width:490px;
	}
}
@media screen and (min-width: 768px) {
	.cPleBtn{
		width:auto;
		height: 8vw;
	    background-size: contain;
	    background-position: center;
	}
}
.cPleBtn a.c19Left{
	width:27.778vw;
    margin-right: 3px;
    bottom-top:1.008vw;
}
@media screen and (min-width: 576px) {
    .cPleBtn a.c19Left{
        width:170px;
    }
}
@media screen and (min-width: 768px) {
    .cPleBtn a.c19Left{
        width:15.121vw;
    }
}
@media screen and (min-width: 992px) {
    .cPleBtn a.c19Left{
        width: 200px;
        margin-right: 12px;
    }
}
.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:15.121vw;
    }
}
@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/banner_pleasurej.png");
        max-width: 485px;
        height: 120px;
        background-repeat: no-repeat;
        background-size: cover;
        margin:0 auto;
        padding:0 0 10px 20px;
    }
}
.cPleBtn-inner{
	padding-top:1.008vw;
}
@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;}
}
