@charset "utf-8";

/*-----------------------
|  8.0 0px-
|  8.1 768PX-
|  8.2 1024PX-
|  8.3 1200PX-
-----------------------*/
:root {

  /* | 1.1 COLOR */

  --ui-color-brand: #ffa29d;

  /* COLOR PALETTE */

  --ui-color-c-1: #ff9456;
  --ui-color-c-2: #ffa26d;
  --ui-color-o06-back:#ffa26d;
  --ui-color-c-3: #93b6cf;
  --ui-color-c-4: #a4bcce;
  --ui-color-nnn-back:#b7d5e6;
  --ui-color-c-5: #ff9994;
  --ui-color-c-6: #ffc3bf;
  --ui-color-kopa-back:#ffa29d;
  --ui-color-c-7: #57667a;
}
/*------------------------------------
| 8.0 0px-
--------------------------------------*/
@media screen and (min-width: 0px) {

.topic-link{
  display: block;
  padding-top: 50px;
  width: 200px;
  margin: auto;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  color: rgb(190, 210, 225);
}

.topic-link a{
  color: rgb(190, 210, 225);
}

.topic-link li{
  border-left: solid 15px rgb(190, 210, 225);/*左側の線*/
  background: #fff;/*背景色*/
  margin-bottom: 10px;/*下のバーとの余白*/
  padding: 10px;
  list-style-type: none!important;/*ポチ消す*/
  filter: drop-shadow(4px 2px 2px rgba(172, 183, 213, 0.2));
}
li.pink{
  border-left: solid 15px var(--ui-color-c-6);/*左側の線*/
}
.now{
  transform: scale(1.1);
}
.pink{
  color: var(--ui-color-c-6);
}

.topic-link li:not(.now):hover{
  transform: scale(1.05);
}

  .topic-section{
  margin-top:150px;
  }

  /* timeline */
.timeline-002{
  margin-top: 50px;
  padding: 0 5%;
}
  .timeline-002__section {
    position: relative;
    padding: 0 1.5em 1.5em 2em;
    font-size: 16px;
}

.timeline-002__section:not(:last-child)::before,
.timeline-002__section::after {
    position: absolute;
    content: '';
}

.timeline-002__section:not(:last-child)::before {
    bottom: 0;
    left: 11px;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #d6dde3;
}


.timeline-002__section::after {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: rgb(190, 210, 225);
}
/* color */


/* 丸 */
.timeline-002__section::after{
  background-color: rgb(190, 210, 225);
}

.timeline-002__section.o06::after{
  background-color:  #ff9456;
}

.timeline-002__section.kopa::after{
  background-color: #ff9994;
}

.timeline-002__section.nnn::after{
  background-color: #93b6cf;
}
/* 線 */
.timeline-002__section:not(:last-child)::before {
  background-image: linear-gradient(0deg, #ff9456, #93b6cf, #ff9994);
}

.timeline-002__section.o06:not(:last-child)::before {
  background-image: linear-gradient(0deg, #feccae,#ff9456);
}

.timeline-002__section.kopa:not(:last-child)::before {
  background-image: linear-gradient(0deg, #fddcd3,#ff9994);
}

.timeline-002__section.nnn:not(:last-child)::before {
  background-image: linear-gradient(0deg, #d5f3f5,#93b6cf);
}
/*  */

.timeline-002__label {
    margin-bottom: .1em;
    font-size: .85em;
    line-height: 1em;
    font-weight: bold;
    color: var(--ui-color-c-7);
}


.timeline-002__title {
    font-size: 1.05em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 auto .5em;
    display: inline-block;
    color: var(--ui-color-c-8);
}

.timeline-002__content {
    border-bottom: dashed 3px #c6cdd3;
    padding-bottom: 1.5em;

}

.timeline-002__img-wrap {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.timeline-002__img {
    width: 100%;
    height: auto;
}
/* 吹き出し */
.balloon-005 {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 600px;
  margin: 0 auto 15px auto;
  padding: .8em 1.2em;
  border: 3px solid rgb(190, 210, 225);
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  color: #57667a;
}

.balloon-005 p{
  font-size: 1em;
  line-height: 1em;
}

.balloon-005 p .small{
  font-size: 0.8em;
  line-height: 1em;
  color: var(--ui-color-c-8);
}

.balloon-005::before,
.balloon-005::after {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.balloon-005::before {
  background-color: rgb(190, 210, 225);
}

.balloon-005::after {
  bottom: -11px;
  background-color: #fff;
}

.tweet_inbox{
  display: block;
  padding: 10px 5px;
  flex-grow: 0.8;
  text-align: center;
  width: 200px;
}

.tweet_inbox img{
  border-radius: 5px;
}

.tweet_inbox .twitter-tweet{
  margin: auto;
  width: auto;
}



}

@media only screen and (min-width: 521px) {
    .timeline-002__content {
        align-items: center;
        gap: 0 15px;
    }

    .timeline-002__img-wrap,
    .timeline-002__balloon {
    }

    .timeline-002__balloon::before,
    .timeline-002__balloon::after {
        top: unset;
        left: -15px;
        width: 15px;
        height: 30px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
    }

    .timeline-002__balloon::after {
        top: unset;
        left: -11px;
    }

    .timeline-002__img-wrap {
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
}
}

/*------------------------------------
| 8.2 768px-
--------------------------------------*/
@media screen and (min-width: 768px) {

  .timeline-002__section {
    position: relative;
    padding: 0 1.5em 1.5em 2em;
    font-size: 24px;
  }

  .topic-section{
    margin-top:150px;
    }

    /* timeline */
.timeline-002{
  margin-top: 50px;
  padding: 0 10%;
}

.tweet_inbox{
}

.tweet_inbox.trio{
}



}

/*------------------------------------
| 8.2 1024PX-
--------------------------------------*/
@media screen and (min-width: 1024px) {
 
  
  
}