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

/*  ========================= common */
#main .pageTitle{
	color: #ea1b22;
	font-size: 140%;
	font-weight: 700;
	border-bottom: solid 2px #ea1b22;
	padding: 0 0 6px;
	margin: 0 0 25px;
}
#main .pageTitle::before{
	content: '';
  display: inline-block;  
  background: url('../img/common/title_icon.png') no-repeat center center / cover;
  width: 0.9em;
  height: 0.9em;
	position: relative;
	top: 0.05em;
	margin: 0 0.4em 0 0;
}
.pageTitle-sub {
	color: #6a674b;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}
#main .subTitle{
	background:url(../img/common/subtitle_line.gif) no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	margin-top:30px;
	margin-bottom:15px;
}
#main .subTitle p{
	border-left: solid 7px #ea1b22;
	color: #ea1b22;
	font-size: 115%;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 5px;
}
#main .iconPdf{
	width:20px;
	height:22px;
}
#main .iconPdf img{
	vertical-align: top;
}
#main .imgBorder{
	border:solid 2px #eee1d3;
	padding:8px;
}
#main .border{
	border:solid 1px #eee1d3;
}
#downloadList li, #manualList li, #reportList li {
	margin-bottom: 0.5em;
}

/*  ========================= index */
.home #indexNews{
	margin:0 0 0 0;
}
.home #indexNews ul{
	margin:0 0 0 0;
}
.home #indexNews ul li{
	background:url(../img/common/dash_line.gif) repeat-x;
	background-position:bottom;
	padding:10px 0;
}
.home #indexNews ul li .date{
	float:left;
	width:155px;
	background:#f8ece0;
}
.home #indexNews ul li .date p{
	padding:5px 10px;
}
.home #indexNews ul li .textArea{
	float:right;
	width:550px;
}
.home #indexNews ul li .textArea p{
	padding:5px 0;
}
.home #indexNews ul li .textArea .newsNew{
	background:url(../img/index/new_mark.gif) no-repeat;
	background-position:0 8px;
	padding-left:50px;
}

/*  ========================= news */
.newsPage #newsList{
	margin:0 0 0 0;
}
.newsPage #newsList ul{
	border:solid 2px #eee1d3;
	padding:10px 15px;
	margin-top:20px;
}
.newsPage #newsList li{
}
.newsPage #newsList li.newsData{
	font-size:85%;
}
.newsPage #newsList li.newsTitle{
	color:#ea1b22;
	font-size:110%;
	font-weight:bold;
	background:url(../img/common/subtitle_line.gif) no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	margin-bottom:5px;
}

/*  ========================= organization */
.organizationPage #organizationTable{
	margin:0;
}
.organizationPage #organizationTable table{
	width:100%;
	border-top:solid 2px #eee1d3;
	border-left:solid 2px #eee1d3;
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
}
.organizationPage #organizationTable th{
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
	background-color:#f5e9dd;
	padding:8px 10px;
	font-weight:bold;
	text-align:center;
}
.organizationPage #organizationTable td.organizationTableName{
	width:18%;
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
	background-color:#fff6ed;
	padding:8px 10px;
	font-weight:bold;
}
.organizationPage #organizationTable td{
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
	padding:8px 10px;
}

/*  ========================= report */
.reportPage #reportList{
	margin:0;
}
.reportPage #reportList .reportLink{
	border:solid 1px #eee1d3;
	background-color:#fff6ed;
	padding:8px 15px;
	margin-top:20px;
}
.reportPage #reportList .reportLink02{
	border:solid 1px #eee1d3;
	background-color:#fff6ed;
	padding:8px 15px;
	margin-top:5px;
}

/*  ========================= manual */
.manualPage #manualList{
	margin: 0;
}
.manualPage #manualList .add{
	font-size: 0.9em;
}
.manualPage #manualList .add::before {
	content: "－";
}

/*  ========================= faq */
.faqPage #faqList{
	margin:0 0 0 0;
}
.faqPage #faqList dl{
	margin-top:15px;
}
.faqPage #faqList dt{
	background-color:#f5e9dd;
	padding:8px 15px;
}
.faqPage #faqList dt p{
	background:url(../img/faq/icon_q.gif) no-repeat;
	background-position:center left;
	font-weight:bold;
	padding-left:30px;
}
.faqPage #faqList dd{
	padding:0 0 15px 15px;
}
.faqPage #faqList dd p{
	background:url(../img/faq/icon_a.gif) no-repeat;
	background-position:top left;
	padding-left:30px;
	margin-top:15px;
}

/*  ========================= trivia */
.trivia-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0 10px;
}
.trivia-list li {
	display: flex;
	width: calc( (100% - 60px) / 3 );
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
}
.trivia-list li img {
	width: 100%;
	height: auto;
	border: solid 1px #eee1d3;
	box-sizing: border-box;
}
@media (max-width: 540px) {
	.trivia-list li {
		width: calc( (100% - 30px) / 2 );
	}
}

/*  ========================= seminar */
.splide__slide img {
	width: 100%;
}

.report li {
	background: url(../img/common/dash_line.gif) repeat-x;
	background-position: bottom;
	padding: 10px 0;
	font-size: 15px;
}
.report li .date {
	display: block;
	float: left;
	width: 140px;
	background: #f8ece0;
	padding: 5px 10px;
	box-sizing: border-box;
}
.report li p {
	float: right;
	width: 565px;
	padding: 5px 0;
	box-sizing: border-box;
}
.report li p.new {
	background:url(../img/index/new_mark.gif) no-repeat;
	background-position:0 8px;
	padding-left:50px;
}
@media screen and (max-width: 540px){
	.report li {
		margin-bottom: 0.5em;
	}
	.report li .date{
		float: none;
		margin: 0 0 5px;
	}
	.report li p {
		float: none;
		width: 100%;
	}
}

.onsite img {
	width: 100%;
	max-width: 360px;
	height: auto;
	border: solid 1px #eee1d3;
	box-sizing: border-box;
}

.link_btn {
  position: relative;
  display: inline-block;
	text-decoration: none;
  background: #ea1b22;
	color: #fff;
	font-size: 110%;
  border-radius: 4px;
  padding: 8px 40px 8px 20px;
  transition: all .3s;
  border: 2px solid #ea1b22;
}
.link_btn::before {
	content: "";
	position: absolute;
	display:block;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 18px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_btn:hover {
    background: #fff;
    color: #ea1b22;
}
.link_btn:hover::before {
   border-color: #ea1b22;
}

/*  ========================= download */
.downloadPage #downloadList{
	margin:0 0 0 0;
}

.downloadPage #downloadList .downloadListNew{
	background:url(../img/index/new_mark.gif) no-repeat;
	background-position:0 8px;
	padding-left:50px;
}

/*  ========================= link */
.linkPage #linkList{
	margin:0 0 0 0;
}
.linkPage #linkList dl{
	border:solid 2px #eee1d3;
	margin-top:20px;
}
.linkPage #linkList dt{
	border-bottom:solid 1px #eee1d3;
	background-color:#fff6ed;
	font-weight:bold;
	padding:8px 15px;
}
.linkPage #linkList dd{
	padding:8px 15px;
}

/*  ========================= facilityinformation */
.facilityinformationPage #facilityinformationTable{
	margin:0 0 0 0;
}
.facilityinformationPage #facilityinformationTable table{
	width:100%;
	border-top:solid 2px #eee1d3;
	border-left:solid 2px #eee1d3;
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
}
.facilityinformationPage #facilityinformationTable th{
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
	background-color:#f5e9dd;
	padding:8px 10px;
	font-weight:bold;
	text-align:center;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;	
}
.facilityinformationPage #facilityinformationTable td.organizationTableName{
	width:18%;
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
	background-color:#fff6ed;
	padding:8px 10px;
	font-weight:bold;
}
.facilityinformationPage #facilityinformationTable td{
	border-right:solid 1px #eee1d3;
	border-bottom:solid 1px #eee1d3;
	padding:8px 10px;
}

/* 分類 周産期母子医療センター */
.category-chiiki {
	background-color: #c1e0ff;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	float: left;
	border-radius: 10px; 
}
.category-sougou {
	background-color: #ffc1c1;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	float: left;
	border-radius: 10px; 
}
.category-nashi {
	background-color: #e5e5e5;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	float: left;
	border-radius: 10px; 
}
.category-nashi03 {
	background-color: #e5e5e5;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	float: left;
	border-radius: 10px; 
}

/* 分類 エイズ治療拠点病院 */
.category-kyoten {
	background-color: #b7ffb7;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
	border-radius: 10px; 
}
.category-kyoten02 {
	background-color: #b7ffb7;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
	border-radius: 10px; 
}
.category-block {
	background-color: #ffddbc;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
	border-radius: 10px; 
}
.category-chyuukaku {
	background-color: #ffdbff;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
	border-radius: 10px; 
}
.category-chyuukaku02 {
	background-color: #ffdbff;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	border-radius: 10px; 
}
.category-blockcyuukaku {
    background-image: linear-gradient(90deg, #ffddbc 0%, #ffddbc 60%, #ffdbff 60%, #ffdbff 100%);
	color: #333333;	
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
	border-radius: 10px; 
}
.category-nashi02 {
	background-color: #e5e5e5;
	color: #333333;
	display: inline;
	padding: 0px 8px;
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
	border-radius: 10px; 
}
/* 拠点 */
.kyoten {
	float: left;
	text-align:center;
}

/*  ========================= primarysearch（一次調査） */

.primarysearchPage #downloadList ul li {
	margin-bottom: 0.5em;
}
/*.primarysearchPage .address {
    border: solid 2px #eee1d3;
    padding: 10px 15px;
    margin-top: 20px;
}*/
.primarysearchPage .address dl{
	border:solid 2px #eee1d3;
	margin-top:20px;
}
.primarysearchPage .address dt{
	border-bottom:solid 1px #eee1d3;
	background-color:#fff6ed;
	font-weight:bold;
	padding:8px 15px;
}
.primarysearchPage .address dd{
	padding:8px 15px;
}
