@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
html {
  scroll-behavior: smooth; }

body,
td,
th {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px; }

body {
  padding-top: 5rem;
  padding-bottom: 3rem; }

#home {
  background-color: #f2f2f2; }

.navbar {
  height: 100px; }
  .navbar .nav-item {
    padding-right: 50px; }
    .navbar .nav-item a {
      font-size: 18px;
      color: #000; }
    .navbar .nav-item:nth-child(1) {
      padding-left: 50px; }

#secondarynavigation {
  top: 100px;
  height: 60px;
  border-top: 1px solid #666;
  background-color: #fff; }
  #secondarynavigation .nav-item {
    padding: 5px 25px; }
    #secondarynavigation .nav-item a {
      font-size: 18px;
      color: #000; }

/* Scss Document */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10; }

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem; }

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4; }

  .featurette-heading {
    font-size: 50px; } }
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem; } }
#mission {
  padding: 60px 0px; }
  #mission h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 5.25px;
    color: #1FB4EE;
    opacity: 1; }
  #mission hr {
    width: 90%;
    align-content: center;
    border: none;
    border-bottom: 5px solid #ABCD03; }

#services,
#company {
  padding-bottom: 25px; }
  #services h2,
  #company h2 {
    font-weight: 400;
    font-size: 35px; }
    #services h2 small,
    #company h2 small {
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      padding: 15px 0px 0px 20px; }
  #services p,
  #company p {
    font-size: 16px;
    font-weight: 300; }
  #services .card h5,
  #company .card h5 {
    font-size: 24px;
    font-weight: 700; }
  #services .card .blue,
  #company .card .blue {
    color: #1fb4ee; }
  #services .card .indigo,
  #company .card .indigo {
    color: #5672b5; }
  #services .card .green,
  #company .card .green {
    color: #53a421; }
  #services .card .orange,
  #company .card .orange {
    color: #f38200; }
  #services .card .pink,
  #company .card .pink {
    color: #e2669f; }
  #services .bluebtn,
  #company .bluebtn {
    text-align: center;
    padding: 40px 0px; }
    #services .bluebtn .btn,
    #company .bluebtn .btn {
      background: #1FB4EE 0% 0% no-repeat padding-box;
      border-radius: 25px;
      opacity: 1;
      width: 230px;
      height: 50px;
      padding: 12px;
      color: #fff;
      margin: 0 auto; }

#news {
  padding-bottom: 50px; }
  #news h2 {
    font-weight: 400;
    font-size: 35px; }
    #news h2 small {
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      padding: 15px 0px 0px 20px; }
  #news p {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 300; }
  #news span {
    font-size: 14px;
    font-weight: 300;
    color: #707070; }
  #news .newsbtn {
    text-align: center;
    padding: 20px 0px; }
    #news .newsbtn .btn {
      background: #ABCD03 0% 0% no-repeat padding-box;
      border-radius: 25px;
      opacity: 1;
      width: 230px;
      height: 50px;
      padding: 12px;
      color: #fff;
      margin: 0 auto; }

#information {
  background-color: #EBF9FF; }
  #information h2 {
    font-weight: 400;
    font-size: 35px; }
    #information h2 small {
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      padding: 15px 0px 0px 20px; }
  #information p {
    font-size: 16px;
    font-weight: 300; }
  #information .infoimagecontainer {
    width: 100%;
    position: relative;
    padding: 100px 0px; }
    #information .infoimagecontainer .imginfo {
      position: absolute;
      right: 0;
      bottom: 0; }
    #information .infoimagecontainer .orangebtn {
      text-align: center;
      padding: 20px 0px; }
      #information .infoimagecontainer .orangebtn .btn {
        background: #F38200 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        width: 230px;
        height: 50px;
        padding: 12px;
        color: #fff;
        margin: 0 auto; }

#partners {
  padding: 50px 0px;
  background-color: #fff; }
  #partners h2 {
    font-weight: 400;
    font-size: 35px; }
    #partners h2 small {
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      padding: 15px 0px 0px 20px; }
  #partners p {
    font-size: 16px;
    font-weight: 300; }
  #partners .partners-logos h3 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.1em;
    margin: 30px 0 10px; }
  #partners .partners-logos h3 span {
    background: #fff;
    padding: 0px 10px 0px 0px; }
  #partners .partners-logos ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #partners .partners-logos ul li {
      display: inline; }
      #partners .partners-logos ul li img {
        padding: 15px 30px 15px 0px; }

#footerlinks {
  padding: 50px 0px;
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }
  #footerlinks .container p {
    font-size: 16px;
    font-weight: 500; }
  #footerlinks .container ul {
    float: left;
    width: 20%;
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 5px; }
    #footerlinks .container ul p a {
      text-decoration: none;
      color: #000; }
    #footerlinks .container ul li {
      line-height: 40px; }
      #footerlinks .container ul li a {
        text-decoration: none;
        color: #000; }

footer {
  padding-top: 40px;
  background-color: #fff;
  text-align: center; }
  footer img {
    margin-bottom: 24px; }
  footer p {
    font-size: 14px;
    font-weight: 300; }

#companyPage {
  padding-top: 5rem;
  background-color: #f2f2f2; }
  #companyPage #comapany {
    padding: 50px 0px 40px;
    text-align: center; }
    #companyPage #comapany #hopes p.sectionTitle {
      background: #f2f2f2;
      text-align: left;
      padding: 20px 0px 50px 110px;
      color: #1fb4ee;
      font-size: 24px; }
      #companyPage #comapany #hopes p.sectionTitle small {
        color: #000;
        font-size: 12px;
        position: absolute;
        padding: 10px 0px 0px 10px; }
    #companyPage #comapany #hopes hr.titleLine {
      width: 50%;
      text-align: left;
      margin-left: -450px;
      margin-top: -85px; }
    #companyPage #comapany #hopes h2 {
      font-size: 70px;
      letter-spacing: 0px !important;
      font-weight: 700;
      padding-top: 50px;
      color: #1fb4ee; }
    #companyPage #comapany #hopes h3 {
      font-size: 35px;
      letter-spacing: 0px !important;
      font-weight: 700;
      color: #1fb4ee;
      padding: 20px 0px; }
    #companyPage #comapany #hopes ul {
      padding-top: 40px;
      text-align: left;
      width: 70%;
      margin: 0 auto;
      font-size: 24px;
      letter-spacing: 0px !important;
      font-weight: 500;
      list-style: none; }
      #companyPage #comapany #hopes ul li {
        margin-bottom: 40px; }
        #companyPage #comapany #hopes ul li span {
          background-color: #fff;
          padding: 2px; }
          #companyPage #comapany #hopes ul li span:last-child {
            margin-left: 48px; }
      #companyPage #comapany #hopes ul li:before {
        content: "一．"; }
    #companyPage #comapany #hopes .TAC {
      padding: 40px 0px;
      color: #000;
      font-size: 16px; }
      #companyPage #comapany #hopes .TAC span {
        font-size: 24px;
        display: inline-block;
        padding: 20px 0px; }
    #companyPage #comapany #hopes hr.GreenLine {
      width: 90%;
      align-content: center;
      border: none;
      border-bottom: 5px solid #ABCD03;
      margin-top: -15px;
      margin-bottom: 50px; }
    #companyPage #comapany #hopes .blueBox {
      padding: 30px;
      border-radius: 100px;
      background-color: #1FB4EE; }
      #companyPage #comapany #hopes .blueBox h4 {
        color: #fff60f;
        font-size: 24px;
        font-weight: 500; }
      #companyPage #comapany #hopes .blueBox p {
        font-size: 14px;
        font-weight: 400; }
  #companyPage #messages {
    background-color: #fff;
    padding: 60px 0px 40px; }
    #companyPage #messages p.sectionTitle {
      text-align: left;
      padding: 20px 0px 50px 110px;
      color: #1fb4ee;
      font-size: 24px; }
      #companyPage #messages p.sectionTitle small {
        color: #000;
        font-size: 12px;
        position: absolute;
        padding: 10px 0px 0px 10px; }
    #companyPage #messages hr.titleLine {
      width: 50%;
      text-align: left;
      margin-left: -450px;
      margin-top: -85px; }
    #companyPage #messages h3 {
      color: #1fb4ee;
      font-weight: 500;
      line-height: 50px;
      padding: 30px 0px; }
    #companyPage #messages p.greytext {
      font-size: 15px;
      color: #707070;
      line-height: 30px;
      letter-spacing: 0px; }
      #companyPage #messages p.greytext span {
        display: inline-block;
        position: absolute;
        right: 5%;
        bottom: 0;
        color: #000;
        font-size: 16px;
        padding: 10px 0px; }
        #companyPage #messages p.greytext span img {
          margin: -15px 5px 0px 5px; }
  #companyPage #weare {
    background-color: #fff;
    padding: 60px 0px 40px; }
    #companyPage #weare p.sectionTitle {
      text-align: left;
      padding: 20px 0px 50px 110px;
      color: #f38200;
      font-size: 24px; }
      #companyPage #weare p.sectionTitle small {
        color: #000;
        font-size: 12px;
        position: absolute;
        padding: 10px 0px 0px 10px; }
    #companyPage #weare hr.titleLine {
      width: 50%;
      text-align: left;
      margin-left: -450px;
      margin-top: -85px; }
    #companyPage #weare h3 {
      color: #f38200;
      font-weight: 500;
      line-height: 50px;
      padding: 30px 0px; }
    #companyPage #weare .strippedOrange {
      background-image: url("../images/pattern-001.png"); }
      #companyPage #weare .strippedOrange .col-sm-6:nth-child(odd) {
        margin-left: 10px; }
      #companyPage #weare .strippedOrange .col-sm-6:nth-child(even) {
        margin-left: -10px; }
      #companyPage #weare .strippedOrange:last-child {
        width: 53%; }
        #companyPage #weare .strippedOrange:last-child .col-sm-12 {
          margin-left: 4px; }
          #companyPage #weare .strippedOrange:last-child .col-sm-12 .weareBox {
            width: 95%; }
    #companyPage #weare .weareBox {
      position: relative;
      background-color: #fff;
      padding: 20px 20px 20px 170px;
      border-radius: 0px 0px 50px 50px;
      width: 98%;
      margin: 0 auto;
      margin-bottom: 20px; }
      #companyPage #weare .weareBox img {
        position: absolute;
        left: 0;
        bottom: -20px; }
      #companyPage #weare .weareBox h4 {
        font-weight: 100;
        font-size: 30px;
        padding: 20px 0px 10px;
        letter-spacing: 0px; }
      #companyPage #weare .weareBox p {
        color: #f38200;
        font-weight: 400;
        font-size: 15px;
        border-bottom: 1px dashed #f38200;
        line-height: 30px;
        padding-bottom: 10px; }
      #companyPage #weare .weareBox span {
        color: #000;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0px; }
  #companyPage #aboutCompany {
    background-color: #f2f2f2;
    padding: 60px 0px 40px; }
    #companyPage #aboutCompany p.sectionTitle {
      text-align: left;
      padding: 20px 0px 50px 110px;
      color: #1FB4EE;
      font-size: 24px; }
      #companyPage #aboutCompany p.sectionTitle small {
        color: #000;
        font-size: 12px;
        position: absolute;
        padding: 10px 0px 0px 10px; }
    #companyPage #aboutCompany hr.titleLine {
      width: 50%;
      text-align: left;
      margin-left: -450px;
      margin-top: -85px; }
    #companyPage #aboutCompany .justify-content-center .col-4 {
      border-top: 1px solid #707070;
      padding: 20px 0px 20px 150px;
      font-size: 20px; }
    #companyPage #aboutCompany .justify-content-center .col-8 {
      border-top: 1px solid #707070;
      padding: 20px 0px;
      font-size: 20px; }
    #companyPage #aboutCompany .mapContainer {
      padding: 50px 0px 80px;
      border-top: 1px solid #707070; }
  #companyPage .anchor {
    position: absolute;
    top: -180px; }

#servicePage {
  padding-top: 5rem;
  background-color: #f2f2f2; }
  #servicePage #serviceContents {
    padding-top: 50px; }
  #servicePage #forBusiness {
    padding-top: 0px; }
    #servicePage #forBusiness p.sectionTitle {
      background: #f2f2f2;
      text-align: left;
      padding: 20px 0px 30px 110px;
      color: #53A421;
      font-size: 24px; }
      #servicePage #forBusiness p.sectionTitle small {
        color: #000;
        font-size: 12px;
        position: absolute;
        padding: 10px 0px 0px 10px; }
      #servicePage #forBusiness p.sectionTitle img {
        position: absolute;
        right: -50px;
        top: 100; }
    #servicePage #forBusiness hr.titleLine {
      width: 50%;
      text-align: left;
      margin-left: -450px;
      margin-top: -65px;
      padding-bottom: 60px; }
    #servicePage #forBusiness h2 {
      font-size: 80px;
      letter-spacing: 0px !important;
      font-weight: 700;
      padding-top: 50px;
      color: #1fb4ee; }
    #servicePage #forBusiness .justify-content-center {
      padding: 20px 0px; }
      #servicePage #forBusiness .justify-content-center .business:first-child {
        padding: 00px 250px 50px 0px; }
        #servicePage #forBusiness .justify-content-center .business:first-child img {
          position: absolute;
          right: 0;
          top: -40px; }
      #servicePage #forBusiness .justify-content-center .business:nth-child(2) {
        padding: 50px 0px 50px 235px;
        margin-top: 30px; }
        #servicePage #forBusiness .justify-content-center .business:nth-child(2) img {
          position: absolute;
          left: 0px;
          top: -20px; }
        #servicePage #forBusiness .justify-content-center .business:nth-child(2) .imgFloat-001 {
          position: absolute;
          left: -250px;
          top: 30px; }
      #servicePage #forBusiness .justify-content-center .business:nth-child(3) {
        padding: 90px 225px 20px 0px;
        margin-top: 50px; }
        #servicePage #forBusiness .justify-content-center .business:nth-child(3) img {
          position: absolute;
          right: 0px;
          top: 0px; }
        #servicePage #forBusiness .justify-content-center .business:nth-child(3) .imgFloat-002 {
          position: absolute;
          right: -220px;
          top: 220px; }
      #servicePage #forBusiness .justify-content-center .business:nth-child(4) {
        padding: 90px 0px 20px 250px;
        margin-top: 50px; }
        #servicePage #forBusiness .justify-content-center .business:nth-child(4) img {
          position: absolute;
          left: 0px;
          top: 0px; }
        #servicePage #forBusiness .justify-content-center .business:nth-child(4) .imgFloat-003 {
          position: absolute;
          left: -300px;
          top: 200px; }
      #servicePage #forBusiness .justify-content-center .business:nth-child(5) {
        padding: 90px 250px 150px 0px;
        margin-top: 50px; }
        #servicePage #forBusiness .justify-content-center .business:nth-child(5) img {
          position: absolute;
          right: 0px;
          top: 0px; }
    #servicePage #forBusiness h3 {
      font-size: 30px;
      letter-spacing: 0px !important;
      font-weight: 700;
      color: #53A421;
      padding: 20px 0px; }
  #servicePage #consulting10 p.sectionTitle {
    background: #f2f2f2 url("../images/services_divider-001.png") no-repeat;
    background-position: 300px 40px;
    text-align: left;
    padding: 20px 0px 50px 110px;
    color: #53A421;
    font-size: 30px;
    font-weight: 300; }
  #servicePage #consulting10 hr.titleLine {
    width: 50%;
    text-align: left;
    margin-left: -450px;
    margin-top: -85px;
    padding-bottom: 20px; }
  #servicePage #consulting10 .justify-content-center {
    padding: 20px 0px; }
    #servicePage #consulting10 .justify-content-center .numberingPoints {
      background: #fff;
      border-radius: 75px;
      padding: 50px 100px 50px 130px;
      margin-bottom: 200px; }
      #servicePage #consulting10 .justify-content-center .numberingPoints img:first-child {
        position: absolute;
        left: -120px;
        top: 80px; }
      #servicePage #consulting10 .justify-content-center .numberingPoints img:nth-child(2) {
        position: absolute;
        right: -140px;
        bottom: 70px; }
      #servicePage #consulting10 .justify-content-center .numberingPoints ol li {
        color: #53A421;
        font-size: 30px;
        font-weight: 400; }
  #servicePage #consulting10 h3 {
    font-size: 30px;
    letter-spacing: 0px !important;
    font-weight: 700;
    color: #53A421;
    padding: 20px 0px; }
  #servicePage #komono p.sectionTitle {
    background: #f2f2f2 url("../images/services_divider-001.png") no-repeat;
    background-position: 300px 40px;
    text-align: left;
    padding: 20px 0px 50px 110px;
    color: #53A421;
    font-size: 30px;
    font-weight: 300; }
  #servicePage #komono hr.titleLine {
    width: 50%;
    text-align: left;
    margin-left: -450px;
    margin-top: -85px;
    padding-bottom: 20px; }
  #servicePage #komono .justify-content-center {
    padding: 20px 0px; }
    #servicePage #komono .justify-content-center .consult2img {
      position: absolute;
      right: 0;
      top: 100px;
      z-index: 0; }
  #servicePage #komono h3 {
    font-size: 30px;
    letter-spacing: 0px !important;
    font-weight: 700;
    color: #53A421;
    padding: 20px 0px; }
  #servicePage #forCustomer {
    background-color: #fff;
    padding: 60px 0px 60px; }
    #servicePage #forCustomer p.sectionTitle {
      background: #fff;
      text-align: left;
      padding: 20px 0px 50px 110px;
      color: #5672B5;
      font-size: 24px; }
      #servicePage #forCustomer p.sectionTitle small {
        color: #000;
        font-size: 12px;
        position: absolute;
        padding: 10px 0px 0px 10px; }
    #servicePage #forCustomer hr.titleLine {
      width: 50%;
      text-align: left;
      margin-left: -450px;
      margin-top: -85px;
      padding-bottom: 80px; }
    #servicePage #forCustomer h3 {
      font-size: 30px;
      letter-spacing: 0px !important;
      font-weight: 500;
      color: #5672B5;
      padding: 0px 0px; }
    #servicePage #forCustomer h4 {
      padding: 20px 0px; }
    #servicePage #forCustomer .justify-content-center {
      padding: 20px 0px; }
      #servicePage #forCustomer .justify-content-center .customer .btnCustomer {
        height: 50px;
        width: 240px;
        border-radius: 25px;
        border: 2px solid #707070;
        background-color: #fff;
        padding: 10px 10px;
        margin: 0px 10px 10px 0px;
        text-align: center;
        font-size: 18px; }
      #servicePage #forCustomer .justify-content-center .customer p {
        line-height: 30px; }
      #servicePage #forCustomer .justify-content-center .customer:first-child {
        padding: 00px 350px 50px 0px;
        margin-bottom: 50px; }
      #servicePage #forCustomer .justify-content-center .customer:nth-child(2) {
        padding: 50px 0px 100px 400px;
        margin-top: 30px; }
      #servicePage #forCustomer .justify-content-center .customer:last-child {
        padding: 50px 0px 50px;
        margin-top: 30px;
        background: url("../images/services_divider-002.png") center top no-repeat, url("../images/services_divider-002.png") center bottom no-repeat; }
        #servicePage #forCustomer .justify-content-center .customer:last-child h3 {
          padding: 10px 0px;
          text-align: center;
          color: #5672B5;
          line-height: 50px;
          font-weight: 400;
          letter-spacing: 2px; }
      #servicePage #forCustomer .justify-content-center .customer .img-001 {
        position: absolute;
        right: 100px;
        top: 0; }
      #servicePage #forCustomer .justify-content-center .customer .img-002 {
        position: absolute;
        right: -100px;
        bottom: -40px; }
      #servicePage #forCustomer .justify-content-center .customer .img-003 {
        position: absolute;
        left: 0;
        top: 40px; }
      #servicePage #forCustomer .justify-content-center .customer .img-004 {
        position: absolute;
        left: -100px;
        bottom: 20px; }
  #servicePage #forExperience {
    background-color: #2f2f2;
    padding: 60px 0px 40px; }
    #servicePage #forExperience p.sectionTitle {
      background: #f2f2f2;
      text-align: left;
      padding: 20px 0px 50px 110px;
      color: #E2669F;
      font-size: 24px; }
      #servicePage #forExperience p.sectionTitle small {
        color: #000;
        font-size: 12px;
        position: absolute;
        padding: 10px 0px 0px 10px; }
    #servicePage #forExperience hr.titleLine {
      width: 50%;
      text-align: left;
      margin-left: -450px;
      margin-top: -85px;
      padding-bottom: 100px; }
    #servicePage #forExperience h3 {
      font-size: 30px;
      letter-spacing: 0px !important;
      font-weight: 500;
      color: #1FB4EE;
      padding: 0px 0px; }
    #servicePage #forExperience h3 + hr {
      width: 70%;
      border: none;
      border-bottom: 5px solid #ABCD03;
      margin-bottom: 50px; }
    #servicePage #forExperience .justify-content-center {
      padding: 20px 0px; }
      #servicePage #forExperience .justify-content-center .experience:first-child {
        padding: 50px 400px 420px 0px;
        margin-bottom: 50px;
        background: url("../images/services_divider-003.png") center bottom no-repeat; }
      #servicePage #forExperience .justify-content-center .experience:nth-child(2) {
        padding: 0px 0px 80px 350px;
        margin-top: 30px;
        background: url("../images/services_divider-003.png") center bottom no-repeat; }
      #servicePage #forExperience .justify-content-center .experience:last-child {
        padding: 20px 400px 50px 0px;
        margin: 30px 0px 100px;
        background: url("../images/services_divider-003.png") center bottom no-repeat; }
      #servicePage #forExperience .justify-content-center ul {
        position: absolute;
        top: 250px;
        font-size: 24px;
        list-style: none;
        margin: 0;
        padding: 0; }
        #servicePage #forExperience .justify-content-center ul li {
          margin-bottom: 20px; }
          #servicePage #forExperience .justify-content-center ul li span {
            color: #E2669F;
            display: inline-block;
            background-color: #FFF60F;
            padding: 3px; }
      #servicePage #forExperience .justify-content-center .img-001 {
        position: absolute;
        right: -60px;
        top: -60px; }
      #servicePage #forExperience .justify-content-center .img-002 {
        position: absolute;
        left: -40px;
        top: -40px; }
      #servicePage #forExperience .justify-content-center .img-003 {
        position: absolute;
        right: -40px;
        top: -80px; }
  #servicePage .anchor {
    position: absolute;
    top: -180px; }
  #servicePage .komonotext {
    position: absolute;
    z-index: 999; }

#newsPage {
  padding-top: 5rem;
  background-color: #f2f2f2; }
  #newsPage #newsCards {
    padding-bottom: 80px; }
    #newsPage #newsCards h4 {
      margin-top: 20px; }
    #newsPage #newsCards h4 + p {
      margin-bottom: 70px; }
    #newsPage #newsCards .card {
      border-radius: 0px !important; }
      #newsPage #newsCards .card span {
        color: #707070;
        font-size: 12px; }
      #newsPage #newsCards .card p {
        color: #000;
        font-size: 14px;
        line-height: 24px; }
      #newsPage #newsCards .card .card-img,
      #newsPage #newsCards .card .card-img-top {
        border-top-left-radius: 0PX;
        border-top-right-radius: 0PX; }
  #newsPage .greenbtn {
    text-align: center;
    padding: 20px 0px; }
    #newsPage .greenbtn .btn {
      background: #abcd03 0% 0% no-repeat padding-box;
      border-radius: 25px;
      opacity: 1;
      width: 125px;
      height: 50px;
      padding: 12px;
      color: #fff;
      margin: 0 auto; }

#newsDetails {
  padding: 80px 0px 150px;
  background-color: #fff; }
  #newsDetails h3 {
    padding: 20px 0px;
    font-size: 30px; }
  #newsDetails figure {
    margin-bottom: 50px; }
    #newsDetails figure img {
      width: 100%;
      height: auto;
      padding: 50px 0px; }
  #newsDetails .btnNewsDetails {
    border: 2px solid #707070;
    background-color: #fff;
    width: 250px;
    height: 50px;
    border-radius: 25px;
    padding: 14px 15px; }

#infoPage {
  padding-top: 5rem;
  background-color: #f2f2f2; }
  #infoPage #infoForm {
    padding-bottom: 90px; }
    #infoPage #infoForm h4 {
      padding-top: 20px; }
    #infoPage #infoForm h4 + p {
      margin-bottom: 70px; }
  #infoPage .col-form-label span {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background-color: #F38200;
    position: absolute;
    right: 0;
    border-radius: 20px; }
  #infoPage .callouts p {
    text-align: center;
    padding-top: 20px;
    font-size: 18px; }
    #infoPage .callouts p a {
      color: #000;
      text-decoration: none; }
  #infoPage .callouts .form-check {
    margin: 0 auto;
    border: 1px solid #707070;
    border-radius: 25px;
    width: 450px;
    height: 50px;
    padding: 10px 15px;
    margin-bottom: 50px;
    font-size: 18px; }
  #infoPage .callouts .btn-primary {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    background-color: #1FB4EE;
    padding: 14px 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border: none; }

#privacyPage {
  padding-top: 5rem;
  background-color: #f2f2f2; }
  #privacyPage #privacy {
    padding-bottom: 80px; }
    #privacyPage #privacy h4 + p {
      margin-bottom: 50px; }
    #privacyPage #privacy .privacyContent {
      width: 80%;
      margin: 0 auto; }
      #privacyPage #privacy .privacyContent p {
        text-indent: 30px; }
      #privacyPage #privacy .privacyContent ul {
        list-style: none; }
        #privacyPage #privacy .privacyContent ul li {
          text-indent: -20px;
          padding-left: 26px; }
