@charset "UTF-8";
/* 共通パーツ
==================================================*/
/* Default Settings
----------------------------------------*/
/* responsive */
/* line 58, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 58, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
  .pc {
    display: none !important;
  }
}

/* line 65, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* line 65, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
  .sp {
    display: block !important;
  }
}

/* line 74, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.linkListBox.tabBox {
  background-color: #fff;
  border-bottom: 1px solid #8A8A8A;
}

/* line 80, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock p {
  padding-top: 25px;
  margin-bottom: 0;
}

/* line 84, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 90, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul li {
  width: 50%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #8A8A8A;
  border-bottom: none;
  line-height: 1.3;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  /* line 90, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
  .tabSelectBlock ul li {
    font-size: 0.813rem;
    line-height: 1.5;
  }
}

/* line 106, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

/* line 113, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* line 118, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul li span {
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

/* line 124, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul li + li {
  border-left: none;
}

/* line 127, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul li.active {
  background-color: #fff;
  margin-bottom: -1px;
}

/* line 131, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_common.scss */
.tabSelectBlock ul li:not(.active) {
  background-color: #f1f2f4;
}

/* TOPページ専用
==================================================*/
/* line 5, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList,
body.ir.history.index .eventList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 5, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
  body.profile.history.index .eventList,
  body.ir.history.index .eventList {
    flex-direction: column;
  }
}

/* line 16, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList li,
body.ir.history.index .eventList li {
  width: 400px;
  border: 1px solid #AAAAAA;
}

/* line 19, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList li:nth-child(n+3),
body.ir.history.index .eventList li:nth-child(n+3) {
  margin-top: 40px;
}

/* line 22, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList li a,
body.ir.history.index .eventList li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 26, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList li a:hover,
body.ir.history.index .eventList li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 16, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
  body.profile.history.index .eventList li,
  body.ir.history.index .eventList li {
    width: 100%;
  }
  /* line 33, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
  body.profile.history.index .eventList li:not(:first-of-type),
  body.ir.history.index .eventList li:not(:first-of-type) {
    margin-top: 40px;
  }
}

/* line 38, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList .imgBox,
body.ir.history.index .eventList .imgBox {
  position: relative;
}

/* line 40, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList .imgBox img,
body.ir.history.index .eventList .imgBox img {
  width: 100%;
}

/* line 43, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList .imgBox .ageTxt,
body.ir.history.index .eventList .imgBox .ageTxt {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #211d56;
  color: #fff;
  line-height: 2.0;
  padding: 0 12px;
}

/* line 53, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList .txtBox,
body.ir.history.index .eventList .txtBox {
  padding: 25px 30px;
}

@media screen and (max-width: 768px) {
  /* line 53, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
  body.profile.history.index .eventList .txtBox,
  body.ir.history.index .eventList .txtBox {
    padding: 15px;
  }
}

/* line 58, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList .txtBox h3,
body.ir.history.index .eventList .txtBox h3 {
  margin-top: 0;
  line-height: 1.3;
}

/* line 61, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList .txtBox h3::after,
body.ir.history.index .eventList .txtBox h3::after {
  content: " ";
  background: url(/common/images/ico/link_btn_arrow.png) right center no-repeat;
  background-size: auto;
  background-size: auto 18px;
  padding-right: 1.25rem;
  width: auto;
  height: 18px;
}

@media screen and (max-width: 768px) {
  /* line 58, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
  body.profile.history.index .eventList .txtBox h3,
  body.ir.history.index .eventList .txtBox h3 {
    margin-bottom: 10px;
  }
}

/* line 74, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_top.scss */
body.profile.history.index .eventList .txtBox p,
body.ir.history.index .eventList .txtBox p {
  color: #222;
  margin-top: 0;
}

/* ポイントページ専用
==================================================*/
/* line 5, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .linkListBox.historyBox,
body.ir.history.history .linkListBox.historyBox {
  background-color: #fff;
  margin-top: 50px;
}

/* line 11, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyLinkNavBox,
body.ir.history.history .historyLinkNavBox {
  border-top: 1px dotted #8A8A8A;
  padding-top: 30px;
}

/* line 14, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyLinkNavBox ol,
body.ir.history.history .historyLinkNavBox ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  font-size: 1rem;
}

/* line 22, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyLinkNavBox ol li,
body.ir.history.history .historyLinkNavBox ol li {
  width: 50%;
  padding: 5px 30px 5px 40px;
  font-weight: bold;
}

/* line 26, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyLinkNavBox ol li a,
body.ir.history.history .historyLinkNavBox ol li a {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  /* line 14, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyLinkNavBox ol,
  body.ir.history.history .historyLinkNavBox ol {
    flex-direction: column;
  }
  /* line 32, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyLinkNavBox ol li,
  body.ir.history.history .historyLinkNavBox ol li {
    width: 100%;
    padding: 5px;
  }
}

/* line 41, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyLinkTopNavBox ol,
body.ir.history.history .historyLinkTopNavBox ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

/* line 45, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyLinkTopNavBox ol li,
body.ir.history.history .historyLinkTopNavBox ol li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 50, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyLinkTopNavBox ol li a,
body.ir.history.history .historyLinkTopNavBox ol li a {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  /* line 56, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyLinkTopNavBox ol,
  body.ir.history.history .historyLinkTopNavBox ol {
    display: flex;
    flex-direction: column;
  }
  /* line 59, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyLinkTopNavBox ol li,
  body.ir.history.history .historyLinkTopNavBox ol li {
    width: 100%;
    margin-right: 0;
  }
}

/* line 69, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyH2 img,
body.ir.history.history .historyH2 img {
  width: 100%;
}

/* line 73, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyH3,
body.ir.history.history .historyH3 {
  font-size: 1.25rem;
  line-height: 1.4;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #005EB8;
}

@media screen and (max-width: 768px) {
  /* line 73, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyH3,
  body.ir.history.history .historyH3 {
    flex-direction: column;
  }
}

/* line 87, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyColumn .imgBox,
body.ir.history.history .historyColumn .imgBox {
  width: 190px;
  margin-right: 50px;
}

/* line 90, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .historyColumn .imgBox img,
body.ir.history.history .historyColumn .imgBox img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  /* line 86, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyColumn,
  body.ir.history.history .historyColumn {
    display: flex;
    flex-direction: row;
  }
  /* line 97, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyColumn .txtBox,
  body.ir.history.history .historyColumn .txtBox {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  /* line 86, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyColumn,
  body.ir.history.history .historyColumn {
    display: block;
  }
  /* line 103, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .historyColumn .imgBox,
  body.ir.history.history .historyColumn .imgBox {
    float: left;
    width: 100px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

/* line 112, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .attentionLink,
body.ir.history.history .attentionLink {
  display: flex;
  flex-direction: row;
}

/* line 115, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .attentionLink img,
body.ir.history.history .attentionLink img {
  width: 24px;
  height: 25px;
  margin-right: 5px;
}

/* line 133, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .pc,
body.ir.history.history .pc {
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 133, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .pc,
  body.ir.history.history .pc {
    display: none !important;
  }
}

/* line 140, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.profile.history.history .sp,
body.ir.history.history .sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* line 140, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
  body.profile.history.history .sp,
  body.ir.history.history .sp {
    display: block !important;
  }
}

/* line 155, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_point.scss */
body.english.profile.history.history .historyLinkTopNavBox ol li,
body.english.ir.history.history .historyLinkTopNavBox ol li {
  margin-right: 20px;
}

/* 年表ページ専用
==================================================*/
/* line 3, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
body.profile.history.age,
body.ir.history.age {
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

/*===== Vertical Timeline =====*/
/* line 12, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline-wrapper {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  background-color: #EAF5FC;
  padding-bottom: 20px;
}

/* line 21, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-header {
  display: flex !important;
  flex-direction: row;
  list-style: none;
  padding: 0;
  background-color: #fff;
}

/* line 27, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-header li {
  width: 49.8%;
  min-height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  color: #fff;
  font-size: 1.125rem;
}

/* line 35, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-header li:nth-of-type(1) {
  background-color: #005EB8;
}

/* line 38, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-header li:nth-of-type(2) {
  background-color: #0066CC;
  margin-left: 0.4%;
}

/* line 72, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.linkListBox.ageBox {
  background-color: #fff;
}

/* line 78, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.ageLinkNavBox ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 1rem;
}

/* line 87, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.ageLinkNavBox ol li {
  padding: 5px;
}

/* line 89, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.ageLinkNavBox ol li span {
  font-weight: bold;
}

/* line 91, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.ageLinkNavBox ol li span a {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  /* line 78, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .ageLinkNavBox ol {
    flex-wrap: wrap;
  }
  /* line 98, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .ageLinkNavBox ol li {
    width: 50%;
    padding: 5px;
    text-align: center;
  }
  /* line 102, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .ageLinkNavBox ol li span {
    display: inline-block;
    width: 145px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  /* line 116, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  body.english.profile.history.age .ageLinkNavBox ol li span,
  body.english.ir.history.age .ageLinkNavBox ol li span {
    width: 110px;
  }
  /* line 119, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  body.english.profile.history.age .ageLinkNavBox ol li:first-of-type span,
  body.english.ir.history.age .ageLinkNavBox ol li:first-of-type span {
    width: 145px;
  }
}

/* line 127, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline {
  position: relative;
}

/* line 130, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline-wrapper .timeline-start,
.conference-timeline-wrapper .timeline-end {
  display: table;
  color: #222;
  font-size: 2rem;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
}

/* line 140, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline-wrapper .timeline-start {
  margin: 25px auto 15px;
}

/* line 143, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline-wrapper .timeline-end {
  margin: 15px auto 25px;
}

/* line 148, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #339EE6;
  opacity: 0.4;
  z-index: 1;
}

/* line 159, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline .conference-timeline-content {
  padding: 0 13px 20px;
}

/* line 162, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  padding-bottom: 5px;
}

/* line 170, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  position: relative;
  max-width: 48.5%;
  width: 100%;
}

/* line 175, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left-container .timeline-year,
.timeline-article .content-right-container .timeline-year {
  position: absolute;
  top: 0.6rem;
}

/* line 181, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left-container .timeline-year {
  right: 0;
}

/* line 186, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-right-container .timeline-year {
  left: 0;
}

/* line 193, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .timeline-year {
  display: block;
  font-size: 0.875rem;
  line-height: 24px;
  color: #222;
  text-align: right;
}

/* line 200, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .timeline-year.point {
  font-weight: bold;
  color: #0A50A1;
}

/* line 205, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left,
.timeline-article .content-right,
.timeline-article .content-center {
  position: relative;
  width: auto;
  background-color: #fff;
  padding: 12px;
  font-size: 0.938rem;
  line-height: 1.5;
}

/* line 216, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left:first-of-type:before,
.timeline-article .content-right:first-of-type:before,
.timeline-article .content-center:first-of-type:before {
  position: absolute;
  top: -17px;
  font-size: 50px;
  font-family: "Material Icons";
  color: #fff;
}

/* line 224, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left:not(:first-of-type),
.timeline-article .content-right:not(:first-of-type),
.timeline-article .content-center:not(:first-of-type) {
  margin-top: 6px;
}

/* line 227, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left.point,
.timeline-article .content-right.point,
.timeline-article .content-center.point {
  padding: 0;
}

/* line 229, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left.point a,
.timeline-article .content-right.point a,
.timeline-article .content-center.point a {
  color: #006BCF;
  display: block;
  padding: 12px;
  padding-right: 36px;
  font-weight: bold;
}

/* line 237, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left.point a p,
.timeline-article .content-right.point a p,
.timeline-article .content-center.point a p {
  font-size: 1.125rem;
  line-height: 1.5;
}

/* line 241, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left.point a .linkMark,
.timeline-article .content-right.point a .linkMark,
.timeline-article .content-center.point a .linkMark {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 248, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-left.point a img:not(.linkMark),
  .timeline-article .content-right.point a img:not(.linkMark),
  .timeline-article .content-center.point a img:not(.linkMark) {
    padding-right: 0;
  }
}

/* line 253, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left.point a:hover,
.timeline-article .content-right.point a:hover,
.timeline-article .content-center.point a:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.8;
}

/* line 257, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left.point a:hover .linkMark,
.timeline-article .content-right.point a:hover .linkMark,
.timeline-article .content-center.point a:hover .linkMark {
  opacity: 1.0;
}

/* line 263, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left img:not(.linkMark),
.timeline-article .content-right img:not(.linkMark),
.timeline-article .content-center img:not(.linkMark) {
  width: 280px;
  height: auto;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  /* line 263, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-left img:not(.linkMark),
  .timeline-article .content-right img:not(.linkMark),
  .timeline-article .content-center img:not(.linkMark) {
    width: 100%;
    padding-right: 24px;
  }
}

/* line 275, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.content-center.point a {
  padding-right: 12px !important;
}

/* line 279, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article p {
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 284, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #006BCF;
}

/* line 292, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left-container {
  float: left;
}

/* line 295, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-right-container {
  float: right;
}

/* line 299, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left {
  margin-right: 60px;
  box-shadow: 2px 2px 3px rgba(0, 0, 51, 0.2);
}

/* line 302, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-left:first-of-type:before {
  content: "arrow_right";
  right: -29px;
  text-shadow: 2px 3px 2px rgba(0, 0, 51, 0.2);
}

/* line 308, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-right {
  margin-left: 60px;
  box-shadow: -2px 2px 3px rgba(0, 0, 51, 0.2);
}

/* line 311, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-right:first-of-type:before {
  content: "arrow_left";
  left: -29px;
  text-shadow: -2px 3px 2px rgba(0, 0, 51, 0.2);
}

/* line 319, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.labelChugai {
  display: block;
  width: 60px;
  background-color: #005EB8;
  padding: 1px 5px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

/* line 331, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.labelRoche {
  display: block;
  width: 72px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #005EB8;
  border: 1px solid #005EB8;
  margin-bottom: 5px;
}

/* line 345, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
body.english.profile.history.age .labelChugai,
body.english.ir.history.age .labelChugai {
  width: 55px;
}

/* line 348, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
body.english.profile.history.age .labelRoche,
body.english.ir.history.age .labelRoche {
  width: 95px;
}

/* line 403, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .meta-date {
  position: absolute;
  top: 1rem;
  left: 50%;
  color: #fff;
  border-radius: 100%;
  z-index: 2;
  width: 11px;
  height: 11px;
  margin-left: -6px;
  background: #FFFFFF;
  border: 2px solid #339EE6;
}

/* line 417, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .meta-date.point {
  width: 13px;
  height: 13px;
  margin-left: -7px;
  background: #006BCF;
  border: none;
  z-index: 3;
}

/* line 434, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .meta-date .milestoneText {
  position: absolute;
  color: #222;
  width: 116px;
  padding: 8px;
  left: -52px;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 25px;
  background-color: #EAF5FC;
  border: 1px solid #339ee6;
}

/* line 448, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-center-container {
  position: relative;
  max-width: 100%;
  width: 100%;
}

/* line 454, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-center {
  box-shadow: -2px 2px 3px rgba(0, 0, 51, 0.2);
  position: relative;
  width: auto;
  background-color: #fff;
  padding: 12px;
  z-index: 3;
  text-align: center;
}

/* line 462, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-center h3 {
  font-size: 1.375rem;
  margin: 0;
}

/* line 466, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-center p {
  padding: 0 68px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  /* line 466, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-center p {
    padding: 0 15px;
  }
}

/* line 473, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-center.point {
  padding: 0;
}

/* line 476, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-center.point a h3 {
  font-size: 1.375rem;
  line-height: 1.8;
  color: #222;
}

/* line 481, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-article .content-center.point a p {
  font-size: 1.125rem;
}

/* line 495, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.mergerBox {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.0;
  color: #fff;
  padding: 10px 0;
  background-color: #005EB8;
}

/*===== 1column left side =====*/
/* line 508, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 {
  padding-top: 20px;
}

/* line 511, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-start,
.conference-timeline.column1 .timeline-end {
  margin: 0;
}

/* line 515, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .conference-center-line {
  margin-left: 0;
  left: 113px;
}

/* line 520, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .meta-date {
  margin-left: 0;
  left: 96px;
}

/* line 523, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .meta-date.point {
  left: 95px;
}

/* line 526, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .meta-date .milestoneText {
  left: -95px;
}

/* line 530, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .timeline-year {
  left: -60px;
}

/* line 534, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .content-left-container,
.conference-timeline.column1 .timeline-article .content-right-container {
  max-width: 100%;
  width: auto;
  float: none;
  margin-left: 110px;
  min-height: 53px;
}

/* line 542, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .content-left-container {
  margin-bottom: 20px;
}

/* line 550, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .content-right {
  margin-left: 25px;
}

/* line 553, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 .timeline-article .content-left:first-of-type:before {
  content: "\f0d9";
  right: auto;
  left: -8px;
}

/* line 558, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.conference-timeline.column1 + .timeline-end {
  margin-left: 75px;
}

/* line 563, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.timeline-start.column1 {
  margin-left: 75px;
  padding-top: 45px;
}

/* line 569, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.eventLinkBlock {
  padding: 25px;
  background-color: #f1f2f4;
}

/* line 572, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.eventLinkBlock .elTitleH4 {
  font-size: 1rem;
}

/* line 575, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.eventLinkBlock ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*===== // Vertical Timeline =====*/
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 768px) {
  /* line 589, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline-wrapper .timeline-start,
  .conference-timeline-wrapper .timeline-end {
    margin: 0;
    padding-left: 30px;
  }
  /* line 595, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline-wrapper .timeline-start {
    padding-top: 25px;
  }
  /* line 599, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline-wrapper .timeline-end {
    padding-bottom: 25px;
    margin-top: 15px;
    margin-left: 0 !important;
  }
  /* line 606, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline .conference-center-line {
    margin-left: 0;
    left: 68px;
  }
  /* line 610, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .meta-date {
    margin-left: -6px;
    left: 57px;
  }
  /* line 613, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .meta-date.point {
    margin-left: -7px;
  }
  /* line 616, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .meta-date .milestoneText {
    padding: 10px 5px;
    width: 75px;
    left: -50px;
  }
  /* line 622, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article {
    margin: 10px 0;
  }
  /* line 625, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 85px;
    min-height: 53px;
    margin-bottom: 5px;
  }
  /* line 634, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-left-container .timeline-year,
  .timeline-article .content-right-container .timeline-year {
    left: -85px;
    right: auto;
  }
  /* line 640, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-left,
  .timeline-article .content-right {
    margin-right: 0;
  }
  /* line 646, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-left {
    box-shadow: -2px 2px 3px rgba(0, 0, 51, 0.2);
  }
  /* line 648, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-left:first-of-type:before {
    content: "arrow_left";
    left: -29px;
    right: auto;
    text-shadow: -2px 3px 2px rgba(0, 0, 51, 0.2);
  }
  /* line 655, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article .content-right {
    margin-left: 0;
  }
  /* line 660, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .content-left-container + .content-right-container .timeline-year {
    display: none;
  }
  /* line 664, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .content-left-container + .content-right-container .content-right:first-of-type::before {
    display: none;
  }
  /* line 673, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline.column1 .conference-center-line {
    margin-left: 0;
    left: 68px !important;
  }
  /* line 677, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline.column1 .timeline-article .meta-date {
    margin-left: -6px;
    left: 57px !important;
  }
  /* line 680, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline.column1 .timeline-article .meta-date.point {
    margin-left: -7px;
  }
  /* line 683, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline.column1 .timeline-article .meta-date .milestoneText {
    padding: 8px 4px;
    width: 75px;
    left: -53px;
  }
  /* line 689, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline.column1 .timeline-year {
    right: auto;
  }
  /* line 696, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .conference-timeline.column1 .content-right-container {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 400px) {
  /* line 703, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article p {
    margin: 0;
    line-height: 1.5;
  }
  /* line 707, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .timeline-article p span.article-number {
    display: none;
  }
}

/*===== // Resonsive Vertical Timeline =====*/
/* line 719, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 719, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .pc {
    display: none !important;
  }
}

/* line 726, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* line 726, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_age.scss */
  .sp {
    display: block !important;
  }
}

/* 詳細ページ専用
==================================================*/
/* ロゴの歴史ページ専用
==================================================*/
/* line 4, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .frameTypeC.frame {
  padding: 60px 30px;
}

/* line 6, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .frameTypeC.frame:not(:first-of-type) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  /* line 4, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
  body.history.origin .frameTypeC.frame {
    padding: 50px 25px 40px;
  }
}

/* line 13, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .imgBlock.column {
  align-items: center;
}

/* line 15, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .imgBlock.column .imgContent {
  padding-right: 0;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  /* line 15, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
  body.history.origin .imgBlock.column .imgContent {
    margin: 0;
  }
}

/* line 22, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .imgBlock.column .imgContent .imgBox img {
  width: 290px;
}

@media screen and (max-width: 768px) {
  /* line 22, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
  body.history.origin .imgBlock.column .imgContent .imgBox img {
    width: 100%;
  }
}

/* line 30, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .imgBlock.column .textContent {
  -ms-flex-item-align: start;
  align-self: self-start;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  /* line 30, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
  body.history.origin .imgBlock.column .textContent {
    margin-top: 50px;
  }
}

/* line 37, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .imgBlock.column .textContent h3 {
  margin: 0;
  line-height: 1.0;
  font-size: 1.375rem;
}

/* line 41, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .imgBlock.column .textContent h3 span {
  font-size: 1.125rem;
}

/* line 47, /Users/kruhara/Documents/workspace/git_workspace/git_dev.cskcrp/profile/history/css/scss/_origin.scss */
body.history.origin .lowerTriangle {
  margin: 20px auto;
  width: 30px;
  display: block;
}

/* Englishページ調整用
==================================================*/

/*# sourceMappingURL=../history.map */