@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;500;700&display=swap");
.ui-content {
  background: url("/jyuken/images/2022oc/bg_oc2022_11.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .ui-article {
    font-size: 14px;
  }
}
.main-article {
  background: none;
}

.area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.area:first-child {
  padding-top: 40px;
}

.area:last-child {
  padding-bottom: 120px;
}

@media screen and (max-width: 1039px) {
  .area {
    padding: 40px;
  }
  .area:first-child {
    padding-top: 40px;
  }
  .area:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .area {
    padding: 40px 16px;
  }
  .area:first-child {
    padding-top: 20px;
  }
  .area:last-child {
    padding-bottom: 60px;
  }
}
#mainimgs {
  background: none;
}
#mainimgs:before, #mainimgs:after {
  content: none;
  display: none;
}
@media screen and (max-width: 767.9px) {
  #mainimgs {
    padding-top: 140px;
  }
}

#pankuzu {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #000;
}

#pankuzu a {
  color: #263365;
}

#pankuzu span {
  color: #000;
}

.oc_heading {
  color: #fff;
  font-weight: bold;
  padding: 0 0 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 4px solid #002347;
}

.step-heading {
  font-family: "新ゴ DB", "Shin Go DeBold", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
  font-size: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

.step-heading > * {
  vertical-align: middle;
}

.step-heading i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 0.6666666667em;
  color: #FFF;
  padding: 0.6em 0.8em;
  margin-right: 1em;
  border-radius: 4px;
}

.list-mark1em {
  line-height: 1.4;
}

.list-mark1em li:not(:last-child) {
  margin-bottom: 0.3em;
}

*[class*=tag--] {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 0.8em;
  line-height: 1;
  color: #FFF;
  background-color: #FFF;
  white-space: nowrap;
  border-radius: 3px;
  margin: 0 0.4em;
}

*[class*=tag--]:first-child {
  margin-left: 0;
}

*[class*=tag--]:last-child {
  margin-right: 0;
}

.tag--k {
  background-color: #1c66b9;
}

.tag--h {
  background-color: #2ea12c;
}

.tag--voc {
  background-color: #0337a4;
}

.tag--oc {
  background-color: #db2875;
}

.tag--jyuken {
  background-color: #0337a4;
}

.tag--hogosya {
  background-color: #eb9808;
}

.tag--ondemand {
  background-color: #24375e;
}

.oc-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.oc-grid .grid-item h3 {
  border: none;
  padding: 0;
  margin: 0 0 0.8em;
  font-size: 1.5em;
  font-weight: normal;
  color: #333333;
}

.oc-grid .grid-item figure:not(:last-child), .oc-grid .grid-item p:not(:last-child) {
  margin-bottom: 0.6em;
}

@media screen and (min-width: 768px) {
  .oc-grid > * {
    flex-basis: calc(33.33% - 22px);
    margin-right: 33px;
  }
  .oc-grid > *:nth-child(3n) {
    margin-right: 0;
  }
  .oc-grid > *:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1039px) {
  .oc-grid .grid-item h3 {
    font-size: 1.2857142857em;
  }
}
@media screen and (max-width: 767px) {
  .oc-grid > * {
    flex-basis: calc(50% - 10px);
  }
  .oc-grid > *:nth-child(odd) {
    margin-right: 20px;
  }
  .oc-grid > *:nth-child(n+3) {
    margin-top: 40px;
  }
}
.note-box {
  background-color: #FFF;
  color: #000;
  padding: 20px;
}

.note-box h4 {
  color: #ff3333;
}

.def-block {
  background-color: #FFF;
  color: #000;
  padding: 40px;
}

.vocday_event_content + .vocday_event_content {
  padding-top: 40px;
  border-top: 1px solid #dce0e3;
}

.vocday_event_content h5 {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.2;
  color: #333;
  padding: 0;
  margin: 0.5em 0;
}

.vocday_event_content .voc_heading {
  margin-bottom: 1.2em;
}

.vocday_event_content .voc_heading small {
  color: #333333;
}

.vocday_event_content dl.voc_dl dt {
  width: 8em;
  margin-bottom: 0.8em;
}

.vocday_event_content dl.voc_dl dd {
  margin-left: 8em;
  margin-bottom: 0.8em;
}

.vocday_event_content dl.voc_dl.dl_column dd {
  margin-left: 0.5em;
}

.vocday_event_content dl.voc_dl.dl--l dt {
  width: 13em;
}

.vocday_event_content dl.voc_dl.dl--l dd {
  margin-left: 13em;
}

.vocday_event_content .vocday_event_content-body {
  background-color: #FFF;
  padding: 30px 40px;
  border-radius: 0 0 16px 16px;
  text-align: left;
}

.vocday_event-heading {
  color: #FFF;
  font-family: "新ゴ DB", "Shin Go DeBold", "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
  font-size: 1.9375em;
  padding: 0.7em 40px;
  text-align: left;
  line-height: 1.2;
  border: none;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .vocday_event-heading {
    font-size: 1.5em;
    margin-top: 0;
  }
  .vocday_event-heading > h3 img {
    display: block;
  }
  .vocday_event-heading > strong {
    display: block;
    font-size: 1.5em;
    margin: 0.2em 0 0;
  }
}
.voc_timetable_list > li {
  display: flex;
  justify-content: space-between;
  padding: 0.8em 0;
  line-height: 1.2;
  border-bottom: 1px solid #DCE0E3;
}

.voc_timetable_list > li > span:first-child {
  flex-basis: calc(100% - 15em);
}

.voc_timetable_list > li > span:nth-child(2) {
  font-weight: bold;
  flex-basis: 13em;
}

.voc_timetable_list.list--2 > li > span:first-child {
  flex-basis: 49%;
}

.voc_timetable_list.list--2 > li > span:nth-child(2) {
  font-weight: bold;
  flex-basis: 49%;
}

@media screen and (max-width: 767px) {
  .voc_timetable_list > li {
    flex-direction: column;
  }
  .voc_timetable_list > li > span:first-child {
    flex-basis: auto;
  }
  .voc_timetable_list > li > span:nth-child(2) {
    margin-top: 0.4em;
    flex-basis: auto;
  }
}
.vocday_event {
  background: none;
  border: none;
  box-shadow: 1px 0 32px rgba(0, 0, 0, 0.1);
}

.vocday_event .vocday_event-body {
  padding: 30px 40px 60px;
  background-color: #fff;
}

.vocday_event .vocday_event-body:last-child {
  padding-bottom: 40px;
}

.vocday_event.vocday_h {
  background-image: none;
  border-color: #2ea12c;
}

.vocday_event.vocday_h .vocday_event-heading {
  background-color: #2ea12c;
}

.vocday_event.vocday_k {
  background-image: none;
  border-color: #1c66b9;
}

.vocday_event.vocday_k .vocday_event-heading {
  background-color: #1c66b9;
}

.date {
  font-family: "Oswald", "YuGothic", "Meiryo", sans-serif;
  font-size: 1em;
}

.date strong {
  display: inline-block;
  font-size: 1.9285714286em;
  letter-spacing: 0.15em;
  vertical-align: bottom;
}

.date i.arrow {
  display: inline-block;
  font-weight: bold;
  margin-left: 0.4em;
  margin-right: 0.4em;
}

.date i.cir {
  margin-left: 0.1em;
  margin-right: 0.1em;
  font-size: 0.7em;
  display: inline-block;
  line-height: 1.05;
  text-align: center;
  padding: 0.3em;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  background-color: #333;
  vertical-align: text-top;
}

.date time {
  display: inline-block;
}

.oc-date-block {
  margin-bottom: 2em;
  border-bottom: 4px solid #002347;
}

.oc-date-block .place {
  background-color: #1dc4cb;
  color: #fff;
  line-height: 1;
}

.oc-date-block .date {
  font-size: 2em;
  text-align: center;
  line-height: 1;
  padding: 0.4em 0 0.3em;
}

.oc-date-block .date strong {
  font-size: 1.7931034483em;
}

.oc-date-block .date i.cir {
  padding: 0.4em;
  vertical-align: baseline;
}

.oc-date-block .date i.kikan {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-size: 0.4em;
  padding: 0.5em 0.7em;
  margin: -1.5em 1em 0;
}

.oc-date-block .date i.kikan:first-child {
  margin-left: 0;
}

.oc-date-block p {
  font-weight: bold;
  line-height: 1.3;
}

.oc-date-block > .kamata, .oc-date-block > .hachi {
  margin-bottom: 2em;
}

.oc-date-block .hachi .place {
  background-color: #2ea12c;
}

.oc-date-block .hachi .date, .oc-date-block .hachi p {
  color: #2ea12c;
}

.oc-date-block .kamata .place {
  background-color: #1c66b9;
}

.oc-date-block .kamata .date, .oc-date-block .kamata p {
  color: #1c66b9;
}

.oc-date-block.online {
  border-color: #d95f29;
}

.oc-date-block.online .date {
  color: #d95f29;
}

.oc-date-block.online .date i.kikan {
  background-color: #fa7c47;
  color: #fff;
}

.oc-date-block.online .date .start {
  color: #e65c63;
}

.oc-date-block.online .date .start i.cir {
  background-color: #e65c63;
}

.oc-date-block.online .date i.arrow {
  color: #e35e74;
}

.oc-date-block.online .date .end {
  color: #d23c80;
}

.oc-date-block.online .date .end i.cir {
  background-color: #d23c80;
}

.oc-date-block.online .place {
  font-size: 0.9285714286em;
  text-align: center;
  display: table;
  width: 100%;
}

.oc-date-block.online .place > * {
  display: table-cell;
  padding: 0.5em;
}

@media screen and (max-width: 767px) {
  .oc-date-block .oc-date-block .date i.kikan {
    display: block;
    margin: 0 auto;
    width: 7em;
  }
  .oc-date-block .oc-date-block .date i.kikan:first-child {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .oc-date-block .date {
    font-style: 2.5em;
    padding: 0.6em 0;
  }
}
@media screen and (min-width: 1040px) {
  .oc-date-block .date {
    font-size: 3.2em;
  }
  .oc-date-block p {
    font-size: 1.125em;
  }
  .oc-date-block.visit .place {
    font-size: 1.5em;
  }
  .oc-date-block.online .place {
    font-size: 1.2857142857em;
  }
}
@media screen and (max-width: 767px) {
  .oc_heading {
    display: block;
    padding-bottom: 10px;
  }
  .oc_heading img {
    display: block;
    margin: 0 0 10px;
  }
  .step-heading {
    font-size: 1.1428571429em;
  }
  .step-heading i {
    display: block;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
  *[class*=tag--] {
    font-size: 12px;
  }
  .def-block {
    padding: 20px;
  }
  .vocday_event_content + .vocday_event_content {
    padding-top: 25px;
    border-top: 1px solid #dce0e3;
  }
  .vocday_event_content dl.voc_dl dt {
    width: 100%;
    margin-bottom: 0.2em;
    text-align: center;
  }
  .vocday_event_content dl.voc_dl dd {
    margin-left: 0;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .vocday_event_content dl.voc_dl.dl_column dd {
    margin-left: 0;
  }
  .vocday_event_content .vocday_event_content-body {
    padding: 1em;
    border-radius: 0 0 8px 8px;
  }
  .vocday_event {
    border-width: 3px;
  }
  .vocday_event .vocday_event-body {
    padding: 10px 8px;
  }
}
/* 2022 live11 */
.event-date-cir {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 0.5em;
  font-size: 0.35em;
  line-height: 1;
  padding: 0.35em;
  font-weight: bold;
  border-radius: 100em;
  color: #000;
  background-color: #fff;
  vertical-align: bottom;
}
.event-date-cir.sun {
  background-color: #f21898;
  color: #fff;
}
.event-date-cir.holiday {
  background-color: #f21898;
  color: #fff;
  padding: 0.35em 0.5em;
}

.event-date {
  font-family: "Oswald", "YuGothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: clamp(50px, 10vw, 100px);
  line-height: 1;
  vertical-align: bottom;
}
.event-date .thin {
  font-weight: 200;
}
.event-date .event-date-cir {
  font-size: 0.3em;
}

.event-time {
  font-family: "Oswald", "YuGothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.1875em;
  vertical-align: bottom;
  line-height: 1;
}

.event-time .thin {
  font-weight: 200;
}

.event-box {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  padding: 20px;
}
.event-box .label-wrapper {
  margin-bottom: 0.5em;
}
.event-box .headline-plain {
  font-size: 1.1428571429em;
}
.event-box .headline-weak {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .event-box {
    padding: 25px 40px;
  }
  .event-box .label-wrapper {
    margin-bottom: 16px;
  }
}

.label-wrapper {
  margin: -3px;
}

.label-date {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  padding: 0.6em;
  border-radius: 5px;
}

.label-date.label-ds {
  background-color: #dd6106;
  color: #fff;
}

.label-date.label-hs {
  background-color: #d22c40;
  color: #fff;
}

.label-gakubu {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 6px 4px;
  margin: 3px;
  border-radius: 2px;
}

.label-eng {
  background-color: #dddde7;
  color: #4c538c;
}

.label-cs {
  background-color: #cce0e9;
  color: #2b6b92;
}

.label-ms {
  background-color: #f3d8da;
  color: #bf372f;
}

.label-bs {
  background-color: #e2eedc;
  color: #39916a;
}

.label-ds {
  background-color: #fae5cc;
  color: #e87f00;
}

.label-hs {
  background-color: #f6d5d9;
  color: #de5172;
}

.label-am {
  background-color: #e93898;
  color: #fff;
}

.label-pm {
  background-color: #32177d;
  color: #fff;
}

/* online_oc_11 */
#mainimgs.online {
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

#mainimgs.online .title {
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10em;
  padding: 0.3em 0.5em;
  font-size: 1.4285714286em;
  background-image: linear-gradient(90deg, #ff8340 0, #cc3289 100%);
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  #mainimgs.online .title {
    font-size: 2.75em;
  }
}
@media screen and (min-width: 1040px) {
  #mainimgs.online {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* taisaku2022 */
.event-box.timesche {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1039px) {
  .event-box.timesche figure {
    overflow-x: scroll;
  }
  .event-box.timesche img {
    max-width: inherit;
    height: inherit;
  }
}
#mainimgs.nyushitaisaku {
  background: url("/jyuken/images/2022taisaku/bg_kv.jpg") no-repeat #42b84b center/cover;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
#mainimgs.nyushitaisaku > .container {
  height: auto;
  padding: 0;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
#mainimgs.nyushitaisaku .title {
  position: relative;
  text-align: center;
}
#mainimgs.nyushitaisaku .title img {
  display: inline-block;
  vertical-align: baseline;
  -o-object-fit: contain;
  object-fit: contain;
}
#mainimgs.nyushitaisaku .title .label-type {
  display: block;
  width: 5em;
  font-size: 0.875rem;
  color: #000;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  padding: 0.4em 0;
  border-radius: 0.2em;
  margin: 0 auto 10px;
}
#mainimgs.nyushitaisaku .title .label-meta {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7em 0;
  border-radius: 0.4em;
}
#mainimgs.nyushitaisaku .title .title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(24px, 6vw, 60px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  gap: 0.1em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#mainimgs.nyushitaisaku .title .s {
  font-size: clamp(16px, 4vw, 40px);
  vertical-align: middle;
}
#mainimgs.nyushitaisaku .lead {
  text-align: left;
  color: #000;
}
#mainimgs.nyushitaisaku .lead > p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#mainimgs.nyushitaisaku .lead > figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  font-size: 0.875em;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.3em;
  border-radius: 0.5em;
  box-sizing: border-box;
  gap: 1em;
}
#mainimgs.nyushitaisaku .lead > figure span {
  flex: 0 0 90px;
}
#mainimgs.nyushitaisaku .lead > figure figcaption {
  flex: 1 0 60%;
}
#mainimgs.nyushitaisaku .event-main {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: clamp(16px, 2vw, 20px);
  padding: 20px 10px;
}
#mainimgs.nyushitaisaku .event-main dt {
  margin-bottom: 0.2em;
}
#mainimgs.nyushitaisaku .event-main p {
  margin-bottom: 0.5em;
}
#mainimgs.nyushitaisaku .event-main .txt {
  font-weight: bold;
}
#mainimgs.nyushitaisaku .event-main .event-date {
  font-size: clamp(40px, 10vw, 100px);
}
#mainimgs.nyushitaisaku + #pankuzu {
  margin-top: 0;
}
#mainimgs.nyushitaisaku .akahon {
  font-size: 0.875em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 1.3em;
  border-radius: 0.5em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
#mainimgs.nyushitaisaku .akahon span {
  flex: 0 0 90px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 90px;
}
#mainimgs.nyushitaisaku .akahon figcaption {
  flex: 1;
}
@media screen and (min-width: 768px) {
  #mainimgs.nyushitaisaku .lead {
    display: flex;
    gap: 1em;
  }
  #mainimgs.nyushitaisaku .lead > p {
    flex: 1 0 50%;
  }
  #mainimgs.nyushitaisaku .lead > figure {
    flex: 0 0 30%;
  }
  #mainimgs.nyushitaisaku .title {
    position: relative;
  }
  #mainimgs.nyushitaisaku .title .label-meta {
    width: 18em;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1040px) {
  #mainimgs.nyushitaisaku {
    padding: 60px 20px;
  }
}

nav.nyushitaisaku {
  background: #fff;
  padding: 20px !important;
}

nav.nyushitaisaku .btn {
  display: block;
  border-radius: 8px;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #1dc4cb;
  line-height: 1;
  padding: 1em;
}

nav.nyushitaisaku .btn:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

nav.nyushitaisaku .btn:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.4em 0.2em;
  border-color: #fff transparent transparent;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-bottom: -0.2em;
}

nav.nyushitaisaku .btn[href*=hachi] {
  background-color: #338c3a;
}

nav.nyushitaisaku .btn[href*=kamata] {
  background-color: #0065cb;
}

nav.nyushitaisaku .btn:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  nav.nyushitaisaku .btn:not(:last-child) {
    margin-bottom: 0;
  }
  nav.nyushitaisaku .container {
    display: flex;
    justify-content: space-between;
  }
  nav.nyushitaisaku .container > * {
    flex-basis: calc(50% - 20px);
  }
  nav.nyushitaisaku .container:before, nav.nyushitaisaku .container:after {
    content: none;
  }
}
.nyushitaisaku_campus_heading {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.nyushitaisaku_campus_heading > div:nth-child(1) {
  flex-basis: 100%;
  margin-bottom: 20px;
}

.nyushitaisaku_campus_heading .headline {
  font-size: 2.375em;
  font-weight: bold;
  margin-bottom: 0.3em;
  white-space: nowrap;
}

.nyushitaisaku_campus_heading > p {
  align-self: end;
  flex-shrink: 1;
  flex-grow: 1;
  line-height: 1.2;
}

.nyushitaisaku_campus_heading > .event-date {
  flex-basis: 2.5em;
  flex-grow: 0;
  white-space: nowrap;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .nyushitaisaku_campus_heading {
    flex-wrap: nowrap;
  }
  .nyushitaisaku_campus_heading > div:nth-child(1) {
    flex-basis: content;
    border-right: 1px solid #fff;
    margin-right: 20px;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .nyushitaisaku_campus_heading > div:nth-child(2) {
    flex-grow: 1;
  }
  .nyushitaisaku_campus_heading .headline {
    font-size: 2.375em;
  }
}
@media screen and (min-width: 1040px) {
  .nyushitaisaku_campus_heading {
    max-width: inherit;
    margin-left: calc(50% - 480px);
    margin-right: 0;
  }
}
.program-info {
  margin-bottom: 10px;
}

.program-info p {
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .program-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.program-grid {
  color: #333;
}

.program-grid > * {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
}

.program-grid > * > * {
  padding-left: 10px;
  padding-right: 10px;
}

.program-grid > * > p {
  padding: 10px;
}

.program-grid .headline {
  font-size: 1.25em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  border: none;
}

.program-grid .meta {
  background-color: #efecec;
  color: #666;
  font-size: 12px;
}

.program-grid .meta li {
  display: inline-block;
  padding: 0.4em 0;
  background-repeat: no-repeat;
  background-position: left center;
}

.program-grid .meta li.time {
  padding-left: 2em;
  background-image: url(/jyuken/images/2022taisaku/icon-time.png);
}

.program-grid .meta li.place {
  padding-left: 2em;
  background-image: url(/jyuken/images/2022taisaku/icon-place.png);
}

.program-grid .meta li:not(:last-child) {
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .program-grid > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .program-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .program-grid > * {
    flex-basis: calc(50% - 20px);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .program-grid.fixed-grid {
    display: grid;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .program-grid.fixed-grid > * {
    flex-basis: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.area.nyushitaisaku .btn.btn-white {
  border: none;
}

.area.nyushitaisaku .btn.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 1040px) {
  .area.nyushitaisaku {
    padding-bottom: 100px;
  }
}
#hachi.nyushitaisaku {
  background: url("/jyuken/images/2022taisaku/bg_hachi.jpg") no-repeat #368e3c center/cover;
  color: #fff;
}

#kamata.nyushitaisaku {
  background: url("/jyuken/images/2022taisaku/bg_kamata.jpg") no-repeat #0066cc center/cover;
  color: #fff;
}

/* UTILITY */
.btn-row-large {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  background-color: #ff9e25;
  border-color: #ff9e25;
  color: #FFF;
  text-align: center;
  font-size: 250%;
  padding: 0.9em 0.2em;
  line-height: 1;
  box-sizing: border-box;
}

.btn-row-large > i {
  vertical-align: middle;
}

.btn-row-large:link, .btn-row-large:visited {
  color: #FFF;
}

.btn-row-large:hover {
  background-color: #ffbd04;
}

.btn-row-large.btn-next {
  text-indent: 0;
}

.btn-row-large.btn-next:before {
  display: none;
  content: none;
}

.btn-row-large.btn-next span {
  display: inline-block;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.btn-row-large.btn-next span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0.26em 0 0;
  text-indent: 0;
}

.btn-row-large.btn-prev:before {
  display: none;
  content: none;
}

.btn-row-large.btn-prev span {
  display: inline-block;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.btn-row-large.btn-prev span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin: 0 0.5em 0 -0.26em;
}

.btn-row-large.btn--oc {
  background-color: #79c2e0;
  border-color: #79c2e0;
  background-image: url("/entrance/images/reception_live2021/sec-bg.png");
  background-repeat: repeat;
  background-position: center;
  color: #FFF;
}

.btn-row-large.btn--oc.oc--visit {
  background-color: #db2875;
  border-color: #db2875;
}

.btn-row-large.btn--oc.oc--online {
  background-color: #0337a4;
  border-color: #0337a4;
}

.btn-row-large.btn--voc {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 1.75em;
  padding: 0.8em 0;
  line-height: 1;
  background-color: #ff9e25;
  border: 1px solid #ff9e25;
  transition: all 0.4s;
}

.btn-row-large.btn--voc > i {
  vertical-align: middle;
}

.btn-row-large.btn--voc:link, .btn-row-large.btn--voc:visited {
  color: #FFF;
}

.btn-row-large.btn--voc:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.btn-row-large.btn--voc span {
  display: inline-block;
  padding-right: 0.5em;
}

.btn-row-large.btn--voc span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
}

.btn-row-large.btn--round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  min-height: 3.5em;
  padding: 0.8em 3em;
  margin-left: auto;
  margin-right: auto;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.2;
  background-color: #ff9e25;
  border: none;
  border-radius: 3em;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-image: url("/jyuken/common/images/2021/round-next.png");
}

.btn-row-large.btn--round small {
  font-size: 0.64286em;
}

.btn-row-large.btn--round:link, .btn-row-large.btn--round:visited {
  color: #FFF;
}

.btn-row-large.btn--round:hover {
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
}

.btn-row-large.btn--round.color_oc {
  background-color: #FFF;
  color: #db2875;
  background-image: url("/jyuken/common/images/2021/round-next--oc.png");
}

.btn-row-large.btn--round.color_voc {
  background-color: #FFF;
  color: #0337a4;
  background-image: url("/jyuken/common/images/2021/round-next--voc.png");
}

.btn-row-large.btn--round.color_voc_r {
  background-color: #0337a4;
  background-image: url("/jyuken/common/images/2021/round-next--voc_r.png");
}

.btn-row-large.btn--round.color_top {
  background-color: #3e508d;
  background-image: url("/jyuken/common/images/2021/round-next--top.png");
}

.btn-row-large.btn--round.color_top {
  background-color: #3e508d;
  background-image: url("/jyuken/common/images/2021/round-next--top.png");
}

.btn-row-large.btn--round.color_deep {
  background-color: #003263;
}

@media screen and (max-width: 767px) {
  /* タブレット未満 */
  .btn-row-large {
    font-size: 175%;
  }
  .btn-row-large.btn--voc {
    font-size: 1.25em;
  }
  .btn-row-large.btn--round {
    font-size: 1.25em;
  }
}
.ff-date-sans {
  font-family: "Oswald", "YuGothic", "Meiryo", sans-serif;
}

.fw-thin {
  font-weight: normal;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL";
}

.bgc-kamata {
  background-color: #1c66b9;
  color: #fff;
}

.color-kamata {
  color: #0e6db1;
}

.bor-kamata {
  border-color: #1c66b9;
}

.bgc-hachi {
  background-color: #2ea12c;
  color: #fff;
}

.color-hachi {
  color: #2c8232;
}

.bor-hachi {
  border-color: #2ea12c;
}

.bgc-visit {
  background-color: #152f8a;
  color: #fff;
}

.color-visit {
  color: #152f8a;
}

.bor-visit {
  border-color: #152f8a;
}

.bgc-online {
  background-color: #d95f29;
  color: #fff;
}

.color-online {
  color: #d95f29;
}

.bor-online {
  border-color: #d95f29;
}

.color-am {
  color: #e93898;
}

.color-pm {
  color: #32177d;
}

@media screen and (min-width: 768px) {
  .fontsize-lx--md {
    font-size: 160%;
  }
}
/* taisaku2024 */
.event-box.event-koushi {
  background-color: rgba(255, 255, 255, 0.6);
  color: #153b46;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.event-box.event-koushi .box-heading {
  font-size: 1.6em;
  margin-bottom: 0.3em;
  font-weight: bold;
  line-height: 1.2;
}

.event-box.event-koushi ul {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

.event-box.event-koushi li {
  display: inline-block;
  width: 11em;
  margin: 0.2em 0;
  text-align: left;
}

.event-box.event-koushi {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}


