


/*tips*/

.lp-individual-5 .col .bottom .tips {
  flex-wrap: wrap;
}

.lp-individual-5 .col .bottom .tips .tip {
  width: 49%;
  display: block;
  margin-top: 20px;
  padding: 0;
  background: #fff;
  color: #333;
  border: 2px solid #35a3dd;
}

.lp-individual-5 .col .bottom .tips .tip .tip-content {
  max-width: 100%;
  text-align: left;
  padding: 0 20px 20px;
}

.lp-individual-5 .col .bottom .tips .tip:nth-child(1) {
  border-color: #045eae;
}

.lp-individual-5 .col .bottom .tips .tip:nth-child(1) .tip-ttl {
  background: #045eae;
}

.tip-ttl {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 10px;
  background: #33a3dd;
  color: #fff;
  padding: 5px;
}

.lp-section-title p {
  max-width: 1300px;
}

@media (max-width:800px) {
  .lp-individual-5 .col .bottom .tips .tip {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    color: #333;
  }

  .lp-individual-10 .word .ttl {
    text-align: left;
  }

  span.sp-wrap {
    display: inline-block;
  }
}



.lp-individual-10 .word .ttl {
  line-height: 1.2;
}


.lp-course-wrap {
  padding: 45px 0;
}

/*safety*/
.athome-wrap {
  width: 100%;
  padding: 35px 20px;
  /* box-shadow: 1px 1px #333; */
}

.safety-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
  flex-wrap: wrap;
  max-width: 1340px;
  margin: 0 auto;
}

.content-l,
.content-r {
  padding: 0 10px;
}

.safety-content h2 {
  line-height: 1.2;
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.safety-content h2 span {
  background: linear-gradient(transparent 80%, #ffd720 80%);
}

.athome-note {
  font-size: 90%;
  line-height: 1.4;
  display: inline-block;
}

.athome-content .btn2 a {
  background: #fff;
  color: #004883;
  font-size: 14px;
  padding: 14px;
  justify-content: space-between;
}

.athome-content .btn2 a:hover {
  background-color: #ffd720;
}

.safety-item {
  width: 32%;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #fff;
  color: #004883;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
}

.safety-content .safety-item:nth-child(1)::before {
  content: "1";
}

.safety-content .safety-item:nth-child(2)::before {
  content: "2";
}

.safety-content .safety-item:nth-child(3)::before {
  content: "3";
}

.safety-content .safety-item::before {
  font-size: 25px;
  display: block;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #004883;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

.safety-item p {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: center;
}

.safety-item img {
  max-width: 270px;
  width: 100%;
  height: auto;
}

.safety-item figure {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.safety-sub {
  text-align: center;
  width: 100%;
}

@media(max-width:960px) {

  .safety-content h2 {
    margin-bottom: 20px;
  }
}


@media(max-width:768px) {
  .safety-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .safety-content {
    flex-direction: column;
  }

  .safety-content h2 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media(max-width:460px) {
  .safety-content h2 {
    font-size: 20px;
  }

  .safety-content h2 span.txt-wrap {
    display: inline-block;
  }

  .safety-item figure {
    width: 100%;
  }
}

figure.tip-img {
  padding: 20px;
}

figure.tip-img > img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*table*/

.lp-individual-6 .inner {
  padding: 30px 30px 60px;
}

.open-table {
  margin: 30px auto 0;
}

.open-table > table {
  width: 100%;
	table-layout: fixed;
}

.open-table > table span {
  color: #e02f2f;
  font-weight: 700;
}

.open-table > table .note {
  color: #333;
  font-size: 80%;
  line-height: 1.4;
  display: inline-block;
  font-weight: 400;
}

.open-table > table .table-mark {
  text-align: center;
  color: #666;
  display: block;
}

.open-table > table th,
.open-table > table td {
  border: 1px solid #c5c5c5;
  padding: 5px 10px;
  vertical-align: middle;
}

.open-table > table td {
  background: #fff;
  line-height: 1.4;
}

.open-table > table th {
  text-align: center;
  font-weight: 700;
  background: #2355a0;
  color: #fff;
}

.open-table > table th:first-child {

  width: 20%;
}

.open-table > table thead th {
  padding: 2px;
}

.class {
  width: 23%;
}

.open-table > table .note {
  font-size: 80%;
}

.target,
.class,
.subject {
  text-align: center;
}

/*.course-wrap:last-child {
  padding-top: 30px;
}
*/

.open-table .note-whs {
  font-size: 70%;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
}

/*tab*/

.tab-content {
  margin: 60px auto 0;
}

.schedule-note {
  padding-left: 1em;
}

.schedule-note li {
  position: relative;
  font-size: 12px;
}

ul.schedule-note li::before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 0;
}


.tab-body {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .tab-body {
    margin-bottom: 30px;
  }
}

.tab-body.tab-body .head {
  font-size: 24px;
  width: 100%;
  line-height: 1.4;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

@media (max-width: 900px) {
  .tab-body.tab-body .head {
    font-size: 20px;
  }
}

@media (max-width: 700px) {

  .tab-body.tab-body .head {
    font-size: 18px;
  }
}

.tab-body.tab-body .head .date {
  display: flex;
  align-items: center;
  border: 1px solid #342506;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 1em;
}

@media (max-width: 650px) {
  .tab-body.tab-body .head .date {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 650px) {

  .tab-body.tab-body .head {
    display: block;
    text-align: left;
    font-size: 16px;
  }
}


.tab-body .tab-item {
  width: 100%;
  display: none;
}

.tab-body .tab-item p.note {
  font-size: 16px;
  margin-top: 20px;
}

.tab-body .tab-item .table-one table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #342506;
  line-height: 1.3;
}

.tab-body .tab-item .table-one table th {
  white-space: nowrap;
  padding: 5px 10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-one table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-one table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-one table td {
  padding: 5px 10px;
  border: 1px solid #342506;
  vertical-align: middle;
}

.tab-body .tab-item .table-one table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-one table td.content {
  text-align: left;
}

.tab-body .tab-item .table-one table td.grade {
  min-width: 67px;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-one table td.course {
  min-width: 67px;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-one table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item .table-two:not(:first-child) {
  margin-top: 30px;
}

.tab-body .tab-item .table-two table {
  width: 100%;
  border: 1px solid #342506;
}

.tab-body .tab-item .table-two table th {
  white-space: nowrap;
  padding: 5px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-two table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-two table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-two table td {
  padding: 10px 10px;
  border: 1px solid #342506;
  vertical-align: middle;
}

.tab-body .tab-item .table-two table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-two table td.content {
  text-align: left;
}

.tab-body .tab-item .table-two table td.grade {
  min-width: 67px;
  text-align: center;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-two table td.course {
  min-width: 67px;
  text-align: center;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-two table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item .table-two table td.space {
  background-color: #d1d2d4;
}

@media (max-width: 650px) {
  .tab-body .tab-item .table-box {
    overflow-x: scroll;
  }
}

.tab-body .tab-item .table-three {
  width: 100%;
}

.tab-body .tab-item .table-three table {
  width: 100%;
}

@media (max-width: 650px) {
  .tab-body .tab-item .table-three table {
    min-width: 650px;
  }

  .tab-body .tab-item .table-one table {
    min-width: 650px;
  }

  .tab-body .tab-item .table-two table {
    min-width: 650px;
  }
}

.tab-body .tab-item .table-three .top dl {
  width: 100%;
  display: flex;
  color: #fff;
  margin-bottom: 10px;
}

.tab-body .tab-item .table-three .top dl dt {
  background: #342506;
  font-weight: bold;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
}

.tab-body .tab-item .table-three .top dl dd {
  display: flex;
  align-items: center;
  background: #49340f;
  width: 100%;
  padding: 10px 10px;
}

.tab-body .tab-item .table-three:not(:first-child) {
  margin-top: 30px;
}

.tab-body .tab-item .table-three table {
  width: 100%;
  border: 1px solid #342506;
  line-height: 1.4;
}

.tab-body .tab-item .table-three table th {
  white-space: nowrap;
  padding: 10px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-three table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-three table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-three table .line {
  border-top: 2px solid #342506;
}

.tab-body .tab-item .table-three table td {
  padding: 10px 10px;
  border: 1px solid #342506;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.tab-body .tab-item .table-three table td.bgcolor {
  background: #f3f3f3;
}

.tab-body .tab-item .table-three table td.school,
.tab-body .tab-item .table-three table td.unit {
  width: auto;
  min-width: 91px;
}

.tab-body .tab-item .table-three table td hr {
  margin: 0.5em auto;
}

.tab-body .tab-item .table-three table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-three table td.content {
  text-align: left;
}

.tab-body .tab-item .table-three table td.grade {
  min-width: 67px;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-three table td.course {
  min-width: 67px;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-three table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item.active {
  display: block;
}

.tab-body .tab-item img {
  width: 100%;
  height: auto;
  display: block;
}

.class {
  width: 19%;
}

.subject {
  width: 13%;
}

.tab-item .lp-section-title {
  margin: 40px auto 20px;
}

.lp-individual-11 .school {
  margin: 0;
}

.school .lp-section-title {
  margin-bottom: 20px;
}

.open-para {
  margin-top: 20px;
}

/*headding*/
.lp-course-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: .5em;
  border-left: 6px solid;
  color: #2455a0;
  margin: 20px auto 15px;
}


/*course-flex*/
course-wrap-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.course-wrap-flex div {
  width: 55%
}

.course-wrap-flex img {
  width: 40%;
}

.course-wrap-flex h3 {
  width: 100%;
}

@media (max-width:700px) {
  .feature .course-wrap-flex {
    flex-direction: column;
  }

  .course-wrap-flex div,
  .course-wrap-flex img {
    width: 100%;
  }

  .course-wrap-flex img {
    margin-top: 20px;
  }
}

/*spacial*/
.special .course-wrap {
  width: 49%;
  background: #ffffff;
  padding: 20px;
  border-radius: 11px;
  border: 2px solid #2555a0;
  margin-bottom: 0;
}

.special .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.special .course-wrap h3 {
  text-align: center;
  border: none;
  margin: 0 auto 10px;
}

.special .lp-section-title,
.inner > .innner {
  width: 100%;
}

.special inner {
  margin-bottom: 60px;
}

.special-disc {
  margin-bottom: 20px;
}

/*individual-2*/
.point-img {
  margin-bottom: 10px;
}

.lp-group-list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.lp-group-list .list-content {
  width: 32%;
  border: 2px solid #2555a0;
  padding: 20px;
  line-height: 1.4;
}

.list-content h3 {
  font-size: 120%;
  text-align: center;
  margin-bottom: 0.5em;
  color: #2555a0;
}

.list-content h3 > span {
  display: inline-block;
}

.lp-individual-2 {
  position: relative;
}

.lp-individual-2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 75px 0 75px;
  border-color: #2555a0 transparent transparent transparent;
  position: absolute;
  top: -20px;
  left: calc(50% - 75px);
}

@media (max-width:700px) {
  .lp-group-list .list-content {
    width: 100%;
    margin-bottom: 10px;

  }

  .lp-individual-2::before {
    border-width: 30px 60px 0 60px;
    left: calc(50% - 60px);
  }
}


.ac-item {
  margin: 15px auto;
}

.course-pay .ac-item:last-child {
  margin-bottom: 0;
}

.ac-item h4 {
  height: 50px;
  background: #eee;
  color: #333;
  padding: 10px;
  position: relative;
  padding-right: 20px;
  border: 1px solid #dccc;
  border-radius: 5px;
  cursor: pointer;
}

.ac-item i svg {
  color: #666;
  width: 10px;
  height: 20px;
  transform: rotate(90deg);
  transition: .2s ease;
}

.ac-item i {
  position: absolute;
  top: 10px;
  right: 20px;
}

.open i svg {
  transform: rotate(-90deg);
  transition: .2s ease;
}

.course-pay {
  width: 100%;
}

.item-inner {
  background: #eee;
  padding: 20px;
}

.item-inner dt,
.item-inner dd {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  flex-wrap: wrap;
}

.item-inner dd .note {
  display: block;
  width: 100%;
  font-size: 80%;
}

.item-inner dt {
  width: 15%;
  background: #2355a0;
  color: #fff;
  font-weight: 600;
}

.item-inner dd {
  width: 85%;
}

.item-inner dl {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special .tab-content {
  FONT-WEIGHT: 100;
}

.special .tab-content {
  width: 100%;
}

.item-inner {
  display: none;
}

.open-table.table-inner {
  margin: 0 auto 30px;
}

.all-btn.goapply a,
.all-btn.goapply div {
  padding: 1.5em 2em 1.5em 2.1em;
}


@media (max-width:700px) {

.lp-course-wrap {
    padding: 30px 0;
}
  .item-inner dl {
    flex-direction: column;
  }

  .item-inner dt,
  .item-inner dd {
    border: none;
    width: 100%;
  }
}



/*----------------------------
   210218_追記
-----------------------------*/

.course-wrap .ac-item .schedule_mb {
	margin-bottom: 20px;
}

.course-wrap .ac-item .subject_item {
	text-align: center;
}

@media (max-width: 700px) {
	.open-table > table th.subject {
		width: 10vw;
	}
}


/*----------------------------
   210927_追記
-----------------------------*/


	.anc_link {
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}

	.anc_link li {
		border: 1px solid #2455a0;
		text-align: center;
		width: 40%;
		margin: 0 20px;
	}

	.anc_link li a {
		font-weight: bold;
		font-size: 16px;
		display: block;
		padding: 15px 0;
		color: #2455a0;
		position: relative;
		background: #fff;
	}

	.anc_link li a::after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #2455a0;
		border-right: 2px solid #2455a0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		right: 3vw;
		top: 0;
		bottom: 0;
		margin: auto;				
	}

	.anc_link li a:hover {
		background: #2455a0;
		color: #fff;
	}
	.anc_link li a:hover::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.add_pt {
		padding-top: 80px;
	}

	ul.add_icon li::before {
		content: "●";
		color: #2455a0;
		font-weight: 900;
		padding-right: 5px;
	}

	.add_bg {
		background-color: #efefef;
	}

@media (max-width: 700px) {
			
	.anc_link li {
		width: 100%;
		margin: 0 auto 15px;
	}
	
	.anc_link li a {
		font-size: 14px;
	}

	
	.anc_link li:last-child {
		margin: 0 auto 0;
	}

	
	.anc_link li a::after {
		right: 5vw;
	}
	
	.add_pt {
		padding-top: 30px;
	}
}


@media (min-width: 700px) {
	
	.pc_none {
		display: none;
	}
	
}