@charset "utf-8";

/* G-MEA LP CSS 20220204 */

section#contents {
  background: #b7c8d6;
  color: #00234a;
  font-family: "urw-din",sans-serif;
}
.slick-dots {
  visibility: hidden !important;
}
.ke-gray {
  background: url(/g-mea/resources/images/ad/cxta/img-heroimage-01.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.bg-w {
  background: #fff;
  padding: 30px 0;
}
.row {
  box-sizing: border-box;
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 80px 50px 56px;
  width: 100%;
}
.row-full{
  box-sizing: border-box;
  max-width: 1920px !important;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 24px 0 0;
  width: 100%;
}
.h-g {
  color: #00234a;
  font-weight: thin;
}
#bg-fff {
  background: #fff;
}
.bg-fff {
  background: #fff;
  padding-top: 50px;
  width: 100%;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 62px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-100 {
  padding-bottom: 96px !important;
}
.pb-120 {
  padding-bottom: 116px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
h2.ke-pr,
h2.ke-pr-1 {
  _display: inline-block;
  position: relative;
  margin-top: 40px;
  font-size: 45px;
  font-weight: bolder;
}

h2.ke-pr:before, h2.ke-pr-1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #00234a; /*下線の色*/
}
.green-border {
  border-bottom: 1px solid #ddd;
  font-weight: bolder;
}
.component-visual .visual-item{
  min-height: auto;
}

@media screen and (max-width:768px) {
  .component-visual .visual-item img{
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width:580px) {
  .row {
    padding: 0 0 30px 0 !important;
  }
  .sp-mb-0  {
    margin-bottom: 0 !important;
  }
  .sp-pb-0  {
    padding-bottom: 0 !important;
  }
  .sp-pb-12  {
    padding-bottom: 12px !important;
  }
  .sp-pb-20  {
    padding-bottom: 20px !important;
  }
  .sp-pb-30  {
    padding-bottom: 30px !important;
  }
  .sp-pb-40  {
    padding-bottom: 40px !important;
  }
  .sp-pb-50 {
    padding-top: 50px !important;
  }
  .sp-pt-0 {
    padding-top: 0 !important;    
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pr-0 {
    padding-right: 0 !important;
  }
  .sp-pr-6 {
    padding-right: 6px !important;
  }
  .sp-pr-12 {
    padding-right: 12px !important;
  }
  .sp-pl-6 {
    padding-left: 6px !important;
  }
  .sp-pl-14 {
    padding-left: 14px !important;
  }
  .ke-pr-1 img {
    width: 50% !important;
  }
  .sp-fs-12 {
    font-size: 90% !important;
  }
  .sp-fs-13 {
    font-size: 110% !important;
  }
  .sp-img-80 {
    width: 80% !important;
  }
}