.article-title{
  font-family: 'Yusei Magic', sans-serif;
  padding: .5rem;
  font-size: 1.3rem;
}
.article-body{
  line-height: 2.0em;
  font-size: 1.1rem;
}
/* 画像 */
.img-shadow{
  text-align:center;
	padding:0 !important;
}
.img-shadow img{
  border-radius:10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* 見出し */
.postit {
  margin:  0;                 
  font-size: 1.2rem;
  position:  relative;
  font-weight: 800;
  background-color: #feeaac;
  padding:  10px; 
  margin-bottom: 15px;  
  border-radius:  2px;    
}
.midashi {
  padding-top: 2.5em;
  margin-bottom: 1.0em;
  font-weight: 800;
  border-bottom: 3px solid;
}
.midashi-link {
  padding-top: 2.5em;
  margin-bottom: 1.0em;
  font-weight: 800;
  border-bottom: 3px solid #3273dc;
}
.midashi-danger {
  padding-top: 2.5em;
  margin-bottom: 1.0em;
  font-weight: 800;
  border-bottom: 3px solid #f14668;
}
.midashi-primary {
  padding-top: 2.5em;
  margin-bottom: 1.0em;
  font-weight: 800;
  border-bottom: 3px solid #00d1b2;
}
.midashi-warning {
  padding-top: 2.5em;
  margin-bottom: 1.0em;
  font-weight: 800;
  border-bottom: 3px solid #ffdd57;
}
/* アンダーライン */
.under_bar {
  font-weight: 800;
  background: linear-gradient(transparent 70%, #ff99ab 70%);
}
.under-bar-pink {
  font-weight: 800;
  background: linear-gradient(transparent 70%, #ff99ab 70%);
}
.under-bar-yellow {
  font-weight: 800;
  background: linear-gradient(transparent 70%, #FFFF00 70%);
}
/* balloon_top */
.balloon_top {
  position: relative;
  display: inline-block;
  margin: 1.0em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}
.balloon_top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}
/*　balloon_down */
.balloon_down {
  position: relative;
  display: inline-block;
  margin: 1.0em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}
.balloon_down:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
/* box-point */
.box-point {
  position: relative;
  margin: 2.0em 1.0em;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}
.box-point .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
/* start scroll */
.horizontal_scroll_wrap{
  background: #fff;
  overflow-y: hidden;
  margin: 0 0px;
}
.scroll_lst {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
  margin: 25px 0 0;
  -webkit-overflow-scrolling: touch;
}
.scroll_item {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  border: 1px solid #ddd;
  background: #fff;
 -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
 box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}
.scroll_item:first-child {
  margin-left: 10px;
}
.scroll_item_inr {
  display: block;
}
.scroll_item_info {
  white-space: normal;
  padding: 8px;
}
.scroll_item_ttl {
  font-size: 10px;
  color: #484848;
  line-height: 1.4;
  margin-bottom: 0;
}
/* end scroll */
/* start table */
table.sticky_table {
  display: block;
  overflow: scroll;
  width: 100%;
  height: 300px;
  border-collapse: collapse;
}
table.sticky_table thead,
table.sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sticky_table th,
.sticky_table td {
  width: 200px;
  padding: 5px;
  background: #fff;
  font-size: 12px;
  border: solid 1px #99ccc6;
}
.sticky_table th{
  border: solid 1px #99ccc6;
  background-color: #f5ffff;
}
.sticky_table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.sticky_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.sticky_table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
/* カレンダーアイコン*/
div#sampleCalender2 {
  height:100%;
}
div#sampleCalender2 .the_date {
  float:left;
  display:block;
  width:3em;
  margin:0 5px; padding:0;
  text-align:center;
  overflow:hidden;
}
div#sampleCalender2 .gray {
  background-color:#333333;
}
div#sampleCalender2 .pink {
  background-color:#ff0084;
}
div#sampleCalender2 .date_m {
  display:block;
  margin:3px 0; padding:0;
  color:#fff;
  font-size:0.7em;
  font-weight:bold;
  text-align:center;
}
div#sampleCalender2 .date_d {
  display:block;
  margin:5px; padding:5px 0;
  background-color:#fff;
  font-size:0.7em;
  font-weight:bold;
  text-align:center;
  color:#666;
}
td.is-middle { vertical-align: middle; }        
.is-maxdsp {
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html {
  scroll-behavior: smooth;
}            
