@charset "UTF-8";

.mock{
  border: none;
  width: 100%;
  height: 100vw;
  max-height: 960px;
}

.select-tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
        margin: 30px 0 0 !important;
    position: relative;
    z-index: 1;
}

.select-tab li.active {
    background: #fff;
    position: relative;
    z-index: 1;
    color: #343c48;
}
.select-tab li.active span {
    border-bottom: 2px solid #008fd3;
    padding: 0 1rem .3rem;
}

.select-tab li {
    font-weight: 500;
    margin-right: 1px;
    
    color: #fff;
    width: 29.8rem;
    height: 5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    text-align: center;
    background: #add6fa;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-indent: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.select-tab li:before{
  display: none !important;
}

.content-box{
  background-color: #fff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 10px 10px 10px;
  padding: 20px 30px;
  z-index: 2;
  position: relative;
}

.content-box dl{
  display: flex;
      flex-wrap: wrap;
}

.content-box dt{
    font-size: 16px;
    color: #008fd3;
    width: 120px;
    display: flex;
    align-items: center;
}

.content-box dd{
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.content-box .one{
  border-bottom: 1px solid #d8d7dd;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.content-box .one a{
  height: 40px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #008fd3;
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.2s
}

.content-box .one a[target=_blank]:after {
    background: url(/fixed/common/img/icon_outer_bl.svg) no-repeat right center;
    background-size: 1.4rem;
    display: block;
    content: "";
    width: 1.4rem;
    height: 2rem;
    margin-left: 10px;
    margin-top: 4px;
}

.content-box .one a:hover{
  background-color: #008fd3;
  color: #fff
}

.content-box .one a:hover:after{
  background: url(/fixed/common/img/icon_outer_wh.svg) no-repeat right center;
}

.content-box dd div{
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-bottom: 0 !important
}

.content-box dd div p{
  margin-bottom: 0 !important;
  width: calc(100% - 60px) !important;
}

.content-box dd div img{
  width: 50px;
  margin-right: 10px
}

.play-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px;
}

.play-box li {
    text-indent: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.play-box li:before{
  display: none !important;
}

.play-box a{
  height: 40px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #008fd3;
  background-color: #fff;
  color: #000000;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  
}

.dont .play-box{
  opacity: 0.4;
  pointer-events: none;
}

.play-box a:after {
    background: url(/fixed/common/img/play_wh.svg) no-repeat right center;
    background-size: 22px;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    transition: 0.2s;
}

.play-box a:hover:after{
  background: url(/fixed/common/img/play_bl.svg) no-repeat right center;
}

#pm01{
  display: none;
}

.video-modal-overlay {
  display:none;
  position: fixed;
  z-index: 9998;
  left:0; top:0;
  width:100vw;
  height:100vh;
  background: rgba(0,0,0,0.7);
}

.video-modal {
  position: absolute;
  z-index: 9999;
  width:80%;
  max-width:960px;
  height:auto;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  padding:0px;
  border-radius: 10px
}

.video-modal iframe{
  position: relative !important;
  height: 36.6vmin !important;
  border-radius: 10px 10px 0 0 ;
  overflow: hidden;
}

.video-modal .close-btn {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    right: -50px;
    top: -50px;
    color: #fff;
}

.video-modal .txt-area{
  padding: 0 20px 20px
}

@media screen and (max-width: 768px){
  .content-box dl,
  .content-box dd{
    flex-direction: column;
  }

  .content-box dd{
    gap: 10px;
  }

  .content-box dl dt,
  .content-box dl dd{
    width: 100%
  }

  .play-box{
        grid-template-columns: none;
  }

  .mock{
    border: none;
    width: 100%;
    height: 100vw;
    max-height: 90vw;
  }
}
