  /* -- History ACCORDION
--------------------------------------------- */
.js-accordion_history {
  position: relative;
  overflow: hidden;
}

.js-accordion_history:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.8))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  opacity: 1;
  pointer-events: none;
}

.js-accordion_history.is-active:after {
  opacity: 0;
}

.c-title1.history__blue{
  padding: 15px 30px;
  font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    background-color: #007ac5;
    margin-bottom: 40px;

}



  /* -- vaccine
--------------------------------------------- */
#vaccine .c-cards__image{
 display:flex;
 height:240px;
 width:100%;
 background:#fff;
 align-items: center;
 justify-content: center;
 border-top: 1px solid #c9c7c7;
 border-left: 1px solid #c9c7c7;
 border-right: 1px solid #c9c7c7;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

#vaccine .c-cards__image > div{
 font-size: 26px;
 font-weight: bold;
}

#vaccine .c-cards__item{
 display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #dcebf5;
}

#vaccine .c-cards__content_out p{
 margin-bottom:10px;
}

#vaccine .c-cards__content_out a:hover{
 color: #007ac5;
}

 /* -- HISTORY
--------------------------------------------- */
.p-history-section{
 padding-bottom: 45px;
}
.p-history-nav{
 margin:40px auto;
 
}
.p-history-nav-inner{
  /* border: 1px solid #5e5e5e; */
  font-size: 16px;
  padding: 0;
}
.p-history-nav ul {

  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.p-history-nav ul li {
 max-width: 200px;
 width: 100%;
 background:#eef2f5;
 box-sizing:border-box;
 margin: 2px;
}



.p-history-nav ul li:last-child {
  margin-right: 0;
}

.p-history-nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.p-history-nav ul li a:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 15px;
  min-width: 15px;
  height: 10px;
  background-image: url("/assets/img/common/icon_btn_arrow5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-history-nav ul li a:hover {
  text-decoration: underline;
}



.p-history-slide .swiper-container.is-active {
  margin: 0 auto;
  width: calc(100% - 120px);
}

.p-history-slide .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-history-slide .swiper-slide {
  width: 21.66%;
}

.p-history-slide .swiper-pagination-bullets {
  bottom: -25px;
  left: 0;
  width: 100%;
}

.p-history-slide .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 4px;
}

.p-history-slide .swiper-button-prev,
.p-history-slide .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: none;
  background-color: #007ac5;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
}

.p-history-slide .swiper-button-prev:focus,
.p-history-slide .swiper-button-next:focus {
  outline: none;
}

.p-history-slide .swiper-button-prev:hover,
.p-history-slide .swiper-button-next:hover {
  opacity: 0.7;
}

.p-history-slide .swiper-button-prev {
  left: 0px;
}

.p-history-slide .swiper-button-next {
  right: 0px;
}

.p-history-slide .swiper-button-prev:after,
.p-history-slide .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.p-history-slide .swiper-button-prev:after {
  border-right: 7px solid #fff;
}

.p-history-slide .swiper-button-next:after {
  border-left: 7px solid #fff;
}

.p-history-slide .swiper-pagination-bullet-active {
  background: #007ac5;
}

.p-history__chronology {
  font-size: 18px;
}

.p-history__container {
  margin-top: 20px;
}

.p-history__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
}

.p-history__block {
  padding: 20px;
}

.p-history__block:nth-child(even) {
  background-color: #fafafa;
}

.p-history__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
  width: 200px;
}

.p-history__inner {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-history__list {
  margin-top: 20px;
}

.p-history__list li {
  margin-bottom: 15px;
  line-height: 1.5;
}


.p-history-pickup__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-history-pickup__list li {
  margin-bottom: 4.76%;
  width: 32%;
  background-color: #f5f5f5;
  
}

.p-history-pickup__list:after{
 display: block;
 content:"";
 width: 32%;
}

.p-history__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  position:relative;
}

.p-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
}

.p-history-pickup__text{
 line-height:1.8;
 padding:20px;
}
.p-history__button {
  
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  position:absolute;
  bottom:0;
  
}

.p-history__button a {
  font-size: 18px;
  display:inline-block;
  position:absolute;
  bottom:0;
  right:0;
  width: auto;
  color:#fff;
  color:#db0e0e;
  padding: 10px;
}



.p-history__button.c-btn3 a,
.p-history__button.c-btn3 a:hover, 
.p-history__button.c-btn3 a:focus{
 background:none;
}
.p-history__button.c-btn3 a:before{
  content:none;
}

.p-history-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 170px 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
}

.p-history-modal *:not(a):focus {
  outline: none;
}

.p-history-modal.is-active {
  display: block;
}

.p-history-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.p-history-modal__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px 30px 30px;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
}

.p-history-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 44px;
  z-index: 2;
  transform: scale(0.8);
}
@media screen and (max-width: 768px){
 .p-history-modal__close {
 transform: scale(1);
 
 }

}

.p-history-modal__head{
 display:flex;
}
.p-history-modal__image img{
 width:auto;
}

.p-history-modal__text{
 padding: 0 30px;
 line-height: 1.2;
}

.p-history-box__grid{
 background-color: #eef2f5;
 padding:20px;
}


 .p-officer-modal__history {
    padding-top: 20px;
  }
  .p-officer-modal__history dl {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .p-officer-modal__history dt,
  .p-officer-modal__history dd {
    width: 100%;
  }
  .p-officer-modal__history dt {
    margin-bottom: 5px;
  }
  
  .p-history__content--icon{
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 10px;
    left: 10px;
    
    padding: 5px 10px;
    border-radius: 30px;
  }
  .p-history__icon--transportation{
   background: #007ac5;
  }
  .p-history__icon--realestate{
   background: #e03700;
  }
  .p-history__icon--hotelleisure{
   background: #3a1904;
  }
  .p-history__icon--sports{
   background: #163494
  }
  
  
  /* -- HISTORY SP
--------------------------------------------- */
  .p-history__chronology {
    font-size: 16px;
  }
  .p-history__wrap {
    display: block;
    position: relative;
    margin-top: 20px;
  }
  .p-history__image {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  .p-history__inner {
    margin-top: 20px;
  }
  .p-history__list li {
    font-size: 14px;
    
  }
  
  
@media screen and (max-width: 768px){

   .p-history-slide .swiper-container {
    padding-bottom: 20px;
  }
  .p-history-slide .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-history-slide .swiper-slide {
    width: 100%;
    margin-bottom: 0;
  }
  .p-history-slide .swiper-pagination {
    bottom: 0;
  }
  .p-history-slide .swiper-button-prev,
  .p-history-slide .swiper-button-next {
    display: none;
  }
  
  
  .p-sustainability-box__grid-images{
    margin:0 0 10px;
  }
  
 .p-history-nav ul li {
 max-width: initial;
 width: 100%;

 }

 .p-history-pickup__list li{
   width:49%;
 
 }
 .p-history-pickup__text {
     padding: 16px;
 }

 .p-history-modal{
 padding: 20px;
 
 
 }
 .p-history-modal__head{
  display:block;
 }
 .p-history-modal__close {
    top: 15px;
    right: 20px;
    width: 24px;
 }
 .p-history-modal__inner {
    padding: 40px 20px;
 }
 .p-history-modal__image{
  text-align:center;
 }
 .p-history-modal__text {
    padding:30px 0 ;
  }
}

.p-history__pdf__title {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color:#fff;
    background-color: #007ac5;
    margin-bottom:40px;
}

.p-history__pdf{
 display:flex;
 padding: 0 30px 15px
}

@media screen and (max-width: 768px){
  .p-history__pdf{
   padding: 0 15px 15px
  }

}

.p-history__pdf div:first-child{
 max-width:100%;
 width:auto;
 
}
.p-history__pdf div:last-child{
 padding-left:20px;
 
}
.p-history__pdf div:last-child a{
 line-hight:1.4;
 
}


.p-history__text {
    height: auto;
    margin: 10px auto 0;
    display: block;
}
.p-history__text a{
  padding:0;
  
}

@media screen and (max-width: 768px){
  .p-history__text a{
    font-size:14px;
    
  }


}
