@charset "UTF-8";

.sp{
  display:none;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}

.secContact {
  text-align: center;
  padding: 50px 0;
  transition: all 0.5s;
}
a.linkBox:hover {
  text-decoration: none;
}
a.linkBox:hover .secContact {
  background-color: #F7F8FA;
}
img.secContact__image01 {
  max-width: 964px;
}
img.secContact__image02 {
  display: block;
  width: 62px;
  margin: 40px auto 25px auto;
}
.secContact label {
  color: #004B6A;
  cursor: pointer;
}

.modal {
  display: none;
  background: rgba(0,0,0,0.80);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow: auto;
}
.modal__bg {
  height: 100%;
  width: 100%;
}
.modal__content {
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translate(-50%,0);
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  min-height: 200px;
  padding: 50px;
}
.modal__body iframe {
  width: 100%;
  height: 448.21px;
}
#js-player {
  width: 100%;
  height: 448.21px;
  margin-bottom: 10px;
}
.modal__body p {
  font-size: 17px;
  font-weight: 700;
}
.modal__footer {
  text-align: center;
  margin-top: 30px;
}
.modal__footer label {
  position: relative;
  display: inline-block;
  border: 1px solid #004B6A;
  border-radius: 27px;
  width: 211px;
  font-size: 13px;
  text-align: center;
  line-height: 47px;
  color: #154087;
  cursor: pointer;
}
.modal__footer label::before {
  content: url(../__images/top202302/icon_close.svg);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  br.dummiy {
    display: block !important;
  }
  .wrap {
    width: 100%;
    padding: 0 16px;
  }
  img.secContact__image01 {
    max-width: 400px;
    width: 100%;
  }
  .modal__content {
    border-radius: 0;
    width: 100%;
    padding: 50px 0;
  }
  .modal__body iframe {
    width: 100%;
    height: 210px
  }
  #js-player {
    width: 100%;
    height: 210px;
  }
  .modal__body p {
    padding: 0 16px;
  }

}
