@charset "utf-8";

/* ==================================================
reset
================================================== */
body {
	margin:0; /* 変更しない */
	padding:0; /* 変更しない */
	font-size:87.5%; /* 14pxのとき */
	/* font-size:75%; 12pxのとき */
	line-height:1.6; /* 変更しない */
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
	margin:0; /* 変更しない */
	padding:0; /* 変更しない */
}
img,
fieldset {
	border:none; /* 変更しない */
}
li,
dt,
dd {
	line-height:1.4; /* 変更しない */
}
table {
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
}
form,
input,
select,
textarea {
	font-size:100%; /* 変更しない */
}
a:link,
a.skip {
	color:#3A75A1; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
a:hover {
	text-decoration:none;
}
body,
input,
select,
textarea {
	font-family:'メイリオ',Meiryo,sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
/* ==================================================
skip
================================================== */
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	background-color:#FFFFFF; /* 変更しない */
	text-align:center; /* 変更しない */
	padding:2px 0; /* 変更しない */
	top:auto; /* 変更しない */
}
a.skip:active {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}
a.skip:focus {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}


/*追記　電話番号リンク関連*/
a[href*="tel:"] {
	color: #222;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/*追記　展開テキスト装飾*/
.tenkai {
	text-decoration: underline;
	cursor: pointer;
}

/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
}

/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: underline;
}

.accbox label h3 {
  margin: 0 !important;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked+.accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}


/*追記　テーブル行交互に色違い*/
.t-corona {
  border-collapse: collapse;
}

.t-corona th {
  background-color: #3F1B34;
  color: #FFF;
}

.t-corona tr:nth-child(even) td {
  background-color: #FAF4F4;
}

.t-corona th, .t-corona td {
  padding: 0.5rem;
}


/*追記　続きを見る*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #7D3567;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "続きを読む"
}
.grad-btn:hover {
  background: #fff;
  color: #222222;
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 120px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

table.table2col {
	width: 100% !important;
}
table.table2col td {
	width: 50% !important;
}

/*追記　カードデザイン*/
.itemC-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.itemC {
	display: flex;
	flex-direction: column;
	width: 32%;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.itemC-image {
  min-height: 0%;
  margin-bottom: 5px;
}
.itemC-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.itemC-btn {
	margin-top: auto;
	padding-top: 5px;
}
.itemC-btn a {
	display: block;
	padding: 8px;
	background: #7D3567;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

@media screen and (max-width: 480px) {
  .itemC {
    width: 49%;
  }
}

/*追記　発生患者数*/
#boxCnt .number_box {
  display: table;
}

#boxCnt .people_number {
  border: 2px solid #008787;
  margin: 0 auto 1rem;
}

#boxCnt .number_box_ttl {
  display: table-cell;
  vertical-align: middle;
  padding: 0 7px;
  font-weight: bold;
}

#boxCnt .people_number .number_box_ttl {
  color: #ffffff;
  background-color: #008787;
}

#boxCnt .people_number .number_box_ttl p {
  margin: 0;
  font-size: 140%;
}

#boxCnt .people_number .number_box_cnt {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 12px;
}

#boxCnt .people_number .number_box_cnt span {
  font-size: 340%;
  color: #008787;
  background-color: transparent;
  margin-left: 5px;
}

#boxCnt .number_box_cnt p {
  display: inline-block;
  margin: 0;
}

#boxCnt .number_box_cnt .today {
  border-right: solid 1px #008787;
  padding-right: 9px;
}

.containerJ {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.joukyoT, .joukyoT2 {
  margin: 0 !important;
  text-align: center;
}

.joukyoT {
  font-size: 160%;
  padding-top: 10px;
}

#boxCnt {
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  #boxCnt .people_number .number_box_ttl p {
    font-size: 100%;
  }

  #boxCnt .people_number .number_box_cnt span {
    font-size: 200%;
  }

  .containerJ {
    display: block;
  }

  #boxCnt {
    margin-left: 0;
  }
}
