@media only screen and (max-width: 768px) {
.pc {
  display: none!important;
}
.sp {
  display: block!important;
}
.sp-txc {
  text-align: center;
}
.btn--large {
  width: 100%;
}
.btn--right {
  margin: 1em auto 0;
  text-align: center;
}
.btn-line {
  padding: 1em 0;
}
.c-section {
  padding: 48px 0 6px;
}
.c-section-yellow__detail {
  width: 100%;
}
.c-section-yellow__figure {
  /* display: none; */
  width: calc(100% - 48px);
  height: 250px;
  min-height: auto;
  margin: 1em auto;
  padding: 0 24px;
}
.c-section-ttl--underLine {
  font-size: 24px;
}
.c-lower-section-ttl {
  padding: 1em;
  font-size: 24px;
}
.c-container {
  padding: 0 12px;
}
.flex-wrap-sp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-reverse-sp {
   flex-direction: row-reverse;
}
.c-list {
  padding: 60px 0;
}
.c-list__ttl {
  font-size: 20px;
}
.c-list__items__item {
  line-height: 1.2;
}
.m-header {
  height: 80px;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
}
.m-header__logo__title {
  font-size: 16px;
}
.m-header__nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 79px;
  left: 0;
}
.m-header__nav__wrapper__list {
  display: block;
  width: 100%;
  height: 100%;
  background: #f7cf0c;
  transition: none;
  box-shadow: 0 2px 5px rgb(0,0,0,0.2);
}
.m-header__nav__wrapper__list__item {
  width: 100%;
}
.m-header__nav__wrapper__list__item__anchor {
  display: block;
  width: 100%;
  padding: 24px;
  border-bottom: 1px solid #333;
}
.m-header__nav__wrapper__list__item__anchor:hover,
.m-header__nav__wrapper__list__item__anchor:active {
  color: #333;
}
.m-header-lower .m-header__nav__wrapper__list__item__anchor,
.m-header-lower .m-header__nav__wrapper__list__item__anchor:hover,
.m-header-lower .m-header__nav__wrapper__list__item__anchor:active {
  color: #333;
}
.m-header__nav .navbar-toggler{
  display:block;
  padding: 10px;
  background-color:transparent;
  border:none;
  cursor:pointer;
}
.navbar-toggler .navbarToggler{
  display:inline-block;
  cursor:pointer;
}
.navbar-toggler .navbarToggler span{
  position:relative;
  background-color:#fff;
  border-radius:3px;
  display:block;
  height:3px;
  margin-top:5px;
  padding:0;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  width:30px;
  cursor:pointer;
}
.navbar-toggler .navbarToggler.active span:nth-of-type(1){
  -webkit-transform:rotate3d(0,0,1,45deg);
  transform:rotate3d(0,0,1,45deg);
  top:8px;
}
.navbar-toggler .navbarToggler.active span:nth-of-type(2){
  opacity:0;
}
.navbar-toggler .navbarToggler.active span:nth-of-type(3){
  -webkit-transform:rotate3d(0,0,1,-45deg);
  transform:rotate3d(0,0,1,-45deg);
  top:-8px
}
.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}
.m-hero__figure {
  width: 100%;
  min-height: 0;
  padding-top: 60%;
}
.m-hero__detail {
  width: 100%;
  margin: 0 auto;
  padding: 1em 1em 1em 1.5em;
  position: relative;
  z-index: 1;
}
.m-hero__detail__title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.m-hero__detail__paragraph {
  color: #fff;
  font-size: 14px;
}
.m-hero__detail__paragraph__list__item {
  color: #fff;
  font-size: 14px;
}
#pagetop {
  bottom: 15px;
  right: 15px;
}

/* トップページ */
.p-front-topWrapper {
  background-image: linear-gradient(to right, #f7cf0c,#f7cf0c 12px, #333 12px, #333 100%, #EFEEEE 100%);
  margin-bottom: -1px;
  padding-bottom: 0;
}
.c-news-section {
  padding: 48px 0;
}
.c-news-section__list__item {
  padding-right: 0;
  padding-left: 0;
}
.c-news-section__list__item__title {
  width: 100%;
  margin-top: 12px;
  margin-left: 0;
  padding-right: 12px;
  font-size: 14px;
}
.c-news-section__list__item__category {
  margin-left: 12px;
  padding: 6px 12px;
  font-size: 12px;
}
.c-publication-section__tabs__tab {
  margin-bottom: 12px;
}
.c-publication-section__list__item {
  font-size: 14px;
  line-height: 1.2;
}

/* RESEARCH */
.p-research-section {
  margin-top: 0;
}
.p-research-section__ttl {
  font-size: 20px;
}
.p-research-section__content {
  width: 100%;
  margin-top: 1em;
}
.p-research-section__detail__content__text,
.p-research-section__detail__content__figure {
  width: 100%;
}
.p-research-section__detail__content__figure__image--s {
  width: 100%;
}

/* MEMBER */
.c-member-section,
.c-member-section-bg {
  padding-bottom: 48px;
}
.c-member-section__detail {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.c-member-section__detail__figure {
  width: 100%;
  height: 300px;
}
.c-member-section__detail__title {
  margin-bottom: 36px;
}
.c-member-section__box {
  padding: 24px 12px;
}
.c-member-section__box__figure {
  width: 350px;
  height: 0;
  margin: 0 auto;
  padding-top: 350px;
}
.c-member-section__box__content {
  width: 100%;
  margin-top: 1em;
}
.c-member-section__box__content__name {
  font-size: 20px;
}
.c-member-section__box__content__detail__title,
.c-member-section__box__content__detail__data {
  font-size: 14px;
  line-height: 1.4;
}
/* PUBLICATION */
#publication .c-publication-section {
  padding: 0 0 48px;
}
#publication .c-publication-section__list {
  margin-top: 24px;
}
/* INVITATION */
.c-invitation-section {
  padding: 48px 0;
}
.c-invitation-section .c-container {
  padding: 0 24px;
}
.c-invitation-section__figure {
  width: 100%;
  padding-top: 80%;
}
.c-invitation-section__content {
  width: 100%;
  margin-top: 1.5em;
}
/* ACCESS */
#access .c-section {
  padding: 0;
}
#access .c-container--full--paddingBottom {
  padding-bottom: 0;
}
.c-contact-section {
  padding: 48px 0;
}
.c-contact-section__container {
  margin-top: 0;
  padding: 48px 24px;
}
.c-contact-section__container__content__info {
  width: 100%;
}
.c-contact-section__container__content__map {
  width: 100%;
  height: 250px;
  margin-top: 1em;
}
/* FOOTER */
.m-footer__content__info {
  width: 100%;
  text-align: center;
}
.m-footer__content__info__logo {
  width: 100%;
}
.m-footer__content__info__logo__title {
  font-size: 18px;
}
.m-footer__content__nav {
  width: 48%;
  margin-top: 2em;
}
.m-footer__content__link {
  width: 48%;
  margin-top: 2em;
}
.m-footer__copyright {
    font-size: 12px;
}

}

@media only screen and (max-width: 375px) {
.c-member-section__box__figure {
  width: 100%;
  padding-top: 100%;
}
.c-contact-section__container__content__info__title {
  width: 100%;
}
.c-contact-section__container__content__info__data {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
}