/*
高校の学び用CSS
*/
.h3-cource {
  position: relative;
  margin: 0;
  font-size: 3rem;
  color: #5D0000;
}
.wrap-co-adv .h3-cource {
  color: #00380A;
}
.h3-cource span {
  padding-left: 10px;
  font-size: 2rem;
  letter-spacing: 1px;
}
.subtxt-h3-cource {
  position: relative;
  display: block;
  padding: 5px 0 10px 35px;
  font-size: 2rem;
  font-weight: bold;
}
.subtxt-h3-cource .dis-inb {
  display: inline;
}
.subtxt-h3-cource::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  left: 0;
  top: 20px;
  margin: auto;
}
.wrap-senior-pagelink {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.item-senior-pagelink {
  position: relative;
  display: block;
  width: calc(100% / 3 - 15px);
  background: #FBF2F2;
  padding: 10px 10px 25px 65px;
  color: #5D0000;
  font-size: 2.3rem;
  font-weight: bold;
}
.item-senior-pagelink:hover {
  background: #FFDEDE;
}
.item-senior-pagelink:nth-of-type(2) {
  background: #FCF9E6;
  color: #504B00;
}
.item-senior-pagelink:nth-of-type(3) {
  background: #F2FEF9;
  color: #00444B;
}
.item-senior-pagelink:nth-of-type(2):hover {
  background: #F0EBCC;
}
.item-senior-pagelink:nth-of-type(3):hover {
  background: #DDF4EA;
}
.item-senior-pagelink span {
  display: block;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
}
.item-senior-pagelink::after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #5D0000;
  border-right: 2px solid #5D0000;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
.item-senior-pagelink:nth-of-type(2)::after {
  border-color: #504B00;
}
.item-senior-pagelink:nth-of-type(3)::after {
  border-color: #00444B;
}
.item-senior-pagelink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  width: 43px;
  height: 39px;
  background: url('../images/senior/icn_pagelink_glo.png') no-repeat center / contain;
}
.item-senior-pagelink:nth-of-type(2)::before {
  background: url('../images/senior/icn_pagelink_nankan.png') no-repeat center / contain;
  width: 44px;
  height: 37px;
}
.item-senior-pagelink:nth-of-type(3)::before {
  background: url('../images/senior/icn_pagelink_sougou.png') no-repeat center / contain;
  width: 40px;
  height: 36px;
}
/*コース紹介*/
.sec-senior-cource {
  padding-top: 30px;
}
.h2-cource {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 3.4rem;
}
.h2-cource::before,.h2-cource::after {
  content: "";
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/deco_three_squares_thin.png) no-repeat center / contain;
  top: 15px;
  padding: 0 25px;
}
.h2-cource::before {
  transform: rotate(135deg);
}
.h2-cource::after {
  transform: rotate(-45deg);
  top: 16px;
  padding: 0 27px;
}
.wrap-s-cource {
  padding: 70px 0;
  background: #FBF2F2;
  scroll-margin-top: 50px;
}
.h4-cource {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.h4-cource>span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  min-width: 330px;
  font-size: 2.8rem;
  text-align: center;
}
.h4-cource::before, .h4-cource::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #000000;
}
/*tokucho*/
.wrap-cource-tokucho {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
  padding: 20px 0 50px 0;
}
.item-cource-tokucho {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 45px;
  width: calc(100% / 2 - 20px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.item-cource-tokucho::before {
  content: "01";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background: url(../images/senior/icn_tokucho_tab.png) no-repeat center / contain;
  padding-left: 13px;
  padding-top: 4px;
  font-size: 1.8rem;
  color: #fff;
  top: -10px;
  left: 20px;
  margin: auto;
}
.item-cource-tokucho:nth-child(2)::before {
  content: "02";
}
.item-cource-tokucho:nth-child(3)::before {
  content: "03";
}
.item-cource-tokucho:nth-child(4)::before {
  content: "04";
}
.item-cource-tokucho a {
  position: relative;
  float: right;
  padding-top: 10px;
}
.h5-cource {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(93, 0, 0, 0.52);
  text-align: center;
  font-size: 2.1rem;
  color: #5D0000;
}
.h5-cource>span {
  display: block;
}
/*manabi*/
.wrap-cource-manabi {
  position: relative;
  display: flex;
  justify-content: space-between;
  row-gap: 35px;
  flex-wrap: wrap;
}
.item-cource-manabi {
  position: relative;
  display: block;
  width: calc(100% / 3 - 28px);
}
.item-cource-manabi::before,
.item-cource-manabi::after {
  content: '';
  position: absolute;
  top: 17px;
  right: -28px;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: 1px solid #5D0000;
  border-right: 1px solid #5D0000;
  transform: translateY(-2px) rotate(45deg);
  box-sizing: border-box;
}
.item-cource-manabi::after {
  right: -23px;
}
.item-cource-manabi:nth-child(3)::before,
.item-cource-manabi:nth-child(3)::after {
  content: none;
}
.h5-cource-manabi {
  position: relative;
  display: block;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  padding: 8px 0 5px;
  margin: 0;
  background: rgba(154, 5, 5, 0.7);
}
.item-cource-manabi:nth-child(2) .h5-cource-manabi {
  background: rgba(107, 0, 0, 0.8);
}
.item-cource-manabi:nth-child(3) .h5-cource-manabi {
  background: rgba(93, 0, 0, 1);
}
.h5-cource-manabi+.txt-cmn-16 {
  padding-top: 15px;
}
.wrap-checkit {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #5D0000;
  margin-top: 80px;
  padding: 50px 50px 30px 50px;
}
.wrap-checkit::before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  border: 1px solid #5D0000;
}
.wrap-checkit::after {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  left: 20px;
  width: 111px;
  height: 44px;
  margin: auto;
  background: url(../images/senior/icn_check_tab.png) no-repeat center / contain;
}
.wrap-checkit .h4-cource {
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #868686;
  text-align: center;
  font-size: 2.6rem;
}
.wrap-checkit .h4-cource>span {
  padding: 0;
  min-width: 0;
  text-align: left;
  font-size: 2.6rem;
}
.wrap-checkit .h4-cource>span.h4-cource-s {
  font-size: 1.8rem;
}
.wrap-checkit .h4-cource::before,
.wrap-checkit .h4-cource::after {
  content: none;
}
.box-chekit {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 30px;
}
.box-chekit img {
  width: 320px;
}
.box-chekit .txt-chekit {
  width: calc(100% - 370px);
}
.h5-cource-check {
  position: relative;
  display: block;
  margin: 0;
  font-size: 1.8rem;
}
.h5-cource-check+.txt-cmn-16 {
  padding-bottom: 15px;
}
.box-s-cource .wrap-btn-two {
  padding-top: 70px;
}
/* nankan brown*/
.wrap-s-cource.wrap-s-cource-nankan {
  background: #E1DFCE;
}
.wrap-s-cource-nankan .h3-cource,
.wrap-s-cource-nankan .h5-cource{
  color: #504B00;
}
.wrap-s-cource-nankan .item-cource-tokucho::before {
  background: url(../images/senior/icn_tokucho_tab_brown.png) no-repeat center / contain;
}
.wrap-s-cource-nankan .h5-cource {
  border-color: rgba(80, 75, 0, 0.52);
}
.wrap-s-cource-nankan .h5-cource>span {
  display: inline-block;
}
.wrap-s-cource-nankan .h5-cource-manabi {
  background: rgba(80, 75, 0, 0.6);
}
.wrap-s-cource-nankan .item-cource-manabi:nth-child(2) .h5-cource-manabi {
  background: rgba(80, 75, 0, 0.8);
}
.wrap-s-cource-nankan .item-cource-manabi:nth-child(3) .h5-cource-manabi {
  background: rgba(80, 75, 0, 1);
}
.wrap-s-cource-nankan .wrap-checkit,
.wrap-s-cource-nankan .wrap-checkit::before {
  border-color: #504B00;
}
.wrap-s-cource-nankan .wrap-checkit::after {
  background: url(../images/senior/icn_check_tab_brown.png) no-repeat center / contain;
}
/* sougou green*/
.wrap-s-cource.wrap-s-cource-sougou {
  background: rgba(206, 225, 218, 0.7);
}
.wrap-s-cource-sougou .h3-cource,
.wrap-s-cource-sougou .h5-cource{
  color: #00444B;
}
.wrap-s-cource-sougou .item-cource-tokucho::before {
  background: url(../images/senior/icn_tokucho_tab_green.png) no-repeat center / contain;
}
.wrap-s-cource-sougou .h5-cource {
  border-color: rgba(0, 68, 75, 0.52);
}
.wrap-s-cource-sougou .h5-cource span {
  /*display: inline-block;*/
}
.wrap-s-cource-sougou .h5-cource-manabi {
  background: rgba(0, 68, 75, 0.6);
}
.wrap-s-cource-sougou .item-cource-manabi:nth-child(2) .h5-cource-manabi {
  background: rgba(0, 68, 75, 0.8);
}
.wrap-s-cource-sougou .item-cource-manabi:nth-child(3) .h5-cource-manabi {
  background: rgba(0, 68, 75, 1);
}
.wrap-s-cource-sougou .wrap-checkit,
.wrap-s-cource-sougou .wrap-checkit::before {
  border-color: #00444B;
}
.wrap-s-cource-sougou .wrap-checkit::after {
  background: url(../images/senior/icn_check_tab_green.png) no-repeat center / contain;
}
/*table*/
.table-check {
  width: 100%;
  padding-top: 25px;
}
.table-check table {
  width: 100%;
  border-collapse: collapse;
  
  font-size: 1.5rem;
}
.table-check table th {
  background: #E2ECED;
  color: #00444B;
  font-size: 1.6rem;
}
.table-check table th,.table-check table td {
  border-right: 1px solid #A4A4A4;
  padding: 7px 7px 5px;
}
.table-check table th:last-of-type,.table-check table td:last-of-type {
  border-right: none;
}
.table-check table td {
  border-bottom: 1px solid #A4A4A4;
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .h3-cource {
    font-size: 2.5rem;
  }
  .h3-cource span {
    font-size: 1.6rem;
  }
  .subtxt-h3-cource {
    padding: 0;
    font-size: 1.7rem;
  }
  .subtxt-h3-cource::before {
    content: none;
  }
  .subtxt-h3-cource+.h3-cource {
    padding-top: 10px;
  }
  .wrap-senior-pagelink {
    justify-content: center;
    gap: 20px;
  }
  .wrap-senior-pagelink::after {
    content: "";
    position: relative;
    display: block;
    width: calc(100% / 2 - 15px);
    max-width: 320px;
    height: 1px;
  }
  .item-senior-pagelink {
    width: calc(100% / 2 - 15px);
    max-width: 320px;
    padding: 10px 10px 25px 60px;
    font-size: 2rem;
  }
  .item-senior-pagelink span {
    font-size: 1.3rem;
  }
  .item-senior-pagelink::before,
  .item-senior-pagelink:nth-of-type(3)::before {
    width: 35px;
    height: 35px;
    left: 12px;
  }
  .item-senior-pagelink:nth-of-type(2)::before {
    width: 38px;
    height: 38px;
  }
  .h2-cource {
    font-size: 2.8rem;
  }
  .h2-cource::before, .h2-cource::after {
    top: 12px;
  }
  .wrap-s-cource {
    padding: 60px 0;
    scroll-margin-top: 0px;
  }
  .wrap-cource-tokucho {
    padding-top: 10px;
  }
  .item-cource-tokucho {
    padding: 35px 25px;
  }
  .h4-cource>span {
    font-size: 2.4rem;
  }
  .h5-cource {
    padding-bottom: 5px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .wrap-checkit {
    margin-top: 60px;
    padding: 40px 35px 30px ;
  }
  .box-chekit img {
    width: 290px;
  }
  .box-chekit .txt-chekit {
    width: calc(100% - 320px);
  }
}
/*-------------------------------------------------
break point 800px SP
--------------------------------------------------*/
@media only screen and (max-width: 800px) {
  .wrap-cource-tokucho,.wrap-cource-manabi {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  .wrap-cource-manabi {
    row-gap: 45px;
  }
  .item-cource-tokucho {
    width: 100%;
    padding: 25px 25px;
  }
  .item-cource-manabi {
    width: 100%;
  }
  .item-cource-manabi::before, .item-cource-manabi::after{
    top: auto;
    bottom: -23px;
    left: 0;
    right: 0;
    transform: translateY(-2px) rotate(135deg);
  }
  .item-cource-manabi::after {
    bottom: -29px;
  }
  .wrap-checkit .h4-cource {
    font-size: 2.2rem;
  }
  .wrap-checkit .h4-cource>span {
    font-size: 2.2rem;
  }
  .wrap-checkit .h4-cource>span.h4-cource-s {
    font-size: 1.6rem;
  }
  .box-chekit {
    row-gap: 30px;
    padding-top: 20px;
  }
  .box-chekit .txt-chekit,.box-chekit img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .box-s-cource .wrap-btn-two {
    padding-top: 50px;
  }
  .item-senior-pagelink {
    padding: 10px 10px 25px 55px;
  }
  .h5-cource-manabi {
    font-size: 2rem;
  }
}
/*-------------------------------------------------
break point 620px SP
--------------------------------------------------*/
@media only screen and (max-width: 620px) {
  .sec-senior-cource {
    padding-top: 0;
  }
  .wrap-senior-pagelink {
    row-gap: 20px;
  }
  .item-senior-pagelink {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 15px 25px 15px 65px;
    font-size: 1.9rem;
  }
  .item-senior-pagelink::after {
    top: 0;
    bottom: 0;
    right: 15px;
    left: auto;
  }
  .wrap-s-cource {
    padding: 45px 0;
  }
  .h3-cource {
    text-align: center;
    font-size: 2.2rem;
  }
  .h3-cource span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
  }
  .subtxt-h3-cource {
    padding-top: 5px;
    font-size: 1.5rem;
    text-align: center;
  }
  .subtxt-h3-cource .dis-inb {
    display: block;
  }
  .h4-cource {
    margin: 15px 0 5px;
  }
  .h4-cource>span {
    font-size: 2rem;
  }
  .h4-cource::before, .h4-cource::after {
    content: none;
  }
  .wrap-cource-tokucho {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .h5-cource {
    font-size: 1.8rem;
  }
  .item-cource-tokucho::before {
    width: 33px;
    height: 30px;
    top: -7px;
    left: 15px;
    padding-left: 5px;
    padding-top: 2px;
    font-size: 1.4rem;
    text-align: center;
  }
  .h5-cource-manabi {
    font-size: 1.8rem;
  }
  .wrap-checkit::before {
    content: none;
  }
  .wrap-checkit::after {
    width: 95px;
    height: 37px;
  }
  .wrap-checkit {
    margin-top: 40px;
    padding: 35px 30px 25px;
  }
  .box-s-cource .wrap-btn-two {
    padding-top: 30px;
  }
  .wrap-checkit .h4-cource,
  .wrap-checkit .h4-cource>span {
    font-size: 1.9rem;
  }
  .wrap-checkit .h4-cource>span.h4-cource-s {
    font-size: 1.4rem;
  }
  .h5-cource-check {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .h3-cource {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.4;
  }
  .h3-cource span {
    display: block;
    padding: 0;
    font-size: 1.4rem;
  }
  .subtxt-h3-cource {
    padding-top: 10px;
    font-size: 1.4rem;
  }
  .subtxt-h3-cource+.h3-cource {
    padding-top: 15px;
  }
  .wrap-checkit {
    margin-top: 25px;
    padding: 35px 15px 25px;
  }
}