.cont__nametxt {
    font-weight: bold;
}
.cont__txtright {
    text-align: right;
}
.cont__nameimg {
    text-align: center;
    margin-bottom: 20px;
}
.cont__list {
    padding: 1.2em;
}
.cont__list > li {
    list-style-type: disc;
    margin-bottom: 0.8em;
}
.cont__ollist {
    padding: 1.2em;
}
.cont__ollist > li {
    list-style-type: decimal;
    margin-bottom: 0.8em;
}
.contents-list__ttl a {
    color: #FFFFFF;
}
  .cont__flex_no {
    padding-bottom: 20px;
    border-bottom: none;
}
.cont__info-ttl-blue {
  color: #0e4c8b;
}

@media (min-width: 741px){
  .cont__nametxt {
      font-size: 1.3em;
  }
  .cont__nameimg img {
      max-height: 400px;
  }
  .cont__onlyimg-img-pho {
    max-width: 980px;
    max-height: 500px;
  }
    .cont__onlyimg iframe {
       width:560px;
       height:315px;
    }
    h4.cont__txt {
       font-size: 22px;
       color: #068677;
    }
}
@media (max-width: 740px) {
  .cont__nameimg img {
      max-height: 250px;
  }
  .cont__onlyimg-img-pho {
    max-width: 90vw;
  }
  a.next {
      display: block;
  }
  .cont {
    word-break: break-all;
  }
  h4.cont__txt {
   font-size: 4.9vw;
   color: #068677;
  }
}

