/* pc */
@media screen and (min-width:741px) {
  .sp-only {
    display: none !important;
  }
  .main {
    color: #595757;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  #main {
    width: 100%;
  }
  .spb{
    width: 100%;
  }
  .breadcrumb {
    width: 960px;
    margin: 0 auto;
  }

  #contents {
    width: 100%;
  }

  /* kv */
  .kv {
    margin-bottom: 32px;
    background-image: url(/kyouiku/hyakuninisshu/_assets/img/kv_bg.png);
    z-index: 0;
    position: relative;
    padding: 12.5px 0 50px;
  }
  .kv::before{
    position: absolute;
    content: "";
    width: 510px;
    height: 4px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_line.svg);
    background-repeat: repeat-x;
    background-size: contain;
    top: 191.5px;
    left: 0;
  }
  
  .kv__area{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1048px;
    position: relative;
  }
  .kv__area::before{
    position: absolute;
    content: "";
    width: 375px;
    height: 260px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_img_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -16px;
    right: -125px;
  }
  .kv__txt{
    width: 150px;
    display: block;
    color: #ffffff;
    background-color: #45A5C3;
    line-height: 40px;
    text-align: center;
    position: relative;
  }
  .kv__txt::before{
    position: absolute;
    content: "";
    width: 288px;
    height: 97px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_bg_mosaic.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -12.5px;
    left: -120px;
    z-index: -1;
  }
  .kv__ttl{
    font-size: 24px;
    font-weight: 700;
    display: block;
    background-color: rgb(255, 255, 255, 0.8);
    padding: 6px 0 6px 12px;
    position: relative;
  }
  .kv__inner{
    position: relative;
  }
  .kv__inner::before{
    position: absolute;
    content: "";
    width: 168px;
    height: 92px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_bg_dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -38px;
    right: 50px;
  }
  .kv__inner::after{
    position: absolute;
    content: "";
    width: 168px;
    height: 92px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_bg_dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -38px;
    left: 250px;
    z-index: -1;
  }
  .kv__number{
    margin-right: 22px;
  }
  .kv__img{
    position: absolute;
    top: 6px;
    right: -100px;
    border-radius: 10px;
    z-index: -1;
    width: 256px;
  }
  .kv__ttl--people{
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-left: 99px;
  }
  .kv__ttl--sub-wrap{
    background-color: rgb(255, 255, 255, 0.8);
    width: 100%;
    max-width: 490px;
    padding: 8px 0 13px 70px;
  }
  .kv__ttl--sub{
    font-size: 16px;
    line-height: 21px;
  }
  .kv__date{
    display: block;
    background-color: rgb(255, 255, 255, 0.8);
    width: 125px;
    text-align: center;
  }

  /* top */
  .top {
    margin: 0 auto 32px;
    display: block;
    width: 300px;
  }
  .top__ttl {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
  }
  .top__ttl-img {
    width: 150px;
    margin-right: 30px;
  }
  .top__ttl-inr-day {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top__ttl-inr-txt {
    font-size: 26px;
    font-weight: bold;
    color: #144D9C;
  }
  .top__txt{
    font-size: 14px;
  }

  /* point */
  .point {
    padding: 24px 86px;
    background-color: rgb(106, 184, 208, 0.3);;
  }
  .point__ttl {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
  }
  .point__inr-list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .point__inr-list{
    height: 107px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
  }
  .point__inr-list-item::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/point_check.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
  }
  a.point__inr-list-item-link {
    color: #595757;
  }

  /* content */
  .content__ttl {
    line-height: 1.3em;
    padding-bottom: 7px;
    margin-bottom: 13px;
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
    font-family: sans-serif;
    color: #333333;
    border-bottom: 2px solid #DAB655;
  }
  .content__subttl {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .content__txt {
    margin-bottom: 24px;
  }
  .content__img {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .content__img-ttl {
    margin-bottom: 16px;
  }
  .content__img-main {
    margin-bottom: 8px;
  }
  .content__img-list {
    font-size: 12px;
  }
  .content__img-list-item {
    position: relative;
    padding-left: 16px;
  }
  .content__img-list-item::before {
    position: absolute;
    content: "※";
    left: 0;
  }
  a.content__btn {
    position: relative;
    display: block;
    margin: 70px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #B98C12;
    text-align: center;
  }
  .content__btn:hover {
    opacity: 0.7;
  }
  .content__btn-wrap .content__btn:hover {
    text-decoration: none;
  }
  .content__btn--before::before, .content__btn--after::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .content__btn--before::before{
    content: "<";
    left: -16px;
  }
  .content__btn--after::before{
    content: ">";
    right: -16px;
  }
  .content__btn-wrap{
    display: flex;
    justify-content: space-between;
    width: 232px;
    margin: 0 auto;
  }
  .word__phrase{
    display: block;
    padding: 2px 0px;
    background-color: #45A5C3;
    color: #FFFFFF;
    width: 90px;
    text-align: center;
  }
  .author__h3, .character__phrase{
    font-size: 16px;
    font-weight: bold;
  }
  .character__table{
    margin-top: 10px;
  }
  .character__table-list{
    display: flex;
    border: #B5B5B5 1px solid;
  }
  .character__table-list-inner{
    width: 100%;
  }
  .character__table-list-inner:nth-of-type(1){
    border-right: 1px solid #B5B5B5;
  }
  .character__table-list-ttl{
    background-color: #F4F4F4;
    color: #8D8D8D;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #B5B5B5;
  }
  .character__table-list-txt{
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 10px 10px;
    font-weight: bold;
  }
  .character__table-list-txt--season{
    color: #B98C12;
  }
  .specialist__title {
    color: #171C61;
    font-weight: bold;
    font-family: serif;
  }
  .specialist__image {
    display: block;
  }
  .specialist__info-name--large {
    font-weight: bold;
  }
  .specialist__info-hr {
    border-top: 2px solid #144D9C;
  }
  .specialist__info-name,
  .specialist__info-degree {
    color: #144D9C;
  }
  .specialist__info-explanation,
  .content-text {
    color: #595757;
  }
  .specialist {
    padding: 20px 37px;
    width: 100%;
    max-width: 840px;
    margin: 40px auto 40px;
    background-color: rgb(112, 168, 202, 0.1);
  }
  .specialist__info {
    display: flex;
    flex-wrap: wrap;
  }
  .specialist__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }
  .specialist__image {
    width: 96px;
    height: 96px;
    margin-right: 14px;
  }
  .specialist__text-info {
    width: 100%;
  }
  .specialist__info {
    margin-bottom: 20px;
  }
  .specialist__info-name--large {
    font-size: 24px;
    margin-right: 15px;
  }
  .specialist__info-name--large { font-size: 20px; }
  .specialist__info-degree { font-size: 16px; }
  .specialist__info-explanation { font-size: 16px; }
  .specialist__comment {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
/* sp */
@media screen and (max-width:740px) {
  .pc-only {
    display: none !important;
  }
  .main {
    color: #595757;
    width: 343px;
    margin: 0 auto;
  }

  #main {
    width: 100%;
    padding: 0 0 16vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sidebar{
    display: none;
  }
  .breadcrumb {
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-contents {
    background-color: #F4FCFF;
  }

  /* kv */
  .kv {
    margin-bottom: 46px;
    background-image: url(/kyouiku/hyakuninisshu/_assets/img/kv_bg.png);
    z-index: 0;
    position: relative;
    padding: 49px 0 38px;
    overflow: hidden;
  }
  .kv::before{
    position: absolute;
    content: "";
    width: 262px;
    height: 4px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_line.svg);
    background-repeat: repeat-x;
    background-size: contain;
    top: 260px;
    left: 0;
  }
  
  .kv__area{
    display: flex;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .kv__area::before{
    position: absolute;
    content: "";
    width: 124.5px;
    height: 97.5px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_img_before_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -40px;
    right: 0px;
  }
  .kv__txt{
    width: 156px;
    display: block;
    color: #ffffff;
    background-color: #45A5C3;
    line-height: 32px;
    text-align: center;
    position: relative;
  }
  .kv__txt::before{
    position: absolute;
    content: "";
    width: 241px;
    height: 72px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_bg_mosaic.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 160px;
    left: 186px;
    z-index: -1;
  }
  .kv__ttl{
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 6px 0 6px 12px;
    position: relative;
    width: 320px;
  }
  .kv__inner{
    position: relative;
    background-color: rgb(255, 255, 255, 0.8);
  }
  .kv__inner::before{
    position: absolute;
    content: "";
    width: 127px;
    height: 92px;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/kv_bg_dot.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -58px;
    right: 153px;
    z-index: -1;
  }
  .kv__number{
    margin-right: 22px;
  }
  .kv__img{
    position: absolute;
    top: -21px;
    right: 20px;
    border-radius: 10px;
    z-index: -1;
    width: 177px;
  }
  .kv__ttl--people{
    font-size: 14px;
    line-height: 18px;
    color: #333333;
  }
  .kv__ttl--sub-wrap{
    width: 100%;
    max-width: 490px;
    padding: 8px 0 13px 12px;
  }
  .kv__ttl--sub{
    font-size: 12px;
    line-height: 21px;
  }
  .kv__date{
    display: block;
    background-color: #FFF;
    width: 125px;
    text-align: center;
  }

  /* top */
  .top {
    margin: 0 auto 32px;
    width: 200px;
  }
  .top__txt{
    font-size: 12px;
  }

  /* point */
  .point {
    margin-bottom: 36px;
    padding: 24px 32px 36px;
    background-color: rgb(106, 184, 208, 0.3);;
  }
  .point__ttl {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .point__inr-list-item {
    position: relative;
    padding-left: 26px;
  }
  .point__inr-list-item + .point__inr-list-item {
    margin-top: 20px;
  }
  .point__inr-list-item::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(/kyouiku/hyakuninisshu/_shared/img/point_check.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
  }
  a.point__inr-list-item-link {
    color: #595757;
  }

  /* content */
  .content__ttl {
    margin-bottom: 24px;
    margin-top: 36px;
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    color: #333333;
    border-bottom: 2px solid #DAB655;
  }
  .content__subttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .content__txt {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .content__img {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .content__img-ttl {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .content__img-main {
    width: 100%;
    margin-bottom: 10px;
  }
  .content__img-list {
    font-size: 12px;
  }
  .content__img-list-item {
    position: relative;
    padding-left: 16px;
  }
  .content__img-list-item::before {
    position: absolute;
    content: "※";
    left: 0;
  }
  a.content__btn {
    position: relative;
    display: block;
    margin: 70px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #B98C12;
    text-align: center;
  }
  .content__btn:hover {
    opacity: 0.7;
  }
  .content__btn-wrap .content__btn:hover {
    text-decoration: none;
  }
  .content__btn-wrap{
    display: flex;
    justify-content: space-evenly;
    width: 232px;
    margin: 0 auto;
    position: relative;
  }
  .content__btn-wrap::before{
    position: absolute;
    content: "|";
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    color: #B98C12;
    font-size: 24px;
  }
  .word__phrase{
    display: block;
    padding: 2px 0px;
    background-color: #45A5C3;
    color: #FFFFFF;
    width: 76px;
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
  }
  .word__phrase-txt{
    margin-top: 6px;
  }
  .author__h3, .character__phrase{
    font-size: 14px;
    font-weight: bold;
  }
  .character__table{
    margin-top: 10px;
  }
  .character__table-list{
    border: #B5B5B5 1px solid;
  }
  .character__table-list-inner{
    width: 100%;
  }
  .character__table-list-inner:nth-of-type(2){
    border-top: 1px solid #B5B5B5;
  }
  .character__table-list-ttl{
    background-color: #F4F4F4;
    color: #8D8D8D;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #B5B5B5;
  }
  .character__table-list-txt{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 10px 10px;
    font-weight: bold;
  }
  .character__table-list-txt--season{
    color: #B98C12;
  }
  .specialist__title {
    color: #171C61;
    font-weight: bold;
    font-family: serif;
  }
  .specialist__image {
    display: block;
  }
  .specialist__info-name--large {
    font-weight: bold;
  }
  .specialist__info-hr {
    border-top: 2px solid #144D9C;
  }
  .specialist__info-name,
  .specialist__info-degree {
    color: #144D9C;
  }
  .specialist__info-explanation,
  .content-text {
    color: #595757;
  }
  .specialist {
    margin: 40px auto 40px;
    padding: 30px 16px 32px;
    background-color: rgb(112, 168, 202, 0.1);
    width: 347px;
    box-sizing: border-box;
  }
  .specialist__title {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
  }
  .specialist__image {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
  }
  .specialist__info-name {
    position: relative;
    height: 40px;
  }
  .specialist__info-name--large {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .specialist__info-name--small {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .specialist__info-hr {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .specialist__info-degree {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .specialist__info-explanation { font-size: 16px; }
  .specialist__comment {
    font-size: 16px;
  }
  .specialist__comment + .specialist__comment {
    margin-top: 16px;
  }
}