@charset "UTF-8";
/*
* ngoymca.css
*
*/
/* --------------------------------
   ngoymca
-------------------------------- */
#ngoymca .group-title {
  padding-bottom: 23px; 
  color: #008ad8;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #ngoymca .group-title {
    padding-bottom: 16px;
  }
}

#ngoymca .group-sub-title {
  font-weight: 700;
}
#ngoymca .group-sub-title::before {
  content: "○";
  padding-right: 5px;
}

#ngoymca .style-underline {
  border-bottom: 1px solid #ebebeb;
}

#ngoymca .head-image {
  padding-bottom: 96px; 
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ngoymca .head-image {
    padding-bottom: 32px;
  }
}

#ngoymca .l-section-ymca {
  overflow: hidden;
}
#ngoymca .l-section-ymca .content-text {
  float: left; 
  width: 540px;
}
#ngoymca .l-section-ymca .content-img {
  float: left;
  width: 310px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ngoymca .l-section-ymca .content-text {
    float: none; 
    width: 100%;
  }
  #ngoymca .l-section-ymca .content-img {
    float: none;
    padding-top: 16px;
    width: 100%;
    text-align: center;
  }
}

#ngoymca .l-section-ngoymca {
  overflow: hidden;
}
#ngoymca .l-section-ngoymca .l-text-box {
  overflow: hidden;
  padding-bottom: 40px;
}
#ngoymca .l-section-ngoymca .content-text {
  float: left; 
  width: 550px;
}
#ngoymca .l-section-ngoymca .content-img {
  float: left;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ngoymca .l-section-ngoymca .content-text {
    float: none; 
    width: 100%;
  }
  #ngoymca .l-section-ngoymca .content-img {
    float: none;
    padding-top: 16px; 
    width: 100%;
    text-align: center;
  }
}

#ngoymca .l-section-aboutmember {
  padding-top: 40px;
}
#ngoymca .l-section-aboutmember .content-img {
  display: block;
  padding: 8px 0 40px 0; 
  text-align: center;
}

#ngoymca .l-section-contact {
  overflow: hidden;
  padding-top: 40px;
}
#ngoymca .l-section-contact ul {
  padding-top: 24px;
}
#ngoymca .l-section-contact ul li {
  float: left;
  width: 50%;
  text-align: center;
}
#ngoymca .l-section-contact ul li::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #ngoymca .l-section-contact ul li {
    padding: 0 1%; 
    width: 46%;
  }
}