@charset "UTF-8";

@media screen and (min-width:768px) {

}
@media screen and (max-width:767px) {

}
.feature__vol14-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.feature__vol14-logo {
  text-align: center;
  margin-bottom: 30px;
}
.feature__vol14-intro {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 55px;
}
.feature__vol14-course {
  text-align: center;
  margin-bottom: 10px;
}
.feature__vol14-coursetext {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.feature__vol14-profile {
  text-align: center;
  margin-bottom: 35px;
}
.feature__vol14-profilenote {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
.feature__vol14-profile--sp {
  display: none;
}
.feature__vol14-profile a {
  margin: 0 15px;
}
.feature__vol14-shuzai {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0056a3;
  font-size: 14px;
  margin-bottom: 55px;
  margin-top: 10px;
  padding: 0 18px 0 60px;
}
.feature__vol14-shuzai > div {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
.course-vol14 {
  margin-bottom: 100px;
}
.course-vol14__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 35px 0;
}
.course-vol14__title {
  margin-left: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #0056a3;
  letter-spacing: 4px;
}
.course-vol14__profile {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;
}
.course-vol14__profile-thum {
  margin-right: 20px;
}
.course-vol14__profile-detail {

}
.course-vol14__body {
  padding: 0 60px;
}
.course-vol14__row {
  display: flex;
  border-bottom: 1px solid #000;
}
.course-vol14__row:last-child {
  border-bottom: none;
}
.course-vol14-item {
  margin: 30px 0;
  flex: 1 1 auto;
  padding-right: 62px;
  border-right: 1px solid #000;
  margin-right: 63px;
}
.course-vol14-item:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.course-vol14-item__header {
  height: 36px;
  margin-bottom: 20px;
}
.course-vol14-item__icon {
  background: #fff452;
  display: inline-block;
  color: #0056a3;
  line-height: 1;
  padding: 0 30px;
  line-height: 36px;
  font-size: 14px;
}
.course-vol14-item__thum {
  margin-bottom: 10px;
  white-space: nowrap;
  display: flex;
}
.course-vol14-item__sub {
  color: #df512f;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.course-vol14-item__thum > div{
  margin-left: 32px;
}
.course-vol14-item__thum .course-vol14-item__text {
  margin-top: 10px;
}
.course-vol14-item__thum > div:first-child{
  margin-left: 0;
}
.course-vol14-item__text {
  font-size: 14px;
  color: #0056a3;
}
.course-vol14__text {
  border-top: 1px solid #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  padding: 35px 0;
}
.course-vol14__text .note {
  margin-top: 1em;
  font-size: 12px;
}
.child-modal-bg {
  display: none;
  background: rgba(255, 255, 255, .7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101
}

.child-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 102;
  box-sizing: border-box
}

@media screen and (min-width:768px) {
  .child-modal {
    width: 400px;
    height: 210px
  }
}

@media screen and (max-width:767px) {
  .child-modal {
    width: 85%;
    max-width: 340px
  }
}

.child-modal__close {
  position: absolute;
  right: 0;
  top: -40px
}

.child-modal__wrap {
  overflow: hidden
}

@media screen and (min-width:768px) {
  .child-modal__wrap {
    width: 400px
  }
}

@media screen and (max-width:767px) {
  .child-modal__wrap {
    width: 100%
  }
}

.child-modal__panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .6s;
  transition: all .6s
}

.child-modal__panel {
  background: #fff33f;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity .6s;
  transition: opacity .6s
}

@media screen and (min-width:768px) {
  .child-modal__panel {
    width: 320px;
    height: 210px;
    padding: 0 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

@media screen and (max-width:767px) {
  .child-modal__panel {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 1.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.child-modal__panel.is-show {
  opacity: 1
}

.child-modal__right {
  position: absolute;
  right: -50px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:767px) {
  .child-modal__right {
    -webkit-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%)
  }
}

.child-modal__left {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

@media screen and (max-width:767px) {
  .child-modal__left {
    -webkit-transform: translate(75%, -50%);
    -ms-transform: translate(75%, -50%);
    transform: translate(75%, -50%)
  }
}

.child-modal__title {
  text-align: center;
  border-bottom: 2px solid #003670
}

@media screen and (min-width:768px) {
  .child-modal__title {
    padding-top: 25px;
    height: 27px;
    padding-bottom: 10px;
    margin-bottom: 25px
  }
}

@media screen and (max-width:767px) {
  .child-modal__title {
    padding-bottom: 10px;
    margin-bottom: 20px
  }
}

.child-modal__detail, .child-modal__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.child-modal__details {
  -webkit-transition: all .3s;
  transition: all .3s
}

.child-modal__detail {
  color: #003670
}

@media screen and (min-width:768px) {
  .child-modal__detail {
    font-size: 14px;
    width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 320px;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px
  }
}

@media screen and (max-width:767px) {
  .child-modal__detail {
    font-size: 12px
  }
}

@media screen and (min-width:768px) {
  .child-modal__image {
    margin-right: 20px
  }
}

@media screen and (max-width:767px) {
  .child-modal__image {
    margin-right: 15px
  }
  .child-modal__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.child-modal__name {
  font-weight: 700
}

@media screen and (max-width:767px) {
  .course-vol14 {
    margin-bottom: 80px;
  }
  .course-vol14__header {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0px 0;
  }
  .course-vol14__title {
    margin-left: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #0056a3;
    letter-spacing: 4px;
    padding: 20px 10px;
    border-bottom: 1px solid #000;
  }
  .course-vol14__title img {
    zoom: 0.8;
  }
  .course-vol14__profile {
    display: flex;
    align-items: center;
    padding: 18px 10px;
    font-size: 12px;
    line-height: 1.8;
  }
  .course-vol14__profile-thum {
    margin-right: 15px;

  }
  .course-vol14__profile-detail {
    flex: 1;
  }
  .course-vol14__body {
    padding: 0 0px;
  }
  .course-vol14__row {
    display: block;
    padding: 0 20px;
    border-bottom: none;
  }
  .course-vol14__row:last-child {
    border-bottom: none;
    border-bottom: 1px solid #000;
  }
  .course-vol14__row:last-child .course-vol14-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .course-vol14-item {
    margin: 0px 0;
    flex: 1;
    border-bottom: 1px solid #000;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .course-vol14-item:last-child {
    border-bottom: 1px solid #000;
    margin-right: 0;
    padding-right: 0;
  }
  .course-vol14-item__header {
    height: 29px;
    margin-bottom: 10px;
  }
  .course-vol14-item__icon {
    background: #fff452;
    display: inline-block;
    color: #0056a3;
    line-height: 1;
    padding: 0 25px;
    line-height: 29px;
    font-size: 11px;
  }
  .course-vol14-item__thum {
    margin-bottom: 3px;
    white-space: nowrap;
    display: flex;
  }
  .course-vol14-item__thum > div {
    flex: 1;
  }
  .course-vol14-item-sp-flex {
    display: flex;
    align-items: flex-start;
  }
  .course-vol14-item__thum-2col > div{
    width: calc(50% - 10px);
  }
  .course-vol14-item-sp-flex .course-vol14-item__thum {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .course-vol14-item-sp-flex .course-vol14-item__text {
    flex: 1;
  }
  .course-vol14-item-sp-flex .course-vol14-item__sub {
    margin-bottom: 6px;
  }
  .course-vol14-item__sub {
    color: #df512f;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .course-vol14-item__thum img{
    width: 100%;
  }
  .course-vol14-item__thum > div{
    margin-left: 20px;
  }
  .course-vol14-item__thum .course-vol14-item__text {
    margin-top: 0px;
  }
  .course-vol14-item__thum > div:first-child{
    margin-left: 0;
  }
  .course-vol14-item__text {
    font-size: 12px;
    color: #0056a3;
    white-space: normal;
  }
  .course-vol14__text {
    border-top: none;
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    padding: 15px 20px;
  }
  .course-vol14__text .note{
    font-size: 10px;
  }


  .feature__vol14-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .feature__vol14-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .feature__vol14-intro {
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .feature__vol14-course {
    text-align: center;
    margin-bottom: 10px;
  }
  .feature__vol14-coursetext {
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .feature__vol14-profile {
    text-align: center;
    margin-bottom: 25px;
    display: none;
  }
  .feature__vol14-profile--sp {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
  }
  .feature__vol14-profile a {
    margin: 0 5px;
  }

  .feature__vol14-profile--sp a {
    margin: 0 10px;
  }
  .feature__vol14-profile--sp2 a {
    margin: 0 15px;
  }
  .feature__vol14-profile--sp img{
    zoom: 0.65;
  }
  .feature__vol14-profilenote {
    font-size: 11px;
    margin-bottom: 20px;
  }

  .feature__vol14-profile a:hover img {
    opacity: 1;
  }
  .feature__vol14-shuzai {
    display: block;
    color: #0056a3;
    font-size: 11px;
    margin-bottom: 25px;
    margin-top: 10px;
    padding: 0 0px 0 0px;
  }
  .feature__vol14-shuzai > div {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8;
  }
  .feature__vol14-shuzaiimg {
    margin-top: 20px;
    text-align: right;
    zoom: 0.5;
  }
  .paginate {
    margin-bottom: 30px;
  }
  .sp-center {
    text-align: center;
  }
  img.sp-half {
    zoom: 0.7;
    width: auto;
  }
}