@charset "UTF-8";

header{
	background: #cfd1d1;
	width: 100vw;
    padding: 8px;
}
body {
    background-color: #efefef;
    color: black;
    margin: 0px;
    width: 100vw:
}
footer{
	background: 	#77787B;
	color: white;
	width: 100vw;
 padding: 8px;
 bottom: 0px;
}
a{
    display: inline-block;
    vertical-align: middle;
    color: black;
    text-decoration:none;
    border-left: 3px;
}
h1 {
    color: black;
   padding-left:10px;
    border-left: 10px solid #31a9ee;
    border-bottom: 2px dashed #31a9ee;
    font-size: 18px;
}
h2 {
    color: black;
   padding-left:20px;
    border-bottom: 1px dashed #99CC33 ;
    font-size: 16px;
}
.main{
    margin: 8px;
}
.tag {
      color: #FF5B79;
      font-size: 12px;
      line-height: 0.5;
}
.entry-talk-box {
  border-collapse: separate;
  border-spacing: 15px 2px;
  display: table;
  margin: 30px 0;
  table-layout: fixed;
  width: 100%;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 75px;
}
.entry-talk-img img {
  border-radius: 50%;
  width: 75px;
}
.entry-talk-txt {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
  display: table-cell;
  padding: 10px;
  position: relative;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 40px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -12px;
  top: 40px;
}
.entry-talk-txt p {
  line-height: 1.4;
  margin: 0;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}