@media (max-width: 767px) {
  .tag_line_title {
    font-size: 8vw;
    line-height: 1.6;
  }
}

.tag_line_title_sub {
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .tag_line_title_sub {
    font-size: 3.7333333333vw;
  }
}

.tbox-container {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .tbox-container {
    width: 100%;
  }
}
.tbox-ttl-a {
  position: relative;
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #f55;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .tbox-ttl-a {
    margin-bottom: 2.1333333333vw;
  }
}
.tbox-ttl-a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f55;
  position: absolute;
  left: 0;
  top: 50%;
}
.tbox-ttl-a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media (max-width: 767px) {
  .tbox-ttl-a span {
    font-size: 2.6666666667vw;
    background: #fff;
  }
}
.tbox-ttl-a span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E8FBF5;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.tbox-bnr {
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .tbox-bnr {
    margin: 40px auto 20px auto;
  }
}
.tbox-bnr img {
  width: 473px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .tbox-bnr img {
    width: 276px;
  }
}
.tbox-bnr__txt {
  margin-top: 16px;
  line-height: 1.625;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tbox-bnr__txt {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    letter-spacing: normal;
  }
}
.tbox-bnr__link {
  margin-top: 40px;
}
.tbox-bnr__link a {
  text-decoration: underline;
  color: #0c8;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width:768px) {
  .tbox-bnr__link a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .tbox-bnr__link {
    margin: 8vw 0 10vw;
  }
  .tbox-bnr__link a {
    font-size: 4.2vw;
  }
}
.tbox-desc {
  border-radius: 12px;
  border: 2px solid #0c8;
  padding: 40px 20px 30px 20px;
}
@media (max-width: 767px) {
  .tbox-desc {
    padding: 8vw 4.8vw 5.3333333333vw 4.8vw;
  }
}
.tbox-desc__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .tbox-desc__row {
    gap: 0 24px;
  }
}
@media (max-width: 767px) {
  .tbox-desc__row > img {
    width: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .tbox-desc__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .tbox-desc__item {
    width: 34.6666666667vw;
    text-align: center;
  }
  .tbox-desc__item img {
    width: 16vw;
  }
  .tbox-desc__item:last-child {
    height: calc(87/375*100vw);
  }
  .tbox-desc__item:last-child img {
    width: 13.3333333333vw;
  }
}
.tbox-desc__txt {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.35;
  font-weight: bold;
  color: #015e3a;
}
@media (max-width: 767px) {
  .tbox-desc__txt {
    font-size: 3.4666666667vw;
    margin-top: 0.8em;
  }
}
.tbox-desc__note {
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7777777778;
  word-break: break-all;
}
@media (max-width: 767px) {
  .tbox-desc__note {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .tbox-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .tbox-col {
    width: 48.828125%;
  }
}
.tbox-rad {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #0c8;
  padding: 0;
}
@media (max-width: 767px) {
  .tbox-rad {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .tbox-rad + .tbox-rad {
    margin-top: 5.3333333333vw;
  }
}
.tbox-rad__ttl {
  margin: 0;
  background: #0c8;
  color: #fff;
  font-size: 18px;
  line-height: 1.1111111111;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .tbox-rad__ttl {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.tbox-rad__body {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .tbox-rad__body {
    padding: 20px 24px;
  }
}
.tbox-rad__graph {
  text-align: center;
}
.tbox-rad__graph img {
  width: 308px;
}
.tbox-rad__graph a {
  transition: 0.25s opacity;
}
@media (hover: hover) {
  .tbox-rad__graph a:hover {
    opacity: 0.6;
  }
}
.tbox-rad__graph-item {
  position: relative;
  display: inline-block;
}
.tbox-rad__graph-item a {
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  bottom: 22.7272727273%;
  right: 0;
  background: #fff;
  opacity: 0;
  width: 25.974025974%;
  height: 12.3376623377%;
}
.tbox-rad__cap {
  font-size: 14px;
  margin-top: 0.5em;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .tbox-rad__cap {
    font-size: 3.2vw;
  }
}
.tbox-type > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.tbox-type > li + li {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .tbox-type > li + li {
    margin-top: 10px;
    padding-top: 16px;
  }
}
.tbox-type__img {
  width: 80px;
}
@media (max-width: 767px) {
  .tbox-type__img {
    width: 16vw;
  }
}
.tbox-type__img img {
  width: 100%;
}
.tbox-type__label {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.4em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tbox-type__label {
    font-size: 2.4vw;
  }
}
@media (min-width: 768px) {
  .tbox-type__wtxt {
    width: calc(100% - 100px);
  }
}
.tbox-type__wtxt dt {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #015e3a;
  margin-bottom: 0.4em;
}
.tbox-type__wtxt dt b {
  font-weight: bold;
}
@media (max-width: 767px) {
  .tbox-type__wtxt dt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .tbox-type__wtxt dt b {
    width: calc(100% - 20.2666666667vw);
    padding-top: 10px;
    font-size: 4.2666666667vw;
  }
}
.tbox-type__list {
  font-size: 14px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .tbox-type__list {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.tbox-type__list li {
  position: relative;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .tbox-type__list li {
    padding-left: 2.1333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.tbox-type__list li + li {
  margin-top: 0.3em;
}
.tbox-type__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  background: #0c8;
  border-radius: 100em;
}
@media (max-width: 767px) {
  .tbox-type__list li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.tbox-feature {
  margin-top: 80px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 75px 0;
  background: linear-gradient(to right, #e8fbf5 0%, #e4faf3 26.72%, #ccf5e7 100%);
}
@media (max-width: 767px) {
  .tbox-feature {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-top: 21.3333333333vw;
  }
}
.tbox-feature__ttl {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  color: #015e3a;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .tbox-feature__ttl {
    font-size: 7.4666666667vw;
  }
}
.tbox-feature__ttl2 {
  margin-top: 80px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  color: #015e3a;
  margin-bottom: 1.6666666667em;
}
@media (max-width: 767px) {
  .tbox-feature__ttl2 {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.tbox-feature__nav {
  border: 2px solid #00CC88;
  border-radius: 12px;
  padding: 36px 40px;
}
@media (min-width: 961px) {
  .tbox-feature__nav {
    background: url("../images/subjects/textbook/dotto.svg") 730px 50% no-repeat;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .tbox-feature__nav {
    padding: 6.9333333333vw 5.3333333333vw;
    margin-left: 10.1333333333vw;
    margin-right: 10.1333333333vw;
  }
}
@media (min-width: 961px) {
  .tbox-feature__col {
    width: 22.6935312831%;
  }
  .tbox-feature__col:first-child {
    width: 69.7773064687%;
  }
}
@media (min-width: 768px) {
  .tbox-feature__col:last-child .tbox-ttl-a__str::before {
    background: #ccf5e7;
  }
}
@media (max-width: 960px) {
  .tbox-feature__col .tbox-feature__list > li {
    margin-bottom: 10px;
  }
  .tbox-feature__col + .tbox-feature__col {
    margin-top: 30px;
    padding-top: 24px;
    background: url("../images/subjects/textbook/dotto_v.svg") 50% 0% no-repeat;
  }
}
.tbox-feature__label {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1111111111;
  text-align: center;
  color: #015e3a;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .tbox-feature__label {
    font-size: 3.7333333333vw;
  }
}
.tbox-feature__label2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: center;
  color: #015e3a;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .tbox-feature__label2 {
    font-size: 3.7333333333vw;
  }
}
.tbox-feature__label3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: normal;
  color: #015e3a;
}
@media (max-width: 767px) {
  .tbox-feature__label3 {
    font-size: 3.7333333333vw;
  }
}
.tbox-feature__sub {
  font-weight: normal;
  display: block;
  font-size: 11px;
}
@media (max-width: 767px) {
  .tbox-feature__sub {
    font-size: 2.9333333333vw;
  }
}
@media (min-width: 768px) {
  .tbox-feature__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 10px;
  }
  .tbox-feature__list > * {
    flex: 1;
  }
}
.tbox-feature__link {
  padding: 12px 6px;
  display: block;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: 0.25s opacity;
}
@media (max-width: 767px) {
  .tbox-feature__link {
    padding: 3.7333333333vw 6.4vw;
  }
}
@media (hover: hover) {
  .tbox-feature__link:hover {
    opacity: 0.8;
  }
}
.tbox-wicon {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tbox-wicon {
    margin-bottom: 2.1333333333vw;
  }
}
.tbox-icon {
  display: inline-block;
  color: #fff;
  min-width: 56px;
  background: #54CBE6;
  border-radius: 100em;
  line-height: 1.1;
  padding: 0.4em;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.tbox-icon.is-junior-high {
  background: #3B84E6;
}
@media (max-width: 767px) {
  .tbox-icon {
    min-width: 14.9333333333vw;
    font-size: 3.2vw;
    padding: 0.4em 0.4em;
  }
}
.tbox-icon.is-big {
  min-width: 78px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .tbox-icon.is-big {
    min-width: 16vw;
    font-size: 3.2vw;
  }
}
.tbox-icon-subject {
  background: #D0F0E4;
  border-radius: 100em;
  line-height: 1.1;
  padding: 0.4em 0.8em;
  color: #015E3A;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.tbox-icon-subject.is-big {
  min-width: 78px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .tbox-icon-subject {
    padding: 0.6em 0.8em;
    font-size: 2.6666666667vw;
  }
}
.tbox-toggle {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #00CC88;
  border-radius: 200em;
}
@media (max-width: 767px) {
  .tbox-toggle {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.tbox-toggle::before, .tbox-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #fff;
  border-radius: 100px;
}
.tbox-toggle::before {
  transition: 0.25s transform;
  transform: rotate(90deg);
}
.tbox-toggle::after {
  transform: rotate(0);
}
.tbox-toggle.is-open::before {
  transform: rotate(0);
}
@media (min-width: 768px) {
  .tbox-toggle::before, .tbox-toggle::after {
    top: 9px;
  }
  .tbox-toggle::before {
    left: 5px;
  }
}
.tbox-sec {
  position: relative;
  background: #fff;
  padding: 50px 40px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .tbox-sec {
    margin: 0 4vw;
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.tbox-sec.is-soon::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: url("../images/subjects/textbook/release_bach.svg") 0 0/contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .tbox-sec.is-soon::before {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.tbox-sec + .tbox-sec {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .tbox-sec + .tbox-sec {
    margin-top: 10.6666666667vw;
  }
}
.tbox-sec__hdr {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tbox-sec__hdr {
    margin-bottom: 8vw;
  }
}
.tbox-sec__ttl {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1.125;
  color: #015e3a;
}
@media (max-width: 767px) {
  .tbox-sec__ttl {
    font-size: 5.3333333333vw;
  }
}
.tbox-sec__meta {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
}
@media (max-width: 767px) {
  .tbox-sec__meta {
    gap: 0 0.8vw;
    margin-top: 3.73333vw;
  }
}


.tbox-sec__meta_spacer{
	display:none;
}
@media (max-width: 767px) {
	.tbox-sec__meta_spacer{
		display:block;
		width:100%;
	}
}

.tbox-sec__meta p {
  vertical-align: top;
}
@media (max-width: 767px) {
	.tbox-sec__meta > *{
		margin-top: 5px;
	}
}

.tbox-sec__meta > *:first-child {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tbox-sec__meta > *:first-child {
    margin-right: 2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .tbox-sec__meta > *.is-same {
    margin-right: 10px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .tbox-sec__meta > *.is-same {
    margin-left: -2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .tbox-sec__meta > *.is-space-left {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .tbox-sec__meta > *.is-space-left {
    margin-left:0;
  }
}



.tbox-sec__txt{
	margin-top:24px;
	font-size:16px;
	line-height:1.5;
}

@media (max-width: 767px) {
	.tbox-sec__txt{
		margin-top:32px;
		font-size:14px;
		line-height:1.42;
	}

}

.tbox-sitem__img figcaption,
.tbox-sec__fig figcaption {
  text-align: right;
  font-size: 11px;
}
.tbox-sec__fig figcaption {
  margin-top: .8em;
}
.tbox-sitem__img figcaption {
  padding-right: 16px;
}
.tbox-faq {
  margin-top: 40px;
  border-bottom: 1px solid #E0E5E4;
}
@media (max-width: 767px) {
  .tbox-sitem__img figcaption,
  .tbox-sec__fig figcaption {
    font-size: 2.8vw;
    text-align:center;
    padding-right:0;
    margin-top:10px;
  }
  .tbox-faq {
    margin-top: 8vw;
  }
}
.tbox-faq__item {
  border-top: 1px solid #E0E5E4;
}
.tbox-faq__c {
  border-radius: 100em;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #015E3A;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tbox-faq__c {
    font-size: 3.7333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    line-height: 6.4vw;
    padding-left: .2vw;
  }
}
.tbox-faq__q {
  position: relative;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.1111111111;
  color: #015e3a;
  gap: 0 8px;
  padding: 25px 0;
}
.tbox-faq__q.is-no-slide {
  cursor: default;
}
@media (max-width: 767px) {
  .tbox-faq__q {
    align-items: flex-start;
    gap: 2.1333333333vw;
    padding: 6.6666666667vw 0;
    font-size: 4.2666666667vw;
    line-height: 1.3;
  }
}
.tbox-faq__q .tbox-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tbox-faq__q .tbox-toggle {
    top: 6.9333333333vw;
    transform: translateY(0%);
  }
}
.tbox-faq__q b {
  width: calc(100% - 34px);
  padding-right: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .tbox-faq__q b {
    margin-top: .2em;
  }
}
@media (max-width: 767px) {
  .tbox-faq__q b {
    width: calc(100% - 9.0666666667vw);
    padding-right: 5.8666666667vw;
    padding-top: .26vw;
  }
}
.tbox-faq__a {
  display: none;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .tbox-faq__a {
    padding-bottom: 6.6666666667vw;
  }
}
.tbox-faq__list {
  font-size: 14px;
  letter-spacing: normal;
  margin-left: 4px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbox-faq__list {
    font-size: 3.7333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.tbox-faq__list li {
  position: relative;
  padding-left: 10px;
}
.tbox-faq__list li + li {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .tbox-faq__list li + li {
    margin-top: calc(10/375*100vw);
  }
  .tbox-faq__list li {
    padding-left: 2.6666666667vw;
  }
}
.tbox-faq__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  background: #0c8;
  border-radius: 100em;
}
@media (max-width: 767px) {
  .tbox-faq__list li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.tbox-faq__note {
  margin-top: 0.6em;
  font-size: 11px;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .tbox-faq__note {
    font-size: 2.9333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.tbox-sitem {
  padding: 36px 40px;
}
@media (min-width: 961px) {
  .tbox-sitem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .tbox-sitem__wtxt {
    width: 47.4537037037%;
  }
  .tbox-sitem__img {
    width: 47.4537037037%;
  }
}
@media (max-width: 960px) {
  .tbox-sitem__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 47.4537037037%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tbox-sitem {
    display: flex;
    flex-direction: column-reverse;
    padding: 8vw 5.3333333333vw;
    gap: 5.8666666667vw 0;
  }
  .tbox-sitem__img {
    margin-top: 0;
    max-width: 100%;
    text-align:center;
  }
  .tbox-sitem__img img {
    margin-left: auto;
    margin-right: auto;
    width: 53.3333333333vw;
  }
}
.tbox-sitem__ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #212423;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E5E4;
}
@media (max-width: 767px) {
  .tbox-sitem__ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
.tbox-sitem__wicon {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tbox-sitem__wicon {
    margin-bottom: 2.6666666667vw;
  }
}
.tbox-sitem__icon {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #015e3a;
  border-radius: 100em;
  background: #fff;
  min-width: 52px;
  line-height: 1.1;
  padding: 0.5em;
}
@media (max-width: 767px) {
  .tbox-sitem__icon {
    min-width: 12.8vw;
    font-size: 3.2vw;
    padding: 0.3em;
  }
}
.tbox-sitem__list {
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbox-sitem__list {
    font-size: 3.7333333333vw;
  }
}
.tbox-sitem__list li {
  position: relative;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .tbox-sitem__list li {
    padding-left: 2.1333333333vw;
  }
}
.tbox-sitem__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  background: #0c8;
  border-radius: 100em;
}
.tbox-slick {
  margin-top: 40px;
}
.tbox-slick .slick-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f3f5f4;
  border-radius: 12px;
}
.tbox-slick .slick-arrow {
  z-index: 20;
  background: url("../images/subjects/textbook/prev.svg") 0 0/contain;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .tbox-slick .slick-arrow {
    width: 8vw;
    height: 8vw;
    top: 26.6666666667vw;
  }
}
.tbox-slick .slick-arrow::before {
  display: none;
}
.tbox-slick .slick-arrow.slick-prev {
  background-image: url("../images/subjects/textbook/prev.svg");
}
@media (max-width: 767px) {
  .tbox-slick .slick-arrow.slick-prev {
    left: -2.6666666667vw;
  }
}
.tbox-slick .slick-arrow.slick-next {
  background-image: url("../images/subjects/textbook/next.svg");
}
@media (max-width: 767px) {
  .tbox-slick .slick-arrow.slick-next {
    right: -2.6666666667vw;
  }
}
.tbox-slick .slick-dots {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .tbox-slick .slick-dots {
    margin-top: 2.6666666667vw;
  }
}
.tbox-slick .slick-dots li {
  width: auto;
  height: auto;
  font-size: 10px;
}
.tbox-slick .slick-dots li button {
  overflow: hidden;
  text-indent: -999px;
  padding: 0;
  border: 0;
  vertical-align: top;
  font-size: 10px;
  width: 8px;
  height: 8px;
  background: #d9e0dc;
  border-radius: 100em;
}
.tbox-slick .slick-dots li button::before {
  display: none;
}
@media (max-width: 767px) {
  .tbox-slick .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.tbox-slick .slick-dots li.slick-active button {
  background: #00CC88;
}

.textbook .wpb_wrapper > .wpb_raw_code {
  margin-bottom: 0;
}

#contact .wpb_wrapper > .wpb_raw_code {
  margin-bottom: 32px;
}

.textbook .vc_column_container > .vc_column-inner {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 767px) {
  .textbook .vc_column_container > .vc_column-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media (max-width: 767px) {
  .textbook #contact .wpb_wrapper .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-child .tbox .footer-contact-area .l-parnership {
  max-width: 780px;
  padding: 30px;
}

@media (max-width: 767px) {
  .service-child .footer-contact-area .l-parnership h3 {
    font-size: 17px !important;
  }
  .wpb_row {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

[data-lightbox] {
  position: relative;
  display: inline-block;
}
[data-lightbox]::after {
  content: "";
  display: block;
  background: url("../images/subjects/textbook/zoom.svg") 0 0 / contain no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(70%,70%);
}

.lb-nav {
  display: none !important;
}

.lightbox {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px 0;
}

@media (max-width: 767px) {
	#primary-and-junior-high-school [data-lightbox]::after{
		bottom:28px;
		right:28px;
	}
}