.main-logo img {
  width: auto;
  height: 37px;
}

.main_first_card_wrapper a p {
  cursor: pointer;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.main_first_card_wrapper a p:hover {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.main_first_card_wrapper a p {
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px !important;
}

.main_first_card_wrapper a p span {
  font-weight: 500;
  margin-right: 10px;
}







/* Greeting page START */

#featured-title.new_style_introduce {
  background: url(assets/img/bg-page-greeting.jpg) no-repeat center center;
}

.wprt-image-box.has-shadow.president_photo .item{
  padding-bottom: 0px;
}

.president_text {
  padding-left: 30px;
}

.president_text img {
  width: 137px; height: auto;
}

@media all and (min-width:768px) and (max-width: 991px){
  .wprt-image-box.has-shadow.president_photo .item{
    padding-bottom: 60px;
    text-align: center;
    padding-left: calc((100% - 377px) * (1/2));
  }
  .wprt-image-box.has-shadow.president_photo .item .inner {
    width: 377px;
  }
}

@media all and (max-width: 767px){
  .wprt-image-box.has-shadow.president_photo .item{
    padding-bottom: 60px;
  }
  .president_text {
    padding: 0 0;
  }
}

/* Greeting page END*/







/* History page START */

#featured-title.new_style_history {
  background: url(assets/img/bg-page-history.jpg) no-repeat center center;
}

.history_content h4 {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 15px;
  padding-bottom: 10px;
}

.history_content p {
  padding-left: 25px;
}

@media all and (max-width: 991px) {
  .history_gap_area {
    display: none;
  }

  .history_content {
    margin-bottom: 60px;
  }

  .history_content.last_child {
    margin-bottom: 0px;
  }
}

/* History page END */







/* Mission page START */

.mission_contents {
  text-align: center;
}

.mission_contents span {
  font-weight: 600;
  font-size: 18px;
  color: #444444;
}

/* Mission page END */







/* Surpport page START */

#featured-title.new_style_surpport {
  background: url(assets/img/bg-page-surpport.jpg) no-repeat center center;
}

/* Surpport page END */







/* Joining Guid page START */

#featured-title.new_style_joining {
  background: url(assets/img/bg-page-joining_guide.jpg) no-repeat center center;
}

.joining_guid_wrapper {
  background-color:#f7f7f7 ;
}

/* Joining Guid page END */







/* Board Guid page START */

#featured-title.new_style_board {
  background: url(assets/img/bg-page-board.jpg) no-repeat center center;
}

/* Board Guid page END */