/* Page Banner */
section {
  border-bottom: none;
}

.mt-4 {
  margin-top: 24px;
}

.mt-5 {
  margin-top: 48px;
}

.mb-5 {
  margin-bottom: 48px;
}

#Page_Banner {
  background-image: url(../images/vca_service_actionlearning/banner.jpg);
}

.page-title {
  padding-bottom: 20px !important;
  margin-left: 10px;
  margin-right: 10px;
}

h1 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}

h1 span {
  letter-spacing: 0.1cm;
  color: unset;
}

h2 {
  font-size: 24px;
  color: #0D5A7B;
  margin-bottom: 48px;
}

h2 span {
  font-size: 24px;
  color: #414141 !important;
  font-weight: 100;
}

p {
  font-size: 16px;
  color: #000;
}

/* section-1 */
#section-1 .box {
  border-radius: 10px;
  background-color: #F5E8E8;
}

#section-1 .box .header {
  font-size: 24px;
  color: #414141;
  padding: 30px 10px;
  font-weight: bold;
}

#section-1 .box .body {
  font-size: 18px;
  color: #fff;
  background-color: #912E31;
  padding: 30px 10px;
  font-weight: bold;
  height: 114px;
}

#section-1 .box .footer {
  font-size: 18px;
  color: #414141;
  padding: 20px 10px;
  font-weight: bold;
  height: 94px;
}

#section-1 .text-1 {
  height: 300px;
  background-image: url(../images/vca_service_actionlearning/text-1.png);
  background-position: center;
  background-repeat: no-repeat;
}

.img-s {
  display: none !important;
}

#section-1 h3 {
  font-size: 24px;
  color: #414141;
  font-weight: bold;
  margin-top: 60px;
}

#section-1 .p1 {
  font-size: 18px;
  color: #313131;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

#section-1 .p1 b {
  color: #C6272B;
}

#section-1 .p1 span {
  color: #C6272B;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .mb-0 {
    margin-bottom: 0;
  }

  #section-1 .text-1 {
    height: 200px;
    background-image: url(../images/vca_service_actionlearning/text-1-s.png);
  }

  .img-b {
    display: none !important;
  }

  .img-s {
    display: unset !important;
  }
}

/* section-2 */
#section-2 {
  background-color: #F5F5F5;
}

#section-2 .text-2 {
  height: 200px;
  background-image: url(../images/vca_service_actionlearning/text-2.png);
  background-position: center;
  background-repeat: no-repeat;
}

#section-2 h3 {
  margin-bottom: 10px;
}

#section-2 .p1 {
  font-size: 18px;
  color: #313131;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

#section-2 .box {
  background-color: #F5E8E8;
  padding: 10px;
  height: 334px;
}

#section-2 h4 {
  font-size: 18px;
  color: #950A0E;
  font-weight: bold;
}

#section-2 .box ul {
  margin-left: 10px;
  padding-left: 0;
  list-style-type: '・';
  font-size: 18px;
  color: #313131;
}

@media only screen and (min-width: 992px) {

  #section-2 .box {
    height: 357px;
  }
}

@media only screen and (max-width: 768px) {
  #section-2 .text-2 {
    height: 200px;
    background-image: url(../images/vca_service_actionlearning/text-2-s.png);
    background-size: contain;
  }

  #section-2 .img-3 {
    width: 100%;
    height: auto;
  }

  #section-2 .box {
    height: unset;
  }
}

/* section-3 */
#section-3 {
  background-color: #950A0E;
  color: #fff;
}

#section-3 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}

#section-3 p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

/* section-4 */
#section-4 .box {
  background-color: #F5E8E8;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  #section-4 .mt-4 {
    margin-top: 0;
  }

  #section-4 div.row>div {
    margin-bottom: 20px;
  }
}

/* section-5 */
#section-5 {
  background-image: url(../images/vca_service_actionlearning/bg.jpg);
  background-attachment: scroll;
}

#section-5 p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

#section-5 .btn-danger {
  background-color: #C1121F;
  border: none;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-left: 60px;
  padding-right: 60px;
}