@charset "UTF-8";
/* CSS Document */

h2{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	width: 100%;
	border-bottom: 3px solid #CCCCCC;
	padding-bottom: 3px;
}
@media screen and (max-width:767px){
h2{
	font-size: 20px;
	border-bottom: 3px solid #CCCCCC;
}
}

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

  パンくず

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



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

  連合会のご案内 rengokai

------------------------*/
/*---　グロナビ　---*/
.rengokai-navi ul.gnav{
	display: block;
}
.rengokai-navi ul.gnav li{
	display: inline-block;
	position: relative;
	background-color: #E8E8E8;
	float: left;
    margin: 0;
	border: 1px solid #FFFFFF;
	padding: 15px 0 15px 30px;
}
.rengokai-navi ul.gnav li::before{
	content: "";
	position: absolute;
  	top: 50%;   /* 縦軸をセンタリングする */ 
    left: 15px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 10px solid #006699;
}
.rengokai-navi ul.gnav a{
	color: #000;
}
.rengokai-navi .gnav-img{
	width: 200px;
	clear: both;
}

@media screen and (max-width:767px){
.rengokai-navi ul.gnav li{
	padding: 10px 0 10px 30px;
}
}

/*---　h1　---*/
h1.h1_D9B215{
	color: #D9B215;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	background-color: #FFF7D9;
	border-top: 2px solid #D9B215;
	border-bottom: 2px solid #D9B215;
	position: relative;
}
h1.h1_D9B215::before{
	content: "";
	position: absolute;
  	vertical-align: center;
	left: 15px;
    display: inline-block;
	width: 8px;
	height: 22px;
	background: #D9B215;
	border-radius: 2em;
}

/*---　ご挨拶　---*/
.aisatsu img.kaicho {
	max-width: 170px;
}
.aisatsu h3.p-wrap{
	position: relative;
}
.aisatsu p.name{
    position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1.7;
}
.aisatsu .p-text{
	text-indent: 1em;
}
@media screen and (min-width: 768px) {
.aisatsu p.name br.br {
    display: none; /*- PCのみ改行削除-*/
}
}
@media screen and (max-width: 767px) {
.aisatsu p.name{
	font-size: 14px;
}
}

/*---　概要　---*/
.enkaku .p-text{
	text-indent: -2.5em;
	padding-left: 2.5em;
	line-height: 1.7;
}
.enkaku h3{
	font-weight: bold;
	font-size: 1.2rem;
}

/*---　沿革　---*/
.gaiyou tr .box1{
	font-weight: bold;
	vertical-align: top;
}
.gaiyou .boxwrap{
	display: block;
}
.gaiyou tr td span.box3 {
	width: 60px;
	display: inline-block;
}
@media screen and (min-width:768px){
.gaiyou table {
	max-width: 1200px;
	width: 100%;
}
.gaiyou tr .box1 {
	width:15%;
	display: inline-block;
}
.gaiyou tr .box2 {
	width:75%;
	display: inline-block;
}
.gaiyou tr .map img {
	max-width:340px;
}
}

@media screen and (max-width:767px){
.gaiyou tr .box1 {
	width:100%;
	display: block;
}
.gaiyou tr .box2 {
	width:100%;
	display: block;
}
}

/*---　役員名簿　---*/
.yakuin .list_area table tr th {
	padding:7px;
}
.yakuin .list_area table tr td {
	padding:5px;
}
.yakuin .last-date{
	text-align: right;
}
.yakuin .list_area table{
	width: 100%;
}
@media screen and (min-width:768px){
.yakuin .list_area {
	text-align:center;
	max-width: 1200px;
	width: 100%;
}
.yakuin .list_area .midashi th {
	color:#FFF;
	background:#607e8f;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-collapse: collapse;
}
.yakuin .list_area .komoku td {
	background:#e8e8e8;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.yakuin tr .job{
	width:17%;
}
.yakuin tr .board{
	width:25%;
}
.yakuin tr .company{
	width:34%;
}
.yakuin tr .bloc{
	width:24%;
}
}
@media screen and (max-width:767px){
.yakuin .list_area {
	text-align:left;
	max-width: 800px;
}
.yakuin .list_area table tr {
	font-size:14px;
}
.yakuin .list_area table tr td {
	padding:2 7px;
}
.yakuin .list_area .komoku td.job,
.yakuin .list_area .komoku td.board{
	background:#e8e8e8;
	border: none;
}
.yakuin .list_area .midashi{
	display: none;
}
.yakuin tr .job{
	width:35%;
	display: inline-block;
	font-weight: bold;
}
.yakuin tr .board{
	width:65%;
	display: inline-block;
}
.yakuin tr .company{
	width:100%;
	display: block;
}
.yakuin tr .bloc{
	width:100%;
	display: block;
	margin-bottom: 20px;
}
}


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

  活動内容 katsudou

------------------------*/
/*---　h1　---*/
h1.h1_F15424{
	color: #F15424;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	background-color: #FFE7DF;
	border-top: 2px solid #F15424;
	border-bottom: 2px solid #F15424;
	position: relative;
}
h1.h1_F15424::before{
	content: "";
	position: absolute;
  	vertical-align: center;
	left: 15px;
    display: inline-block;
	width: 8px;
	height: 22px;
	background: #F15424;
	border-radius: 2em;
}

/* --- accordion --- */
.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
	font-size: 1.25em;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '＋';
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-label.katsudou{
    background: #FCDDD3;
    color: #000;
	font-weight: normal;
}
.acd-label.katsudou:after{
    background: #F47E59;
    color: #fff;
}
.acd-content{
    /* border: 1px solid #333; */
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-content p{
	margin: 0;
	padding-bottom: 1em;
}
.acd-content.sv p{
	margin: 0;
	padding-bottom: 0.25em;
}
.acd-content h3{
	font-size: 1.25em;
	margin: 0;
	padding-bottom: 0.15em;
}
.acd-content a{
	text-decoration:underline;
}
.acd-check:checked + .acd-label:after{
    content: 'ー';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


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

  災害協定 saigai

------------------------*/
/*---　グロナビ　---*/
.saigai-navi ul.gnav{
	display: block;
}
.saigai-navi ul.gnav li{
	display: inline-block;
	position: relative;
	background-color: #E8E8E8;
	float: left;
    margin: 0;
	border: 1px solid #FFFFFF;
	padding: 15px 0 15px 30px;
}
.saigai-navi ul.gnav li::before{
	content: "";
	position: absolute;
  	top: 50%;   /* 縦軸をセンタリングする */ 
    left: 15px;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 10px solid #006699;
}
.saigai-navi ul.gnav a{
	color: #000;
}

@media screen and (max-width:578px){
.saigai-navi ul.gnav li{
	font-size:3.5vw;
}
}
@media screen and (max-width:767px){
.saigai-navi ul.gnav li{
	padding: 10px 0 10px 30px;
}
}

/*---　h1　---*/
h1.h1_AA1896{
	color: #AA1896;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	background-color: #F6E4FF;
	border-top: 2px solid #AA1896;
	border-bottom: 2px solid #AA1896;
	position: relative;
}
h1.h1_AA1896::before{
	content: "";
	position: absolute;
  	vertical-align: center;
	left: 15px;
    display: inline-block;
	width: 8px;
	height: 22px;
	background: #AA1896;
	border-radius: 2em;
}

/*---　締結地区一覧　---*/
.list .list_area table tr th {
	padding:7px;
}
.list .list_area table tr td {
	padding:5px;
}
.list .last-date{
	text-align: right;
}
.list .list_area table{
	width: 100%;
}
.list img.jmap{
	max-width: 580px;
}
@media screen and (min-width:768px){
.list .list_area {
	text-align:center;
	max-width: 1200px;
	width: 100%;
}
.list .list_area .midashi th {
	color:#FFF;
	background:#607e8f;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-collapse: collapse;
}
.list .list_area .komoku td {
	background:#e8e8e8;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.list tr .condate-sp{
	display: none;
}
.list tr .num{
	width:8%;
}
.list tr .concl{
	width:17%;
}
.list tr .condate{
	width:17%;
}
.list tr .pref{
	width:25%;
}
.list tr .associ{
	width:33%;
}
}
@media screen and (max-width:767px){
.list .list_area {
	text-align:left;
	max-width: 800px;
}
.list .list_area table tr {
	font-size:14px;
}
.list .list_area table tr td {
	padding:2 7px;
}
.list .list_area .komoku td.num,
.list .list_area .komoku td.condate-sp{
	background:#e8e8e8;
	border: none;
}
.list .list_area .midashi,
.list tr .concl,
.list tr .condate{
	display: none;
}
.list tr .num{
	width:10%;
	display: inline-block;
}
.list tr .condate-sp{
	width:90%;
	display: inline-block;
}
.list tr .pref{
	width:100%;
	display: block;
}
.list tr .associ{
	width:100%;
	display: block;
	margin-bottom: 20px;
}
.list tr td br {
    display: none; /*- スマホのみ改行削除-*/
}
}



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

  会員紹介 kaiin

------------------------*/
/*---　h1　---*/
h1.h1_352F7B{
	color: #352F7B;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	background-color: #DFDCFF;
	border-top: 2px solid #352F7B;
	border-bottom: 2px solid #352F7B;
	position: relative;
}
h1.h1_352F7B::before{
	content: "";
	position: absolute;
  	vertical-align: center;
	left: 15px;
    display: inline-block;
	width: 8px;
	height: 22px;
	background: #352F7B;
	border-radius: 2em;
}

/*---　コンテンツ　---*/
/* PC */
@media screen and (min-width:768px){
.kaiin .jmap-sp{
	display: none;
}
.kaiin .jmap-pc{
	position: relative;
	padding-bottom: 84.5%;
	height: 0;
	overflow: hidden;
}
.kaiin .jmap-pc iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

/* SP */
@media screen and (max-width:767px){
.kaiin .jmap-pc{
	display: none;
}
.kaiin .jmap-sp ul{
	border: 2px solid #607E8F;
}
.kaiin .jmap-sp ul li:not(.th){
	margin: 0 15px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	line-height: 1.7;
}
.kaiin .jmap-sp ul li a{
	color: #000;
}
.kaiin .jmap-sp ul li.th{
	color: #fff;
	background-color: #607E8F;
	font-weight: bold;
	padding: 5px 15px;
}
}

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

  賛助会員紹介 sanjo

------------------------*/
/*---　h1　---*/
h1.h1_3594FF{
	color: #3594FF;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	background-color: #E3F0FF;
	border-top: 2px solid #3594FF;
	border-bottom: 2px solid #3594FF;
	position: relative;
}
h1.h1_3594FF::before{
	content: "";
	position: absolute;
  	vertical-align: center;
	left: 15px;
    display: inline-block;
	width: 8px;
	height: 22px;
	background: #3594FF;
	border-radius: 2em;
}

/*---　コンテンツ　---*/
.sanjo ul.list-sanjo_area li{
	border-left: 3px solid #607E8F;
	padding: 0 15px;
}
.sanjo ul.list-sanjo_area li a.arrow::before{
	content: "";
    width:0;
	height:0;
    transform: translateY(-15%);
    border: 5px solid transparent;
    border-left: 8px solid #006699;
	display: inline-block;
}
.sanjo ul.list-sanjo_area li a.arrow{
	text-indent: -0.85em;
	padding-left: 1em;
	display: block;
}
.sanjo ul.list-sanjo_area li a{
	color: #000;
	width: 100%;
	border-bottom: 2px dotted #ccc;
	padding: 7px 0;
	position: relative;
	display: block;
}
.sanjo ul.list-sanjo_area li a.none:hover{
	opacity: 1;
}
@media screen and (max-width:767px){

}

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

  関連団体リンク link

------------------------*/
/*---　h1　---*/
h1.h1_0192A8{
	color: #0192A8;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	background-color: #E8FBFE;
	border-top: 2px solid #0192A8;
	border-bottom: 2px solid #0192A8;
	position: relative;
}
h1.h1_0192A8::before{
	content: "";
	position: absolute;
  	vertical-align: center;
	left: 15px;
    display: inline-block;
	width: 8px;
	height: 22px;
	background: #0192A8;
	border-radius: 2em;
}

/*---　コンテンツ　---*/
.list-link li.th{
	color: #fff;
	font-weight: bold;
	width: 100%;
	background-color: #607E8F;
	padding: 5px 20px;
	margin-bottom: 15px;
}
.list-link ul li{
	width: 100%;
	padding: 7px 0;
}
.list-link ul li:not(last-child){
	margin-bottom: 15px;
}
@media screen and (min-width:768px){
.list-link ul.pr-md-1{
	padding-right: 1rem;
}
.list-link ul.pl-md-1{
	padding-left: 1rem;
}
}
@media screen and (max-width:767px){
.list-link ul li:not(last-child){
	margin-bottom: 10px;
}
}

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

  臨床検査とは rinsyou

------------------------*/
/*---　h1　---*/
h1.h1_6CBC4D{
	color: #6CBC4D;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	background-color: #E6FFDD;
	border-top: 2px solid #6CBC4D;
	border-bottom: 2px solid #6CBC4D;
	position: relative;
}
h1.h1_6CBC4D::before{
	content: "";
	position: absolute;
  	vertical-align: center;
	left: 15px;
    display: inline-block;
	width: 8px;
	height: 22px;
	background: #6CBC4D;
	border-radius: 2em;
}

/*---　h2　---*/
h2.h2_rinsyou{
	color: #fff;
	background-color: #5C7988;
	border-radius: 2em;
	border: none;
	font-size: 20px;
	padding: 7px 15px;
	text-align: center;
	max-width: 320px;
}
a h2.h2_rinsyou{
	display: inline-block;
}
@media screen and (max-width:767px){
h2.h2_rinsyou{
	font-size: 13px;
	max-width: 230px;
}
}

/*---　コンテンツ　---*/
.rinsyou .rinsyou-img{
	overflow-x: scroll;	
}
@media screen and (min-width:800px){
.rinsyou .rinsyou-img{
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}
}
