#nav-tabContent {
  background-color: white;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 48px;
}

#wfst-group {
  padding: 0;
  padding-top: 19px;
  position: relative;
}

#wfst-group:after {
  display: block;
  content: "";
  clear: both;
}

#wfst-group .president-area {
  padding: 0;
}

@media (max-width: 767px) {
  #wfst-group {
    padding-top: 0;
  }

  #wfst-group .menu-wrap, #wfst-group .president-area {
    width: 100%;
    margin: 0px;
    display: block !important;
    position: relative !important;
    top: 0px !important;
    margin: 0 auto;
    left: auto !important;
  }
  #wfst-menu .content {
    margin: 0 auto;
  }
}

/* TODO: レスポンス対応 */
#wfst-menu {
  margin-bottom: 8px;
}

#wfst-menu .content > * {
  display: inline-block;
}

#wfst-menu .content svg {
  width: 120px;
  height: 120px;
}


#wfst-group h2 {
  font-size: 40px;
  border-bottom: double 7px #555;
}

#wfst-group .info {
  float: left;
  clear: both;
  margin-left: 5%;
}

#wfst-group .info .sub {
  padding-top: 7px;
  color: #666;
  margin-left: 3px;
  font-size: 24px;
}

.en #wfst-group .info .sub {
  font-size: 14px;
}

.en .tags .tag {
  margin-bottom: 8px;
}

.en .user_list .content p {
  font-size: 12px;
}

#wfst-group .info h1 {
  font-size: 48px;
  margin-top: 8px;
  margin-bottom: 0px;
}

#wfst-group .info sub {
  margin-left: 3px;
  font-size: 18px;
}

#wfst-group .president-area img {
  border-radius: 4px;
  width: 280px;
  margin-right: 24px;
  margin-left: 10px;
}

#wfst-group .greeting-text {
  float: left;
  width: 61%;
}

@media (max-width:767px) {
  #wfst-group .president-area img {
    width: 60%;
    margin: 0;
    margin-left: 20%;
  }

  #wfst-group .greeting-text {
    width: 100%;
    float: none;
    margin-top: 8px;
  }

  #wfst-group .info {
    float: none;
    margin-left: 0;
  }

  #wfst-group .info h1 {
    margin: 0;
  }
}

#wfst-group .president-area {
  margin: 0 auto;
}

#wfst-group img.full {
  max-width: 100%;
  margin-bottom: 16px;
  display: inline-block;
}

#wfst-group img.half {
  max-width: 49%;
  margin-bottom: 16px;
  display: inline-block;
}

#wfst-group .text p {
  color: #333;
  line-height: 38px;
  font-size: 16px;
  text-align: justify;
}

@media (max-width:767px) {
  #wfst-group .info .sub {
    padding-top: 13px;
  }

  #wfst-group .text p {
    line-height: 26px;
    font-size: 14px;
  }
}

#field_explanation {
  padding: 5px 35px;
  border-radius: 9px;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  color: white;
}
