@charset "UTF-8";
/* CSS Document */
.ribbon {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #EF8648;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  }

.ribbon:before{
position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #EF8648;
    border-radius: 5px 0 0 5px;
}

.ribbon:after{
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background-color: #BE5110;
	border-radius: 5px 0 0 5px;
}
.item,
.itemSenpyou {
  border-radius: 0px;
  background: #f6f6f6;
  padding: 15px;
  margin: 0 auto;
  text-align: right;
  box-shadow: 0 0 7px rgba(0,0,0,.15);
  position: relative;
  z-index:-100;
  
}
 .itemSenpyou {
    width:80%;
  }
p,h3,h4 {
  text-align: left;}
  .item p,
  .itemPost p{
	  font-size:16px;
	  line-height:1.2em;
}
 
/* Responsive */
@media (min-width:600px ){
    
  
}




/*
p,h3,h4 {
  text-align: left;
}
*/
 


.itemPost .btn,
.itemPost .btnL{
	align-self: flex-start;
	display: inline-block;
	position: relative;
	width: 70px;
	height: 24px;
	margin-right: -18px;
	background-color: #27B1E7;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 1em;
	border-left: 2px solid #f6f6f6; /* 間隔になる */
	z-index: 9999 !important;
}
/* 右のでっぱり三角 */
.itemPost .btn:after{
    content: "";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    border-top: 12px solid transparent; 
    border-bottom: 12px solid transparent;
    border-left: 10px solid #27B1E7;
	z-index:99;
}
.itemPost .btnL:after {
    content: "";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    border-top: 12px solid #27B1E7;
    border-bottom: 12px solid #27B1E7;
    border-left: 6px solid #27B1E7;
	border-radius:3px;
	-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
z-index:99;
}
/* 左のひっこみ三角 */
.itemPost .btn:before,
.itemPost .btnL:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #f6f6f6;
	z-index: 9999 !important;
}   
.itemPost .btn span,
.itemPost .btnL span{
    line-height: 24px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
	font-size:80%;
	z-index: 9999 !important;
}