.product-banner {
  padding: 15px 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover
}

.product-banner--cacoo {
  background-image: url(../img/blog/bg_banner_cacoo@2x.jpg)
}

.product-banner--backlog {
  background-image: url(../img/blog/bg_banner_backlog@2x.jpg)
}

.product-banner--typetalk {
  background-image: url(../img/blog/bg_banner_typetalk@2x.jpg)
}

.product-banner__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.product-banner__brand {
  width: 75px;
  padding-right: 15px
}

.entry-content img,
.product-banner__brand img,
.secondary .banner img {
  max-width: 100%;
  height: auto
}

.product-banner__content {
  -webkit-flex: 1 0 calc(100% - 90px);
  -ms-flex: 1 0 calc(100% - 90px);
  flex: 1 0 calc(100% - 90px)
}

.product-banner__button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 120px;
  margin: 10px auto 0;
  padding: 15px;
  text-align: center;
  border-radius: 7px;
  background-color: #fff;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.product-banner--cacoo .product-banner__button {
  color: #158aea;
  box-shadow: -4px 4px 0 #158aea
}

.product-banner--backlog .product-banner__button {
  color: #1c8d3b;
  box-shadow: -4px 4px 0 #1c8d3b
}

.product-banner--typetalk .product-banner__button {
  color: #f26522;
  box-shadow: -4px 4px 0 #f26522
}

.product-banner__text,
.product-banner__title {
  color: #fff
}

.product-banner__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: .05em;
  text-transform: uppercase
}

.product-banner__text {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 0;
  padding-right: 15px
}

html[lang=ja] .primary .pager .col .post-title,
html[lang=ja] .product-banner__text {
  font-family: inherit;
  font-style: normal
}

.typetalk-download {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  border-top: 1px solid #bac3a3
}

.typetalk-download__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #6c725f
}

.typetalk-download__heading b {
  color: #fc6347
}

.typetalk-download__button {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  white-space: nowrap;
  text-indent: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover
}

.typetalk-download__button--ios {
  width: 132px;
  height: 41px;
  background-image: url(../img/common/content/btn_appstore@2x.png)
}

.typetalk-download__button--android {
  width: 116px;
  height: 43px;
  margin-top: 2px;
  background-image: url(../img/common/content/btn_googleplay@2x.png)
}

#header {
  background-color: #6c725f
}

#header .container .row {
  position: static;
  margin-bottom: 0;
  padding: 15px 0
}

.main {
  padding-top: 0
}

.nav-blog {
  max-width: 100%;
  margin-bottom: 0;
  background-color: #bac3a3
}

.nav-blog>.row {
  position: relative;
  margin-bottom: 0
}

.nav-blog>.row .col {
  margin-left: 0;
  padding: 0 3.8%;
  transition: background-color .3s linear 0s;
  /*border-top: 1px solid #fff;*/
  background-color: #bac3a3
}

.nav-blog>.row .col:first-child {
  border-top: 0 none
}

.nav-blog>.row .col.active,
.nav-blog>.row .col:hover {
  background-color: #a1a890
}

.nav-blog>.row .col>a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  height: 60px;
  padding-top: 18px;
  text-decoration: none;
  color: #fff
}

.nav-blog>.row .col>a span {
  display: inline-block;
  margin-right: 6px;
  margin-left: 13px;
  vertical-align: middle
}

.nav-blog>.row .col>a i,
.nav-blog>.row .col>a.category-btn span {
  vertical-align: top
}

.nav-blog>.row .col>a i.caret,
.post .main .entry-top .entry-meta>* span {
  vertical-align: middle
}

.nav-blog .search-box {
  position: relative
}

.nav-blog .search-box input[type=text] {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 38px;
  color: #fff;
  border: 0 none;
  background-color: transparent
}

.nav-blog .search-box input[type=text]:focus {
  outline: 0 none
}

.nav-blog .search-box i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px
}

.nav-blog .search-box .placeholder {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 18px;
  left: 38px;
  padding: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff
}

.nav-blog .category-list-dropdown {
  display: none;
  overflow: hidden;
  border-top: 1px solid #fff;
  background-color: transparent
}

.nav-blog .category-list-dropdown .row {
  margin-bottom: 0;
  padding: 20px 0
}

.nav-blog .category-list-dropdown.invisible {
  display: none
}

.nav-blog .category-list-dropdown.in .row {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.no-cssanimations .nav-blog .category-list-dropdown.in {
  display: block
}

.nav-blog .category-list-dropdown.out .row {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.entry-top .socials .addthis_toolbox svg,
.no-cssanimations .nav-blog .category-list-dropdown.out,
.post .main .entry-top .entry-meta .comments-link a>b,
.post .main .entry-top .entry-meta .entry-author i.feather,
.posts .post .post-image .comments-link a i.zero,
.posts .post .post-image .comments-link a>b,
.secondary .widget.widget-search h3 {
  display: none
}

.nav-blog .category-list-dropdown .col {
  border-top: 0 none;
  border-left: 0 none;
  background-color: transparent
}

.nav-blog .category-list-dropdown .col:hover {
  background-color: transparent
}

.nav-blog .category-list-dropdown .col li {
  margin-top: 20px;
  list-style: none
}

.nav-blog .category-list-dropdown .col li:first-child {
  margin-top: 0
}

.nav-blog .category-list-dropdown .col li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: transparent
}

.nav-blog .category-list-dropdown .col li a:hover {
  color: #e8ff00
}

.posts {
  padding-top: 40px
}

.posts .col {
  margin-bottom: 40px
}

.posts .col.first {
  margin-left: 0
}

.posts .post {
  overflow: hidden;
  height: 100%;
  border-top-width: 10px;
  border-top-style: solid;
  border-radius: 0 0 6px 6px
}

.posts .post.category-nulab {
  border-top-color: #6c725f;
  background-color: #f0f0f0
}

.posts .post.category-cacoo {
  border-top-color: #90d6f0;
  background-color: #e6f8ff
}

.posts .post.category-backlog {
  border-top-color: #74ab45;
  background-color: #eefee1
}

.posts .post.category-typetalk {
  border-top-color: #f18556;
  background-color: #ffe5d8
}

.posts .post .post-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 219px;
  background-color: #fff
}

.posts .post .post-image>a {
  display: block;
  height: 100%;
  transition: opacity .25s linear 0s;
  white-space: nowrap;
  opacity: 1;
  -webkit-backface-visibility: hidden
}

.posts .post .post-image>a:before {
  display: inline-block;
  height: 100%;
  margin-right: -2.6px;
  content: '';
  vertical-align: middle
}

.posts .post .post-image>a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

.posts .post .post-image>a:hover {
  opacity: .5
}

.posts .post .post-image .comments-link {
  position: absolute;
  bottom: 12px;
  left: 16px
}

.posts .post .post-image .comments-link a i {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  width: 38px;
  height: 34px;
  text-align: center;
  color: #6c725f;
  background-image: url(../img/blog/balloon_yellow.png);
  background-position: 0 0;
  background-size: 38px auto
}

.posts .post.category-nulab .post-image>a {
  background-color: #c3d600
}

.posts .post.category-cacoo .post-image>a {
  background-color: #c7def3
}

.posts .post.category-backlog .post-image>a {
  background-color: #cae6b3
}

.posts .post.category-typetalk .post-image>a {
  background-color: #fecbc1
}

.posts .post .post-inner {
  padding: 18px
}

.posts .post h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px
}

html[lang=ja] .posts .post h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4
}

.posts .post h3 a {
  text-decoration: none
}

.posts .post .post-meta {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8f9580
}

.posts .post .post-meta a {
  text-decoration: none;
  color: inherit
}

.posts .post .post-excerpt {
  line-height: 1.4;
  margin-bottom: 0;
  color: #6c725f
}

.posts-pager {
  text-align: center
}

.posts-pager>div {
  display: inline-block;
  margin: 5px 7px
}

.entry-top .socials>span,
.posts-pager>div a {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block
}

.posts-pager>div a {
  font-weight: 400;
  padding: 10px 24px;
  transition: background-color .25s 0s linear;
  text-decoration: none;
  border-radius: 6px;
  background-color: #bac3a3;
  color: #fff
}

.posts-pager>div a:hover {
  color: #fff;
  background-color: #6c725f
}

.posts-pager>div a i {
  vertical-align: baseline !important
}

.archive .page-title h2 {
  text-transform: uppercase
}

.main .nothing-found {
  margin-top: 40px;
  margin-bottom: 0
}

.main .nothing-found h3 {
  font-size: 24px;
  font-size: 2.4rem
}

.main .nothing-found p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0
}

.post .page-title h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4
}

.post .main {
  padding: 20px 0 40px
}

.post .main .entry-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a890
}

.post .main .entry-top .entry-meta {
  position: relative;
  float: left;
  width: 100%
}

.post .main .entry-top .entry-meta>* {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1em;
  color: #a1a890
}

.post .main .entry-top .entry-meta>* i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}

.post .main .entry-top .entry-meta>* a,
.secondary .widget .list li a {
  vertical-align: middle;
  text-decoration: none;
  color: #a1a890
}

.post .main .entry-top .entry-meta>* a:hover {
  color: #6c725f
}

.post .main .entry-top .entry-meta .comments-link,
.post .main .entry-top .entry-meta .enrty-category,
.post .main .entry-top .entry-meta .entry-date {
  margin-right: 0
}

.post .main .entry-top .entry-meta .comments-link a .bln {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-right: 0;
  padding-top: 1px;
  text-align: center;
  color: #fff
}

.post .main .entry-top .entry-meta .comments-link a .bln:after {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100px;
  margin-left: 10px;
  transition: color .2s ease-out 0s;
  text-align: left;
  color: #a1a890
}

.post .main .entry-top .entry-meta .comments-link a .bln.zero:after {
  width: 130px;
  content: 'Leave a comment'
}

html[lang=ja] .post .main .entry-top .entry-meta .comments-link a .bln.zero:after {
  content: 'コメントをどうぞ'
}

.post .main .entry-top .entry-meta .comments-link a .bln.one:after {
  content: 'Comment'
}

html[lang=ja] .post .main .entry-top .entry-meta .comments-link a .bln.one:after,
html[lang=ja] .post .main .entry-top .entry-meta .comments-link a .bln.plural:after {
  content: 'コメント'
}

.post .main .entry-top .entry-meta .comments-link a .bln.plural:after {
  content: 'Comments'
}

.post .main .entry-top .entry-meta .comments-link a:hover .bln:after {
  color: #6c725f
}

.post .main .entry-top .entry-meta .entry-author {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center
}

.post .main .entry-top .entry-meta .entry-author .avatar {
  display: inline-block;
  width: 44px;
  height: auto;
  margin-right: 7px;
  vertical-align: middle;
  border-radius: 50%
}

.post .main .entry-top .socials {
  float: left;
  clear: left;
  margin-bottom: 1em
}

.entry-top .socials {
  padding-top: 2px
}

.entry-top .socials>span {
  vertical-align: middle;
  color: #a1a890
}

.entry-top .socials .addthis_toolbox,
.primary .back-to-top a {
  display: inline-block
}

.entry-top .socials .addthis_toolbox>a {
  display: inline-block;
  float: none;
  margin-left: 20px;
  padding: 0;
  vertical-align: middle
}

.entry-top .socials .addthis_toolbox>a .at4-icon {
  line-height: normal !important;
  display: inline-block;
  float: none;
  background-color: transparent !important;
  background-repeat: no-repeat
}

.entry-top .socials .addthis_toolbox>a:hover {
  opacity: 1
}

.entry-top .socials .addthis_toolbox .at-icon-wrapper {
  background-color: transparent !important
}

.entry-top .socials .addthis_toolbox .addthis_button_facebook .at-icon-wrapper,
.entry-top .socials .addthis_toolbox .addthis_button_facebook:hover .at-icon-wrapper {
  width: 11px !important;
  height: 23px !important;
  background-image: url(../img/common/icon-sprite.png);
  background-position: -293px -40px;
  background-size: 310px 272px !important
}

.entry-top .socials .addthis_toolbox .addthis_button_facebook:hover .at-icon-wrapper {
  background-position: -293px -63px
}

.entry-top .socials .addthis_toolbox .addthis_button_twitter {
  margin-left: 25px
}

.entry-top .socials .addthis_toolbox .addthis_button_twitter .at-icon-wrapper,
.entry-top .socials .addthis_toolbox .addthis_button_twitter:hover .at-icon-wrapper {
  width: 23px !important;
  height: 19px !important;
  background-image: url(../img/common/icon-sprite.png);
  background-position: -23px -253px;
  background-size: 310px 272px !important
}

.entry-top .socials .addthis_toolbox .addthis_button_twitter:hover .at-icon-wrapper {
  background-position: 0 -253px
}

.entry-top .socials .addthis_toolbox .addthis_button_google_plusone_share .at-icon-wrapper,
.entry-top .socials .addthis_toolbox .addthis_button_google_plusone_share:hover .at-icon-wrapper {
  width: 23px !important;
  height: 23px !important;
  background-image: url(../img/common/icon-sprite.png);
  background-position: -197px -160px;
  background-size: 310px 272px !important
}

.entry-top .socials .addthis_toolbox .addthis_button_google_plusone_share:hover .at-icon-wrapper {
  background-position: -165px -128px
}

.entry-top .socials .addthis_toolbox .addthis_button_email .at-icon-wrapper,
.entry-top .socials .addthis_toolbox .addthis_button_email:hover .at-icon-wrapper {
  width: 26px !important;
  height: 17px !important;
  background-image: url(../img/common/icon-sprite.png);
  background-position: -69px -32px;
  background-size: 310px 272px !important
}

.entry-top .socials .addthis_toolbox .addthis_button_email:hover .at-icon-wrapper {
  background-position: -37px -32px
}

.entry-top .socials .addthis_toolbox .addthis_button_hatena .at-icon-wrapper,
.entry-top .socials .addthis_toolbox .addthis_button_hatena:hover .at-icon-wrapper {
  width: 22px !important;
  height: 18px !important;
  background-image: url(../img/common/icon-sprite.png);
  background-position: -46px -253px;
  background-size: 310px 272px !important
}

.entry-top .socials .addthis_toolbox .addthis_button_hatena:hover .at-icon-wrapper {
  background-position: -68px -253px
}

.primary {
  margin-bottom: 2em
}

.primary .entry-content,
.primary .pager {
  margin-bottom: 60px
}

.primary .pager {
  border-top: 1px solid #a1a890;
  border-bottom: 1px solid #a1a890
}

.primary .pager::after {
  display: table;
  clear: both;
  content: ''
}

.primary .pager .col {
  margin-left: 0
}

.primary .pager .col .label {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
  color: #6c725f
}

.primary .pager .col .label i {
  vertical-align: middle
}

.primary .pager .col .post-title {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  visibility: hidden;
  margin-bottom: 0;
  transition: all .3s linear 0s;
  opacity: 0;
  color: #919880
}

.primary .pager .col>a {
  display: block;
  height: 100%;
  padding: 20px;
  transition: background-color .3s linear 0s;
  text-decoration: none;
  color: #6c725f;
  background-color: #fff
}

.primary .pager .col>a:hover {
  color: #6c725f;
  background-color: #f1f3e2
}

.primary .pager .col>a:hover .post-title {
  visibility: visible;
  opacity: 1
}

.primary .pager .col.prev i {
  margin-right: 10px
}

.primary .pager .col.prev .post-title {
  padding-left: 24px
}

.primary .pager .col.next {
  text-align: right
}

.primary .pager .col.next i {
  margin-left: 10px
}

.primary .pager .col.next .post-title {
  padding-right: 24px
}

.primary .back-to-top {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 60px 0 2em;
  text-align: right
}

.primary .back-to-top a .arrow-up {
  margin-top: 2px;
  margin-right: 3px
}

.secondary .widget {
  margin-bottom: 30px
}

.secondary .widget h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #899179
}

.secondary .widget .list {
  display: table;
  width: 100%;
  border-top: 4px solid #bac3a3
}

.secondary .widget .list li {
  display: table-row;
  list-style: none
}

.secondary .widget .list li a {
  font-size: 14px;
  font-size: 1.4rem;
  display: table-cell;
  height: 60px;
  padding: 10px 35px;
  transition: all .2s ease-out 0s;
  color: #899179;
  border-top: 1px solid #d2dcb8;
  background-color: #f7f9eb
}

.secondary .widget .list li a:hover {
  color: #6c725f;
  background-color: #cde121
}

.secondary .widget .list li:first-child a {
  border-top: 0 none
}

.secondary .widget.widget-search .search-box {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 4px solid #bac3a3
}

.secondary .widget.widget-search .search-box .placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 2px;
  left: 38px;
  padding: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #a1a890
}

.secondary .widget.widget-search .search-box i {
  position: absolute;
  top: 0;
  left: 0
}

.secondary .widget.widget-search .search-box input[type=text] {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  height: 24px;
  margin-bottom: 0;
  padding: 4px 4px 4px 38px;
  color: #a1a890;
  border: 0 none;
  background-color: transparent
}

.secondary .widget.widget-search .search-box input[type=text]:focus {
  outline: none
}

#disqus_thread,
#disqus_thread p {
  color: #899179 !important
}

#disqus_thread a {
  text-decoration: underline;
  color: #6c725f
}

#disqus_thread a:hover,
html[lang=ja] .entry-content a:hover {
  text-decoration: none;
  color: #f26522
}

.entry-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #6c725f
}

html[lang=ja] .entry-content {
  color: #4c5143
}

.entry-content blockquote>:first-child,
.entry-content>:first-child {
  margin-top: 0
}

.entry-content .item {
  margin-bottom: 40px
}

.entry-content .item:last-child {
  margin-bottom: 0
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1em
}

.entry-content dl,
.entry-content ol,
.entry-content p,
.entry-content table,
.entry-content ul {
  margin-top: 1em;
  margin-bottom: 1em
}

.entry-content h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 80px
}

html[lang=ja] .entry-content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #4c5143
}

.entry-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 60px
}

html[lang=ja] .entry-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #4c5143
}

.entry-content h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 40px
}

.entry-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 35px
}

.entry-content h5 {
  margin-top: 25px
}

.entry-content h6 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px
}

html[lang=ja] .entry-content a,
html[lang=ja] .entry-content blockquote>*,
html[lang=ja] .entry-content h3,
html[lang=ja] .entry-content h4,
html[lang=ja] .entry-content h5,
html[lang=ja] .entry-content h6 {
  color: #4c5143
}

.entry-content blockquote,
.entry-content blockquote>*,
.entry-content h5,
.entry-content p {
  font-size: 16px;
  font-size: 1.6rem
}

.entry-content ol,
.entry-content ul {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 4.85%
}

.entry-content ol ul,
.entry-content ul ul {
  margin-bottom: 1em
}

.entry-content dl dt {
  font-weight: 700
}

.entry-content dl dd {
  margin: .5em 0 1em 1em
}

.entry-content blockquote {
  width: 90%;
  margin: 35px auto;
  padding: .5em 1.5em;
  text-align: left;
  color: #899179;
  border-left: 8px solid #bac3a3
}

.entry-content blockquote>* {
  line-height: 1.6;
  margin-bottom: 0;
  color: #6c725f
}

.entry-content hr {
  display: inherit;
  margin: 2em 20px;
  padding: inherit;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #899179
}

.entry-content .wp-smiley {
  vertical-align: text-top
}

.entry-content .alignleft img,
.entry-content img.alignleft {
  float: left;
  margin: 10px 20px 10px 0
}

.entry-content .alignright img,
.entry-content img.alignright {
  float: right;
  margin: 10px 0 10px 20px
}

.entry-content .aligncenter img,
.entry-content .alignleft-responsive img,
.entry-content .alignright-responsive img,
.entry-content img.aligncenter,
.entry-content img.alignleft-responsive,
.entry-content img.alignright-responsive {
  display: block;
  margin: 2em auto
}

.entry-content img.alignnone,
.entry-content.alignnone img {
  margin: 1.5em 0
}

.entry-content .figure {
  margin-bottom: 2em
}

.entry-content .figure .caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  clear: both;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #999;
  overflow-wrap: break-word;
  -ms-hyphens: auto
}

html[lang=ja] .entry-content .figure .caption-text {
  color: #666
}

.entry-content .figure.alignright .caption-text {
  text-align: right
}

.entry-content .figure.aligncenter .caption-text {
  text-align: center
}

.entry-content .figure img {
  margin-bottom: 10px
}

.entry-content table td,
.entry-content table th {
  padding: 8px 20px;
  color: #6c725f;
  border: 1px solid #d2dcb8
}

.entry-content table th {
  background-color: #f7f9eb
}

.entry-content table td {
  background-color: #fff
}

.entry-content table thead td,
.entry-content table thead th {
  font-weight: 700;
  background-color: #f7f9eb
}

.entry-content .fluid-width-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 30px auto;
  padding-top: 30px;
  padding-bottom: 56.25%
}

.entry-content .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.entry-content .align-left {
  text-align: left !important
}

.entry-content .align-center {
  text-align: center !important
}

.entry-content .align-right {
  text-align: right !important
}

.entry-content .wp-video {
  margin: 2em 0
}

.entry-content .mejs-container {
  background: 0 0
}

.entry-content .mejs-overlay-play {
  background-color: rgba(34, 34, 34, .2)
}

.entry-footer .footer-banner img {
  max-width: 100%;
  height: auto
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi), only screen and (min-resolution:1.5dppx) {
  .posts .post .post-image .comments-link a i {
    background-image: url(../img/blog/balloon_yellow@2x.png)
  }

  .entry-top .socials .addthis_toolbox .addthis_button_facebook .at-icon-wrapper,
  .entry-top .socials .addthis_toolbox .addthis_button_facebook:hover .at-icon-wrapper {
    width: 11px;
    height: 23px;
    background-image: url(../img/common/icon-sprite@2x.png);
    background-position: -293px -40px;
    background-size: 310px 272px !important
  }

  .entry-top .socials .addthis_toolbox .addthis_button_facebook:hover .at-icon-wrapper {
    background-position: -293px -63px
  }

  .entry-top .socials .addthis_toolbox .addthis_button_twitter .at-icon-wrapper,
  .entry-top .socials .addthis_toolbox .addthis_button_twitter:hover .at-icon-wrapper {
    width: 23px;
    height: 19px;
    background-image: url(../img/common/icon-sprite@2x.png);
    background-position: -23px -253px;
    background-size: 310px 272px !important
  }

  .entry-top .socials .addthis_toolbox .addthis_button_twitter:hover .at-icon-wrapper {
    background-position: 0 -253px
  }

  .entry-top .socials .addthis_toolbox .addthis_button_google_plusone_share .at-icon-wrapper,
  .entry-top .socials .addthis_toolbox .addthis_button_google_plusone_share:hover .at-icon-wrapper {
    width: 23px;
    height: 23px;
    background-image: url(../img/common/icon-sprite@2x.png);
    background-position: -197px -160px;
    background-size: 310px 272px !important
  }

  .entry-top .socials .addthis_toolbox .addthis_button_google_plusone_share:hover .at-icon-wrapper {
    background-position: -165px -128px
  }

  .entry-top .socials .addthis_toolbox .addthis_button_email .at-icon-wrapper,
  .entry-top .socials .addthis_toolbox .addthis_button_email:hover .at-icon-wrapper {
    width: 26px;
    height: 17px;
    background-image: url(../img/common/icon-sprite@2x.png);
    background-position: -69px -32px;
    background-size: 310px 272px !important
  }

  .entry-top .socials .addthis_toolbox .addthis_button_email:hover .at-icon-wrapper {
    background-position: -37px -32px
  }

  .entry-top .socials .addthis_toolbox .addthis_button_hatena .at-icon-wrapper,
  .entry-top .socials .addthis_toolbox .addthis_button_hatena:hover .at-icon-wrapper {
    width: 22px;
    height: 18px;
    background-image: url(../img/common/icon-sprite@2x.png);
    background-position: -46px -253px;
    background-size: 310px 272px !important
  }

  .entry-top .socials .addthis_toolbox .addthis_button_hatena:hover .at-icon-wrapper {
    background-position: -68px -253px
  }

}

@media screen and (min-width:480px) and (max-width:767px) {
  .posts .col {
    float: left;
    width: 48%
  }

  .posts .col,
  .posts .col.first {
    margin-left: 3.8%
  }

  .posts .col:nth-child(2n+1) {
    margin-left: 0
  }

  .posts .post {
    min-height: 480px
  }

  .posts .post .post-image {
    min-height: 130px
  }

}

@media screen and (min-width:768px) {
  .product-banner {
    padding: 20px
  }

  .product-banner__brand {
    width: 90px
  }

  .product-banner__content {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
  }

  .product-banner__button {
    margin: 0
  }

  .typetalk-download__button--android {
    margin-top: 0
  }

  #header .container .row {
    padding: 50px 0
  }

  .nav-blog {
    max-width: 95%
  }

  .nav-blog>.row .col {
    width: 16.55%;
    padding: 0 3.8%;
    border-top: 0 none;
    border-left: 1px solid #fff
  }

  .nav-blog>.row .col:first-child {
    /*width: 16.75%;*/
    border-left: 0 none
  }

  .nav-blog>.row .col:last-child {
    width: 16.7%
  }

  .nav-blog .category-list-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #a1a890
  }

  .posts .post {
    min-height: 480px
  }

  .posts .post .post-image {
    min-height: 140px
  }

  .post .page-title h2 {
    font-size: 36px;
    font-size: 3.6rem
  }

  html[lang=ja] .post .page-title h2 {
    font-size: 30px;
    font-size: 3rem
  }

  .post .main {
    padding: 20px 0 100px
  }

  .post .main .entry-top {
    margin-bottom: 40px
  }

  .post .main .entry-top .entry-meta {
    width: auto
  }

  .post .main .entry-top .entry-meta>* {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block
  }

  .post .main .entry-top .entry-meta .enrty-category,
  .post .main .entry-top .entry-meta .entry-date {
    margin-right: 35px
  }

  .post .main .entry-top .entry-meta .comments-link a .bln {
    margin-right: 100px
  }

  .post .main .entry-top .entry-meta .comments-link a .bln:after {
    font-size: 16px;
    font-size: 1.6rem
  }

  .post .main .entry-top .entry-meta .comments-link a .bln.zero {
    margin-right: 130px
  }

  .post .main .entry-top .entry-meta .entry-author {
    margin-right: 35px;
    margin-bottom: 1em;
    text-align: left
  }

  .primary {
    margin-bottom: 0
  }

  .primary .pager .col {
    width: 43%
  }

  .primary .pager .col.next {
    float: right
  }

  .primary .pager .col.prev .label {
    text-align: left
  }

  .primary .pager .col.next .label {
    text-align: right
  }

  .secondary {
    width: 27.75%;
    margin-left: 6.8%
  }

  .secondary .widget {
    margin-bottom: 35px
  }

  .secondary .widget h3 {
    font-size: 18px;
    font-size: 1.8rem
  }

  .entry-content blockquote {
    padding: .5em 2em
  }

  .entry-content blockquote>* {
    line-height: 1.8
  }

  .entry-content .alignleft-responsive img,
  .entry-content img.alignleft-responsive {
    float: left;
    margin: 10px 20px 10px 0
  }

  .entry-content .alignright-responsive img,
  .entry-content img.alignright-responsive {
    float: right;
    margin: 10px 0 10px 20px
  }

}

@media screen and (min-width:1024px) {
  .typetalk-download__button--ios {
    width: 205px;
    height: 63px
  }

  .typetalk-download__button--android {
    width: 175px;
    height: 65px
  }

  .posts .post .post-image {
    min-height: 180px
  }

  .entry-content .fluid-width-video-wrapper {
    position: static;
    max-width: 560px;
    height: 315px;
    padding-top: 0;
    padding-bottom: 0
  }

  .entry-content .fluid-width-video-wrapper iframe {
    position: static;
    top: auto;
    left: auto;
    width: 560px;
    height: 315px
  }

}

@media screen and (min-width:1140px) {
  .product-banner {
    padding: 30px 40px
  }

  .product-banner__brand {
    width: 112px;
    padding-right: 25px
  }

  .product-banner__button {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 140px
  }

  .product-banner__title {
    font-size: 26px;
    font-size: 2.6rem
  }

  .product-banner__text {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 45px
  }

  .typetalk-download__heading {
    font-size: 22px;
    font-size: 2.2rem
  }

  .nav-blog {
    max-width: 1140px
  }

  .posts .post {
    min-height: 460px
  }

  .posts .post .post-image {
    min-height: 219px
  }

  .post .main .entry-top .entry-meta .entry-author {
    margin-bottom: 8px
  }

  .post .main .entry-top .socials {
    float: right;
    clear: none
  }

  .entry-top .socials {
    padding-top: 9px
  }

}

@media screen and (min-width:1440px) {
  .post .main .entry-top .entry-meta .entry-author {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    top: 88px;
    right: 100%;
    margin-right: 40px;
    transition: margin-right .2s linear 0s;
    text-align: center
  }

  .post .main .entry-top .entry-meta .entry-author .avatar {
    width: 100px;
    height: 100px;
    margin-right: 0;
    margin-bottom: 10px
  }

  .post .main .entry-top .entry-meta .entry-author i.feather {
    display: inline-block;
    margin-right: 5px
  }

  .post .main .entry-top .entry-meta .entry-author b {
    display: inline-block;
    padding-left: 21px
  }

  .entry-top .socials {
    padding-top: 2px
  }

}

@media screen and (min-width:1600px) {
  .post .main .entry-top .entry-meta .entry-author {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 65px
  }

  .post .main .entry-top .entry-meta .entry-author .avatar {
    width: 120px;
    height: 120px
  }

}

@-webkit-keyframes fadeIn {
  0% {
    display: block;
    opacity: 0
  }

  to {
    opacity: 1
  }

}

@keyframes fadeIn {
  0% {
    display: block;
    opacity: 0
  }

  to {
    opacity: 1
  }

}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    display: none;
    opacity: 0
  }

}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    display: none;
    opacity: 0
  }

}

@-webkit-keyframes fadeInDown {
  0% {
    display: block;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

}

@keyframes fadeInDown {
  0% {
    display: block;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

}

@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    display: none;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

}

@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    display: none;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

}