@charset "utf-8";

/* =============================================
  style
============================================= */
.content-tab ul li {
  width: 33.3%;
  background-color: #fff;
}
.anchor_path{ 
  justify-content: center;
  margin: 10px  0 0;
  text-align: center;
}
.anchor_path a{
  position: relative;
  text-decoration: underline;
}
.anchor_path a:hover{
  color:  var(--nikken-red);;
  text-decoration: none;
  opacity: 0.8;
}
.anchor_path a::before{
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -20px;
  width: 0.9em;
  height: 0.9em;
  margin: auto 0;
  content: ' ';
  background-color: #333;
  clip-path: polygon(5% 43%, 50% 86%, 94% 43%, 100% 49%, 50% 99%, 0 50%);
}
.anchor_path a:hover::before{
 background-color: var(--nikken-red);
}
.discunt-anchor {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 40px 0 50px;
}
.discunt-anchor li a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 20px;
  overflow: visible;
  background-color: #f1f1e9;
  border-radius: 30px;
  transition: all 0.2s ease;
}
.discunt-anchor li a:hover {
  top: 1px;
  opacity: 0.8;
}
.discunt-anchor li a img{
  margin-top: -45px;
}
.img-link {
  text-align: center;
}
.img-link a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  padding: 18px 35px 25px 40px;
  margin: 30px auto;
  overflow: visible;
  background-color: #fff;
  border: 1px solid var(--stus-red);
  border-radius: 30px;
  box-shadow: inset 0 0 0 3px #fff;
  transition: all 0.2s ease;
}
.img-link a:hover{
  opacity: 0.8;
}
.course_list_table tr td{
  padding: 20px;
}
.course_list_table tr > td:nth-child(1){
  width: 100%;
  background-color: #f1f1e9;
  border-top: none;
}
.course_list_table tr > td:nth-child(2) {
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
}
.course_list_table tr > td:nth-child(2) *{
  text-align: center;
}
.course_list_table td::before,
  .course_list_table td::before{
  content: none;
}
.stu-discount_coop .table_outline{
  display: none;
}
.table_price div{
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 40% 1fr;
  column-gap: 10px;
  align-items: center;
}
.stu-discount_stu .table_price div{
  grid-template-columns: min(40%, 12em) 1fr;
}
.type-general{
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  vertical-align: middle;
}
.type-stu{
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.type-coop{
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.stu-discount_coop .discount{
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: subgrid;
  grid-row: 1 / 3;
  grid-column: 1 / 3;
  align-items: center;
}
.stu-discount_coop .type-general{
  position: relative;
  z-index: 10;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding: 0 0 20px;
}
.stu-discount_coop .type-stu{
  grid-row: 2 / 2;
  grid-column: 1 / 2;
}
.stu-discount_coop .type-coop{
  position: relative;
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.stu-discount_coop .course-note,
.stu-discount_coop .link-details > a{
  display: none;
}
.course_list_table td.table_outline .course_text{
  display: block;
}
.table_price span {
  font-size: 0.6em;
}
.table_price span.price_type {
  position: relative;
   margin: 0 0 8px;
  font-size: 1.6rem;
  color: #6a6453;
}
.table_price li:first-child span.price_type {
  margin: 0 0 8px;
}
.table_price span.price_type::before {
  position: absolute;
  right: -2em;
  bottom: 0;
  left: -2em;
  width: 6em;
  height: 1px;
  margin: 0 auto;
  content: ' ';
  border: none;
  border-top: 2px dotted #6a6453;
}
.table_name h3{
  margin: 0 0 10px;
  color: #6a6453;
}
.table_name a {
  position: relative;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0 0 5px;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 0 1px rgb(0 0 0 / 10%);
  transition: all 0.2s ease;
}
.table_name a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto 0;
  content: " ";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="9" style="stroke-width:0;fill:%231c314f"/><path d="m9.11 13.71-1-1 2.7-2.71-2.7-2.71 1-1L12.82 10l-3.71 3.71z" style="fill:%23fff;stroke-width:0"/></svg>');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
  border-radius: 50%;
}
.table_name a:hover {
  top: 1px;
  color: var(--stus-red);
  opacity: 0.8;
}
.table_name a:hover::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="9" style="stroke-width:0;fill:%23f72b2b"/><path d="m9.11 13.71-1-1 2.7-2.71-2.7-2.71 1-1L12.82 10l-3.71 3.71z" style="fill:%23fff;stroke-width:0"/></svg>');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
}
.digital-pamphlet a{
  position: relative;

}
.digital-pamphlet a:hover{
  opacity: 0.8;
}
.digital-pamphlet a::before{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: -1px;
  vertical-align: middle;
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="logo" viewBox="0 0 20 20"><defs><style>.cls-1,.cls-2{stroke-width:0; fill:%235c5c5c}.cls-2{fill:%23fff}</style></defs><rect width="19" height="14" x=".9" y="3" class="cls-1" rx="2" ry="2"/><rect width="18" height="13" x=".4" y="2.5" class="cls-2" rx="1" ry="1"/><path d="M17.4 16h-16c-.83 0-1.5-.67-1.5-1.5v-11C-.1 2.67.57 2 1.4 2h16c.83 0 1.5.67 1.5 1.5v11c0 .83-.67 1.5-1.5 1.5ZM1.4 3c-.28 0-.5.22-.5.5v11c0 .28.22.5.5.5h16c.28 0 .5-.22.5-.5v-11c0-.28-.22-.5-.5-.5h-16Z" class="cls-1"/><path d="M2.9 5h3v3h-3z" class="cls-1"/><path d="M4.9 6v1h-1V6h1m1-1h-3v3h3V5Z" class="cls-1"/><path d="M2.9 10h4v1h-4z" class="cls-2"/><path d="M6.9 10h-4v1h4v-1z" class="cls-1"/><path d="M11.9 8h4v1h-4z" class="cls-2"/><path d="M15.9 8h-4v1h4V8z" class="cls-1"/><path d="M11.9 11h4v1h-4z" class="cls-2"/><path d="M15.9 11h-4v1h4v-1z" class="cls-1"/><path d="M11.9 5h4v1h-4z" class="cls-2"/><path d="M15.9 5h-4v1h4V5zM8.9 3h1v13h-1z" class="cls-1"/></svg>');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% auto;
  border-radius: 0;
}
.digital-pamphlet a:hover::before{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="logo" viewBox="0 0 20 20"><defs><style>.cls-1,.cls-2{stroke-width:0; fill:%23f72b2b}.cls-2{fill:%23fff}</style></defs><rect width="19" height="14" x=".9" y="3" class="cls-1" rx="2" ry="2"/><rect width="18" height="13" x=".4" y="2.5" class="cls-2" rx="1" ry="1"/><path d="M17.4 16h-16c-.83 0-1.5-.67-1.5-1.5v-11C-.1 2.67.57 2 1.4 2h16c.83 0 1.5.67 1.5 1.5v11c0 .83-.67 1.5-1.5 1.5ZM1.4 3c-.28 0-.5.22-.5.5v11c0 .28.22.5.5.5h16c.28 0 .5-.22.5-.5v-11c0-.28-.22-.5-.5-.5h-16Z" class="cls-1"/><path d="M2.9 5h3v3h-3z" class="cls-1"/><path d="M4.9 6v1h-1V6h1m1-1h-3v3h3V5Z" class="cls-1"/><path d="M2.9 10h4v1h-4z" class="cls-2"/><path d="M6.9 10h-4v1h4v-1z" class="cls-1"/><path d="M11.9 8h4v1h-4z" class="cls-2"/><path d="M15.9 8h-4v1h4V8z" class="cls-1"/><path d="M11.9 11h4v1h-4z" class="cls-2"/><path d="M15.9 11h-4v1h4v-1z" class="cls-1"/><path d="M11.9 5h4v1h-4z" class="cls-2"/><path d="M15.9 5h-4v1h4V5zM8.9 3h1v13h-1z" class="cls-1"/></svg>');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% auto;
}
.course-category-name{
  margin: 50px 0 20px;
  font-size: clamp(1.9rem, calc(1.014rem + 1.85vw), 2.4rem);
}
.discount,
.stu-discount_coop .type-coop{
  position: relative;
  padding: 15px 20px;
  background-color: #fbff8a;
  border-radius: 15px;
}
.stu-discount_stu ul.discount li.type-coop{
  font-size: 1.8rem;
  font-weight: normal;
  color: #333;
}
.stu-discount_stu ul.discount li.type-coop .price_type{
  /* font-size: 1.5rem;
  font-weight: normal; */
}
.stu-discount_coop .discount{
  padding: 0;
}
.stu-discount_coop .type-coop{
  padding: 25px 20px;
}
.discount::before,
.stu-discount_coop .type-coop::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 43px;
  height: 60px;
  margin: auto 0;
  content: ' ';
  background: url(../img/off.svg) no-repeat left top;
}
.table_price div p:first-child{
  line-height: 1.0;
}
.table_price ul.discount li,
span.type-stu-price{
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: var(--stus-red);
}
.table_price ul.discount li:last-child {
  margin: 0;
}

/* 生協 */
.stu-discount_coop .discount{
  background-color: transparent;
}
.stu-discount_coop .discount::before{
 content: none;
}
.stu-discount_coop .table_price ul.discount li.type-stu{
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: #333;
}
.stu-discount_coop span.type-stu-price{
 font-size: 1.6rem;
 font-weight: normal;
 color: #333;
 text-decoration: line-through;
 }
.course_list_table{
  margin-top: 0;
  border: none;
  border-bottom: 1px solid #cfcaba;
}
.course_list_table tr > td:nth-child(3) {
  font-size: 1.4rem;
  text-align: left;
  border-top: none;
}
.course_list_table tr > td:nth-child(3) p {
  font-size: 1.3rem;
  line-height: 1.6;
}
.course_list_table tr th {
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1;
  vertical-align: middle;
}
.course_list_table tr th,
.course_list_table tr > th:nth-child(1) {
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
  background-color: #fff;
}
.table_price div.campaign__wrap{
  position: relative;
  display: inline-block;
  width: auto;
  width: 17em;
  margin-bottom: 5px;
}

/* .table_price div.campaign__wrap::before,
.table_price div.campaign__wrap::after {
  position: relative; 
  position: absolute;
  top: 20px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 2.0em;
  margin: auto 0;
  content: "";
  background: #808080;
} */
.table_price div.campaign__wrap::before {
  left: 0;
  transform: rotate(-35deg);
}
.table_price div.campaign__wrap::after {
  right: 0;
  transform: rotate(35deg);
}
.table_price span.campaign{
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--stus-red);
}
.table_price span.campaign-price__normal{
  display: inline-block;
  margin-top: 15px;
  font-size: 1.4rem;
}
.campaign img{
  margin-top: -5px;
  margin-bottom: -10px;
}
.course_list_table td.table_price::before{
  content: none;
}
.taisyo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 10px 0;
  text-align: left;
}
.taisyo-list .group-name{
 /*  margin: 15px 0 10px; */
  text-align: center;

}
.taisyo-list .group-name a{
  color: var(--font-dark)
}
.taisyo-list li {
  margin: 0 0 3px;
  font-size: 1.6rem;
  text-align: left;
}
.taisyo-list .group-name a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 18px 15px 28px;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Verdana, Arial, sans-serif;
    color: #777;
    background-color: #fff;
    border: 1px solid #b1b1b1;
  }
  .taisyo-list .group-name a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 0.9em;
    height: 0.9em;
    margin: auto 0;
    content: ' ';
    background-color: #333;
    clip-path: polygon(5% 43%, 50% 86%, 94% 43%, 100% 49%, 50% 99%, 0 50%);
  }
  .taisyo-list .group-name a:hover{
    color: var(--nikken-red);
    border: 1px solid var(--nikken-red);
    opacity: 0.8;
  }
  .taisyo-list .group-name a:hover::before{
    background-color: var(--nikken-red);
  }
.anchor-path__list {
  grid-template-columns: repeat(1, 1fr);
}
.anchor-path__list li a {
  padding: 13px 18px 12px 28px;
  font-size: 1.4rem;
}
.box {
  margin: 50px 0 0;
}
.box-ttl {
  padding: 20px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #666;
  border-radius: 20px 20px 0 0;
}
.box-ttl a{
  color: #fff;
  text-decoration: none;
}
.course-note {
  margin: 10px 0;
  text-align: left;
}
.course-note .course-note__ttl {
  margin: 20px 0 5px;
}
.course-link {
  margin-top: 10px;
}
.text-link-box a .link-name {
  justify-content: flex-start;
}
.text-link-box {
  margin: 0 0 5px;
}
.price p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--stus-red);
}
.price p span {
  font-size: 1.5em;
}
.price-ex {
  margin-bottom: 45px;
  font-size: 1.6rem;
}
.price-ex > div{
  position: relative;
  padding: 10px;
  margin: 0 0 20px;
}
.price-ex > div::before{
  position: absolute;
	top: 0;
	left: 0;
  width: 40px;
	height: 100%;
  margin: auto 0;
  content: '';
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
  border-left: solid 4px #ccc;
}
.price-ex > div::after{
  position: absolute;
	top: 0;
	right: 0;
  width: 40px;
	height: 100%;
  margin: auto 0;
  content: '';
	border-top: solid 2px #ccc;
  border-right: solid 4px #ccc;
	border-bottom: solid 2px #ccc;
}
.price-ex .price-ex__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 30px auto 10px;
  color: #fff;
  background-color: #333;
  border-radius: 1005px;
}
.price-ex__name{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}
.price-ex__name span{
  display: inline-block;
}
.price-gakuwari__wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-gakuwari > .price-gakuwari__1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  color: var(--stus-red);
}
.price-gakuwari > .price-gakuwari__1 span {
  font-size: 0.7em;
}
.stus-link{
  margin :10px 0 0;
}
.stus-link a {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 18px;
  font-size: 2.0rem;
  text-decoration: underline;
  border: none;
  transition: all 0.2s ease;
}
.stus-link a strong{
  color: #06c;
}
.stus-link a + a{
  margin-left: 2em;
}
.stus-link a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
  content: " ";
  background: url(/nikken/students/img/arrow1.svg) no-repeat left top;
}
.stus-link a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.price-ex .link_arrow{
  justify-content: center;
  margin :10px 0 0;
  font-size: 2.0rem;
  line-height: 1.4;
}
.voice-cont{
  padding: 30px;
  margin: 50px 0 0;
  background-color: #f3f1ec;
}
.voice-cont .voice-cont__ttl{
  margin: 0 0 20px;
}
.voice-cont ul{
  gap: 15px;
}
.voice-cont li {
  padding: 15px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 20px;
}
.voice-cont li div {
  margin: 0 0 5px;
}
.voice-cont li p {
  font-size: 1.3rem;
}
.voice-cont li img {
  width: 120px;
  margin: 0 0 10px;
}
.apply-info {
  padding: 20px;
  margin: 50px 0 10px;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.apply-info__ttl{
  margin: 0 0 20px;
  font-size: 1.7rem;
  text-align: center;
}
.apply-info__ttl span{
  display: inline-block;
  padding: 0 10px 5px ;
  border-bottom: 1px dotted #333;
}
.apply-info .stus-link a{
  font-size: 1.6rem;
}
.flow{
  position: relative;
  margin: 30px 0 0;
  overflow: hidden;
}
.flow::after{
  position: absolute;
  top: 0;
  bottom: 25px;
  left: 20px;
  content: '';
  border: 1px solid #aaa9a9;
}
.flow li {
  position: relative;
  display: flex;
  padding-left: 4em;
  margin: 0 0 20px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: left;
}
.flow li div{
  flex: 1;
  padding-bottom: 15px;
  border-bottom: 1px dotted #333;
}
.flow li:last-child div{
  padding: 0;
  border: none;
}
.flow li .num {
  position: absolute;
  left: 0;
  z-index: 100;
  display: inline-block;
  font-family:  Arial;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--stus-red);
  background-color: #fff;
}
.flow li:last-child::before{
  position: absolute;
  top: -21px;
  left: 5px;
  z-index: 150;
  width: 32px;
  height: 22px;
  content: ' ';
  background: url(../img/flowarrow2.svg) no-repeat left bottom;
}
.btn-link {
  max-width: 800px;
  margin: 20px auto;
}
.price-box {
  position: relative;
  padding: 20px 35px 35px 30px;
  background-color: #faff75;
}
.price-box::before {
  position: absolute;
  inset: -5px 5px 5px -5px;
  content: "";
  border: 1px solid #333;
}
.price-box .content-section__lead {
  margin-bottom: 10px;
}
.hide-cont {
  position: relative;
  height: 400px;
  margin-top: -20px;
  overflow: hidden;
}
.hide-cont nav,
.hide-cont .course-category-name {
  display: none;
}

/* .hide-cont::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0 ;
  right: 0;
  background-color: rgba(168, 168, 168, 0.3);
  z-index: 100;
} */
.stu-price-list .coop-price {
  display: none;
}
.coop-price-list .stu-price {
  display: none;
}
.all-view {
  position: relative;
  z-index: 100;
  padding: 50px 0 0;
  margin-top: -50px;
  background: linear-gradient(
    to bottom,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 100%) 34%,
    rgb(255 255 255 / 100%) 98%
  );
}
.table_outline:has(.course_text:empty){
  vertical-align: middle;
  text-align: center;
}
.course_text:empty::before{
  margin: 0 auto;
  text-align: center;
  content: "―";
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px) {
  .price-gakuwari__wrap{
    flex-direction: column;
  }
  .taisyo-list ul{
    display: none;
  }
  .stus-link a + a{
    margin: 0;
  }
  .taisyo-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    max-width: 35em;
    margin: 0 auto;
  }
  .taisyo-list div{
    padding: 0;
    margin: 0;
  }
  .taisyo-list .group-name{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
  }
  .taisyo-list__wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 3;
    gap: 3px;
  }
  .taisyo-list .group-name a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 18px 15px 28px;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Verdana, Arial, sans-serif;
    color: #777;
    background-color: #fff;
    border: 1px solid #b1b1b1;
  }
  .taisyo-list .group-name a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 0.9em;
    height: 0.9em;
    margin: auto 0;
    content: ' ';
    background-color: #333;
    clip-path: polygon(5% 43%, 50% 86%, 94% 43%, 100% 49%, 50% 99%, 0 50%);
  }
  .taisyo-list .group-name a:hover{
    color: var(--nikken-red);
    border: 1px solid var(--nikken-red);
    opacity: 0.8;
  }
  .taisyo-list .group-name a:hover::before{
    background-color: var(--nikken-red);
  }
  .box{
    margin: 10px 0 0;
  }
  .box-ttl {
    padding: 0;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border-radius: 20px;
  }
  .box-ttl a{
    position: relative;
    display: block;
    padding: 15px;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    background-color: #666;
    border-radius: 20px;
    transition: all 0.1s ease;

  }
  .box-ttl a::before{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:%23fff;}</style></defs><rect class="cls-1" x="7" width="2" height="16"/><rect class="cls-1" y="7" width="16" height="2"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.2s ease;
  }
  .box-ttl a.open::before{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:%23fff;}</style></defs><rect class="cls-1" y="7" width="16" height="2"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .box-ttl a:hover{
    opacity: 0.8;
  }
  .table__wrap{
    display: none;
    padding: 10px 0 0;
  }
  .course_list_table_open{
    display: none;
  }
  .course_list_table_open::before,
  .course_list_table td.table_outline::before{
    content: none;
  }
  .table_name a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
  .course_list_table tr td{
    padding: 10px;
  }
  .course_list_table td.table_outline{
    margin: 0 10px 10px;
  }
  .table_price span.price_type{
    position: relative;
    display: block;
    margin-top: 0;
    border: none;
  }
  .table_price span.price_type::after{
    z-index: 10;
    display: block;
    width: 4em;
    height: 1px;
    margin: 0 auto;
    content: '';
    border-top: 2px dotted #6a6453;
  }
  .table_price span.price_type::before{
    content: none;
  }
  .discount{
/*     display: flex;
    flex-wrap: wrap; */
    gap: 0.5em;
  }
  .discount li{
    flex: 1 0 5em;
  }
  .table_price div{
    width: 100%;
  }
  .table_outline{
    text-align: center;
  }
  .table_outline:has(.course_text:empty){
    display: none;
  }
  .course_text:empty::before{
    content: none;
  }
  .course_list_table{
    border-bottom: none;
  }
  .text-link-box a{
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .text-link-box a .link-name p.link-name__s{
    width: 5em;
    padding: 5px;
    text-align: center;
  }
  .course-note{
    margin: 0 0 30px;
  }
  .link-name__main{
    flex: 1;
  }
  .table_price div.campaign__wrap{
    margin: 0 auto;
  }
  .table_price span.campaign{
    margin-top: 10px;
  }
}

/* PC----------------------------- */
@media screen and (width >= 768px) {
  .discunt-anchor {
    gap: 20px;
    margin: 30px 0 80px;
  }
  .discunt-anchor li a {
    padding: 35px 40px;
  }
  .discunt-anchor li a img{
    margin-top: -45px;
  }
  .img-link a{
    padding: 20px 20px 30px;
    margin: 30px auto;
  }
  .price-ex .price-ex__ttl{
    width: 500px;
    padding: 10px;
  }
  .flow::after{
    bottom: 5px;
  }
  .price-ex > div{
    padding: 0 50px;
  }
  .price-gakuwari__wrap{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .price-ex > div::before{
    position: absolute;
    top: 0;
    left: -20px;
    width: 5px;
    height: 70px;
    margin: auto 0;
    font-size: 70px;
    color: #ccc;
    content: '[';
    border: none;
  }
  .price-ex > div::after{
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 70px;
    margin: auto 0;
    font-size: 70px;
    color: #ccc;
    content: ']';
    border: none;
  }
  .price-ex > div{
    display: inline-block;
  }
  .price-ex {
    font-size: 1.7rem;
  }
  .price-gakuwari > .price-gakuwari__1 {
    font-size: 1.5em;
  }
  .voice-cont li {
    padding: 30px;
  }
  .voice-cont li div p {
    font-size: 1.5rem;
  }
  .voice-cont li img {
    width: 200px;
    margin: 20px 0 10px;
  }
  .course-category-name{
    margin: 100px 0 0;
  }
  .taisyo-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin: 10px 0;
    text-align: left;
  }
  .course_list_table tr > td:nth-child(1){
    width: 30%;
    background-color: #f1f1e9;
    border-top: 1px solid #cfcaba;
    border-right: 1px solid #f0f0f0;
  }
  .stu-discount_coop .course_list_table tr > td:nth-child(1){
width: 20%;
  }
  .course_list_table tr > td:nth-child(2) {
    width: 38%;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #cfcaba;
    border-right: 1px solid #e8e8e8;
  }
  .course_list_table tr > td:nth-child(3) {
    width: 30%;
    font-size: 1.4rem;
    text-align: left;
    border-top: 1px solid #cfcaba;
    border-right: 1px solid #e8e8e8;
  }
  .discount::before{
    left: -22px;
  }
  .apply-info {
    padding: 30px;
  }
}
@media screen and (width >= 1024px){

}
