html{
      font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Verdana,sans-serif;
}

a:hover{
  opacity: 0.8;
}
.mod-head{
  margin-bottom: 30px;
}

.mod-head:after,.mod-pic-box:after,.mod-staff:after{
  content: " ";
  display: block;
  clear: both;
}

.mod-main{
  box-sizing: border-box;
  padding: 40px;
  margin-top: 40px;
}
.mod-h1{
  color: #00a0dc;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  margin-top: 0;
  background-image: url('/jinji/highschool/gunma/work/modal/img/mod-h1-bk.gif');
  background-repeat: no-repeat;
  background-position: bottom;
}
.mod-staff{
  position: relative;
  width: 40%;
  float: left;
}

.mod-staff-icn{
  width: 65px;
  margin-right: 10px;
  float: left;
}
.mod-staff-icn img,.mod-staff-pic img{width: 100%;}
.mod-staff-pic{
  width: 156px;
  margin-right: 20px;
  float: left;
}
.mod-staff-data{
  font-weight: bold;
  font-size: 13px;
  margin-top: 30px;
}
.mod-staff-data span{font-size: 30px;}

.mod-read{
  position: relative;
  width: 500px;
  height: 150px;
  float: right;
  background-image: url('/jinji/highschool/gunma/work/modal/img/mod-fuki-bk.gif');
  background-repeat: no-repeat;
}
.mod-read p{
  left: 80px;
  top: 25px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  padding-right: 30px;
}
.add-line p{
  top: 10px;
}
.mod-txt-main{
  font-size: 14px;
  line-height: 2;
}
.mod-txt-main span{
  color: #00a0dc;
  font-weight: bold;
  line-height: 2.5;
}
.mod-main-pic{
  float: right;
  margin-left: 40px;
}
.pc-only{display: block;}
.sp-only{display: none;}

@media screen and (max-width: 812px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

  .pc-only{display: none;}
  .sp-only{display: block;}

  .mod-main{
    padding: 20px;
    margin-top: 20px;
  }
  .mod-staff{
    width: 100%;
    float: none;
  }
  .mod-staff img{width: 100%;}
  .mod-read{
    position: relative;
    width: 300px;
    height: 164px;
    float: none;
    margin-top: -20px;
    background-image: url('/jinji/highschool/gunma/work/modal/img/mod-fuki-bk-sp.gif');
    background-repeat: no-repeat;
  }
  .mod-read p{
    left: 0px;
    top: 40px;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
  }
  .mod-main-pic{
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .mod-staff-icn{
    width: 65px;
    margin-right: 30px;
    float: right;
  }
  .mod-staff-icn img,.mod-staff-pic img{width: 100%;}
  .mod-staff-pic{
    width: 170px;
    margin-right: 00px;
    float: left;
  }
  .mod-staff-data{
    float: right;
    margin-right: 20px;
    margin-top: 0px;
  }
}


