/* 20241030 */
.warranty .l-mainContent-main .container {
  max-width: 876px;
}
.terms-of-use .l-mainContent-main .container {
  max-width: 876px;
}
.privacy .l-mainContent-main .container {
  max-width: 876px;
}
.cookie .l-mainContent-main .container {
  max-width: 876px;
}
.accessibility .l-mainContent-main .container {
  max-width: 876px;
}
.anti-slavery-policy .l-mainContent-main .container {
  max-width: 876px;
}
.news .l-mainContent-main .container {
  max-width: 876px;
}

/* SO-3635 GS_Historyページのテンプレート化 */
.history-header {
  background: #000040;
  padding-top: 80px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .history-header {
    padding-top: 40px;
  }
}
.history-lead {
  width: 100%;
  max-width: 884px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .history-lead {
    margin-bottom: 0;
  }
}
.history-lead-title {
  margin-bottom: 26px;
  text-align: center;
  font-size: 36px;
  display: none;
}
@media (max-width: 768px) {
  .history-lead-title {
    margin-bottom: 13px;
    font-size: 26px;
  }
}
.history-header p {
  text-align: center;
  font-size: 1rem;
}
.history-nav {
  background: #000040;
  margin: 0;
  padding: 0 0 0 300px;
  display: flex;
}
@media (max-width: 1920px) {
  .history-nav {
    padding-left: calc(300vw * 100 / 1920);
  }
}
@media (max-width: 768px) {
  .history-nav {
    display: none;
  }
}
.history-nav li {
  width: 100%;
  max-width: 150px;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 1rem;
}
.history-nav li a {
  border-right: 1px solid rgba(255,255,255,.2);
  padding: 17px 0;
  text-decoration: none;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-nav li a.is-active {
  background: #FFFFFF;
  color: #000040;
}
.l-globalHeader-wrapper .history-nav {
  display: none;
}
.l-globalHeader-wrapper .history-nav.show {
  display: flex;
}  
.history-nav-sp {
  background: #000040;
  padding: 15px 20px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .history-nav-sp {
    display: block;
  }
}
.history-nav-sp:after {
  content: '';
  position: absolute;
  top: 32px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000040;
  border-bottom: 2px solid #000040;
  transform: rotate(45deg);
}
.history-nav-sp select {
  width: 100%;
  background: #FFFFFF;
  border: none;
  padding: 17px 30px;
  line-height: 1;
  font-size: 16px;
  color: #000040;
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden;
}
.l-globalHeader-wrapper .history-nav-sp {
  display: none;
}
.l-globalHeader-wrapper .history-nav-sp.show {
  display: block;
}  
.history-year {
  margin: 0 20px;
  padding: 80px 0 100px;
}
@media (max-width: 1080px) {
  .history-year {
	padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .history-year {
	padding-top: 50px;
  }
}
.history-year-title {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 60px;
  color: #000040;
}
@media (max-width: 768px) {
  .history-year-title {
    font-size: 48px;
  }
}
.history-year-text {
  width: 100%;
  max-width: 844px;
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 0 16px;
  text-align: center;
  font-size: 18px;
  color: #000040;
}
@media (max-width: 768px) {
  .history-year-text {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .history-year-text br {
    display: none;
  }
}
.history-items {
  flex: 1;
}
.history-item {
  display: flex;
}
@media (max-width: 1080px) {
  .history-item {
    display: block;
  }
}
@media (max-width: 768px) {
  .history-item {
    margin-bottom: 40px;
  }
}
.history-item:last-child .history-item-year:after {
  display: none;
}
.history-item-year {
  min-width: 300px;
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1920px) {
  .history-item-year {
    min-width: calc(300vw * 100 / 1920);
    font-size: calc(48vw * 100 / 1920);
  }
}
@media (max-width: 1080px) {
  .history-item-year {
    min-width: inherit;
    margin: 0 20px;
    padding: 60px 0 70px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .history-item-year {
    /*border-top: 1px solid #CCCCCC;*/
    padding: 30px 0 40px;
    font-size: 30px;
  }
}
.history-item-year:after {
  content: '';
  width: 1px;
  height: 200px;
  background: #000040;
  position: absolute;
  left: 50%;
  bottom: -100px;
}
@media (max-width: 1920px) {
  .history-item-year:after {
    height: calc(200vw * 100 / 1920);
    bottom: calc(-100vw * 100 / 1920);
  }
}
@media (max-width: 1080px) {
  .history-item-year:after {
    display: none;
  }
}
.history-item-blocks {
  display: flex;
}
@media (max-width: 768px) {
  .history-item-blocks {
    display: block;
  }
}
.history-item-two-image {
  margin: 60px 30px;
}
@media (max-width: 768px) {
  .history-item-two-image {
    margin: 0;
  }
}
.history-item-img {
  width: 50%;
  background: linear-gradient(to right,  #ffffff 0%,#f2f2f2 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 768px) {
  .history-item-img {
    width: 100%;
  }
}
.history-item-block {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .history-item-block {
    width: 100%;
    display: block;
  }
}
.history-item-only-text {
  display: block;
}
.history-item-inner {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .history-item-inner {
    padding: 20px 20px 0;
  }
}
.history-item-img.reverse {
  background: linear-gradient(to right,  #f2f2f2 40%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  order: 1;
}
.history-item.line-none .history-item-year:after {
  display: none;
}
.history-item.year-none .history-item-year {
  border: none;
  padding: 0;
}
.history-column-block {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .history-column-block {
    width: 100%;
    padding: 0 20px;
  }
}
.history-column-img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .history-column-img {
    margin-left: -20px;
    margin-right: -20px;
  }
}  
.history-link {
  margin: 100px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .history-link {
    margin: 50px 0;
  }
}
.history-link li {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
.history-only-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.history-text {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
  transform: translateY(150px);
}
.history-text-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.history-item .btn-outline-primary[target=_blank] {
  position: relative;
}
.history-item .btn-outline-primary[target=_blank]:after {
  content: "\F08E";
  line-height: 1;
  font-family: "icon";
  position: absolute;
  top: 5px;
  right: 5px;
}
