@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■共通
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

#page_expo_usj {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.76;
  font-weight: 400;
  overflow: hidden;
  background: none;
  font-family: "M PLUS 1", sans-serif;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  #page_expo_usj .innerWrap {
    padding: 0 15px;
  }
}

#page_premium_night * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page_premium_night {
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_premium_night {
    border: none;
  }
}

#page_premium_night img {
  max-width: 100%;
  height: auto;
}

.ac_box {
  display: none;
}

.tab_cont {
  display: none;
}

.tab_cont.active {
  display: block;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■mv
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_expo_usj #mv {
  width: 100%;
  background-color: #d9f2ff;
}

#page_expo_usj #mv .mv_area {
  width: 100%;
  height: 925px;
  margin: auto;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_area {
    height: 770px;
    max-width: 100%;
  }
}

#page_expo_usj #mv .mv_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 925px;
  background: url(../images/mv_pc_bg.jpg) repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_area::after {
    height: 770px;
    background: url(../images/mv_sp_bg.jpg) repeat-x center top;
  }
}

#page_expo_usj #mv .mv_area .main_mv {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 1920px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_area .main_mv {
    width: 100%;
  }
}

#page_expo_usj #mv .mv_area .sp_mv {
  display: none;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_area .pc_mv {
    display: none;
    width: 100%;
  }
  #page_expo_usj #mv .mv_area .sp_mv {
    display: block;
  }
}

#page_expo_usj #mv .mv_conytent_area {
  position: relative;
  z-index: 4;
  max-width: 1160px;
  padding: 0 40px;
  margin: 0px auto;
  padding: 42px 40px 52px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area {
    padding: 38px 0px 28px;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_title_area {
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_title_area {
    width: 89.5%;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_title_area .mv_title_img {
  display: block;
  width: 100%;
}

#page_expo_usj #mv .mv_conytent_area .mv_title_area .mv_title_img img {
  width: 100%;
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area {
  max-width: 936px;
  margin: -20px auto 56px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area {
    max-width: none;
    width: 93.6%;
    margin: -12px auto 28px;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_ribbon {
  width: 100%;
  position: relative;
  z-index: 2;
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_ribbon img {
  width: 100%;
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 10px 10px;
  max-width: 860px;
  margin: -17px auto 0;
  padding: 24px  62px 32px;
  position: relative;
  z-index: 1;
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box::before, #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box::after {
  content: "";
  display: block;
  position: absolute;
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box::after {
  background: url(../images/mv_balloon02.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  width: 106px;
  height: 76px;
  top: 92%;
  right: -34px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box::after {
    background: url(../images/mv_balloon02.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    width: 100px;
    height: 60px;
    top: 85%;
    right: -4%;
    margin-right: 0;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box::before {
  background: url(../images/mv_balloon01.png) no-repeat center;
  background-size: contain;
  width: 84px;
  height: 84px;
  top: 46%;
  left: 50%;
  margin-left: -462px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box::before {
    background: url(../images/mv_balloon01.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    width: 56px;
    height: 56px;
    top: 39%;
    left: -5%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box {
    max-width: none;
    width: 95.8%;
    padding: 20px 17px 15px 30px;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title {
  font-size: 2.5rem;
  color: #262626;
  font-weight: Bold;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.25;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_blue {
  color: #004ea2;
  font-size: 4.2rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_blue {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 364px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_blue {
    font-size: 2.5rem;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_black {
  font-size: 4.2rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_black {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 364px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_black {
    font-size: 2.5rem;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_red {
  color: #e60012;
  font-size: 4.2rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .mv_txt_area_title .mv_red {
    font-size: 2.7rem;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area {
  max-width: 626px;
  margin: 14px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area {
    max-width: none;
    margin: 10px auto 0;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area .bottom_img01 {
  width: 237px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area .bottom_img01 {
    width: 41.6%;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area .bottom_img01 img {
  width: 100%;
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area .bottom_img02 {
  width: 354px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area .bottom_img02 {
    width: 54.6%;
  }
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box .bottom_img_area .bottom_img02 img {
  width: 100%;
}

#page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box + span {
  max-width: 860px;
  display: block;
  margin: 8px auto 0;
  font-size: 1.1rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .mv_txt_area .mv_txt_area_box + span {
    max-width: none;
    margin: 4px auto 0;
    padding: 0 6px;
    font-size: 0.9rem;
  }
}

#page_expo_usj #mv .mv_conytent_area .map {
  width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .map {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}

#page_expo_usj #mv .mv_conytent_area .map p {
  display: inline-block;
  color: #004ea2;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  text-align: center;
  margin-bottom: 12px;
  padding: 0 32px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .map p {
    font-size: 18px;
    padding: 0 24px;
  }
}

#page_expo_usj #mv .mv_conytent_area .map p::before, #page_expo_usj #mv .mv_conytent_area .map p::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 36px;
  position: absolute;
  top: 5px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .map p::before, #page_expo_usj #mv .mv_conytent_area .map p::after {
    width: 16px;
    height: 32px;
    top: 10px;
  }
}

#page_expo_usj #mv .mv_conytent_area .map p::before {
  background: url(../images/text_icon_blue_l.png) no-repeat center;
  background-size: 100% 100%;
  left: 0;
}

#page_expo_usj #mv .mv_conytent_area .map p::after {
  background: url(../images/text_icon_blue_r.png) no-repeat center;
  background-size: cover;
  right: 0;
}

#page_expo_usj #mv .mv_conytent_area .map .map_img_area {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .map .map_img_area {
    padding: 7px;
  }
}

#page_expo_usj #mv .mv_conytent_area .map .map_img_area img {
  width: 100%;
  height: auto;
}

#page_expo_usj #mv .mv_conytent_area .news {
  max-width: 940px;
  padding: 0 40px;
  margin: 26px auto 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .news {
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
  }
}

#page_expo_usj #mv .mv_conytent_area .news .news_title {
  font-size: 2.4rem;
  color: #004ea2;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .news .news_title {
    font-size: 1.8rem;
    line-height: calc(42/36);
    margin-bottom: 18px;
  }
}

#page_expo_usj #mv .mv_conytent_area .news .news_lisy li {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px dashed #004ea2;
}

#page_expo_usj #mv .mv_conytent_area .news .news_lisy li.none {
  border: none;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .news .news_lisy li {
    padding: 16px 0;
    -webkit-column-gap: 18px;
            column-gap: 18px;
  }
}

#page_expo_usj #mv .mv_conytent_area .news .news_lisy li:last-child {
  border-bottom: 1px dashed #004ea2;
}

#page_expo_usj #mv .mv_conytent_area .news .news_lisy li time {
  color: #004ea2;
  font-size: 1.6rem;
  line-height: calc(22/16);
  font-weight: 400;
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .news .news_lisy li time {
    font-size: 1.4rem;
    line-height: calc(42/28);
    margin-top: 0;
  }
}

#page_expo_usj #mv .mv_conytent_area .news .news_lisy li a {
  color: #1a1a1a;
}

#page_expo_usj #mv .mv_conytent_area .news .news_lisy li .news_txt {
  font-size: 1.6rem;
  line-height: calc(28/16);
  font-weight: 400;
  color: #1a1a1a;
}

#page_expo_usj #mv .mv_conytent_area .news .news_lisy li .news_txt a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #mv .mv_conytent_area .news .news_lisy li .news_txt {
    font-size: 1.4rem;
    line-height: calc(42/28);
  }
}

#page_expo_usj .sec_inner {
  max-width: 1160px;
  margin: auto;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj .sec_inner {
    max-width: none;
    padding: 0 20px;
  }
}

#page_expo_usj .spCont {
  display: none;
}

#page_expo_usj .pcCont {
  display: block;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj .pcCont {
    display: none;
  }
  #page_expo_usj .spCont {
    display: block;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ボタン
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  -webkit-column-gap: 28px;
          column-gap: 28px;
}

@media only screen and (max-width: 767px) {
  .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    row-gap: 20px;
    margin: 32px auto 0;
  }
}

.btn_area a {
  color: #e60012;
  display: block;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  border: 4px solid #e60012;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .btn_area a {
    border: 2px solid #e60012;
    font-size: 1.5rem;
    width: auto;
    height: 100%;
  }
}

.btn_area a::after {
  background: url(../images/btn_icon01.png.png) no-repeat center;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  content: "";
  display: block;
}

@media only screen and (max-width: 767px) {
  .btn_area a::after {
    width: 18px;
    height: 18px;
    right: 12px;
  }
}

.btn_area a span {
  font-size: 1.8rem;
  color: #e60012;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .btn_area a span {
    font-size: 1.5rem;
  }
}

.btn_area .btn_l {
  width: 360px;
  height: 60px;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .btn_area .btn_l {
    width: 100%;
    height: 50px;
  }
}

.btn_area .btn_r {
  width: 360px;
  height: 60px;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .btn_area .btn_r {
    width: 100%;
    height: 50px;
  }
}

.ac_btn,
.ac_close_btn {
  width: 180px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .ac_btn,
  .ac_close_btn {
    margin-top: 16px;
  }
}

.ac_btn:hover,
.ac_close_btn:hover {
  opacity: 0.8;
}

.ac_btn.none,
.ac_close_btn.none {
  display: none;
}

.ac_btn.open span::before,
.ac_close_btn.open span::before {
  -webkit-transform: translateY(-5px) rotate(-90deg);
          transform: translateY(-5px) rotate(-90deg);
}

.ac_btn span,
.ac_close_btn span {
  color: #004ea2;
  display: block;
  min-height: 44px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #004ea2;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .ac_btn span,
  .ac_close_btn span {
    border-width: 1px;
    font-size: 1.4rem;
    width: auto;
  }
}

.ac_btn span::before,
.ac_close_btn span::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-3px) rotate(90deg);
          transform: translateY(-3px) rotate(90deg);
  right: 20px;
  content: "";
  display: block;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .ac_btn span::before,
  .ac_close_btn span::before {
    right: 18px;
  }
}

.ac_btn span::after,
.ac_close_btn span::after {
  background-color: #004ea2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  content: "";
  display: block;
}

@media only screen and (max-width: 767px) {
  .ac_btn span::after,
  .ac_close_btn span::after {
    width: 18px;
    height: 18px;
    right: 12px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■plan
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_expo_usj #plan {
  width: 100%;
  background: url(../images/plan_bg.jpg.jpg) top;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan {
    width: 100%;
    background: url(../images/plan_bg.jpg.jpg) top;
    background-size: contain;
    background-size: 44px;
  }
}

#page_expo_usj #plan .plan_inner {
  padding: 40px 40px 120px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner {
    padding: 32px 20px 68px;
  }
}

#page_expo_usj #plan .plan_inner .plan_title_area {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}

#page_expo_usj #plan .plan_inner .plan_title_area::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/plan_balloon01.png) no-repeat center;
  background-size: contain;
  width: 135px;
  height: 145px;
  top: -94px;
  right: 50%;
  margin-right: -480px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_title_area::before {
    width: 109px;
    height: 119px;
    top: -46px;
    right: -19%;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_title_area {
    margin-bottom: 15px;
  }
}

#page_expo_usj #plan .plan_inner .plan_title_area .plan_title {
  font-size: 4.2rem;
  font-weight: 800;
  border-bottom: 4px solid #fff;
  margin-bottom: 12px;
  padding-bottom: 2px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_title_area .plan_title {
    font-size: 3rem;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 4px;
  }
}

#page_expo_usj #plan .plan_inner .plan_title_area .plan_sub_title {
  color: #f0e531;
  font-size: 3.4rem;
  font-weight: 800;
}

#page_expo_usj #plan .plan_inner .plan_title_area .plan_sub_title span {
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_title_area .plan_sub_title span {
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_title_area .plan_sub_title {
    color: #f0e531;
    font-size: 2.4rem;
    line-height: calc(60/48);
  }
}

#page_expo_usj #plan .plan_inner .plan_box {
  position: relative;
}

#page_expo_usj #plan .plan_inner .plan_box::before, #page_expo_usj #plan .plan_inner .plan_box::after {
  content: "";
  display: block;
  position: absolute;
}

#page_expo_usj #plan .plan_inner .plan_box::before {
  background: url(../images/plan_balloon02.png) no-repeat center;
  background-size: contain;
  width: 231px;
  height: 230px;
  top: -38px;
  left: 50%;
  margin-left: -649px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box::before {
    top: -108px;
    left: -26%;
    margin-left: 0px;
    width: 185px;
    height: 174px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box::after {
  background: url(../images/plan_balloon03.png) no-repeat center;
  background-size: contain;
  width: 97px;
  height: 91px;
  top: 26px;
  right: 50%;
  margin-right: -598px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box::after {
    top: -44px;
    right: -6%;
    margin-right: 0px;
    width: 77px;
    height: 71px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .good_point {
  width: 320px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-radius: 25px;
  margin: 0 auto 12px;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .good_point {
    width: 190px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 0 auto 6px;
    -webkit-column-gap: 6px;
            column-gap: 6px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .good_point img {
  width: 32px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .good_point img {
    width: 18px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .good_point span {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .good_point span {
    font-size: 1.6rem;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list_title {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list_title {
    font-size: 1.5rem;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list_title::before, #page_expo_usj #plan .plan_inner .plan_box .plan_list_title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list_title::before, #page_expo_usj #plan .plan_inner .plan_box .plan_list_title::after {
    width: 10px;
    height: 20px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list_title::before {
  margin-right: 12px;
  margin-bottom: -10px;
  background: url(../images/title_icon_white_l.png) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list_title::before {
    margin-right: 4px;
    margin-bottom: -6px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list_title::after {
  margin-left: 12px;
  margin-bottom: -10px;
  background: url(../images/title_icon_white_r.png) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list_title::after {
    margin-left: 4px;
    margin-bottom: -6px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 8px;
    margin-top: 8px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item {
  background-color: #f0e531;
  border-radius: 18px;
  width: 350px;
  padding: 14px 16px 14px 14px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item {
    border-radius: 9px;
    width: 100%;
    padding: 7px 10px 5px 6px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item h4 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item .number_box {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #004ea2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item .number_box {
    width: 45px;
    height: 45px;
    margin: 0;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item .number_box .number_t {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fdf7fa;
  line-height: calc(25/16);
  display: block;
  margin-bottom: -2px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item .number_box .number_t {
    font-size: 1.1rem;
    line-height: calc(36/22);
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item .number_box .number_n {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f0e531;
  line-height: calc(25/22);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item .number_box .number_n {
    font-size: 1.5rem;
    line-height: calc(34/30);
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item p {
  font-weight: 700;
  line-height: calc(29/20);
  color: #004ea2;
  font-size: 2.0rem;
  /*letter-spacing: -0.02em;*/
}

@media only screen and (min-width: 768px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item p {
    width: 232px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item p {
    line-height: calc(40/26);
    width: 282px;
    width: 83%;
    font-size: 1.3rem;
    letter-spacing: 0em;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 {
  background-color: #ed539c;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 {
    width: 100%;
    padding: 7px 6px 6px;
    border-radius: 9px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box {
    width: 83%;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi {
  background-color: #f0e531;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  height: 27px;
  margin-bottom: 7px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi {
    width: 150px;
    height: 22px;
    margin-bottom: 6px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 76%;
  border-style: solid;
  border-width: 8px 14px 0 0;
  border-color: #f0e531 transparent transparent;
  translate: -50% 100%;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi::before {
    border-width: 5px 9px 0 0;
    bottom: 1px;
    left: 83%;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 76%;
  border-style: solid;
  border-width: 4.9px 11.1px 0 0;
  border-color: #f0e531 transparent transparent;
  translate: calc(-50% - 1.5px) 100%;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi::after {
    border-width: 4px 4px 0 0;
    bottom: 1px;
    left: 83%;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi span {
  color: #e60012;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box .hukidasi span {
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box p {
  font-weight: 700;
  line-height: calc(30/20);
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item.plan_item03 h4 .hukidasi_box p {
    line-height: calc(40/26);
    width: 282px;
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0em;
  }
}

@media only screen and (min-width: 768px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item04,
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item05 {
    width: 420px;
  }
}

@media only screen and (min-width: 768px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item04 h4 p,
  #page_expo_usj #plan .plan_inner .plan_box .plan_list .plan_item05 h4 p {
    width: 304px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_bottom_txt {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: calc(17/12);
  text-align: center;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_bottom_txt {
    font-size: 1rem;
    line-height: calc(14/10);
    text-align: center;
    margin-top: 8px;
    text-align: left;
    text-indent: -10px;
    padding-left: 10px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_btn {
  max-width: 100%;
  margin: 32px auto 56px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_btn {
    width: 95%;
    row-gap: 10px;
    margin-bottom: 32px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_btn .btn_l {
  width: 370px;
  height: 94px;
  line-height: 1.25;
  border-radius: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_btn .btn_l {
    width: 100%;
    height: auto;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_btn .btn_r {
  width: 294px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_btn .btn_r {
    width: 100%;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_btn a {
  border-width: 3px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_btn a {
    height: auto;
    padding: 10px 0;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel {
  position: relative;
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title {
  text-align: center;
  color: #f0e531;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title {
    font-size: 2rem;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::before, #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 35px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::before, #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::after {
    width: 13px;
    height: 26px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::before {
  margin-right: 12px;
  margin-bottom: -10px;
  background: url(../images/title_icon_yellow_l.png) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::before {
    margin-right: 16px;
    margin-bottom: -6px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::after {
  margin-left: 12px;
  margin-bottom: -10px;
  background: url(../images/title_icon_yellow_r.png) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box_title::after {
    margin-left: 16px;
    margin-bottom: -6px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .tel_box_inner {
  width: 100%;
  border: 1px solid #004ea2;
  border-radius: 8px;
  padding: 24px 32px 24px 56px;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .tel_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .tel_box_inner {
    padding: 10px 40px 12px 46px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .tel_box_inner::before {
  content: '';
  display: block;
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../images/icon_phone.png) no-repeat center;
  background-size: 42px auto;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .tel_box_inner::before {
    left: 12px;
    width: 32px;
    height: 32px;
    background-size: 32px auto;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .tel_box_inner::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/btn_icon02.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12px;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box p {
  color: #004ea2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box p {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box p {
    font-size: 1.4rem;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box p a {
  color: #004ea2;
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .phone_no {
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .phone_no {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 360px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .phone_no {
    font-size: 2.4rem;
  }
}

#page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .note {
  font-size: 1.5rem;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #plan .plan_inner .plan_box .plan_tel .tel_box .note {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■model_course
	━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_expo_usj #model_course {
  background-color: #f6f3b7;
  padding-bottom: 48px;
  padding-top: 180px;
  position: relative;
  /* タブ */
  /* モデルコース内容 */
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course {
    padding-top: 104px;
    padding-bottom: 40px;
  }
}

#page_expo_usj #model_course .model_course_title {
  background: url(../images/ribbonyellow_big.png) no-repeat center;
  width: 753px;
  height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #004ea2;
  text-align: center;
  line-height: calc(36/28);
  margin: auto;
  position: absolute;
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_title {
    width: 96.4%;
    height: 64px;
    font-size: 1.5rem;
    line-height: calc(18/14);
    background: url(../images/ribbonyellow_big.png) no-repeat center;
    background-size: 100%;
    top: -30px;
  }
}

#page_expo_usj #model_course .model_course_title .model_course_title_inner {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_title .model_course_title_inner {
    margin-bottom: 10px;
  }
}

#page_expo_usj #model_course .model_course_title .title_small {
  font-size: 2.2rem;
  font-weight: 700;
  color: #004ea2;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_title .title_small {
    font-size: 1.1rem;
  }
}

#page_expo_usj #model_course .tab {
  width: 100%;
  height: 124px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab {
    padding: 0 10px;
  }
}

#page_expo_usj #model_course .tab::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #eb6100;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 99;
}

#page_expo_usj #model_course .tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 824px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul {
    width: 100%;
  }
}

#page_expo_usj #model_course .tab ul li {
  width: 400px;
  height: 124px;
  position: relative;
  padding: 12px 0 20px 74px;
  border: 4px solid #eb6100;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background-color: #eb6100;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li {
    width: 49%;
    text-align: center;
    padding: 6px 0 0;
  }
}

#page_expo_usj #model_course .tab ul li.active {
  color: #004ea2;
  background-color: #ffede0;
}

#page_expo_usj #model_course .tab ul li.active::after {
  border-bottom-color: #eb6100;
}

#page_expo_usj #model_course .tab ul li::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 0;
  border-bottom: 16px solid #fff;
  border-left: 16px solid transparent;
  border-right: 0;
  position: relative;
  display: block;
  left: 110px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li::after {
    left: 50%;
    -webkit-transform: translate(-50%, -5px) rotate(45deg);
            transform: translate(-50%, -5px) rotate(45deg);
    border-bottom-width: 12px;
    border-left-width: 12px;
  }
}

#page_expo_usj #model_course .tab ul li .baloon {
  width: 400px;
  color: #004ea2;
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  left: 0;
  top: -74px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li .baloon {
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.04em;
    top: -61px;
  }
}

@media only screen and (max-width: 360px) {
  #page_expo_usj #model_course .tab ul li .baloon {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li .baloon span {
    font-size: 11px;
  }
}

#page_expo_usj #model_course .tab ul li .baloon span.sml {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li .baloon span.sml {
    font-size: 11px;
  }
}

#page_expo_usj #model_course .tab ul li .baloon::before, #page_expo_usj #model_course .tab ul li .baloon::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 46px;
  position: absolute;
  top: 5px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li .baloon::before, #page_expo_usj #model_course .tab ul li .baloon::after {
    width: 12px;
    height: 29px;
    top: 10px;
  }
}

#page_expo_usj #model_course .tab ul li .baloon::before {
  background: url(../images/text_icon_blue_l.png) no-repeat center;
  background-size: 100% 100%;
  left: 0;
}

#page_expo_usj #model_course .tab ul li .baloon::after {
  background: url(../images/text_icon_blue_r.png) no-repeat center;
  background-size: cover;
  right: 0;
}

#page_expo_usj #model_course .tab ul li p {
  margin-bottom: 4px;
  font-size: 2.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li p {
    font-size: 1.6rem;
  }
}

#page_expo_usj #model_course .tab ul li p span {
  display: inline-block;
  color: #004ea2;
  background-color: #f2cc46;
  padding: 2px 16px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li p span {
    font-size: 1.3rem;
    display: block;
    width: 78px;
    padding: 0;
    margin: 0 auto;
  }
}

#page_expo_usj #model_course .tab ul li .number_box {
  position: absolute;
  left: -8px;
  top: -10px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #004ea2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li .number_box {
    width: 45px;
    height: 45px;
    margin: 0;
    left: -10px;
    top: -14px;
  }
}

#page_expo_usj #model_course .tab ul li .number_box .number_t {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fdf7fa;
  line-height: 1.1;
  text-align: center;
  display: block;
  margin-bottom: -2px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li .number_box .number_t {
    font-size: 0.9rem;
  }
}

#page_expo_usj #model_course .tab ul li .number_box .number_n {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f0e531;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab ul li .number_box .number_n {
    font-size: 1.4rem;
    line-height: calc(34/30);
  }
}

#page_expo_usj #model_course .tab_cont {
  background-color: #ffede0;
  padding: 48px 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .tab_cont {
    padding: 24px 0;
  }
}

#page_expo_usj #model_course .day_title_span_blue {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004ea2;
  display: block;
  text-align: center;
  margin: 12px 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title_span_blue {
    font-size: 1.6rem;
    margin: 18px 0;
  }
}

#page_expo_usj #model_course .sub_title {
  margin: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .sub_title {
    margin: 16px 0 20px;
  }
}

#page_expo_usj #model_course .sub_title h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #004ea2;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 37px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .sub_title h3 {
    font-size: 1.8rem;
    line-height: calc(25/18);
  }
}

#page_expo_usj #model_course .sub_title h3::before, #page_expo_usj #model_course .sub_title h3::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 52px;
  position: absolute;
  top: 0px;
}

#page_expo_usj #model_course .sub_title h3::before {
  background: url(../images/text_icon_blue_l.png) no-repeat center;
  background-size: cover;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .sub_title h3::before {
    /*left: 50%;
							margin-left: -122px;*/
  }
}

#page_expo_usj #model_course .sub_title h3::after {
  background: url(../images/text_icon_blue_r.png) no-repeat center;
  background-size: cover;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .sub_title h3::after {
    /*right: 50%;
							margin-right: -122px;*/
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .sub_title.banpaku h3::before, #page_expo_usj #model_course .sub_title.banpaku h3::after {
    height: 29px;
  }
}

#page_expo_usj #model_course .day_lead_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead_sp {
    display: block;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}

#page_expo_usj #model_course .day_lead_sp .day_lead_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
          column-gap: 9px;
}

#page_expo_usj #model_course .day_lead_sp .day_lead_top span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #e60012;
  border-radius: 11px;
  width: 110px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page_expo_usj #model_course .day_lead_sp .day_lead_top P {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e60012;
}

#page_expo_usj #model_course .day_lead_sp .day_lead_bottom p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #e60012;
  letter-spacing: -0.025em;
}

#page_expo_usj #model_course .day_lead {
  margin: 29px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
          column-gap: 9px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead {
    display: none;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_l {
  width: 128px;
  height: 26px;
  background-color: #e60012;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

#page_expo_usj #model_course .day_lead .day_lead_l span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead .day_lead_l span {
    font-size: 1.2rem;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_r p {
  color: #e60012;
  font-weight: 700;
  font-size: 2.7rem;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead .day_lead_r p {
    font-size: 1.2rem;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_r span {
  font-size: 2.2rem;
  display: inline-block;
  margin-right: 4px;
}

#page_expo_usj #model_course .day_lead.big .day_lead_r p {
  font-size: 2.7rem;
}

#page_expo_usj #model_course .day_lead.big .day_lead_r p span {
  font-size: 2.2rem;
}

#page_expo_usj #model_course .day_title p {
  font-size: 2rem;
  font-weight: 700;
  color: #eb6100;
  line-height: calc(22/20);
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title p {
    font-size: 1.7rem;
    line-height: calc(26/17);
  }
}

#page_expo_usj #model_course .day_title p::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #eb6100;
  position: absolute;
  top: 50%;
  left: -56.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title p::before {
    width: 11px;
    height: 11px;
    left: -20.2px;
    top: 13px;
  }
}

#page_expo_usj #model_course .day_title p img {
  display: inline-block;
  width: 79px;
  margin-left: 17px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title p img {
    width: 65px;
    margin-left: 12px;
  }
}

#page_expo_usj #model_course .day_title h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #eb6100;
  line-height: calc(22/20);
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title h3 {
    font-size: 1.7rem;
    line-height: calc(26/17);
  }
}

#page_expo_usj #model_course .day_title h3::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #eb6100;
  position: absolute;
  top: 50%;
  left: -56.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title h3::before {
    width: 11px;
    height: 11px;
    left: -20.2px;
    top: 13px;
  }
}

#page_expo_usj #model_course .day_title h3 img {
  display: inline-block;
  width: 79px;
  margin-left: 17px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title h3 img {
    width: 65px;
    margin-left: 12px;
  }
}

#page_expo_usj #model_course .day_title .day_title_bus img {
  width: 43px;
  margin-left: 14px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title .day_title_bus img {
    width: 37px;
    margin-left: 10px;
  }
}

#page_expo_usj #model_course .day_title p + p {
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title p + p {
    margin-top: 18px;
  }
}

#page_expo_usj #model_course .day_title h3 + h3 {
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title h3 + h3 {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title .day_title_c::before {
    width: 11px;
    height: 11px;
    left: -20.2px;
    top: 24%;
  }
}

#page_expo_usj #model_course .day_title .day_title_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 400;
  color: #262626;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title .day_title_span {
    font-size: 1.4rem;
    margin: 16px 0;
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }
}

#page_expo_usj #model_course .day_title .day_title_span img {
  width: auto;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_title .day_title_span img {
    height: 33px;
  }
}

#page_expo_usj #model_course .day_point {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_point {
    margin-top: 12px;
  }
}

#page_expo_usj #model_course .day_point .day_point_title {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  width: 104px;
  height: 26px;
  background-color: #eb6100;
  border-radius: 0 13px 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -14px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_point .day_point_title {
    font-size: 1.3rem;
    width: 85px;
    height: 22px;
    border-radius: 0 11px 11px 0;
    margin-bottom: -14px;
  }
}

#page_expo_usj #model_course .day_point .day_point_title span {
  color: #f0e536;
  display: inline-block;
  margin-left: 7px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_point .day_point_title span {
    margin-left: 4px;
  }
}

#page_expo_usj #model_course .day_point .day_point_test {
  font-size: 1.7rem;
  font-weight: 400;
  color: #262626;
  background-color: #ffede0;
  border: 2px solid #eb6100;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 18px 18px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_point .day_point_test {
    font-size: 1.4rem;
    border-radius: 9px;
    display: block;
    padding: 17px 8px 12px 14px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_point .day_point_test {
    padding: 20px 8px 12px 14px;
    font-size: 1.2rem;
  }
}

#page_expo_usj #model_course .day_point .day_point_test .kome {
  font-size: 0.8em;
  vertical-align: top;
  display: inline-block;
  margin-top: -6px;
}

#page_expo_usj #model_course .day_point .day_point_test span {
  /*font-size: 0.8em;
						vertical-align: top;
						display: inline-block;
						margin-top: -6px;
						@media only screen and (max-width: 767px) {
							margin-top: 1px;
							font-size: 0.6em;
						}*/
}

#page_expo_usj #model_course .day_lead_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead_sp {
    display: block;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}

#page_expo_usj #model_course .day_lead_sp .day_lead_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
          column-gap: 9px;
}

#page_expo_usj #model_course .day_lead_sp .day_lead_top span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #e60012;
  border-radius: 11px;
  width: 110px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page_expo_usj #model_course .day_lead_sp .day_lead_top P {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e60012;
}

#page_expo_usj #model_course .day_lead_sp .day_lead_bottom p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #e60012;
  letter-spacing: -0.025em;
}

#page_expo_usj #model_course .day_lead {
  margin: 29px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
          column-gap: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead {
    display: none;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_l {
  width: 128px;
  height: 26px;
  background-color: #e60012;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

#page_expo_usj #model_course .day_lead .day_lead_l span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead .day_lead_l span {
    font-size: 1.2rem;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_r p {
  color: #e60012;
  font-weight: 700;
  font-size: 2.7rem;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead .day_lead_r p {
    font-size: 1.2rem;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_r span {
  font-size: 2.2rem;
  display: inline-block;
  margin-right: 4px;
}

#page_expo_usj #model_course .day_jr {
  /*border-top: 2px dotted #cccccc;
					border-bottom: 2px dotted #cccccc;*/
  padding: 14px 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr {
    padding: 14px 0 22px;
    margin-bottom: 0;
  }
}

#page_expo_usj #model_course .day_jr .note {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 6px;
  color: #595959;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .note {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: calc(14/10);
    text-indent: -10px;
    padding-left: 10px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_title {
  width: 100%;
  height: 74px;
  background-color: #00aca8;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_title {
    width: 100%;
    height: 62px;
    border-radius: 3px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_title h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_title h4 {
    font-size: 1.6rem;
    line-height: calc(21/16);
    padding-left: 34px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_title h4 {
    font-size: 1.4rem;
    line-height: calc(21/14);
    padding-left: 44px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_title h4::before, #page_expo_usj #model_course .day_jr .day_jr_title h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page_expo_usj #model_course .day_jr .day_jr_title h4::before {
  width: 84px;
  height: 43px;
  background: url(../images/journey01.jpg) no-repeat center;
  background-size: cover;
  left: -100px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_title h4::before {
    width: 70px;
    height: 36px;
    background: url(../images/journey01.jpg) no-repeat center;
    background-size: cover;
    left: -48px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_title h4::before {
    width: 74px;
    height: 33px;
    left: 50%;
    margin-left: -122px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_title h4::after {
  width: 34px;
  height: 52px;
  background: url(../images/journey_icon01.png) no-repeat center;
  background-size: cover;
  right: -54px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_title h4::after {
    width: 28px;
    height: 44px;
    background: url(../images/journey_icon01.png) no-repeat center;
    background-size: cover;
    right: -48px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_title h4::after {
    width: 28px;
    height: 44px;
    right: 50%;
    margin-right: -124px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
    margin-bottom: 10px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box {
  width: 395px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box {
    width: 100%;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box p {
    font-size: 1.4rem;
    line-height: calc(21/14);
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .reb_note {
  color: #e60012;
  font-size: 1.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .reb_note {
    font-size: 1.1rem;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
          column-gap: 11px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .mark {
    -webkit-column-gap: 9px;
            column-gap: 9px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .mark img {
  width: 44px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .mark img {
    width: 37px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .mark .mark_txt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_l_box .mark .mark_txt {
    font-size: 1.1rem;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box {
  width: 385px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box {
    width: 100%;
    margin-top: 14px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 14px;
  border-top: 2px solid #cccccc;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li {
    padding: 11px 0 10px;
    border-top: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li p:last-child {
  margin-right: 0 !important;
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_use {
  font-size: 1.7rem;
  font-weight: 700;
  color: #00aca8;
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_use {
    font-size: 1.4rem;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_use {
    font-size: 1.3rem;
    margin-right: 8px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_use::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #00aca8;
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_use::before {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: -1px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_station {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  width: 97px;
  height: 28px;
  background-color: #00aca8;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_station {
    font-size: 1.3rem;
    border-radius: 3px;
    width: 81px;
    height: 23px;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_station {
    font-size: 1.2rem;
    border-radius: 3px;
    width: 71px;
    height: 23px;
    margin-right: 2px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_way {
  font-size: 1.6rem;
  font-weight: 700;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  margin-right: 19px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_way {
    font-size: 1.3rem;
    -webkit-column-gap: 6px;
            column-gap: 6px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_way {
    font-size: 1.2rem;
    -webkit-column-gap: 3px;
            column-gap: 3px;
    margin-right: 2px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_way img {
  width: 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_way img {
    width: 9px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_way img {
    width: 7px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_hotel {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  width: 60px;
  height: 28px;
  background-color: #00aca8;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 19px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_hotel {
    font-size: 1.3rem;
    width: 50px;
    height: 23px;
    background-color: #00aca8;
    border-radius: 3px;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li .r_box_hotel {
    font-size: 1.2rem;
    width: 40px;
    height: 23px;
    border-radius: 3px;
    margin-right: 0px;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li:nth-of-type(2) {
  border-bottom: 2px solid #cccccc;
}

#page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li:nth-of-type(2) .r_box_use {
  font-size: 1.7rem;
  font-weight: 700;
  color: #00aca8;
  margin-right: 37px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li:nth-of-type(2) .r_box_use {
    margin-right: 22px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_jr .day_jr_box .day_jr_r_box ul li:nth-of-type(2) .r_box_use {
    margin-right: 21px;
    font-size: 1.3rem;
  }
}

#page_expo_usj #model_course .day_jr .day_jr_bottom_note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #595959;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_jr .day_jr_bottom_note {
    font-size: 1rem;
    line-height: calc(14/10);
    text-indent: -10px;
    padding-left: 10px;
  }
}

#page_expo_usj #model_course .day_point {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_point .day_point_title {
    font-size: 1.3rem;
    width: 85px;
    height: 22px;
    border-radius: 0 11px 11px 0;
    margin-bottom: -14px;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_point .day_point_test {
    padding: 18px 10px 16px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_point .day_point_test {
    padding: 20px 8px 12px 14px;
  }
}

#page_expo_usj #model_course .day_lead {
  margin-bottom: 20px;
  max-width: none;
  border-bottom: 2px dotted #cccccc;
  margin-bottom: 6px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead {
    text-align: left;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_l {
  margin-top: 2px;
}

#page_expo_usj #model_course .day_lead .day_lead_r {
  width: 80%;
}

#page_expo_usj #model_course .day_lead .day_lead_r p {
  font-size: 2.1rem;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead .day_lead_r p {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_r p span {
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead .day_lead_r p span {
    font-size: 1.8rem;
  }
}

#page_expo_usj #model_course .day_lead .day_lead_r p .small_f {
  font-size: 1.6rem;
  margin: 0;
}

#page_expo_usj #model_course .day_caption {
  text-align: right;
  padding-right: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_caption {
    text-align: left;
  }
}

#page_expo_usj #model_course .day_caption small {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_caption small {
    font-size: 0.9rem;
  }
}

#page_expo_usj #model_course .day_lead_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_lead_sp {
    display: block;
    margin-top: 14px;
    margin-bottom: 8px;
    border-bottom: 2px dotted #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

#page_expo_usj #model_course .day_lead_sp .day_lead_bottom p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #e60012;
  letter-spacing: -0.025em;
}

#page_expo_usj #model_course .day_bus .day_bus_title {
  width: 100%;
  height: 74px;
  background-color: #1b84c6;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_title {
    width: 100%;
    height: 62px;
    border-radius: 3px;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_title h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_title h3 {
    font-size: 1.6rem;
    line-height: calc(21/16);
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_bus .day_bus_title h3 {
    font-size: 1.4rem;
    line-height: calc(21/14);
    padding-left: 10px;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_title h3::before, #page_expo_usj #model_course .day_bus .day_bus_title h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page_expo_usj #model_course .day_bus .day_bus_title h3::before {
  width: 84px;
  height: 43px;
  background: url(../images/journey01.jpg) no-repeat center;
  background-size: cover;
  left: -100px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_title h3::before {
    width: 70px;
    height: 36px;
    left: -88px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_bus .day_bus_title h3::before {
    width: 74px;
    height: 33px;
    left: 50%;
    margin-left: -122px;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_title h3::after {
  width: 59px;
  height: 37px;
  background: url(../images/journey_icon02.png) no-repeat center;
  background-size: cover;
  right: -86px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_title h3::after {
    width: 48px;
    height: 29px;
    right: -84px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .day_bus .day_bus_title h3::after {
    width: 53px;
    height: 29px;
    right: 50%;
    margin-right: -120px;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 18px;
}

#page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98px;
  -webkit-column-gap: 13px;
          column-gap: 13px;
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_l {
    width: 86px;
    margin-right: 10px;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_l img {
  width: auto;
  height: 63px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_l img {
    width: auto;
    height: 51px;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_r {
  width: 626px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_r {
    width: 90%;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_r .period {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  background-color: #1b84c6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px 6px 0 0;
  width: 84px;
  height: 28px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_r .period {
    font-size: 1.3rem;
    width: 68px;
    height: 22px;
    border-radius: 3px 3px 0 0;
  }
}

#page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_r p {
  background-color: #d7f0ff;
  border-radius: 0 6px 6px 6px;
  padding: 12px 20px 11px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #262626;
  line-height: calc(25/17);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_bus .day_bus_box .day_bus_box_r p {
    border-radius: 0 3px 3px 3px;
    padding: 10px 18px 9px;
    font-size: 1.4rem;
    line-height: calc(21/14);
  }
}

#page_expo_usj #model_course .day_hotel {
  margin-top: 20px;
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner {
  background-color: #d7f0ff;
  border-radius: 0 0 12px 12px;
  padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner {
    border-radius: 0 0 9px 9px;
    padding-bottom: 24px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  background-color: #1b84c6;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px 12px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_title {
    border-radius: 9px 9px 0 0;
    height: 58px;
    font-size: 1.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 19px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_title span {
  color: #f0e536;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_title span {
    font-size: 1.4rem;
    display: block;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead {
    padding: 0 17px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(24/16);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead p {
    text-align: left;
    font-size: 1.3rem;
    line-height: calc(20/13);
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead .day_hotel_lead_bold {
  font-size: 1.7rem;
  font-weight: 700;
  color: #262626;
  line-height: calc(25/17);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead .day_hotel_lead_bold {
    font-size: 1.4rem;
    line-height: calc(21/14);
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead .day_hotel_lead_blue {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1b84c6;
  line-height: calc(25/17);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead .day_hotel_lead_blue {
    font-size: 1.4rem;
    line-height: calc(21/14);
    margin: 0px 0 4px;
    display: inline-block;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead .day_hotel_lead_small {
  font-size: 1.3rem;
  color: #262626;
  font-weight: 400;
  line-height: calc(27/13);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_lead .day_hotel_lead_small {
    font-size: 1rem;
    line-height: calc(22/10);
    display: inline-block;
    margin-top: 1px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 32px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 17px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box::after {
  content: "";
  display: block;
  width: 32px;
  height: 16px;
  background: url(../images/arrow_blue_pc01.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box::after {
    width: 15px;
    height: 26px;
    background: url(../images/arrow_blue_sp01.png) no-repeat center;
    background-size: cover;
    top: 54%;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l {
  width: 340px;
  border-radius: 0 12px 12px 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l {
    width: 100%;
    border-radius: 0 9px 9px 9px;
    margin-bottom: 34px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1b84c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -16px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l span {
    font-size: 1.5rem;
    width: 29px;
    height: 29px;
    margin-bottom: -14px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l ul {
  padding: 19px 25px 20px;
  background-color: #ffffff;
  padding: 14px 25px 15px;
  border-radius: 0 12px 12px 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l ul {
    padding: 22px 16px 19px;
    border-radius: 0 9px 9px 9px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l ul li {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b84c6;
  text-indent: -14px;
  padding-left: 14px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l ul li {
    font-size: 1.3rem;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l ul li small {
  font-size: 1.4rem;
  text-indent: -14px;
  padding-left: 14px;
  display: block;
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_l ul li small {
    font-size: 1.1rem;
    text-indent: 0px;
    padding-left: 0px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_r {
  width: 340px;
  border-radius: 0 12px 12px 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_r {
    width: 100%;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_r span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1b84c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -16px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_r span {
    font-size: 1.5rem;
    width: 29px;
    height: 29px;
    margin-bottom: -14px;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_r p {
  color: #1b84c6;
  font-size: 1.7rem;
  line-height: calc(26/17);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 12px 12px 12px;
  padding: 51px 0 56px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_inner .day_hotel_box .day_hotel_box_r p {
    font-size: 1.4rem;
    border-radius: 0 9px 9px 9px;
    padding: 20px 0 16px 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#page_expo_usj #model_course .day_hotel .day_hotel_bottom_note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #595959;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .day_hotel .day_hotel_bottom_note {
    font-size: 1rem;
    line-height: calc(14/10);
    text-indent: -10px;
    padding-left: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .one_title {
  background-color: #eb6100;
  width: 210px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  margin: 0 auto -30px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .one_title {
    width: 170px;
    height: 35px;
    border-radius: 18px;
    margin: 0 auto -24px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .one_title::after, #page_expo_usj #model_course .model_course_inner .one .one_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 74px;
  height: 31px;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .one_title::after, #page_expo_usj #model_course .model_course_inner .one .one_title::before {
    width: 62px;
    height: 25px;
    top: 26px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .one_title::after {
  background: url(../images/star_l.png) no-repeat center;
  background-size: cover;
  left: -120px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .one_title::after {
    left: -70px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .one_title::before {
  background: url(../images/star_r.png) no-repeat center;
  background-size: cover;
  right: -120px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .one_title::before {
    right: -70px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .one_title p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .one_title p {
    font-size: 1.5rem;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content {
  position: relative;
  padding: 82px 110px;
  background-color: #ffffff;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content {
    padding: 69px 21px 40px 24px;
    border-radius: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner {
  position: relative;
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner {
    padding-left: 16px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner::before {
  content: "";
  display: block;
  width: 2px;
  height: 99%;
  background-color: #b3b3b3;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner::before {
    height: 99%;
  }
}

@media only screen and (max-width: 515px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner::before {
    height: 98.2%;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 {
    margin-top: 26px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content {
    margin-top: 20px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_caption {
  width: 300px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #ed539c;
  border-radius: 16px;
  margin: 0 auto -20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_caption {
    width: 242px;
    height: 26px;
    border-radius: 13px;
    margin: 0 auto -20px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_caption span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ed539c;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_caption span {
    font-size: 1.3rem;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 {
  border-radius: 12px;
  background-color: #ed539c;
  padding: 26px 30px 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 {
    border-radius: 9px;
    padding: 25px 17px 12px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_top p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px dotted #fff;
  padding-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_top p {
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 6px;
    line-height: calc(21/14);
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom {
  max-width: 654px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
          column-gap: 22px;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    -webkit-column-gap: 0px;
            column-gap: 0px;
    margin-top: 8px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l {
  width: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l {
    width: 100%;
    max-width: 232px;
    -webkit-column-gap: 4px;
            column-gap: 4px;
    margin: auto;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #ed539c;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l span {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l p {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  width: 190px;
  line-height: calc(23/19);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l p {
    font-size: 1.6rem;
    line-height: calc(19/15);
    width: 165px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l p::first-line {
  font-size: 1.7rem;
  line-height: calc(23/17);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_l p::first-line {
    font-size: 1.4rem;
    line-height: calc(19/14);
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r {
  width: 348px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r {
    width: 100%;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r .official_r_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r .official_r_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 6px;
            column-gap: 6px;
    max-width: 254px;
    margin: auto;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r .official_r_box p {
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r .official_r_box p {
    font-size: 2.8rem;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r .official_r_box img {
  width: auto;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r .official_r_box img {
    width: auto;
    height: 24px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r span {
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-top: -12px;
  margin-left: 4px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box01 .official_bottom .official_r span {
    font-size: 1.4rem;
    margin-top: -2px;
    margin-left: 0px;
    text-align: center;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 {
    margin-top: 18px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 42px;
          column-gap: 42px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0px;
            column-gap: 0px;
    row-gap: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item .item_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  width: 84px;
  height: 28px;
  background-color: #ed539c;
  border-radius: 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item .item_title {
    font-size: 1.3rem;
    width: 68px;
    height: 22px;
    border-radius: 3px 3px 0 0;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item p {
  font-size: 1.7rem;
  font-weight: 700;
  color: #262626;
  width: 382px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffe9ed;
  border-radius: 0 6px 6px 6px;
  padding-left: 21px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item p {
    width: 100%;
    height: 34px;
    font-size: 1.4rem;
    border-radius: 0 3px 3px 3px;
    padding-left: 18px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item p span {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item p span {
    font-size: 1.4rem;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item p span:nth-of-type(2) {
  margin: 0 17px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box02 .official_box02_list .official_box02_item p span:nth-of-type(2) {
    margin: 0 15px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 {
  margin-top: 48px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner {
  background-color: #ffe9ed;
  border-radius: 0 0 12px 12px;
  padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner {
    border-radius: 0 0 9px 9px;
    padding-bottom: 19px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area {
  width: 100%;
  height: 86px;
  background-color: #ed539c;
  border-radius: 12px 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area {
    height: 83px;
    border-radius: 9px 9px 0 0;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area .official_box03_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(28/18);
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area .official_box03_title {
    font-size: 1.2rem;
    line-height: calc(18/12);
    text-align: left;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area .official_box03_title {
    font-size: 1.1rem;
    padding-left: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area .official_box03_title span {
  color: #f0e536;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area .official_box03_title span {
    font-size: 1.4rem;
    line-height: calc(19/14);
    display: inline-block;
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_title_area .official_box03_title span {
    font-size: 1.3rem;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_lead {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_lead {
    padding: 0 20px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_lead h4 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: calc(26/17);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_lead h4 {
    font-size: 1.4rem;
    line-height: calc(21/14);
    text-align: left;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_lead h4 .lead_pink {
  color: #ed539c;
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_lead .lead_small {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: calc(27/13);
  color: #262626;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_lead .lead_small {
    font-size: 1rem;
    line-height: calc(22/10);
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 68px;
          column-gap: 68px;
  max-width: 748px;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box {
    max-width: none;
    -webkit-column-gap: 0px;
            column-gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 28px;
    padding: 0 20px;
    margin-top: 4px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box::before {
  content: "";
  display: block;
  width: 32px;
  height: 17px;
  background: url(../images/arrow_pink_pc.png) no-repeat center;
  background-size: cover;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box::before {
    width: 15px;
    height: 26px;
    background: url(../images/arrow_pink_sp.png) no-repeat center;
    background-size: cover;
    top: 54%;
    left: 50%;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ed539c;
  margin-bottom: -20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box span {
    font-size: 1.5rem;
    width: 29px;
    height: 29px;
    margin-bottom: -14px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .txt_box {
  width: 340px;
  background-color: #fff;
  border-radius: 0 12px 12px 12px;
  font-weight: 700;
  color: #f33691;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 77px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .txt_box {
    width: 100%;
    border-radius: 0 9px 9px 9px;
    height: 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 18px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .official_box03_l p {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .official_box03_l p {
    font-size: 1.4rem;
    line-height: calc(21/14);
    margin-top: 2px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .official_box03_r p {
  font-size: 1.4rem;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .official_box03_r p {
    padding-left: 0px;
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .official_box03_r p::first-line {
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_box03_inner .official_box03_box .official_box03_r p::first-line {
    font-size: 1.4rem;
  }
}

#page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_bottom_note {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  color: #595959;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .one .day_content .day_content_inner .day_content_block02 .official_content .official_box03 .official_bottom_note {
    font-size: 1rem;
    margin-top: 14px;
    line-height: calc(14/10);
    margin-top: 10px;
    text-indent: -10px;
    padding-left: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .second {
  margin-top: 64px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second {
    margin-top: 38px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .second_title {
  background-color: #eb6100;
  width: 210px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  margin: 0 auto -30px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .second_title {
    width: 170px;
    height: 35px;
    border-radius: 18px;
    margin: 0 auto -24px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .second_title::after, #page_expo_usj #model_course .model_course_inner .second .second_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 74px;
  height: 31px;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .second_title::after, #page_expo_usj #model_course .model_course_inner .second .second_title::before {
    width: 62px;
    height: 25px;
    top: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .second_title::after {
  background: url(../images/star_l.png) no-repeat center;
  background-size: cover;
  left: -120px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .second_title::after {
    left: -70px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .second_title::before {
  background: url(../images/star_r.png) no-repeat center;
  background-size: cover;
  right: -120px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .second_title::before {
    right: -70px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .second_title p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .second_title p {
    font-size: 1.5rem;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content {
  position: relative;
  padding: 82px 110px 72px;
  background-color: #ffffff;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content {
    padding: 50px 21px 40px 24px;
    border-radius: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner {
  position: relative;
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner {
    padding-left: 16px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner::before {
  content: "";
  display: block;
  width: 2px;
  height: 99%;
  background-color: #b3b3b3;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner::before {
    height: 98.8%;
  }
}

@media only screen and (max-width: 381px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner::before {
    top: 20px;
    height: 98%;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p {
  font-size: 2rem;
  font-weight: 700;
  color: #eb6100;
  line-height: calc(22/20);
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p {
    font-size: 1.7rem;
    line-height: calc(26/17);
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #eb6100;
  position: absolute;
  top: 50%;
  left: -56.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p::before {
    width: 11px;
    height: 11px;
    left: -20.2px;
    top: 13px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p img {
  display: inline-block;
  width: 79px;
  margin-left: 17px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p img {
    width: 65px;
    margin-left: 12px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p + p {
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title p + p {
    margin-top: 24px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title h3 + h3 {
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title h3 + h3 {
    margin-top: 24px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .last_day {
  margin-top: 36px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .last_day {
    margin-top: 16px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .day_title_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 400;
  color: #262626;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .day_title_span {
    font-size: 1.4rem;
    margin: 16px 0;
    -webkit-column-gap: 12px;
            column-gap: 12px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .day_title_span img {
  width: auto;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .day_title_span img {
    height: 33px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .day_title_span_blue {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004ea2;
  display: block;
  text-align: center;
  margin: 12px 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .day_title .day_title_span_blue {
    font-size: 1.6rem;
    margin: 18px 0;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box01 .second_top_img {
  width: 320px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box01 .second_top_img {
    width: 95%;
    border-radius: 9px;
    margin: 14px auto 0;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box01 .second_top_img img {
  width: 100%;
}

@media only screen and (max-width: 382px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box01 .day_title_a::before {
    top: 30%;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .note {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 6px;
  color: #595959;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .note {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: calc(14/10);
    text-indent: -10px;
    padding-left: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title {
  width: 100%;
  height: 74px;
  background-color: #00aca8;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title {
    width: 100%;
    height: 62px;
    border-radius: 3px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4 {
    font-size: 1.6rem;
    line-height: calc(21/16);
    padding-left: 34px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4 {
    font-size: 1.4rem;
    line-height: calc(21/14);
    padding-left: 44px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::before, #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::before {
  width: 84px;
  height: 43px;
  background: url(../images/journey01.jpg) no-repeat center;
  background-size: cover;
  left: -100px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::before {
    width: 70px;
    height: 36px;
    background: url(../images/journey01.jpg) no-repeat center;
    background-size: cover;
    left: -48px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::before {
    width: 74px;
    height: 33px;
    left: 50%;
    margin-left: -122px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::after {
  width: 34px;
  height: 52px;
  background: url(../images/journey_icon01.png) no-repeat center;
  background-size: cover;
  right: -54px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::after {
    width: 28px;
    height: 44px;
    background: url(../images/journey_icon01.png) no-repeat center;
    background-size: cover;
    right: -48px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_title h4::after {
    width: 28px;
    height: 44px;
    right: 50%;
    margin-right: -124px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
    margin-bottom: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box {
  width: 395px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box {
    width: 100%;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box p {
    font-size: 1.4rem;
    line-height: calc(21/14);
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .reb_note {
  color: #e60012;
  font-size: 1.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .reb_note {
    font-size: 1.1rem;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
          column-gap: 11px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .mark {
    -webkit-column-gap: 9px;
            column-gap: 9px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .mark img {
  width: 44px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .mark img {
    width: 37px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .mark .mark_txt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #262626;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_box .day_jr_l_box .mark .mark_txt {
    font-size: 1.1rem;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_bottom_note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #595959;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box02 .day_jr .day_jr_bottom_note {
    font-size: 1rem;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 {
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 {
    margin-top: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title {
  background-color: #004ea2;
  border-radius: 12px;
  width: 100%;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title {
    border-radius: 9px;
    width: 100%;
    height: 95px;
    margin-bottom: 15px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title h3 {
    font-size: 1.3rem;
    line-height: calc(18/13);
    padding: 0 10px;
  }
}

@media only screen and (max-width: 389px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title h3 {
    font-size: 1.2rem;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title p {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fdff4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 358px;
  -webkit-column-gap: 14px;
          column-gap: 14px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title p {
    font-size: 2.2rem;
    margin-top: 4px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title p span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #004ea2;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 149px;
  height: 35px;
  border-radius: 18px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_title p span {
    width: 57px;
    height: 41px;
    font-size: 1.1rem;
    line-height: calc(13/11);
    text-align: center;
    border-radius: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .day_title_o {
    line-height: calc(22/17);
  }
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .day_title_o::before {
    width: 11px;
    height: 11px;
    left: -20.2px;
    top: 17%;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead {
  margin-top: 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead {
    margin-top: 12px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead p {
    font-size: 1.4rem;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead .second_box03_lead_blue {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004ea2;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead .second_box03_lead_blue {
    font-size: 1.7rem;
    line-height: calc(23/17);
    margin-top: 0px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead .second_box03_lead_blue span {
  display: block;
  font-size: 1.6rem;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_lead .second_box03_lead_blue span {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 13px;
          column-gap: 13px;
  margin-top: 12px;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_img_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

#page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_img_box img {
  height: 233px;
  width: auto;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .second_box03_img_box img {
    width: 95%;
    margin: auto;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .day_title_s::before {
    width: 11px;
    height: 11px;
    left: -20.2px;
    top: 17%;
  }
}

@media only screen and (max-width: 365px) {
  #page_expo_usj #model_course .model_course_inner .second .day_content .day_content_inner .second_box03 .day_title_s::before {
    width: 11px;
    height: 11px;
    left: -20.2px;
    top: 13%;
  }
}

#page_expo_usj #model_course .model_course_inner .model_btn {
  max-width: 870px;
  margin: 62px auto 0;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #model_course .model_course_inner .model_btn {
    margin: 30px auto 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■bottom_text
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_expo_usj #bottom_text {
  max-width: 1160px;
  margin: 30px auto 60px;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #bottom_text {
    max-width: none;
    padding: 0 20px;
    margin: 20px auto 60px;
  }
}

#page_expo_usj #bottom_text p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: calc(22/13);
  color: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  #page_expo_usj #bottom_text p {
    font-size: 1.2rem;
    line-height: calc(18/12);
  }
}
