@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  color: #000;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: visible;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

.alpha,
.alpha img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
}

.alpha:hover,
.alpha:hover img {
  opacity: 0.8;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  text-decoration: none;
}

::-moz-selection {
  background: #031b51;
  color: #fff;
}

::selection {
  background: #031b51;
  color: #fff;
}

.pagetop {
  position: fixed;
  z-index: 11;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #343c48;
  border-radius: 8px;
  width: 55px;
  height: 55px;
}
.pagetop a:hover {
  background: #181b21;
}
.pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

#wrapper {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

.container {
  width: 100%;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.container img {
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.container ul {
  list-style: none;
}
.container ul li img {
  vertical-align: bottom;
}

br.sp {
  display: none;
}

p {
  margin: 0;
  line-height: 2;
  font-weight: 700;
}

.anchor_space {
  padding-top: 60px;
  margin-top: -60px;
}

.c00 {
  color: #fff;
}

.c01 {
  color: #031b51;
}

.c02 {
  color: #145ab4;
}

.c03 {
  color: #fff000;
}

.cbg00 {
  background: #fff;
}

.cbg01 {
  background: #031b51;
}

.cbg02 {
  background: #145ab4;
}

.cbg03 {
  background: #fff000;
}

.marker {
  background: linear-gradient(transparent 70%, #fff000 70%);
}

.bread01 {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-size: 14px;
}

.tit_page01 {
  text-align: center;
  margin: 60px 0 50px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 900;
}

.list_btn01 {
  display: flex;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.list_btn01 li {
  width: 47%;
}
.list_btn01 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #031b51;
  border: 1px solid #031b51;
}
.list_btn01 li a div:first-of-type {
  margin-right: 10px;
}
.list_btn01 li a:hover, .list_btn01 li a.current {
  background: #031b51;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.list_btn01 li a:hover .svg, .list_btn01 li a.current .svg {
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7500%) hue-rotate(112deg) brightness(108%) contrast(107%);
}
.list_btn01 li a.current {
  pointer-events: none;
  cursor: pointer;
}
.list_btn01 li:first-of-type {
  margin-right: 6%;
}
.list_btn01 li:first-of-type a:hover, .list_btn01 li:first-of-type a.current {
  background: #dc325a;
  border: #dc325a;
}

.btnA {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  border-radius: 80px;
  width: 100%;
  max-width: 360px;
  height: 70px;
  padding-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.btnA::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
  border-radius: 1px;
}
.btnA:hover {
  text-decoration: none;
}

.bar_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.4;
}

.chap01 {
  margin-bottom: 70px;
}
.chap01 .tit {
  text-align: center;
  margin: 90px 0 80px;
  font-size: 68px;
  line-height: 1.1;
  font-weight: 900;
}
.chap01 .tit .sizeL {
  position: relative;
  top: 7px;
  font-size: 84px;
  font-weight: 700;
}
.chap01 .txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 2.6;
  font-weight: 700;
}
.chap01 .btnA {
  background: #ffaa00;
}
.chap01 .btnA .ico {
  width: 25px;
  margin-right: 8px;
}
.chap01 .btnA:hover {
  color: #fff;
}

.chap02 {
  background: #e7eef7;
  border-radius: 20px;
  padding: 40px 100px;
  margin-bottom: 80px;
}
.chap02 .tit {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
}
.chap02 .tit .ico {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 36px;
  margin-right: 5px;
}
.chap02 .txt {
  font-size: 16px;
}
.chap02 .btnA {
  background: #c9d9ed;
  border: 3px solid #000;
  height: 80px;
  margin-top: 30px;
}
.chap02 .btnA::before {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
}
.chap02 .btnA:hover {
  color: #000;
}

.chap03 {
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 130px;
}
.chap03 .tit01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.4;
}
.chap03 .tit02 {
  text-align: center;
  margin-top: 80px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
.chap03 .list {
  display: flex;
}
.chap03 .list li {
  position: relative;
  width: 30.33333%;
  margin-left: 4.5%;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 12px rgba(0, 50, 160, 0.2), 0 12px 40px rgba(0, 40, 140, 0.18);
}
.chap03 .list li .block {
  padding: 28px;
}
.chap03 .list li img {
  max-width: 140px;
}
.chap03 .list li .txt01 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.4;
}
.chap03 .list li .txt02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.chap03 .list li .txtS {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.chap03 .list li:first-of-type {
  margin-left: 0;
}
.chap03 .pic01 {
  width: 100%;
  max-width: 300px;
  margin: 60px auto 0;
}
.chap03 .pic01 img {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2666666667);
}

.chap04 {
  margin-bottom: 130px;
}
.chap04 .tit {
  text-align: center;
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 1.6;
}
.chap04 .txt {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.chap04 .txt li {
  display: flex;
  gap: 0.1em;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.chap04 .txt li::before {
  content: "●";
  flex-shrink: 0;
}
.chap04 .txt li:first-of-type {
  margin-top: 0;
}
.chap04 .area_sticky {
  position: relative;
}
.chap04 .area_sticky .sp {
  display: none;
}
.chap04 .area_sticky .sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.chap04 .area_sticky .sticky .subtit {
  display: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
.chap04 .area_sticky .sticky.is-pinned {
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.chap04 .area_sticky .sticky.is-pinned .subtit {
  display: block;
  text-align: center;
}
.chap04 .area_sticky .sticky.is-pinned .txt {
  margin-bottom: 0;
}
.chap04 .area_sticky .sticky.is-pinned .sp .subtit {
  font-size: 3.6vw;
  margin-bottom: 5px;
}
.chap04 .area_sticky .sticky.is-pinned .sp .txt li {
  font-size: 2.55vw;
}

.page_list01 {
  margin-bottom: 0;
}
.page_list01 .txt {
  max-width: 100%;
  margin-bottom: 25px;
}
.page_list01 .txt li {
  justify-content: center;
  text-align: center;
  font-size: 18px;
}
.page_list01 .txt li br {
  display: block !important;
}
.page_list01 .txt li .br_sp {
  display: none !important;
}
.page_list01 .txt li::before {
  display: none;
}

.list_univ01 {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.list_univ01 li {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 15px 0;
  font-weight: 700;
}
.list_univ01 li div {
  flex-shrink: 0;
}
.list_univ01 li .area {
  width: 70px;
  font-size: 16px;
  font-weight: 400;
}
.list_univ01 li .kbn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  padding-bottom: 1px;
  margin-left: 20px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.list_univ01 li .kbn.kbn01 {
  background: #328038;
}
.list_univ01 li .kbn.kbn02 {
  background: #326ebc;
}
.list_univ01 li .name {
  flex: 1 1 0;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-left: 10px;
  font-size: 19px;
  line-height: 1.4;
}
.list_univ01 li .name .-NameChange {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
}
.list_univ01 li .btn {
  white-space: nowrap;
  margin-left: 30px;
}
.list_univ01 li .btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.list_univ01 li .btn a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.list_univ01 li .btn01 a {
  font-size: 13px;
  color: #145ab4;
}
.list_univ01 li .btn01 a::after {
  background: url(../images/ico_window01.svg) no-repeat center center;
  background-size: 10px;
}
.list_univ01 li .btn01 a.disable {
  pointer-events: none;
  cursor: pointer;
  color: #ccc;
}
.list_univ01 li .btn01 a.disable::after {
  background: url(../images/ico_window04.svg) no-repeat center center;
  background-size: 10px;
}
.list_univ01 li .btn02 a,
.list_univ01 li .btn03 a {
  justify-content: center;
  border-radius: 9999px;
  width: 160px;
  height: 30px;
  font-size: 12px;
}
.list_univ01 li .btn02 a.disable,
.list_univ01 li .btn03 a.disable {
  pointer-events: none;
  cursor: pointer;
  background: #ccc;
  color: #fff;
}
.list_univ01 li .btn02 a.disable::after,
.list_univ01 li .btn03 a.disable::after {
  background: url(../images/ico_window03.svg) no-repeat center center;
  background-size: 10px;
}
.list_univ01 li .btn02 a {
  background: #ffd200;
  color: #000;
}
.list_univ01 li .btn02 a::after {
  background: url(../images/ico_window02.svg) no-repeat center center;
  background-size: 10px;
}
.list_univ01 li .btn03 a {
  background: #28a0dc;
  color: #fff;
}
.list_univ01 li .btn03 a::after {
  background: url(../images/ico_window03.svg) no-repeat center center;
  background-size: 10px;
}
.list_univ01 li.noDataMsg {
  display: block;
  text-align: center;
  border-top: none;
  padding: 0;
  margin: 50px 0;
}
.list_univ01 li:first-of-type {
  border: none;
}

.btnA {
  background: #145ab4;
  line-height: 1.2;
}
.btnA span {
  font-size: 14px;
}
.btnA:hover {
  color: #fff;
}

.chap05 {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.chap05 .tit {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}
.chap05 .list li {
  margin-top: 40px;
}
.chap05 .list li dl .ico {
  flex-shrink: 0;
  text-align: center;
  width: 25px;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
}
.chap05 .list li dl dt {
  display: flex;
  align-items: center;
  background: #031b51;
  padding: 15px 25px;
  line-height: 1.2;
  color: #fff;
}
.chap05 .list li dl dt .txt {
  font-size: 20px;
  font-weight: 700;
}
.chap05 .list li dl dd {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F3F3F3;
}
.chap05 .list li dl dd .txt {
  font-size: 14px;
}
.chap05 .list li dl dd .txt a {
  color: #326ebc;
  text-decoration: underline;
}
.chap05 .list li dl dd .txt a:hover {
  text-decoration: none;
}
.chap05 .list li:first-of-type {
  margin-top: 0;
}

.txt_bottom {
  text-align: center;
  width: 100%;
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 70px auto 30px;
  font-size: 13px;
}

.bar_bottom {
  padding: 20px 0;
}
.bar_bottom .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bar_bottom .box .box01 {
  display: flex;
  align-items: center;
}
.bar_bottom .box .box01 .logo01 {
  width: 116px;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}
.bar_bottom .box .box01 .logo02 {
  width: 117px;
}
.bar_bottom .box .box02 ul {
  display: flex;
  align-items: center;
}
.bar_bottom .box .box02 ul li {
  margin-left: 20px;
  margin-right: 20px;
}
.bar_bottom .box .box02 ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.bar_bottom .box .box02 ul li a:hover {
  text-decoration: none;
}
.bar_bottom .box .box03 {
  display: flex;
  align-items: center;
}
.bar_bottom .box .box03 .logo03 {
  width: 176px;
}
.bar_bottom .txt {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .bar_top {
    height: 60px;
    font-size: 18px;
  }
  .chap01 {
    margin-bottom: 70px;
  }
  .chap01 .tit {
    margin: 80px 0 70px;
    font-size: 48px;
  }
  .chap01 .tit .sizeL {
    top: 5px;
    font-size: 60px;
  }
  .chap01 .txt {
    margin-bottom: 50px;
    font-size: 16px;
  }
  .chap02 {
    padding: 30px 80px;
    margin-bottom: 80px;
  }
  .chap02 .tit {
    font-size: 22px;
  }
  .chap02 .tit .ico {
    width: 30px;
  }
  .chap02 .txt {
    font-size: 15px;
  }
  .chap03 {
    margin-bottom: 100px;
  }
  .chap03 .tit01 {
    font-size: 30px;
  }
  .chap03 .tit02 {
    font-size: 20px;
  }
  .chap03 .list li {
    width: 31%;
    margin-left: 3.5%;
    border-radius: 30px;
  }
  .chap03 .list li .block {
    padding: 22px;
  }
  .chap03 .list li img {
    max-width: 100px;
  }
  .chap03 .list li .txt01 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .chap03 .list li .txt02 {
    font-size: 14px;
  }
  .chap03 .list li .txtS {
    bottom: -35px;
  }
  .chap04 {
    margin-bottom: 100px;
  }
  .chap04 .tit {
    margin-bottom: 45px;
    font-size: 28px;
  }
  .chap04 .txt br {
    display: none;
  }
  .chap04 .txt li {
    font-size: 1.6vw;
  }
  .chap04 .area_sticky .sticky .subtit {
    font-size: 2vw;
  }
  .list_univ01 li .area {
    width: 60px;
    font-size: 13px;
  }
  .list_univ01 li .kbn {
    width: 16px;
    height: 16px;
    margin-left: 15px;
    padding-top: 0;
    font-size: 12px;
  }
  .list_univ01 li .name {
    font-size: 14px;
  }
  .list_univ01 li .btn {
    margin-left: 20px;
  }
  .list_univ01 li .btn a::after {
    top: inherit;
  }
  .list_univ01 li .btn01 a {
    font-size: 12px;
  }
  .list_univ01 li .btn02 a,
  .list_univ01 li .btn03 a {
    width: 140px;
    height: 22px;
    font-size: 12px;
  }
  .chap05 .tit {
    font-size: 30px;
  }
  .chap05 .list li dl .ico {
    font-size: 28px;
  }
  .chap05 .list li dl dt {
    padding: 10px 30px;
  }
  .chap05 .list li dl dt .txt {
    font-size: 16px;
  }
  .chap05 .list li dl dd {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bar_bottom .box .box01 .logo01 {
    width: 90px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .bar_bottom .box .box01 .logo02 {
    width: 91px;
  }
  .bar_bottom .box .box02 ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bar_bottom .box .box02 ul li a {
    font-size: 11px;
  }
  .bar_bottom .box .box03 .logo03 {
    width: 136px;
  }
  .bar_bottom .txt {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 4vw;
  }
  .pagetop a {
    width: 10vw;
    height: 10vw;
    border-radius: 5px;
  }
  .pagetop a img {
    width: 5vw;
    height: 5vw;
  }
  br.sp {
    display: block;
  }
  .bread01 {
    font-size: 3vw;
  }
  .tit_page01 {
    margin: 16vw 0 8vw;
    font-size: 6vw;
  }
  .list_btn01 li {
    width: 48%;
  }
  .list_btn01 li a {
    height: 11vw;
    border-radius: 9999px;
    font-size: 3vw;
  }
  .list_btn01 li a .svg {
    width: 5vw;
  }
  .list_btn01 li a div:first-of-type {
    margin-right: 1vw;
  }
  .list_btn01 li:first-of-type {
    margin-right: 4%;
  }
  .btnA {
    max-width: 70vw;
    height: 14vw;
    font-size: 4.4vw;
  }
  .bar_top {
    text-align: center;
    height: 18vw;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.3vw;
  }
  .chap01 {
    margin-bottom: 16vw;
  }
  .chap01 .tit {
    margin: 12vw 0 8vw;
    font-size: 11vw;
    line-height: 1.5;
  }
  .chap01 .tit .c02 {
    position: relative;
    top: -3vw;
  }
  .chap01 .tit .sizeL {
    top: 1vw;
    font-size: 13.3vw;
  }
  .chap01 .txt {
    margin-bottom: 12vw;
    font-size: 4vw;
    line-height: 2.2;
  }
  .chap01 .btnA .ico {
    width: 6vw;
    margin-right: 2vw;
  }
  .chap02 {
    padding: 6vw 6vw;
    margin-bottom: 20vw;
  }
  .chap02 .tit {
    margin-bottom: 4vw;
    font-size: 5vw;
  }
  .chap02 .tit .ico {
    top: 2px;
    width: 6vw;
    margin-right: 1vw;
  }
  .chap02 .txt {
    font-size: 3.2vw;
    font-weight: 500;
  }
  .chap02 .ico {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 36px;
    margin-right: 5px;
  }
  .chap02 .btnA {
    height: 18vw;
  }
  .chap03 {
    padding-top: 18vw;
    padding-bottom: 18vw;
    margin-bottom: 18vw;
  }
  .chap03 .tit01 {
    margin-bottom: 40px;
    font-size: 7vw;
  }
  .chap03 .tit02 {
    margin-top: 22vw;
    font-size: 5.4vw;
    line-height: 1.6;
  }
  .chap03 .list {
    display: block;
  }
  .chap03 .list li {
    width: 100%;
    margin-left: 0;
    margin-top: 6vw;
    border-radius: 8vw;
  }
  .chap03 .list li .block {
    padding: 8vw;
  }
  .chap03 .list li img {
    max-width: 30vw;
  }
  .chap03 .list li .txt01 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .chap03 .list li .txt02 {
    font-size: 4vw;
  }
  .chap03 .list li .txtS {
    text-align: center;
    width: 100%;
    bottom: -8vw;
    font-size: 3vw;
  }
  .chap03 .list li .txtS br {
    display: none;
  }
  .chap03 .pic01 {
    max-width: 60vw;
    margin: 8vw auto 0;
  }
  .chap04 {
    margin-bottom: 20vw;
  }
  .chap04 .tit {
    margin-bottom: 8vw;
    font-size: 5.6vw;
  }
  .chap04 .txt {
    margin-bottom: 10vw;
  }
  .chap04 .txt li {
    font-size: 3.2vw;
  }
  .chap04 .area_sticky {
    position: relative;
  }
  .chap04 .area_sticky .sticky {
    padding-left: 10px;
    padding-right: 10px;
  }
  .chap04 .area_sticky .sticky.is-pinned {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .chap04 .area_sticky .sticky.is-pinned .pc {
    display: none;
  }
  .chap04 .area_sticky .sticky.is-pinned .sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .chap04 .area_sticky .sticky.is-pinned .txt {
    width: auto;
  }
  .page_list01 .txt {
    margin-bottom: 5vw;
  }
  .page_list01 .txt li .br_sp {
    display: block !important;
  }
  .list_univ01 {
    margin-bottom: 15vw;
  }
  .list_univ01 li {
    flex-wrap: wrap;
    position: relative;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .list_univ01 li .area {
    width: 100%;
    font-size: 4.4vw;
  }
  .list_univ01 li .kbn {
    position: relative;
    top: -0.1vw;
    width: 3.8vw;
    height: 3.8vw;
    margin-left: 0;
    margin-top: 10px;
    font-size: 2.8vw;
  }
  .list_univ01 li .name {
    width: calc(100% - 4vw);
    margin-top: 10px;
    font-size: 5vw;
  }
  .list_univ01 li .name .-NameChange {
    font-size: 3vw;
  }
  .list_univ01 li .btn {
    margin-left: 0;
  }
  .list_univ01 li .btn a::after {
    position: relative;
    top: 0.1vw;
    width: 2.6vw !important;
    height: 2.6vw !important;
    background-size: 2.6vw !important;
  }
  .list_univ01 li .btn01 {
    position: absolute;
    right: 0;
    top: 4.6vw;
  }
  .list_univ01 li .btn01 a {
    font-size: 3.3vw;
  }
  .list_univ01 li .btn02,
  .list_univ01 li .btn03 {
    width: 100%;
    margin-top: 2vw;
  }
  .list_univ01 li .btn02 a,
  .list_univ01 li .btn03 a {
    width: 100%;
    max-width: 400px;
    height: 9vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.3vw;
  }
  .list_univ01 li.noDataMsg {
    font-size: 3.6vw;
  }
  .list_univ01 li:first-of-type .btn01 {
    top: 4.7vw;
  }
  .chap05 .tit {
    font-size: 5.4vw;
    margin-bottom: 8vw;
  }
  .chap05 .list li {
    margin-top: 5vw;
  }
  .chap05 .list li dl .ico {
    margin-right: 2vw;
    font-size: 5vw;
  }
  .chap05 .list li dl dt {
    padding: 2vw 5vw;
  }
  .chap05 .list li dl dt .txt {
    font-size: 3vw;
  }
  .chap05 .list li dl dd {
    padding: 3vw 5vw;
  }
  .chap05 .list li dl dd .txt {
    font-size: 3vw;
  }
  .bar_bottom {
    padding: 20px 0;
  }
  .bar_bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bar_bottom .box {
    display: block;
  }
  .bar_bottom .box .box01 {
    justify-content: center;
  }
  .bar_bottom .box .box01 .logo01 {
    width: 28vw;
    padding-right: 4vw;
    margin-right: 4vw;
  }
  .bar_bottom .box .box01 .logo02 {
    width: 29vw;
  }
  .bar_bottom .box .box02 {
    margin: 5vw 0;
  }
  .bar_bottom .box .box02 ul {
    display: flex;
    justify-content: center;
  }
  .bar_bottom .box .box02 ul li {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
  .bar_bottom .box .box02 ul li a {
    font-size: 2.5vw;
  }
  .bar_bottom .box .box03 {
    justify-content: center;
  }
  .bar_bottom .box .box03 .logo03 {
    width: 40vw;
  }
  .bar_bottom .txt {
    margin-top: 5vw;
    font-size: 2.8vw;
  }
}
@media (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .txt_bottom {
    margin: 15vw auto 5vw;
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=index.css.map */