@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP%7CSawarabi+Mincho');

a,
a:link,
a:hover,
a:visited,
a:focus {
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

body {
	position: relative;
	font-family: "Yu Gothic", YuGothic,  "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;
	background: #f1f1f1;
}

.wrapper {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

a:hover {
	opacity: 0.9;
}

strong {
	font-weight: bold;
}

section, div {
	box-sizing: border-box;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: -100px;
  background: #ef3f40;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* header */

header {
    width: 100%;
    height: 50px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
	border-bottom: 1px solid #d0d1d4;
	background: #fff;
}

.header-logo {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
}

#header .search-icon {
	position: absolute;
    right: 10px;
    top: 27%;
    font-size: 22px;
}

/* 本文 */

section.main-content {
	width: 1000px;
	height: auto;
	box-sizing: border-box;
	margin: 40px auto;
}

.left-content {
	width: 70%;
	float: left;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-sizing: border-box;
}

.head {
	padding: 20px 20px 5px;
}

div.date {
    color: #85878e;
	font-size: 16px;
	font-family: sans-serif;
}

h1.title {
	font-size: 1.45em;
	padding-top: 20px;
	line-height: 1.4;
	font-weight: bold;
	font-family: sans-serif;
	margin: 0.67em 0;
}

p.description {
    color: #85878e;
    font-size: .75em;
	line-height: 1.6;
	font-family: sans-serif;
}

.title-img {
	width: 100%;
	height:  auto;
	margin: 0 auto 10px;
}

.title-img img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: block;
}
/* sns */

.sns-wrap {
	width: 100%;
	height: auto;
	margin: 0.67em 0;
}

.sns-wrap ul {
	display: flex;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	justify-content: flex-start;
}

.view {
    text-align: right;
    font-size: 16px;
    color: #666;
    font-family: sans-serif;
    margin: 10px 0;
}

.facebook {
    width: 44px;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 3px;
	margin-right: 10px;
}

.twitter {
    width: 44px;
    background: #55acee;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 3px;
	margin-right: 10px;
}

.line {
    width: 44px;
    background: #00b900;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 3px;
	margin-right: 10px;
}

.google {
    width: 44px;
    background: #dd4b39;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 3px;
}

/* body */
.body {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}

.body p {
    font-size: 16px;
    line-height: 1.6em;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;
	margin-bottom: 20px;
}

.body img {
	object-fit: cover;
	max-width: 100%;
	margin: 0 auto 20px !important;
	display: block;
	height:  auto;
}

.body h2 {
    font-size: 1.35em;
    border-left: solid 5px #00b5c1;
    padding: 10px;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;	
	
background: -moz-linear-gradient(to right, #D4FBFF, #fff);
background: -webkit-linear-gradient(to right, #D4FBFF, #fff);
background: -webkit-gradient(linear, 100% 0, 0 0, from(#D4FBFF), to(#fff));
background: -o-linear-gradient(to right, #D4FBFF, #fff);
background: linear-gradient(to right, #D4FBFF, #fff);



}

.body h3 {
    font-size: 1.05em;
    border-left: solid 6px #00b5c1;
    padding-left: 10px;
	margin-bottom: 20px;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	font-weight: bold;
}

/* 角丸 */
.conv {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.conv {
	overflow: hidden;
	width: 90%;
	height: 50px;
	margin: 10px auto 30px;
	padding: 0;
}
.conv a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background-color: rgba(102,204,204,.9);
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.conv a:hover {
	background: #3ab2e9;        /* マウスオーバーカラー */  
}

.conv a:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
	background: #fff;
}

.conv a:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid rgba(102,204,204,.9);
}

.conv a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	border-left: 5px solid #3ab2e9;
}

/* 強調 */

p span.empha {
    position: relative;
    display: inline !important;
    background: linear-gradient(transparent 60%, #ffff80 40%);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2px;
	color: #fc517c;
	font-weight: bold;
	font-size: 120%;
	line-height: 2;
}


/* slider */

.slider {
	background: #E9E9E9;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.slider li {
	width: 90%;
	padding: 10px 5px;
	box-sizing: border-box;
	
}

.slider li a {
	background: #fff;
	display: block;
	border: 1px solid #E5E5E5;
}

.slider li .slider-img-wrap {
	width: 100%;
	height: 150px;
	overflow: hidden;
	object-fit: cover;
}
.slider li img {
	width: 100%;
	display: block;
	height: auto;
	object-fit: cover;
}

.slider li p.slider-title {
	font-weight: bold;
	font-sie: 16px;
	color: #000;
	padding: 10px 5px 5px;
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	line-height: 1.2;
}

.slider li p.slider-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	padding: 0 5px 10px;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	border-bottom: 1px solid #E5E5E5;
}

.slider li p.kotira {
	font-size: 16px;
	font-weight: bold;
	color: #3E8AFF;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	padding: 10px 0;
	text-align: center;
}


/* 人気 */

.fav-title {
    color: #333;
    line-height: 1.3;
    background-color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    border-top: solid 3px #6cc;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	text-align: center;
}

.fav-ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
	border-top: 1px solid #E5E5E5;
}

.fav-ul li:last-child {
	border-bottom: 1px solid #E5E5E5;
}

.fav-ul li img {
	width: 20%;
	height: auto;
	float: left;
	display: block;
}

.fav-ul li p {
	float: left;
	font-size: 13px;
	width: 80%;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	color: #414141;
	line-height: 1.6;
}

.fav-ul li p span {
	background: #efefef;
	padding: 5px;
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	font-size: 11px;
}

/* blockquote */

blockquote {
    position: relative;
    padding: 35px 5px 5px 5px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #00b5c1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.5;
	font-size: 80% !important;
	margin-bottom: 0 !important;
	padding: 0 10px;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

blockquote span {
	font-size: 80%;
}

.quote-plus {
    border: 3px solid #E7B;
    padding: 10px 10px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
@media screen and (max-width: 899px){
.quote-plus {
	padding: 8px;		
  }
}

.quote-plus img {
	width: 100%;
	margin-bottom: 0px !important;
}

.quote-plus p {
	font-size: 0.9em;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 2;
}

.quote-plus2 {
    border: 3px #7bafaf ;
    padding: 10px 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 899px){
.quote-plus2 {
	padding: 8px;		
  }
}


.insta-wrap blockquote {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 899px){
  .instagram-media{
    width:414px !important;
    max-width: 100% !important;
    min-width: initial !important;
  }
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.conv2 a {
	font-weight: bold;
	line-height: 1.4;
}
/* footer */

footer {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
	background: #2b2e30;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;	
	overflow: hidden;
}

footer ul li {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #454a4d;
    width: 100%;
    display: block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
	box-sizing: border-box;
}

footer ul li.center {
	text-align: center;
}

.padding {
	padding: 0 10px;
}






.marker.active {
	background-position: -100% .7em;
	display: inline;

}
 
.pink {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255,132,220,0.5) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(255,132,220,0.5) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(255,132,220,0.5) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(255,132,220,0.5) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(255,132,220,0.5) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1s ease;
    font-weight: bold;
}

.yellow {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(237,221,0,0.5) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(237,221,0,0.5) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(237,221,0,0.5) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(237,221,0,0.5) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(237,221,0,0.5) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1s ease;
    font-weight: bold;
}

.red {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(217,0,47,0.5) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(217,0,47,0.5) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(217,0,47,0.5) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(217,0,47,0.5) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(217,0,47,0.5) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1s ease;
    font-weight: bold;
}

.blue {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(23,0,228,0.5) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(23,0,228,0.5) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgba(23,0,228,0.5) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgba(23,0,228,0.5) 50%);
    background-image: linear-gradient(left, transparent 50%, rgba(23,0,228,0.5) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1s ease;
    font-weight: bold;
}


/* side */

.sidebar {
	width: 250px;
	height: auto;
	float: right;
	padding: 15px 5px;
	background: #fff;
}

@media screen and (max-width: 999px) {
.sidebar {
	width: 100%;
	padding: 10px;
}

}

@media screen and (max-width: 999px) {
.ad-img {
	width: 100%;
}
}


.side-ad {
	margin-bottom: 30px;
	text-align: center;
}

.side-ad img {
	max-width: 100%;
}


.side-rank-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.side-list-wrap {
	position: relative;
	border-bottom: 1px solid #999;
	padding: 10px 0;
	overflow: hidden;
}

.side-rank-title {
    border: medium none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 18px;
    padding: 0;
}

.side-rank-title i {
	color: #FF24C7;
	font-size: 18px;
}

.side-rank-title {
	
}


.side-list-left {
	width: 30%;
	float: left;
}

.side-img-wrap {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 90px;
}

.side-img-wrap img {
	width: 100%;
	height: auto;
}


.side-list-right {
	width: 70%;
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
}

.side-list-right p.side-title {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #000;
}

.side-fav-number {
	font-size: 12px;
	color: #999;

}

img.rank-number {
	position: absolute;
	right: 0;
	bottom: 0;

}



/*/////////////////////////////////////////////////
//チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/
.balloon__contener {
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.balloon__contener:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.balloon__contener figure {
  width: 90px;
  position: relative;
	float:  left;
  padding: 0;
  margin: 0;
  top: 0;
  /* 正方形を用意 */
}

.balloon__contener figure img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: solid 1px #dddddd;
}

.balloon__contener figure figcaption {
  color: #000000;
  width: 60px;
  position: absolute;
  top: 60px;
  text-align: center;
  font-size: 70%;
  line-height: 100%;
}

.balloon_text_men {
  margin-left: 90px;
  position: relative;
  padding: 8px 5px 8px 20px;
  border-radius: 10px;
  background-color: #d8f4f8;
  line-height: 1.2em;
}

.balloon_text_men::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 5px;
  border-right: 15px solid #d8f4f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon_text_ok {
  margin-left: 95px;
  position: relative;
  padding: 8px 8px 8px 20px;
  border-radius: 10px;
  background-color: #FFDBEA;
  line-height: 1.2em;
	overflow: visible;
}

.balloon_text_ok::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 5px;
  border-right: 15px solid #FFDBEA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon_text_gl {
  margin-right: 80px;
  position: relative;
  padding: 8px 8px 8px 20px;
  border-radius: 10px;
  background-color: #FFCF68;
  line-height: 1.2em;
}

.balloon_text_gl::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 12px;
  border-left: 15px solid #FFCF68;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
	
.balloon_text_wom {
  margin-right: 80px;
  position: relative;
  padding: 8px 8px 8px 20px;
  border-radius: 10px;
  background-color: #9DF5C2;
  line-height: 1.2em;
}

.balloon_text_wom::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 12px;
  border-left: 15px solid #9DF5C2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}






.balloon__contener .balloon__left {
  width: 100%;
  position: relative;
  display: block;
  max-width: 95%;
  clear: both;
}

.balloon__contener .balloon__left figure {
  left: 0;
}

.balloon__contener .balloon__left .balloon__text {
  margin-left: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #d8f4f8;
}

.balloon__contener .balloon__left .balloon__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 12px;
  border-right: 15px solid #d8f4f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon__contener .balloon__right {
  width: 100%;
  position: relative;
  display: block;
  float: right;
  max-width: 80%;
  clear: both;
}

.balloon__contener .balloon__right figure {
  right: 0;
}

.balloon__contener .balloon__right .balloon__text {
  margin-right: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #eeeeee;
}

.balloon__contener .balloon__right .balloon__text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 12px;
  border-left: 15px solid #eeeeee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media only screen and (max-width: 767px) {
  .balloon__contener .balloon__left,
  .balloon__contener .balloon__right {
    max-width: 100%;
  }
}

/*/////////////////////////////////////////////////
//チャット画面(会話方式)にアイコンを追加する方法
/////////////////////////////////////////////////*/
.balloon__contener .icon_emotion {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 40px;
  background-size: auto 100%;
  padding: 0;
  z-index: 1;
}

.balloon__contener .balloon__right .icon_emotion {
  left: 0px;
}

/*//// ガーン /////*/
@-webkit-keyframes icon_shock {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@keyframes icon_shock {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

.icon_shock .balloon__left .balloon__text {
  background-color: #c7ade2;
}

.icon_shock .balloon__left .balloon__text::after {
  border-right: 15px solid #c7ade2;
}

.icon_shock .icon_emotion {
  background: url("icon/icon_shock.svg") repeat-x 0 0;
  -webkit-animation: icon_shock 1s ease-in-out infinite alternate;
  animation: icon_shock 1s ease-in-out infinite alternate;
}

/*//// 汗 /////*/
@-webkit-keyframes icon_sweat {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes icon_sweat {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.icon_sweat .balloon__left .balloon__text {
  background-color: #a5d4d8;
}

.icon_sweat .balloon__left .balloon__text::after {
  border-right: 15px solid #a5d4d8;
}

.icon_sweat .icon_emotion {
  background: url("icon/icon_sweat.svg") repeat-x 0 0;
  -webkit-animation: icon_sweat 1s ease-in-out infinite alternate;
  animation: icon_sweat 1s ease-in-out infinite alternate;
}





@media screen and (max-width: 999px) {

	section.main-content {
		max-width: 100%;
		margin: 20px auto;
		background: #fff;
	}

.left-content {
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-sizing: border-box;
}

.top-post {
	padding: 0 10px;
}

.post-container {
    width: 100%;
    background: #fff;
	margin-bottom: 20px;
}




}



@media screen and (max-width: 650px) {



	
}


/* toc */

#toc_container li {
	line-height: 2;
	font-weight: bold;
}

#toc_container li::before {
	content: '◆ '
}

/* Localized */