@charset "UTF-8";

.mb-only {
  display: none;
}

/* news headLine */

.pageLeft{
  text-align: start;
  height: 50vh;
  height: 50dvh;
  overflow:scroll;
  overflow-x: hidden;/* 横だけ出ないようにします。 */
  align-items: flex-start;
  padding-right: 10px;
}


.pageLeft ul li p{
  margin-bottom: 10px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.headLine {
  font-weight: bold;
}

/* readMoreButton */
.btn_10 {
  display: block;
  width: 100px;
  height: 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 0 auto;
}
.btn_10 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 20px;
  background: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  box-shadow: 3px 3px 5px #747c87, -1px -1px 12px #FFF;
  border-radius: 10px;
  position: absolute;
  top: -1px;
  right: 5px;
  transition-duration: 0.2s;
}
.btn_10:hover span {
  top: 0;
  right: 0;
  box-shadow: 0 0 1px #CAD4E2, 1px 1px 0px #FFF;
}

/* news Detail */

.pageText{
  position: relative;
  height: 50vh;
  height: 50dvh;
}

.pageText iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageText iframe body {
  word-wrap: break-word;
  overflow:auto;
}
.schedule {
  border-top: dotted 1px #707070;
  border-bottom: dotted 1px #707070;
  padding: 10px 0;
}


  /* for topics*/
  #topics-only .page {
    top: 25vh;
    top: 25dvh;
  }
  #topics-only .pageLeft {
    height: 70vh;
    height: 70dvh;
    width: 90vw;
  }
  #topics-only h2 {
    position: static;
    transform: none;
    height: auto;
    text-align: start;
    font-size: 20px;
    font-weight: bold;
    margin: 0 2vw 2vh 0;
    margin: 0 2vw 2dvh 0;
  }
  #topics-only time {
    display: flex;
    justify-content: flex-end;
    border-bottom: solid 1px #707070;
    margin: 0 2vw 2vh 0;
    margin: 0 2vw 2dvh 0;
  }
  #topics-only .pageLeft img {
    width: 90vw;
    height: auto;
    margin-bottom: 2vh;
    margin-bottom: 2dvh;
  }
  #topics-only p {
    font-size: 16px;
    margin: 0 2vw 3vh 0;
    margin: 0 2vw 3dvh 0;
    line-height: 1.5em;
  }
  #topics-only button {
    margin-bottom: 100px;
  }



/* 狭画面 */
@media screen and (max-width:960px){
  .page {
    justify-content: space-between;
  }
}

/* スマホ版 */
@media screen and (max-width:640px) {
  .pc-only {
    display: none;
  }
  .mb-only {
    display: block;
  }
  .page {
    top: 30vh;
    top:30dvh;
  }
  .pageLeft {
    width: 97vw;
    height: 65vh;
    height: 65dvh;
    font-size: 12px;
    overflow: auto;
    padding-left: 5px;
  }
  .pageLeft ul li {
    margin-bottom: 20px;
  }

  /* for topics*/
  #topics-only .pageLeft {
    width: 97vw;
    height: 70vh;
    height: 70dvh;
  }
}




