h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

#contents {
    padding-top: 0;
}

#top__main-contents {
}

@media print, (min-width: 741px) {
    /* PC */
#contents {
    width: 833px;
}

.top__mainvisual {
    position: relative;
}

.top__mainvisual-img {
    margin-bottom: 25px;
}



.top__main-contents-txt {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    transform: rotate(90deg);
    position: absolute;
    top: 65px;
    left: -70px;
}

h1 {
    margin-bottom: 32px;
    color: #595757;
    font-size: 32px;
    font-weight: bold;
}

#summary {
    margin-bottom: 64px;
    gap: 34px;
    background-color: #F7F7E0;
    padding-bottom: 30px;
    margin-top: 50px;
}

.summary__item { 
    width: 255px;
}

.summary__item-category {
    margin-bottom: 16px;
    padding-bottom: 12px;
    color: #144D9C;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #144D9C;
}

.summary__item-category-txt {
    height: 80px;
    color: #595757;
    font-size: 16px;
    margin-top: 20px;
}

time {
    color: #595757;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    justify-content: end;
}

.summary__item > time {
    margin-bottom: 8px;
}

.person {
    margin-bottom: 30px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.person > img {
    width: 42px;
}

.person > p {
    color: #808080;
    font-size: 14px;
}

.anchor-forward {
    margin-left: 39px;
    width: 178px;
    height: 33px;
    display: flex;
    justify-content: space-between;
    border: solid 2px #70A8CA;
}

.anchor-link-forward {
    display: flex;
    position: relative;
    width: 100%;
    padding-left: 16px;
    color: #70A8CA;
}

.anchor-link-forward:hover {
    text-decoration: underline #70A8CA;
}

.anchor-link-forward::after {
    content: ">";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    top: 2px;
    right: 15px;
    color: #70A8CA;
    font-size: 20px;
}

#detail__guardian, #detail__teacher {
    margin-bottom: 80px;
}

.detail__category {
    margin-bottom: 32px;
    padding-bottom: 8px;
    color: #144D9C;
    font-size: 30px;
    font-weight: bold;
    border-bottom: solid 2px #144D9C;
}

.detail__category-ttl {
    margin-bottom: 24px;
    color: #595757;
    font-size: 32px;
    font-weight: bold;
}

.detail__category-txt {
    margin-bottom: 16px;
    color: #595757;
    font-size: 16px;
    font-weight: normal;
}

.detail > time {
    margin-bottom: 20px;
}

.anchor-back {
    margin: 0 0 0 auto;
    width: 69.3px;
    display: flex;
    justify-content: space-between;
}

.anchor-link-back {
    display: flex;
    position: relative;
    width: 100%;
    color: #70A8CA;
}

.anchor-link-back:hover {
    text-decoration: underline #70A8CA;
}

.anchor-link-back::after {
    content: "<";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    top: 2px;
    left: 60px;
    color: #70A8CA;
    font-size: 20px;
}
img.bnr.pc-none {
    width: 830px;
    margin-top: 70px;
}
.anchor-link-txt {
    color: #70A8CA;
    font-size: 20px;
    font-weight: bold;
}
.relation__article{
    margin-top: 1em;
}
.pc-none {
    display: block;
}
.sp-none{
    display: none;
}
img.top__logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.title__blue {
    color: #171C61;
    font-size: 30px;
    padding-bottom: 10px;
}

.content__flex {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.content__item {
    width: 47%;
    margin-bottom: 15px;
}
p.content__text {
    margin-top: 20px;
    font-family:"ヒラギノ角ゴ Pro";
}
section#content {
    margin-top: 50px;
    
}
.title__blue:nth-child(even) {
    margin-left: 10px;
}
.content__item:nth-child(even) {
    margin-left: 44px;
}
.summary__flex {
    display: flex;
}
.summary__item {
    overflow: hidden;
}
.summary__item:nth-child(n+2) {
    margin-left: 35px;
}
}

@media only screen and (max-width: 740px) {
    /* SP */
img{
    width: 100%;
}
img.bnr.sp-none {
    margin-top: 10vw;
}
.pc-none {
    display: none;
}
.sp-none{
    display: block;
}
.top__mainvisual-img--sp {
    width: 100%;
    margin-bottom: 4vw;
}

.top__main-contents-txt {
    margin-left: 4.6vw;
    margin-bottom: 1.3vw;
    color: #171C61;
    font-size: 4.26vw;
    font-weight: normal;
}

h1 {
    margin-left: 4.6vw;
    margin-bottom: 7.73vw;
    color: #595757;
    font-size: 4.8vw;
    font-weight: bold;
}

.summary__item { 
    width: 45vw;
    margin-left: 3.5vw;
    margin-bottom: 4vw;
    height: 47vw;
    overflow: hidden;
}

#summary:nth-of-type(3) {
    margin-bottom: 10.6vw;
}

.summary__item-category {
    margin-bottom: 2.26vw;
    padding-bottom: 1.86vw;
    color: #144D9C;
    font-size: 3.2vw;
    font-weight: bold;
    border-bottom: solid 0.26vw #144D9C;
}

.summary__item-category-txt {
    color: #595757;
    margin-top: 3vw;
    font-size: 3.4vw;
}

time {
    color: #595757;
    font-size: 3.2vw;
    font-weight: normal;
    display: flex;
    justify-content: end;
}

.summary__item > time {
    margin-bottom: 1.86vw;
}

.person {
    margin-bottom: 4vw;
    display: flex;
    gap: 1.3vw;
    align-items: center;
}

.person > img {
    width: 8vw;
}

.person > p {
    color: #808080;
    font-size: 3.2vw;
}

.anchor-forward {
    margin: 0 0 0 auto;
    width: 29.46vw;
    height: 6.4vw;
    display: flex;
    justify-content: space-between;
    border: solid 0.26vw #70A8CA;
}

.anchor-link-forward {
    display: flex;
    position: relative;
    width: 100%;
    padding-left: 2.13vw;
    color: #70A8CA;
}

.anchor-link-forward:hover {
    text-decoration: underline #70A8CA;
}

.anchor-link-forward::after {
    content: ">";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    right: 2.13vw;
    color: #70A8CA;
    font-size: 4vw;
}

#detail__guardian {
    width: 91.5vw;
    margin: 0 auto;
    margin-bottom: 9.3vw;
}

#detail__teacher {
    width: 91.5vw;
    margin: 0 auto;
    margin-bottom: 9.3vw;
}

#detail__researcher {
    width: 91.5vw;
    margin: 0 auto;
}

.detail__category {
    margin-bottom: 4vw;
    padding-bottom: 1.06vw;
    color: #144D9C;
    font-size: 4vw;
    font-weight: bold;
    border-bottom: solid 0.26vw #144D9C;
}

.detail__category-ttl {
    margin-bottom: 4vw;
    color: #595757;
    font-size: 4.26vw;
    font-weight: bold;
}

.detail__category-txt {
    margin-bottom: 1.73vw;
    color: #595757;
    font-size: 3.2vw;
    font-weight: normal;
}

.detail > time {
    margin-bottom: 1.86vw;
}

.anchor-back {
    margin: 0 0 0 auto;
    width: 12.6vw;
    display: flex;
    justify-content: space-between;
}

.anchor-link-back {
    display: flex;
    position: relative;
    width: 100%;
    color: #70A8CA;
}

.anchor-link-back:hover {
    text-decoration: underline #70A8CA;
}

.anchor-link-back::after {
    content: "<";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    left: 10.4vw;
    color: #70A8CA;
    font-size: 4vw;
}

.anchor-link-txt {
    color: #70A8CA;
    font-size: 3.73vw;
    font-weight: bold;
}
.relation__article{
    margin-top: 1em;
    font-size: 3.2vw;
}
img.top__logo {
    width: 70vw;
    display: block;
    margin: 0 auto;
    margin-top: 4vw;
    margin-bottom: 7vw;
}
p {
    font-size: 3.3vw;
}
section#content {
    margin-top: 9vw;
}

img.top__mainvisual-img {
    width: 106%;
    margin-left: -3vw;
    margin-top: 3vw;
}

.title__blue {
    margin-bottom: 2vw;
    color: #171C61;
}
p.content__text {
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-family:"ヒラギノ角ゴ Pro";
}

section#summary {
    background-color: #F7F7E0;
    margin-left: -3vw;
    width: 106%;
    margin-bottom: 10vw;
}

.summary__flex {
    display: flex;
    margin-top: 7vw;
    flex-wrap: wrap;
    justify-content: left !important;
}
.topic.title__blue {
    margin-left: 4vw;
}

#summary .title__blue {
    margin-left: 3vw;
}
}
h1, h2, h3, p {
    margin: 0;
    padding: 0;
  }
  
  #contents {
    padding-top: 0;
  }
  
  @media print, (min-width: 741px) {
    /* PC */
  #contents {
    width: 833px;
  }
  
  .top__mainvisual {
    position: relative;
  }
  
  .top__mainvisual-img {
    margin-bottom: 24px;
  }
  
  .top__title--text span {
    font-weight: bold;
  }
  
  .top__title--textWrap :nth-child(n+2) {
    margin-top: 16px;
  }
  .top__title--text {
    font-size: 16px;
    color: #595757;
    line-height: 1.5;
  }
  .top__main-contents-txt {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    transform: rotate(90deg);
    position: absolute;
    top: 65px;
    left: -70px;
  }
  h1 {
    margin-bottom: 24px;
    text-align: center;
  }
  h2 {
    font-size: 30px;
    color: #171C61;
    font-weight: bold;
    font-family: serif;
  }
  .project,.support,.researcher {
    margin-top: 38px;
  }
  .project {
    margin-top: 73px;
  }
  .project ul,.support ul,.researcher ul {
    display: flex;
    margin-top: 24px;
    gap: 34px;
    color: #595757;
  }
  .contents__link {
    display: inline-block;
    color: #595757 !important;
  }
  .contents__listItem--text {
    font-size: 16px;
    margin-top: 16px;
  }
  .researcher__name {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 16px;
  }
  .researcher__position {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
  }
  .researcher__name:hover {
    text-decoration: none !important;
  }
  .magazine {
    margin-top: 64px;
  }
  .magazine a {
    display: inline-block;
  }
  .sp__only{
    display: none;
  }
  .hideAtPC {
    display: none;
  }
  a:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  }
  
  @media only screen and (max-width: 740px) {
    /* SP */
  
  
  .top__mainvisual-img--sp {
    width: 106%;
    margin-left: -3vw;
    margin-top: 3vw;
    margin-bottom: 4vw;
  }
  .top__title {
    width: 72.8%;
    margin: 0 auto;
  }
  .top__title--textWrap {
    width: 91.47%;
    margin: 0 auto;
  }
  .top__title--text {
    color: #595757;
  }
  .top__title--text span {
    display: inline-block;
    margin-top: 3.33vw;
    font-weight: bold;
  }
  .top__main-contents-txt {
    margin-left: 4.6vw;
    margin-bottom: 1.3vw;
    color: #171C61;
    font-size: 4.26vw;
    font-weight: normal;
  }
  h1 {
    margin-bottom: 7.73vw;
    text-align: center;
  }
  h2 {
    font-size: 4.27vw;
    font-weight: bold;
    font-family: serif;
    color: #171C61;
  }
  .project,.support,.researcher {
    margin-top: 5.47vw;
    margin-left: 4.27vw;
    margin-right: 4.27vw;
  }
  .project {
    margin-top: 10.8vw;
  }
  .project ul,.support ul,.researcher ul {
    display: flex;
    justify-content: center;
    margin-top: 4.8vw;
    gap: 4vw;
    color: #595757;
  }
  .contents__listItem--text {
    margin-top: 2.67vw;
    color: #595757;
  }
  .contents__listItem img {
    width: 100%;
  }
  .contents__link:hover {
    text-decoration: none;
  }
  .contents__list.-researcher {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contents__listItem {
    width: 40.73vw;
  }
  
  .researcher__name {
    text-align: center;
    font-weight: bold;
    font-size: 4,27vw;
    line-height: 1.2;
    margin-top: 16px;
  }
  .researcher__position {
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.5;
    margin-top: 4px;
  }
  .email-magazine {
    margin: 0 4.27vw;
  }
  .magazine {
    width: 100%;
    margin: 0 auto;
    margin-top: 10.67vw;
  }
  .magazine a {
    display: inline-block;
  }
  .magazine img {
    width: 100%;
  }
  .hideAtSP {
    display: none;
  }
  
  }
  
  
  /*
  =================================================
  
  main-contents__more
  
  =================================================
  */
  @media (min-width: 741px) {
    /* PC */
    .main-contents__more--pc{ 
      display: flex;
    }
    .main-contents__more--pc p{
      color:#70A8CA ;
      font-size: 20px;
      font-family:"ヒラギノ角ゴ Pro";
    }
    .main-contents__more-arrow--pc{
      margin-left: 37px;
      margin-right: 16px;
    } 
    .main-contents__more{ 
      display: flex;
      justify-content: space-between;
      width: 178px;
      padding-top: 0;
      border: 2px solid #70A8CA;
      margin: 40px 0 0 auto;
    }
    a.main-contents__more-link {
      display: flex;
      position: relative;
      width: 100%;
      padding-left: 16px;
      color: #70A8CA;
    }
    .main-contents__more-link:hover {
      text-decoration: underline;
    }
    .main-contents__more--plus {
      padding-left: 16px;
      position: relative;
      color: #70A8CA;
      cursor: pointer;
    }
    .main-contents__more--plus:hover {
      text-decoration: underline;
    }
    .main-contents__more-link--arrow::after,
    .main-contents__more--plus::after {
      display: block;
      position: absolute;
      font-size: 20px;
      right: 10px;
    }
    .main-contents__more-link--arrow::after {
      content: ">";
    }
    .main-contents__more--plus::after {
      content: "+";
    }
    .main-contents__more p{
      color:#70A8CA ;
      font-size: 20px;
      font-family:"ヒラギノ角ゴ Pro";
    }
    .main-contents__more-arrow{
      margin-left: 37px;
      margin-right: 16px;
    } 
    .main-contents__more--sp{
      display: none;
    } 
  }
  
  @media (max-width: 740px) {
    /* SP */
    .main-contents__more--sp{ 
      display: flex;
      justify-content: space-between;
      color:#70A8CA ;
      width: 34.13vw;
      padding-top: -2.5vw;
      padding-bottom: -2.5vw;
      padding-left: 4vw;
      padding-right:3.6vw ;
      border: 2px solid #70A8CA;
      margin-top:9.33vw ;
      margin-left: auto;
      margin-right: auto;
    }
    .main-contents__more--sp p{
      font-size: 3.73vw;
      font-family:"ヒラギノ角ゴ Pro";
    }
    .main-contents__more-arrow--sp{
      padding-top: -3.5vw;
      padding-bottom: -3.5vw;
    }
    .main-contents__more{ 
      display: flex;
      justify-content: space-between;
      color:#70A8CA ;
      width: 34.13vw;
      padding-top: -2.5vw;
      padding-bottom: -2.5vw;
      padding-left: 4vw;
      padding-right:3.6vw ;
      border: 2px solid #70A8CA;
      margin-top:9.33vw ;
      margin-left: auto;
      margin-right: auto;
    }
    .main-contents__more--pc{
      display: none;
    } 
    .main-contents__more a{
      color:#70A8CA ;
      position: relative;
    }
    .main-contents__more-link{
      display: flex;
      justify-content: space-between;
      width: 34.13vw;
    }
    .main-contents__more-link--arrow::after {
      display: block;
      position: absolute;
      font-size: 4.55vw;
      right: 10px;
      top: -15%;
    }
    .main-contents__more-link--arrow::after {
      content: ">";
    }
    .main-contents__more p{
      
      font-size: 3.73vw;
      font-family:"ヒラギノ角ゴ Pro";
      
    }
    .main-contents__more-arrow{
      padding-top: -3.5vw;
      padding-bottom: -3.5vw;
    }
  }
  
  /*
  =================================================
  
  topics
  
  =================================================
  */
  @media (min-width: 741px) {
    /* PC */
    .topics{  
      margin-top: 57px;
      background-color:rgba(200, 200, 50, 0.149);
      padding-bottom: 33px;
    }
    .topics__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 20px;
    }
    .topics__list-items{  
      width: 255px;
      margin-top: 24px;
    }
    .topics__list-items-link{
      position: relative;
      margin-bottom: 0;
    }
    .topics__list-items-link-txt{
      font-weight: bold;
      line-height: 1.5;
      background-color: #144D9C;
      color: #ffffff !important;
      padding: 2px 8px 4px;
      width: auto;
      text-align: center;
      position: absolute;
      bottom: 7px;
    }
    .topics__list-items-link-img{
      width: 100%;
      height: 157px;
      vertical-align: baseline;
    }
    .topics__list-items-txtarea{
      margin-top: 0;
    }
    .topics__list-items-txtarea-link{
      font-size: 16px;
    }
    .topics__list-items-txtarea a:hover{
      text-decoration: underline #595757;
    }
    .topics__list-items-txtarea-link-txt{
      color: #595757 !important;
      height: 80px;
      margin-top: 0;
      padding: 16px 15px 0;
      overflow: hidden;
    }
  }
  
  @media (max-width: 740px) {
    /* SP */
    .topics{
      width: 106%;
      margin-left: -3vw;
      margin-top: 9.6vw;
      padding-bottom: 5.33vw;
      background-color:rgba(201, 201, 51, 0.15);
    }
    .topics__title {
      margin-left: 4.27vw;
    }
    .topics__list{
      gap: 4vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin:  0 4.27vw;
      margin-top: 5.33vw;
      align-items: stretch;
    }
    .topics__list-items{  
      width: 42.73vw;
      margin-top: 4vw;
      justify-content: space-between;
    }
    .slidein--sp{
      display: none;
    }
    .topics__list-items-link{
      position: relative;
      margin-bottom: 0;
      display: block;
    }
    .topics__list-items-link-img{
      width: 100%;
      vertical-align: baseline;
    }
    .topics__list-items-link-txt{
      font-size:2.93vw ;
      font-weight: bold;
      background-color: #144D9C;
      color: #ffffff !important;
      width: 21.07vw ;
      padding: 1px 4px 2px;
      text-align: center;
      position: absolute;
      bottom: 2.5vw;
    }
    .topics__list-items-txtarea{
      margin-top: 0;
    }
    .topics__list-items-txtarea-link{
      font-size: 3.2vw;
    }
    .topics__list-items-txtarea a:hover{
      text-decoration: none;
    }
    .topics__list-items-txtarea-link-txt{
      color: #595757 !important;
      margin-top: 0;
      padding: 2.67vw 0 0;
      height: 15vw;
      overflow: hidden;
    }
  }
  