/***********************************************************************
 * #Contents
 ********************************************************************* */

.toolhedder{
	text-decoration: underline;
}
.box-img,
.box-text{
  display: inline-block;
}
.linkpage{
	display: flex;
	font-size: 20px;
	border-bottom: solid black 1.5px;
	padding-bottom: 4px;
	line-height: 1.2;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 10px;
	font-family: "FOT-筑紫ゴシック Pro B";
}
.ProBfont{
	font-family: FOT-筑紫ゴシック Pro B;
	font-size: 16px;
}
.pr5ndFont{
	font-family: FOT-筑紫ゴシック Pr5N D;
	font-size: 16px;
	line-height: 2;
}
@media only screen and (max-width:767px){
	.pr5ndFont{
		font-size: 14px;
		line-height: 1.6;
	 }
}
.home_header{
	margin-bottom: 20px;
    padding: 1px;
    font-size: 24px;
    line-height: 2;
}
.small_header{
	font-size: 20px;
	font-family: "FOT-筑紫ゴシック Pro B";
	font-weight: normal;
	color:#E03373;
	margin-bottom: 10px;
}
@media only screen and (max-width:767px){
	.small_header{
		margin-bottom: 5px;
	}
}
.operation_header{
	margin-left: 35px;
	font-size: 20px;
}
@media only screen and (max-width:767px){
	.operation_header{
		margin-left:0px;
		font-size:1.4rem;
	}
}
.buntou{
	margin-left: 50px;
}
.space{
	margin-left: 35px;
}
.syomei{
	text-align: right;
	margin-top: 30px;
	font-family: "FOT-筑紫明朝 Pr6 D";
	font-size: 16px;
}
.syomei2{
	text-align: left;
	margin-left: auto;
	margin-right: 5%;
	width: 350px;
}
.rightframe{
	margin-right: 350px;
}
.tool_downloadlink{
	margin-left: 60%;
}
@media only screen and (max-width: 767px){
	.tool_downloadlink{
		margin-left: 0%;
		text-align: right;
	}
}
/*ツールページの見出しに飛ぶテキスト*/
.toolJumpLink{
	list-style: disc;
	margin-left: 55px;
}
@media only screen and (max-width: 767px){
	.toolJumpLink{
		margin-left: 18px;
	}
}

.study_space{
	margin-left: 35px;
}
@media only screen and (max-width: 767px){
	.study_space{
		margin-left: 0px;
	}
}
.section{
	padding-top: 160px;
	margin-top: -160px;
}
.cardlist{
	column-count: 2;
	column-gap: -200px;
}

.kuromaru li{
	list-style-type: disc;
	margin-left: 1.5em;
}
.middle_header_font{
	font-family: "FOT-筑紫明朝 Pr6 RB";
    font-weight: normal;
}
.mid_head_background{
	background: #f5f5f5;
}
.tsukumin-rb {
    font-family: "FOT-筑紫明朝 Pr6 RB";
    font-weight: normal !important;
}
h1, h2, h3, h4, h5, h6, p, td, th, address {
    font-weight: inherit;
    font-size: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
    color: #333333;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

.small_header_margin{
	margin-top: 20px;
}
.leftSpace{
	padding-left: 1rem;
}


html {
  scroll-padding-top: 175px;
}
@media only screen and (max-width:767px){
	html {
		scroll-padding-top: 70px;
	}
}
.indent{
	margin-left: 35px;
}
.container {
    display: flex;
    align-items: center; /* 文字と画像を垂直方向にセンタリング */
}
/*リンクメニューのアンダーラインを消す*/
.linkPageBlock a{
	text-decoration: none;
}

/*リストの間に区切り線を引く*/
.linkPageBlock ul + ul{
	border-left:1px solid black;
}

/*スマホ表示時にリストの左のボーダーを消す*/
@media only screen and (max-width: 767px){
	.linkpage li + li{
		border: none;
	}
}
/*スマホ表示時のナビゲーションメニューを縦に並べる*/
@media only screen and (max-width: 767px) {
	.linkPageBlock ul{
		display: block;
		width: 100%;
	}
}
/*スマホ表示時にナビゲーションメニューを左に寄せる*/
@media only screen and (max-width:767px){
	.linkpage li{
		text-align: left;
	}
}
/*スマホ表示時にナビゲーションメニューのアンダーラインを消す*/
@media only screen and (max-width:767px){
	.linkpage{
		border-bottom: none;
	}
}
/*スマホ表示時に背景色の変更、テキストの色変更、アンダーラインを引く、カーソルのクリック範囲拡大、上下に空間をあける*/
@media only screen and (max-width:767px){
	.linkpage a{
		background-color: #222D5D;
		display: block;
		color: #ffffff;
		padding: 15px 22px;
		border-bottom: 1px solid #c8c8c8;
	}
}
/*カーソルを合わせると背景色を変更するように*/
@media only screen and (max-width: 767px){
	.linkpage a:hover{
		background-color: #222d5d7a;
	}
}
/*リンクメニューの左右の空白を消す*/
@media only screen and (max-width: 767px){
	.linkpage{
		margin-left: -15px;
		margin-right: -15px;
	}
}
/*スマホ表示時の全体の左右の空白*/
@media only screen and (max-width: 767px){
	.spInner{
		padding: 50px 15px 0 15px;
	}
}
/*図１の位置*/
.img-1{
	margin-left: 35px;
}
.img-1 img{
	width: 70%;
	height: auto;
}
@media screen and (max-width: 767px){
	.img-1 img{
		width: 100%;
	}
}
/*スマホ表示時の図１の中央配置*/
@media screen and (max-width: 767px){
	.img-1{
		margin-left: auto;
		margin-right: auto;
	}
}
/*セルフファイルの右配置と左右の空白*/
.selfFile img{
	float: right;
	height: 450px;
	margin: 0 30px;
}
/*767px以下の時セルフファイル中央に配置しfloatを解除*/
@media screen and (max-width: 767px){
	.selfFile img{
		float: none;
		display: block;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*モニタリングシートの位置（PC）*/
.monitoringSeat{
	margin-left: 35px;
	margin-right: 35px;
}
/*モニタリングシート画像の大きさ*/
.monitoringSeat img{
	width: 80%;
	height: auto;
}
/*スマホ表示時のモニタリングシートの中央配置*/
@media screen and (max-width: 767px){
	.monitoringSeat{
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px){
	.monitoringSeat img{
		width: 100%;
		height: auto;
	}
}
/*アセスメントシートの位置*/
.assesmentSeat{
	margin-left: 35px;
	margin-right: 35px;
}
@media screen and (max-width: 767px){
	.assesmentSeat{
		margin-left: 0;
		margin-right: 0;
	}
}
/*アセスメントシート画像の大きさ*/
.assesmentSeat img{
	width: 80%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.assesmentSeat img{
		width: 100%;
		height: auto;
	}
}
/*セルフケアカードの位置*/
.selfcareCard{
	padding-left: 35px;
}
/*セルフケアカード画像の大きさ*/
.selfcareCard img{
	width: 700px;
	height: 600px;
}
@media only screen and (max-width: 767px){
	.selfcareCard{
		padding: 0;
	}
}
@media only screen and (max-width: 767px){
	.selfcareCard img{
		width: 100%;
		height: auto;
	}
}
/*スマホ表示時のヘッダーの謎の空白を削除*/
@media only screen and (max-width : 767px){
	.logoRow{
		height: 58px;
	}
}
/*上に同じ*/
@media only screen and (max-width : 767px){
	#GHead{
		height: 58px;
	}
}
/*上に同じ*/
@media only screen and (max-width: 767px) {
	#wrap {
	padding-top: 0px!important;
	padding-bottom:  0px;
	}
}
/*スマホ表示時に.spaceのインデントを解除*/
@media only screen and (max-width: 767px) {
	.space{
		margin-left: 0%;
		margin-right: 0%;
	}
}
/*スマホ表示時の改行を解除*/
@media only screen and (max-width: 767px){
	.br_none{
		display: none;
	}
}
/*スマホ表示時にテキストのフォントサイズを変更、行の高さの変更*/
@media only screen and (max-width: 767px){
	.spText p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
@media only screen and (max-width: 767px){
	.spText li{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
@media only screen and (max-width: 767px){
	.spText a{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
/*スマホ表示時にContentsクラスの下部空白の調整*/
@media only screen and (max-width : 767px){
	.Contents{
		padding: 0 0 60px;
	}
}

/*横線と背景色のある見出し*/
.heading{
	align-items: center;
	display: flex;
	justify-content: left;
	background-color: #ffa8c840;
	font-family: "FOT-筑紫明朝 Pr6 RB";
	margin-bottom: 20px;
	padding: 1;
	font-size: 24px;
	line-height: 2;
}
.heading::before{
	background-color: #E03373;
	content: "";
	height: 5px;
	width: 17px;
}
.heading::before{
	margin-right: 8px;
}
.heading2{
	align-items: center;
	display: flex;
	justify-content: left;
	font-family: "FOT-筑紫明朝 Pr6 RB";
	margin-bottom: 20px;
	padding: 1;
	font-size: 22px;
	line-height: 2;
}
.heading2::before{
	content:"";
	background-color: #E03373;
	width: 4px;
	height: 30px;
	margin-right: 8px;
}
@media only screen and (max-width: 767px){
	.heading{
		margin-bottom: 10px;
		padding: 6px 1px;
		padding-left: -10px;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px){
	.heading::before{
		height: 3px;
		width: 8px;
		margin-right: 8px;
	}
}

.marginPerson{
	margin-left: 55px;
}
@media only screen and (max-width:767px){
	.marginPerson{
	margin-left: 0px;
	}
}
/*運用方法ページのインデント調整*/
.operationIndent li{
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width:767px){
	.operationIndent li{
		margin-bottom: 10px;
	}
}
/*ナビゲーションメニューを作る*/
.linkPageBlock{
	display:flex;
	font-size: 20px;
	border-bottom: solid black 1.5px;
	padding-bottom: 4px;
	line-height: 1.2;
	width: 100%;
	margin-top: 10px;
	font-family: "FOT-筑紫明朝 Pr6 RB";  /*"FOT-筑紫ゴシック Pro B";*/
}
.linkPageBlock ul{
	flex-grow:1;
	text-align: center;
}
.linkPageBlock a{
	display: block;
}

.dropdown-home-contents{
	display: none;
	position: absolute;
	background-color:#ffffff;
	min-width: 150px;
	top: 40px;
	border-radius: 12px;
	border: #333333 solid 1px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.dropdown-home-contents{
		border-radius: 0%;
		border: solid 0px;
		box-shadow: 0px;
		top:auto;
	}
}
.dropdown-tool-contents{
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 250px;
	top: 40px;
	border-radius: 12px;
	border: #333333 solid 1px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.dropdown-tool-contents{
		border-radius: 0%;
		border: solid 0px;
		box-shadow: 0px;
		top:auto;
	}
}
.dropdown-operation-contents{
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 220px;
	top: 40px;
	border-radius: 12px;
	border: #333333 solid 1px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: 2s;
}
@media only screen and (max-width: 767px){
	.dropdown-operation-contents{
		border-radius: 0%;
		border: solid 0px;
		box-shadow: 0px;
		top:auto;
	}
}
.dropdown-organization-contents{
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 130px;
	top: 40px;
	border-radius: 12px;
	border: #333333 solid 1px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: 2s;
}
@media only screen and (max-width: 767px){
	.dropdown-organization-contents{
		border-radius: 0%;
		border: solid 0px;
		box-shadow: 0px;
		top:auto;
	}
}
.dropdown-home-contents a{
	text-align: left;
	position: relative;
	color: #333333;
	margin: 20px 30px 20px 30px;
	font-family: "FOT-筑紫ゴシック Pro B";
	font-size: 15px;
}
.dropdown-organization-contents a{
	text-align: left;
	position: relative;
	color: #333333;
	margin: 20px 30px 20px 30px;
	font-family: "FOT-筑紫ゴシック Pro B";
	font-size: 15px;
}
@media only screen and (min-width: 768px){
	.dropdown-home-contents :hover{
		text-decoration: underline 1.5px;
	}
}
@media only screen and (min-width: 768px){
	.dropdown-tool-contents :hover{
		text-decoration: underline 1.5px;
	}
}
@media only screen and (min-width: 768px){
	.dropdown-operation-contents :hover{
		text-decoration: underline 1.5px;
	}
}
@media only screen and (min-width: 768px){
	.dropdown-organization-contents :hover{
		text-decoration: underline 1.5px;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-home-contents a{
		display: none;
		margin: 0;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-organization-contents a{
		display: none;
		margin: 0;
	}
}
.dropdown-tool-contents a{
	text-align: left;
	position: relative;
	color: #333333;
	margin: 20px 30px 20px 30px;
	font-family: "FOT-筑紫ゴシック Pro B";
	font-size: 15px;
}
@media only screen and (max-width: 767px){
	.dropdown-tool-contents a{
		display: none;
		margin: 0;
	}
}
.dropdown-operation-contents a{
	text-align: left;
	position: relative;
	color: #333333;
	margin: 20px 30px 20px 30px;
	font-family: "FOT-筑紫ゴシック Pro B";
	font-size: 15px;
}

@media only screen and (max-width: 767px){
	.dropdown-operation-contents a{
		display: none;
		margin: 0;
	}
}
@media only screen and (min-width: 768px){
	.dropdown-home-contents a::before{
		position: absolute;
		top: 5px;
		left: -15px;
		content: "";
		border-top: 4px solid transparent;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #222E55;
		transform: rotate(90deg);
		pointer-events: none;
		}
}
@media only screen and (min-width: 768px){
	.dropdown-tool-contents a::before{
		position: absolute;
		top: 5px;
		left: -15px;
		content: "";
		border-top: 4px solid transparent;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #222E55;
		transform: rotate(90deg);
		pointer-events: none;
		}
}
@media only screen and (min-width: 768px){
	.dropdown-operation-contents a::before{
		position: absolute;
		top: 5px;
		left: -15px;
		content: "";
		border-top: 4px solid transparent;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #222E55;
		transform: rotate(90deg);
		pointer-events: none;
		}
}
@media only screen and (min-width: 768px){
	.dropdown-organization-contents a::before{
		position: absolute;
		top: 5px;
		left: -15px;
		content: "";
		border-top: 4px solid transparent;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #222E55;
		transform: rotate(90deg);
		pointer-events: none;
		}
}
.dropdown-home:hover .dropdown-home-contents{
	display: block;
}
.dropdown-tool:hover .dropdown-tool-contents{
	display: block;
}
.dropdown-operation:hover .dropdown-operation-contents{
	display: block;
}
.dropdown-organization:hover .dropdown-organization-contents{
	display: block;
}
@media only screen and (max-width: 767px){
	.dropdown-tool-contents a{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-operation-contents a{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.linkPageBlock{
		display: block;
		border-bottom: solid 0px;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}
@media only screen and (max-width: 767px){
	.linkPageBlock li{
		text-align: left;
	}
}
@media only screen and (max-width: 767px){
	.linkPageBlock a{
		color: #ffffff;
		padding: 10px 20px;
		position: relative;
	}
}

@media only screen and (max-width: 767px){
	.linkPageBlock ul{
		border-bottom: #c8c8c8 solid 1px;
	}
}
@media only screen and (max-width: 767px){
	.linkPageBlock a{
		background-color: #222D5D;
	}
}
@media only screen and (max-width: 767px){
	.linkPageBlock ul + ul{
		border-left: solid 0px;
	}
}
@media only screen and (max-width: 767px){
	.linkPageBlock a::after{
		display: block;
		position: absolute;
		top:	33%;
		right: 23px;
		content: "";
		height: 8px;
		width: 8px;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 767px){
	.dropdown-home:hover .dropdown-home-contents a{
		display: block;
		color: #222D5D;
		background-color: #ffffff;
		content: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-home:hover .dropdown-home-contents{
		position: relative;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-tool:hover .dropdown-tool-contents a{
		display: block;
		color: #222D5D;
		background-color: #ffffff;
		content: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-tool:hover .dropdown-tool-contents{
		position: relative;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-operation:hover .dropdown-operation-contents a{
		display: block;
		color: #222D5D;
		background-color: #ffffff;
		content: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-operation:hover .dropdown-operation-contents{
		position: relative;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-organization:hover .dropdown-organization-contents a{
		display: block;
		color: #222D5D;
		background-color: #ffffff;
		content: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-organization:hover .dropdown-organization-contents{
		position: relative;
	}
}

@media only screen and (max-width: 767px){
	.linkPageBlock a:hover {
		color:#ffffff;
		background-color:#222D5D;
		opacity: 0.8;
	}
}
.home-hover-area,.tool-hover-area,.operation-hover-area,.organization-hover-area {
	position: absolute;
 	top: 25px;  /*メニューとサブメニュー間の空白を埋める幅 */
 	left: 0%;
 	width: 100%;
   	height: 20px;
  	background:transparent; /* 見えない背景 */
}
@media only screen and (max-width: 767px){
	.home-hover-area,.tool-hover-area,.operation-hover-area,.organization-hover-area{
		display: none;
	}
}
.dropdown-home,.dropdown-tool,.dropdown-operation,.dropdown-organization{
	position: relative;
}
.triangle-home{
	display: none;
	position: absolute;
	top: 9.5px;
    left: 34.4%;
	width: 3px;
	content: "";
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #333333;
	z-index: 1;
	pointer-events: none;
}
.triangle-tool{
	display: none;
	position: absolute;
	top: 9.5px;
    left: 34.5%;
	width: 3px;
	content: "";
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #333333;
	z-index: 1;
	pointer-events: none;
}
.triangle-operation{
	display: none;
	position: absolute;
	top: 9.5px;
    left: 34.9%;
	width: 3px;
	content: "";
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #333333;
	z-index: 1;
	pointer-events: none;
}
.triangle-organization{
	display: none;
	position: absolute;
	top: 9.5px;
	left: 9.4%;
	width: 3px;
	content: "";
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #333333;
	z-index: 1;
	pointer-events: none;
}
.triangle-organization1{
	display: none;
	position: absolute;
	top: 12px;
	left: 10%;
	width: 3px;
	content: "";
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
	pointer-events: none;
	z-index: 2;
}
.triangle-home1,.triangle-tool1{
	display: none;
	position: absolute;
	top: 12px;
	left: 36%;
	width: 3px;
	content: "";
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
	pointer-events: none;
	z-index: 2;
}
.triangle-operation1{
	display: none;
	position: absolute;
	top: 12px;
	left: 36%;
	width: 3px;
	content: "";
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
	pointer-events: none;
	z-index: 2;
}
.dropdown-home:hover .triangle-home{
	display: block;
}
.dropdown-tool:hover .triangle-tool{
	display: block;
}
.dropdown-operation:hover .triangle-operation{
	display: block;
}
.dropdown-home:hover .triangle-home1{
	display: block;
}
.dropdown-tool:hover .triangle-tool1{
	display: block;
}
.dropdown-operation:hover .triangle-operation1{
	display: block;
}
.dropdown-organization:hover .triangle-organization{
	display: block;
}
.dropdown-organization:hover .triangle-organization1{
	display: block;
}
@media only screen and (max-width: 767px){
	.dropdown-home:hover .triangle-home{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-home:hover .triangle-home1{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-tool:hover .triangle-tool{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-tool:hover .triangle-tool1{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-operation:hover .triangle-operation{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-operation:hover .triangle-operation1{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-organization:hover .triangle-organization{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-organization:hover .triangle-organization1{
		display: none;
	}
}
.main{
	display: flex;
}
.self{
	margin-left: 10%;
}
@media only screen and (max-width: 767px){
	.self{
		margin-left: 0;
	}
}
.care{
	margin-left: 10%;
}
@media only screen and (max-width: 767px){
	.dropdown-home a{
		pointer-events: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-home-contents a{
		pointer-events: auto;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-tool a{
		pointer-events: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-tool-contents a{
		pointer-events: auto;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-operation a{
		pointer-events: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-operation-contents a{
		pointer-events: auto;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-organization a{
		pointer-events: none;
	}
}
@media only screen and (max-width: 767px){
	.dropdown-organization-contents a{
		pointer-events: auto;
	}
}
@media only screen and (max-width: 767px){
	img-1 img{
		width: 100%;
		height: auto;
	}
}
.title p{
	padding-top: 10px;
	color: #E03373;
	font-size: 25px;
	font-family: "FOT-筑紫明朝 Pr6 RB";
}
@media only screen and (max-width: 767px){
	.title p{
		font-size: 16px;
		padding-top: 5px;
	}
}
.studyGroup span{
	position: relative;
	color: #E03373;
	font-size: 33px;
	border-bottom: #E03373 solid 3px;
	font-family: "FOT-筑紫明朝 Pr6 D";
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.studyGroup span{
		font-size: 18px;
		}
}
.studyGroup ::before{
		content: "";
		height: 2px;
		top: 54px;
		left: 345px;
		position: absolute;
		display: block;
		width: 850px;
		background:#c8c8c8;
		z-index: 0;
}
@media only screen and (max-width: 767px){
	.studyGroup ::before{
		display: none;
	}
}
.organizationIndent p{
	margin-left: 55px;
}
.organizationIndent li{
	margin-left: 55px;
}
@media only screen and (max-width: 767px){
	.organizationIndent p, .organizationIndent li{
		margin-left: 0%;
	}
}
.pankuzuList{
	display: flex;
	align-items: center;
	letter-spacing: 0.06em;
	font-weight: bold;
	font-size:13px;
}
.pankuzuList a{
	color: #333333;
}
.pankuzuList li{
	margin-right: 7px;
}
.pankuzuList li + li::before{
	content: "";
	position: relative;
	top:-0.2em;
	display: inline-block;
	margin-right: 7px;
	width: 3px;
	height:5px;
	background: url(/research/nursing/cancerdm/img/bcr_icn_arrow.png) no-repeat
}
@media only screen and (max-width: 767px){
	.pankuzuList{
		display: none;
	}
}
.personIndent{
	margin-left: 2em;
	text-indent: -1.8em;
}
.personIndent2{
	margin-left: 4em;
	text-indent: -3.6em;
}
.cardHeader{
	color: #E03373;
	font-size: 20px;
	display: flex;
	font-family: "FOT-筑紫明朝 Pr6 RB";
	margin-bottom: 1em;
}
.selfHeaderMargin{
	margin-left: 11%;
	border-bottom: #E03373 solid 2px;
}
.careHeaderMargin{
	margin-left: 16%;
	border-bottom: #E03373 solid 2px;
}
@media only screen and (max-width: 767px){
	.selfHeaderMargin{
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px){
	.cardHeader{
		font-size: 14px;
	}
}
.homeImg{
	margin-bottom: 50px;
}
.homeImg img{
	width: 100%;
}
.selfList{
	margin-top: 50px;
	width: 350px;
}
.careList{
	margin-top: 50px;
	width: 350px;
}
.selfList a{
	text-decoration: none;
	padding : 20px 50px 20px 25px;
	border: solid 1px #d3d3d3;
	position: relative;
}
.careList a{
	text-decoration: none;
	padding : 20px 141.95px 20px 25px;
	border: solid 1px #d3d3d3;
	position: relative;
}
.selfList a:hover,.careList a:hover{
	color: #d3d3d3;
}
.selfCareList{
	display: flex;
	margin-left: 5%;
}
@media only screen and (max-width: 767px){
	.selfCareList{
		margin-left: 0;
		display: block;
	}
}
.selfList a::after,.careList a::after{
		display: block;
   	    position: absolute;
        content: "";
        top: 47%;
        right: 20px;
        height: 6px;
        width: 6px;
        border-bottom: 1px solid #222D5D;
        border-right: 1px solid #222D5D;
        transform: rotate(-45deg);
}
.topicsGenre{
	letter-spacing: 0.1em;
	background-color: skyblue;
	color: #ffffff;
	border-radius: 8px;
	margin: 0 0 auto 0;
	padding: 2px 10px 2px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px !important;
}
@media only screen and (max-width: 767px){
		.topicsGenre{
		height: 2em;
	}
}
.topicsRow{
	display: flex;
	border-top: 1px solid #ddd;
	padding : 12px 15px;
}
.topicsRow p{
	vertical-align: middle;
}
.topicsContent{
	margin-left: 20px;
}
.topicsRow a{
	font-family: FOT-筑紫ゴシック Pro B;
	font-size: 16px;
	color: #222D5D;
	font-weight: normal !important;
}
@media only screen and (max-width: 767px){
	.topicsRow a{
		font-size: 14px;
	}
}

.topicsList{
	border-bottom: solid 1px #ddd;
}
.jsps{
	font-size: 17px;
	color:#E03373;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "FOT-筑紫ゴシック Pro B";
}
@media only screen and (max-width: 767px){
	details{
		display: block;
		position: relative;
		margin: 0 calc(50% - 50vw);
		line-height: 1.2;
		height: 44.8px;
		transition: 0.2s;
	}
}
@media only screen and (max-width: 767px){
	.details-organization{
		display: block;
		position: relative;
		margin: 0 calc(50% - 50vw);
		line-height: 1.2;
		height: 44.8px;
		transition: 0.2s;
	}
}
@media only screen and (max-width: 767px){
	details[open]:nth-of-type(1) {
	height: 120.8px;
	margin-bottom: auto;
	}
}
@media only screen and (max-width: 767px){
	details[open]:nth-of-type(2) ,details[open]:nth-of-type(3){
	height: 234.8px;
	margin-bottom: auto;
	}
}
/*@media only screen and (max-width: 767px){*/
/*	details[open]:nth-of-type(5) {*/
/*	height: 158.8px;*/
/*	margin-bottom: auto;*/
/*	transition: 0.5s;*/
/*	}*/
/*}*/
@media only screen and (max-width: 767px){
	.details-organization[open]{
	height: 158.8px;
	margin-bottom: auto;
	transition: 0.2s;
	}
}
.navSub a{
	text-decoration: none;
}
@media only screen and (max-width: 767px){
		summary{
			display: block;
			position:  relative;
			background-color: #222D5D;
			font-size: 20px;
			color: #ffffff;
			border-bottom: #c8c8c8 solid 1px;
			font-family: "FOT-筑紫明朝 Pr6 RB";
			padding: 10px 20px;
		}
}
@media only screen and (max-width: 767px){
	details, summary{
		cursor : pointer;
	}
}
@media only screen and (max-width: 767px){
	.navSub {
		font-family: "FOT-筑紫ゴシック Pro B";
    	font-size: 15px;
    	transition: transform 0.4s;
	}
}
@media only screen and (max-width: 767px){
	.navSub li{
		padding: 10px 20px;
	}
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
@media only screen and (max-width: 767px){
	summary::after {
        position: absolute;
        top: 15px;
        right: 23px;
        content: "";
        height: 8px;
        width: 8px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: rotate(45deg);
        z-index: 100;
	}
}
@media only screen and (max-width: 767px){
	details[open]:details::after{
		display: none;
	}
}
@media only screen and (min-width: 768px){
	details{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.linkPageBlock{
		display: none;
	}
}
details[open] summary::after {
  transform: rotate(225deg); /* 90度回転 */
  top: 18px;
}
.navSub{
	background-color: #ffffff;
}
.navSub a{
	display: block;
}
.navSp a{
	display: block;
	text-decoration: none;
        position: relative;
        background-color: #222D5D;
        font-size: 20px;
        color: #ffffff;
        border-bottom: #c8c8c8 solid 1px;
        font-family: "FOT-筑紫明朝 Pr6 RB";
        padding: 10px 20px;
        margin: 0 calc(50% - 50vw);
        line-height: 1.2;
}
@media only screen and (max-width: 767px){
	.navSp a::after {
        position: absolute;
        top: 15px;
        right: 23px;
        content: "";
        height: 8px;
        width: 8px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: rotate(45deg);
        z-index: 100;
	}
}
@media only screen and (min-width: 768px){
	.navSp{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.margin_bottom p{
		margin-bottom: 1em;
	}
}
@media only screen and (max-width: 767px){
	navSub a {
		border-bottom: solid 1px #c8c8c8;
	}
}
.home11{
	position: absolute;
	top: 90%;
	left: 35%;
	font-size: 33px;
}
.highlight{
	color: #E03373;
	font-weight: bolder;
}