.index-title{
    color: rgba(0,0,0,.84);
    margin-top:20px;
}
.index-sub{
    color: rgba(0,0,0,.54);

}
.index-text{
    margin-top:20px;
    color: rgba(0,0,0,.44);
}
.index-image{
    width: 400px;
}
.social-icon{
    color: rgba(0,0,0,.44);
    font-size:1.5rem;
}
.clock{
    margin-left: 25px;
}
.jumbotron.fortags a {
    background: #1C9963 !important;
}
.error{
    text-align: center !important;
}
@media(min-width: 769px){
    .md-nopad-right{
        padding-right: 0px !important;
    }
    .md-nopad-left{
        padding-left: 0px !important;
    }
}
/* mine */
table
{
  font-size: 16px;
  border-collapse: collapse;
  margin: 10px 0 0;
  padding: 0;
}

table tr
{
  border-top: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

table tr:nth-child(2n)
{
  background-color: #f8f8f8;
}
table tr th[align="center"], table tr td[align="center"] {
  text-align: center;
}
table tr th[align="right"], table tr td[align="right"] {
  text-align: right;
}
table tr th, table tr td
{
  border: 1px solid #ccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

.article-post h2 {
	position: relative;
	padding-left: 30px;
	background: #eeffee;
	border-bottom: solid 3px #cce4ff;
}
.article-post h2::before,
.article-post h2::after{
	content: "□";
	position: absolute;
}
.article-post h2::before{
	left:0;
	top:-3px;
}
.article-post h2::after{
	left: 5px;
	top: 3px;
	color: #A1B8D1;
}
.article-post h3 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: #eeffff;
  border-left: solid 5px #7db4e6;
}
.article-post ul, ol {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.article-post ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
/* 吹き出し */
.article-post .l-fuki,
.article-post .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.article-post .l-fuki {
margin: 20px 20% 40px 0;
}
.article-post .r-fuki {
margin: 20px 0 40px 19%;
}
.article-post .l-fuki::before,
.article-post .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background-color: #fff;
z-index: 2;
}
.article-post .l-fuki::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.article-post .r-fuki::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.article-post .l-fuki::after,
.article-post .r-fuki::after {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.article-post .l-fuki::after {
right: -110px;
}
.article-post .r-fuki::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.article-post .l-fuki,
.article-post .r-fuki {
width: 70%
}
.article-post .l-fuki {
margin-right: 30%;
}
.article-post .r-fuki {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.article-post .l-fuki::after,
.article-post .r-fuki::after {
width: 60px;
height: 60px;
border-radius: 30px;
}
.article-post .l-fuki::after {
right: -84px;
}
.article-post .r-fuki::after {
left: -84px;
}
}
.funya::after {background-image:url(../images/funya.jpeg);}
.ore::after {background-image:url(../images/author_s.png);}
.kuma::after {background-image:url(../images/kuma.jpeg);}
.kirin::after {background-image:url(../images/kirin.png);}

/* blog card */

h3.heisakuCard {background:#ffffff;}
.article-post .heisakuCard {min-height:90px;width:auto;border: solid 1px #aaa;padding: 10px;box-sizing:content-box;position: relative;}
.article-post .heisakuCard:after {content:"";clear:both;display:block;}
.article-post .heisakuCard img {height:135px;width:240px;}
.article-post .heisakuCard a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.article-post .heisakuCard_content {float:left;padding:0px 10px;box-sizing:border-box;width: calc(100% - 260px);}
.article-post .heisakuCard_title {font-weight: bold;font-size: 16px;}
.article-post .heisakuCard_desc {font-size: 16px;}
@media screen and (max-width: 478px) {
.article-post .heisakuCard_content {padding:0px 0px;box-sizing:border-box;width:auto;line-height:1.6em;}
.article-post .heisakuCard img {height:auto;width:auto;}
.article-post .heisakuCard_desc {font-size: 12px;line-height:1.2em;}
}

/* video iframe */
.iframe-video-wrap {
  position: relative;
  width: 100%;
  padding: calc(452/768 * 100%) 0 0;
}
.iframe-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
