@charset "UTF-8";
/*
	CSS Document for Special-Page: vitrification
	Author:
	version: 2.8
	Last Update: 2023.5.15
*/
/* ======================================
	Common Color
====================================== */
.red {
  color: #cd3127;
}

.winered {
  color: #c23327;
}

.magenta {
  color: #e4007f;
}

.blue {
  color: #00439a;
}

.bluegradation {
  display: inline-block;
  background-image: linear-gradient(120deg, #00439a 0%, #00439a 50%, #008cce 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* ======================================
	Common Text Align
====================================== */
.text-justify {
  text-align: justify;
}

/* ======================================
	New Product
====================================== */
/* New Product Header */
#newProduct {
  display: block;
  width: 100%;
  height: auto;
  background: none;
}
@media screen and (min-width: 1024px) {
  #newProduct {
    width: 100%;
    height: 524px;
    background-image: url("../images/topimage-tb-bg@2x.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 524px;
  }
}
#newProduct .topimage_area {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #newProduct .topimage_area {
    width: 100%;
    height: auto;
    aspect-ratio: 1000/524;
  }
}
@media screen and (min-width: 1024px) {
  #newProduct .topimage_area {
    width: 1000px;
    height: 524px;
    margin: 0 auto;
  }
}
#newProduct .topimage_area img {
  width: 100%;
  height: auto;
}

/* Page Description */
.page-description {
  margin: 1.5em auto;
  text-align: center;
}
.page-description h2 {
  margin: 0 auto;
  font-weight: 900;
  font-size: clamp(18px, 3.2vw, 32px);
  line-height: 1.5em;
}

/* item_spec */
.item_spec {
  margin: 0 auto;
}
.item_spec .inr {
  padding: 0 25px;
}
.item_spec .spec_tbl {
  margin: 0 auto;
}
.item_spec .spec_tbl .tbl {
  margin: 0 auto;
}
.item_spec .spec_tbl .tbl td span {
  display: inline-block;
}

/* ======================================
	New Product Special Contents
====================================== */
.specialcontent {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #202020;
}
.specialcontent .spacer {
  width: auto;
  height: 50px;
  border: none;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .specialcontent .spacer {
    height: 100px;
  }
}
.specialcontent .inr {
  position: relative;
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .specialcontent .inr {
    padding: 15px 25px;
  }
}
.specialcontent .inr h3 {
  font-size: 18px;
  font-weight: 700;
  /* text-align: justify; */
}
@media screen and (min-width: 1024px) {
  .specialcontent .inr h3 {
    font-size: 22px;
  }
}
.specialcontent .catchcopy {
  width: 100%;
  margin: 30px auto 0;
  padding: 0;
  text-align: left;
  font-size: clamp(20px, 8vw, 80px);
  line-height: 1.5em;
}
.specialcontent .catchcopy span {
  display: inline-block;
}
.specialcontent .subcopy {
  width: 100%;
  margin: 1.5em auto 2em;
  padding: 0;
  color: #00439a;
  text-align: justify;
}
.specialcontent .innerlink {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .specialcontent .innerlink {
    margin: 0 auto 60px;
    height: 224px; /* 56px × 4 */
  }
}
.specialcontent .innerlink li {
  margin: 0 auto 20px 0;
  display: block;
  text-align: left;
}
.specialcontent .innerlink .hoveraction1 a {
  display: inline-block;
  padding: 8px 15px 8px 15px;
  border-left: 5px solid #e2211c;
  font-size: 18px;
  line-height: 18px;
  color: #00439a;
  background: none;
}
@media screen and (min-width: 1024px) {
  .specialcontent .innerlink .hoveraction1 a {
    font-size: 20px;
    line-height: 20px;
  }
}
.specialcontent .innerlink .hoveraction1 a:hover {
  border-left: 5px solid white;
  background: linear-gradient(120deg, #00439a 0%, #00439a 50%, #008cce 100%);
  color: white;
}
.specialcontent .content-block {
  clear: both;
  display: block;
  overflow: hidden;
  margin: 0 auto 40px;
}
.specialcontent-title {
  padding: 25px 0;
  width: 100%;
  background: #ecf3f6;
  color: #284691;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .specialcontent-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .specialcontent-title {
    font-size: 26px;
  }
}
.specialcontent .imgbox {
  width: 100%;
  display: block;
  padding: 0;
}

/* ===============
    Section01
=============== */
/* Problem */
#Problem {
  font-size: 1rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #Problem {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  #Problem {
    font-size: 1.2rem;
  }
}
#Problem .note {
  display: block;
  width: 100%;
  margin: 20px auto;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #Problem .note {
    display: flex;
    justify-content: space-between;
    border: none;
  }
}
#Problem .note li {
  display: block;
  margin: 15px auto;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #Problem .note li {
    margin: 0;
    width: 30%;
    border: none;
  }
}
#Problem .note-title {
  font-weight: 400;
  text-align: center;
  padding: 0 0 0.5em;
  color: #202020;
}
#Problem .note-pict {
  display: block;
  margin: 10px auto;
  max-width: 300px;
  padding: 0.5em 0;
}
#Problem .note-pict img {
  width: 100%;
  height: auto;
}
#Problem .note-text {
  padding: 0 10%;
  line-height: 1.6em;
  text-align: justify;
  color: #202020;
}

/* ===============
    Section02
=============== */
/* Fatty Acid */
#fattyAcid {
  display: block;
  text-align: justify;
  overflow: visible;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #fattyAcid {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  #fattyAcid {
    font-size: 1.2rem;
  }
}
#fattyAcid h3 {
  margin: 1em 0;
  font-weight: 700;
}
#fattyAcid .note-text {
  line-height: 1.75em;
}
#fattyAcid .note-spacer {
  height: 1.75em;
}

/* ATP */
#AtpCycle img {
  width: 100%;
  height: auto;
}

/* ===============
    Section03
=============== */
/* Comparison */
.flexblock {
  display: block;
}
@media screen and (min-width: 768px) {
  .flexblock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#ComparisonTitle h3 {
  margin: 30px auto 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
#ComparisonTitle h3 span {
  display: inline-block;
  white-space: nowrap;
}

#Comparison {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #Comparison {
    width: 60%;
    min-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison {
    width: 500px;
    margin: 0;
  }
}
#Comparison .caption {
  margin: 0 auto 30px;
  text-align: center;
}
#Comparison .caption h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
  color: #202020;
}
#Comparison .caption p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #303030;
}
#Comparison #Graph {
  display: block;
  width: 290px;
  height: 300px;
  margin: 20px auto 0;
}
@media screen and (min-width: 414px) {
  #Comparison #Graph {
    width: 400px;
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison #Graph {
    width: 500px;
    height: 450px;
    margin: 50px auto 0;
  }
}
#Comparison .graph {
  position: relative;
}
#Comparison .graph-bar {
  position: absolute;
  bottom: 40px;
  width: 40px;
  margin: 0 20px;
}
@media screen and (min-width: 414px) {
  #Comparison .graph-bar {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-bar {
    bottom: 60px;
    width: 80px;
  }
}
#Comparison .graph-bar#graphOld {
  left: 120px;
  height: 152px;
}
@media screen and (min-width: 414px) {
  #Comparison .graph-bar#graphOld {
    left: 150px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-bar#graphOld {
    left: 230px;
    height: 228px;
  }
}
#Comparison .graph-bar#graphNew {
  left: 180px;
  height: 0;
  transition: height 0.5s;
  transition-delay: 1s;
}
@media screen and (min-width: 414px) {
  #Comparison .graph-bar#graphNew {
    left: 250px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-bar#graphNew {
    left: 360px;
  }
}
#Comparison .graph-bar img {
  width: 100%;
  height: 100%;
}
#Comparison .graph-value {
  position: absolute;
  width: 60px;
  margin: 0 20px;
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-value {
    width: 80px;
    padding: 0 5px;
  }
}
#Comparison .graph-value#graphOldValue {
  left: 110px;
  bottom: 152px;
  opacity: 1;
}
@media screen and (min-width: 414px) {
  #Comparison .graph-value#graphOldValue {
    left: 150px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-value#graphOldValue {
    left: 230px;
    bottom: 228px;
  }
}
#Comparison .graph-value#graphNewValue {
  left: 170px;
  bottom: 178px;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 2s;
}
@media screen and (min-width: 414px) {
  #Comparison .graph-value#graphNewValue {
    left: 250px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-value#graphNewValue {
    left: 360px;
    bottom: 267px;
  }
}
#Comparison .graph-arrow {
  position: absolute;
  left: 160px;
  bottom: 150px;
  width: 30px;
  height: auto;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition-delay: 2s;
}
@media screen and (min-width: 414px) {
  #Comparison .graph-arrow {
    left: 230px;
  }
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-arrow {
    left: 325px;
    bottom: 220px;
    width: 40px;
  }
}
#Comparison .graph-arrow img {
  width: 100%;
  height: auto;
}
#Comparison .graph-top-note {
  position: absolute;
  top: -28px;
  right: 30px;
  width: 40%;
  max-width: 200px;
}
@media screen and (min-width: 1024px) {
  #Comparison .graph-top-note {
    top: -28px;
    width: 40%;
  }
}
#Comparison .graph-bottom-note {
  width: 70%;
  max-width: 360px;
  margin: 0 auto;
}
#Comparison.action .graph-bar#graphNew {
  height: 178px;
}
@media screen and (min-width: 1024px) {
  #Comparison.action .graph-bar#graphNew {
    height: 267px;
  }
}
#Comparison.action .graph-value#graphNewValue {
  opacity: 1;
}
#Comparison.action .graph-arrow {
  -webkit-transform: rotate(45deg) scale(1.2);
          transform: rotate(45deg) scale(1.2);
}

#FatPhoto {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #FatPhoto {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  #FatPhoto {
    width: 360px;
    margin: 0;
  }
}
#FatPhoto .conten-box-inner {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #FatPhoto .conten-box-inner {
    width: 360px;
    max-width: 360px;
  }
}
#FatPhoto .zoom {
  display: block;
  margin: 0 auto 18px;
  position: relative;
  overflow: hidden;
}
#FatPhoto .zoom .zoombox {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 0 0 5px auto;
  padding: 0;
}
#FatPhoto .zoom .zoombox:last-child {
  margin: 0 0 0 auto;
}
#FatPhoto .zoom .zoombox--tab {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  padding: 5px;
  color: #202020;
  line-height: 1em;
  white-space: nowrap;
  z-index: 99;
}
#FatPhoto .zoom .zoombox#fatPhoto1 .zoombox--tab {
  background-color: #8ea3b7;
}
#FatPhoto .zoom .zoombox#fatPhoto2 .zoombox--tab {
  background-color: #c0d6e0;
}
#FatPhoto .zoom .zoombox#fatPhoto3 .zoombox--tab {
  background-color: #edb78c;
}
#FatPhoto .zoom .zoombox--img {
  width: 100%;
  max-width: 360px;
  margin: 0;
  padding: 0;
  color: #202020;
}
#FatPhoto .caption {
  margin: 0 auto 30px;
  text-align: center;
}
#FatPhoto .caption h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
  color: #202020;
}
#FatPhoto .caption p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #303030;
}

#fatResult h3 {
  font-size: clamp(20px, 2.5vw, 25px);
  line-height: 1.5em;
}

/* ===============
    Section04
=============== */
/* Solution */
#Solution1 {
  border-bottom: 1px dotted #00439a;
}

.solution {
  width: 100%;
  margin: 0 auto;
}
.solution .caption {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .solution .caption {
    margin: 50px auto 0;
  }
}
.solution .caption h5 {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
.solution .caption h5 span {
  display: inline-block;
}
.solution .caption .note {
  margin: 0;
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 400;
  text-align: center;
}
.solution .copy {
  margin: 20px auto 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution .copy {
    margin: 40px auto 60px;
  }
}
@media screen and (min-width: 1280px) {
  .solution .copy {
    margin: 60px auto 90px;
  }
}
.solution .copy h3 {
  display: block;
  font-size: clamp(22px, 3.8vw, 38px);
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
.solution .copy h3 span {
  display: inline-block;
}
.solution .copy .small-notice {
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 400;
  text-align: center;
}
.solution .graph2a {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 3000/1100;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .solution .graph2a {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .solution .graph2a {
    width: 85%;
  }
}
.solution .graph2a-base {
  width: 100%;
}
.solution .graph2a-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.solution .graph2a-bar {
  position: absolute;
  top: 13.6363636364%;
  left: 0;
  right: 0;
  bottom: 18.1818181818%;
  width: 100%;
  height: 68.1818181818%;
  overflow: hidden;
}
.solution .graph2a-bar .gbar {
  position: absolute;
  width: 10%;
  transition: height 0.5s;
  transition-delay: 1s;
}
.solution .graph2a-bar .gbar img {
  width: 100%;
  height: 100%;
}
.solution .graph2a-bar .gbar#Graph2A1-Bar-Old {
  bottom: 0;
  left: 20%;
  height: 0%;
}
.solution .graph2a-bar .gbar#Graph2A1-Bar-New {
  bottom: 0;
  left: 40%;
  height: 0%;
}
.solution .graph2a-bar .gbar#Graph2A2-Bar-Old {
  bottom: 0;
  left: 60%;
  height: 0%;
}
.solution .graph2a-bar .gbar#Graph2A2-Bar-New {
  bottom: 0;
  left: 80%;
  height: 0%;
}
.solution .graph2a-value {
  position: absolute;
  top: 13.6363636364%;
  left: 0;
  right: 0;
  bottom: 18.1818181818%;
  width: 100%;
  height: 68.1818181818%;
}
.solution .graph2a-value .gvalue {
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 2s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media screen and (min-width: 768px) {
  .solution .graph2a-value .gvalue {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.solution .graph2a-value .gvalue img {
  width: 100%;
  height: auto;
}
.solution .graph2a-value .gvalue#Graph2A1-Value-Old {
  left: 20%;
  bottom: 58.6%;
}
.solution .graph2a-value .gvalue#Graph2A1-Value-New {
  left: 40%;
  bottom: 76.4%;
}
.solution .graph2a-value .gvalue#Graph2A2-Value-Old {
  left: 60%;
  bottom: 32.1%;
}
.solution .graph2a-value .gvalue#Graph2A2-Value-New {
  left: 80%;
  bottom: 49.6%;
}
.solution .graph2a.action #Graph2A1-Bar-Old {
  height: 58.6%;
}
.solution .graph2a.action #Graph2A1-Bar-New {
  height: 76.4%;
}
.solution .graph2a.action #Graph2A2-Bar-Old {
  height: 32.1%;
}
.solution .graph2a.action #Graph2A2-Bar-New {
  height: 49.6%;
}
.solution .graph2a.action .gvalue {
  opacity: 1;
}
.solution .graph2b {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 3000/1100;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .solution .graph2b {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .solution .graph2b {
    width: 85%;
  }
}
.solution .graph2b-base {
  width: 100%;
}
.solution .graph2b-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.solution .graph2b-bar {
  position: absolute;
  top: 13.6363636364%;
  left: 0;
  right: 0;
  bottom: 18.1818181818%;
  width: 100%;
  height: 68.1818181818%;
  overflow: hidden;
}
.solution .graph2b-bar .gbar {
  position: absolute;
  width: 6.6666666667%;
  transition: height 0.5s;
  transition-delay: 1s;
}
.solution .graph2b-bar .gbar img {
  width: 100%;
  height: 100%;
}
.solution .graph2b-bar .gbar#Graph2B1-Bar-Old {
  bottom: 0;
  left: 16.6666666667%;
  height: 0%;
}
.solution .graph2b-bar .gbar#Graph2B1-Bar-New {
  bottom: 0;
  left: 30%;
  height: 0%;
}
.solution .graph2b-bar .gbar#Graph2B2-Bar-Old {
  bottom: 0;
  left: 43.3333333333%;
  height: 0%;
}
.solution .graph2b-bar .gbar#Graph2B2-Bar-New {
  bottom: 0;
  left: 56.6666666667%;
  height: 0%;
}
.solution .graph2b-bar .gbar#Graph2B3-Bar-Old {
  bottom: 0;
  left: 70%;
  height: 0%;
}
.solution .graph2b-bar .gbar#Graph2B3-Bar-New {
  bottom: 0;
  left: 83.3333333333%;
  height: 0%;
}
.solution .graph2b-value {
  position: absolute;
  top: 13.6363636364%;
  left: 0;
  right: 0;
  bottom: 18.1818181818%;
  width: 100%;
  height: 68.1818181818%;
}
.solution .graph2b-value .gvalue {
  position: absolute;
  width: 6.6666666667%;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 2s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media screen and (min-width: 768px) {
  .solution .graph2b-value .gvalue {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.solution .graph2b-value .gvalue img {
  width: 100%;
  height: auto;
}
.solution .graph2b-value .gvalue#Graph2B1-Value-Old {
  left: 16.6666666667%;
  bottom: 58.8%;
}
.solution .graph2b-value .gvalue#Graph2B1-Value-New {
  left: 30%;
  bottom: 74.8%;
}
.solution .graph2b-value .gvalue#Graph2B2-Value-Old {
  left: 43.3333333333%;
  bottom: 51.8%;
}
.solution .graph2b-value .gvalue#Graph2B2-Value-New {
  left: 56.6666666667%;
  bottom: 67.6%;
}
.solution .graph2b-value .gvalue#Graph2B3-Value-Old {
  left: 70%;
  bottom: 44.8%;
}
.solution .graph2b-value .gvalue#Graph2B3-Value-New {
  left: 83.3333333333%;
  bottom: 59.2%;
}
.solution .graph2b.action #Graph2B1-Bar-Old {
  height: 58.8%;
}
.solution .graph2b.action #Graph2B1-Bar-New {
  height: 74.8%;
}
.solution .graph2b.action #Graph2B2-Bar-Old {
  height: 51.8%;
}
.solution .graph2b.action #Graph2B2-Bar-New {
  height: 67.6%;
}
.solution .graph2b.action #Graph2B3-Bar-Old {
  height: 44.8%;
}
.solution .graph2b.action #Graph2B3-Bar-New {
  height: 59.2%;
}
.solution .graph2b.action .gvalue {
  opacity: 1;
}

.small-notice {
  font-size: 0.8rem;
  text-align: right;
}

/* References */
.references {
  display: block;
  margin: 30px 0;
}
.references--title {
  display: block;
  margin: 0.5em 0;
  padding: 0.5em 0;
  font-size: 1.2rem;
  line-height: 1.4em;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #333;
}
.references--note {
  margin: 0.5em 0;
  font-size: 0.8rem;
  line-height: 1.4em;
  text-align: justify;
  color: #333;
}

/* ===============
    Section05
=============== */
/* History */
.timeline_area {
  clear: both;
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 30px auto;
  padding: 0;
}
.timeline_area:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 24px);
  background-color: #214AA2;
  position: absolute;
  top: 24px;
  left: 20px;
  right: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .timeline_area:before {
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 30px);
    margin: 0 auto;
  }
}
.timeline_area .timeline {
  position: relative;
  height: auto;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline {
    margin-bottom: 30px;
  }
}
.timeline_area .timeline::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline#TLStart {
    height: 4em;
  }
  .timeline_area .timeline#TL2000 {
    height: 4em;
  }
  .timeline_area .timeline#TL2010 {
    height: 7em;
  }
  .timeline_area .timeline#TL2012 {
    height: 4em;
  }
  .timeline_area .timeline#TL2013 {
    height: 5em;
  }
  .timeline_area .timeline#TL2014 {
    height: 8.5em;
  }
  .timeline_area .timeline#TL2015 {
    height: 5.5em;
  }
  .timeline_area .timeline#TL2018 {
    height: 4em;
  }
  .timeline_area .timeline#TL2021 {
    height: 7em;
  }
}
.timeline_area .timeline#TLEnd {
  height: 5em;
}
.timeline_area .timeline#TLStart .left {
  display: none;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline#TLStart .left {
    display: block;
  }
}
.timeline_area .timeline.have-note {
  margin-bottom: 0;
}
.timeline_area .timeline .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  top: 16px;
  left: 12px;
  bottom: auto;
  right: auto;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline .icon {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.timeline_area .timeline .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #214AA2;
}
.timeline_area .timeline-content {
  display: block;
  height: auto;
  min-height: 48px;
  padding: 0 20px 0 45px;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content {
    width: calc(50% - 2em);
    height: 100%;
    padding: 0;
  }
}
.timeline_area .timeline-content .date {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.timeline_area .timeline-content .date .year {
  display: block;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00488E;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content .date .year {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 3.4rem;
    font-size: 1.75rem;
    line-height: 3.4rem;
  }
}
.timeline_area .timeline-content .text {
  position: relative;
  display: inline-block;
  top: 50%;
  padding: 1em 1.75em 1em 1.75em;
  font-weight: 500;
  text-align: left;
  background-color: #e4e6f3;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content .text {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.timeline_area .timeline-content .text p {
  line-height: 1.5em;
  margin: 0px;
}
.timeline_area .timeline-content .text p.ast {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content.left {
    float: left;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content.left .date .year {
    left: auto;
    right: 0;
  }
}
.timeline_area .timeline-content.left .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -9px;
  right: auto;
  width: 0;
  height: 0;
  border-left: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e4e6f3;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content.left .text::before {
    left: auto;
    right: -10px;
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e4e6f3;
  }
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content.right {
    top: 0;
    float: right;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content.right .date .year {
    left: 0;
    right: auto;
  }
}
.timeline_area .timeline-content.right .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -9px;
  right: auto;
  border-left: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e4e6f3;
}
.timeline_area .timeline-content.reversal .text {
  color: white;
  background-color: #00488E;
}
.timeline_area .timeline-content.reversal .text a {
  color: white;
}
.timeline_area .timeline-content.reversal .text a:hover {
  color: #FFF188;
}
.timeline_area .timeline-content.reversal .text::before {
  border-right-color: #00488E;
}
.timeline_area .timeline-content.final .text {
  color: white;
  background-color: #00488E;
}
.timeline_area .timeline-content.final .text .large {
  font-size: 130%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content.final .text .large {
    font-size: 150%;
  }
}
.timeline_area .timeline-content.final .text::before {
  border-left: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #00488E;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-content.final .text::before {
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00488E;
  }
}
.timeline_area .timeline-note {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.25em 1em 0 46px;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-note {
    padding: 0 2em 0 0;
  }
}
.timeline_area .timeline-note.left {
  width: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .timeline_area .timeline-note.left {
    width: calc(50% - 2em);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: right;
  }
}
.timeline_area .timeline-note p {
  margin: 0;
  font-size: 75%;
  line-height: 1.4em;
}
.timeline_area .timeline-note p span {
  display: inline-block;
}
.timeline_area .timeline .grad-white {
  width: 100%;
  height: 100%;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.timeline_area .timeline .grad-white::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.related_links_area {
  margin: 100px 0;
  padding: 50px 0;
  background: rgba(236, 243, 246, 0.4);
}