.pt30 {
  padding-top: 30px;
}
.font_black {
  color: black;
}
/*京大予約バナー*/


@media screen and (max-width: 346px) {
  .kyoto-ubanner_fs1 {
    font-size: 18px;
  }
}

@media (min-width: 347px) and (max-width: 376px) {
  .kyoto-ubanner_fs1 {
    font-size: 20px;
  }
}

@media (min-width: 377px) and (max-width: 425px) {
  .kyoto-ubanner_fs1 {
    font-size: 22px;
  }
}

@media (min-width: 426px) and (max-width: 700px) {
  .kyoto-ubanner_fs1 {
    font-size: 25px;
  }
}

@media (min-width: 701px) and (max-width: 768px) {
  .kyoto-ubanner_fs1 {
    font-size: 34px;
  }

  .btn_design {
    font-size: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 40px;*/
    text-align: center;
    font-weight: bold;
    padding: 9px 5px;
    color: #045ccd;
    border: 3px solid #045ccd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s;
    transition: all .1s;
    border-bottom: 40px solid #045ccd;
    background: white;
  }
}

@media screen and (max-width: 700px) {
  .btn_design {
    font-size: 17px;
    /*width: 90%;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 40px;*/
    text-align: center;
    font-weight: bold;
    padding: 9px 5px;
    color: #045ccd;
    border: 3px solid #045ccd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s;
    transition: all .1s;
    border-bottom: 30px solid #045ccd;
    background: white;
  }
}

@media screen and (max-width: 768px) {
  .underline-text {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0;
  }

  .kyoto-ubanner {
    font-size: 3.5vw;
    font-weight: bold;
  }

  .num_color {
    text-shadow: 1.2px 1.2px 0 #000080;
    color: red;
  }

  .mb {
    margin-bottom: 5px;
  }
}

@media not screen and (max-width: 768px) {
  .underline-text {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0;
  }

  .kyoto-ubanner {
    font-size: 32px;
    font-weight: bold;
  }

  .mb {
    margin-bottom: 10px;
  }

  .btn_design {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    padding: 10px 10px;
    color: #045ccd;
    border: 4px solid #045ccd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s;
    transition: all .1s;
    border-bottom: 50px solid #045ccd;
    background: white;
  }

  .kyoto-ubanner_fs1 {
    font-size: 43px;
  }

  .kyoto-ubanner_fs2 {
    font-size: 28px;
  }

  /* マウスオーバー時 */
  .btn_design:hover {
    background-color: transparent;
    cursor: pointer;
    opacity: 0.7;
  }

  .num_color {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #333;
    color: #ffee05;
    text-shadow: 2.5px 2.5px 2.5px #808080;
    font-weight: 900;
  }
}



.container {
  position: relative;
  /* 親要素を基準とする */
  text-align: center;
  /* テキストを中央揃え */
}


/*京大予約ページ*/
.text_center {
  background-color: #c8e7f9;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

.text_center .text {
  display: inline-block;
  text-align: left;
  font-size: 22px;
}

.backcolor-b {
  background-color: #0274b5;
  display: block;
  text-align: center;
  padding: 10px 0;
}

.fs32 {
  font-size: 32px;
  font-weight: bold;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.kyoto-ureserve_flex {
  display: flex;
  align-items: center;
}

.fs20 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .box13 {
    padding: 0.25em 0.25em;
    margin: 1em 0 1em 5px;
    color: #000000;
    background: #ffee05;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    border: solid 1.5px black;
    border-bottom: solid 4px black;
    width: 95px;
  }

  .box13 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
  }

  .kyoto-ureserve_fs1_sp {
    font-size: 4.5vw;
    font-weight: bold;
  }

  .kyoto-ureserve_fs2_sp {
    font-size: 13px;
  }

  .backcolor-b .text-y {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #ffee05;
    font-weight: bold;
    margin: 0 10px;
  }

  .kyoto-ureserve_fs3_sp {
    font-size: 5vw;
    font-weight: bold;
  }

  .page_heading .line_center .kyoto-ureserve_fs1 {
    font-size: 22.5px;
  }
}

@media not screen and (max-width: 768px) {
  .box13 {
    padding: 0.65em 0.65em;
    margin: 1em 0;
    color: #000000;
    background: #ffee05;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    border: solid 1.5px black;
    border-bottom: solid 4px black;
    width: 150px;
  }

  .box13 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
  }

  .kyoto-ureserve_fs2_pc {
    font-size: 35px;
    font-weight: bold;
  }

  .kyoto-ureserve_fs1_pc {
    font-size: 19px;
  }

  .backcolor-b .text-y {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    color: #ffee05;
    font-weight: bold;
  }

  .kyoto-ureserve_fs3_pc {
    font-size: 32px;
    font-weight: bold;
  }

  .kyoto-ureserve_flex_pc {
    display: flex !important;
    align-items: center;
  }
}



/*合格前予約*/
@media screen and (max-width: 768px) {

  .shadow {
    text-shadow: 1.2px 1.2px 0 #808080;
  }

  .flex_center_campus {
    display: flex;
    align-items: center;
  }

  .mr2 {
    margin-right: 2px;
  }

  .section_inner_gokakumae {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
  }

  .goukakumae_sp_photo {
    max-width: 200px;
    width: 60%;
  }

  .middle {
    vertical-align: middle;
    min-width: 190px;
  }


}

@media not screen and (max-width: 768px) {
  .goukakumae_text1 {
    font-size: 50px;
    border-bottom: 5px solid #333;
    padding-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
  }

  .goukakumae_char1 {
    font-size: 70px;
    font-weight: bold;
  }

  .goukakumae_text2 {
    margin-top: 5px;
    font-size: 40px;
    font-weight: bold;
  }

  .shadow {
    text-shadow: 2.5px 2.5px 2.5px #808080;
  }

  .goukakumae_text3 {
    font-size: 15px;
    font-weight: 700;
  }

  .goukakumae_text4 {
    font-size: 15px;
    font-weight: 700;
  }

  .goukakumae_text5 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
  }

  .goukakumae_text6 {
    font-size: 36px;
    font-weight: bold;
  }

  .flex_center_campus {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .w_200px {
    width: 200px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {

  .phone_only {
    display: none;
  }

  .goukakumae_text6 {
    font-size: 28px;
    font-weight: bold;
  }

  .goukakumae_text3 {
    font-size: 16px;
    font-weight: 700;
  }

  .goukakumae_text4 {
    font-size: 15px;
    font-weight: 700;
  }

  .goukakumae_text5 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
  }

  .margin_lr {
    margin-left: 5%;
    margin-right: 5%;
  }

  .goukakumae_text1 {
    font-size: 38px;
    border-bottom: 3px solid #333;
    margin-top: 10px;
    font-weight: bold;
  }

  .goukakumae_char1 {
    font-size: 50px;
    font-weight: bold;
  }

  .goukakumae_text2 {
    margin-top: 5px;
    font-size: 33px;
    font-weight: bold;
  }

  .td_tablet {
    width: 165px;
  }
}

@media screen and (max-width: 600px) {

  .phone_only {
    display: block;
  }

  .goukakumae_text3 {
    font-size: 12px;
    font-weight: 700;
  }

  .goukakumae_text4 {
    font-size: 12px;
    font-weight: 700;
  }

  .goukakumae_text5 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
  }

  .goukakumae_text6 {
    font-size: 25px;
    font-weight: bold;
  }

  .goukakumae_text1 {
    font-size: 21px;
    border-bottom: 3px solid #333;
    margin-top: 10px;
    font-weight: bold;
  }

  .goukakumae_char1 {
    font-size: 29px;
    font-weight: bold;
  }

  .goukakumae_text2 {
    margin-top: 5px;
    font-size: 19px;
    font-weight: bold;
  }
}


.char_color {
  color: #f56197;
}

.block {
  display: block;
}

.goukakumae_underline-y {
  text-decoration-color: #ffee05;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}

/*空き待ち確認サービス*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  background: #0b67b5;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #0b67b5;
  margin-top: -1px;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.vacancies_underline-y {
  text-decoration-color: #ffee05;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  font-size: 40px;
  font-weight: bold;
}

@media not screen and (max-width: 768px) {
  .radius1 {
    width: 100%;
    /* 幅指定 */
    background-color: #ffee05;
    /* 背景色指定 */
    border-radius: 20px;
    /* 角丸指定 */
    display: block;
    text-align: center;
  }

  .vacancies_text1 {
    font-size: 25px;
    font-weight: 500;
    padding: 6px;
    text-align: left;
    display: inline-block;
  }

  .vacancoes_text2 {
    border-bottom: 3px solid #0274b5;
    font-size: 37px;
    font-weight: 500;
  }

  .vacancoes_text3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .vacancies_text1 {
    font-size: 12.5px;
    padding: 8px;
    text-align: left;
    display: inline-block;
    font-weight: bold;
  }

  .radius1 {
    width: 100%;
    /* 幅指定 */
    background-color: #ffee05;
    /* 背景色指定 */
    border-radius: 10px;
    /* 角丸指定 */
    display: block;
    text-align: center;
  }

  .vacancoes_text2 {
    border-bottom: 3px solid #0274b5;
    font-size: 16px;
    font-weight: 500;
  }

  .radius2 {
    background-color: #0b67b5;
    width: 50%;
    height: 25px;
    border-radius: 5px;
  }

  .vacancoes_text_sp {
    font-size: 12px;
    text-align: center;
    display: inline-block !important;
    vertical-align: sub;
    color: white;
    font-weight: 500;
  }

  .vacancoes_text3 {
    font-size: 15px;
    text-align: left;
    display: inline-block;
  }
}

/*先行予約サービス*/


    .part_sp_only{
      display: none !important;
    }
    @media not screen and (max-width: 768px) {
      .precedence_radius1 {
        width: 100%;
        /* 幅指定 */
        background-color: #0274b5;
        /* 背景色指定 */
        border-radius: 10px;
        /* 角丸指定 */
        display: block;
        text-align: center;
      }
      .precedence_text {
        font-size: 35px;
        font-weight: bold;
        padding: 6px;
        text-align: left;
        display: inline-block;
        color: white;
      }
      .arrow {
        display: inline-block;
        width: 73.5px;
        background: #aebce3;
        clip-path: polygon(0 81.6%, 31% 81.6%, 31% 0, 69% 0, 69% 81.6%, 100% 81.6%, 50% 100%);
      }
      .precedence_flex{
        display: flex;
      }
      .precedence_text1{
        font-size: 50px;
        color: red;
        font-weight: 800;
      }
      .precedence_text2{
        font-size: 19px;
        margin-bottom: 10px;
      }

      .precedence_text3{
        font-size: 37px;
        font-weight: bold;
      }
      .precedence_box{
        padding: 0.35em 0.35em;
        margin: 1em 0;
        color: #ffffff;
        background: #0274b5;
        width: 110px;
      }

      .precedence_box p {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
      }
      .font-red{
        color: red;
      }
      .precedence_text4{
        font-size: 20px;
        font-weight: 500;
      }
      .ml{
        margin-left: 25px;
      }
      .precedence_text5{
        font-size: 22px;
      }
      .precedence_text6{
        font-size: 37px;
        font-weight: bold;
      }
    }
    @media screen and (max-width: 768px) {
      .precedence_radius1 {
        width: 100%;
        /* 幅指定 */
        background-color: #0274b5;
        /* 背景色指定 */
        border-radius: 10px;
        /* 角丸指定 */
        display: block;
        text-align: center;
      }
      .precedence_text {
        font-size: 22px;
        font-weight: bold;
        padding: 6px;
        text-align: left;
        display: inline-block;
        color: white;
      }
      .arrow {
        display: inline-block;
        width: 60px;
        background: #aebce3;
        clip-path: polygon(0 81.6%, 31% 81.6%, 31% 0, 69% 0, 69% 81.6%, 100% 81.6%, 50% 100%);
      }
      .precedence_flex{
        display: flex;
      }
      .precedence_text1{
        font-size: 25px;
        color: red;
        font-weight: 800;
      }
      .precedence_text2{
        font-size: 13px;
        margin-bottom: 10px;
      }

      .precedence_text3{
        font-size: 20px;
        font-weight: bold;
      }
      .precedence_box{
        padding: 0.25em 0.25em;
        margin: 0.5em 0;
        color: #ffffff;
        background: #0274b5;
        width: 65px;
      }

      .precedence_box p {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
      }
      .font-red{
        color: red;
      }
      .precedence_text4{
        font-size: 14px;
        font-weight: 600;
      }
      .ml{
        margin-left: 15px;
      }
      .precedence_text5{
        font-size: 16px;
      }
      .precedence_text6{
        font-size: 24px;
        font-weight: bold;
      }
    }
    @media screen and (max-width: 400px) {
      .part_sp_only{
        display: block !important;
      }
    }
