div.h1Wrap.withImg p.img {
  background: url(../img/admission/mv_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1099px) {
  div.h1Wrap.withImg p.img {
    background: url(../img/admission/mv_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}

/* 説明会 */

.request_box {
  border: 2px solid #f070a5;
  border-radius: 15px;
  padding: 30px 40px;
  margin: 50px auto 70px;
}
.request_box p.c_pink {
  font-size: 20px;
  text-align: center;
  
  font-weight: bold;
}
.request_box p.request_time {
  background-image: linear-gradient(to right, #9e82d3, #9e82d3 6px, transparent 7px, transparent 2px);
  background-size: 10px 2px;
  background-position: right bottom;
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.request_box ul li{
  position: relative;
  text-indent: -1.3em;
  padding-left: 1.3rem;
}
div.section .midashiBlock + .bookBlock.spaceBlock {
  margin: 100px 0 140px 0;
}
@media screen and (max-width: 1099px) {
	div.section .midashiBlock + .bookBlock.spaceBlock {
		margin: 60px 0 80px 0;
	}
}
#kengaku, #soudan {
	border-top: 255px solid transparent;
	margin-top: -255px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.request_box.purpure {
	border: 2px solid #9e82d3;
	text-align: center;
}
.request_box.purpure p.c_pink {
	color: #7a5dc1;
}.request_box.purpure p.c_pink span {
	background-image: linear-gradient(312deg, rgba(107, 107, 107, 0.01) 0%, rgba(107, 107, 107, 0.01) 25%,rgba(140, 140, 140, 0.01) 25%, rgba(140, 140, 140, 0.01) 50%,rgba(140, 140, 140, 0.01) 50%, rgba(140, 140, 140, 0.01) 75%,rgba(182, 182, 182, 0.01) 75%, rgba(182, 182, 182, 0.01) 100%),linear-gradient(106deg, rgba(23, 23, 23, 0.02) 0%, rgba(23, 23, 23, 0.02) 12.5%,rgba(134, 134, 134, 0.02) 12.5%, rgba(134, 134, 134, 0.02) 25%,rgba(31, 31, 31, 0.02) 25%, rgba(31, 31, 31, 0.02) 37.5%,rgba(134, 134, 134, 0.02) 37.5%, rgba(134, 134, 134, 0.02) 50%,rgba(42, 42, 42, 0.02) 50%, rgba(42, 42, 42, 0.02) 62.5%,rgba(6, 6, 6, 0.02) 62.5%, rgba(6, 6, 6, 0.02) 75%,rgba(13, 13, 13, 0.02) 75%, rgba(13, 13, 13, 0.02) 87.5%,rgba(164, 164, 164, 0.02) 87.5%, rgba(164, 164, 164, 0.02) 100%),linear-gradient(327deg, rgba(104, 104, 104, 0.02) 0%, rgba(104, 104, 104, 0.02) 16.667%,rgba(252, 252, 252, 0.02) 16.667%, rgba(252, 252, 252, 0.02) 33.334%,rgba(79, 79, 79, 0.02) 33.334%, rgba(79, 79, 79, 0.02) 50.001000000000005%,rgba(125, 125, 125, 0.02) 50.001%, rgba(125, 125, 125, 0.02) 66.668%,rgba(84, 84, 84, 0.02) 66.668%, rgba(84, 84, 84, 0.02) 83.33500000000001%,rgba(82, 82, 82, 0.02) 83.335%, rgba(82, 82, 82, 0.02) 100.002%),linear-gradient(107deg, rgba(32, 32, 32, 0.03) 0%, rgba(32, 32, 32, 0.03) 16.667%,rgba(53, 53, 53, 0.03) 16.667%, rgba(53, 53, 53, 0.03) 33.334%,rgba(212, 212, 212, 0.03) 33.334%, rgba(212, 212, 212, 0.03) 50.001000000000005%,rgba(190, 190, 190, 0.03) 50.001%, rgba(190, 190, 190, 0.03) 66.668%,rgba(244, 244, 244, 0.03) 66.668%, rgba(244, 244, 244, 0.03) 83.33500000000001%,rgba(118, 118, 118, 0.03) 83.335%, rgba(118, 118, 118, 0.03) 100.002%),linear-gradient(55deg, rgba(30, 30, 30, 0.03) 0%, rgba(30, 30, 30, 0.03) 16.667%,rgba(90, 90, 90, 0.03) 16.667%, rgba(90, 90, 90, 0.03) 33.334%,rgba(230, 230, 230, 0.03) 33.334%, rgba(230, 230, 230, 0.03) 50.001000000000005%,rgba(94, 94, 94, 0.03) 50.001%, rgba(94, 94, 94, 0.03) 66.668%,rgba(216, 216, 216, 0.03) 66.668%, rgba(216, 216, 216, 0.03) 83%,rgba(5, 5, 5, 0.03) 83.335%, rgba(5, 5, 5, 0.03) 100.002%),linear-gradient(90deg, rgb(197, 58, 221),rgb(117, 45, 206));
	color: #fff;
	font-size: 17px;
	padding: .2rem 1.5rem;
	border-radius: 2rem;
	margin-left: 1rem;
	display: inline-block;
}
#kengaku ul li:last-of-type {
	padding-top: 1.5rem;
}
#soudan ul li:last-of-type {
	padding-top: 1.5rem;
}
@media screen and (max-width: 1099px) {
  .request_box {
    padding: 20px;
    margin: 30px auto 40px;
  }
}
@media screen and (max-width: 1099px) {
  div.section .midashiBlock + .bookBlock {
    margin: 60px 0 40px 0;
  }
}
.schedule_list{
  margin: -20px auto 30px;
}
span.li_mini{
  color: #f8a529;
}
span.li_open{
  color: #f070a5;
}
span.li_evening{
  color: #9e82d3;
}
span.li_cultural{
  color: #74bd51;
}
span.li_session{
  color: #1dccd8;
}
span.li_night{
  color: #4173c3;
}

.Information_box {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -30px;
}

.Information_box > div {
  width: 240px;
  height: 190px;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 70px;
  position: relative;
  margin-right: 30px;
}

/* .Information_box > div:not(:nth-child(3n)){
  margin-right: 30px;
} */

/* .Information_box > div:last-child {
  margin-right: 0;
} */

.Information_box .schedule .circle_btn{
  position: absolute;
  top: -20px;
  left: -8px;
  font-size: 26px;
}

/*
.Information_box.color_mini .bg_stripe {
  background: repeating-linear-gradient(-45deg, #f8aa34 0, #f8aa34 2px, #f8a529 2px, #f8a529 6px);
}

.Information_box.color_open .bg_stripe {
  background: repeating-linear-gradient(-45deg, #f177aa 0, #f177aa 2px, #f070a5 2px, #f070a5 6px);
}

.Information_box.color_evening .bg_stripe {
  background: repeating-linear-gradient(-45deg, #a388d5 0, #a388d5 2px, #9e82d3 2px, #9e82d3 6px);
}

.Information_box.color_cultural .bg_stripe {
  background: repeating-linear-gradient(-45deg, #7bc05a 0, #7bc05a 2px, #74bd51 2px, #74bd51 6px);
}

.Information_box.color_session .bg_stripe {
  background: repeating-linear-gradient(-45deg, #28cfda 0, #28cfda 2px, #1dccd8 2px, #1dccd8 6px);
}

.Information_box .bg_stripe:before {
  content: "";
  position: absolute;
  top: 47%;
  right: -25px;
  border: 9px solid transparent;
}

.Information_box.color_mini .bg_stripe:before {
  border-left: 16px solid #f8a529;
}

.Information_box.color_open .bg_stripe:before {
  border-left: 16px solid #f070a5;
}

.Information_box.color_evening .bg_stripe:before {
  border-left: 16px solid #9e82d3;
}

.Information_box.color_cultural .bg_stripe:before {
  border-left: 16px solid #74bd51;
}

.Information_box.color_session .bg_stripe:before {
  border-left: 16px solid #1dccd8;
}

.Information_box .bg_stripe p {
  font-size: 22px;
  word-break: break-word;
  color: #fff;
  margin-top: 70px;
  font-weight: bold;
} */
/*
.Information_box .bg_stripe p.two_line {
  margin-top: 65px;
  line-height: 1.5;
} */
@media screen and (max-width: 1099px) {
  /* .Information_box .bg_stripe {
    width: 100%;
    margin-bottom: 30px !important;
  } */

  .Information_box {
    justify-content: center;
    margin-right: -10px;
  }

  .Information_box>div {
    width: 105px;
    height: auto;
    padding: 20px;
    margin-bottom: 50px;
  }

  /* .Information_box .bg_stripe {
    width: 100% !important;
  }

  .Information_box .bg_stripe:before {
    top: 100%;
    right: 46%;
  }

  .Information_box .bg_stripe::after {
    content: "";
    position: absolute;
    border: 18px solid transparent;
    top: 93%;
    right: 44%;
  } */
/*
  .Information_box.color_mini .bg_stripe:before, .Information_box.color_open .bg_stripe:before, .Information_box.color_evening .bg_stripe:before, .Information_box.color_cultural .bg_stripe:before, .Information_box.color_cultural .bg_stripe:before, .Information_box.color_session .bg_stripe:before {
    border-left: none;
  }

  .Information_box.color_mini .bg_stripe:after {
    border-top: 20px solid #f8a529;
  }

  .Information_box.color_open .bg_stripe:after {
    border-top: 20px solid #f070a5;
  }

  .Information_box.color_evening .bg_stripe:after {
    border-top: 20px solid #9e82d3;
  }

  .Information_box.color_cultural .bg_stripe:after {
    border-top: 20px solid #74bd51;
  }

  .Information_box.color_session .bg_stripe:after {
    border-top: 20px solid #1dccd8;
  }

  .Information_box .bg_stripe p {
    margin-top: 0px;
  }

  .Information_box .bg_stripe p.two_line {
    margin-top: 0;
  } */
  .Information_box > div {
    margin-right: 10px !important;
}
}
@media screen and (max-width: 767px) {
  .Information_box > div {
    margin-right: 20px !important;
  }
  .Information_box {
    margin-right: -20px;
  }
  /* .Information_box div.schedule:nth-child(even) {
    margin-left: 20px;
  } */
}
.Information_box .schedule {
  background: #fff;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
  transition: all 0.2s ease;
  cursor: pointer;
}
.Information_box .schedule:hover{
  box-shadow: 0px 5px 20px rgb(0 0 0 / 25%);
}
.Information_box .schedule p:first-child {
  background-size: 10px 2px;
  background-position: right bottom;
  background-repeat: repeat-x;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.Information_box .schedule.color_mini p:first-child {
  background-image: linear-gradient(to right, #f8a529, #f8a529 6px, transparent 7px, transparent 2px);
  color: #f8a529;
}

.Information_box .schedule.color_open p:first-child {
  background-image: linear-gradient(to right, #f070a5, #f070a5 6px, transparent 7px, transparent 2px);
  color: #f070a5;
}

.Information_box .schedule.color_evening p:first-child {
  background-image: linear-gradient(to right, #9e82d3, #9e82d3 6px, transparent 7px, transparent 2px);
  color: #9e82d3;
}

.Information_box .schedule.color_cultural p:first-child {
  background-image: linear-gradient(to right, #74bd51, #74bd51 6px, transparent 7px, transparent 2px);
  color: #74bd51;
}

.Information_box .schedule.color_session p:first-child {
  background-image: linear-gradient(to right, #1dccd8, #1dccd8 6px, transparent 7px, transparent 2px);
  color: #1dccd8;
}
.Information_box .schedule.color_night p:first-child {
  background-image: linear-gradient(to right, #4173c3, #4173c3 6px, transparent 7px, transparent 2px);
  color: #4173c3;
}

.Information_box .schedule .date {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}

.Information_box .schedule .date span.slash {
  font-size: 38px;
  letter-spacing: 0.5rem;
}

.Information_box .schedule .date span.day {
  display: block;
  background: #666;
  border-radius: 15px;
  color: #fff;
  width: 70px;
  margin: 8px auto;
  font-size: 14px;
  line-height: 1.7;
}

.Information_box .schedule.color_open .date span.day {
	background: #f070a5;
}
.Information_box .schedule.color_evening .date span.day {
	background: #9e82d3;
}
.Information_box .schedule.color_cultural .date span.day {
	background: #74bd51;
}
.Information_box .schedule.color_cultural .date span.day {
	background: #74bd51;
}
.Information_box .schedule.color_session .date span.day {
	background: #1dccd8;
}
.Information_box .schedule.color_mini .date span.day {
	background: #f8a529;
}
.Information_box .schedule.color_night .date span.day {
	background: #4173c3;
}

.Information_box .schedule p.commonLink {
  position: relative;
  top: -8px;
}

.Information_box .schedule p.commonLink.detail a::before {
  left: auto;
}

.Information_box .color_mini p.commonLink.detail a {
  color: #f8a529;
  border: 2px solid #f8a529;
  background: #fff;
}

.Information_box .color_open p.commonLink.detail a {
  color: #f070a5;
  border: 2px solid #f070a5;
  background: #fff;
}

.Information_box .color_evening p.commonLink.detail a {
  color: #9e82d3;
  border: 2px solid #9e82d3;
  background: #fff;
}
.Information_box .color_night p.commonLink.detail a {
  color: #4173c3;
  border: 2px solid #4173c3;
  background: #fff;
}

.Information_box .color_cultural p.commonLink.detail a {
  color: #74bd51;
  border: 2px solid #74bd51;
  background: #fff;
}

.Information_box .color_session p.commonLink.detail a {
  color: #1dccd8;
  border: 2px solid #1dccd8;
  background: #fff;
}

.Information_box .color_mini p.commonLink a::before {
  background: url(../img/common/vector_arrow_orange.png) no-repeat 50% 50%;
  background-size: cover;
}

.Information_box .color_open p.commonLink a::before {
  background: url(../img/common/vector_arrow_pink.png) no-repeat 50% 50%;
  background-size: cover;
}

.Information_box .color_evening p.commonLink a::before {
  background: url(../img/common/vector_arrow_purple.png) no-repeat 50% 50%;
  background-size: cover;
}

.Information_box .color_cultural p.commonLink a::before {
  background: url(../img/common/vector_arrow_green.png) no-repeat 50% 50%;
  background-size: cover;
}

.Information_box .color_session p.commonLink a::before {
  background: url(../img/common/vector_arrow_blue.png) no-repeat 50% 50%;
  background-size: cover;
}
.Information_box .color_night p.commonLink a::before {
  background: url(../img/common/vector_arrow_night.png) no-repeat 50% 50%;
  background-size: cover;
}
p.close {
	text-align: center;
	font-size: 18px;
}

@media screen and (max-width: 1099px) {
  .Information_box .schedule {
    padding: 30px 20px !important;
  }

  .Information_box .schedule .date {
    font-size: 26px;
  }

  .Information_box .schedule .date span.slash {
    font-size: 16px;
  }

  .Information_box .schedule p.commonLink {
    position: absolute;
    top: auto;
    bottom: -25px;
    width: 36px;
    right: 37%;
  }

  .Information_box .schedule p.commonLink a::before {
    right: 12px;
  }
}

.link_flex {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.popupBox .link_flex{
  margin-top: auto;
}
.link_flex p.commonLink {
  width: 450px;
  max-width: 100%;
}

.link_flex p.commonLink.first {
  margin-right: 20px;
}

.link_flex p.commonLink a {
  width: 450px;
}

.link_flex p.commonLink.first a {
  color: #f070a5;
  border: 2px solid #f070a5;
  background: #fff;
}

.link_flex p.commonLink.already a {
  color: #1dccd8;
  border: 2px solid #1dccd8;
  background: #fff;
}

.link_flex p.commonLink a::before {
  left: auto;
  right: 20px;
}

.link_flex p.commonLink.first a::before {
  background: url(../img/common/vector_arrow_pink.png) no-repeat 50% 50%;
  background-size: cover;
}

.link_flex p.commonLink.already ::before {
  background: url(../img/common/vector_arrow_blue.png) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1099px) {
  .link_flex p.commonLink {
    width: 100%;
    max-width: 100%;
  }
  .link_flex {
    display: block;
    margin-top: 50px;
  }

  .link_flex p.commonLink.already {
    margin-top: 10px;
  }

  .link_flex p.commonLink a {
    border-radius: 10px;
  }
}

/* モーダル */
.popupBox .detail_box {
  background: #fff;
  border-radius: 20px;
  height: 520px;
  padding: 120px 90px 90px 90px;
}

.popupBox .detail_box .detail_title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient(to right, #f070a5, #f070a5 6px, transparent 7px, transparent 2px);
  background-size: 10px 2px;
  background-position: right bottom;
  background-repeat: repeat-x;
  padding-bottom: 40px;
  margin-bottom: 50px;
  color: #f070a5;
}

.popupBox .detail_box.pink .detail_title {
  color: #f070a5;
  background-image: linear-gradient(to right, #f070a5, #f070a5 6px, transparent 7px, transparent 2px);
}

.popupBox .detail_box.yellow .detail_title {
  color: #f8a529;
  background-image: linear-gradient(to right, #f8a529, #f8a529 6px, transparent 7px, transparent 2px);
}

.popupBox .detail_box.green .detail_title {
  color: #74bd51;
  background-image: linear-gradient(to right, #74bd51, #74bd51 6px, transparent 7px, transparent 2px);
}

.popupBox .detail_box.blue .detail_title {
  color: #1dccd8;
  background-image: linear-gradient(to right, #1dccd8, #1dccd8 6px, transparent 7px, transparent 2px);
}

.popupBox .detail_box.purple .detail_title {
  color: #9e82d3;
  background-image: linear-gradient(to right, #9e82d3, #9e82d3 6px, transparent 7px, transparent 2px);
}
.popupBox .detail_box.night .detail_title {
  color: #4173c3;
  background-image: linear-gradient(to right, #4173c3, #4173c3 6px, transparent 7px, transparent 2px);
}

.popupBox .detail_box .detail_title::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 83px;
  background: url(../img/admission/opencampus/title_ornament.png) no-repeat 0% 0%;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
}

.popupBox .detail_box.pink .detail_title::after {
  background: url(../img/admission/opencampus/title_ornament_pink.png) no-repeat 0% 0%;
  background-size: cover;
}

.popupBox .detail_box.yellow .detail_title::after {
  background: url(../img/admission/opencampus/title_ornament_yellow.png) no-repeat 0% 0%;
  background-size: cover;
}

.popupBox .detail_box.green .detail_title::after {
  background: url(../img/admission/opencampus/title_ornament_green.png) no-repeat 0% 0%;
  background-size: cover;
}

.popupBox .detail_box.blue .detail_title::after {
  background: url(../img/admission/opencampus/title_ornament_blue.png) no-repeat 0% 0%;
  background-size: cover;
}

.popupBox .detail_box.purple .detail_title::after {
  background: url(../img/admission/opencampus/title_ornament_purple.png) no-repeat 0% 0%;
  background-size: cover;
}
.popupBox .detail_box.night .detail_title::after {
  background: url(../img/admission/opencampus/title_ornament_night.png) no-repeat 0% 0%;
  background-size: cover;
}

.popupBox .detail_box .detail_box_flex {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
}

.popupBox .detail_box .detail_box_flex img {
  width: 450px;
  margin-right: 70px;
}

.popupBox .detail_box .detail_box_flex .detail_txt .sub {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.popupBox .detail_box .detail_box_flex .detail_txt .sub::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f070a5;
  width: 15px;
  height: 2px;
}

.popupBox .detail_box.pink .detail_box_flex .detail_txt .sub::before {
  background: #f070a5;
}

.popupBox .detail_box.yellow .detail_box_flex .detail_txt .sub::before {
  background: #f8a529;
}

.popupBox .detail_box.green .detail_box_flex .detail_txt .sub::before {
  background: #74bd51;
}

.popupBox .detail_box.blue .detail_box_flex .detail_txt .sub::before {
  background: #1dccd8;
}

.popupBox .detail_box.purple .detail_box_flex .detail_txt .sub::before {
  background: #9e82d3;
}
.popupBox .detail_box.night .detail_box_flex .detail_txt .sub::before {
  background: #4173c3;
}

.popupBox .modal-content {
  overflow: hidden;
  width: 1100px;
  border-radius: 20px;
}

@media screen and (max-width: 1099px) {
  .popupBox .modal-content {
    width: 80%;
    height: 60%;
    overflow: scroll;
  }

  .popupBox .detail_box {
    padding: 40px 0 0px;
    height: auto;
  }

  .popupBox .detail_box .detail_title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .popupBox .detail_box .detail_title::after {
    width: 94px;
    height: 42px;
    /*right: 35%;*/
    top: -45px;
  }

  .popupBox .detail_box .detail_box_flex {
    display: block;
  }

  .popupBox .detail_box .detail_box_flex img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .popupBox .detail_box .detail_box_flex .detail_txt {
    margin-left: 25px;
  }
}

/* faq*/
/*タブ切り替え要素*/
.tabContents {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity .6s;
}

.tabContents.on {
  visibility: visible;
  height: auto;
  opacity: 1;
}

/*飾り部分*/
.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.tab-nav {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tab-nav li {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 10px;
  font-size: 16px;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  padding: 15px 0;
  box-shadow: 1px 1px 5px rgba(0,0,0, 0.10);
}

.tab-nav li.on {
  background: #ff9598;
  color: #fff;
}

.tab-nav li.on:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff9598;
}

.tab-nav li:last-child:nth-child(odd) {
  width: 100%;
  margin-right: 0;
}

.tab-nav li, .tab-nav li:last-child:nth-child(odd) {
  flex-grow: 1;
}

.tab-nav li:not(:last-child), .tab-nav li:last-child:nth-child(odd):not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1099px) {
  .tab-nav li {
    width: 100%;
    margin: 5px;
  }

  .tab-nav li.on:before {
    display: none;
  }

  .tab-nav li:not(:last-child), .tab-nav li:last-child:nth-child(odd):not(:last-child) {
    margin-right: 0;
  }
}

.tabContents .faq-list {
  text-align: left;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
  padding: 20px 40px;
  cursor: pointer;
}

.tabContents .faq-list dt {
  position: relative;
}

.tabContents .faq-list dt p {
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}

.tabContents .faq-list dt, .tabContents .faq-list dd {
  display: flex;
  align-items: baseline;
}

.tabContents .faq-list dt span, .tabContents .faq-list dd span {
  position: relative;
  top: 4px;
  font-size: 26px;
  color: #ff9598;
  margin-right: 30px;
  font-weight: bold;
}

.tabContents .faq-list dd {
  margin-top: 30px;
  padding: 30px 0 20px;
  ;
  background-image: linear-gradient(to right, #ff9598, #ff9598 5px, transparent 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: right top;
  background-repeat: repeat-x;
}

.tabContents .faq-list dd span {
  color: #f070a5 !important;
}

.tabContents .faq-list dt:before, .tabContents .faq-list dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: #ff9598;
  width: 16px;
  height: 2px;
  margin: auto;
}

.tabContents .faq-list dt:after {
  width: 24px;
  right: 0px;
}

.tabContents .faq-list dt:before {
  width: 2px;
  height: 24px;
  right: 0;
  margin-right: 11px;
}

.tabContents .faq-list dt.active:before {
  content: none;
}

@media (max-width: 1099px) {
  .tabContents .faq-list {
    padding: 30px 20px;
  }

  .faq-list dt, .tabContents .faq-list dd {
    align-items: center !important;
  }

  .faq-list dt p {
    font-size: 16px;
    line-height: 1.7;
  }


  .tabContents .faq-list dd span {
    display: none;
  }

  .tabContents .faq-list dt span, .tabContents .faq-list dd span {
    margin-right: 20px;
  }
}

 .tabContents .faq-list dd .list_div span{
  color: #666666 !important;
  font-size: 15px !important;
  font-weight: 500;
  display: block;
}
.tabContents .faq-list dd .list_div span:first-child{
  width: 140px;
}
.tabContents .faq-list dd .list_div.day span:first-child{
  width: 70px;
}
.tabContents .faq-list dd .list_div ul {
  margin-top: 15px;
}
.tabContents .faq-list dd .list_div ul li{
  display: flex;
}
.tabContents .faq-list dd .list_div ul li.pin{
  font-weight: bold;
  margin-top: 10px;
}
.tabContents .faq-list dd .list_div ul li.ml span:first-of-type{
  position: relative;
  left: 60px;
}
/* Scholarship */
.list {
  margin-top: 30px;
}

.list p.textLink a {
  margin-left: 15px;
}

div.section .list p.textLink {
  position: relative;
  margin-left: 20px;
}

div.section .list p.textLink::after {
  content: "●";
  position: absolute;
  top: 0;
  left: -20px;
  color: #f070a5;
}

.scholarship table th {
  vertical-align: top;
}

.scholarship table td {
  vertical-align: middle;
}

.scholarship colgroup {
  width: 100vw;
}

@media (max-width: 1099px) {
  .scholarship .zoomtableWrap01 {
    height: 161px;
  }
  .scholarship table.zoomtable {
    display: table !important;
  }
  .scholarship .zoomtableWrap {
    padding-bottom: 50px;
  }  
}

@media (max-width: 430px) {
  .scholarship .list p.textLink a {
    display: inline-block;
  }  
}

.scholarship .zoomtableWrap01 tr span {
  color: #666666;
  font-weight: normal;
  margin-left: 10px;
}

.scholarship .zoomtableWrap02 {
  /* overflow-x: scroll; */
  position: relative;
}

/* .scholarship .zoomtableWrap02.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #f070a5 #fff;
}

.scholarship .zoomtableWrap02.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scholarship .zoomtableWrap02.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.scholarship .zoomtableWrap02.scrollbar::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #f070a5;
} */

.scholarship .zoomtableWrap02 table {
  table-layout: fixed;
  /* width: 1430px; */
  margin-bottom: 10px;
  font-size: 12px;
}

.scholarship .zoomtableWrap02 table.table th,
.scholarship .zoomtableWrap02 table.table td{
  padding: 16px 15px;
}

@media (max-width: 1099px) {
  .scholarship .zoomtableWrap02 {
    height: 175px;
    overflow: hidden;
  }
  .scholarship .zoomtableWrap02 table.table th,
.scholarship .zoomtableWrap02 table.table td{
  padding: 14px 10px;
}

}

@media (min-width: 320px) and (max-width: 1099px) {
  .scholarship .zoomtableWrap02 table.zoomtable {
    -moz-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    display: block;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 333%;
    letter-spacing: -0.6px;
    margin: 0;
    font-size: 15px;
  }
}

.scholarship .zoomtableWrap02 thead {
  text-align: center;
}

.scholarship .zoomtableWrap02 tbody td {
  text-align: right;
}

.scholarship .zoomtableWrap02 .zoom {
  bottom: -65px;
}

@media (max-width: 1099px) {
  .scholarship .zoomtableWrap02 .zoom {
    bottom: 0;
  }
}

.scholarship .zoomtableWrap02 + p {
  margin-top: 20px;
}

.scholarship .bookBlock:nth-child(2) .balloon span {
  display: inline-block;
}

@media (min-width: 1100px) {
  .scholarship .bookBlock:nth-child(2) .balloon {
    padding: 10px 30px;
  }
}

.scholarship .bookBlock:nth-child(2) .list {
  margin-top: 10px;
  display: flex;
}

@media (max-width: 1099px) {
  .scholarship .bookBlock:nth-child(2) .list {
    display: block;
  }
}

.scholarship .bookBlock:nth-child(2) .list p.commonLink {
  width: auto;
  margin-top: 0;
}

.scholarship .bookBlock:nth-child(2) .list a {
  margin-left: 0;
  margin-right: 10px;
  width: 300px;
}

@media (max-width: 1099px) {
  .scholarship .bookBlock:nth-child(2) .list a {
    width: 100%;
  }
}

@media (max-width: 1099px) {
  .scholarship .zoomtableWrap03 {
    height: 69px;
  }
}

.scholarship .zoomtableWrap03 td p {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.scholarship .zoomtableWrap03 td span.c_pink {
  margin-right: 0.3em;
}

.scholarship + .popupBox table {
  text-align: left;
}

.scholarship + .popupBox #modal01 table tr span {
  color: #666666;
  font-weight: normal;
  margin-left: 10px;
}

@media (min-width: 1100px) {
  .scholarship + .popupBox #modal02 .modal-content {
  width: 1442px;
  max-width: 90%;
  height: 593px;
  max-height: 80%;
  }
  .scholarship + .popupBox #modal02 .scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #f070a5 #fff;
}

.scholarship + .popupBox #modal02 .scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scholarship + .popupBox #modal02 .scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.scholarship + .popupBox #modal02 .scrollbar::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #f070a5;
}

}

.scholarship + .popupBox #modal02 table,
.scholarship + .popupBox #modal03 table {
  width: 1430px;
}

.scholarship + .popupBox #modal02 table thead,
.scholarship + .popupBox #modal03 table thead {
  text-align: center;
}

.scholarship + .popupBox #modal02 table tbody td,
.scholarship + .popupBox #modal03 table tbody td {
  text-align: right;
}

.scholarship + .popupBox #modal04 table p {
  text-align: left;
}

.scholarship + .popupBox table th {
  vertical-align: top;
  padding: 14px 10px;
}

.scholarship + .popupBox table td {
  vertical-align: middle;
  padding: 14px 10px;
}


/* Guide */
p.commonLink.guide a {
  padding: 14px;
  background: #fff;
  color: #f070a5;
  border: 2px solid #f070a5;
  width: 380px;
}

p.commonLink.guide a::before {
  right: 20px;
  left: auto;
  background: url(../img/common/icon_pdf.png) no-repeat 50% 50%;
  background-size: cover;
  width: 17px;
  height: 19px;
}


@media (max-width: 1099px) {
  p.commonLink.guide a {
    width: 100%;
    /* border-radius: 15px; */
    line-height: 1.7;
  }
}
p.commonLink.application a {
	width: 380px;
}
p.commonLink.application a:before {
  right: 20px;
  left: auto;
  background: url(../img/common/icon_blank_white.png) no-repeat 50% 50%;
  background-size: cover;
  width: 19px;
  height: 19px;
	
}
p.commonLink.application {
	font-size: 2rem !important;
}

@media (max-width: 1099px) {
  p.commonLink.application a {
    width: 100%;
    /* border-radius: 15px; */
    line-height: 1.7;
		font-size: 2rem;
  }
}

/*資料請求・お問い合わせ */
.entry_form {
  margin-top: 30px;
}

p.tel {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 20px;
}

p.tel::after {
  content: "";
  width: 20px;
  position: absolute;
  left: 0;
  top: -3px;
  bottom: 0;
  margin: auto;
  background: #fff url(../img/admission/inquiry/img_tel.png) no-repeat 95% 50%;
  background-size: 20px 20px;
}

.entry_form .table_A {
  width: 100%;
  margin: 30px 0 40px;
  table-layout: fixed;
}

.entry_form .table_A td {
  display: block;
  width: 660px;
}

.entry_form .table_A th, .entry_form .table_A td {
  padding: 0 0px 20px;
  letter-spacing: 0;
  position: relative;
}

.entry_form .table_A th {
  width: 200px;
  font-weight: bold;
}

@media (max-width: 1099px) {
  .entry_form .table_A {
    width: 100%;
  }

  .entry_form .table_A th, .entry_form .table_A td {
    padding: 0 0px 10px;
  }
}

p.red, span.red {
  color: #c1272d;
  margin-left: 5px;
  display: inline-block !important;
  font-weight: normal;
}


.entry_form label {
  position: relative;
  margin: 0 20px 0px 5px;
  cursor: pointer;
}

@media (max-width: 1099px) {
  .entry_form label {
    /* display: block; */
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    height: 33px;
  }
}

.entry_form .radio_input {
  position: relative;
  margin: 0 30px 0px 5px;
  cursor: pointer;
  /* top: -17px; */
  height: 18px;
}

@media (max-width: 1099px) {
  .entry_form .radio_input {
    height: 22px;
  }
}

.entry_form .radio_input:before {
  position: absolute;
  z-index: 1;
  top: 0.6rem;
  left: 0.55rem;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background: #f070a5;
}

.entry_form .radio_input:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* @media (max-width: 1099px) {
  .entry_form .radio_input:before {
    top: -0.8rem;
  }
} */

.entry_form .radio_input:after {
  position: absolute;
  /* top: -1.8rem; */
  width: 2rem;
  height: 2rem;
  content: '';
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  background: #ffffff;
}

/* @media (max-width: 1099px) {
  .entry_form .radio_input:after {
    top: -1.4rem;
  }
} */

.entry_form .table_A input[type="text"], .entry_form .table_A input[type="email"], .entry_form .table_A input[type="tel"], .entry_form .table_A input[type="number"], .entry_form .table_A .entry_form .table_A input[type="button"], .entry_form .table_A input[type="submit"], .entry_form .table_A select, .entry_form .table_A button, .entry_form .table_A textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 40px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 35px;
  height: 70px;
  line-height: 70px;
  width: 660px;
  color: #666;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  font-size: 15px;
}

::placeholder {
  color: #b3b3b3 !important;
}

.entry_form .table_A input.w290 {
  width: 290px !important;
  margin-right: 5px;
}

.entry_form .table_A textarea {
  resize: none;
  height: 300px !important;
  line-height: 1.6;
  padding: 20px 40px;
}

.entry_form .table_A .komoku::after {
  position: absolute;
  top: 26px;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #f070a5;
  border-right: 2px solid #f070a5;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
}

.entry_form .table_A .komoku span {
  margin: 0 0 0 40px;
  display: block;
}

@media (max-width: 1099px) {
  .entry_form .table_A th, .entry_form .table_A td {
    display: block;
    width: 100%;
  }

  .entry_form .table_A input[type="text"], .entry_form .table_A input[type="email"], .entry_form .table_A input[type="tel"], .entry_form .table_A input[type="number"], .entry_form .table_A .entry_form .table_A input[type="button"], .entry_form .table_A input[type="submit"], .entry_form .table_A select, .entry_form .table_A button, .entry_form .table_A textarea {
    width: 100%;
    border-radius: 15px;
    padding: 0 20px;
  }

  .entry_form .table_A select {
    padding: 0 45px 0 20px;
  }

  .entry_form .table_A input.w290 {
    width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0;
  }
  /* .entry_form .radio_input {
    top: 15px;
  } */
  .entry_form .table_A .komoku span {
    margin: 10px 0 0 0;
  }  
  .entry_form .table_A textarea {
    padding: 20px;
  }  
}

.entry_form .confirm {
  position: relative;
  padding: 14px;
  background: #fff url(../img/common/vector_arrow_pink.png) no-repeat 95% 50%;
  background-size: 9px 4px;
  color: #f070a5;
  border: 2px solid #f070a5;
  width: 270px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
  transition: all 0.2s ease;
}

.entry_form .confirm.backBtn {
  background: #fff url(../img/common/vector_arrow_back_pink.png) no-repeat 5% 50%;
  background-size: 9px 4px;
}

.entry_form .confirm:hover {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
  transition: all 0.2s ease;
}

@media (max-width: 1099px) {
  .entry_form .confirm {
    width: 100%;
    box-sizing: border-box;
  }
}

.entry_form.confirmSec .btnList {
  display: flex;
  justify-content: center;
}
@media (max-width: 1099px) {
  .entry_form.confirmSec .btnList {
    display: block;
  }
}
.entry_form.confirmSec .btnList li:last-child {
  margin-left: 20px;
}
@media (max-width: 1099px) {
  .entry_form.confirmSec .btnList li:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
.entry_form.confirmSec .table_A th, .entry_form.confirmSec .table_A td {
  padding-top: 20px;
}
@media (max-width: 1099px) {
  .entry_form.confirmSec .table_A th, .entry_form.confirmSec .table_A td {
    padding-bottom: 5px;
  }  
  .entry_form.confirmSec .table_A td {
    padding-top: 0;
  }
}
p.commonLink.topBtn a {
  padding: 14px;
    background: #fff;
    color: #f070a5;
    border: 2px solid #f070a5;
}
p.commonLink.topBtn a::before {
  right: auto;
    right: 20px;
    background: url(../img/common/vector_arrow_pink.png) no-repeat 50% 50%;
    background-size: cover;
}

/* 学校説明会・オープンキャンパスお申し込みフォーム */
@media (max-width: 1099px) {
  div.h1Wrap.request .subNaviBlock {
    top: 85%;
  }
}

.request .entry_form {
  margin-top: 10px;
}

.request p.tel {
  margin-bottom: 10px;
}
.purpure a[href^="tel:"], .purpure a[href^="mailto:"] {
	padding: .2rem .2rem .2rem 4rem;
	border: 1px solid #dedede;
	border-radius: 3rem;
	margin: 0 .5rem;
	position: relative;
	white-space: nowrap;
  font-size: 1.8rem;
  min-width: 220px !important;
  text-align: center;
  display: inline-block;
}
.purpure a[href^="tel:"] img, .purpure a[href^="mailto:"] img {
	width: 19px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 2rem;
	top: 1.1rem;
}
.purpure ul li {
  position: relative;
}
.purpure ul li span {
  position: relative;
  top: -1.1rem;
  font-weight: 700;
  padding-right: 1rem;
}
.purpure ul li:nth-child(3), .purpure ul li:nth-child(4) {
  margin-top: 2rem;
  padding-left: 0;
}
/*20231206　アンナcss追加*/
#kengaku, #soudan {
	border-top: 200px solid transparent;
	margin-top: -200px;
}
@media (max-width: 1080px) and (orientation:landscape) {
	#kengaku, #soudan {
		border-top: 100px solid transparent;
		margin-top: -100px;
	}
}
@media (max-width: 969px) {
	#kengaku, #soudan {
		border-top: 100px solid transparent;
		margin-top: -100px;
	}
}

@media (max-width: 969px) {
	.scholarship + .popupBox table th, .scholarship + .popupBox table td {
		padding: .5rem;
	}
	.tableScrollBlock table {
		width: 1000px;
	}
}
/*2024.09.30 追加*/
.request_box.schedule {
	padding: 40px 20px;
	margin: 20px auto;
	text-align: center;
}
.request_box.schedule table {
	margin: 1rem auto;
	border-spacing: 5px;
	border-collapse: separate;
}
.request_box.schedule table td {
	text-align: left;
	padding: 1rem 2rem;
	border-radius: .5rem;
	background: rgba(240, 112, 165, .1);
}
.request_box.schedule table td span.c_pink {
	padding-right: 1rem;
}
.request_box.schedule table th {
	background: #f070a5;
	color: #fff;
	padding: 1rem;
	border-radius: .5rem;
}
@media screen and (max-width: 1099px) {
	.request_box.schedule table strong {
		font-size: 18px;
	}
	.request_box.schedule table {
		width: 100%;
		border-spacing: 10px;
	}
	.request_box.schedule, .request_box.schedule table td {
		padding: .5rem 1rem;
		font-size: 13px;
	}
	.request_box.schedule table tr:first-child {
		display: none;
	}
	.request_box.schedule table tr td {
		display: block;
		border-radius: 0;
	}
	.request_box.schedule table tr td:before {
		content: attr(aria-label);
		float: left;
		font-weight: bold;
		padding-right: .5rem;
		color: #f070a5;
	}
  .purpure ul li span {
    position: relative;
    text-align: center;
    display: block;
    left: 0;
    padding-right: 0;
  }
  .purpure ul li:nth-child(1), .purpure ul li:nth-child(2) {
    text-align: left;
  }
  .request_box.purpure ul li{
    position: relative;
    text-indent: 0;
    padding-left: 0;
  }
}