/*
.detailBox
---------------------------*/
.detailBox {
  background-color: #fff;
  border-radius: 10px;
}
.detailBox + .detailBox {
  margin-top: 20px;
}
.detailBox .contentName {
  position: relative;
  font-size: 16px;
  background-color: #E73079;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.detailBox .detailBoxInner {
  padding: 15px 4%;
}
.detailBox .detailBoxInner p + p {
  padding-top: 10px;
}
.detailBox .imageBox {
  text-align: center;
}
.detailBox .imageBox img {
  border-radius: 10px;
}
.detailBox .btnWrap {
  text-align: center;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .detailBox {
    border-radius: 20px;
  }
  .detailBox.wideType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .detailBox.wideType > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .detailBox.wideType .detailText {
    width: 60%;
  }
  .detailBox.wideType .imageBox {
    width: 45%;
  }
  .detailBox.wideType .contentName {
    position: relative;
    width: 90%;
    border-top-right-radius: 0;
    z-index: 1;
  }
  .detailBox.wideType .contentName.type02:before {
    height: 99%;
  }
  .detailBox.wideType .contentName:before {
    display: block;
    position: absolute;
    width: 60px;
    right: -35px;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #E73079;
    border-bottom-right-radius: 10px;
    margin: auto;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    z-index: -1;
  }
  .detailBox.wideType .btnWrap {
    text-align: left;
  }
  .detailBox + .detailBox {
    margin-top: 30px;
  }
  .detailBox .imageBox img {
    border-radius: 20px;
  }
  .detailBox .btnWrap {
    padding-top: 30px;
  }
}
@media (min-width: 1000px) {
  .detailBox .detailBoxInner {
    padding: 30px;
  }
  .detailBox .contentName {
    font-size: 24px;
    padding: 10px 20px;
  }
}

.contentBox {
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px 10px 0 0;
}

.contentBox.type02 {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .detailBoxColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detailBoxColumn > div {
    width: 48%;
  }
  .detailBoxColumn .detailBox .detailBoxInner {
    padding: 20px;
  }
  .detailBoxColumn .detailBox + .detailBox {
    margin-top: 0;
  }
  .detailBoxColumn .imageBox img {
    border-radius: 10px;
  }
}

.moreBtn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.moreBtn a, .moreBtn span {
  display: block;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background-color: #00C1DF;
  padding: 12px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.moreBtn a:before, .moreBtn span:before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.moreBtn a:hover:before, .moreBtn span:hover:before {
  left: 20px;
  opacity: 1;
}
@media (min-width: 769px) {
  .moreBtn a, .moreBtn span {
    padding: 8px 40px;
  }
}

.pdfLink {
  position: relative;
  color: #00C1DF;
  text-decoration: underline;
  padding-right: 10px;
}
.pdfLink:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-pdf.svg) center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

/*
.detailTable
---------------------------*/
.detailTable {
  padding: 20px 0 0;
}
.detailTable dl {
  margin-bottom: 1px;
}
.detailTable dt {
  background-color: #00C1DF;
  color: #fff;
  font-weight: 500;
}
.detailTable dd {
  background-color: #fff;
}
.detailTable dt, .detailTable dd {
  line-height: 1.2;
  padding: 11px 4%;
}
.detailTable p {
  line-height: 1.6;
}
.detailTable p + p {
  padding-top: 7px;
}
.detailTable p.topSpace {
  padding-top: 1em;
}
.detailTable .em {
  color: #004A9F;
}
.detailTable .telmark {
  position: relative;
  padding-left: 30px;
}
.detailTable .telmark:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-tel.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.detailTable .mailmark {
  position: relative;
  padding-left: 30px;
}
.detailTable .mailmark:before {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url(../img/common/icon-mail.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.detailTable .blank {
  position: relative;
  color: #00C1DF;
  text-decoration: underline;
  padding-right: 10px;
}
.detailTable .blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/common/blank.svg) center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .detailTable {
    padding: 40px 0 0;
  }
  .detailTable dl {
    display: table;
    width: 100%;
  }
  .detailTable dt, .detailTable dd {
    display: table-cell;
    vertical-align: middle;
    padding: 13px 20px;
  }
  .detailTable dt {
    width: 190px;
  }
  .detailTable dd {
    width: calc(100% - 190px);
  }
  .detailTable p {
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .detailTable dd .ibText {
    width: 35%;
    display: inline-block;
    padding-right: 5%;
  }
}

.contentBox .gallery {
  padding-bottom: 5px;
}
.contentBox .gallery .imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox .gallery .imageBox > div {
  width: 49%;
  text-align: center;
  padding-bottom: 10px;
}
.contentBox .gallery .imageBox > div p {
  padding: 10px 0 0;
}
.contentBox .gallery .imageBox > div:nth-child(odd) {
  margin-right: 2%;
}
.contentBox .gallery .imageBox > div img {
  max-height: 197px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 297/197;
}
.contentBox .gallery .imageBox > div img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.contentBox .gallery.type02 .imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox .gallery.type02 .imageBox > div {
  width: 100%;
}
.contentBox .gallery.type02 .imageBox dl {
  text-align: left;
  padding: 10px 0 0;
}
.contentBox .gallery.type02 .imageBox dt {
  font-weight: 600;
}
@media (min-width: 768px) {
  .contentBox .gallery {
    padding-bottom: 30px;
  }
  .contentBox .gallery .imageBox > div {
    width: 32%;
    margin-right: 2%;
    padding-bottom: 20px;
  }
  .contentBox .gallery .imageBox > div:nth-child(3n) {
    margin-right: 0;
  }
  .contentBox .gallery.type02 .imageBox > div {
    width: 49%;
    text-align: center;
    margin-right: 0;
  }
  .contentBox .gallery.type02 .imageBox > div:nth-child(odd) {
    margin-right: 2%;
  }
}

h3 span {
  padding-right: 4px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
}/*# sourceMappingURL=programDetail.css.map */