nav.site-header__container{
  display: none!important;
}

/*ナビゲーションバーの削除*/

/*ようわからん
.heading__h, .text__text,ul.header__menu-items{
  font-family: UD Shin Go Regular;
  transform: rotate(0.03deg);
}*/

/*メニュー表示の背景と区切り線の色
#site-menu{
  background: #43526c;
  color: #ffffff;  
}

/*メニュー表示の字色
a._block{
  color: #ffffff;
}
*/

/*イベント説明文*/
.box {
  position: relative;
  margin: 2em 0 2em 0;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 6px 6px #cbe5f9;
}

/*イベント説明文下線*/
.under{
  background: linear-gradient(transparent 50%, #ffd85b 50%)
}

.titlefont{
  font-size: 160%;
}

.titlefont2{
  font-size: 110%;
}

/*イベント説明文すまほ*/
.SPbox {
  position: relative;
  margin: 2em 0 2em 0;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 6px 6px #cbe5f9;
}

.day{
  position: relative;
  display: inline-block;
  padding: 0.7rem 2rem 0.7rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #0e93e5;
}

.day:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

/*テーブル*/
table{
  width: 100%;
  border-collapse: collapse;
  border-radius: 30px;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #0e93e5;
  color: white;
  text-align: center;
  padding: 10px 0;
  line-height: 0.5em
}
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #0e93e5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  background-color: #f6f6f6;
  padding: 10px 0;
  line-height: 0.5em
}

.wall__card-info{
  display: none!important;
}

/*記事一覧ボタン消す*/
.wall__all-items{
  display: none!important; 
}

/*吹き出し*/

.arrow_box_left{
  position:relative;
  background:#65bdd4;
  padding:30px;
  text-align:left;
  border-bottom:5px solid #c0e0e5;
  border-right:5px solid #c0e0e5;
  color:#FFFFFF;
  font-size:15px;
  border-radius:34px;
  -webkit-border-radius:34px;
  -moz-border-radius:34px;
}
.arrow_box_left:after,.arrow_box_left:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  left:100%;
  top:40%;
}
.arrow_box_left:after{
  border-color: rgba(0, 0, 0, 0);
  border-top-width:6px;
  border-bottom-width:6px;
  border-left-width:14px;
  border-right-width:14px;
  margin-top: -14px;
  border-left-color:#65bdd4;
}
.arrow_box_left:before{
  border-color: rgba(255, 230, 0, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:21px;
  border-right-width:21px;
  margin-top: -18px;
  margin-left: 0px;
  border-left-color:#c0e0e5;
}

/*感染症の記事のいいね消す
._justify-end{
  display: none!important;
}
*/

/*感染症の記事の日付消す*/
.wall__list-col-date{
  display: none!important;
}

/**/
.wall__list-col-info{
  display: none!important;
}

/*セクションタイトルの下のあしらい線*/
h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0e93e5;
  border-radius: 2px;
  text-align: center;
}

/*見出しを真ん中揃えに*/
.heading__container{
  text-align: center;
}


