@charset "utf-8";
/* CSS Document */

/* covid19 */
.table_covid19 {
    background-color: #FFFFF4;  /* 背景色指定 */
    border-collapse: collapse; /* セルの線を重ねる */
	padding-top: 1em;
	padding-bottom: 1em;
}
 
.td_covid19 {
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
	font-size: 0.9em;
	line-height:1.2em;
}

.covid19_img {
	padding:15px 0 10px 0;
}

.covid19_title {
	font-size:1em;
	font-weight:bold;
	line-height:1.4em;
}

.covid19_text {
	font-size:1em;
	line-height:1.4em;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*********pageナビ*********/
.pagenavi_covid19{
	width:auto;
    color: #2583ad;
    margin: 2px auto;
    line-height:2em;
    text-align:center;
    clear: both;
}
.pagenavi_covid19 a{
    text-decoration:none;
}
.pagenavi_covid19 a.page-numbers, .pagenavi .current{
    color: #00019b;
    padding: 3px 7px;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:12px;
}
.pagenavi_covid19 a.page-numbers:hover{
    color:#fff;
    background: #328ab2;
}
.pagenavi_covid19 .current{
    color: white;
    background: #328ab2;
    border-color: #328ab2;
    font-weight:bold:
}
.pagenavi_covid19 .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}

/*********企画「負げらいね」用*********/
table.kikaku202004_01 {
  width: 500px;
  font-size: 12px;
  padding: 10px;
  margin-top: 2em;
}

table.kikaku202004_01 td{
	padding-left:1em;
}

table.kikaku202004_01 .txt{
	font-size: 14px;
	line-height:1.4em;
}

table.kikaku202004_01 .img{
	height: auto;
	vertical-align:top;
}

.balloon-left-border{
  position: relative;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #3CC;
  margin-left: 1em;
  border-radius: 7px;
  line-height: 1.4em;
  font-size: 14px;
}

.balloon-left-border::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #3CC;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon-left-border::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon-top-border{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #3CC;
  margin-bottom: 1em;
  border-radius: 7px;
  line-height: 1.4em;
  font-size: 14px;
}

.balloon-top-border::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #3CC;
  border-left: 15px solid transparent;
}

.balloon-top-border::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
