@charset "utf-8";
/* CSS Document */

/* ==============================================================
   # 学科　共通設定
============================================================== */

/* KV設定 ----------*/

[id*="course_"] .kv {
  height: 320px;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #CDF1F5;
}

[id*="course_"] .kv h2 {
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  bottom: -70px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 -30%;
  width: 60%;
  height: 140px;
  background-color: #333;
  line-height: 1.4;
}

[id*="course_"] .kv h2 span.course_name {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
}

[id*="course_"] h2 span.year {
  display: block;
  font-size: 14px;
  width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media (min-width: 576px) {
  [id*="course_"] .kv {
    height: 65vw;
    max-height: 640px;
  }

  [id*="course_"] .kv h2 {
    bottom: -100px;
    margin: 0 0 0 -27%;
    width: 54%;
    height: 200px;
  }

  [id*="course_"] .kv h2 span.course_name {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 992px) {
  [id*="course_"] .kv h2 {
    bottom: -100px;
    margin: 0 0 0 -220px;
    width: 440px;
    height: 200px;
  }

  [id*="course_"] .kv h2 span.course_name {
    font-size: 30px;
    margin: 0 0 30px 0;
  }

  [id*="course_"] .kv h2 span.year {
    font-size: 20px;
  }
}

[id*="course_"] h3.common {
  text-align: left;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 900;
  padding: 15px;
  letter-spacing: 1px;
  background-color: #ccc;
}

@media (min-width: 768px) {
  [id*="course_"] h3.common {
    margin-bottom: 30px;
    font-size: 20px;
    padding: 20px;
  }
}

[id*="course_"] h3.common.w {
  background-color: #fff;
}

/* イントロ --------------*/

[id*="course_"] .intro {
  padding-top: 120px;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  [id*="course_"] .intro {
    padding-top: 160px;
    padding-bottom: 0;
  }
}

[id*="course_"] .catch {
  margin-bottom: 15px;
}

[id*="course_"] .catch span {
  padding-bottom: 10px;
  border-bottom: 2px dotted #BBBBBB;
  font-size: 14px;
  display: inline-block;
}


[id*="course_"] .catch02 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 576px) {
  [id*="course_"] .catch {
    margin-bottom: 20px;
  }

  [id*="course_"] .catch02 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  [id*="course_"] .catch span {
    border-bottom: 3px dotted #BBBBBB;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  [id*="course_"] .catch {
    margin-bottom: 30px;
  }

  [id*="course_"] .catch02 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.zu_pc {
  display: none;
}

.zu_sp {
  display: block;
}

@media (min-width: 576px) {
  .zu_pc {
    display: block;
  }

  .zu_sp {
    display: none;
  }
}

/* 教育特徴（ポイント） --------------*/


[id*="course_"] .point_box {
  padding-top: 15px;
  padding-bottom: 15px;
}

[id*="course_"] .point_box:last-child {
  padding-bottom: 0;
}

.headline {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.headline .highlight {
  font-size: 14px;
  color: #111;
}

[id*="course_"] .point_box img.number {
  width: 30%;
  min-width: 130px;
  max-width: 200px;
}

@media (min-width: 576px) {
  .headline {
    font-size: 26px;
  }

  [id*="course_"] .point_box img.number {
    width: 50%;
    min-width: 170px;
    max-width: 170px;
  }

  .headline .highlight {
    font-size: 14px;
    color: #111;
  }
}

@media (min-width: 992px) {
  .headline {
    margin-bottom: 30px;
    font-size: 32px;
  }

  [id*="course_"] .point_box img.number {
    width: 50%;
    min-width: 200px;
    max-width: 200px;
  }

  .headline .highlight {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
  }
}


[id*="course_"] h4 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
}

[id*="course_"] .course_point h4 {
  text-align: center;
}

[id*="course_"] h4.common {
  padding: 3px 0 3px 14px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  [id*="course_"] h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  [id*="course_"] h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
  }
}


/* 目指す職業 --------------*/

[id*="course_"] .osusume {
  background-color: #F3F3F3;
  padding: 20px;
  margin-top: 20px;
}

[id*="course_"] .osusume span {
  padding: 0 12px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 30px;
  font-size: 14px;
  background-color: #333;
}

[id*="course_"] .osusume span::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: scale(0.8, 1)rotate(45deg);
  background-color: #333;
}

/* 動画 --------------*/

[id*="course_"] .movie {
  margin-top: 7vw;
  background-color: #ccc;
}

[id*="course_"] .image_photo {
  position: absolute;
  right: 10px;
  bottom: -25px;
  max-width: 140px;
  width: 35vw;
  height: auto;
}

@media (min-width: 480px) {
  [id*="course_"] .image_photo {
    position: absolute;
    right: 15px;
    bottom: -50px;
    max-width: 360px;
    width: 30vw;
    height: auto;
  }
}

/* 在校生ボイス --------------*/

[id*="course_"] .voice .name {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
}

[id*="course_"] .voice .name span {
  font-size: 12px;
}

@media (min-width: 768px) {
  [id*="course_"] .voice .name {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  [id*="course_"] .voice .name span {
    font-size: 14px;
  }
}

/* ==============================================================
   # 学科01　こども保育幼稚園科　#course_child
============================================================== */

#course_child .point01 {
  color: rgba(248, 10, 38, 1);
}

#course_child .point02 {
  color: rgba(246, 168, 25, 1);
}

#course_child .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_child/kv2023.jpg?01") no-repeat center;
  background-size: cover;
}

#course_child .kv h2 {
  background-color: rgba(246, 172, 25, .95);
}

#course_child h3.common {
  background-color: rgba(246, 172, 25, 1);
  color: #fff;
}

#course_child h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(246, 172, 25, 1);
}

#course_child .catch02 {
  color: rgba(246, 172, 25, 1);
}

#course_child .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

#course_child h4.common {
  border-left: 4px solid rgba(246, 172, 25, 1);
}

#course_child section.course {
  background-color: rgba(246, 172, 25, 0.1);
}

#course_child .osusume span {
  background-color: rgba(246, 172, 25, 1);
}

#course_child .osusume span::after {
  background-color: rgba(246, 172, 25, 1);
}

#course_child .movie {
  background-color: rgba(246, 172, 25, 1);
}

#course_child section.three_year {
  background-color: rgba(246, 172, 25, 0.1);
}

#course_child .headline .sub {
  color: rgb(246, 168, 25);
}

/* 3年間の学びだからできること --------------*/

@media (max-width: 768px) {
  .three_year {
    padding-top: 0 !important;
    margin-top: 40px;
  }

  .three_year .ribbon h3 {
    text-align: center !important;
  }

  .three_year .ribbon {
    display: inline-block;
    position: relative;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    margin-top: -40px;
    margin-bottom: 30px;
  }

  .three_year .ribbon:before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -25px;
    z-index: -2;
    border: 20px solid #f39827;
    border-left-color: transparent;
  }

  .three_year .ribbon:after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -25px;
    z-index: -2;
    border: 20px solid #f39827;
    border-right-color: transparent;
  }

  .three_year .ribbon h3 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 14px;
    color: #FFF;
    background: #f6ac19;
  }

  .three_year .ribbon h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #e6700b;
  }

  .three_year .ribbon h3:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #e6700b;
  }

}

.tsuyoi {
  border: #F5A200 solid 2px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  max-width: 600px;
  background-color: #fff;
}

.tsuyoi+.tsuyoi {
  margin-top: 5px;
}

.tsuyoi span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 12px 0;
  text-align: center;
  position: relative;
}

.tsuyoi span:nth-child(1) {
  background-color: #F5A200;
  flex-basis: calc(50%);
  max-width: calc(50%);
  color: #FFF;
}

.tsuyoi span:nth-child(1)::before {
  content: "";
  background-color: #F5A200;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  transform: scale(0.5, 1)rotate(45deg);
}

.tsuyoi span:nth-child(2) {
  background-color: transparent;
  color: #F5A200;
  flex-basis: calc(50%);
  max-width: calc(50%);
}

@media (min-width: 768px) {
  .tsuyoi span {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .tsuyoi span {
    font-size: 16px;
  }
}

p.course_child_surpport_text {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  text-align: center;
}

span.course_child_surpport_title {
  color: #F6AC19;
  font-weight: 900;
  font-size: 20px;
  display: block;
  margin: 20px auto;
}

.course_child_surpport_margin0 {
  margin-top: -40px;
}

br.course_child_spbr {
  display: block;
}

@media (max-width: 768px) {
  br.course_child_spbr {
    display: none;
  }
}

p.course_child_syusyoku_text {
  display: block;
  width: 80%;
  margin: -30px auto 30px auto;
  color: #333;
  font-size: 16px;
  line-height: 180%;
  max-width: 600px;
}

span.course_child_syusyoku_title {
  color: #F6AC19;
  font-weight: 900;
  font-size: 20px;
  display: block;
  margin: 30px auto 20px auto;
}

.course_child_margintop-30px {
  margin-top: -30px;
  display: block;
}

.course_child_new_relative {
  position: relative;
}

p.course_child_new_red {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #F03;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  z-index: 999;
  padding: 3px 5px;
}

/* ==============================================================
   # 学科02　医療秘書・事務科　#course_medical
============================================================== */

#course_medical .point01 {
  color: rgba(248, 10, 38, 1);
}

#course_medical .point02 {
  color: rgba(180, 137, 222, 1);
}

#course_medical .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_medical/kv2023.jpg?02") no-repeat center;
  background-size: cover;
}

#course_medical .kv h2 {
  background-color: rgba(180, 137, 222, .95);
}

#course_medical h3.common {
  background-color: rgba(180, 137, 222, 1);
  color: #fff;
}

#course_medical h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(180, 137, 222, 1);
}

#course_medical .catch02 {
  color: rgba(180, 137, 222, 1);
}

#course_medical .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

#course_medical h4.common {
  border-left: 4px solid rgba(180, 137, 222, 1);
}

#course_medical section.course {
  background-color: rgba(180, 137, 222, 0.1);
}

#course_medical .osusume span {
  background-color: rgba(180, 137, 222, 1);
}

#course_medical .osusume span::after {
  background-color: rgba(180, 137, 222, 1);
}

#course_medical .movie {
  background-color: rgba(180, 137, 222, 0.6);
}

#course_medical section.three_year {
  background-color: rgba(180, 137, 222, 0.1);
}

#course_medical .headline .sub {
  color: rgba(180, 137, 222, 1);
}

/*add[start]202004012*/
#course_medical .point * {
  position: relative;
  box-sizing: border-box;
}

#course_medical .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.5em;
}

@media screen and (max-width:767px) {
  #course_medical .point {
    flex-direction: column;
  }

  #course_medical .catch02#small {
    font-size: 16px !important;
    letter-spacing: -0.01em;
  }
}

#course_medical .point .pass-text {
  padding: 0 12px;
  text-align: center;
  border: 2px solid #B489DE;
  background-color: #F5F5F5;
  font-size: 14px;
  width: 49%;
  margin-bottom: 2em;
}

@media screen and (max-width:767px) {
  #course_medical .point .pass-text {
    width: 100%;
  }
}

#course_medical .point .pass-text .pass-kata {
  display: inline-block;
  border: 1px solid;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 6px;
  font-size: 11px;
  background-color: #FFF;
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
}

#course_medical .point .pass-text .attention1 {
  color: #B489DE;
  font-size: 26px;
}

#course_medical .point .pass-text .attention2 {
  color: #B489DE;
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  margin: 0 6px;
}

/*add[end]202004012*/

/*add[start]20200528*/
#course_medical .available_list {
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 18px;
}

#course_medical .available_list li {
  float: left;
  padding-right: 3em;
  margin-bottom: 0.5em;
}

#course_medical .available_list li .color {
  color: #B489DE;
}

@media screen and (max-width:767px) {
  #course_medical .available_list li {
    float: none;
    padding-right: 0;
  }
}

#course_medical .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

#course_medical .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_medical .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_medical .tg .tg-c6of {
  background-color: #ffffff;
  border-color: inherit;
  vertical-align: middle;
  text-align: center;
  height: 59px;
}

#course_medical .tg .color {
  background-color: rgba(180, 137, 222, 1);
  border-color: #000 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_medical .tg .color2 {
  background-color: rgba(180, 137, 222, 0.2);
  border-color: #000 !important;
  color: #000;
  text-align: center;
  vertical-align: middle
}

@media screen and (min-width: 768px) {
  #course_medical .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  #course_medical .btn02.two-colors a .head {
    font-size: 18px;
  }

  #course_medical .btn02.two-colors.mt-50 {
    margin-top: -50px;
  }

  #course_medical .btn02.pink a .head {
    font-size: 18px;
  }

  #course_medical .btn02.pink a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }

  #course_medical .btn02.pink {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  #course_medical .btn02.pink {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

}

@media screen and (max-width: 767px) {
  #course_medical .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_medical .btn02.two-colors a .head {
    font-size: 14px;
  }

  #course_medical .btn02.pink a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_medical .btn02.two-colors.mt-50 {
    margin-top: 0;
  }
}

#course_medical .btn02.pink a {
  background-color: rgba(180, 137, 222, 1);
  margin-bottom: 20px;
}

#course_medical .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*add[end]20200528*/

.course_medical_purple {
  color: #B489DE;
}

.course_medical_lineheight {
  line-height: 220%;
}

ul.course_medical_surpport_ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 10%;
}

li.course_medical_surpport_list {
  width: 45%;
}

img.course_medical_surpport {
  width: 100%;
}

p.course_medical_surpport_text {
  display: block;
  margin: 20px auto 30px auto;
}

span.course_medical_surpport_title {
  display: block;
  color: #B489DE;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -1px;
}

.course_medical_margintop_10px {
  margin-top: 10px;
}

.course_medical_margintop_-10px {
  margin-top: -10px;
}

.course_medical_pc2x1_sp1x2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

img.course_medical_img30 {
  width: 30%;
  margin: 20px auto;
  display: block;
}

img.course_medical_img70 {
  width: 70%;
}

@media (max-width: 768px) {
  .course_medical_pc2x1_sp1x2 {
    flex-direction: column;
  }

  img.course_medical_img30 {
    width: 70%;
    margin: 20px auto;
    display: block;
  }

  img.course_medical_img70 {
    width: 100%;
  }
}

p.course_medical_largetext {
  font-size: 24px;
  color: #666;
  font-weight: 900;
}

span.course_medical_largetext_line {
  border-bottom: dotted #B489DE 3px;
}

.course_medical_new_relative {
  position: relative;
}

p.course_medical_new_red {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #F03;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  z-index: 999;
  padding: 3px 5px;
}

.course_medical_letter-spacing {
  letter-spacing: -1.5px;
}

@media (max-width: 768px) {
  p.course_medical_largetext {
    font-size: 22px;
    color: #666;
    font-weight: 900;
  }

  .course_medical_letter-spacing {
    letter-spacing: -1px;
  }
}

.course_medical_text {
  position: relative;
}

img.course_medical_textimage {
  display: block;
  position: absolute;
  width: 30%;
  top: -13px;
  right: 0;
}

div.fixed-box-tate {}

table.tate {}

table.tate th,
table.tate td {
  vertical-align: middle;
}

table.tate .fixed01 {
  position: sticky;
  left: 0;
}

th.midashi_tate {
  width: 24%;
}

th.midashi_yoko {
  width: 19%;
}

.fixed-box-tate table {
  width: 100% !important;
  min-width: 1140px;
  padding: 0;
}

br.course_medical_spbr {
  display: none;
}

@media (max-width: 768px) {
  .fixed-box-tate table {
    width: 100%;
    min-width: 768px;
  }

  br.course_medical_spbr {
    display: block;
  }
}




/* ==============================================================
   # 学科03　事務・ビジネス総合科　#course_bridal
============================================================== */

#course_bridal .point01 {
  color: rgba(248, 10, 38, 1);
}

#course_bridal .point02 {
  color: rgb(251, 123, 75);
}

#course_bridal .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_bridal/kv_2023.jpg?01") no-repeat top center;
  background-size: cover;
  height: 90vw;
}

@media (min-width: 576px) {
  #course_bridal .kv {
    background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_bridal/kv_2023.jpg?01") no-repeat top center;
    background-size: cover;
    height: 50vw;
  }
}

#course_bridal .kv h2 {
  background-color: rgba(189, 130, 99, .95);
}

#course_bridal h3.common {
  background-color: rgba(189, 130, 99, 1);
  color: #fff;
}

#course_bridal h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(189, 130, 99, 1);
}

#course_bridal .catch02 {
  color: rgba(189, 130, 99, 1);
}

#course_bridal .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

#course_bridal h4.common {
  border-left: 4px solid rgba(189, 130, 99, 1);
}

#course_bridal section.course {
  background-color: rgba(189, 130, 99, 0.1);
}

#course_bridal .osusume span {
  background-color: rgba(189, 130, 99, 1);
}

#course_bridal .osusume span::after {
  background-color: rgba(189, 130, 99, 1);
}

#course_bridal .movie {
  background-color: rgba(251, 144, 84, 0.75);
}

#course_bridal section.three_year {
  background-color: rgba(189, 130, 99, 0.1);
}

#course_bridal .headline .sub {
  color: rgba(189, 130, 99, 1);
}



#course_bridal .timetable .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

#course_bridal .timetable .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_bridal .timetable .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_bridal .timetable .tg .tg-c6of {
  border-color: inherit;
  vertical-align: middle;
  text-align: center;
}

#course_bridal .tg .color {
  background-color: rgba(189, 130, 99, 1);
  !important;
  border-color: #000 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_bridal .tg .color2 {
  background-color: rgba(189, 130, 99, 0.2);
  !important;
  border-color: #000 !important;
  color: #000;
  text-align: center;
  vertical-align: middle
}



@media screen and (min-width: 768px) {
  #course_bridal .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  #course_bridal .btn02.two-colors a .head {
    font-size: 18px;
  }

  #course_bridal .btn02.two-colors.mt-50 {
    margin-top: 30px;
  }

  #course_bridal .btn02.orange a .head {
    font-size: 18px;
  }

  #course_bridal .btn02.orange a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }

  #course_bridal .btn02.orange {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  #course_bridal .btn02.orange {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

}

@media screen and (max-width: 767px) {
  #course_bridal .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_bridal .btn02.two-colors a .head {
    font-size: 14px;
  }

  #course_bridal .btn02.orange a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_bridal .btn02.two-colors.mt-50 {
    margin-top: 0;
  }
}

#course_bridal .btn02.orange a {
  background-color: rgba(189, 130, 99, 1);
  margin-bottom: 20px;
}


#course_bridal .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#course_bridal .course_bridal_text_color {
  color: rgba(189, 130, 99);
}







/* ==============================================================
   # 学科04　ビジネスライセンス科　#course_license
============================================================== */

#course_license .point01 {
  color: rgba(248, 10, 38, 1);
}

#course_license .point02 {
  color: rgba(160, 147, 92, 1);
}

#course_license .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_license/kv2023.jpg?01") no-repeat center;
  background-size: cover;
}

#course_license .kv h2 {
  background-color: rgba(160, 147, 92, 95);
}

#course_license h3.common {
  background-color: rgba(160, 147, 92, 1);
  color: #fff;
}

#course_license h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(160, 147, 92, 1);
}

#course_license .catch02 {
  color: rgba(160, 147, 92, 1);
}

#course_license .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

#course_license h4.common {
  border-left: 4px solid rgba(160, 147, 92, 1);
}

#course_license section.course {
  background-color: rgba(160, 147, 92, 0.1);
}

#course_license .osusume span {
  background-color: rgba(160, 147, 92, 1);
}

#course_license .osusume span::after {
  background-color: rgba(160, 147, 92, 1);
}

#course_license .movie {
  background-color: rgba(160, 147, 92, 0.6);
}

#course_license section.three_year {
  background-color: rgba(160, 147, 92, 0.1);
}





#course_license .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  background: #fff;
  text-align: center;
}

#course_license .tg .tg-0pky {
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
}

#course_license .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

#course_license .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  text-align: center;
}

#course_license .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_license .tg .tg-ycr8 {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_license .tg .tg-c6of {
  background-color: #ffffff;
  border-color: inherit;
  vertical-align: middle
}

#course_license #news-pickup.couselisence_news {
  background: #fff !important;
}

#course_license .tg .color {
  background-color: rgba(160, 147, 92, 1);
  border-color: #000 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_license .tg .color2 {
  background-color: rgba(160, 147, 92, 0.2);
  border-color: #000 !important;
  color: #000;
  text-align: center;
  vertical-align: middle
}

@media screen and (min-width: 768px) {
  #course_license .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  #course_license .btn02.two-colors a .head {
    font-size: 18px;
  }

  #course_license .btn02.two-colors.mt-50 {
    margin-top: 30px;
  }

  #course_license .btn02.purple a .head {
    font-size: 18px;
  }

  #course_license .btn02.purple a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }

  #course_license .btn02.purple {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  #course_license .btn02.purple {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

}

@media screen and (max-width: 767px) {
  #course_license .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_license .btn02.two-colors a .head {
    font-size: 14px;
  }

  #course_license .btn02.purple a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_license .btn02.two-colors.mt-50 {
    margin-top: 0;
  }
}

#course_license .btn02.purple a {
  background-color: rgba(160, 147, 92, 1);
}


#course_license .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}







/* ==============================================================
   # 学科05　公務員・法律行政科 / 公務員専攻科　#course_administrative-law
============================================================== */


[id*="course_administrative-law"] .point01 {
  color: rgba(248, 10, 38, 1);
}

[id*="course_administrative-law"] .point02 {
  color: rgb(101, 155, 103);
}

[id*="course_administrative-law"] .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_administrative-law/kv2023.jpg?01") no-repeat center;
  background-size: cover;
}

[id*="course_administrative-law"] .kv h2 {
  background-color: rgba(101, 155, 103, .95);
}

[id*="course_administrative-law"] h3.common {
  background-color: rgb(101, 155, 103);
  color: #fff;
}

[id*="course_administrative-law"] h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(101, 155, 103, 1);
}

[id*="course_administrative-law"] .catch02 {
  color: rgba(101, 155, 103, 1);
}

[id*="course_administrative-law"] .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

[id*="course_administrative-law"] h4.common {
  border-left: 4px solid rgba(101, 155, 103, 1);
  text-align: left;
}

[id*="course_administrative-law"] section.course {
  background-color: rgb(237, 251, 240);
}

[id*="course_administrative-law"] .osusume span {
  background-color: rgba(101, 155, 103, 1);
}

[id*="course_administrative-law"] .osusume span::after {
  background-color: rgba(101, 155, 103, 1);
}

[id*="course_administrative-law"] .movie {
  background-color: rgba(73, 191, 154, 0.88);
}

[id*="course_administrative-law"] section.three_year {
  background-color: rgba(101, 155, 103, 0.1);
}

/*add[start]202004013*/
@media screen and (min-width:768px) {
  #course_administrative-law .course_point .row {
    align-items: flex-start;
  }
}

/*add[end]202004013*/

/*add[start]202000529*/
#course_administrative-law .headline .sub {
  /*  display:inline-block;
  margin-top:0.5em;
  font-size:130%;*/
  color: rgb(101, 155, 103);
}

/*add[end]202000529*/
/*add[start]20220329*/
#course_administrative-law ul.supportlist {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

#course_administrative-law ul.supportlist li {
  width: 49.5%;
  margin-right: 1%;
  border-radius: 20px;
  background: #f8f8f8;
  text-align: center;
  margin-bottom: 1px;
  padding: 5px 0;
}

#course_administrative-law ul.supportlist li:nth-child(even) {
  margin-right: 0;
  text-align: center;
}


#course_administrative-law ul.highschoollist {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#course_administrative-law ul.highschoollist li:nth-child(odd) {
  width: 35%;
  color: rgba(101, 155, 103, 1);
  font-weight: bold;
}

#course_administrative-law ul.highschoollist li:nth-child(even) {
  width: 65%;
}

#course_administrative-law ul.highschoollist .name {
  float: right;
}

#course_administrative-law .skill_name {
  color: #72bd5f;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 0 !important;

}

/*add[end]20220329*/

/*　白抜き吹き出し　*/

#course_administrative-law .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.sub-white {
  position: relative;
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1.5em;
}

.sub-white h4 {
  color: rgb(101, 155, 103);
}

.sub-white:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.sub-white-btm {
  border-bottom: 1px solid rgb(101, 155, 103);
  color: rgb(101, 155, 103);
}

/* 高校生向けプログラム */

.high-program-cantainer {
  margin-bottom: 2em;
}

.high-program-cantainer h4 {
  color: rgb(101, 155, 103);
}

.high-program-cantainer h3 {
  color: rgb(101, 155, 103);
  margin-bottom: 1em;
}

.high-program-container a {
  margin: 1em auto;
  text-align: center
}



#course_administrative-law img.course_administrative-law_bottom {
  position: relative;
  margin-top: 20px;
  bottom: 0;
  width: 100%;
}

.course_administrative-law_flex_stretch {
  display: flex;
  align-content: stretch;
  flex-direction: column;
}

p.course_administrative-law_bk_text_bold {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  padding-bottom: 10px;
}

img.course_administrative-law_pc {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

img.course_administrative-law_sp {
  display: block;
  width: 100%;
  height: auto;
  visibility: visible;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  #course_administrative-law img.course_administrative-law_bottom {
    position: absolute;
    bottom: 0;
    width: 90%;
  }

  .course_administrative-law_flex_stretch {
    display: flex;
    align-content: stretch;
    flex-direction: row;
  }

  img.course_administrative-law_pc {
    display: block;
    width: 100%;
    height: auto;
    visibility: visible;
    overflow: visible;
  }

  img.course_administrative-law_sp {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}




/* ==============================================================
   # 学科06　情報システム科　#course_information-system
============================================================== */

#course_information-system .point01 {
  color: rgba(248, 10, 38, 1);
}

#course_information-system .point02 {
  color: rgba(25, 127, 196, 1);

  text-align: left !important;
}


#course_information-system .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_information-system/kv2023.jpg") no-repeat center;
  background-size: cover;
}

#course_information-system .kv h2 {
  background-color: rgba(25, 127, 196, .95);
}

#course_information-system h3.common {
  background-color: rgba(25, 127, 196, 1);
  color: #fff;
}

#course_information-system h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(25, 127, 196, 1);
}

#course_information-system .catch02 {
  color: rgba(25, 127, 196, 1);
}

#course_information-system .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

#course_information-system .highlight2 {
  background: linear-gradient(transparent 80%, #4B8CCB 80%);
  /*add20200527*/
}

#course_information-system h4.common {
  border-left: 4px solid rgba(25, 127, 196, 1);
}

#course_information-system section.course {
  background-color: rgba(25, 127, 196, 0.1);
}

#course_information-system .osusume span {
  background-color: rgba(25, 127, 196, 1);
}

#course_information-system .osusume span::after {
  background-color: rgba(25, 127, 196, 1);
}

#course_information-system .movie {
  background-color: rgb(70, 156, 214);
}

#course_information-system section.three_year {
  background-color: rgba(25, 127, 196, 0.1);
}

/*add[start]202004012*/
#course_information-system .point * {
  position: relative;
  box-sizing: border-box;
}

#course_information-system .point {
  margin-top: 2.5em;
}

#course_information-system .point .pass-text {
  padding: 5px 15px 10px;
  text-align: center;
  border: 2px solid #0168b7;
  background-color: #F5F5F5;
  color: #0168b7;
  margin-bottom: 2em;
}


#course_information-system .point .pass-text .pass-kata {
  display: inline-block;
  border: 1px solid;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 6px;
  font-size: 11px;
  background-color: #FFF;
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
}

#course_information-system .point .pass-text .p-term {
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  font-size: 12px;
  background-color: #0168b7;
  margin-bottom: 7px;
}

#course_information-system .point .pass-text .attention1 {
  font-size: 18px;
  line-height: 1.5;
}

/*add[end]202004012*/



@media (min-width: 992px) {
  #course_information-system .point .pass-text .attention1 {
    font-size: 18px;
    line-height: 1.3;
  }

  #course_information-system .point.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  #course_information-system p.pass-text {
    width: 24%;
    min-height: 160px;
  }

  #course_information-system .one_photo {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

}

/*add[start]202005027*/
#course_information-system .headline .sub {
  /*  display:inline-block;
  margin-top:0.5em;
  font-size:90%;*/
  color: #357ec5;
}

#course_information-system .point1 {
  margin: 10px 0;
}

@media (max-width: 768px) {
  #course_information-system .point1 {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

#course_information-system .point1 .hd {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

#course_information-system .point1 .sub-hd {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media (min-width: 480px) {
  #course_information-system .point1 .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

#course_information-system .point1 li {
  font-size: 12px;
}

/*add[end]202005027*/

#course_information-system .job_name {
  padding: 10px 17px;
  font-size: 14px;
  background-color: rgba(25, 127, 196, 1) !important;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

#course_information-system .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  background: #fff;
  text-align: center;
}

#course_information-system .tg .tg-0pky {
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
}

#course_information-system .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

#course_information-system .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  text-align: center;
}

#course_information-system .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_information-system .tg .tg-ycr8 {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_information-system .tg .tg-c6of {
  background-color: #ffffff;
  border-color: inherit;
  vertical-align: middle
}

#course_information-system .tg .color {
  background-color: rgba(25, 127, 196, 1);
  border-color: #000 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_information-system .tg .color2 {
  background-color: rgba(25, 127, 196, 0.2);
  border-color: #000 !important;
  color: #000;
  text-align: center;
  vertical-align: middle
}



@media screen and (min-width: 768px) {
  #course_information-system .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  #course_information-system .btn02.two-colors a .head {
    font-size: 18px;
  }

  #course_information-system .btn02.two-colors.mt-50 {
    margin-top: 30px;
  }

  #course_information-system .btn02.blue a .head {
    font-size: 18px;
  }

  #course_information-system .btn02.blue a {
    max-width: 400px;
    font-size: 20px;
  }

  #course_information-system .btn02.blue {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }

  #course_information-system .btn02.blue a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }
}

@media screen and (max-width: 767px) {
  #course_information-system .btn02.blue {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

}

@media screen and (max-width: 767px) {
  #course_information-system .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_information-system .btn02.two-colors a .head {
    font-size: 14px;
  }

  #course_information-system .btn02.blue a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_information-system .btn02.two-colors.mt-50 {
    margin-top: 0;
  }
}

#course_information-system .btn02.blue a {
  background-color: rgba(25, 127, 196, 1);
  margin-bottom: 20px;
}

#course_information-system .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}





/* ==============================================================
   # 学科07　情報・ゲーム・デザイン科　#course_info-game-design
============================================================== */
#course_info-game-design .border-boxgame {
  border: 3px solid #eee;
  padding: 20px;
  margin: 0 auto;
  text-align: center;

}

#course_info-game-design .width-600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#course_info-game-design .half {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

#course_info-game-design .half .left {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  border-right: 1px solid #eee;
}

#course_info-game-design .half .right {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}


#course_info-game-design .point01 {
  color: rgba(248, 10, 38, 1);
}

#course_info-game-design .point02 {
  color: rgba(119, 129, 131, 1);
}

#course_info-game-design .nenji {
  background-color: rgba(119, 129, 131, .8);
}

#course_info-game-design .p3_title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

#course_info-game-design .p3_text {
  font-size: 16px;
  text-align: left;
}

#course_info-game-design .p3_company {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

#course_info-game-design .p3_company .small {
  font-size: 16px;
  font-weight: normal;

}

#course_info-game-design .p3_name {
  font-size: 16px;
  text-align: left;
}

#course_info-game-design .p3_link {
  font-size: 18px;
  color: rgba(119, 129, 131, 1);
  text-align: left;

}

#course_info-game-design .p3_link a {
  color: rgba(119, 129, 131, 1);
  text-decoration: none;
}

#course_info-game-design hr {
  margin-bottom: 30px;
}

/* add start 20220339 */

#course_info-game-design ul.logobox {
  display: flex;

}

#course_info-game-design ul.logobox li:nth-child(odd) {
  flex: 1;

}

#course_info-game-design ul.logobox li:nth-child(even) {
  width: 150px;
  padding-left: 5px;
  min-width: 150px;
}

#course_info-game-design ul.logobox li:nth-child(even) img {
  width: 100%
}

/* add end 20220339 */

@media screen and (max-width: 768px) {
  #course_info-game-design .p3_title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  #course_info-game-design .p3_text {
    font-size: 14px;
    text-align: left;
  }

  #course_info-game-design .p3_company {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  #course_info-game-design .p3_company .small {
    font-size: 14px;
    font-weight: normal;

  }

  #course_info-game-design .p3_name {
    font-size: 14px;
    text-align: left;
  }

  #course_info-game-design .p3_link {
    font-size: 16px;
    color: rgba(119, 129, 131, 1);
    text-align: left;

  }

  #course_info-game-design .p3_link a {
    color: rgba(119, 129, 131, 1);
    text-decoration: none;
  }
}


#course_info-game-design .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_info-game-design/kv2023.jpg?01") no-repeat center;
  background-size: cover;
}

#course_info-game-design .kv h2 {
  background-color: rgba(119, 129, 131, .95);
}

#course_info-game-design h3.common {
  background-color: rgba(119, 129, 131, 1);
  color: #fff;
}

#course_info-game-design h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(119, 129, 131, 1);
}

#course_info-game-design .catch02 {
  color: rgba(119, 129, 131, 1);
}

#course_info-game-design .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

#course_info-game-design h4.common {
  border-left: 4px solid rgba(119, 129, 131, 1);
}

#course_info-game-design section.course {
  background-color: rgba(119, 129, 131, 0.1);
}

#course_info-game-design .osusume span {
  background-color: rgba(119, 129, 131, 1);
}

#course_info-game-design .osusume span::after {
  background-color: rgba(119, 129, 131, 1);
}

#course_info-game-design .movie {
  background-color: rgba(119, 129, 131, 0.7);
}

#course_info-game-design section.three_year {
  background-color: rgba(119, 129, 131, 0.1);
}

#course_info-game-design .headline .sub {
  color: rgba(119, 129, 131, 1);
}

#course_info-game-design .headline .sub#small {
  font-size: 20px;
}

#course_info-game-design .gamedesign .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  background: #fff;
  text-align: center;
}

#course_info-game-design .gamedesign .tg .tg-0pky {
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
}

#course_info-game-design .gamedesign .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

#course_info-game-design .gamedesign .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  text-align: center;
}

#course_info-game-design .gamedesign .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_info-game-design .gamedesign .tg .tg-ycr8 {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_info-game-design .gamedesign .tg .tg-c6of {
  background-color: #ffffff;
  border-color: inherit;
  vertical-align: middle
}

#course_info-game-design .tg .color {
  background-color: rgba(119, 129, 131, 1) !important;
  border-color: #000 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_info-game-design .tg .color2 {
  background-color: rgba(119, 129, 131, 0.2) !important;
  border-color: #000 !important;
  color: #000;
  text-align: center;
  vertical-align: middle
}



[class*="job_d"] .job_name {
  padding: 10px 17px;
  font-size: 14px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  letter-spacing: 1px;
}


#course_info-game-design .job_d02 .job_name,
#course_info-game-design .job_d02 h3.common {
  background-color: rgba(119, 129, 131, 1);
}


#news-pickup.cousegamedesign_news {
  background: #fff !important;
}


#course_info-game-design #icon {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: contents;
}

#course_info-game-design #icon .images {
  position: absolute;

  bottom: 0;
}

#course_info-game-design #icon .images_sp {
  position: absolute;
  top: 0;
}

#course_info-game-design #icon .images_sp img {
  margin-bottom: 20px;
}

#course_info-game-design .pt50 {
  padding-top: 50px;
}


#course_info-game-design .cousegamedesign_news .btn02.blue {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
}


@media screen and (max-width: 768px) {
  #course_info-game-design .pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #course_info-game-design #icon .images {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #course_info-game-design #icon .images_sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #course_info-game-design .cousegamedesign_news .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  #course_info-game-design .cousegamedesign_news .btn02.two-colors a .head {
    font-size: 18px;
  }

  #course_info-game-design .cousegamedesign_news .btn02.two-colors.mt-50 {
    margin-top: 30px;
  }

  #course_info-game-design .cousegamedesign_news .btn02.blue a .head {
    font-size: 18px;
  }

  #course_info-game-design .cousegamedesign_news .btn02.blue a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }

}

@media screen and (max-width: 767px) {
  #course_info-game-design .cousegamedesign_news .btn02.blue {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  #course_info-game-design .cousegamedesign_news .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_info-game-design .cousegamedesign_news .btn02.two-colors a .head {
    font-size: 14px;
  }

  #course_info-game-design .cousegamedesign_news .btn02.blue a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_info-game-design .cousegamedesign_news .btn02.two-colors.mt-50 {
    margin-top: 0;
  }
}

#course_info-game-design .cousegamedesign_news .btn02.blue a {
  background-color: rgba(119, 129, 131, 1);
  margin-bottom: 20px;
}


#course_info-game-design .cousegamedesign_news .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.course_info-game-design_769-992hidden {
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 992px) {
  .course_info-game-design_769-992hidden {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

.course_info_game-design_width600 {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

img.course_info_game-design_image100 {
  width: 100%;
}

.course_info_game-design_margin_bottom50 {
  margin-bottom: 50px;
}














/*@media screen and (max-width: 767px) {
	 #course_info-game-design #pcnews {
 	display: none;
 }
}
@media screen and (min-width: 767px) {
 #course_info-game-design #spnews {
 	display: none;
 }
 }*/
/*--------*/

[id*="course_"] .nenji {
  padding: 15px 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

#course_info-game-design .nenji {
  background-color: rgba(119, 129, 131, .8);
}

#course_child .nenji {
  background-color: #ffb55a;
}

#course_bridal .nenji {
  background-color: rgba(189, 130, 99, 0.75);
}

#course_info-game-design h5 {
  color: rgba(119, 129, 131, 1);
}

#course_child h5 {
  color: rgba(246, 168, 25, 1);
}

#course_bridal h5 {
  color: rgba(240, 132, 71, 1);
}

#course_bridal .bunya {
  font-size: 12px;
  margin: 7px 0;
  line-height: 1.3;
}

#course_bridal .bunya span {
  background-color: rgba(189, 130, 99);
  padding: 5px 7px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 3px 0;
}

@media (min-width: 576px) {
  #course_bridal .bunya {
    font-size: 14px;
  }

  #course_bridal .bunya span {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  #course_bridal .p_r {
    padding-right: 1.5%;
  }

  #course_bridal .p_l {
    padding-left: 1.5%
  }
}



/* add */

ul.skill_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

ul.skill_box li {
  width: 100%;
  border: 3px solid #72bd5f;
  padding: 15px;
  margin: 0 1% 1.5% 1%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
}

.skill_name {
  color: #72bd5f;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 15px;
}

.per,
.per02 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}

.per02 {
  margin-bottom: 12px;
  font-size: 60px;
}

.per span,
.per02 span {
  font-size: 16px;
  font-weight: 900;
  margin-right: 5px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.per02 span {
  font-size: 20px;
}

@media (min-width: 576px) {
  ul.skill_box li {
    width: 48%;
  }
}

@media (min-width: 768px) {
  ul.skill_box li {
    width: 31%;
  }

  .per02 {
    font-size: 75px;
  }
}

@media (min-width: 992px) {
  ul.skill_box li {
    padding: 25px 15px;
    margin: 0 1% 1.5% 1%;
  }

  .per {
    font-size: 60px;
  }

  .per02 {
    font-size: 80px;
  }

  .skill_name {
    font-size: 20px;
  }
}


#qualification ul.skill_box li {
  border: 3px solid rgb(230, 81, 122);
}

#qualification .skill_name {
  color: rgb(230, 81, 122);
}



#course_medical ul.skill_box li {
  border: 3px solid #B489DE;
}

#course_medical .skill_name {
  color: #B489DE;
}



#qualification ul.skill {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75%;
  margin-right: -0.75%;
  margin-bottom: 30px;
}

#qualification ul.skill li {
  padding: 0.75%;
  width: 33%;
}

@media (max-width: 768px) {
  #qualification .jisseki_pc {
    display: none;
  }
}

@media (min-width: 768px) {
  #qualification .jisseki_sp {
    display: none;
  }
}

@media (min-width: 576px) {
  #qualification ul.skill li {
    width: 20%;
  }
}

@media (min-width: 992px) {
  #qualification ul.skill li {
    width: 14.2%;
  }
}

@media (min-width: 768px) {

  #course_medical .point_box {
    position: relative;
  }

  #course_medical .position {
    position: absolute;
    bottom: 0;

  }

  #course_medical .point_box:last-child {
    margin-bottom: 15px !important;
  }


  #course_medical .position img {
    position: absolute;
    bottom: 0;
    max-width: 540px;

  }

}

@media (max-width: 768px) {
  #qualification ul.skill {
    margin-bottom: 0;
  }
}

/* ==============================================================
   # 学科 こども保育幼稚園科
============================================================== */
#course_child .large {
  font-size: 16px;

}

#course_child .width-650 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

#course_child .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

#course_child .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_child .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

#course_child .tg .tg-baqh {
  text-align: center;
  vertical-align: middle
}

#course_child .tg .tg-3xi5 {
  background-color: #ffffff;
  border-color: inherit;
  text-align: center;
  vertical-align: middle
}

#course_child .tg .tg-0lax {
  text-align: left;
  vertical-align: middle
}


#course_child .tg .color {
  background-color: rgba(246, 172, 25, 1) !important;
  border-color: #000 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle
}

#course_child .tg .color2 {
  background-color: rgba(246, 172, 25, 0.2) !important;
  border-color: #000 !important;
  color: #000;
  text-align: center;
  vertical-align: middle
}



@media screen and (min-width: 768px) {
  #course_child .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  #course_child .btn02.two-colors a .head {
    font-size: 18px;
  }

  #course_child .btn02.two-colors.mt-50 {
    margin-top: 30px;
  }

  #course_child .btn02.orange a .head {
    font-size: 18px;
  }

  #course_child .btn02.orange a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }

  #course_child .btn02.orange {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }

}

@media screen and (max-width: 767px) {
  #course_child .btn02.orange {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

}


@media screen and (max-width: 767px) {
  #course_child .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_child .btn02.two-colors a .head {
    font-size: 14px;
  }

  #course_child .btn02.orange a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_child .btn02.two-colors.mt-50 {
    margin-top: 0;
  }
}

#course_child .btn02.orange a {
  background-color: rgba(246, 172, 25, 1);
  margin-bottom: 20px;
}


#course_child .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#course_child .half {
  margin: 40px auto 0;
  width: 100%;
  max-width: 650px;
  display: flex;
}

#course_child .half .left {
  width: 50%;
}

#course_child .half .right {
  width: 50%;
}


@media (max-width: 768px) {

  #course_child .large {
    font-size: 14px;

  }
}

@media (max-width: 768px) {
  #course_child .support_pc {
    display: none;
  }
}

@media (min-width: 768px) {
  #course_child .support_sp {
    display: none;
  }
}

/* ==============================================================
   # 学科 公務員
============================================================== */

@media screen and (min-width: 768px) {
  [id*="course_administrative-law"] .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  [id*="course_administrative-law"] .btn02.two-colors a .head {
    font-size: 18px;
  }

  [id*="course_administrative-law"] .btn02.two-colors.mt-50 {
    margin-top: 30px;
  }

  [id*="course_administrative-law"] .btn02.green a .head {
    font-size: 18px;
  }

  [id*="course_administrative-law"] .btn02.green a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }

  [id*="course_administrative-law"] .btn02.green {
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  [id*="course_administrative-law"] .btn02.green {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

}

@media screen and (max-width: 767px) {
  [id*="course_administrative-law"] .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  [id*="course_administrative-law"] .btn02.two-colors a .head {
    font-size: 14px;
  }

  [id*="course_administrative-law"] .btn02.green a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
    margin-bottom: 20px;
  }

  [id*="course_administrative-law"] .btn02.two-colors.mt-50 {
    margin-top: 0;
  }


  [id*="course_administrative-law"] dd span,
  #results dt span {
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: rgb(127, 210, 117);
    border-radius: 100px;
    margin-right: 7px;
    text-indent: 0;
  }


  [id*="course_administrative-law"] #results dt {

    font-size: 15px !important;


  }

}

[id*="course_administrative-law"] .btn02.green a {
  background-color: rgb(52, 160, 100);
  margin-bottom: 20px;
}

[id*="course_administrative-law"] .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}


[id*="course_administrative-law"] .tg {
  border-collapse: collapse;
  border-spacing: 0;
}

[id*="course_administrative-law"] .tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

[id*="course_administrative-law"] .tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

[id*="course_administrative-law"] .tg .tg-ycr8 {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle
}

[id*="course_administrative-law"] .tg .tg-3xi5 {
  background-color: #ffffff;
  border-color: inherit;
  text-align: center;
  vertical-align: middle
}

[id*="course_administrative-law"] .tg .tg-i81m {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle
}


[id*="course_administrative-law"] .tg .color {
  background-color: rgba(101, 155, 103, 1) !important;
  border-color: #000 !important;
  color: #ffffff;
  text-align: center;
  vertical-align: middle
}

[id*="course_administrative-law"] .tg .color2 {
  background-color: rgba(101, 155, 103, 0.2) !important;
  border-color: #000 !important;
  color: #000;
  text-align: center;
  vertical-align: middle
}




/*スクロール*/
.scroll-x table {
  width: 100% !important;
  min-width: 1140px;
}

.scroll-x {
  overflow: auto;
  /*white-space: nowrap;*/
}

.scroll-x::-webkit-scrollbar {
  height: 5px;
}

.scroll-x::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll-x::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}




/* 追加ボタン */

.to_douga_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}





/* ==============================================================
   # 情報・ITビジネス大学併修科　#course_info-it-business-univ
============================================================== */

#course_info-it-business-univ .kv {
  background: url("https://jjc-net.ac.jp/wp/wp-content/themes/jjc2020/common/imgs/course_info-it-business-univ/kv2023.jpg") no-repeat center;
  background-size: cover;
}

#course_info-it-business-univ .point01 {
  color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ .point02 {
  color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ .kv h2 {
  background-color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ h3.common {
  background-color: rgba(26, 62, 127, 0.9);
  color: #fff;
}

#course_info-it-business-univ h3.common.w {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(72, 190, 214, 1);
}

#course_info-it-business-univ .catch02 {
  color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ .highlight {
  background: linear-gradient(transparent 80%, #FFECB3 80%);
}

#course_info-it-business-univ h4.common {
  border-left: 4px solid rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ section.course {
  background-color: rgba(26, 62, 127, 0.1);
}

#course_info-it-business-univ .osusume span {
  background-color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ .osusume span::after {
  background-color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ .movie {
  background-color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ section.three_year {
  background-color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ .headline .sub {
  color: rgba(26, 62, 127, 0.9);
}

#course_info-it-business-univ .nenji {
  background-color: rgba(26, 62, 127, 0.9);
}

ul.naritai_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

li.naritai_list {
  width: 100%;
  border: rgba(26, 62, 127, 0.2) solid 9px;
  text-align: center;
  height: 70px;
  margin-top: 20px;
}

br.it_business_pcbr {
  display: none;
}

p.naritai {
  font-size: 18px;
  margin: 0;
  line-height: 140%;
  padding-top: 13px;
  color: #333333;
  white-space: nowrap;
}

p.naritai_paddingtop {
  margin: 0;
}

.it_business_bg {
  background-color: rgba(26, 62, 127, 0.9);
  color: #FFFFFF;
  font-weight: 100;
}

.it_business_margin_top60_40 {
  margin-top: 40px;
}

.it_business_flex01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.it_business_flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: column-reverse;
}

.it_business_flex03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.it_business_01 {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.it_business_02 {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

span.it_business_small {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  color: #666666;
}

img.course_info-it-business-univ_imagesp {
  display: block;
  width: 100%;
  visibility: visible;
  height: auto;
  overflow: visible;
}

img.course_info-it-business-univ_imagepc {
  display: none;
  width: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

span.course_info-it-business-univ_large1 {
  display: block;
  font-size: 20px;
  color: rgba(26, 62, 127, 0.9);
  font-weight: bold;
  margin-bottom: 15px;
}

span.course_info-it-business-univ_large2 {
  font-size: 16px;
}

.course_info-it-business-univ_bgblue {
  background-color: rgba(26, 62, 127, 0.1);
}

span.naritai_markar {
  background: linear-gradient(transparent 80%, #ffff00 0%);
}

span.it_business_red {
  color: #FF0000;
}

.course_info-it-business-univ_relative {
  position: relative;
}

.course_info-it-business-univ_rednew {
  position: absolute;
  background-color: #FF0000;
  color: #FFFFFF;
  top: -30px;
  right: -30px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 993px) {
  ul.naritai_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
  }

  li.naritai_list {
    width: 30%;
    border: rgba(26, 62, 127, 0.2) solid 9px;
    text-align: center;
    height: 90px;
    margin-top: 0;
  }

  br.it_business_pcbr {
    display: block;
  }

  p.naritai {
    font-size: 19px;
    margin: 0;
    line-height: 140%;
    padding-top: 9px;
    color: #333333;
  }

  p.naritai_paddingtop {
    padding-top: 20px;
    white-space: wrap;
  }

  .it_business_bg {
    background-color: rgba(26, 62, 127, 0.9);
    color: #FFFFFF;
    font-weight: 100;
  }

  .it_business_margin_top60_40 {
    margin-top: 60px;
  }

  .it_business_flex01 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }

  .it_business_flex02 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }

  .it_business_flex03 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
  }

  .it_business_01 {
    display: block;
    width: 48%;
    margin-top: 20px;
  }

  .it_business_02 {
    display: block;
    width: 48%;
    margin-top: 0;
  }

  img.course_info-it-business-univ_imagesp {
    display: none;
    width: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  img.course_info-it-business-univ_imagepc {
    display: block;
    width: 100%;
    visibility: visible;
    height: auto;
    overflow: visible;
  }

}



#course_info-it-business-univ .cousegamedesign_news .btn02.blue {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
}


@media screen and (max-width: 768px) {
  #course_info-it-business-univ .pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #course_info-it-business-univ #icon .images {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #course_info-it-business-univ #icon .images_sp {
    display: none;
  }

  .course_info-it-business-univ_rednew {
    position: absolute;
    background-color: #FF0000;
    color: #FFFFFF;
    top: -40px;
    right: -40px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #course_info-it-business-univ .btn02.two-colors a {
    max-width: 400px;
    font-size: 22px;
  }

  #course_info-it-business-univ .cousegamedesign_news .btn02.two-colors a .head {
    font-size: 18px;
  }

  #course_info-it-business-univ .cousegamedesign_news .btn02.two-colors.mt-50 {
    margin-top: 30px;
  }

  #course_info-it-business-univ .cousegamedesign_news .btn02.blue a .head {
    font-size: 18px;
  }

  #course_info-it-business-univ .cousegamedesign_news .btn02.blue a {
    max-width: 360px;
    font-size: 20px;
    padding: 1em;
  }
}

@media screen and (max-width: 767px) {
  #course_info-it-business-univ .cousegamedesign_news .btn02.blue {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  #course_info-it-business-univ .cousegamedesign_news .btn02.two-colors a {
    max-width: 100%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_info-it-business-univ .cousegamedesign_news .btn02.two-colors a .head {
    font-size: 14px;
  }

  #course_info-it-business-univ .cousegamedesign_news .btn02.blue a {
    max-width: 65%;
    padding: 1.6rem 1rem;
    font-size: 16px;
  }

  #course_info-it-business-univ .cousegamedesign_news .btn02.two-colors.mt-50 {
    margin-top: 0;
  }
}

#course_info-it-business-univ .cousegamedesign_news .btn02.blue a {
  background-color: rgba(26, 62, 127, 0.9);
  margin-bottom: 20px;
}

.blue2 a {
  background-color: rgba(56, 110, 209, 1);
  margin-bottom: 20px;
}

#course_info-it-business-univ .cousegamedesign_news .alone {
  width: 100%;
  display: block;
  margin: 0 auto;
}

p.bg_gray_markar {
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #CCC;
}

br.course_info-game-design_spbr {
  display: none;
}

@media (max-width: 768px) {
  br.course_info-game-design_spbr {
    display: block;
  }
}