html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  color: #0d0d42;
  min-width: 768px;
}

#headGrp1 {
  background: url(../img/spc_img_01.jpg) no-repeat left top;
  background-size: 100%;
  height: 320px;
}

#headGrp2 {
  background: url(../img/spc_img_02.jpg) no-repeat left top;
  background-size: 100%;
  height: 320px;
}

#headGrp3 {
  background: url(../img/spc_img_03.jpg) no-repeat left top;
  background-size: 100%;
  height: 320px;
}

#headGrp4 {
  background: url(../img/spc_img_04.jpg) no-repeat left top;
  background-size: 100%;
  height: 320px;
}

#headbar1 {
  width: 100%;
  height: 30px;
  background: #0071bc;
  position: relative;
  z-index: 100;
}

#headbar2 {
  width: 100%;
  height: 30px;
  background: #005c7e;
  position: relative;
  z-index: 100;
}

#headbar3 {
  width: 100%;
  height: 30px;
  background: #24cf8a;
  position: relative;
  z-index: 100;
}

#headbar4 {
  width: 100%;
  height: 30px;
  background: #16bbcd;
  position: relative;
  z-index: 100;
}

#pageTitle figure {
  width: 500px;
  margin: 20px auto auto auto;
}

#pageTitle figure img {
  width: 100%;
}

.pageLead {
  width: 500px;
  margin: 40px auto auto auto;
  padding: 10px;
  background: #f1f9ff;
  border-radius: 10px;
}

.movSec {
  width: 680px;
  margin: 50px auto auto auto;
  background: #f5fbff;
  position: relative;
}

.movHead {
  width: 550px;
  line-height: 60px;
  height: 60px;
  background: #135aa9 url(../img/spc_img_03.svg) no-repeat 30px 15px;
  background-size: 190px;
  padding-left: 230px;
  position: relative;
  top: -15px;
  left: -30px;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
}

.movHead:before {
  position: absolute;
  top: 60px;
  left: 1px;
  border: solid 15px transparent;
  border-top: solid 15px #042359;
  border-right: solid 15px #042359;
  content: '';
}

.movHead:after {
  position: absolute;
  top: 0;
  right: -30px;
  border: solid 30px transparent;
  border-top: solid 30px #135aa9;
  border-bottom: solid 30px #135aa9;
  content: '';
}

.movSubHead {
  width: 100%;
  line-height: 50px;
  font-size: 1.8rem;
  background: #c3e4f1;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
}

.movSubHead:after {
  position: absolute;
  top: 15px;
  left: 15px;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  content: '';
}

.movGrp {
  padding: 0 15px 15px 15px;
}

.movGrp .movArt {
  width: 100%;
  height: 168px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 15px auto;
  box-shadow: 3px 3px 2px 1px #cfdade;
  position: relative;
}

/*.movGrp .movArt:after {
  content: '';
  border: solid 15px transparent;
  display: block;
  border-top: solid 15px #f1f9ff;
  border-left: solid 15px #f1f9ff;
  position: absolute;
  top: 0;
  left: 0;
}*/

.movGrp .movArt video {
  width: 460px;
  height: 257px;
  background: black;
}

.movGrp .movArt .thumb {
  width: 460px;
  height: 257px;
  position: absolute;
  top: 0;
  right: 0;
  background: gray;
  z-index: 3;
}

.movGrp .movArt .movData {
  width: calc(100% - 300px);
  padding: 15px;
  position: absolute;
}

.movGrp .movArt .movTitle {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 10px;
  line-height: 1.25;
}

.movGrp .movArt .movCom {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 10px;
}

.movGrp .movArt .spInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 10px;
}

.movGrp .movArt .spInfo .speaker {
  width: calc(100% - 0px);
  font-weight: bold;
}

.movSec .speaker{
  color: #135aa9;
}


.movGrp .movArt .spInfo .movTime {
  width: 100px;
  position: relative;
  bottom: 0;
  right: 0;
  text-align: right;
}

.movGrp .movArt .spInfo .movTime:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/spc_img_05.svg);
  position: absolute;
  top: 2px;
  right: 39px;
}

.rscSec {
  background: #effbf2;
}

.rscSec .rscHead {
  background: #57b432 url(../img/spc_img_04.svg) no-repeat 30px 13px;
  background-size: 230px;
  padding-left: 270px;
}

.rscSec .rscHead:before {
  border-top: solid 15px #08651f;
  border-right: solid 15px #08651f;
}

.rscSec .rscHead:after {
  border-top: solid 30px #57b432;
  border-bottom: solid 30px #57b432;
}

.rscSec .movArt:after {
  border-top: solid 15px #effbee;
  border-left: solid 15px #effbee;
}
.rscSec .speaker{
  color: #57b432!important;
}


.asanoSec {
  background: #fbf4ef;
}
.asanoSec .asanoHead {
  background: #be5000 url() no-repeat 30px 13px;
  background-size: 230px;
  padding-left: 30px;
}
.asanoSec .asanoHead:before {
  border-top: solid 15px #632400;
  border-right: solid 15px #632400;
}

.asanoSec .asanoHead:after {
  border-top: solid 30px #be5000;
  border-bottom: solid 30px #be5000;
}
.asanoSec .movArt:after {
  border-top: solid 15px #fbf4ef;
  border-left: solid 15px #fbf4ef;
}
.asanoSec .speaker{
  color: #be5000!important;
}


#footerGrp{
  background: #fcf3c9;
  margin-top: 50px;
  padding: 50px 0 ;
}
.footer{
  width: 90%;
  max-width: 800px;
  margin:auto;
  text-align: center;
}
.ft_title{
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.ft_title::before,
.ft_title::after{
  content:"";
   display:inline-block;
   width:50px;
   height:2px;
   background-color:#f54987;
   position:absolute;
}
.ft_title::before{
  top:10px;
  right:-60px;
}
.ft_title::after{
  top:10px;
  left:-60px;
}
.ft_comment{
  text-align: left;
  line-height: 1.75;
  font-size: 1.5rem;
}
.ft_comment:last-of-type{
  font-weight: bold;
}

.anke_btn{
  display: block;
  width: 90%;
  max-width: 500px;
  font-size: 1.5rem;
  text-decoration: none;
  background: #f54987;
  color: #fff;
  padding: 20px;
  margin: 30px auto 0;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.anke_btn:hover{
  background: #d4185c;
}
#logout_btn{
  text-align: center;
  margin: 40px 0;
}
.logout_btn{
  display: inline-block;
  background: #397dda;
  color: #fff;
  width: 90%;
  max-width: 500px;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 5px;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.logout_btn:hover{
  background: #1959b3;
}

@media screen and (max-width: 500px) {
  body {
    min-width: inherit;
  }

  #headGrp {
    background: url(../img/spc_img_01.jpg) no-repeat left top;
    background-size: 660px;
  }

  .pageLead {
    width: 90%;
  }

  #pageTitle figure {
    width: 90%;
  }

  .movSec {
    width: 90%;
  }

  .movHead {
    width: 300px;
    line-height: 50px;
    height: 50px;
    background: #29abe2;
    background-size: 150px;
    padding-left: 30px;
    position: relative;
    top: -15px;
    left: -30px;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .movHead:after {
    position: absolute;
    top: 0;
    right: -25px;
    border: solid 25px transparent;
    border-top: solid 25px #2aabe2;
    border-bottom: solid 25px #2aabe2;
    content: '';
  }

  .movHead:before {
    top: 50px;
  }

  .movGrp {
    margin: auto;
  }

  .movGrp .movArt {
    width: 300px;
    height: auto;
  }

  .movGrp .movArt .movData {
    width: 100%;
  }

  .movGrp .movArt .thumb {
    top: auto;
    bottom: 0;
  }

  .movGrp .movArt .movCom {
    margin-bottom: 20px;
  }

  .rscSec .rscHead {
    background: #78c83c;
    padding-left: 30px;
  }

  .rscSec .rscHead:after {
    border-top: solid 25px #78c83c;
    border-bottom: solid 25px #78c83c;
  }
}

@media screen and (min-width: 1000px) {
  #headGrp {
    background: url(../img/spc_img_01.jpg) no-repeat center top;
    background-size: 100%;
    height: 320px;
  }

  .titleGrp {
    width: 90%;
    max-width: 1060px;
    margin: auto;
  }

  #pageTitle figure {
    margin: 20px 0 0 0;
  }

  .pageLead {
    width: 600px;
    margin: 20px 0 0 0;
    background: rgba(255, 255, 255, 0.8);
  }

  .movSec {
    width: 90%;
    max-width: 1000px;
  }

  .movGrp {
    padding: 0 20px 20px 20px;
  }

  .movGrp .movArt {
    margin: 20px auto;
  }

  .movGrp .movArt .movData {
    padding: 20px;
  }

  .movGrp .movArt .movCom {
    font-size: 1.5rem!important;
    line-height: 1.5;
  }

  .movGrp .movArt .spInfo {
    width: calc(100% - 40px);
  }
}

/*# sourceMappingURL=public.css.map */
/* video JS */
.dsnone {
  display: none !important;
}

.video-js .vjs-big-play-button {
  display: none !important;
}

.thumb {
  width: 300px;
  height: 169px;
  /*background: url(../img/jtx_c_logo.png);*/
  background-size: 300px;
  position: absolute;
  z-index: 3;
  transition: 0.3s ease all;
}

.thumb:after {
  background: url(../img/playmark.svg) no-repeat;
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  z-index: 100;
  right: 10px;
}

.thumb:hover {
  opacity: 0.7;
}

#thum_kitagawa {
  background: url(../img/thum_kitagawa.jpg);
  background-size: 460px;
}

#thum_miyazaki {
  background: url(../img/thum_miyazaki.jpg);
  background-size: 460px;
}
#thum_koike {
  background: url(../img/thum_koike.jpg);
  background-size: 460px;
}
#thum_kumashiro {
  background: url(../img/thum_kumashiro.jpg);
  background-size: 460px;
}
#thum_ibuka {
  background: url(../img/thum_ibuka.jpg);
  background-size: 460px;
}
#thum_matsumura {
  background: url(../img/thum_matsumura.jpg);
  background-size: 460px;
}
#thum_shimada {
  background: url(../img/thum_shimada.jpg);
  background-size: 460px;
}
#thum_hio {
  background: url(../img/thum_hio.jpg);
  background-size: 460px;
}
#thum_kodama {
  background: url(../img/thum_kodama.jpg);
  background-size: 460px;
}
#thum_akao {
  background: url(../img/thum_akao.jpg);
  background-size: 460px;
}

/*
#thum_3:after {
  background: url(../img/playmark.svg) no-repeat;
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  z-index: 100;
  left: 10px;
}*/


/*--------------------------
fushishita tuika 2021/5/16
------------------------------------*/

#thum_imaizumi {
  background: url(../img/thumb_imaizumi.jpg);
  background-size: 460px;
}

#thum_Asano {
  background: url(../img/thumb_asano.jpg);
  background-size: 300px;
}

#thum_Asano:after {
  background: url(../img/playmark.svg) no-repeat;
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  z-index: 100;
  left: 10px;
}







/*--------------------------
yasuda design henko 2021/6/3
------------------------------------*/
.movSubHead {
  background: none;
  padding-left: 40px;
  padding-right: 20px;
  color: #135aa9;
}
.movSubHead:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #135aa9;
  border-right: solid 1px #135aa9;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_div{
  width : 50%;

}


.movGrp .movArt {
  height: 465px;
  display: flex;
  flex-direction: column;
  margin: 0px auto 20px;
}

.movGrp .movArt .movData{
  width: 100%;
  height: 190px;
  margin-top: 275px;
}
.movGrp .movArt .spInfo{
  bottom: inherit;
  top: -5px;
}
.movGrp .movArt .spInfo2{
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 10px;
}
.movGrp .movArt .spInfo2 .movTime:before{
  content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/spc_img_05.svg);
    position: absolute;
    top: 2px;
    right: 39px;
}
.movGrp .movArt .thumb{
  width: 460px;
  height: 257px;
  left: 0;
}


@media screen and (max-width: 1120px) {
  .flex{
    flex-direction: column;
  }
  .flex_div{
    width: 80%;
    margin: auto;
  }
  .movGrp .movArt .thumb{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}



.movCom br{display: none;}
