@charset "utf-8";

/* Description : 共有設定 */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html{
  scroll-behavior: smooth;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

.clear {
	clear: both;
}


/* base */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
}


img{
max-width: 100%;
height: auto;
width /***/:auto;　
}


a:hover img {
 opacity: 0.5;
}
 
a img{
 transition: opacity 0.3s ease-out;
}
    a {
	text-decoration:none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
		color: #0077CE;
		text-decoration: underline;
        }

a:hover {
	text-decoration: none;
}

header {
	padding: 30px 0 20px;
}

footer {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
	text-align: left;
}

footer .footerL {
	display: inline-block;
	width: 493px;
	vertical-align: text-top;
}

footer .medicalmap {
	display: inline-block;
	width: 502px;
	vertical-align: text-top;
}

#copyright {
	font-size: 12px;
	color: #666;
}

.spmap {
	display: none;
}

.gnavi {
	font-size: 22px;
	font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.gnavi li {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}

.gnavi a {
	color: #000;
	text-decoration: none;
}

.gnavi a:hover {
	color: #0077CE;
}


@media screen and (max-width:768px) {

h1 {
	float: left;
	width: 65%;
}
.spmap {
	display: inline-block;
	width: 33%;
	margin-left: 2%;
	float: right;
}
.splogo {
	width: 90%;
	margin: 0 5%;
	overflow: hidden;
}

.gnavi {
	font-size: 15px;
	width: 96%;
	margin: 10px 2% 0;
	clear: both;
	display:table;
}
.gnavi li {
	border-right: 1px solid #D6D6D6;
	padding: 0;
	min-height: 2.5em;
	line-height: 1.4;
	vertical-align: middle;
	margin-bottom:10px;
	width:25%;
	box-sizing:border-box;
}

.gnavi li.top50 {
	padding-top:0.5em;
}

.gnavi li:nth-child(n + 5) {
	margin-bottom:0;
}
.gnavi li:nth-child(4n) {
	border-right: none;
}
footer {
	width: 90%;
	padding: 8% 5%;
}

footer .footerL {
	display: block;
	width: 90%;
	margin: 0 5%;
}

footer .medicalmap {
	display: block;
	width: 90%;
	margin: 0 5% 5%;
}

}

#contents {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 120%;
	text-align: left;
	line-height: 2;
}

.button01 {
	margin: 40px 0;
}

.button01 {
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #0077CE;
	display: table;
	background: url(../img/arrow.png) no-repeat right 2% bottom 50%;
	padding: 15px 40px 15px 30px;
	line-height: 1;
	text-decoration: none;
}

a[href$=".pdf"]:after	{ 
	background: url(../img/icon_pdf.png) no-repeat center right 0;
    width: 24px;
    height: 30px;
    content:" ";
    display: inline-block;
	vertical-align: middle;
}

a[href$=".docx"]:after	{ 
	background: url(../img/icon_word.png) no-repeat center right 0;
    width: 24px;
    height: 30px;
    content:" ";
    display: inline-block;
	vertical-align: middle;
}

a[href^="http"]:after {
    content:" ";
    display: inline-block;
    width: 24px;
    height: 30px;
	background: url(../img/icon_brank.png)  no-repeat 0 0;
	margin: 0 0 0 8px;
	vertical-align: bottom;
}

.icnone a[href$=".pdf"]:after,
.icnone a[href^="http"]:after,
header a[href^="http"]:after,
footer a[href^="http"]:after {
	background: none;
	width: auto;
}

.pdf:after	{ 
	background: url(../img/icon_pdf.png) no-repeat center right 0;
    width: 24px;
    height: 30px;
    content:" ";
    display: inline-block;
	vertical-align: middle;
}




.table01 {
	line-height: 1.4;
}

.table01 th,
.table01 td {
	padding: 10px 15px;
	border: 1px solid #CCC;
}

.table01 th {
	background: #D9EBF8;
}

.table02 {
		margin-left: 1.2em;
		font-size: 85%;
		border-collapse:separate;
		border-spacing:12px !important;
}

.table02 th,
.table02 td {
	padding: 5px 10px;
}

.table02 th {
	background: #EEECE6;
	font-weight: normal;
}

@media screen and (max-width:768px) {
.table02 {
	width: 100%;
	margin: 0;
}
.table02 th{
	display: block;
}

.table02 td {
	display: inline;
}
}

@media screen and (max-width:768px) {
#contents {
	width: 90%;
	margin: 0 5%;
	padding: 10% 0;
	font-size: 100%;
}
.button01 a {
	padding: 5% 5% 5% 3%;
}
.table01 th,
.table01 td {
	/*padding: 3%;*/
}
a[href$=".pdf"]:after {
	margin: -12px 0 0 5px;
	vertical-align: text-bottom;
}
}


.midashi{
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  font-size: 30px;
  margin: 0 auto 40px;
}

@media screen and (max-width:768px) {
.midashi{
  font-size: 20px;
}
}

.midashismall {
	font-size: 85%;
	font-weight: normal;
}

/*以下で線を表示*/
.midashi:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #0077CE;/*線の色*/
}




/*　トップページ　*/

    .slider {
        width: 100%;
        margin: 20px auto 110px;
    }

    .slick-slide {
      margin: 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
		display: none;
    }
	
    .sliderbox {
		position: relative;
		max-width:1280px;
		margin: 0 auto;
	}

    .slidercontents {
		position: absolute;
		z-index:1000;
	}


#news {
	max-width: 1000px;
	overflow: hidden;
	margin: 0px auto 100px;
	text-align: left;
}

#newstitle {
	float: left;
	width: 30%;
}

#newstext {
	float: right;
	width: 70%;
}

#newstext p {
	margin-left: 5.7em;
	text-indent: -5.7em;
	margin-bottom: 10px;
}

.newstitle01 {
	font-size: 30px;
}

@media screen and (max-width:768px) {
    .slider {
        margin: 10px auto 50px;
    }

#news {
	width: 90%;
	margin: 0 5% 10%;
}
#newstitle {
	float: none;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 10px;
}

#newstext {
	float: none;
	width: 100%;
}
#newstext p {
	padding-left:5.7em;
	text-indent:-5.7em;
	margin-left: 0;
}
}

.tgray {
	color: #999999;
}

#gyouji {
	background: url(../img/gyouji_back.png) repeat;
	padding: 50px;
}

.gyoujibox {
	max-width: 920px;
	padding: 40px;
	margin: 0 auto;
	background: #FFF;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

.gyoujititle {
	font-size: 25px;
	margin: 5px auto 20px;
}

.gyoujitb {
	text-align: left;
	margin: 0 auto;
	max-width: 100%;
}

.gyoujitb p {
	display: table-cell;
}

.gyoujitb th,
.gyoujitb td {
	padding: 10px;
}

.gyoujitb th {
	text-align: center;
	background: #D9EBF8;
	font-weight: 400;
}

.gyoujitb td {
	border-bottom: 1px dotted #CCC;
}

.gyoujitb tr td:nth-of-type(2),
.gyoujitb tr td:nth-of-type(4),
.gyoujitb tr td:nth-of-type(6) {
	border-bottom: none;
}

.gyoujitb tr th:nth-of-type(2),
.gyoujitb tr th:nth-of-type(4),
.gyoujitb tr th:nth-of-type(6) {
	background: none;
}

.gyoujitb tr td:last-of-type {
	color: #F00;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	padding: 10px !important;
}

.color3 {
	color: #333 !important;
}

.shimintb {
	width: 100%;
	border-collapse:separate;
	border-spacing:25px;
	margin-bottom: 30px;
}

.shimintb tr{
	padding:5px;
}

.shimintb th, shimintb td{
	padding:10px;
	text-align:center;
	font-weight: normal;
}

.shimintb th{
	letter-spacing:1px;
	background: #D9EBF8;
}

.shimintb td {
	text-align: left;
}

@media screen and (max-width:768px) {
	
.shimintb {
	margin-bottom: 10px;
}
	.shimintb thead{
		display:none;
	}

	.shimintb tr{
		display:block;
		border-bottom:1px solid #ddd;
		padding: 0;
	}

	.shimintb td{
		display:block;
		border-bottom:1px dotted #ccc;
		padding: 15px 0;
	}

	.shimintb td:last-child{
		border-bottom:0;
	}

	.shimintb td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
		margin-right: 15px;
		background: #D9EBF8;
		padding: 0 10px;
	}
}


@media screen and (max-width:768px) {
.gyoujitb tr td:nth-of-type(2),
.gyoujitb tr td:nth-of-type(4),
.gyoujitb tr td:nth-of-type(6),
.gyoujitb tr th:nth-of-type(2),
.gyoujitb tr th:nth-of-type(4),
.gyoujitb tr th:nth-of-type(6) {
	padding: 0;
}
	
#gyouji {
	padding: 5%;
}

.gyoujibox {
	width: 90%;
	padding: 5%;
}
.gyoujitb p {
	display: block;
	white-space: nowrap;
	width: 100%;
}
}

.corona {
	padding: 20px;
	max-width: 954px;
	margin: 30px auto 40px;
	border: 3px solid #EFEFEF;
	clear: both;
	font-size: 110%;
}

@media screen and (max-width:768px) {
.corona {
	max-width: 100%;
	margin: 30px 5%;
}
}



/*　中区在宅医療相談支援窓口運営事業　*/

.madoguchi {
	background: url(../madoguchi/img/title.jpg) no-repeat center;
	background-size: 100%;
	height: 250px;
	color: #FFF;
	font-size: 30px;
	line-height: 250px;
}

@media screen and (max-width:768px) {
.madoguchi {
	background-size: cover;
	font-size: 20px;
	padding: 15% 5%;
	height: auto;
	line-height:1;
}
}

/*　認知症事業　*/

.ninchi {
	background: url(../ninchisho/img/title.jpg) no-repeat center;
	background-size: 100%;
	height: 250px;
	color: #FFF;
	font-size: 30px;
	line-height: 250px;
}

@media screen and (max-width:768px) {
.ninchi {
	background-size: cover;
	font-size: 20px;
	padding: 15% 5%;
	height: auto;
	line-height:1;
}
}

.ninchip {
	margin:10px 0 30px 1em;
}

.pat30px {
	padding-top:30px;
}

ul.ninchikamo {
	overflow:hidden;
}

ul.ninchikamo li {
	float:left;
	list-style:circle;
	width:44%;
	margin-left:4%;
	margin-right:4%;
	line-height:1.5em;
	padding-bottom:10px;
}

ul.ninchikamo li:nth-child(even) {
	margin-right:0;
}

@media screen and (max-width:768px) {
ul.ninchikamo li {
	width:92%;
	margin-left:8%;
	margin-right:0;
}

ul.ninchikamo li:nth-child(even) {
	margin-right:0;
}
}

p.mazuha {
	color:#0077CD;
	font-weight:bold;
	font-size:120%;
	text-align:center;
}


/*　リンク　*/

.link {
	background: url(../link/img/title.jpg) no-repeat center;
	background-size: 100%;
	height: 250px;
	color: #FFF;
	font-size: 30px;
	line-height: 250px;
}

.linkul {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCC;
}

.linkul li {
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
.link {
	background-size: cover;
	font-size: 20px;
	padding: 15% 5%;
	height: auto;
	line-height:1;
}
}
	


/*　中区圏域地図　*/

.mapimg img {
	width: 600px;
	text-align: center;
}

@media screen and (max-width:768px) {
.mapimg {
	width: 100%;
}
}



/*　概要　*/

.gaiyo {
	background: url(../gaiyo/img/title.jpg) no-repeat center;
	background-size: 100%;
	height: 250px;
	color: #FFF;
	font-size: 30px;
	line-height: 250px;
}

@media screen and (max-width:768px) {
.gaiyo {
	background-size: cover;
	font-size: 20px;
	padding: 15% 5%;
	height: auto;
	line-height:1;
}
}



/*　事業紹介　*/

.jigyou {
	background: url(../jigyou/img/title.jpg) no-repeat center;
	background-size: 100%;
	height: 250px;
	color: #FFF;
	font-size: 30px;
	line-height: 250px;
}

@media screen and (max-width:768px) {
.jigyou {
	background-size: cover;
	font-size: 20px;
	padding: 15% 5%;
	height: auto;
	line-height:1;
}

}

.jigyoubox01 {
	background: #E5F1FA;
	padding: 35px 45px;
}

.jigyoubox02 {
	border: 5px solid #E5F1FA;
	padding: 35px 45px;
}

.jigyoubox02 li{
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width:768px) {
.jigyoubox01,
.jigyoubox02 {
	padding: 5% 7%;
}
}


.jigyouli {
	margin-top: 5px;
	line-height: 1;
}

.jigyouli li {
	background: url(../img/arrow.png) no-repeat right 10% bottom 50% #EEECE6;
	padding: 5px 0;
	text-align: center;
border-radius: 5px;
display: inline-block;
margin: 0 5px 10px 0;
line-height: 1 !important;
font-size: 85%;
width: 6em;
}

.jigyouli a li {
    display: inline-block;
}

.jigyouli a {
	color: #333;
	text-decoration: none;
}


/*　挨拶　*/

.aisatu {
	background: url(../aisatu/img/title.jpg) no-repeat center;
	background-size: 100%;
	height: 250px;
	color: #FFF;
	font-size: 30px;
	line-height: 250px;
}

@media screen and (max-width:768px) {
.aisatu {
	background-size: cover;
	font-size: 20px;
	padding: 15% 5%;
	height: auto;
	line-height:1;
}
}

.greetingbox {
	background:url(../aisatu/img/back.jpg) repeat;
	background-size: 100%;
	padding: 5%;
	margin-bottom: 50px;
	overflow: hidden;
}

.greeting {
	max-width: 1000px;
	margin: 0 auto;
}

.greeting .text {
	float: right;
	width: 70%;
	text-align: left;
	line-height: 2.2;
	font-size: 110%;
}

.greeting .photo {
	float: right;
	width: 25%;
	margin-left: 5%;
	text-align: center;
}

.greeting .photo img {
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
.greetingbox {
	padding: 7%;
	margin-bottom: 30px;
}

.greeting .text {
	float: none;
	width: 100%;
	font-size: 100%;
}

.greeting .photo {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
.greeting .photo img {
	width: 60%;
}

}




/*　医療情報　*/

.iryou {
	background: url(../iryou/img/title.jpg) no-repeat center;
	background-size: 100%;
	height: 250px;
	color: #FFF;
	font-size: 30px;
	line-height: 250px;
}

@media screen and (max-width:768px) {
.iryou {
	background-size: cover;
	font-size: 20px;
	padding: 15% 5%;
	height: auto;
	line-height:1;
}
}

.iryoubox01 {
	margin: 0 0 10px 1.2em;
}

.midashi02 {
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	color: #0077CD;
	border-bottom: 1px dotted #0077CD;
}







/* text */

.tsmall {
	font-size: 85%;
}


.tbig {
	font-size: 110% !important;
}

.t120 {
	font-size: 120% !important;
}


/* spacer */

.marb02 {
	margin-bottom: 2% !important;
}

.marb03 {
	margin-bottom: 3% !important;
}

.marb05 {
	margin-bottom: 5% !important;
}

.marb08 {
	margin-bottom: 8% !important;
}

.marb10 {
	margin-bottom: 10% !important;
}

.mar02 {
	margin: 2% auto !important;
}

.mar03 {
	margin: 3% auto !important;
}

.mar05 {
	margin: 5% auto !important;
}


.marb10px {
	margin-bottom: 10px;
}

.marb20px {
	margin-bottom: 20px;
}

.marb30px {
	margin-bottom: 30px;
}

.marb40px {
	margin-bottom: 40px;
}

.marb50px {
	margin-bottom: 50px;
}

.mar10px {
	margin: 10px auto;
}

.mar20px {
	margin: 20px auto;
}

.mar30px {
	margin: 30px auto;
}

.mar40px {
	margin: 40px auto;
}

.mar50px {
	margin: 50px auto;
}

.mar5020px {
	margin: 50px auto 10px;
}

/* img */

.mw10 {
	max-width: 10% !important;
	margin: auto 45%;
}
.mw20 {
	max-width: 20% !important;
	margin: auto 40%;
}
.mw30 {
	max-width: 30% !important;
	margin: auto 35%;
}
.mw40 {
	max-width: 40% !important;
	margin: auto 30%;
}
.mw50 {
	max-width: 50% !important;
	margin: auto 25%;
}
.mw60 {
	max-width: 60% !important;
	margin: auto 20%;
}
.mw70 {
	max-width: 70% !important;
	margin: auto 15%;
}
.mw80 {
	max-width: 80% !important;
	margin: auto 10%;
}
.mw90 {
	max-width: 90% !important;
	margin: auto 5%;
}
.mwl10 {
	max-width: 10% !important;
	margin: auto 90% auto 0;
}
.mwl20 {
	max-width: 20% !important;
	margin: auto 80% auto 0;
}
.mwl30 {
	max-width: 30% !important;
	margin: auto 70% auto 0;
}
.mwl40 {
	max-width: 40% !important;
	margin: auto 60% auto 0;
}
.mwl50 {
	max-width: 50% !important;
	margin: auto 50% auto 0;
}
.mwl60 {
	max-width: 60% !important;
	margin: auto 40% auto 0;
}
.mwl70 {
	max-width: 70% !important;
	margin: auto 30% auto 0;
}
.mwl80 {
	max-width: 80% !important;
	margin: auto 20% auto 0;
}
.mwl90 {
	max-width: 90% !important;
	margin: auto 10% auto 0;
}


@media screen and (max-width:768px) {
.marb10px {
	margin-bottom: 2%;
}

.marb20px {
	margin-bottom: 4%;
}

.marb30px {
	margin-bottom: 6%;
}

.marb40px {
	margin-bottom: 8%;
}

.marb50px {
	margin-bottom: 10%;
}

.mar10px {
	margin: 2% auto;
}

.mar20px {
	margin: 4% auto;
}

.mar30px {
	margin: 6% auto;
}

.mar40px {
	margin: 8% auto;
}

.mar50px {
	margin: 10% auto;
}

}




/* font */



@media print, screen and (min-width: 769px){

.sp {
	display: none !important;
}

}


@media screen and (max-width:768px) {

.pc {
	display: none !important;
}
}
