@charset "utf-8";

figure {
  /*margin: 1em 0;*/
}
.b_lead figure {
  text-align:center
}
figure p {
  display: none;
}

figcaption {
  display: block;
  margin-top: 7px;
  font-size: 0.75em;
  text-align: center;
}
/*スペコン調整*/
.caption {
  display: block;
  margin-top: 7px;
  font-size: 0.75em;
}

.tate.thumb-block {
  max-width: 48.5%;
  width: auto;
  display: inline-block;
}

.modify-body .point ul {
  float: right;
  width: 48.5%;
  margin: 0 !important;
}


.excerpt-txt {
  line-height: 1.8;
  font-size: 0.875em;
  border-top: 1px dotted #000;
  padding-top: 20px;
  margin-top: 20px;
}

hr.feedback_before{
  height: 20px !important;
  margin: 0;
}

/*____*/

.modify-body{
  padding: 20px 0;
}
.sp-header,
.modify-body .article-body,
.modify-body .feedback{
  max-width: 1080px;
  margin:0 auto;
}

.modify-body .feedback{
  position: relative;
}


.modify-body .page-header{
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.modify-body .page-header h1{
  font-size: 1.8em;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 16px;
  border-left: solid 8px #00a53b;
}

.modify-body .page-header .meta{
  padding-top: 20px;
}

.modify-body .b_lead{
  padding:0 15px 20px;
}

.modify-body .blocks:not(:last-child){
  float: none;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: dotted 1px #ccc;
}
.modify-body .blocks::before,
.modify-body .blocks::after{
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.modify-body .storycontent #report{
  padding-top: 20px;
  border-top: dotted 1px #ccc;
}
.modify-body .storycontent #report p{
  padding-left: 15px;
  padding-right: 15px;
}
.modify-body .storycontent #report p.photo{
  margin-bottom:0;
  padding: 0;
}

/*
======================================================================*/
.modify-body .page-header .catch {
  font-size: 1.063em;
  line-height: 1.3 !important;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 40px;
  display: block;
}

.modify-body .b_lead .frame:before{
  position: absolute;
  /*content: url(../img/i_report_footprint.png);*/
  top: -20px;
  right: -20px;
  z-index: 20;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.modify-body .frame {
  border: 7px solid #fff;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
  background: #fff;
  border-radius: 4px;
  position:relative;
  text-align: center;
  display: inline-block;
}

.interview-body .frame{
	display:block;
	margin:0 auto 2em;
}

#report h2{font-size:1.8rem;
line-height:1.8;
padding-left: 15px;
    padding-right: 15px;}

.report p.photo {
    text-align: center;
}

#report figure {
  width: 50%;
  height: 50%;
  float: left;
  padding: 0 15px;
  /*margin: 1em 0 0;*/
}

#report p.pul-right figure {
  width: 100%;
  height: 100%;
  float: none;
}

#report .figcont {
  width: 50%;
  height: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
  /*margin: 1em 0 0;*/
  text-align: center;
}

#report .figcont figure {
  width: 100%;
  height: auto;
  padding: 0;
  float: none;
  margin: 0;
}
#report p.fukidashi {
  margin: 0;
}

#report .center figure{
  float: none;
  clear: both;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*吹き出しの△の設定*/
/*下向きの吹き出し tl tc tr mc*/
.fuki3 {
  background: #ffffff;
  border: 2px solid #54483E;
  display: block;
  padding: 10px;
  width: auto;
  max-width: 50%;
  min-width: 4em;
  border-radius: 4px;
  font-size: 0.875em;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
  font-weight: bold;
}
.fuki3.tl:after, .fuki3.tc:after, .fuki3.tr:after, .fuki3.mc:after, .fuki3.tl:before, .fuki3.tc:before, .fuki3.tr:before, .fuki3.mc:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fuki3.tl:after, .fuki3.tc:after, .fuki3.tr:after, .fuki3.mc:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.fuki3.tl:before, .fuki3.tc:before, .fuki3.tr:before, .fuki3.mc:before {
  border-color: rgba(181, 181, 181, 0);
  border-top-color: #54483E;
  border-width: 18px;
  margin-left: -18px;
}
/*上向きの吹き出し bl bc br*/
.fuki3.bl:after, .fuki3.bc:after, .fuki3.br:after, .fuki3.bl:before, .fuki3.bc:before, .fuki3.br:before {
	top: auto;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fuki3.bl:after, .fuki3.bc:after, .fuki3.br:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.fuki3.bl:before, .fuki3.bc:before, .fuki3.br:before {
  border-color: rgba(181, 181, 181, 0);
  border-bottom-color: #54483E;
  border-width: 18px;
  margin-left: -18px;
}
/*吹き出しの△の設定ここまで*/

/*吹き出し位置*/
.fuki3.tl {
  position: absolute;
  top: 4%;
  left: 6%
}
.fuki3.tc {
  position: absolute;
  top: 4%;
  right: 30%;
  left: 30%;
}
.fuki3.tr {
  position: absolute;
  top: 4%;
  right: 6%
}
.fuki3.bl {
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 6%
}
.fuki3.bc {
  position: absolute;
  bottom: 14%;
  right: 30%;
  left: 30%;
}
.fuki3.br {
  position: absolute;
  top: auto;
  bottom: 14%;
  right: 6%
}
.fuki3.mc {
  top: auto;
  bottom: 55%;
  right: 30%;
  left: 30%;
}
#report h3.pointtitle:before {
  position: absolute;
  content: url(../img/i_report_camera.png);
  top: -10px;
  left: -10px;
  z-index: 4;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
#report h3.pointtitle {
  display: inline-block;
  background: #CFC7BE;
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding: 5px 15px 0 80px;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  text-align: left;
}
#report div.point {
  display: block;
  padding: 10px 15px 30px;
  margin-bottom: 20px;
  zoom: 1;
  background: #CFC7BE;
  border-radius: 0 4px 4px 4px;
}
#report div.point:after {
  content: "";
  display: block;
  float: none;
  clear: both;
  height: 0;
}
#report div.point p.alignright {
  margin-bottom: 0 !important;
  margin-right: 10px;
}
#report div.point p.alignleft {
  margin-bottom: 0 !important;
  margin-left: 10px;
}
#report div.point ul {
  float: left;
  width: 50%;
  margin: 0 0 0 0 !important;
  list-style: none;
  padding: 10px 15px 0;
  zoom: 1;
}
#report div.point ul li {
  margin:0;
  padding: 10px 0 10px;
  border-bottom: 1px dotted #000;
  color: #000;
}
#report .left {
  text-align: left;
}
#report .right {
  text-align: left;
}
#report p .wow {
  z-index:3;
  will-change: transform;
}

@media all and (min-width: 768px) {
  #report .pul-left{
    float: left;
  }
  #report .pul-right{
    text-align: right;
  }
  #report .pul-right{
    float: right !important;
  }
}


@media all and (max-width: 767px) {
  #report figure {
    width: 100%;
    height: auto;
    float: none;
    padding: 10px 0;
    margin: .5em 0;
  }
  #report .figcont {
    width: 100%;
    height: 100%;
    float: none;
    padding: 10px 0;
  }
  #report .figcont figure{
    padding: 0;
  }
  #report div.point ul {
    float: none;
    width: 100%;
  }
}

@media all and (max-width: 1536px) and (min-width: 768px) {
  /*縦画像吹き出し位置*/
  .tate .fuki3.tl {
    position: absolute;
    top: 4%;
    left: 16%
  }
  .tate .fuki3.tr {
    position: absolute;
    top: 4%;
    right: 16%
  }
  .tate .fuki3.bl {
    position: absolute;
    bottom: 14%;
    left: 16%
  }
  .tate .fuki3.br {
    position: absolute;
    bottom: 14%;
    right: 16%
  }
}
@media all and (max-width: 767px) and (min-width: 480px) {
  /*縦画像吹き出し位置*/

  .tate .fuki3.tl {
    position: absolute;
    top: 4%;
    left: 16%
  }
  .tate .fuki3.tr {
    position: absolute;
    top: 4%;
    right: 16%
  }
  .tate .fuki3.bl {
    position: absolute;
    bottom: 14%;
    left: 16%
  }
  .tate .fuki3.br {
    position: absolute;
    bottom: 14%;
    right: 16%
  }
}
@media all and (max-width: 480px) {
  .fuki3 {
    padding: 7px;
    font-size: 0.75em;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

/*  interview css
======================================================================*/

.interview-body .interview-tit{
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 30px;
  padding: 0 5vw;
}

.interview-body h3{
	font-size:18px;
	line-height: 1.5;
	margin-bottom:10px;
	padding: 0 2em
	}
.interview-body h6{
	font-weight:normal;
	padding: 0 3.5em;
	font-size: 11px;
	}	
@media only screen and (max-width: 768px) {	
	.interview-body h3{
	font-size:16px;
	line-height: 1.5;
	margin-bottom:10px;
	padding: 0 5vw
	}
	.interview-body h6{
	padding: 0 2em;
	}
}



@media only screen and (min-width: 769px) {
  .interview-body .interview-tit{
    font-size: 24px;
    margin: 0 0 60px;
    text-align: center;
    padding: 0 2em;
  }
}

.interview-body p.intaviewee-text{
  font-size: 16px;
    line-height: 1.25;
    margin-bottom: 1em !important;
    text-indent: -20px;
    padding-left: 2em;

}

.interview-body .storycontent p{
  font-size: 16px;
    padding: 0 5vw;
}

@media only screen and (min-width: 769px) {
  .interview-body .storycontent{
    max-width: 980px;
    padding-top: 20px;
    margin: 0 auto;

  }
  .interview-body .storycontent p{
      padding: 0 2em;
    }
}
.interview-body p.photo{
  margin: 0 auto 2.25em;
  text-align: center;
}
.interview-body hr{
  position: relative;
  width: 100%;
  height: 60px;
}
.interview-body hr[class^="hr-"]{
  margin-bottom: 20px;
}
.interview-body hr::after{
   display: block;
  content: "";
  position: static;
  width: 100%;
  height: 30px;
  margin: 0 0 60px;
}
.interview-body hr.hr-lv2::after{
  border-bottom: dotted 1px #ccc;
}
.interview-body hr.hr-lv1::before{
  display: block;
  content: "";
    width: 20%;
    height: 6px;
    position: absolute;
    margin-left: -10%;
    margin-top: -3px;
    background: #00a53b;
    top: 50%;
    left: 50%;

}
.interview-body hr.hr-lv1::after{
  border-bottom: solid 1px #ccc;
}

.interview-body .storycontent .shopData{padding:20px !important}

.balloon-top {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
.balloon-top::after,
.balloon-top::before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.balloon-top::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-width: 15px;
  margin-left: -15px;
}
.balloon-top::before {
  border-color: rgba(117, 117, 117, 0) rgba(117, 117, 117, 0) #757575;
  border-width: 16px;
  margin-left: -16px;
}
#collecting-data {
  margin-bottom: 30px;
  padding: 20px 20px 0;
}
#collecting-data a {
  text-decoration: underline;
}
#collecting-data a:hover {
  text-decoration: none;
}
#collecting-data .collecting-data-title img {
  display: block;
}
#collecting-data .photo {
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}
#collecting-data .text p{
  text-indent: 0;
  padding: 0;
}
#collecting-data .name {
  font-size: 1.188em;
  margin-bottom: 8px;
}
#collecting-data .data {
  font-size: 0.938em;
  margin-bottom: 0;
}
#collecting-data .data dt {
  color: #666;
  margin-bottom: 0.3em;
}
#collecting-data .data dd {
  margin-bottom: 0.3em;
  padding-left: 75px;
}
#collecting-data hr{
  height: 15px;
}
#collecting-data hr::after{
  display: none;
}

@media only screen and (min-width: 769px) {
  #collecting-data .photo {
    float: left;
    margin-bottom: 0;
  }
  #collecting-data .text {
    overflow: hidden;
    padding: 0 20px;
  }
  #collecting-data .name {
    margin-bottom: 15px;
  }
}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

/*  timeline css
======================================================================*/
.cd-container * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-container *, .cd-container *:after, .cd-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#timeline {}

.cd-container {
  font-size: 100%;
}
.cd-container a {
  color: #acb7c0;
  text-decoration: none;
}
.cd-container img {
  max-width: 100%;
}
.cd-container h1, .cd-container h2 {
  font-weight: bold;
}
.cd-container h2 {}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  margin: 0 auto;
}
.cd-container:after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
/* --------------------------------

Main components

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1280px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  color: transparent;
  background: rgb(64, 62, 105);
}
.cd-timeline-img:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -19px;
  margin-top: -19px;
}
.cd-timeline-img.clock0000:before,
.cd-timeline-img.clock1200:before {
  content: url("img/lifestyle/clock.png");
}
.cd-timeline-img.clock0030:before,
.cd-timeline-img.clock1230:before {
  content: url("img/lifestyle/clock2.png");
}
.cd-timeline-img.clock0100:before,
.cd-timeline-img.clock1300:before {
  content: url("img/lifestyle/clock3.png");
}
.cd-timeline-img.clock0130:before,
.cd-timeline-img.clock1330:before {
  content: url("img/lifestyle/clock4.png");
}
.cd-timeline-img.clock0200:before,
.cd-timeline-img.clock1400:before {
  content: url("img/lifestyle/clock5.png");
}
.cd-timeline-img.clock0230:before,
.cd-timeline-img.clock1430:before {
  content: url("img/lifestyle/clock6.png");
}
.cd-timeline-img.clock0300:before,
.cd-timeline-img.clock1500:before {
  content: url("img/lifestyle/clock7.png");
}
.cd-timeline-img.clock0330:before,
.cd-timeline-img.clock1530:before {
  content: url("img/lifestyle/clock8.png");
}
.cd-timeline-img.clock0400:before,
.cd-timeline-img.clock1600:before {
  content: url("img/lifestyle/clock9.png");
}
.cd-timeline-img.clock0430:before,
.cd-timeline-img.clock1630:before {
  content: url("img/lifestyle/clock10.png");
}
.cd-timeline-img.clock0500:before,
.cd-timeline-img.clock1700:before {
  content: url("img/lifestyle/clock11.png");
}
.cd-timeline-img.clock0530:before,
.cd-timeline-img.clock1730:before {
  content: url("img/lifestyle/clock12.png");
}
.cd-timeline-img.clock0600:before,
.cd-timeline-img.clock1800:before {
  content: url("img/lifestyle/clock13.png");
}
.cd-timeline-img.clock0630:before,
.cd-timeline-img.clock1830:before {
  content: url("img/lifestyle/clock14.png");
}
.cd-timeline-img.clock0700:before,
.cd-timeline-img.clock1900:before {
  content: url("img/lifestyle/clock15.png");
}
.cd-timeline-img.clock0730:before,
.cd-timeline-img.clock1930:before {
  content: url("img/lifestyle/clock16.png");
}
.cd-timeline-img.clock0800:before,
.cd-timeline-img.clock2000:before {
  content: url("img/lifestyle/clock17.png");
}
.cd-timeline-img.clock0830:before,
.cd-timeline-img.clock2030:before {
  content: url("img/lifestyle/clock18.png");
}
.cd-timeline-img.clock0900:before,
.cd-timeline-img.clock2100:before {
  content: url("img/lifestyle/clock19.png");
}
.cd-timeline-img.clock0930:before,
.cd-timeline-img.clock2130:before {
  content: url("img/lifestyle/clock20.png");
}
.clock1000:before,
.cd-timeline-img.clock2200:before {
  content: url("img/lifestyle/clock21.png");
}
.cd-timeline-img.clock1030:before,
.cd-timeline-img.clock2230:before {
  content: url("img/lifestyle/clock22.png");
}
.cd-timeline-img.clock1100:before,
.cd-timeline-img.clock2300:before {
  content: url("img/lifestyle/clock23.png");
}
.cd-timeline-img.clock1130:before,
.cd-timeline-img.clock2330:before {
  content: url("img/lifestyle/clock24.png");
}
@media only screen and (min-width: 1280px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e9f0f5;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content p span {
  display: block;
  font-size: 84%;
  margin-top: 5px;
  color: #7f8c97;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  opacity: .7;
  padding-right: 10px
}
.cd-timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #e9f0f5;
}
@media only screen and (max-width: 1280px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1280px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1em;
    width: 43%;
  }
  .cd-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e9f0f5;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 130%;
    top: 0px;
    font-size: 30px;
    padding: 0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content:before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e9f0f5;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 130%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1280px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@media only screen and (max-width: 480px) {
  #cd-timeline {
    padding: 0em 0;
  }
  .cd-timeline-content {
    margin-left: 0px;
  }
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    color: #fff;
    background: rgb(64, 62, 105);
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
    display: block;
    float: none;
    padding-right: 0;
    opacity: 1;
  }
  #cd-timeline:before {
    left: 50%;
  }
  .cd-timeline-content:before{display:none}
  .cd-timeline-img{display:none}
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
