/*
Theme Name: 南九州大学短期大学部
Author: sparkjapan
Version: 1.0
*/
body .business.course .inner,
body .global.course .inner,
body .hotel.course .inner,
body .office.course .inner,
body .medical.course .inner,
body .university.course .inner{
  font-family: "Noto Sans CJK JP","Montserrat","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,sans-serif;
}
.course h3{
  font-weight: bold !important;
}
.business.course .style_color {
  color: #ea6176;
}
.global.course .style_color {
  color: #00ab84;
}
.hotel.course .style_color {
  color: #d2b400;
}
.office.course .style_color {
  color: #9b72b0;
}
.medical.course .style_color {
  color: #46b2e7;
}
.university.course .style_color {
  color: #f18e38;
}
@media screen and (max-width:768px) {
  #wrapper.course .inner h2{
    font-size: 26px;
  }
}
/*メインエリア_________________________*/
.course  .mainArea{
  padding: 60px 7%;
  margin-top: 60px;
}
.course .inner .mainArea h3{
  margin-top: 50px !important;
}
.business.course .mainArea {
  background-color: #fff4f3;
}
.global.course .mainArea {
  background-color: #eff4f0;
}
.hotel.course .mainArea {
  background-color: #f7f2e8;
}
.office.course .mainArea {
  background-color: #efecf6;
}
.medical.course .mainArea {
  background-color: #ebf2f7;
}
.university.course .mainArea {
  background-color: #fcf0ea;
}
.course  .mainArea .course__main{
  margin-bottom: 20px;
  padding: 0 5%;
}
.course  .mainArea .mainHead{
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: bold;
}
.course  .mainArea .mainLead{
  padding: 0 5%;
}
.course  .interviewWrap{
  margin-top: 60px;
}
.course  .interviewWrap .interviewInner{
  width: 32%;
}
.course .goalWrap{
  padding: 0 3%;
  margin-top: 0px;
}
.course .goalInner {
  width: 32%;
  padding: 25px 40px;
  background-color: #fff;
}
.business.course .goalInner {
  border: 2px solid #ea6176;
  border-radius: 10px;
}
.global.course .goalInner {
  border: 2px solid #00ab84;
  border-radius: 10px;
}
.hotel.course .goalInner {
  border: 2px solid #d2b400;
  border-radius: 10px;
}
.office.course .goalInner {
  border: 2px solid #9b72b0;
  border-radius: 10px;
}
.medical.course .goalInner {
  border: 2px solid #46b2e7;
  border-radius: 10px;
}
.university.course .goalInner {
  border: 2px solid #f18e38;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .course  .mainArea{
    padding: 30px 3%;
  }
  .course .goalWrap{
    padding: 0;
  }
  .course .goalInner {
    padding: 25px 14px;
  }
}
@media screen and (max-width:600px) {
  .course .mainArea img{
    width: 100%;
  }
  .course  .mainArea .course__main{
    padding: 0;
  }
  .course  .mainArea .mainLead{
    padding: 0;
    text-align: left !important;
  }
  .course  .interviewWrap .interviewInner{
    width: 100%;
  }
  .course .goalInner {
    width: 100%;
    padding: 25px 40px;
    margin-bottom: 15px;
  }
  .course .goalInner:last-child{
    margin-bottom: 0;
  }
}

/*point_________________________*/
body #wrapper.business.course .inner .colm__two div:last-child,
body #wrapper.global.course .inner .colm__two div:last-child,
body #wrapper.hotel.course .inner .colm__two div:last-child,
body #wrapper.office.course .inner .colm__two div:last-child,
body #wrapper.medical.course .inner .colm__two div:last-child,
body #wrapper.university.course .inner .colm__two div:last-child{
  padding: 0 1em !important;
}
.business.course .pointTxt {
  color: #ea6176;
  font-weight: bold;
}
.global.course .pointTxt {
  color: #00ab84;
  font-weight: bold;
}
.hotel.course .pointTxt {
  color: #d2b400;
  font-weight: bold;
}
.office.course .pointTxt {
  color: #9b72b0;
  font-weight: bold;
}
.medical.course .pointTxt {
  color: #46b2e7;
  font-weight: bold;
}
.university.course .pointTxt {
  color: #f18e38;
  font-weight: bold;
}
.course  .noticeTxt {
  text-align: right;
}
.university.course .featureTxt{
  width: 66%;
}
.university.course .featureImg{
  width: 32%;
}
.course .feature span{
  margin-right: 0 !important;
}
@media screen and (max-width:600px) {
  #wrapper.course .inner .colm__two div img{
    width: 100%;
  }
  #wrapper.course .inner .colm__two div:first-child{
    width: 100%;
  }
  body #wrapper.business.course .inner .colm__two div:last-child,
  body #wrapper.global.course .inner .colm__two div:last-child,
  body #wrapper.hotel.course .inner .colm__two div:last-child,
  body #wrapper.office.course .inner .colm__two div:last-child,
  body #wrapper.medical.course .inner .colm__two div:last-child,
  body #wrapper.university.course .inner .colm__two div:last-child{
      width: 100%;
      padding: 1em 0 !important;
    }
  .university.course .featureTxt{
    width: 100%;
    margin-bottom: 10px;
  }
  .university.course .featureImg{
    width: 100%;
  }
}

/*カリキュラム__________________________*/
#wrapper.course .inner .study{
  justify-content: center;
}
#wrapper.course .inner .study .box__item{
  width: 32% !important;
  margin: 2% 2% 2% 0 !important;
}
#wrapper.course .inner .study .box__item:last-child {
  margin-right: 0 !important;
}
#wrapper.course .inner .study .box__item .study_img{
  text-align: center;
}
@media screen and (max-width:768px) {
  #wrapper.course .inner .flex .box__item{
    width: 32% !important;
  }
}
@media screen and (max-width:600px) {
  #wrapper.course .inner .flex .box__item{
    width: 100% !important;
    margin: 2% 0 !important;
  }
  #wrapper.course .inner .study img{
    width: 100%;
  }
}
#wrapper.hotel.course .inner .study .box__item:first-child{
  margin-right: 30px !important;
}
@media screen and (max-width:600px) {
  #wrapper.hotel.course .inner .study .box__item:first-child{
    margin-right: 0 !important;
  }
}

/*カリキュラム一覧__________________________*/
.course  .curriculumWrap table tr th{
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #wrapper.course .inner table tr:last-child{
    border-bottom: none;
  }
}

/* 時間割__________________________ */
h3 .h3Small {
  font-size: 18px;
}
.course  .weekSchedule.scrollArea img {
  width: 50%;
}
@media screen and (max-width:768px) {
  .course  .weekSchedule.scrollArea {
    text-align: center;
    overflow: scroll;
    margin-bottom: 10px;
  }
  .course  .weekSchedule.scrollArea img {
    width: auto;
    max-width: none;
    height: 400px !important;
  }  
}

/*注目の授業___________________________*/
.hotel.course .study.flex {
  justify-content: center;
}


@media screen and (max-width:768px) {
  .course  .noticeTxt {
    text-align: left;
  }

  /*目標達成に導く3つのポイント___________________________*/
  .university.course .scrollArea {
    text-align: center;
    overflow: scroll;
  }
  .university.course .scrollArea img {
    max-width: none;
  }
}

  /* 取得できる免許・資格___________________________ */
  .course  .license{
    padding: 0 13%;
  }
  @media screen and (max-width:600px) {
    .course  .license{
      padding: 0;
    }
  }

  /*内定者からのメッセージ___________________________*/
  .course  .elder_message{
    justify-content: center !important;
    padding: 0 7%;
  }
  .course  .elder_message_item{
    width: 49%;
    border: 2px solid;
    padding: 15px;
    margin-right: 20px;
  }
  .course  .elder_message_item .elder_memo{
    border: 2px solid;
    width: fit-content;
    padding: 1px 2px;
    margin-left: 15px;
  }
  
.business.course .elder_message_item .elder_memo,
.business.course .elder_message_item {
    border-color: #ea6176;
  }
  .global.course .elder_message_item .elder_memo,
  .global.course .elder_message_item {
    border-color: #00ab84;
  }
  .hotel.course .elder_message_item .elder_memo,
  .hotel.course .elder_message_item {
    border-color: #d2b400;
  }
  .office.course .elder_message_item .elder_memo,
  .office.course .elder_message_item {
    border-color: #9b72b0;
  }
  .medical.course .elder_message_item .elder_memo,
  .medical.course .elder_message_item {
    border-color: #46b2e7;
  }
  .university.course .elder_message_item .elder_memo,
  .university.course .elder_message_item {
    border-color: #f18e38;
  }
  .course  .elder_message_item:last-child{
    margin-right: 0;
  }
  .course  .elder_message_item p:last-child{
    margin-bottom: 0 !important;
  }
  .course  .elder_message_top{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .course  .elder_message_top .elder_top_image{
    width: 135px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .course  .elder_message_top .elder_top_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .course  .elder_message_item h4.message_head{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .business.course .elder_message_item h4.message_head {
    color: #ea6176;
  }
  .global.course .elder_message_item h4.message_head {
    color: #00ab84;
  }
  .hotel.course .elder_message_item h4.message_head {
    color: #d2b400;
  }
  .office.course .elder_message_item h4.message_head {
    color: #9b72b0;
  }
  .medical.course .elder_message_item h4.message_head {
    color: #46b2e7;
  }
  .university.course .elder_message_item h4.message_head {
    color: #f18e38;
  }
  @media screen and (max-width:768px) {
    .course  .elder_message{
      padding: 0;
    }
    .course  .elder_message_item{
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      padding: 15px 3%;
    }
    .course  .elder_message_item:last-child{
      margin-bottom: 0;
    }
  }
  @media screen and (max-width:600px) {
    .course  .elder_message_top{
      flex-direction: column;
    }
    .course  .elder_message_top .elder_top_image{
      margin: auto;
    }
    .course  .elder_message_top .elder_top_text{
      width: 100%;
    }
  }


  /* 在学生の声 */
  .course  .voice_Area{
    padding: 50px 7%;
    margin-top: 30px;
  }
  .course  h4.voice_head{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
  }
  .course  .voice_Area h5{
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }
  .course  h4.voice_head.inlineC{
    text-align: center;
   }
   .business.course .voice_Area {
    background-color: #fff4f3;
  }
  .global.course .voice_Area {
      background-color: #eff4f0;
  }
  .hotel.course .voice_Area {
      background-color: #f7f2e8;
  }
  .office.course .voice_Area {
      background-color: #efecf6;
  }
  .medical.course .voice_Area {
      background-color: #ebf2f7;
  }
  .university.course .voice_Area {
      background-color: #fcf0ea;
  }
  .business.course h4.voice_head {
    color: #ea6176;
  }
  .global.course h4.voice_head {
    color: #00ab84;
  }
  .hotel.course h4.voice_head {
    color: #d2b400;
  }
  .office.course h4.voice_head {
    color: #9b72b0;
  }
  .medical.course h4.voice_head {
    color: #46b2e7;
  }
  .university.course h4.voice_head {
    color: #f18e38;
  }
  .course  .voice_Area .voice_top{
    margin-top: 25px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .course  .voice_Area .voice_top .voice_schedule{
    width: 69%;
  }
  .course  .voice_Area .voice_top .voice_student {
    width: 30%;
  }
  .course  .voice_img{
    display: flex;
    justify-content: center;
  }
  .course  .voice_img .voice_image{
    margin-right: 50px;
  }
  .course .voice_img .voice_image:last-child{
    margin-right: 0;
  }
  @media screen and (max-width:768px) {
    .course  .voice_Area{
      padding: 30px 3%;
    }
  }
  @media screen and (max-width:600px) {
    .course  .voice_Area .voice_top{
      margin-top: 10px;
      margin-bottom: 20px;
      flex-direction: column;
    }
    .course  .voice_Area .voice_top .voice_schedule{
      width: auto;
    }
    .course  .voice_Area .voice_top .voice_student {
      width: auto;
      text-align: center;
    }
    .course  .voice_img{
      flex-direction: column;
      align-items: center;
    }
    .course  .voice_img .voice_image{
      margin-right: 0;
      margin-bottom: 10px;
    }
    .course  .voice_img .voice_image:last-child{
      margin-bottom: 0;
    }
    .course  .voice_Area .voice_top .voice_student{
      text-align: center;
    }
    .course  .voice_schedule.scrollArea {
      text-align: center;
      overflow: scroll;
      margin-bottom: 10px;
    }
    .course  .voice_schedule.scrollArea img {
      max-width: none;
    }
  }

/* 進学先、就職先___________________________ */
.course  .employ,.destination{
  padding: 0 13%;
}
@media screen and (max-width:600px) {
  .course  .employ,.destination{
    padding: 0;
  }
}

/* コースのブロックエディタで編集した部分 */
.course .editorArea{
  margin: 100px auto 70px;
  padding: 0 8%;
}
#wrapper.course .inner .editorArea .wp-block-columns {
  margin-left: 0%;
  margin-right: 0;
  justify-content: space-between;
}
#wrapper.course .inner .editorArea .wp-block-columns .wp-block-column{
  margin: 1% 0;
  width: 45%;
  flex-grow: 0;
  flex-basis: auto;
}
@media screen and (max-width:600px) {
  #wrapper.course .inner .editorArea .wp-block-columns {
    display: block;
  }
  #wrapper.course .inner .editorArea .wp-block-columns .wp-block-column {
    width: 100%;
  }
}
#wrapper.course .inner .editorArea h3 {
  width: fit-content;
  margin: 100px auto 30px;
  font-size: 24px;
  text-align: center;
  padding: 0px 20px;
  border-left: 4px solid;
  border-right: 4px solid;
}
#wrapper.course .inner .editorArea h4 {
  font-size: 21px;
  font-weight: bold;
  min-height: 60px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 65px;
  position: relative;
}
#wrapper.course .inner .editorArea h4::before{
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#wrapper.course .inner .editorArea h4.point01::before{
  background-image: url(../img/course/tit_point01.png);
}
#wrapper.course .inner .editorArea h4.point02::before{
  background-image: url(../img/course/tit_point02.png);
}
#wrapper.course .inner .editorArea h4.point03::before{
  background-image: url(../img/course/tit_point03.png);
}
#wrapper.course .inner .editorArea h4.point04::before{
  background-image: url(../img/course/tit_point04.png);
}
#wrapper.course .inner .editorArea h4.num01::before{
  background-image: url(../img/course/tit_num01.png);
}
#wrapper.course .inner .editorArea h4.num02::before{
  background-image: url(../img/course/tit_num02.png);
}
#wrapper.course .inner .editorArea h4.num03::before{
  background-image: url(../img/course/tit_num03.png);
}
#wrapper.course .inner .editorArea h4::after{
  position: absolute;
  content: "";
  width: 100%;
  max-width: 450px;
  height: 5px;
  left: 0;
  bottom: -13px;
  background-image: url(../img/course/h4Underline.png);
  background-size: contain;
  background-position: left center;
  background-repeat: repeat-x;
}
#wrapper.course .inner .editorArea h4 span{
  color: #000;
  font-size: 16px;
}
#wrapper.course .inner .editorArea h5 {
  text-align: left;
  font-weight: bold;
}
.business.course .editorArea h2 ,
.business.course .editorArea h3 ,
.business.course .editorArea h4 ,
.business.course .editorArea h5 ,
.business.course .editorArea .fColor {
  color: #ea6176;
}
.global.course .editorArea h2 ,
.global.course .editorArea h3 ,
.global.course .editorArea h4 ,
.global.course .editorArea h5 ,
.global.course .editorArea .fColor {
  color: #00ab84;
}
.hotel.course .editorArea h2 ,
.hotel.course .editorArea h3 ,
.hotel.course .editorArea h4 ,
.hotel.course .editorArea h5 ,
.hotel.course .editorArea .fColor {
  color: #d2b400;
}
.office.course .editorArea h2 ,
.office.course .editorArea h3 ,
.office.course .editorArea h4 ,
.office.course .editorArea h5 ,
.office.course .editorArea .fColor {
  color: #9b72b0;
}
.medical.course .editorArea h2 ,
.medical.course .editorArea h3 ,
.medical.course .editorArea h4 ,
.medical.course .editorArea h5 ,
.medical.course .editorArea .fColor {
  color: #46b2e7;
}
.university.course .editorArea h2 ,
.university.course .editorArea h3 ,
.university.course .editorArea h4 ,
.university.course .editorArea h5 ,
.university.course .editorArea .fColor {
  color: #f18e38;
}
#wrapper.course .inner .editorArea .bgGreen{
  background-color: #eff4f0;
  padding: 30px 20px;
  position: relative;
}
#wrapper.course .inner .editorArea .bgGreen .titVoice{
  position: absolute;
  background-image: url(../img/course/tit_voice.png);
  top: -38px;
  left: -20px;
  width: 120px;
  height: 70px;
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
}
#wrapper.course .inner .editorArea p {
  margin-top: 15px;
  margin-bottom: 15px;
}
#wrapper.course .inner .editorArea table {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width:600px) {
  .course .editorArea{
    padding: 0;
  }
  .course .editorArea .wp-block-columns.flexColumnRe {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
  }
}

.editorFlex {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.editorFlex ul {
  margin: 0 !important;
}
.editorFlex ul li {
  margin-bottom: 5px !important;
  font-size: 14px;
}
.editorFlex.itemTwo > div {
  width:49%;
}
.editorFlex.itemThree > div {
  width:32%;
}
.editorFlex.itemFour > div {
  width:23%;
}
.editorArea .bgColor {
  padding: 2px 5px 4px 5px;
  text-align:center;
  color:#fff;
}
.business.course .editorArea .bgColor {
  background-color: #ea6176;
}
.global.course .editorArea .bgColor {
  background-color: #00ab84;
}
.hotel.course .editorArea .bgColor {
  background-color: #d2b400;
}
.office.course .editorArea .bgColor {
  background-color: #9b72b0;
}
.medical.course .editorArea .bgColor {
  background-color: #46b2e7;
}
.university.course .editorArea .bgColor {
  background-color: #f18e38;
}
@media screen and (max-width: 768px) {
.editorFlex.itemFour > div {
  width:48%;
}
}
@media screen and (max-width: 480px) {
.editorFlex > div {
  width:100% !important;
}
}